:root {
  --ink: #1c1914;
  --cream: #f4efe6;
  --paper: #fbf8f2;
  --muted: #7a7368;
  --forest: #2f3b32;
  --moss: #4a5c4c;
  --copper: #b4844a;
  --copper-deep: #8d6230;
  --line: rgba(28, 25, 20, 0.12);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: Outfit, system-ui, sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.6;
  font-weight: 400;
}
img { max-width: 100%; display: block; }
a { color: inherit; }

.wrap { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }
.wrap.narrow { width: min(760px, calc(100% - 40px)); }

h1, h2, h3 { font-family: "Cormorant Garamond", Georgia, serif; line-height: 1.15; font-weight: 600; }
h1 { font-size: clamp(2.4rem, 6vw, 4.4rem); letter-spacing: -0.02em; }
h2 { font-size: clamp(1.9rem, 4vw, 3rem); margin-bottom: 0.6em; }
h3 { font-size: 1.45rem; margin-bottom: 0.35em; }
p { margin-bottom: 1em; color: #3a352e; }
.eyebrow {
  font-size: 0.72rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--copper-deep);
  font-weight: 500;
  margin-bottom: 0.8rem;
}
.eyebrow.light { color: #e8c48a; }

.nav {
  position: fixed; inset: 0 0 auto 0; z-index: 20;
  display: flex; align-items: center; justify-content: space-between;
  padding: 1rem 1.5rem;
  background: rgba(251, 248, 242, 0.88);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}
.logo {
  text-decoration: none;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.45rem;
  font-weight: 600;
}
.logo span { display: block; font-family: Outfit, sans-serif; font-size: 0.62rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--muted); font-weight: 400; }
.nav nav { display: flex; gap: 1.4rem; align-items: center; }
.nav nav a { text-decoration: none; font-size: 0.92rem; }
.nav-toggle { display: none; background: none; border: 0; font-size: 1.4rem; }

