:root {
  --green: #2f4131;
  --green-deep: #233127;
  --clay: #b4612f;
  --clay-dark: #93491f;
  --wheat: #d8a960;
  --cream: #f6efe2;
  --cream-2: #efe5d2;
  --ink: #26221c;
  --ink-soft: #4d473d;
  --paper: #fffdf8;
  --line: rgba(38, 34, 28, 0.12);
  --shadow: 0 18px 40px -22px rgba(35, 49, 39, 0.55);
  --radius: 14px;
  --maxw: 1140px;
  --serif: "Fraunces", Georgia, "Times New Roman", serif;
  --sans: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--sans);
  color: var(--ink);
  background: var(--paper);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

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

h1, h2, h3 {
  font-family: var(--serif);
  font-weight: 500;
  line-height: 1.1;
  margin: 0 0 0.5em;
  letter-spacing: -0.01em;
}

h1 { font-size: clamp(2.2rem, 5.5vw, 4rem); }
h2 { font-size: clamp(1.7rem, 3.6vw, 2.7rem); }

p { margin: 0 0 1rem; }

a { color: var(--clay-dark); text-decoration: none; }
a:hover { text-decoration: underline; }

.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
.narrow { max-width: 760px; }
.center { text-align: center; }
.muted { color: var(--ink-soft); }
.small { font-size: 0.85rem; }

.eyebrow {
  font-family: var(--sans);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--wheat);
  margin: 0 0 0.8rem;
}
.eyebrow-dark { color: var(--clay); }

.lead { font-size: 1.18rem; color: var(--ink-soft); }

