:root {
  color-scheme: light;
  --canvas: #e9dfc8;
  --paper: #f3ecd9;
  --paper-soft: #d4c5a4;
  --ink: #1a140c;
  --ink-2: #3a2e21;
  --muted: #6f6353;
  --line: rgba(26, 20, 12, 0.09);
  --line-strong: rgba(26, 20, 12, 0.2);
  --accent: #9a7232;
  --brass: #b8924a;
  --moss: #4a5a3a;
  --clay: #a48a6a;
  --smoke: #cfc8b6;
  --radius: 0px;
  --radius-soft: 1px;
  --content: min(1160px, calc(100% - 40px));
  --wide: min(1420px, calc(100% - 40px));
  --font-display: "Fraunces", ui-serif, Georgia, serif;
  --font-sans: "Outfit", ui-sans-serif, system-ui, sans-serif;
  --curve: cubic-bezier(0.16, 1, 0.3, 1);
  font-family: var(--font-sans);
}

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

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

body {
  min-width: 320px;
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--canvas);
  font-size: 16px;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 80;
  pointer-events: none;
  opacity: 0.055;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.82' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='180' height='180' filter='url(%23n)' opacity='0.65'/%3E%3C/svg%3E");
  mix-blend-mode: multiply;
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 79;
  pointer-events: none;
  background: radial-gradient(120% 80% at 50% 0%, transparent 0%, rgba(26, 20, 12, 0.06) 100%);
}

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

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

img {
  height: auto;
  filter: saturate(0.92) contrast(1.04) brightness(0.97);
}

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

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

button {
  cursor: pointer;
}

::selection {
  color: var(--paper);
  background: var(--accent);
}

:focus-visible {
  outline: 3px solid rgba(139, 81, 61, 0.34);
  outline-offset: 4px;
}

.sr-only,
.skip-link {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link:focus {
  width: auto;
  height: auto;
  left: 18px;
  top: 18px;
  z-index: 120;
  padding: 10px 14px;
  clip: auto;
  color: var(--paper);
  background: var(--ink);
  border-radius: var(--radius);
  font-size: 0.82rem;
  font-weight: 700;
}

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

h1,
h2 {
  margin-bottom: 0;
  color: var(--ink);
  font-family: var(--font-display);
  font-weight: 400;
  font-variation-settings: "opsz" 144, "SOFT" 50;
  line-height: 0.94;
  letter-spacing: -0.015em;
  text-wrap: balance;
}

h1 {
  max-width: 820px;
  font-size: clamp(3.6rem, 8vw, 7.6rem);
  font-style: italic;
}

h2 {
  max-width: 860px;
  font-size: clamp(2.4rem, 5.4vw, 4.4rem);
}

h3 {
  margin-bottom: 10px;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: 1.4rem;
  font-weight: 500;
  font-variation-settings: "opsz" 36;
  line-height: 1.15;
  letter-spacing: -0.005em;
  text-wrap: balance;
}

p {
  color: var(--muted);
  text-wrap: pretty;
  font-size: 1rem;
  line-height: 1.65;
}

ul {
  padding-left: 0;
  list-style: none;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  width: fit-content;
  margin: 0 0 24px;
  padding-bottom: 0;
  color: var(--accent);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.eyebrow > span:not(.section-numeral) {
  margin-right: 0;
}

.eyebrow::after {
  content: "";
  width: 38px;
  height: 1px;
  background: var(--brass);
  opacity: 0.7;
}

.section-numeral {
  display: inline-block;
  margin-right: 8px;
  font-family: var(--font-display);
  font-size: 0.78rem;
  font-weight: 400;
  font-style: italic;
  font-variation-settings: "opsz" 24;
  letter-spacing: 0.04em;
  color: var(--brass);
  text-transform: none;
}

.eyebrow .section-numeral + span {
  color: inherit;
}

.service-symbol-numeral {
  display: block;
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 400;
  font-style: italic;
  font-variation-settings: "opsz" 24, "SOFT" 30;
  letter-spacing: 0.02em;
  color: var(--brass);
  margin-bottom: 4px;
}

.site-header {
  position: fixed;
  top: 18px;
  left: 50%;
  z-index: 90;
  width: min(1240px, calc(100% - 36px));
  min-height: 64px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  padding: 10px 14px;
  color: var(--ink);
  background: rgba(243, 236, 217, 0.92);
  border: 1px solid rgba(26, 20, 12, 0.1);
  border-radius: var(--radius-soft);
  backdrop-filter: blur(22px) saturate(1.05);
  -webkit-backdrop-filter: blur(22px) saturate(1.05);
  transform: translateX(-50%);
  transition: background 320ms var(--curve), border-color 320ms var(--curve);
}

.site-header.is-scrolled {
  background: rgba(243, 236, 217, 0.97);
  border-color: rgba(26, 20, 12, 0.16);
}

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

.brand-logo {
  width: auto;
  height: 40px;
  max-width: 160px;
  flex: 0 0 auto;
  object-fit: contain;
  filter: none;
}

.brand small {
  display: block;
  margin-top: 2px;
  color: var(--muted);
  font-size: 0.65rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.site-nav {
  justify-self: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
}

.site-nav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 14px;
  color: rgba(26, 20, 12, 0.72);
  border-radius: var(--radius-soft);
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  white-space: nowrap;
  transition: color 320ms var(--curve);
}

.site-nav a::after {
  content: "";
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 8px;
  height: 1px;
  background: var(--brass);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 360ms var(--curve);
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--ink);
  background: transparent;
  transform: none;
}

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

.header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 7px;
}

