@font-face {
  font-family: "Fraunces Variable";
  src: url("fonts/fraunces-latin-full-normal.woff2") format("woff2-variations");
  font-display: swap;
  font-style: normal;
  font-weight: 100 900;
}

@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("fonts/plus-jakarta-sans-400-normal.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("fonts/plus-jakarta-sans-600-normal.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 600;
}

@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("fonts/plus-jakarta-sans-700-normal.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 700;
}

:root {
  --paper: #eef0ea;
  --paper-bright: #f9faf6;
  --stone: #d9d8cf;
  --ink: #252927;
  --ink-muted: #505652;
  --accent: #a9492d;
  --accent-dark: #82341f;
  --accent-wash: #dfb39f;
  --line: rgba(37, 41, 39, 0.2);
  --display: "Fraunces Variable", Georgia, serif;
  --sans: "Plus Jakarta Sans", Arial, sans-serif;
  --gutter: clamp(1rem, 4vw, 4.5rem);
  --section-space: clamp(6rem, 11vw, 11rem);
  --content-max: 96rem;
}

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

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

body {
  min-width: 320px;
  margin: 0;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 1rem;
  line-height: 1.7;
  text-rendering: optimizeLegibility;
}

body::selection {
  background: var(--accent-wash);
  color: var(--ink);
}

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

picture {
  display: block;
}

a {
  color: inherit;
}

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

button {
  font: inherit;
}

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

h1,
h2 {
  margin-bottom: 0;
  font-family: var(--display);
  font-optical-sizing: auto;
  font-variation-settings: "SOFT" 45, "WONK" 0;
  font-weight: 400;
  letter-spacing: -0.035em;
  text-wrap: balance;
}

h1 em,
h2 em {
  display: inline;
  padding-bottom: 0.08em;
  color: var(--accent);
  font-style: normal;
  font-variation-settings: "SOFT" 100, "WONK" 1;
  font-weight: 400;
}

h2 {
  font-size: clamp(3.4rem, 6.5vw, 7.5rem);
  line-height: 0.94;
}

.skip-link {
  position: fixed;
  top: 0;
  left: 1rem;
  z-index: 100;
  padding: 0.75rem 1rem;
  background: var(--ink);
  color: var(--paper-bright);
  transform: translateY(-120%);
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  min-height: 4.5rem;
  padding: 0.55rem var(--gutter);
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  border-bottom: 1px solid var(--line);
  background: rgba(238, 240, 234, 0.94);
  box-shadow: 0 0.5rem 2rem rgba(60, 66, 62, 0.06);
  backdrop-filter: blur(14px);
}

.brand {
  display: inline-flex;
  width: max-content;
  align-items: center;
  gap: 0.75rem;
  font-family: var(--sans);
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
}

.brand img {
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 50%;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: clamp(1.2rem, 2.5vw, 2.75rem);
}

.desktop-nav a {
  position: relative;
  min-height: 2.75rem;
  padding-block: 0.65rem;
  color: var(--ink-muted);
  font-size: 0.8rem;
  font-weight: 600;
  text-decoration: none;
}

.desktop-nav a::after {
  position: absolute;
  right: 0;
  bottom: 0.4rem;
  left: 0;
  height: 1px;
  background: var(--accent);
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 220ms ease;
}

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

.header-actions {
  display: flex;
  justify-self: end;
  align-items: center;
  gap: clamp(0.6rem, 1.5vw, 1.25rem);
}

.language-nav {
  display: flex;
  align-items: center;
  gap: 0.1rem;
}

.language-nav a {
  display: grid;
  min-width: 2.75rem;
  min-height: 2.75rem;
  padding: 0.5rem 0.35rem;
  place-items: center;
  color: var(--ink-muted);
  font-size: 0.72rem;
  font-weight: 700;
  text-decoration: none;
}

.language-nav a:hover,
.language-nav a[aria-current="page"] {
  color: var(--accent-dark);
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 0.35rem;
}

.language-name {
  display: none;
}

.header-cta,
.outline-button,
.booking-button {
  display: inline-flex;
  min-height: 3rem;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border: 1px solid transparent;
  border-radius: 2px;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.035em;
  line-height: 1.2;
  text-decoration: none;
  transition: background-color 220ms ease, border-color 220ms ease, color 220ms ease, transform 220ms ease;
}