/* Buttons */
.btn {
  display: inline-block;
  background: var(--clay);
  color: #fff;
  padding: 0.7rem 1.4rem;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.95rem;
  border: 1.5px solid var(--clay);
  transition: transform 0.15s ease, background 0.15s ease, box-shadow 0.15s ease;
  cursor: pointer;
}
.btn:hover { background: var(--clay-dark); border-color: var(--clay-dark); text-decoration: none; transform: translateY(-2px); box-shadow: var(--shadow); }
.btn-lg { padding: 0.95rem 1.9rem; font-size: 1.05rem; }
.btn-sm { padding: 0.5rem 1.1rem; font-size: 0.85rem; }
.btn-ghost { background: transparent; color: #fff; border-color: rgba(255,255,255,0.6); }
.btn-ghost:hover { background: rgba(255,255,255,0.12); border-color: #fff; }
.band:not(.band-dark) .btn-ghost { color: var(--ink); border-color: var(--line); }
.band:not(.band-dark) .btn-ghost:hover { background: rgba(38,34,28,0.06); }

/* Header */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(35, 49, 39, 0.92);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.nav { display: flex; align-items: center; justify-content: space-between; height: 68px; }
.brand { display: inline-flex; align-items: center; gap: 0.6rem; color: #fff; font-family: var(--serif); font-size: 1.18rem; }
.brand:hover { text-decoration: none; }
.brand-mark { color: var(--wheat); display: inline-flex; }
.nav-links { display: flex; align-items: center; gap: 1.6rem; list-style: none; margin: 0; padding: 0; }
.nav-links a { color: rgba(255,255,255,0.85); font-size: 0.95rem; font-weight: 500; }
.nav-links a:hover { color: #fff; text-decoration: none; }
.nav-links .btn { color: #fff; }
.nav-toggle { display: none; flex-direction: column; gap: 5px; background: none; border: 0; cursor: pointer; padding: 8px; }
.nav-toggle span { width: 24px; height: 2px; background: #fff; border-radius: 2px; transition: 0.2s; }

/* Hero */
.hero { position: relative; min-height: min(86vh, 760px); display: flex; align-items: center; color: #fff; overflow: hidden; }
.hero-img { position: absolute; inset: 0; background-size: cover; background-position: center 65%; transform: scale(1.03); }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(20,28,22,0.45) 0%, rgba(20,28,22,0.25) 35%, rgba(20,28,22,0.72) 100%); }
.hero-content { position: relative; padding-top: 7vh; padding-bottom: 9vh; }
.hero-content h1 { color: #fff; max-width: 16ch; text-shadow: 0 2px 24px rgba(0,0,0,0.35); }
.hero-sub { font-size: 1.25rem; max-width: 46ch; color: rgba(255,255,255,0.92); }
.hero-actions { display: flex; gap: 0.9rem; flex-wrap: wrap; margin-top: 1.6rem; }

/* Bands */
.band { padding: clamp(3.5rem, 8vw, 6.5rem) 0; }
.band-cream { background: var(--cream); }
.band-dark { background: var(--green); color: var(--cream); }
.band-dark h2 { color: #fff; }
.band-dark .lead { color: rgba(246,239,226,0.85); }
.section-head { margin-bottom: 2.6rem; }

/* Split layout */
.split { display: grid; grid-template-columns: 1.05fr 1fr; gap: clamp(2rem, 5vw, 4.5rem); align-items: center; }
.split.reverse .split-media { order: -1; }
.split-media img { border-radius: var(--radius); box-shadow: var(--shadow); width: 100%; height: 100%; max-height: 560px; object-fit: cover; }
.feature-list { list-style: none; margin: 1.5rem 0; padding: 0; }
.feature-list li { position: relative; padding-left: 1.7rem; margin-bottom: 0.9rem; color: var(--ink-soft); }
.feature-list li::before { content: ""; position: absolute; left: 0; top: 0.55em; width: 9px; height: 9px; border-radius: 50%; background: var(--wheat); }
.band-dark .feature-list li { color: rgba(246,239,226,0.85); }

/* Gallery */
.gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.gallery-item { padding: 0; border: 0; margin: 0; cursor: pointer; border-radius: 10px; overflow: hidden; background: #000; aspect-ratio: 3 / 4; }
.gallery-item.wide { grid-column: span 2; aspect-ratio: 3 / 2; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.45s ease, opacity 0.3s ease; opacity: 0.96; }
.gallery-item:hover img { transform: scale(1.06); opacity: 1; }

/* Media row (feature sections) */
.media-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin: 2.4rem 0 0; }
.media-figure { margin: 0; }
.media-figure img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow); }
.media-figure figcaption { margin-top: 0.6rem; font-size: 0.88rem; color: var(--ink-soft); }
.band-dark .media-figure figcaption { color: rgba(246,239,226,0.7); }
.actions-center { display: flex; gap: 0.9rem; justify-content: center; flex-wrap: wrap; margin-top: 2.4rem; }
.lead-narrow { max-width: 60ch; margin-left: auto; margin-right: auto; }
.pill-list { list-style: none; padding: 0; margin: 1.6rem 0 0; display: flex; flex-wrap: wrap; gap: 0.6rem; }
.pill-list li { border: 1px solid var(--line); border-radius: 999px; padding: 0.4rem 1rem; font-size: 0.9rem; color: var(--ink-soft); background: var(--paper); }
.band-dark .pill-list li { border-color: rgba(246,239,226,0.25); color: rgba(246,239,226,0.85); background: transparent; }

@media (max-width: 720px) {
  .media-row { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 480px) {
  .media-row { grid-template-columns: 1fr; }
}

/* Amenities */
.amenities { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 0.6rem 1.5rem; max-width: 880px; margin: 0 auto; }
.amenities li { position: relative; padding-left: 1.8rem; padding-block: 0.35rem; border-bottom: 1px solid var(--line); }
.amenities li::before { content: "✓"; position: absolute; left: 0; color: var(--clay); font-weight: 700; }

/* Book */
.book-actions { display: flex; gap: 0.9rem; justify-content: center; flex-wrap: wrap; margin: 1.8rem 0 1.2rem; }
.fineprint { color: var(--wheat); font-size: 0.9rem; letter-spacing: 0.02em; }

/* Contact form */
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.hp { position: absolute; left: -9999px; opacity: 0; }
.contact-wrap { margin-top: 3rem; padding-top: 2.6rem; border-top: 1px solid rgba(246,239,226,0.18); }
.contact-title { color: #fff; margin-bottom: 0.3rem; }
.contact-sub { color: rgba(246,239,226,0.75); margin-bottom: 1.6rem; }
.contact-form { max-width: 520px; margin: 0 auto; text-align: left; }
.form-row { margin-bottom: 0.9rem; }
.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form textarea {
  width: 100%;
  font: inherit;
  color: var(--ink);
  background: var(--paper);
  border: 1.5px solid rgba(246,239,226,0.25);
  border-radius: 10px;
  padding: 0.8rem 1rem;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.contact-form textarea { resize: vertical; min-height: 110px; }
.contact-form input:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: var(--wheat);
  box-shadow: 0 0 0 3px rgba(216,169,96,0.25);
}
.contact-form button[type="submit"] { width: 100%; margin-top: 0.4rem; }
.contact-form button[type="submit"][disabled] { opacity: 0.6; cursor: progress; }
.form-status { min-height: 1.4em; margin: 0.9rem 0 0; font-size: 0.95rem; text-align: center; }
.form-status.success { color: #bfe3b0; }
.form-status.error { color: #f3b7a6; }

/* Footer */
.site-footer { background: var(--green-deep); color: rgba(246,239,226,0.8); padding: 2.4rem 0; }
.footer-inner { display: flex; justify-content: space-between; align-items: center; gap: 1.5rem; flex-wrap: wrap; }
.footer-brand { font-family: var(--serif); font-size: 1.2rem; color: #fff; margin: 0; }
.site-footer .muted { color: rgba(246,239,226,0.6); }
.footer-credits { margin: 1.4rem 0 0; padding-top: 1.2rem; border-top: 1px solid rgba(246,239,226,0.12); color: rgba(246,239,226,0.5); font-size: 0.78rem; }
.footer-credits a { color: rgba(246,239,226,0.7); text-decoration: underline; }

/* Lightbox */
.lightbox { position: fixed; inset: 0; z-index: 100; display: none; align-items: center; justify-content: center; background: rgba(15, 20, 16, 0.93); padding: 4vh 2vw; }
.lightbox.open { display: flex; }
.lb-figure { margin: 0; max-width: 92vw; max-height: 88vh; display: flex; flex-direction: column; align-items: center; gap: 0.8rem; }
.lb-img { max-width: 92vw; max-height: 78vh; width: auto; height: auto; border-radius: 8px; box-shadow: 0 30px 60px -20px rgba(0,0,0,0.7); }
.lb-caption { color: rgba(255,255,255,0.85); font-size: 0.95rem; text-align: center; max-width: 60ch; }
.lb-close, .lb-prev, .lb-next { position: absolute; background: rgba(255,255,255,0.1); color: #fff; border: 0; cursor: pointer; border-radius: 50%; display: flex; align-items: center; justify-content: center; transition: background 0.15s ease; }
.lb-close:hover, .lb-prev:hover, .lb-next:hover { background: rgba(255,255,255,0.25); }
.lb-close { top: 18px; right: 22px; width: 46px; height: 46px; font-size: 1.9rem; line-height: 1; }
.lb-prev, .lb-next { top: 50%; transform: translateY(-50%); width: 54px; height: 54px; font-size: 2.2rem; line-height: 1; }
.lb-prev { left: 2vw; }
.lb-next { right: 2vw; }

/* Responsive */
@media (max-width: 860px) {
  .nav-toggle { display: flex; }
  .nav-links {
    position: absolute; top: 68px; left: 0; right: 0;
    flex-direction: column; align-items: flex-start; gap: 0;
    background: var(--green-deep); padding: 0.5rem 24px 1.2rem;
    display: none;
  }
  .nav-links.open { display: flex; }
  .nav-links li { width: 100%; }
  .nav-links li a { display: block; padding: 0.7rem 0; width: 100%; }
  .nav-links .btn { margin-top: 0.5rem; }

  .split { grid-template-columns: 1fr; }
  .split.reverse .split-media { order: 0; }
  .split-media img { max-height: 420px; }
}

@media (max-width: 620px) {
  .gallery { grid-template-columns: repeat(2, 1fr); }
  .gallery-item.wide { grid-column: span 2; }
  .hero-sub { font-size: 1.1rem; }
  .lb-prev { left: 0; } .lb-next { right: 0; }
}

@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto; }
  .gallery-item img, .btn { transition: none; }
}