.lang-toggle,
.menu-toggle {
  color: var(--ink);
  background: transparent;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius-soft);
  transition: border-color 320ms var(--curve), color 320ms var(--curve), background 320ms var(--curve);
}

.lang-toggle {
  width: 44px;
  height: 44px;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.18em;
}

.lang-toggle:hover {
  border-color: var(--ink);
  color: var(--ink);
}

.menu-toggle {
  position: relative;
  display: none;
  width: 44px;
  height: 44px;
  padding: 0;
}

.menu-toggle span:not(.sr-only) {
  position: absolute;
  left: 11px;
  right: 11px;
  height: 2px;
  background: currentColor;
  border-radius: 999px;
  transform-origin: center;
  transition:
    transform 420ms var(--curve),
    opacity 240ms var(--curve);
}

.menu-toggle span:nth-child(1) {
  top: 16px;
}

.menu-toggle span:nth-child(2) {
  top: 24px;
}

.menu-open .menu-toggle span:nth-child(1) {
  transform: translateY(4px) rotate(45deg);
}

.menu-open .menu-toggle span:nth-child(2) {
  transform: translateY(-4px) rotate(-45deg);
}

.button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 26px;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius-soft);
  font-family: var(--font-sans);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  text-align: center;
  transition:
    background 320ms var(--curve),
    border-color 320ms var(--curve),
    color 320ms var(--curve),
    transform 320ms var(--curve);
}

.button:hover {
  transform: translateY(-1px);
}

.button:active {
  transform: scale(0.98);
}

.button-primary {
  color: var(--paper);
  background: var(--ink);
  border-color: var(--ink);
}

.button-primary:hover {
  background: var(--accent);
  border-color: var(--accent);
  color: var(--paper);
}

.button-secondary {
  color: var(--ink);
  background: transparent;
  border-color: var(--line-strong);
}

.button-secondary:hover {
  background: transparent;
  border-color: var(--ink);
  color: var(--ink);
}

.hero {
  position: relative;
  width: 100%;
  min-height: 100dvh;
  display: grid;
  align-items: end;
  margin: 0;
  padding: 124px 7vw 88px;
  overflow: hidden;
  background: var(--ink);
  border-radius: var(--radius);
  isolation: isolate;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(20, 16, 10, 0.52) 0%, rgba(20, 16, 10, 0) 22%, rgba(20, 16, 10, 0) 50%, rgba(20, 16, 10, 0.72) 100%),
    linear-gradient(90deg, rgba(20, 16, 10, 0.4) 0%, rgba(20, 16, 10, 0.1) 60%, rgba(20, 16, 10, 0) 100%);
}

.hero-copy {
  position: relative;
  z-index: 2;
  max-width: 860px;
  min-height: 0;
  display: grid;
  align-content: end;
  padding: 0;
  color: var(--paper);
}

.hero-copy h1,
.hero-copy .eyebrow {
  color: var(--paper);
}

.hero-copy .eyebrow {
  color: rgba(245, 237, 219, 0.92);
}

.hero-copy .eyebrow::after {
  background: rgba(245, 237, 219, 0.5);
}

.hero-copy h1 {
  margin-top: 6px;
  font-style: italic;
  font-weight: 400;
  letter-spacing: -0.02em;
}

.hero-line {
  max-width: 720px;
  margin: 28px 0 0;
  color: rgba(245, 237, 219, 0.88);
  font-family: var(--font-display);
  font-size: clamp(1.4rem, 2vw, 1.8rem);
  font-weight: 400;
  font-variation-settings: "opsz" 72, "SOFT" 30;
  font-style: italic;
  line-height: 1.4;
  letter-spacing: 0;
}

.hero-image {
  position: absolute;
  inset: 0;
  z-index: 0;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  background: var(--ink);
  border: 0;
  border-radius: inherit;
}

.hero-image img {
  animation: kenburns 28s ease-out infinite alternate;
  transform-origin: 55% 50%;
}