.header-cta {
  justify-self: end;
  min-width: 7rem;
  padding: 0.8rem 1.2rem;
  background: var(--accent);
  color: var(--paper-bright);
}

.header-cta:hover,
.header-cta:focus-visible {
  background: var(--accent-dark);
}

.header-cta:active,
.outline-button:active,
.booking-button:active,
.gallery-card:active {
  transform: translateY(1px);
}

.hero {
  position: relative;
  display: grid;
  min-height: calc(100dvh - 4.5rem);
  padding: clamp(4.5rem, 8vw, 7.5rem) var(--gutter) clamp(6.5rem, 10vw, 9rem);
  place-items: center;
  overflow: hidden;
  color: var(--paper-bright);
  isolation: isolate;
}

.hero-picture,
.hero-picture img,
.hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-picture {
  z-index: -2;
}

.hero-shade {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(37, 25, 17, 0.84) 0%, rgba(37, 25, 17, 0.6) 43%, rgba(37, 25, 17, 0.13) 78%),
    linear-gradient(0deg, rgba(22, 16, 12, 0.52) 0%, transparent 48%);
}

.hero-content {
  display: flex;
  width: min(100%, 70rem);
  max-width: none;
  min-width: 0;
  padding: 0;
  flex-direction: column;
  justify-content: center;
}

.hero-location {
  margin-bottom: clamp(1.25rem, 2.5vw, 2rem);
  color: rgba(249, 250, 246, 0.88);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 13ch;
  color: var(--paper-bright);
  font-size: clamp(3.75rem, 7vw, 6rem);
  line-height: 0.91;
}

.hero h1 em {
  color: #efb39a;
}

.hero-copy {
  width: min(100%, 38rem);
  max-width: 38rem;
  margin: clamp(1.5rem, 3vw, 2.25rem) 0 0;
  color: rgba(249, 250, 246, 0.91);
  font-size: clamp(1rem, 1.3vw, 1.15rem);
}

.booking-actions {
  display: grid;
  width: min(100%, 29rem);
  margin-top: clamp(2rem, 4vw, 3.25rem);
  gap: 0.65rem;
}

.hero .booking-actions {
  width: min(100%, 33rem);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
  border: 0;
}

.booking-button {
  width: 100%;
  padding: 1rem 1.2rem;
  border-color: var(--ink);
  background: transparent;
  color: var(--ink);
  white-space: nowrap;
}

.hero .booking-button {
  min-height: 3.6rem;
  padding: 0.95rem 1.1rem;
  border-width: 1px;
  border-color: rgba(249, 250, 246, 0.62);
  background: rgba(24, 19, 15, 0.16);
  color: var(--paper-bright);
}

.booking-button:hover,
.booking-button:focus-visible {
  border-color: var(--accent);
  background: var(--accent);
  color: var(--paper-bright);
}

.booking-button > span:last-child {
  transition: transform 180ms ease;
}

.booking-button:hover > span:last-child,
.booking-button:focus-visible > span:last-child {
  transform: translate(0.18rem, -0.18rem);
}

.booking-button.is-disabled {
  cursor: not-allowed;
  opacity: 0.55;
}

.hero-picture {
  min-height: 0;
}

.hero-picture img {
  object-fit: cover;
  object-position: 50% 48%;
}

.scroll-cue {
  position: absolute;
  right: var(--gutter);
  bottom: 1.5rem;
  z-index: 1;
  display: inline-flex;
  min-height: 2.75rem;
  align-items: center;
  gap: 0.75rem;
  color: var(--paper-bright);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-decoration: none;
  text-transform: uppercase;
}

.scroll-cue-icon {
  display: grid;
  width: 2.5rem;
  height: 2.5rem;
  place-items: center;
  border: 1px solid rgba(249, 250, 246, 0.68);
  border-radius: 50%;
}

.scroll-cue-icon::after {
  width: 0.42rem;
  height: 0.42rem;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  content: "";
  transform: translateY(-0.12rem) rotate(45deg);
  transition: transform 180ms ease;
}

.scroll-cue:hover .scroll-cue-icon::after,
.scroll-cue:focus-visible .scroll-cue-icon::after {
  transform: translateY(0.08rem) rotate(45deg);
}

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

