:root {
  --pine: #1f3d33;
  --pine-dark: #152a23;
  --sand: #e8e0d0;
  --cream: #f5f1e6;
  --bark: #4a3b2c;
  --ember: #b2602f;
  --gray: #6b6b5e;
  --line: #d6cdb8;
  --shadow: 0 10px 30px rgba(21, 42, 35, .14);
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: "Segoe UI", system-ui, -apple-system, Roboto, Arial, sans-serif;
  color: #26332c;
  line-height: 1.65;
  background: var(--cream);
}
img { display: block; max-width: 100%; height: auto; }
a { color: var(--ember); }
.wrap { max-width: 1080px; margin: 0 auto; padding: 0 20px; }
.skip {
  position: absolute; left: -999px; top: 0; background: var(--pine); color: #fff;
  padding: 10px 14px; z-index: 50;
}
.skip:focus { left: 10px; top: 10px; }

/* Header */
.site-header { background: var(--pine); color: #eef2ea; position: sticky; top: 0; z-index: 20; }
.header-inner { display: flex; align-items: center; justify-content: space-between; padding: 14px 20px; gap: 12px; }
.brand { display: flex; align-items: center; gap: 10px; text-decoration: none; color: #fff; }
.brand-mark {
  display: inline-flex; align-items: center; justify-content: center;
  min-width: 34px; height: 34px; padding: 0 6px; background: var(--ember);
  color: #fff; font-weight: 700; letter-spacing: .5px; border-radius: 8px; font-size: 15px;
}
.brand-name { font-weight: 600; letter-spacing: .4px; }
.site-nav { display: flex; gap: 6px; flex-wrap: wrap; }
.site-nav a {
  color: #dfe8df; text-decoration: none; padding: 8px 12px; border-radius: 8px; font-size: 15px;
}
.site-nav a:hover { background: rgba(255,255,255,.08); }
.site-nav a[aria-current="page"] { background: var(--ember); color: #fff; }
.nav-toggle {
  display: none; background: none; border: 1px solid rgba(255,255,255,.35);
  color: #fff; padding: 8px 12px; border-radius: 8px; cursor: pointer; font-size: 15px;
}

/* Hero */
.hero { position: relative; min-height: 62vh; display: flex; align-items: flex-end; color: #fff; overflow: hidden; }
.hero-media {
  position: absolute; inset: 0; background-image: url('../img/img03.jpg');
  background-size: cover; background-position: center;
}
.hero-shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(21,42,35,.05), rgba(21,42,35,.72)); }
.hero-body { position: relative; padding: 60px 20px 70px; max-width: 720px; }
.hero-kicker { text-transform: uppercase; letter-spacing: 3px; font-size: 13px; opacity: .85; }
.hero h1 { font-size: clamp(30px, 5vw, 52px); line-height: 1.15; margin: 12px 0 14px; }
.hero-text { font-size: 17px; opacity: .95; margin-bottom: 22px; }
.btn {
  display: inline-block; background: var(--ember); color: #fff; text-decoration: none;
  padding: 12px 22px; border-radius: 10px; font-weight: 600; border: none; cursor: pointer; font-size: 16px;
}
.btn:hover { filter: brightness(1.08); }
.btn-soft { background: var(--pine); }

/* Sections */
.intro-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 34px; padding: 64px 20px; align-items: center; }
.intro-grid h2 { color: var(--pine); font-size: 28px; margin-bottom: 14px; }
.intro-grid p + p { margin-top: 12px; }
.link { font-weight: 600; display: inline-block; margin-top: 14px; }
.center { text-align: center; }
.breadcrumb { color: var(--gray); font-size: 14px; margin: 18px 0 6px; }
.page h1 { color: var(--pine); font-size: 36px; margin: 8px 0 10px; }
.lede { font-size: 17px; color: #3d4a43; margin-bottom: 28px; max-width: 720px; }
.page { padding-bottom: 40px; }

.tiles { padding: 20px 20px 66px; }
.tiles-title { text-align: center; color: var(--pine); font-size: 28px; margin-bottom: 26px; }
.tile-row { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 22px; }
.tile {
  background: #fffdf7; border: 1px solid var(--line); border-radius: 14px; overflow: hidden;
  box-shadow: var(--shadow);
}
.tile-img { height: 190px; background-size: cover; background-position: center; }
.tile h3 { padding: 16px 18px 4px; color: var(--pine-dark); font-size: 19px; }
.tile p { padding: 0 18px 18px; color: #4c584f; font-size: 15px; }

.frame-img { border-radius: 14px; overflow: hidden; box-shadow: var(--shadow); }
.frame-img img { width: 100%; }
.frame-img.tall img { height: 420px; object-fit: cover; }

.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 34px; padding: 54px 20px; align-items: center; }
.two-col h2 { color: var(--pine); font-size: 25px; margin-bottom: 12px; }
.two-col p + h2 { margin-top: 18px; }
.two-col p + p { margin-top: 10px; }

.checklist { list-style: none; margin: 14px 0; }
.checklist li { padding: 7px 0 7px 28px; position: relative; }
.checklist li::before {
  content: ""; position: absolute; left: 0; top: 13px; width: 14px; height: 14px;
  border-radius: 4px; background: var(--pine); opacity: .85;
}
.checklist li::after {
  content: ""; position: absolute; left: 3px; top: 16px; width: 7px; height: 11px;
  border-right: 2px solid #fff; border-bottom: 2px solid #fff; transform: rotate(45deg);
}

.quote-band { background: var(--pine); color: #f0f4ec; padding: 52px 20px; }
.quote-band blockquote { font-size: 22px; font-style: italic; max-width: 760px; line-height: 1.5; }
.quote-meta { margin-top: 14px; color: #bfcbbe; }

/* Routes */
.route-list { display: grid; gap: 22px; margin-bottom: 30px; }
.route {
  display: grid; grid-template-columns: 240px 1fr; background: #fffdf7; border: 1px solid var(--line);
  border-radius: 14px; overflow: hidden; box-shadow: var(--shadow);
}
.route .tile-img { height: 100%; min-height: 170px; }
.route-body { padding: 20px 24px; }
.route-body h2 { color: var(--pine-dark); font-size: 21px; margin-bottom: 8px; }
.meta { color: var(--gray); font-size: 14px; margin-top: 8px; }

/* Gallery */
.gallery { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 16px; margin: 10px 0 36px; }
.gallery figure { background: #fffdf7; border: 1px solid var(--line); border-radius: 12px; overflow: hidden; box-shadow: var(--shadow); }
.gallery img { width: 100%; height: 190px; object-fit: cover; }
.gallery figcaption { padding: 9px 12px; font-size: 14px; color: var(--bark); }

/* Contact */
.contact-form { display: grid; gap: 12px; margin-top: 14px; max-width: 460px; }
.contact-form label { display: grid; gap: 6px; font-weight: 600; font-size: 15px; }
.contact-form input, .contact-form textarea {
  font: inherit; padding: 10px 12px; border: 1px solid var(--line); border-radius: 8px;
  background: #fffdf7; color: inherit; width: 100%;
}
.contact-form input:focus, .contact-form textarea:focus { outline: 2px solid var(--ember); outline-offset: 1px; }
.form-note { color: var(--pine); font-weight: 600; }
.map-note {
  background: #efe9da; border: 1px dashed var(--bark); border-radius: 12px;
  padding: 18px 20px; margin-top: 20px; color: var(--bark); font-size: 15px;
}

.cta {
  text-align: center; padding: 34px 20px; border: 1px solid var(--line); background: #fffdf7;
  border-radius: 16px; margin: 10px 0 20px;
}
.cta p { font-size: 18px; margin-bottom: 12px; }

/* Footer */
.site-footer { background: var(--pine-dark); color: #cdd8cd; margin-top: 40px; padding: 40px 0 26px; }
.footer-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 26px; padding-bottom: 22px; }
.f-brand { color: #fff; font-weight: 600; display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
.f-h { color: #fff; font-weight: 600; margin-bottom: 8px; }
.site-footer a { color: #e8b98f; text-decoration: none; }
.site-footer a:hover { text-decoration: underline; }
.f-copy { border-top: 1px solid rgba(255,255,255,.12); padding-top: 16px; font-size: 13px; color: #93a093; }

@media (max-width: 760px) {
  .nav-toggle { display: block; }
  .site-nav {
    display: none; position: absolute; top: 100%; left: 0; right: 0; background: var(--pine);
    flex-direction: column; padding: 10px 14px 16px; box-shadow: var(--shadow);
  }
  .site-nav.open { display: flex; }
  .intro-grid, .two-col, .route { grid-template-columns: 1fr; }
  .frame-img.tall img { height: 260px; }
  .tile-img { height: 150px; }
  .route .tile-img { min-height: 150px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}