@keyframes kenburns {
  0% {
    transform: scale(1.04) translate(0, 0);
  }
  100% {
    transform: scale(1.14) translate(-2%, -1%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-image img {
    animation: none;
  }
}

.hero .button-primary {
  color: var(--ink);
  background: var(--paper);
  border-color: var(--paper);
}

.hero .button-primary:hover {
  color: var(--paper);
  background: var(--accent);
  border-color: var(--accent);
}

.hero .button-secondary {
  color: var(--paper);
  background: transparent;
  border-color: rgba(245, 237, 219, 0.34);
}

.hero .button-secondary:hover {
  background: transparent;
  border-color: var(--paper);
  color: var(--paper);
}

.hero-image img,
.house-photo img,
.room-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 800ms var(--curve);
}

.house-photo:hover img,
.room-card:hover img {
  transform: scale(1.03);
}

.hero-actions,
.contact-actions,
.room-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 38px 0 0;
}

.facts-row {
  width: var(--wide);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin: 12px auto 0;
  border: 1px solid var(--line);
  background: var(--line);
}

.facts-row article {
  min-height: 176px;
  display: grid;
  align-content: space-between;
  padding: 22px;
  background: var(--paper);
}

.facts-row span,
.walk-list span {
  color: var(--accent);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.facts-row strong {
  display: block;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}

.facts-row p {
  margin-bottom: 0;
  font-size: 0.92rem;
}

.section {
  position: relative;
  scroll-margin-top: 118px;
  width: var(--content);
  margin: 0 auto;
  padding: 160px 0 140px;
}

.section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 64px;
  height: 1px;
  background: var(--brass);
  opacity: 0.55;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.5fr);
  gap: 56px;
  align-items: end;
  margin-bottom: 64px;
}

.section-heading h2,
.section-heading p:last-child {
  margin-bottom: 0;
}

.section-heading p:not(.eyebrow) {
  max-width: 50ch;
}

.house-section {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.house-section .section-heading {
  width: var(--content);
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 26px;
}

.house-gallery-toolbar {
  margin-bottom: 18px;
}

.house-gallery {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  overflow-x: auto;
  padding: 0 max(20px, calc((100vw - 1160px) / 2)) 18px;
  scroll-padding-inline: max(20px, calc((100vw - 1160px) / 2));
  scroll-snap-type: x mandatory;
  overscroll-behavior-inline: contain;
  scrollbar-width: none;
  scroll-behavior: smooth;
  cursor: grab;
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 34px, #000 calc(100% - 34px), transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0, #000 34px, #000 calc(100% - 34px), transparent 100%);
}

.house-gallery:active,
.rooms-grid:active {
  cursor: grabbing;
}

.house-gallery::-webkit-scrollbar {
  display: none;
}

.house-photo {
  margin: 0;
  overflow: hidden;
  background: var(--paper-soft);
  border: 1px solid rgba(42, 32, 24, 0.08);
  border-radius: var(--radius);
  box-shadow: 0 24px 52px rgba(42, 32, 24, 0.08);
}

.house-gallery .house-photo {
  flex: 0 0 clamp(300px, 34vw, 510px);
  height: clamp(340px, 52dvh, 610px);
  scroll-snap-align: start;
}

.house-gallery .house-photo:nth-of-type(3n + 1) {
  flex-basis: clamp(400px, 52vw, 720px);
}

.house-gallery .house-photo:nth-of-type(even) {
  height: clamp(290px, 44dvh, 520px);
  margin-top: 46px;
}

.house-note {
  display: grid;
  align-content: space-between;
  gap: 34px;
  padding: 28px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.house-note p {
  margin-bottom: 0;
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.12;
  color: var(--ink);
}

.rooms-section {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.rooms-section .section-heading {
  width: var(--content);
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 26px;
}

.rooms-toolbar {
  width: var(--content);
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  margin: 0 auto 18px;
}

.rooms-count {
  min-width: 84px;
  color: var(--ink-2);
  font-family: var(--font-display);
  font-size: 0.94rem;
  font-weight: 400;
  font-style: italic;
  font-variation-settings: "opsz" 36;
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.04em;
}

.rooms-progress {
  height: 1px;
  overflow: hidden;
  background: var(--line-strong);
  border-radius: 0;
}

.rooms-progress span {
  display: block;
  width: 100%;
  height: 100%;
  background: var(--brass);
  border-radius: inherit;
  transform: scaleX(0.08);
  transform-origin: left center;
  transition: transform 220ms var(--curve);
}

.rooms-controls {
  display: flex;
  gap: 8px;
}

.icon-button {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  color: var(--ink);
  background: transparent;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius-soft);
  transition:
    background 320ms var(--curve),
    border-color 320ms var(--curve),
    color 320ms var(--curve);
}

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

.icon-button:active {
  transform: scale(0.98);
}

.icon-button:disabled {
  color: rgba(28, 23, 19, 0.28);
  cursor: default;
  transform: none;
}

.icon-button svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.rooms-grid {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  padding: 0 max(20px, calc((100vw - 1160px) / 2)) 18px;
  scroll-padding-inline: max(20px, calc((100vw - 1160px) / 2));
  scroll-snap-type: x mandatory;
  overscroll-behavior-inline: contain;
  scrollbar-width: none;
  scroll-behavior: smooth;
  cursor: grab;
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 34px, #000 calc(100% - 34px), transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0, #000 34px, #000 calc(100% - 34px), transparent 100%);
}

.rooms-grid::-webkit-scrollbar {
  display: none;
}

.room-card {
  flex: 0 0 clamp(280px, 31vw, 430px);
  min-width: 0;
  display: grid;
  grid-template-rows: auto 1fr;
  overflow: hidden;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  scroll-snap-align: start;
  transition: transform 360ms var(--curve);
}

.room-card:nth-child(4n + 1) {
  flex-basis: clamp(340px, 42vw, 570px);
}

.room-card:hover {
  border-color: transparent;
  box-shadow: none;
  transform: none;
}

.room-card figure {
  position: relative;
  height: clamp(380px, 56dvh, 620px);
  margin: 0;
  overflow: hidden;
  background: var(--paper-soft);
}

.room-card figure::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(20, 16, 10, 0) 50%, rgba(20, 16, 10, 0.38) 100%);
  pointer-events: none;
}