.fact {
  display: flex;
  min-height: 8.5rem;
  padding: 1.5rem clamp(1rem, 2vw, 2.25rem);
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  border-right: 1px solid var(--line);
}

.fact:first-child {
  border-left: 1px solid var(--line);
}

.fact strong {
  font-family: var(--sans);
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  font-variant-numeric: tabular-nums;
  font-weight: 600;
  line-height: 1;
}

.fact span {
  color: var(--ink-muted);
  font-size: 0.73rem;
}

.section {
  max-width: var(--content-max);
  margin-inline: auto;
  padding: var(--section-space) var(--gutter);
  scroll-margin-top: 4.5rem;
}

.story {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  column-gap: clamp(1rem, 2.4vw, 2.75rem);
}

.story-title {
  z-index: 1;
  min-width: 0;
  grid-column: 1 / 8;
  grid-row: 1;
}

.story-photo {
  margin: clamp(3rem, 7vw, 7rem) 0 0;
  grid-column: 7 / 13;
  grid-row: 1 / 3;
}

.story-photo picture,
.story-photo img {
  width: 100%;
  height: 100%;
}

.story-photo picture {
  aspect-ratio: 4 / 5;
}

.story-photo img {
  object-fit: cover;
}

figcaption,
.gallery-card > span {
  display: block;
  margin-top: 0.85rem;
  color: var(--ink-muted);
  font-size: 0.85rem;
  line-height: 1.5;
}

.gallery-card > span {
  font-size: 0.85rem;
}

.story-copy {
  max-width: 36rem;
  margin-top: clamp(4rem, 8vw, 8rem);
  grid-column: 2 / 6;
  grid-row: 2;
  color: var(--ink-muted);
}

.story-copy .lead {
  color: var(--ink);
  font-family: var(--sans);
  font-size: clamp(1.25rem, 1.7vw, 1.6rem);
  font-weight: 400;
  letter-spacing: -0.01em;
  line-height: 1.55;
}

.text-link {
  display: inline-flex;
  min-height: 2.75rem;
  margin-top: 1.1rem;
  align-items: center;
  gap: 1.1rem;
  color: var(--ink);
  font-size: 0.8rem;
  font-weight: 700;
  text-decoration-color: var(--accent);
  text-underline-offset: 0.4rem;
}

.text-link span {
  color: var(--accent);
  transition: transform 180ms ease;
}

.text-link:hover span,
.text-link:focus-visible span {
  transform: translateX(0.25rem);
}

.room-feature {
  display: grid;
  min-height: clamp(40rem, 70vw, 58rem);
  grid-template-columns: minmax(0, 7fr) minmax(24rem, 5fr);
  background: var(--stone);
  scroll-margin-top: 4.5rem;
}

.room-photo,
.room-photo picture,
.room-photo img {
  width: 100%;
  height: 100%;
  margin: 0;
}

.room-photo img {
  object-fit: cover;
}

.room-copy {
  display: flex;
  padding: clamp(4rem, 7vw, 8rem) var(--gutter);
  flex-direction: column;
  justify-content: center;
}

.room-copy h2 {
  font-size: clamp(3.4rem, 5.5vw, 6.5rem);
}

.room-copy > p {
  max-width: 29rem;
  margin: 2rem 0 0;
  color: var(--ink-muted);
  font-size: clamp(1.05rem, 1.15vw, 1.15rem);
}

.quiet-list {
  display: grid;
  margin: 2.5rem 0 0;
  padding: 1.25rem 0 0;
  gap: 0.7rem;
  border-top: 1px solid var(--line);
  list-style: none;
}

.quiet-list li {
  position: relative;
  padding-left: 1.3rem;
  font-size: 0.82rem;
  font-weight: 600;
}

.quiet-list li::before {
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 0.5rem;
  height: 1px;
  background: var(--accent);
  content: "";
}

.amenities {
  display: grid;
  grid-template-columns: minmax(16rem, 4fr) minmax(0, 7fr);
  gap: clamp(3rem, 8vw, 9rem);
}

.amenities-heading {
  align-self: start;
}

.amenities-heading h2 {
  font-size: clamp(3.4rem, 5.4vw, 6.4rem);
}

.amenities-heading > p {
  max-width: 24rem;
  margin: 2rem 0 0;
  color: var(--ink-muted);
  font-size: clamp(1.05rem, 1.15vw, 1.15rem);
}