.btn {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 0.85rem 1.35rem;
  border-radius: 999px;
  text-decoration: none;
  font-size: 0.92rem;
  font-weight: 500;
  border: 1px solid transparent;
  cursor: pointer;
}
.btn-primary { background: var(--copper); color: #fff; }
.btn-primary:hover { background: var(--copper-deep); }
.btn-ghost { border-color: rgba(255,255,255,0.45); color: #fff; }
.btn-nav { background: var(--ink); color: #fff; padding: 0.55rem 1rem; }
.btn.full { width: 100%; border: 0; font-family: inherit; }

.hero {
  position: relative;
  min-height: 100vh;
  display: grid;
  align-items: end;
  color: #fff;
  padding: 8rem 0 4rem;
}
.hero-bg, .hero-overlay { position: absolute; inset: 0; }
.hero-bg { background-size: cover; background-position: center; }
.hero-overlay { background: linear-gradient(180deg, rgba(16,14,10,0.25) 0%, rgba(16,14,10,0.72) 100%); }
.hero-content { position: relative; width: min(1120px, calc(100% - 40px)); margin: 0 auto; }
.hero .lede { max-width: 36rem; color: rgba(255,255,255,0.88); font-size: 1.08rem; }
.hero-actions { display: flex; gap: 0.8rem; flex-wrap: wrap; margin: 1.6rem 0 2.2rem; }
.hero-stats {
  display: flex; gap: 2rem; flex-wrap: wrap;
  list-style: none; padding-top: 1.4rem;
  border-top: 1px solid rgba(255,255,255,0.2);
}
.hero-stats li { font-size: 0.85rem; letter-spacing: 0.04em; text-transform: uppercase; color: rgba(255,255,255,0.75); }
.hero-stats strong { display: block; font-family: "Cormorant Garamond", serif; font-size: 2rem; color: #fff; text-transform: none; letter-spacing: 0; font-weight: 600; }

.strip {
  background: var(--forest);
  color: #e8e2d6;
  text-align: center;
  padding: 1rem 1.25rem;
  font-size: 0.92rem;
  letter-spacing: 0.04em;
}

.section { padding: 5.5rem 0; }
.section.muted { background: var(--cream); }
.split { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 3.5rem; align-items: center; }
.photo-stack { display: grid; gap: 1rem; }
.photo-stack img { border-radius: 14px; height: 240px; object-fit: cover; width: 100%; }
.photo-stack img:first-child { height: 320px; }

.cards { display: grid; gap: 1.25rem; margin: 2rem 0 3rem; }
.cards.three { grid-template-columns: repeat(3, 1fr); }
.card {
  background: #fff;
  padding: 0 0 1.35rem;
  border-radius: 16px;
  border: 1px solid var(--line);
  overflow: hidden;
}
.card img { height: 200px; width: 100%; object-fit: cover; margin-bottom: 1rem; }
.card h3, .card p { padding: 0 1.35rem; }
.inline-photo { border-radius: 14px; height: 280px; width: 100%; object-fit: cover; margin-bottom: 1.1rem; }
.book-photo { height: 220px; }
.gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.7rem;
  margin-top: 1.6rem;
}
.gallery img {
  height: 190px;
  width: 100%;
  object-fit: cover;
  border-radius: 12px;
}
#photos .gallery img:first-child,
#photos .gallery img:nth-child(4),
#photos .gallery img:nth-child(9) { grid-column: span 2; height: 280px; }
.gallery-intro { color: var(--muted); margin-top: 0.4rem; }
.full-gallery img { cursor: pointer; height: 170px; }
.lightbox {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(12, 11, 9, 0.92);
  z-index: 80;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
}
.lightbox.open { display: flex; }
.lightbox img { max-width: min(1100px, 96vw); max-height: 88vh; border-radius: 8px; }
.lightbox button {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: transparent;
  color: #fff;
  border: 0;
  font-size: 2rem;
  cursor: pointer;
}
.feature-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; }
.check { list-style: none; margin-top: 1rem; }
.check li { padding: 0.35rem 0 0.35rem 1.4rem; position: relative; }
.check li::before { content: "–"; position: absolute; left: 0; color: var(--copper-deep); }
.check.light a { color: #e8c48a; }

.explore-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.1rem; margin: 2rem 0; }
.explore-grid figure { background: #fff; border-radius: 16px; overflow: hidden; border: 1px solid var(--line); }
.explore-grid img { height: 220px; width: 100%; object-fit: cover; }
.explore-grid figcaption { padding: 1.1rem 1.2rem 1.3rem; }
.nearby {
  columns: 2;
  list-style: none;
  color: #3a352e;
}
.nearby li { break-inside: avoid; padding: 0.28rem 0; }

.rules { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0.7rem; margin: 1.5rem 0; }
.rule {
  border: 1px solid var(--line);
  background: #fff;
  text-align: center;
  padding: 0.9rem 0.4rem;
  border-radius: 12px;
  font-weight: 500;
  font-size: 0.92rem;
}
.note { color: var(--muted); font-size: 0.95rem; }

.book {
  background: #1a1814;
  color: #f4efe6;
  padding: 5.5rem 0;
}
.book p { color: rgba(244,239,230,0.82); }
.book-intro { max-width: 720px; margin-bottom: 1.8rem; }
.book-intro a { color: #e8c48a; }
.widget-wrap {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  min-height: 900px;
}
.inquire { max-width: 640px; margin: 3.2rem auto 0; }
.inquire h3 { font-family: "Fraunces", Georgia, serif; font-size: 1.6rem; margin-bottom: 0.4rem; }
.inquire > p { margin-bottom: 1.2rem; }
.book-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 3.5rem; align-items: start; }
.form {
  background: #24211c;
  padding: 1.5rem;
  border-radius: 18px;
  display: grid;
  gap: 0.75rem;
}
.form label { font-size: 0.78rem; letter-spacing: 0.06em; text-transform: uppercase; color: #cfc6b6; display: grid; gap: 0.35rem; }
.form input, .form select, .form textarea {
  font: inherit;
  padding: 0.7rem 0.75rem;
  border-radius: 10px;
  border: 1px solid #3b372f;
  background: #161410;
  color: #f4efe6;
  text-transform: none;
  letter-spacing: 0;
}
.form .row { display: grid; grid-template-columns: 1fr 1fr; gap: 0.7rem; }
.fine { font-size: 0.78rem; color: #9a9184 !important; margin: 0.2rem 0 0; }

footer { padding: 2.5rem 0 2rem; background: #100e0b; color: #cfc6b6; font-size: 0.92rem; }
.footer-row { display: flex; justify-content: space-between; gap: 1rem; margin-bottom: 1.2rem; }
.footer-row a { margin-left: 1.2rem; color: #e8c48a; }
.copy { width: min(1120px, calc(100% - 40px)); margin: 0 auto; color: #7a7368; font-size: 0.8rem; }

@media (max-width: 860px) {
  .nav-toggle { display: block; }
  .nav nav {
    display: none;
    position: absolute; top: 100%; left: 0; right: 0;
    background: var(--paper);
    flex-direction: column;
    padding: 1rem 1.4rem 1.4rem;
    align-items: flex-start;
    border-bottom: 1px solid var(--line);
  }
  .nav nav.open { display: flex; }
  .split, .feature-grid, .cards.three, .explore-grid, .book-grid, .rules, .gallery { grid-template-columns: 1fr; }
  .gallery img:first-child,
  .gallery img:nth-child(4),
  .gallery img:nth-child(9) { grid-column: auto; height: 220px; }
  .nearby { columns: 1; }
  .hero { min-height: 92vh; }
}