.room-card:nth-child(4n + 1) figure {
  height: clamp(440px, 64dvh, 700px);
}

.room-card-body {
  display: grid;
  grid-template-rows: auto auto auto;
  gap: 14px;
  padding: 22px 4px 8px;
}

.room-card h3 {
  margin-bottom: 0;
  font-family: var(--font-display);
  font-size: 2.4rem;
  font-weight: 400;
  font-variation-settings: "opsz" 72, "SOFT" 50;
  font-style: italic;
  line-height: 1;
  letter-spacing: -0.015em;
  color: var(--ink);
}

.room-card p {
  margin-bottom: 0;
  font-size: 0.92rem;
  line-height: 1.55;
  color: var(--muted);
}

.room-price {
  color: var(--accent);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.room-price:empty {
  display: none;
}

.room-meta,
.detail-list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 0;
}

.room-meta li,
.detail-list li {
  padding: 6px 11px;
  color: var(--ink-2);
  background: transparent;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius-soft);
  font-size: 0.66rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.room-actions {
  margin-top: 0;
}

.room-actions .button {
  min-height: 40px;
  padding: 0 12px;
}

.service-symbols {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid var(--line-strong);
  border-bottom: 1px solid var(--line-strong);
  background: transparent;
}

.service-symbol-card {
  position: relative;
  min-height: 190px;
  display: grid;
  grid-template-rows: auto auto;
  gap: 18px;
  align-content: start;
  padding: 40px 32px;
  color: var(--ink);
  background: transparent;
  cursor: default;
  transition:
    background 360ms var(--curve),
    color 360ms var(--curve);
  border-bottom: 1px solid var(--line);
}

.service-symbol-card:nth-child(n + 4) {
  border-bottom: 0;
}

.service-symbol-card:not(:nth-child(3n + 1)) {
  border-left: 1px solid var(--line);
}

.service-symbol-card + .service-symbol-card {
  border-left: 1px solid var(--line);
}

.service-symbol-card:nth-child(3n + 1) {
  border-left: 0;
}

.service-symbol-card:hover,
.service-symbol-card:focus-visible {
  background: rgba(244, 237, 218, 0.4);
  color: var(--ink);
  transform: none;
}

.service-symbol {
  width: 36px;
  height: 36px;
  color: var(--accent);
  fill: none;
  stroke: currentColor;
  stroke-width: 1.4;
  stroke-linecap: round;
  stroke-linejoin: round;
  opacity: 0.85;
}

.service-symbol-label {
  display: block;
  max-width: none;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: 1.6rem;
  font-weight: 400;
  font-variation-settings: "opsz" 36, "SOFT" 30;
  font-style: italic;
  line-height: 1.05;
  letter-spacing: -0.005em;
  text-align: left;
  text-wrap: balance;
}

.service-symbol-detail {
  margin: 0;
  color: var(--muted);
  font-family: var(--font-sans);
  font-size: 0.88rem;
  font-weight: 400;
  line-height: 1.55;
  text-align: left;
  letter-spacing: 0;
  text-transform: none;
}

.service-utility-line {
  margin: 28px 0 0;
  color: var(--muted);
  font-size: 0.74rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  text-align: center;
}

.location-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.44fr);
  gap: 12px;
  align-items: stretch;
}