.amenities-grid {
  display: grid;
  align-self: start;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--line);
}

.amenity {
  min-height: 13rem;
  padding: clamp(1.6rem, 3vw, 2.75rem);
  border-bottom: 1px solid var(--line);
}

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

.amenity h3 {
  margin: 0 0 1rem;
  font-family: var(--sans);
  font-size: clamp(1.15rem, 1.4vw, 1.45rem);
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.3;
}

.amenity p {
  max-width: 28rem;
  margin: 0;
  color: var(--ink-muted);
  font-size: 0.95rem;
}

.gallery-section {
  padding-top: clamp(4rem, 8vw, 8rem);
  border-top: 1px solid var(--line);
}

.gallery-heading {
  display: flex;
  margin-bottom: clamp(3rem, 6vw, 6rem);
  align-items: end;
  justify-content: space-between;
  gap: 2rem;
}

.gallery-heading h2 {
  font-size: clamp(3.4rem, 6vw, 7rem);
}

.outline-button {
  flex: none;
  padding: 0.9rem 1.2rem;
  border-color: var(--ink);
  background: transparent;
  color: var(--ink);
  cursor: pointer;
}

.outline-button:hover,
.outline-button:focus-visible {
  border-color: var(--accent);
  background: var(--accent);
  color: var(--paper-bright);
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-template-rows: repeat(5, minmax(10rem, 12vw));
  gap: clamp(0.75rem, 1.3vw, 1.35rem);
}

.gallery-card {
  display: grid;
  min-width: 0;
  padding: 0;
  grid-template-rows: minmax(0, 1fr) auto;
  border: 0;
  background: transparent;
  color: var(--ink);
  cursor: zoom-in;
  text-align: left;
}

.gallery-card picture {
  min-height: 0;
  overflow: hidden;
}

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

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

.gallery-card:nth-child(1) {
  grid-column: 1 / 8;
  grid-row: 1 / 3;
}

.gallery-card:nth-child(2) {
  grid-column: 8 / 13;
  grid-row: 1 / 2;
}

.gallery-card:nth-child(3) {
  grid-column: 8 / 13;
  grid-row: 2 / 4;
}

.gallery-card:nth-child(4) {
  grid-column: 1 / 5;
  grid-row: 3 / 6;
}

.gallery-card:nth-child(5) {
  grid-column: 5 / 8;
  grid-row: 3 / 4;
}

.gallery-card:nth-child(6) {
  grid-column: 5 / 13;
  grid-row: 4 / 6;
}

.slow-section {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  column-gap: clamp(1rem, 2.4vw, 2.75rem);
  align-items: end;
}

.slow-copy {
  padding-bottom: clamp(2rem, 5vw, 5rem);
  grid-column: 1 / 5;
}

.slow-copy h2 {
  font-size: clamp(3.4rem, 5.4vw, 6.4rem);
}

.slow-copy p {
  max-width: 25rem;
  margin: 2rem 0 0;
  color: var(--ink-muted);
  font-size: clamp(1.05rem, 1.15vw, 1.15rem);
}

.slow-photo {
  margin: 0;
  grid-column: 5 / 13;
  grid-row: 1 / 3;
}

.slow-photo picture {
  aspect-ratio: 16 / 10;
}

.slow-photo picture,
.slow-photo img {
  width: 100%;
  height: 100%;
}

.slow-photo img {
  object-fit: cover;
}

.activities {
  display: grid;
  margin: 0;
  padding: 1.4rem 0 0;
  grid-column: 1 / 5;
  grid-row: 2;
  gap: 1rem;
  border-top: 1px solid var(--line);
}

.activities-intro {
  max-width: 31ch;
  margin: 0;
  font-size: 0.86rem;
  line-height: 1.6;
}

