:root {
  --ink: #17201c;
  --muted: #65716d;
  --paper: #f8f3eb;
  --panel: #ffffff;
  --forest: #24483d;
  --moss: #7b8c58;
  --clay: #b86a3b;
  --sky: #dbe8e9;
  --line: rgba(23, 32, 28, 0.14);
  --shadow: 0 18px 60px rgba(23, 32, 28, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.5;
}

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
  padding: 14px clamp(18px, 4vw, 58px);
  background: rgba(248, 243, 235, 0.92);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}

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

.brand-mark {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--forest);
  font-weight: 800;
}

.brand strong,
.brand small {
  display: block;
}

.brand small {
  color: var(--muted);
  font-size: 12px;
}

.nav {
  display: flex;
  justify-content: center;
  gap: 24px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 600;
}

.nav a:hover {
  color: var(--forest);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.lang-toggle,
.header-call,
.btn {
  min-height: 42px;
  border-radius: 999px;
  font-weight: 800;
}

.lang-toggle {
  width: 46px;
  border: 1px solid var(--line);
  color: var(--forest);
  background: var(--panel);
  cursor: pointer;
}

.header-call {
  display: inline-flex;
  align-items: center;
  padding: 0 18px;
  color: #fff;
  background: var(--forest);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(360px, 0.98fr);
  gap: clamp(26px, 5vw, 76px);
  align-items: center;
  padding: clamp(34px, 6vw, 80px) clamp(18px, 5vw, 78px) 36px;
}

.hero-copy {
  max-width: 720px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--clay);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

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

h1,
h2 {
  font-family: "Libre Baskerville", Georgia, serif;
  line-height: 1.04;
}

h1 {
  margin-bottom: 22px;
  max-width: 760px;
  font-size: clamp(42px, 6.3vw, 82px);
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(30px, 4vw, 54px);
}

h3 {
  margin-bottom: 8px;
  font-size: 18px;
}

.hero-text {
  max-width: 660px;
  color: #3b4642;
  font-size: clamp(18px, 2vw, 22px);
}

.hero-actions,
.booking-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
}

.btn.primary {
  color: #fff;
  background: var(--clay);
}

.btn.secondary {
  color: var(--forest);
  background: var(--sky);
}

.quick-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin: 32px 0 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--line);
}

.quick-facts div {
  padding: 16px;
  background: rgba(255, 255, 255, 0.72);
}