.location-map-panel {
  position: relative;
  min-height: 620px;
  grid-row: span 2;
  display: block;
  overflow: hidden;
  color: var(--ink);
  background-color: #d8cfbc;
  background-image:
    radial-gradient(circle at 45% 52%, rgba(154, 114, 50, 0.95) 0 5px, rgba(243, 236, 217, 0.96) 6px 11px, transparent 12px),
    linear-gradient(24deg, transparent 0 42%, rgba(154, 114, 50, 0.36) 42.2% 43.1%, transparent 43.3%),
    linear-gradient(104deg, transparent 0 57%, rgba(26, 20, 12, 0.18) 57.1% 57.8%, transparent 58%),
    linear-gradient(156deg, transparent 0 49%, rgba(26, 20, 12, 0.13) 49.1% 49.8%, transparent 50%),
    linear-gradient(78deg, transparent 0 34%, rgba(154, 114, 50, 0.22) 34.1% 35.1%, transparent 35.3%),
    linear-gradient(6deg, transparent 0 63%, rgba(26, 20, 12, 0.12) 63.1% 63.8%, transparent 64%),
    linear-gradient(132deg, transparent 0 27%, rgba(26, 20, 12, 0.1) 27.1% 27.7%, transparent 28%),
    radial-gradient(circle at 78% 23%, rgba(74, 90, 58, 0.12) 0 16%, transparent 17%),
    radial-gradient(circle at 18% 74%, rgba(74, 90, 58, 0.1) 0 13%, transparent 14%);
  background-size: cover;
  border: 1px solid rgba(42, 32, 24, 0.1);
  border-radius: var(--radius);
  box-shadow: 0 24px 52px rgba(42, 32, 24, 0.08);
  transition:
    border-color 240ms var(--curve),
    box-shadow 240ms var(--curve),
    transform 240ms var(--curve);
}

.location-map-panel:hover,
.location-map-panel:focus-within {
  border-color: var(--line-strong);
  box-shadow: 0 30px 62px rgba(42, 32, 24, 0.11);
  transform: translateY(-2px);
}

.location-map-embed {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  opacity: 0.92;
  filter: saturate(0.82) contrast(0.96) brightness(1.02);
  pointer-events: none;
}

.location-map-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(25, 21, 17, 0.04) 0%, rgba(25, 21, 17, 0) 34%),
    linear-gradient(0deg, rgba(25, 21, 17, 0.22) 0%, rgba(25, 21, 17, 0) 34%);
}

.address-panel {
  display: grid;
  align-content: start;
  gap: 22px;
  padding: 40px 32px;
  background: var(--paper);
  border: 1px solid var(--line-strong);
  border-radius: var(--radius);
}

.address-panel h3 {
  margin-bottom: 0;
  font-family: var(--font-display);
  font-size: clamp(2.4rem, 3.4vw, 3.2rem);
  font-weight: 400;
  font-variation-settings: "opsz" 72, "SOFT" 50;
  font-style: italic;
  line-height: 1;
  letter-spacing: -0.02em;
}

.address-panel p {
  margin-bottom: 0;
  font-size: 0.95rem;
  line-height: 1.6;
}

.address-panel .button {
  width: fit-content;
}

.location-map-hit,
.map-open-label {
  position: absolute;
  display: block;
}

.location-map-hit {
  inset: 0;
  z-index: 2;
}

.map-open-label {
  left: 20px;
  bottom: 20px;
  z-index: 3;
  display: grid;
  gap: 4px;
  padding: 16px 20px;
  background: rgba(243, 236, 217, 0.94);
  border: 1px solid var(--line-strong);
  border-radius: var(--radius-soft);
  backdrop-filter: blur(14px);
}

.map-open-label strong {
  min-width: 0;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: 1.4rem;
  font-style: italic;
  font-weight: 400;
  letter-spacing: -0.01em;
  line-height: 1;
}

.map-open-label small {
  color: var(--accent);
  font-size: 0.64rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.walk-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  border: 0;
  border-top: 1px solid var(--line-strong);
  background: transparent;
}

.walk-list div {
  min-height: 150px;
  display: grid;
  align-content: space-between;
  padding: 26px 22px;
  background: transparent;
  border-bottom: 1px solid var(--line-strong);
}

.walk-list div:nth-child(odd) {
  border-right: 1px solid var(--line-strong);
}

.walk-list span {
  color: var(--brass);
  font-family: var(--font-display);
  font-size: 2.4rem;
  font-weight: 400;
  font-style: italic;
  font-variation-settings: "opsz" 72;
  letter-spacing: -0.02em;
  line-height: 1;
  text-transform: none;
}

.walk-list strong {
  display: block;
  color: var(--ink);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 1.4;
  text-transform: uppercase;
}

.booking-section {
  width: var(--wide);
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.62fr);
  gap: 12px;
  padding: 160px 0 140px;
}

.booking-copy,
.contact-form {
  padding: 56px 48px;
  background: var(--ink);
  border: 1px solid rgba(243, 236, 217, 0.1);
  border-radius: var(--radius);
}

.booking-copy h2,
.booking-copy h3,
.booking-copy p,
.booking-copy .eyebrow {
  color: var(--paper);
}

.booking-copy h2 {
  font-style: italic;
  letter-spacing: -0.015em;
}

.booking-copy .eyebrow {
  color: rgba(184, 146, 74, 0.9);
}

.booking-copy .eyebrow::after {
  background: rgba(184, 146, 74, 0.55);
}

.booking-copy p:not(.eyebrow) {
  max-width: 50ch;
  color: rgba(243, 236, 217, 0.7);
}