.activities ul {
  display: grid;
  gap: 0.75rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.activities li {
  font-size: 0.78rem;
  font-weight: 600;
}

.location-section {
  max-width: none;
  min-height: 0;
  background: var(--accent-wash);
}

.location-layout {
  display: grid;
  width: min(100%, var(--content-max));
  margin: 0 auto;
  grid-template-columns: minmax(18rem, 4fr) minmax(0, 8fr);
  gap: clamp(3rem, 7vw, 8rem);
  align-items: center;
}

.location-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.location-copy h2 {
  color: var(--ink);
  font-size: clamp(3.4rem, 6vw, 6rem);
  line-height: 0.92;
  letter-spacing: -0.03em;
}

.location-copy p {
  max-width: 28rem;
  margin: 1.75rem 0 0;
  color: rgba(37, 41, 39, 0.78);
  font-size: clamp(1.05rem, 1.15vw, 1.15rem);
}

.location-details {
  display: grid;
  width: 100%;
  margin-top: clamp(2.5rem, 5vw, 4.5rem);
  margin-bottom: 0;
  padding: 1.2rem 0 0;
  gap: 0.65rem;
  border-top: 1px solid rgba(37, 41, 39, 0.35);
  font-size: 0.78rem;
  font-weight: 600;
  list-style: none;
}

.location-map {
  margin: 0;
}

.location-map iframe {
  display: block;
  width: 100%;
  min-height: 28rem;
  aspect-ratio: 16 / 10;
  border: 1px solid rgba(37, 41, 39, 0.35);
  background: var(--stone);
}

.location-map figcaption {
  max-width: 58ch;
  margin-top: 0.8rem;
  color: rgba(37, 41, 39, 0.78);
  font-size: 0.74rem;
  line-height: 1.55;
}

.practical {
  display: grid;
  grid-template-columns: minmax(18rem, 4fr) minmax(0, 8fr);
  gap: clamp(3rem, 7vw, 8rem);
}

.practical-heading h2 {
  font-size: clamp(3.4rem, 5.4vw, 6.4rem);
}

.practical-heading p {
  max-width: 22rem;
  margin: 2rem 0 0;
  color: var(--ink-muted);
  font-size: clamp(1.05rem, 1.15vw, 1.15rem);
}

.practical-list {
  display: grid;
  align-self: start;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--ink);
}

.practical-list article {
  min-height: 20rem;
  padding: 2rem clamp(1rem, 2vw, 2rem);
  border-right: 1px solid var(--line);
}

.practical-list article:first-child {
  padding-left: 0;
}

.practical-list article:last-child {
  padding-right: 0;
  border-right: 0;
}

.practical-list h3 {
  margin: 0 0 1.4rem;
  font-family: var(--sans);
  font-size: clamp(1.15rem, 1.4vw, 1.45rem);
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.3;
}

.practical-list p {
  margin: 0;
  color: var(--ink-muted);
  font-size: 0.95rem;
}

.reviews {
  max-width: none;
  padding-block: clamp(4.5rem, 7vw, 7.5rem);
  background: var(--stone);
}

.reviews-heading {
  display: grid;
  width: min(100%, var(--content-max));
  margin: 0 auto clamp(2.5rem, 4vw, 4rem);
  padding-inline: var(--gutter);
  grid-template-columns: minmax(18rem, 5fr) minmax(0, 7fr);
  gap: 3rem;
  align-items: end;
}

.rating-lockup {
  display: flex;
  align-items: end;
  gap: 1.25rem;
}

.rating-value {
  font-family: var(--sans);
  font-size: clamp(4rem, 6vw, 6.25rem);
  font-variant-numeric: tabular-nums;
  font-weight: 600;
  line-height: 0.75;
}

.stars {
  color: var(--accent-dark);
  font-size: 0.88rem;
  letter-spacing: 0.12em;
}

.rating-lockup p {
  margin: 0.4rem 0 0;
  font-size: 0.76rem;
  font-weight: 600;
  line-height: 1.45;
}

.rating-lockup small {
  color: var(--ink-muted);
  font-weight: 400;
}

.reviews-heading h2 {
  font-size: clamp(3.4rem, 4.8vw, 5.5rem);
}

.review-cards {
  display: grid;
  width: min(100%, var(--content-max));
  margin: 0 auto;
  padding: 0 var(--gutter);
}

.review-tools {
  display: flex;
  width: min(100%, var(--content-max));
  margin: 0 auto 1.5rem;
  padding-inline: var(--gutter);
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  color: var(--ink-muted);
  font-size: 0.78rem;
  font-weight: 600;
}

.review-tools > div {
  display: grid;
  grid-template-columns: 2.75rem 4rem 2.75rem;
  align-items: center;
  text-align: center;
}

