:root {
  --ink: #17201d;
  --muted: #627069;
  --paper: #f7f2e8;
  --linen: #fffaf1;
  --stone: #d8ceb9;
  --olive: #5d6b4f;
  --deep: #26352e;
  --gold: #b68a45;
  --white: #ffffff;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

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

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

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  padding: 22px clamp(20px, 5vw, 64px);
  color: var(--white);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.58), transparent);
}

.brand {
  font-size: clamp(1.1rem, 2vw, 1.6rem);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: clamp(14px, 2vw, 34px);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.main-nav a,
.header-button {
  transition: opacity 180ms ease, border-color 180ms ease;
}

.main-nav a:hover,
.header-button:hover {
  opacity: 0.72;
}

.header-button {
  justify-self: end;
  padding: 12px 18px;
  border: 1px solid rgba(255, 255, 255, 0.65);
  border-radius: 999px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.hero {
  min-height: 100vh;
  position: relative;
  display: grid;
  align-items: end;
  padding: 140px clamp(20px, 7vw, 96px) 78px;
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(15, 24, 20, 0.75), rgba(15, 24, 20, 0.16)),
    linear-gradient(0deg, rgba(15, 24, 20, 0.55), transparent 46%),
    url("https://images.unsplash.com/photo-1528127269322-539801943592?auto=format&fit=crop&w=2200&q=80")
      center/cover;
}

.hero-content {
  max-width: 820px;
}

.eyebrow,
.section-label {
  display: inline-block;
  margin: 0 0 18px;
  color: var(--gold);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero h1 {
  margin: 0;
  font-size: clamp(4rem, 14vw, 10.5rem);
  font-weight: 400;
  line-height: 0.9;
}

.hero p {
  max-width: 600px;
  margin: 28px 0 0;
  font-size: clamp(1.15rem, 2vw, 1.45rem);
  line-height: 1.55;
}

.hero-notice {
  max-width: 760px;
  padding: 18px 20px;
  border: 1px solid rgba(213, 182, 109, 0.58);
  background: rgba(4, 22, 27, 0.72);
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(0.95rem, 1.35vw, 1.08rem);
  line-height: 1.55;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border-radius: 999px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

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

.button.ghost {
  border: 1px solid rgba(255, 255, 255, 0.72);
}

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

.scroll-note {
  position: absolute;
  right: clamp(20px, 5vw, 64px);
  bottom: 40px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  writing-mode: vertical-rl;
}

.booking-panel {
  width: min(1120px, calc(100% - 40px));
  margin: -38px auto 0;
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: repeat(3, 1fr) auto;
  align-items: center;
  gap: 2px;
  background: var(--linen);
  box-shadow: 0 28px 70px rgba(23, 32, 29, 0.18);
}

.booking-panel div {
  min-height: 92px;
  display: grid;
  align-content: center;
  padding: 20px 26px;
  border-right: 1px solid var(--stone);
}

.booking-panel span {
  margin-bottom: 8px;
  color: var(--muted);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.booking-panel strong {
  font-size: 1.35rem;
  font-weight: 400;
}

.booking-panel .button {
  margin: 18px;
}

.section {
  padding: clamp(78px, 9vw, 132px) clamp(20px, 7vw, 96px);
}

.intro {
  display: grid;
  grid-template-columns: minmax(160px, 0.35fr) minmax(0, 1fr);
  gap: clamp(28px, 6vw, 86px);
}

.intro-copy {
  max-width: 920px;
}

h2 {
  margin: 0;
  font-size: clamp(2.35rem, 5vw, 5.6rem);
  font-weight: 400;
  line-height: 0.98;
}

.intro-copy p,
.section-heading p,
.experience p,
.room-list p {
  color: var(--muted);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.75;
}

.intro-copy p {
  max-width: 640px;
  margin: 28px 0 0;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.55fr);
  gap: 36px;
  align-items: end;
  margin-bottom: 42px;
}

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

.photo-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 260px;
  gap: 16px;
}

.photo {
  position: relative;
  min-height: 240px;
  margin: 0;
  overflow: hidden;
  background: var(--stone);
}

.photo.large {
  grid-column: span 2;
  grid-row: span 2;
}

.photo.wide {
  grid-column: span 2;
}

.photo img {
  height: 100%;
  object-fit: cover;
  transition: transform 700ms ease;
}

.photo:hover img {
  transform: scale(1.045);
}

.photo figcaption {
  position: absolute;
  left: 18px;
  bottom: 18px;
  padding: 10px 13px;
  color: var(--white);
  background: rgba(23, 32, 29, 0.7);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

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

.room-list article {
  min-height: 280px;
  padding: 34px;
  border-right: 1px solid var(--stone);
}

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

.room-list span {
  color: var(--gold);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.room-list h3 {
  margin: 44px 0 18px;
  font-size: clamp(1.65rem, 3vw, 2.3rem);
  font-weight: 400;
}

.experience {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 480px);
  gap: clamp(32px, 7vw, 100px);
  align-items: center;
  padding: clamp(78px, 10vw, 150px) clamp(20px, 7vw, 96px);
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(23, 32, 29, 0.86), rgba(23, 32, 29, 0.58)),
    url("https://images.unsplash.com/photo-1519677100203-a0e668c92439?auto=format&fit=crop&w=2000&q=80")
      center/cover;
}

.experience p {
  color: rgba(255, 255, 255, 0.78);
}

.site-footer {
  padding: clamp(58px, 7vw, 92px) clamp(24px, 4.8vw, 112px) 42px;
  color: #aebcba;
  background: #04161b;
}

.footer-main {
  display: grid;
  grid-template-columns: minmax(280px, 1.4fr) repeat(3, minmax(150px, 0.7fr));
  gap: clamp(42px, 7vw, 118px);
  padding-bottom: clamp(58px, 7vw, 90px);
  border-bottom: 1px solid rgba(182, 138, 69, 0.32);
}

.footer-brand-block {
  max-width: 460px;
}

.footer-logo {
  display: inline-block;
  margin-bottom: 28px;
  color: #c3ccca;
  font-size: clamp(1rem, 1.5vw, 1.32rem);
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.footer-logo strong {
  color: #d5b66d;
  font-weight: 400;
}

.footer-brand-block p,
.footer-bottom p {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(1rem, 1.45vw, 1.5rem);
  line-height: 1.5;
}

.footer-column {
  display: grid;
  align-content: start;
  gap: 22px;
  font-family: Arial, Helvetica, sans-serif;
}

.footer-column h3 {
  margin: 0 0 10px;
  color: #d5b66d;
  font-size: clamp(0.95rem, 1.25vw, 1.22rem);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.footer-column a {
  color: #aebcba;
  font-size: clamp(1rem, 1.55vw, 1.45rem);
  line-height: 1.35;
  transition: color 180ms ease;
}

.footer-column a:hover {
  color: var(--white);
}

.footer-bottom {
  padding-top: clamp(28px, 4vw, 46px);
}

.footer-bottom p + p {
  margin-top: 8px;
}

.footer-disclaimer {
  max-width: 1180px;
  margin-top: 22px;
  color: rgba(174, 188, 186, 0.72);
  font-size: clamp(0.88rem, 1.1vw, 1.05rem);
  line-height: 1.55;
}

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

  .main-nav {
    display: none;
  }

  .booking-panel,
  .intro,
  .section-heading,
  .experience,
  .footer-main {
    grid-template-columns: 1fr;
  }

  .footer-main {
    gap: 34px;
  }

  .booking-panel {
    margin-top: 0;
    width: 100%;
  }

  .booking-panel div {
    border-right: 0;
    border-bottom: 1px solid var(--stone);
  }

  .booking-panel .button {
    width: calc(100% - 36px);
  }

  .photo-grid {
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 220px;
  }

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

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

@media (max-width: 560px) {
  .site-header {
    padding: 16px 18px;
  }

  .brand {
    font-size: 0.95rem;
  }

  .header-button {
    padding: 10px 12px;
    font-size: 0.68rem;
  }

  .hero {
    min-height: 92vh;
    padding: 112px 20px 64px;
  }

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

  .scroll-note {
    display: none;
  }

  .photo-grid {
    display: block;
  }

  .photo {
    margin-bottom: 14px;
    height: 260px;
  }

  .site-footer {
    padding: 48px 24px 34px;
  }

  .footer-column {
    gap: 14px;
  }
}