.booking-copy .button-secondary {
  background: transparent;
  color: var(--paper);
  border-color: rgba(243, 236, 217, 0.22);
}

.booking-copy .button-secondary:hover {
  border-color: var(--paper);
  color: var(--paper);
}

.contact-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin: 44px 0 0;
  border-top: 1px solid rgba(243, 236, 217, 0.14);
  background: transparent;
}

.contact-list div {
  min-width: 0;
  padding: 22px 18px 0 0;
  background: transparent;
}

.contact-list dt {
  color: rgba(243, 236, 217, 0.52);
  font-size: 0.66rem;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.contact-list dd {
  margin: 8px 0 0;
  overflow-wrap: anywhere;
  color: var(--paper);
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-style: italic;
  letter-spacing: -0.005em;
}

.contact-form {
  display: grid;
  align-content: start;
  gap: 20px;
  background: var(--paper);
  border-color: var(--line-strong);
}

.contact-form label {
  display: grid;
  gap: 10px;
  min-width: 0;
  color: var(--ink);
  font-size: 0.66rem;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  min-height: 54px;
  padding: 14px 16px;
  color: var(--ink);
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--line-strong);
  border-radius: 0;
  font-family: var(--font-sans);
  font-size: 0.95rem;
  letter-spacing: 0;
  text-transform: none;
  font-weight: 400;
  transition:
    border-color 320ms var(--curve),
    background 320ms var(--curve);
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: var(--accent);
  background: transparent;
  outline: none;
  box-shadow: none;
}

.contact-form textarea {
  min-height: 140px;
  padding: 14px 0;
  resize: vertical;
  border: 0;
  border-bottom: 1px solid var(--line-strong);
}

.form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.contact-form .button-primary {
  margin-top: 12px;
  justify-self: start;
  min-width: 220px;
}