.review-tools button {
  display: grid;
  width: 2.75rem;
  height: 2.75rem;
  padding: 0;
  place-items: center;
  border: 1px solid var(--ink);
  border-radius: 2px;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
}

.review-tools button:hover,
.review-tools button:focus-visible {
  border-color: var(--accent);
  background: var(--accent);
  color: var(--paper-bright);
}

.review-tools button:disabled {
  border-color: var(--line);
  background: transparent;
  color: var(--ink-muted);
  cursor: not-allowed;
  opacity: 0.5;
}

.review-card {
  max-width: 70ch;
  margin: 0;
  padding: 0 0 1.5rem 1.25rem;
  border-left: 1px solid var(--accent);
}

.review-card p {
  margin: 0;
  font-family: var(--sans);
  font-size: clamp(1.05rem, 1.3vw, 1.35rem);
  letter-spacing: -0.015em;
  line-height: 1.6;
}

.review-card cite {
  display: block;
  margin-top: 1rem;
  color: var(--ink-muted);
  font-size: 0.74rem;
  font-style: normal;
  font-weight: 700;
}

.booking-section {
  display: grid;
  min-height: 44rem;
  padding: var(--section-space) var(--gutter);
  grid-template-columns: minmax(16rem, 4fr) minmax(0, 8fr);
  gap: clamp(3rem, 8vw, 9rem);
  align-items: center;
  border-top: 0.35rem solid var(--accent);
  background: var(--paper-bright);
  scroll-margin-top: 4.5rem;
}

.booking-mark {
  display: flex;
  align-items: center;
  gap: 1.3rem;
}

.booking-mark img {
  width: clamp(5rem, 8vw, 7rem);
  height: clamp(5rem, 8vw, 7rem);
  border-radius: 50%;
}

.booking-mark p {
  margin: 0;
  font-size: 0.78rem;
  font-weight: 600;
}

.booking-content {
  max-width: 56rem;
}

.booking-content h2 {
  font-size: clamp(4rem, 7vw, 8rem);
}

.booking-content > p {
  margin: 2rem 0 0;
  color: var(--ink-muted);
  font-size: clamp(1.05rem, 1.15vw, 1.15rem);
}

.booking-content .booking-actions {
  width: 100%;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.booking-content .booking-button {
  border-width: 1px;
  border-color: var(--ink);
  background: transparent;
}

.site-footer {
  display: grid;
  min-height: 8rem;
  padding: 2rem var(--gutter);
  grid-template-columns: 1fr auto auto auto;
  gap: clamp(1.5rem, 3vw, 3rem);
  align-items: center;
  border-top: 1px solid var(--line);
  background: var(--stone);
  color: var(--ink-muted);
  font-size: 0.78rem;
}

.footer-brand {
  color: var(--ink);
  font-family: var(--sans);
  font-size: 1.3rem;
  font-weight: 600;
  text-decoration: none;
}

.site-footer p {
  margin: 0;
}

.site-footer nav {
  display: flex;
  gap: 1rem;
}

.site-footer a:not(.footer-brand) {
  min-height: 2.75rem;
  padding-block: 0.7rem;
  text-underline-offset: 0.3rem;
}

.footer-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem 0.75rem;
  justify-content: flex-end;
}

.footer-meta > span {
  white-space: nowrap;
}

.site-footer .footer-meta a {
  min-height: auto;
  padding-block: 0;
}

.lightbox {
  width: 100vw;
  max-width: none;
  height: 100dvh;
  max-height: none;
  margin: 0;
  padding: 0;
  border: 0;
  background: rgba(27, 31, 29, 0.97);
  color: var(--paper-bright);
}

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

.lightbox::backdrop {
  background: rgba(27, 31, 29, 0.97);
}

.lightbox figure {
  display: grid;
  width: min(100%, 84rem);
  height: 100%;
  max-height: 100dvh;
  margin: 0;
  padding: 2.5rem 0 1.5rem;
  grid-template-rows: minmax(0, 1fr) auto;
}

.lightbox figure img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: contain;
}

.lightbox figcaption {
  display: flex;
  margin: 0;
  padding-top: 1rem;
  justify-content: space-between;
  gap: 1rem;
  color: var(--paper-bright);
  font-family: var(--sans);
  font-size: 1rem;
}