.quick-facts dt {
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.quick-facts dd {
  margin: 5px 0 0;
  font-weight: 800;
}

.hero-media {
  position: relative;
  min-height: 560px;
}

.hero-main {
  width: 100%;
  height: min(68vh, 640px);
  min-height: 460px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.hero-inset {
  position: absolute;
  left: -34px;
  bottom: -28px;
  width: min(46%, 270px);
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border: 8px solid var(--paper);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.notice-band {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 18px;
  align-items: start;
  margin: 0 clamp(18px, 5vw, 78px);
  padding: 18px 22px;
  color: #fff;
  background: var(--forest);
  border-radius: 8px;
}

.notice-band span {
  color: #f3c99f;
  font-weight: 900;
}

.notice-band p {
  margin: 0;
}

.section {
  padding: clamp(58px, 8vw, 108px) clamp(18px, 5vw, 78px);
}

.split,
.location-section,
.booking-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: start;
}

.split > div:first-child p,
.location-copy p,
.booking-copy p,
.section-head p {
  color: var(--muted);
  font-size: 17px;
}

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

.feature-grid article {
  min-height: 210px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.62);
}

.feature-grid span {
  display: inline-flex;
  margin-bottom: 38px;
  color: var(--clay);
  font-weight: 900;
}

.feature-grid p {
  margin-bottom: 0;
  color: var(--muted);
}

.location-section {
  background: #fff;
}

.contact-panel {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 30px;
}

.contact-panel a,
.booking-card {
  display: grid;
  gap: 5px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
}

.contact-panel span,
.booking-card span {
  color: var(--muted);
}

.map-card {
  min-height: 430px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.map-card iframe {
  width: 100%;
  height: 430px;
  border: 0;
}

.section-head {
  display: grid;
  grid-template-columns: minmax(280px, 0.92fr) minmax(0, 1.08fr);
  gap: 28px;
  align-items: end;
  margin-bottom: 28px;
}

.gallery {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 0.8fr;
  grid-auto-rows: 240px;
  gap: 12px;
}

.gallery button {
  overflow: hidden;
  padding: 0;
  border: 0;
  border-radius: 8px;
  background: #d6d1c8;
  cursor: pointer;
}

.gallery button:first-child {
  grid-row: span 2;
}

.gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 220ms ease;
}

.gallery button:hover img {
  transform: scale(1.035);
}

.booking-section {
  background: var(--forest);
  color: #fff;
}

.booking-section .eyebrow {
  color: #f3c99f;
}

.booking-copy p {
  color: rgba(255, 255, 255, 0.72);
}

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

.booking-card {
  flex: 1 1 200px;
  min-height: 136px;
  color: var(--ink);
  background: #fff;
}

.booking-card strong {
  font-size: 20px;
}

.footer {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 32px clamp(18px, 5vw, 78px) 88px;
  color: rgba(255, 255, 255, 0.76);
  background: #101714;
}

.footer strong,
.footer a {
  color: #fff;
}

.footer p {
  margin: 6px 0 0;
}

.mobile-cta {
  display: none;
}

.lightbox {
  width: min(920px, calc(100vw - 28px));
  padding: 0;
  border: 0;
  border-radius: 8px;
  background: transparent;
}

.lightbox::backdrop {
  background: rgba(0, 0, 0, 0.78);
}

.lightbox img {
  width: 100%;
  max-height: 86vh;
  object-fit: contain;
  border-radius: 8px;
}

.lightbox-close {
  position: absolute;
  top: -14px;
  right: -14px;
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 0;
  border-radius: 50%;
  color: #fff;
  background: var(--clay);
  cursor: pointer;
  font-size: 26px;
  line-height: 1;
}

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

  .nav {
    display: none;
  }

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

  .hero-media {
    min-height: 430px;
  }

  .hero-main {
    height: 430px;
    min-height: 430px;
  }

  .hero-inset {
    left: 16px;
    width: 42%;
  }

  .quick-facts,
  .feature-grid,
  .contact-panel {
    grid-template-columns: 1fr;
  }

  .gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 190px;
  }
}

@media (max-width: 620px) {
  body {
    padding-bottom: 58px;
  }

  .site-header {
    gap: 12px;
    padding: 12px 16px;
  }

  .brand-mark {
    width: 38px;
    height: 38px;
  }

  .brand small,
  .header-call {
    display: none;
  }

  .hero {
    padding: 28px 16px 28px;
  }

  h1 {
    font-size: 42px;
  }

  h2 {
    font-size: 32px;
  }

  .hero-actions .btn {
    width: 100%;
  }

  .hero-media {
    min-height: 330px;
  }

  .hero-main {
    height: 330px;
    min-height: 330px;
  }

  .hero-inset {
    display: none;
  }

  .notice-band {
    grid-template-columns: 1fr;
    margin: 0 16px;
  }

  .section {
    padding: 52px 16px;
  }

  .feature-grid article {
    min-height: auto;
  }

  .map-card,
  .map-card iframe {
    min-height: 330px;
    height: 330px;
  }

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

  .gallery button:first-child {
    grid-row: span 1;
  }

  .footer {
    display: block;
    padding: 30px 16px 84px;
  }

  .footer a {
    display: inline-block;
    margin-top: 20px;
  }

  .mobile-cta {
    position: fixed;
    right: 10px;
    bottom: 10px;
    left: 10px;
    z-index: 25;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    padding: 8px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 8px;
    background: rgba(16, 23, 20, 0.94);
    box-shadow: var(--shadow);
    backdrop-filter: blur(12px);
  }

  .mobile-cta a {
    display: grid;
    min-height: 42px;
    place-items: center;
    border-radius: 6px;
    color: #fff;
    background: var(--clay);
    font-weight: 900;
  }
}