.form-status {
  min-height: 22px;
  margin-bottom: 0;
  color: var(--accent);
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.faq-section {
  width: var(--content);
  margin: 0 auto;
  padding: 140px 0 160px;
}

.faq-list {
  display: grid;
  gap: 0;
  border-top: 1px solid var(--line-strong);
}

.faq-list details {
  border-bottom: 1px solid var(--line-strong);
}

.faq-list summary {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 20px;
  align-items: center;
  min-height: 88px;
  color: var(--ink);
  cursor: pointer;
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 400;
  font-variation-settings: "opsz" 36;
  font-style: italic;
  letter-spacing: -0.005em;
  list-style: none;
  text-wrap: balance;
}

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

.faq-list summary::after {
  content: "+";
  color: var(--brass);
  font-family: var(--font-sans);
  font-size: 1.5rem;
  font-weight: 300;
  font-style: normal;
  transition: transform 360ms var(--curve);
}

.faq-list details[open] summary::after {
  transform: rotate(45deg);
}

.faq-list p {
  max-width: 70ch;
  margin: 0;
  padding: 0 0 28px;
  font-size: 0.98rem;
  line-height: 1.65;
}

.site-footer {
  padding: 100px 0 40px;
  color: rgba(243, 236, 217, 0.78);
  background: var(--ink);
}

.footer-layout {
  width: var(--content);
  display: grid;
  grid-template-columns: minmax(260px, 1.1fr) repeat(3, minmax(170px, 0.68fr));
  gap: 32px;
  margin: 0 auto 56px;
  padding-bottom: 56px;
  border: 0;
  border-bottom: 1px solid rgba(243, 236, 217, 0.12);
  background: transparent;
}

.footer-layout > * {
  min-width: 0;
  padding: 0;
  background: transparent;
}

.footer-layout p,
.footer-layout a,
.site-footer small {
  color: rgba(243, 236, 217, 0.62);
  font-size: 0.86rem;
  line-height: 1.6;
}

.footer-layout a {
  transition: color 320ms var(--curve);
}

.footer-layout a:hover {
  color: var(--paper);
}

.footer-layout nav {
  display: grid;
  align-content: start;
  gap: 8px;
}

.footer-layout nav a {
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.footer-layout h3 {
  color: var(--paper);
  font-family: var(--font-sans);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.footer-brand {
  margin-bottom: 18px;
  color: var(--paper);
}

.footer-brand .brand-logo {
  filter: brightness(0) invert(1);
  opacity: 0.92;
}

.footer-brand small {
  color: rgba(243, 236, 217, 0.5);
  letter-spacing: 0.2em;
}

.site-footer > small {
  display: block;
  width: var(--content);
  margin: 0 auto;
  color: rgba(243, 236, 217, 0.42);
  font-size: 0.74rem;
  letter-spacing: 0.06em;
}

.sticky-booking {
  position: fixed;
  left: 12px;
  right: 12px;
  bottom: 12px;
  z-index: 70;
  display: none;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 6px;
  min-height: 56px;
  padding: 8px 8px 8px 18px;
  color: var(--ink);
  background: rgba(244, 237, 218, 0.96);
  border: 1px solid var(--line-strong);
  border-radius: var(--radius-soft);
  backdrop-filter: blur(22px);
}

.sticky-booking span {
  padding-left: 0;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--ink-2);
}

.sticky-booking a {
  display: inline-grid;
  place-items: center;
  min-height: 42px;
  padding: 0 18px;
  color: var(--paper);
  background: var(--ink);
  border-radius: var(--radius-soft);
  font-size: 0.66rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  transition: background 320ms var(--curve);
}

.sticky-booking a:hover {
  background: var(--accent);
}

.sticky-booking a:first-of-type {
  background: var(--ink);
}

.room-modal {
  width: min(96vw, 1280px);
  max-height: 92dvh;
  padding: 0;
  overflow: auto;
  color: var(--ink);
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.room-modal::backdrop {
  background: rgba(28, 23, 19, 0.64);
  backdrop-filter: blur(14px);
}

.modal-shell {
  position: relative;
  padding: 8px;
}

.modal-close {
  position: sticky;
  top: 12px;
  left: auto;
  z-index: 10;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  margin: 4px 4px 0 auto;
  color: var(--paper);
  background: var(--ink);
  border: 0;
  border-radius: var(--radius);
  font-size: 1.35rem;
  line-height: 1;
  transition:
    background 240ms var(--curve),
    transform 240ms var(--curve);
}

.modal-close:hover {
  background: var(--accent);
  transform: scale(0.98);
}

.room-detail {
  display: grid;
  gap: 8px;
}

.room-detail-gallery {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 148px;
  gap: 8px;
  min-height: 600px;
}

.room-detail-gallery > img {
  width: 100%;
  height: 100%;
  min-height: 500px;
  object-fit: cover;
  border-radius: var(--radius);
}

.room-detail-thumbs {
  display: grid;
  gap: 8px;
}

.room-detail-thumbs button {
  position: relative;
  padding: 0;
  overflow: hidden;
  background: var(--paper-soft);
  border: 0;
  border-radius: var(--radius);
}

.room-detail-thumbs button.is-active::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 2px solid var(--accent);
  border-radius: inherit;
}

.room-detail-thumbs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.room-detail-copy {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.42fr);
  gap: 8px;
}

.room-detail-copy > div,
.room-side-panel {
  padding: 28px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.room-detail-copy h2 {
  font-size: 5.8rem;
}

.room-detail-copy p {
  max-width: 72ch;
}

.detail-list {
  margin: 26px 0 0;
}

.detail-list strong {
  color: var(--accent);
}

.room-side-panel {
  display: grid;
  align-content: start;
  gap: 22px;
}

.room-side-panel ul {
  display: grid;
  gap: 8px;
  margin: 0;
}

.room-side-panel li {
  padding: 10px 12px;
  background: var(--paper-soft);
  border-radius: var(--radius);
  font-size: 0.84rem;
}

.reveal {
  opacity: 0;
  transform: translateY(14px);
  transition:
    opacity 620ms var(--curve),
    transform 620ms var(--curve);
}

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

@media (max-width: 1180px) {
  :root {
    --content: min(100% - 32px, 980px);
    --wide: min(100% - 32px, 980px);
  }

  h1 {
    font-size: 5.8rem;
  }

  h2 {
    font-size: 3.8rem;
  }

  .site-header {
    left: 18px;
    right: 18px;
    width: auto;
    grid-template-columns: auto minmax(0, 1fr) auto;
    transform: none;
  }

  .site-nav {
    position: fixed;
    top: -18px;
    left: 50%;
    right: auto;
    bottom: auto;
    z-index: -1;
    width: 100vw;
    min-height: 100dvh;
    display: grid;
    align-content: start;
    justify-items: center;
    gap: 12px;
    padding: 118px 28px 42px;
    overflow-y: auto;
    background: rgba(255, 253, 248, 0.95);
    border: 0;
    border-radius: 0;
    opacity: 0;
    pointer-events: none;
    transform: translate(-50%, 14px);
    backdrop-filter: blur(22px);
    transition:
      opacity 420ms var(--curve),
      transform 420ms var(--curve);
  }

  .menu-open .site-nav {
    opacity: 1;
    pointer-events: auto;
    transform: translate(-50%, 0);
  }

  .site-nav a {
    min-height: auto;
    padding: 0;
    color: var(--ink);
    background: transparent;
    font-family: var(--font-display);
    font-size: 3.2rem;
    font-weight: 700;
    opacity: 0;
    transform: translateY(24px);
    transition:
      opacity 520ms var(--curve),
      transform 520ms var(--curve);
  }

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

  .menu-open .site-nav a:nth-child(1) {
    transition-delay: 60ms;
  }

  .menu-open .site-nav a:nth-child(2) {
    transition-delay: 100ms;
  }

  .menu-open .site-nav a:nth-child(3) {
    transition-delay: 140ms;
  }

  .menu-open .site-nav a:nth-child(4) {
    transition-delay: 180ms;
  }

  .menu-open .site-nav a:nth-child(5) {
    transition-delay: 220ms;
  }

  .menu-toggle {
    display: block;
  }

  .header-actions {
    justify-self: end;
  }

  .hero,
  .booking-section {
    grid-template-columns: 1fr;
  }

  .hero-copy,
  .hero-image {
    min-height: 0;
  }

  .service-symbols {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .service-symbol-card:nth-child(3n + 1) {
    border-left: 0;
  }

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

@media (max-width: 820px) {
  :root {
    --content: min(100% - 24px, 720px);
    --wide: min(100% - 24px, 720px);
  }

  body {
    font-size: 15px;
  }

  h1 {
    font-size: 4.25rem;
  }

  h2 {
    font-size: 3rem;
  }

  .site-header {
    top: 12px;
    left: 10px;
    right: 10px;
    width: auto;
    grid-template-columns: 1fr auto auto;
  }

  .brand small,
  .header-actions .button-secondary {
    display: none;
  }

  .header-actions .button {
    min-height: 40px;
    padding: 0 12px;
    font-size: 0.76rem;
  }

  .site-nav a {
    font-size: 2.55rem;
  }

  .hero {
    min-height: calc(100dvh - 42px);
    padding: 98px 24px 38px;
  }

  .hero-copy,
  .hero-image {
    min-height: 0;
  }

  .hero-copy {
    padding: 0;
  }

  .hero-line {
    font-size: 2rem;
  }

  .facts-row,
  .section-heading,
  .location-grid,
  .room-detail-copy {
    grid-template-columns: 1fr;
  }

  .house-gallery .house-photo,
  .house-gallery .house-photo:nth-of-type(3n + 1),
  .house-gallery .house-photo:nth-of-type(even) {
    flex-basis: min(82vw, 440px);
    height: 340px;
    margin-top: 0;
  }

  .location-map-panel {
    min-height: 420px;
    grid-row: auto;
  }

  .section,
  .booking-section,
  .faq-section {
    padding: 104px 0;
  }

  .section-heading {
    gap: 22px;
    margin-bottom: 34px;
  }

  .walk-list {
    grid-template-columns: 1fr;
  }

  .room-detail-gallery {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .room-detail-gallery > img {
    min-height: 340px;
    aspect-ratio: 4 / 3;
  }

  .room-detail-thumbs {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .room-detail-thumbs button {
    aspect-ratio: 1 / 1;
  }
}

@media (max-width: 620px) {
  h1 {
    font-size: 3.35rem;
  }

  h2,
  .room-detail-copy h2 {
    font-size: 2.55rem;
  }

  .brand {
    gap: 8px;
  }

  .brand-logo {
    height: 38px;
    max-width: 142px;
  }

  .lang-toggle,
  .menu-toggle {
    width: 40px;
    height: 40px;
  }

  .site-nav a {
    font-size: 2.05rem;
  }

  .hero-actions .button,
  .contact-actions .button,
  .room-actions .button {
    width: 100%;
  }

  .facts-row,
  .form-row,
  .contact-list,
  .footer-layout {
    grid-template-columns: 1fr;
  }

  .rooms-toolbar {
    grid-template-columns: 1fr auto;
  }

  .rooms-progress {
    grid-column: 1 / -1;
    order: 3;
  }

  .room-card,
  .room-card:nth-child(4n + 1) {
    flex-basis: min(84vw, 390px);
  }

  .house-gallery .house-photo,
  .house-gallery .house-photo:nth-of-type(3n + 1),
  .house-gallery .house-photo:nth-of-type(even) {
    flex-basis: min(86vw, 360px);
    height: 300px;
  }

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

  .service-symbol-card {
    min-height: 148px;
    padding: 20px;
  }

  .service-symbol-card:nth-child(n) {
    border-left: 0;
    border-bottom: 1px solid var(--line);
  }

  .service-symbol-card:nth-child(even) {
    border-left: 1px solid var(--line);
  }

  .service-symbol-card:nth-child(n + 5) {
    border-bottom: 0;
  }

  .service-symbol {
    width: 42px;
    height: 42px;
  }

  .service-symbol-label {
    font-size: clamp(1.1rem, 4.8vw, 1.35rem);
  }

  .hero-copy,
  .hero-image {
    min-height: 0;
  }

  .room-card figure,
  .room-card:nth-child(4n + 1) figure {
    height: 300px;
  }

  .house-note,
  .address-panel,
  .booking-copy,
  .contact-form,
  .room-detail-copy > div,
  .room-side-panel {
    padding: 22px;
  }

  .house-note p {
    font-size: 1.6rem;
  }

  body.show-sticky-booking .sticky-booking {
    display: grid;
  }

  .site-footer {
    padding-bottom: 110px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  .reveal,
  .reveal.is-visible {
    transform: none !important;
  }
}