.lightbox figcaption small {
  font-family: var(--sans);
  font-size: 0.7rem;
}

.lightbox-close,
.lightbox-arrow {
  display: grid;
  width: 3rem;
  height: 3rem;
  padding: 0;
  place-items: center;
  border: 1px solid rgba(249, 250, 246, 0.42);
  border-radius: 50%;
  background: rgba(249, 250, 246, 0.06);
  color: var(--paper-bright);
  cursor: pointer;
}

.lightbox-close {
  position: fixed;
  top: 1.25rem;
  right: 1.25rem;
  z-index: 2;
  font-size: 1.6rem;
}

.lightbox-arrow {
  font-size: 1.1rem;
}

.js .reveal {
  opacity: 0;
  transform: translateY(1.5rem);
  transition: opacity 700ms ease, transform 700ms cubic-bezier(0.16, 1, 0.3, 1);
}

.js .reveal.is-visible {
  opacity: 1;
  transform: none;
}

.delay-1 {
  transition-delay: 100ms;
}

a:focus-visible,
button:focus-visible {
  outline: 3px solid var(--accent);
  outline-offset: 4px;
}

@media (prefers-reduced-motion: no-preference) {
  .hero-content > * {
    animation: hero-enter 750ms cubic-bezier(0.16, 1, 0.3, 1) both;
  }

  .hero-content > :nth-child(2) {
    animation-delay: 80ms;
  }

  .hero-content > :nth-child(3) {
    animation-delay: 150ms;
  }

  .hero-content > :nth-child(4) {
    animation-delay: 220ms;
  }

  .hero-picture img {
    animation: hero-image 1100ms cubic-bezier(0.16, 1, 0.3, 1) both;
  }
}

