:root {
  --forest: #234536;
  --forest-deep: #13261e;
  --forest-mid: #2f5644;
  --sage: #7ea58b;
  --moss: #3f6b54;
  --cream: #e7efe8;
  --sand: #d5e4d8;
  --paper: #eef5ef;
  --ink: #e8f0ea;
  --ink-dark: #163024;
  --muted: #c5d6cb;
  --terracotta: #c56a48;
  --terracotta-dark: #9b4c32;
  --line: rgba(232, 240, 234, 0.12);
  --shadow: 0 16px 32px rgba(10, 22, 16, 0.28);
  --radius: 16px;
  --max: 1140px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Source Serif 4", Georgia, serif;
  color: var(--ink);
  background:
    radial-gradient(1200px 500px at 10% -10%, rgba(126, 165, 139, 0.16), transparent 50%),
    var(--forest-deep);
  line-height: 1.55;
}
img { max-width: 100%; display: block; }
a { color: #f0d2b4; }
.wrap { width: min(var(--max), calc(100% - 2rem)); margin: 0 auto; }

.site-header {
  position: sticky; top: 0; z-index: 40;
  background: rgba(19, 38, 30, 0.94);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
}
.nav {
  display: flex; align-items: center; justify-content: space-between;
  min-height: 68px; gap: 0.8rem;
}
.brand { text-decoration: none; color: #f4efe6; display: flex; flex-direction: column; line-height: 1.12; }
.brand strong { font-size: 1.08rem; }
.brand span { font-size: 0.74rem; color: var(--sage); font-family: "Source Sans 3", system-ui, sans-serif; }
.nav-links { display: flex; gap: 0.95rem; align-items: center; font-family: "Source Sans 3", system-ui, sans-serif; font-size: 0.9rem; flex-wrap: wrap; justify-content: flex-end; }
.nav-links a { text-decoration: none; color: #e4eee7; }
.nav-links a:hover, .nav-links a.active { color: #f3c9a8; }
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  background: var(--terracotta); color: #fff !important; text-decoration: none;
  padding: 0.62rem 1rem; border-radius: 999px; border: 0; cursor: pointer;
  font-family: "Source Sans 3", system-ui, sans-serif; font-weight: 600;
}
.btn:hover { background: var(--terracotta-dark); }
.btn.ghost { background: transparent; color: #f4efe6 !important; border: 1px solid rgba(244,239,230,.45); }
.menu-toggle { display: none; background: none; border: 0; font-size: 1.45rem; color: #f4efe6; }

.hero {
  position: relative; min-height: 72vh;
  display: grid; place-items: end start;
  background: #13261e center/cover no-repeat;
  color: #fff;
}
.hero::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(19,38,30,.25), rgba(19,38,30,.82) 68%);
}
.hero-copy { position: relative; z-index: 1; padding: 3.4rem 0 2.4rem; max-width: 720px; }
.eyebrow {
  font-family: "Source Sans 3", system-ui, sans-serif;
  letter-spacing: 0.14em; text-transform: uppercase; font-size: 0.72rem;
  color: #e8d2b6; margin-bottom: 0.45rem;
}
.hero h1 { font-size: clamp(2rem, 4.6vw, 3.3rem); line-height: 1.1; margin: 0 0 0.65rem; font-weight: 600; }
.hero p { margin: 0 0 1.1rem; font-size: 1.05rem; color: #e7eee8; }
.hero-actions { display: flex; gap: 0.6rem; flex-wrap: wrap; }

.facts {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 0.7rem;
  margin-top: -1.6rem; position: relative; z-index: 2;
}
.fact {
  background: var(--forest-mid);
  border: 1px solid rgba(232,240,234,.1);
  border-radius: 14px; padding: 0.95rem 1rem;
}
.fact b { display: block; font-size: 1.05rem; color: #fff; }
.fact span { font-family: "Source Sans 3", system-ui, sans-serif; font-size: 0.84rem; color: var(--muted); }

section { padding: 2.6rem 0; }
.panel {
  background: rgba(47, 86, 68, 0.42);
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 1.5rem;
}
.section-head { max-width: 680px; margin-bottom: 1.25rem; }
.section-head h2, h2 { font-size: clamp(1.55rem, 2.7vw, 2.15rem); margin: 0 0 0.4rem; color: #f4efe6; }
.lede { color: var(--muted); font-size: 1.02rem; margin: 0; }
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0.8rem; }
.card {
  background: rgba(19, 38, 30, 0.55);
  border: 1px solid var(--line);
  border-radius: var(--radius); padding: 1.1rem 1.05rem;
}
.card h3 { margin: 0 0 0.35rem; font-size: 1.08rem; color: #f7f3ea; }
.card p { margin: 0; color: var(--muted); }

.photo-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0.65rem; }
.photo-grid a, .photo-grid figure { margin: 0; }
.photo-grid img { width: 100%; height: 210px; object-fit: cover; border-radius: 12px; }
.photo-grid.tour img { height: 220px; }
figcaption {
  font-family: "Source Sans 3", system-ui, sans-serif;
  font-size: 0.8rem; color: var(--muted); margin-top: 0.3rem;
}

.split { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 1.4rem; align-items: center; }
.split img { width: 100%; height: 380px; object-fit: cover; border-radius: 16px; }
.checklist { list-style: none; padding: 0; margin: 0.7rem 0 0; }
.checklist li { padding: 0.32rem 0 0.32rem 1.45rem; position: relative; color: var(--muted); }
.checklist li::before { content: "✓"; position: absolute; left: 0; color: #e2b48d; font-weight: 700; }

.cta-band {
  background: linear-gradient(135deg, #3f6b54, #234536);
  color: #f6f1e8; border-radius: 18px; padding: 1.5rem 1.4rem;
  display: flex; justify-content: space-between; align-items: center; gap: 1rem;
  border: 1px solid var(--line);
}
.cta-band h2 { margin: 0 0 0.25rem; color: #fff; }
.cta-band p { margin: 0; color: #d7e5db; }

form { display: grid; gap: 0.7rem; background: rgba(19,38,30,.45); padding: 1.1rem; border-radius: 16px; border: 1px solid var(--line); }
label { font-family: "Source Sans 3", system-ui, sans-serif; font-size: 0.88rem; font-weight: 600; color: #eaf2ec; }
input, textarea, select {
  width: 100%; padding: 0.72rem 0.8rem; border-radius: 10px;
  border: 1px solid rgba(232,240,234,.18); background: #1b3328; color: #f4efe6; font: inherit;
}

.site-footer {
  background: #0e1c16; color: #c5d6cb; padding: 2rem 0 1.3rem;
  font-family: "Source Sans 3", system-ui, sans-serif; font-size: 0.9rem;
}
.site-footer a { color: #f0d2b4; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 1.2rem; margin-bottom: 1.1rem; }
.site-footer small { display: block; border-top: 1px solid rgba(255,255,255,.1); padding-top: 0.9rem; color: #9bb3a4; }

.lightbox {
  display: none; position: fixed; inset: 0; background: rgba(8,16,12,.9);
  z-index: 80; place-items: center; padding: 2rem;
}
.lightbox.open { display: grid; }
.lightbox img { max-width: min(1100px, 92vw); max-height: 86vh; border-radius: 12px; }

@media (max-width: 900px) {
  .cards, .photo-grid, .photo-grid.tour, .split, .footer-grid, .cta-band, .facts { grid-template-columns: 1fr 1fr; }
  .cta-band { display: grid; }
  .photo-grid img, .photo-grid.tour img { height: 190px; }
  .menu-toggle { display: block; }
  .nav-links {
    display: none; position: absolute; right: 1rem; top: 68px;
    background: #1b3328; border: 1px solid var(--line); border-radius: 14px;
    flex-direction: column; padding: 0.9rem; min-width: 210px; box-shadow: var(--shadow);
    align-items: flex-start;
  }
  .nav-links.open { display: flex; }
}
@media (max-width: 560px) {
  .facts, .cards, .photo-grid, .photo-grid.tour { grid-template-columns: 1fr; }
}
