:root {
  --ink: #171511;
  --muted: #6d6860;
  --paper: #ffffff;
  --paper-deep: #f7f5ef;
  --stone: #b9ad9b;
  --cedar: #3f5142;
  --moss: #7f8d73;
  --blue: #37516a;
  --line: rgba(21, 19, 15, 0.16);
  --white: #ffffff;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.5;
}

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

a {
  color: inherit;
}

.site-header {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  min-height: 76px;
  padding: 16px 28px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  background: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid rgba(21, 19, 15, 0.08);
  backdrop-filter: blur(14px);
}

.mark {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.nav,
.language-switch,
.kicker,
.chapter,
.text-link,
button,
input,
textarea,
.room-list span,
.form-note {
  font-family: Arial, Helvetica, sans-serif;
}

.mark img {
  width: 112px;
  height: auto;
}

.nav {
  display: flex;
  gap: 26px;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.nav a {
  text-decoration: none;
}

.nav a.is-current {
  border-bottom: 1px solid currentColor;
}

.language-switch {
  justify-self: end;
  display: inline-flex;
  border: 1px solid var(--line);
}

.language-switch button {
  min-width: 42px;
  height: 34px;
  border: 0;
  border-right: 1px solid var(--line);
  background: transparent;
  color: var(--ink);
  cursor: pointer;
}

.language-switch button:last-child {
  border-right: 0;
}

.language-switch .is-active {
  background: var(--ink);
  color: var(--paper);
}

.hero {
  min-height: 92vh;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  background: var(--paper);
}

.hero-media {
  min-height: 92vh;
}

.hero-media img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-copy {
  min-height: 92vh;
  padding: 128px 8vw 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.page-hero {
  width: min(1240px, calc(100% - 52px));
  margin: 0 auto;
  padding: 132px 0 96px;
  display: grid;
  grid-template-columns: 0.95fr 1fr;
  gap: 72px;
  align-items: center;
}

.page-hero figure img {
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.page-hero-copy h1 {
  max-width: 760px;
}

.page-hero-copy .lede {
  max-width: 680px;
}

.logo {
  width: min(250px, 54vw);
  margin: 16px 0 48px;
}

.kicker {
  margin: 0 0 14px;
  color: var(--cedar);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

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

h1 {
  margin-bottom: 24px;
  font-size: clamp(38px, 4.8vw, 66px);
  line-height: 1.02;
  font-weight: 400;
}

h2 {
  margin-bottom: 22px;
  font-size: clamp(28px, 3.1vw, 46px);
  line-height: 1.08;
  font-weight: 400;
}

h3 {
  margin-bottom: 16px;
  font-size: clamp(24px, 2.2vw, 34px);
  line-height: 1.05;
  font-weight: 400;
}

.lede {
  max-width: 620px;
  margin-bottom: 34px;
  color: var(--muted);
  font-size: clamp(17px, 1.35vw, 21px);
}

.text-link {
  width: fit-content;
  padding-bottom: 6px;
  border-bottom: 1px solid currentColor;
  color: var(--ink);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
}

.editorial-intro,
.image-text,
.rooms,
.grounds,
.opening,
.page-section,
.page-links,
.footer {
  width: min(1240px, calc(100% - 52px));
  margin: 0 auto;
}

.editorial-intro {
  padding: 104px 0 88px;
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 60px;
}

.chapter {
  color: var(--cedar);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.chapter span {
  display: block;
  margin-bottom: 10px;
  color: var(--stone);
}

.chapter p {
  margin-bottom: 0;
}

.article-panel {
  position: relative;
  padding-left: 34px;
  border-left: 1px solid var(--line);
}

.article-panel > p:not(.kicker):first-of-type::first-letter,
.split-copy.article-panel > p:not(.kicker)::first-letter,
.grounds .article-panel > p:first-of-type::first-letter,
.section-title.article-panel > p::first-letter {
  float: left;
  margin: 8px 12px 0 0;
  color: var(--ink);
  font-size: 4.8em;
  line-height: 0.72;
}

.intro-text p {
  max-width: 760px;
  margin: 0;
  font-size: clamp(22px, 2.15vw, 34px);
  line-height: 1.28;
}

.split {
  padding: 0 0 104px;
  display: grid;
  grid-template-columns: 0.9fr 1fr;
  gap: 72px;
  align-items: center;
}

figure {
  margin: 0;
}

figure img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

figcaption {
  margin-top: 12px;
  color: var(--muted);
  font-size: 14px;
  font-style: italic;
}

.split-copy p:not(.kicker),
.grounds p,
.opening-copy p,
.section-title p,
.room-list p {
  color: var(--muted);
  font-size: 17px;
}

.split-copy h2 {
  max-width: 720px;
}

.split-copy p:not(.kicker) {
  max-width: 620px;
  line-height: 1.72;
}

.rooms {
  padding: 98px 0 104px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.section-title {
  display: grid;
  grid-template-columns: 280px minmax(0, 760px);
  gap: 60px;
  margin-bottom: 62px;
}

.section-title.article-panel {
  padding-left: 34px;
}

.section-title h2 {
  margin-bottom: 18px;
}

.room-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
}

.room-list article {
  min-height: 330px;
  padding: 30px 24px;
  border-right: 1px solid var(--line);
}

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

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

.room-list-detailed article {
  min-height: 360px;
  border-bottom: 1px solid var(--line);
}

.room-list-detailed article:nth-child(2n) {
  border-right: 0;
}

.room-list-detailed article:nth-last-child(-n + 2) {
  border-bottom: 0;
}

.room-list span {
  display: block;
  margin-bottom: 56px;
  color: var(--cedar);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.visual-band {
  display: grid;
  grid-template-columns: 1.2fr 0.75fr 0.95fr;
  gap: 8px;
  padding: 8px;
  background: var(--ink);
}

.visual-band img {
  height: 72vh;
  min-height: 520px;
  object-fit: cover;
}

.grounds {
  padding: 104px 0;
  display: grid;
  grid-template-columns: 0.8fr 1fr;
  gap: 88px;
}

.grounds p {
  max-width: 720px;
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 1.72;
}

.grounds img {
  max-width: 460px;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.opening {
  padding: 88px;
  display: grid;
  grid-template-columns: 1fr 0.82fr;
  gap: 80px;
  background: var(--cedar);
  color: var(--paper);
}

.page-opening {
  margin-bottom: 96px;
}

.page-links {
  padding: 86px 0 96px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--line);
}

.page-links a {
  min-height: 220px;
  padding: 30px;
  background: var(--paper);
  text-decoration: none;
}

.page-links span {
  display: block;
  margin-bottom: 44px;
  color: var(--cedar);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.page-links strong {
  display: block;
  max-width: 380px;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
}

.page-links.compact {
  grid-template-columns: repeat(4, 1fr);
  padding-top: 0;
}

.social-links {
  padding-top: 0;
  grid-template-columns: minmax(0, 1fr);
}

.page-links.compact a {
  min-height: 190px;
}

.page-links.compact strong {
  font-size: 20px;
}

.itinerary-grid {
  width: min(1240px, calc(100% - 52px));
  margin: 0 auto 112px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.itinerary-grid article {
  display: grid;
  grid-template-columns: 0.86fr 1fr;
  min-height: 420px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--paper);
}

.itinerary-grid img {
  height: 100%;
  min-height: 420px;
  object-fit: cover;
}

.itinerary-grid article > div {
  padding: 34px;
}

.itinerary-grid span {
  display: block;
  margin-bottom: 36px;
  color: var(--cedar);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.itinerary-grid h2 {
  font-size: clamp(28px, 2.8vw, 42px);
}

.itinerary-grid p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.68;
}

.opening .chapter,
.opening .kicker {
  color: #c9d0bf;
}

.opening .chapter span,
.opening-copy p {
  color: rgba(247, 243, 235, 0.74);
}

.enquiry-form {
  display: grid;
  gap: 18px;
}

.enquiry-form label {
  display: grid;
  gap: 8px;
}

.enquiry-form span {
  color: rgba(247, 243, 235, 0.72);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

input,
textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid rgba(247, 243, 235, 0.45);
  border-radius: 0;
  background: transparent;
  color: var(--paper);
  font-size: 18px;
  outline: none;
}

input {
  height: 44px;
}

textarea {
  resize: vertical;
  min-height: 110px;
  padding-top: 10px;
}

.enquiry-form button {
  min-height: 52px;
  margin-top: 12px;
  border: 1px solid var(--paper);
  background: var(--paper);
  color: var(--cedar);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  cursor: pointer;
}

.form-note {
  margin: 0;
  color: rgba(247, 243, 235, 0.55);
  font-size: 12px;
}

.footer {
  padding: 70px 0;
  display: grid;
  grid-template-columns: 112px 1fr;
  gap: 28px;
  align-items: center;
  color: var(--muted);
}

.footer img {
  width: 112px;
}

.footer p {
  margin-bottom: 6px;
}

.footer p:first-of-type {
  color: var(--ink);
  font-size: 22px;
}

.footer a {
  color: var(--ink);
  text-decoration: none;
  border-bottom: 1px solid currentColor;
}

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

  .nav {
    grid-column: 1 / -1;
    justify-content: center;
    flex-wrap: wrap;
    gap: 18px;
  }

  .hero,
  .page-hero,
  .editorial-intro,
  .split,
  .section-title,
  .grounds,
  .opening {
    grid-template-columns: 1fr;
  }

  .hero-media {
    min-height: 58vh;
  }

  .hero-copy {
    min-height: auto;
    padding: 70px 8vw;
  }

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

  .room-list article:nth-child(2) {
    border-right: 0;
  }

  .room-list article:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }

  .visual-band {
    grid-template-columns: 1fr;
  }

  .visual-band img {
    height: auto;
    min-height: 0;
    aspect-ratio: 4 / 5;
  }

  .opening {
    padding: 52px 32px;
  }

  .page-links,
  .page-links.compact {
    grid-template-columns: 1fr 1fr;
  }

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

@media (max-width: 620px) {
  .site-header {
    min-height: 66px;
    padding: 12px 14px;
  }

  .mark img {
    width: 86px;
  }

  .editorial-intro,
  .image-text,
  .rooms,
  .grounds,
  .opening,
  .page-hero,
  .page-section,
  .page-links,
  .itinerary-grid,
  .footer {
    width: min(100% - 28px, 1240px);
  }

  .editorial-intro,
  .rooms,
  .grounds,
  .page-hero {
    padding: 72px 0;
  }

  .split {
    padding-bottom: 72px;
    gap: 36px;
  }

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

  .room-list-detailed article:nth-last-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }

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

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

  .room-list span {
    margin-bottom: 28px;
  }

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

  .page-links,
  .page-links.compact {
    grid-template-columns: 1fr;
  }

  .page-links a {
    min-height: 0;
  }

  .itinerary-grid article {
    grid-template-columns: 1fr;
  }

  .itinerary-grid img {
    min-height: 0;
    aspect-ratio: 4 / 3;
  }
}