@keyframes hero-enter {
  from {
    opacity: 0;
    transform: translateY(1.2rem);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes hero-image {
  from {
    opacity: 0.65;
    transform: scale(1.025);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 1100px) {
  h1 {
    font-size: clamp(3rem, 5vw, 4rem);
  }

  .story-copy {
    grid-column: 1 / 6;
  }

  .amenities,
  .practical {
    gap: 3.5rem;
  }

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

  .practical-list article {
    min-height: 0;
    padding: 1.75rem 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .practical-list article:last-child {
    border-bottom: 0;
  }

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

  .site-footer nav {
    order: 3;
  }

  .site-footer small {
    order: 4;
    justify-self: end;
  }
}

@media (max-width: 820px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .desktop-nav {
    display: none;
  }

  .hero {
    min-height: calc(100svh - 4.5rem);
    padding-block: clamp(4.5rem, 12vw, 6rem) clamp(6.25rem, 15vw, 7.5rem);
  }

  .hero-content {
    width: 100%;
  }

  .hero-location {
    margin-bottom: 1.35rem;
  }

  .hero h1 {
    font-size: clamp(3.5rem, 11.5vw, 5.8rem);
  }

  .facts {
    grid-template-columns: repeat(2, 1fr);
  }

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

  .fact:nth-child(3) {
    border-left: 1px solid var(--line);
    border-top: 1px solid var(--line);
  }

  .fact:nth-child(4) {
    border-top: 1px solid var(--line);
  }

  .story,
  .slow-section {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
  }

  .story-title,
  .story-photo,
  .story-copy,
  .slow-copy,
  .slow-photo,
  .activities {
    grid-column: 1;
    grid-row: auto;
  }

  .story-photo {
    width: calc(100% - 1.5rem);
    margin: 3rem 0 0 1.5rem;
  }

  .story-photo picture {
    aspect-ratio: 4 / 5;
  }

  .story-copy {
    margin: 3.5rem 0 0;
  }

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

  .room-photo picture {
    aspect-ratio: 4 / 3;
  }

  .room-copy {
    padding-block: 5rem;
  }

  .amenities,
  .practical,
  .reviews-heading,
  .booking-section {
    grid-template-columns: 1fr;
  }

  .amenities-heading > p,
  .practical-heading p {
    margin-bottom: 3rem;
  }

  .gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(4, minmax(13rem, 43vw));
  }

  .gallery-card:nth-child(1) {
    grid-column: 1 / 3;
    grid-row: 1;
  }

  .gallery-card:nth-child(2) {
    grid-column: 1;
    grid-row: 2;
  }

  .gallery-card:nth-child(3) {
    grid-column: 2;
    grid-row: 2 / 4;
  }

  .gallery-card:nth-child(4) {
    grid-column: 1;
    grid-row: 3;
  }

  .gallery-card:nth-child(5) {
    grid-column: 1;
    grid-row: 4;
  }

  .gallery-card:nth-child(6) {
    grid-column: 2;
    grid-row: 4;
  }

  .slow-copy {
    padding: 0 0 3rem;
  }

  .slow-photo {
    margin: 0;
  }

  .activities {
    margin-top: 3rem;
  }

  .location-section {
    min-height: 0;
  }

  .location-layout {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .location-map iframe {
    min-height: 24rem;
  }

  .reviews-heading {
    gap: 4rem;
  }

  .booking-section {
    gap: 4rem;
  }

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

  .site-footer > *,
  .site-footer small {
    justify-self: center;
  }

  .footer-meta {
    justify-content: center;
  }

  .site-footer nav {
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media (max-width: 540px) {
  .site-header {
    min-height: 0;
    padding-top: 0.45rem;
    padding-bottom: 0;
    row-gap: 0.45rem;
  }

  .brand > span {
    display: none;
  }

  .header-actions {
    display: contents;
  }

  .language-nav {
    display: grid;
    width: calc(100% + 2 * var(--gutter));
    margin-inline: calc(-1 * var(--gutter));
    grid-column: 1 / -1;
    grid-row: 2;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-top: 1px solid var(--line);
  }

  .language-nav a {
    min-width: 0;
    min-height: 2.75rem;
    padding: 0.65rem 0.25rem;
    border-bottom: 2px solid transparent;
    font-size: 0.76rem;
  }

  .language-nav a:hover,
  .language-nav a[aria-current="page"] {
    border-bottom-color: var(--accent);
    background: var(--accent-wash);
    text-decoration: none;
  }

  .language-code {
    display: none;
  }

  .language-name {
    display: inline;
  }

  .brand {
    gap: 0.55rem;
    font-size: 1.05rem;
  }

  .brand img {
    width: 2.65rem;
    height: 2.65rem;
  }

  .header-cta {
    grid-column: 2;
    grid-row: 1;
    min-width: 0;
    min-height: 2.8rem;
    padding-inline: 0.9rem;
  }

  .hero-content {
    width: 100%;
  }

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

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

  .scroll-cue {
    right: 0.85rem;
    bottom: 1rem;
  }

  h2,
  .room-copy h2,
  .amenities-heading h2,
  .gallery-heading h2,
  .slow-copy h2,
  .practical-heading h2,
  .reviews-heading h2,
  .booking-content h2 {
    font-size: clamp(3rem, 13vw, 4.8rem);
  }

  .section {
    padding-block: 4.75rem;
  }

  .fact {
    min-height: 6.8rem;
    padding: 1rem 0.7rem;
    flex-direction: column;
    gap: 0.3rem;
  }

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

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

  .amenity {
    min-height: 0;
    padding: 1.75rem 0;
  }

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

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

  .gallery-card:nth-child(n) {
    grid-column: 1;
    grid-row: auto;
  }

  .gallery-card:nth-child(n + 4) {
    display: none;
  }

  .gallery-card picture {
    aspect-ratio: 4 / 3;
  }

  .gallery-card:nth-child(even) {
    width: 88%;
    margin-left: auto;
  }

  .location-section {
    min-height: 0;
  }

  .location-map iframe {
    min-height: 19rem;
    aspect-ratio: 4 / 3;
  }

  .rating-lockup {
    align-items: center;
  }

  .rating-value {
    font-size: 4.8rem;
  }

  .review-tools {
    align-items: flex-start;
    flex-direction: column;
  }

  .review-card {
    padding-left: 1rem;
  }

  .review-card p {
    font-size: 1.05rem;
  }

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

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

  .lightbox figure {
    width: 100%;
    padding: 4.5rem 1rem 5.5rem;
  }

  .lightbox-arrow {
    position: fixed;
    bottom: 1.2rem;
    z-index: 2;
  }

  .lightbox-arrow.prev {
    left: calc(50% - 3.6rem);
  }

  .lightbox-arrow.next {
    right: calc(50% - 3.6rem);
  }
}

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

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

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