@import url('https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,400;9..144,500;9..144,600;9..144,700&family=Work+Sans:wght@400;500;600&display=swap');

:root {
  --ink: #23282d;
  --slate: #3c4e5d;
  --slate-dark: #2b3946;
  --paper: #efede5;
  --paper-warm: #f7f5ef;
  --amber: #b4823c;
  --amber-dark: #93672c;
  --moss: #4b5c43;
  --line: rgba(35, 40, 45, 0.14);
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: 'Work Sans', sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-size: 17px;
  line-height: 1.6;
}

h1, h2, h3, .display {
  font-family: 'Fraunces', serif;
  font-weight: 600;
  line-height: 1.08;
  margin: 0;
  color: var(--slate-dark);
}

h1 { font-size: clamp(2.6rem, 6vw, 4.6rem); font-weight: 500; }
h2 { font-size: clamp(1.9rem, 3.4vw, 2.7rem); }
h3 { font-size: 1.4rem; }

p { max-width: 62ch; }

a { color: inherit; }

.wrap {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 32px;
}

@media (max-width: 640px) {
  .wrap { padding: 0 20px; }
  body { font-size: 16px; }
}

/* ---------- Nav ---------- */
.site-header {
  position: absolute;
  top: 0; left: 0; right: 0;
  z-index: 20;
  padding: 26px 0;
}
.site-header.solid {
  position: sticky;
  background: var(--paper-warm);
  border-bottom: 1px solid var(--line);
  padding: 18px 0;
}
.nav-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: 'Fraunces', serif;
  font-weight: 600;
  font-size: 1.05rem;
  letter-spacing: 0.01em;
  text-decoration: none;
  color: inherit;
}
.brand img.logo-mark {
  height: 42px;
  width: auto;
  display: block;
}
footer .brand img.logo-mark { height: 34px; }
.site-header:not(.solid) .brand,
.site-header:not(.solid) .nav-links a { color: #fff; }
.site-header:not(.solid) .brand img.logo-mark {
  background: rgba(255,255,255,0.92);
  border-radius: 50%;
  padding: 5px;
}
.nav-links {
  display: flex;
  gap: 34px;
  list-style: none;
  margin: 0; padding: 0;
}
.nav-links a {
  text-decoration: none;
  font-size: 0.96rem;
  font-weight: 500;
  border-bottom: 1px solid transparent;
  padding-bottom: 2px;
  transition: border-color 0.2s;
}
.nav-links a:hover { border-color: currentColor; }
.nav-toggle { display: none; }

@media (max-width: 780px) {
  .nav-links { display: none; }
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-block;
  padding: 14px 30px;
  font-family: 'Work Sans', sans-serif;
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: none;
  border-radius: 2px;
  border: 1px solid transparent;
  cursor: pointer;
  transition: transform 0.15s ease, background 0.2s ease;
}
.btn-amber { background: var(--amber); color: #fff; }
.btn-amber:hover { background: var(--amber-dark); }
.btn-outline { border-color: currentColor; background: transparent; }
.btn-outline.light { color: #fff; }
.btn-outline.dark { color: var(--slate-dark); }
.btn:hover { transform: translateY(-1px); }

/* ---------- Hero ---------- */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: flex-end;
  color: #fff;
  background-size: cover;
  background-position: center;
}
.hero::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(20,26,31,0.15) 0%, rgba(20,26,31,0.1) 40%, rgba(20,26,31,0.72) 100%);
}
.hero-inner {
  position: relative;
  z-index: 1;
  padding-bottom: 90px;
  width: 100%;
}
.hero .eyebrow {
  font-weight: 600;
  letter-spacing: 0.04em;
  font-size: 0.95rem;
  color: #e7d9bd;
  margin-bottom: 18px;
}
.hero h1 { color: #fff; max-width: 15ch; }
.hero .lede {
  color: #f1efe9;
  font-size: 1.2rem;
  max-width: 46ch;
  margin: 22px 0 34px;
}

.hero-sub-page {
  min-height: 62vh;
  align-items: center;
}
.hero-sub-page .hero-inner { padding-bottom: 0; }

/* ---------- Sections ---------- */
section { padding: 100px 0; }
@media (max-width: 780px) { section { padding: 64px 0; } }

.section-intro {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 70px;
  align-items: start;
}
@media (max-width: 900px) {
  .section-intro { grid-template-columns: 1fr; gap: 30px; }
}
.eyebrow-line {
  display: flex; align-items: center; gap: 14px;
  color: var(--amber-dark); font-weight: 600; font-size: 0.9rem;
  letter-spacing: 0.03em; margin-bottom: 18px;
}
.eyebrow-line::before {
  content: ''; width: 34px; height: 1px; background: var(--amber-dark);
}

/* ---------- Tour teaser rows ---------- */
.tour-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  align-items: stretch;
  border-top: 1px solid var(--line);
}
.tour-row:last-child { border-bottom: 1px solid var(--line); }
.tour-row.reverse { direction: rtl; }
.tour-row.reverse > * { direction: ltr; }
.tour-photo { min-height: 440px; background-size: cover; background-position: center; }
.tour-copy {
  padding: 60px 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: var(--paper-warm);
}
.tour-copy .tag {
  font-size: 0.82rem; font-weight: 600; letter-spacing: 0.04em;
  color: var(--moss); text-transform: uppercase; margin-bottom: 14px;
}
.tour-copy h3 { margin-bottom: 14px; font-size: 1.9rem; }
.tour-copy .stops {
  color: #545c60; font-size: 0.95rem; margin: 18px 0 26px; line-height: 1.7;
}
@media (max-width: 900px) {
  .tour-row, .tour-row.reverse { grid-template-columns: 1fr; direction: ltr; }
  .tour-copy { padding: 40px 24px; }
  .tour-photo { min-height: 300px; }
}

/* ---------- Custom tour banner ---------- */
.custom-banner {
  background: var(--slate-dark);
  color: #f2efe8;
  padding: 80px 0;
}
.custom-banner h2 { color: #fff; }
.custom-banner .wrap { max-width: 760px; }
.custom-banner p { color: #d7dde1; max-width: none; }

/* ---------- Why us strip ---------- */
.strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
  border-top: 1px solid var(--line);
  padding-top: 56px;
}
@media (max-width: 780px) {
  .strip { grid-template-columns: 1fr; gap: 34px; }
}
.strip-item .num {
  font-family: 'Fraunces', serif; color: var(--amber-dark);
  font-size: 1.1rem; margin-bottom: 10px; font-weight: 600;
}

/* ---------- Gallery grid (tour pages) ---------- */
.gallery {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-auto-rows: 190px;
  gap: 10px;
}
.gallery img { width: 100%; height: 100%; object-fit: cover; display: block; }
.gallery .g-wide { grid-column: span 4; grid-row: span 2; }
.gallery .g-tall { grid-column: span 2; grid-row: span 2; }
.gallery .g-sq { grid-column: span 2; grid-row: span 1; }
@media (max-width: 780px) {
  .gallery { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 160px; }
  .gallery .g-wide { grid-column: span 2; grid-row: span 2; }
  .gallery .g-tall { grid-column: span 1; grid-row: span 2; }
  .gallery .g-sq { grid-column: span 1; grid-row: span 1; }
}

/* ---------- Stop list ---------- */
.stop-list {
  list-style: none; margin: 0; padding: 0;
  border-top: 1px solid var(--line);
}
.stop-list li {
  display: flex; align-items: baseline; gap: 20px;
  padding: 20px 0;
  border-bottom: 1px solid var(--line);
  font-family: 'Fraunces', serif; font-size: 1.2rem; color: var(--slate-dark);
}
.stop-list .n { color: var(--amber-dark); font-size: 0.95rem; font-family: 'Work Sans', sans-serif; font-weight: 600; min-width: 26px; }

/* ---------- Fact bar ---------- */
.fact-bar {
  display: flex; flex-wrap: wrap; gap: 40px;
  padding: 34px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line);
  margin: 40px 0 0;
}
.fact { min-width: 140px; }
.fact .label { font-size: 0.82rem; color: #6b7176; text-transform: uppercase; letter-spacing: 0.03em; margin-bottom: 6px; }
.fact .val { font-family: 'Fraunces', serif; font-size: 1.3rem; color: var(--slate-dark); }

/* ---------- Booking form ---------- */
.booking-section {
  background: var(--slate-dark);
  color: #f2efe8;
}
.booking-section h2 { color: #fff; }
.booking-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 60px; }
@media (max-width: 900px) { .booking-grid { grid-template-columns: 1fr; gap: 30px; } }
.booking-section p { color: #cfd6da; }
.booking-section .note { font-size: 0.88rem; color: #a9b2b7; margin-top: 8px; }

form.booking-form { display: grid; gap: 16px; }
.booking-form .row2 { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
@media (max-width: 560px) { .booking-form .row2 { grid-template-columns: 1fr; } }
.booking-form label {
  display: block; font-size: 0.85rem; font-weight: 600; margin-bottom: 6px; color: #dfe4e6;
}
.booking-form input, .booking-form select, .booking-form textarea {
  width: 100%; padding: 12px 14px; font-family: 'Work Sans', sans-serif; font-size: 0.98rem;
  border: 1px solid rgba(255,255,255,0.25); border-radius: 2px; background: rgba(255,255,255,0.06); color: #fff;
}
.booking-form textarea { resize: vertical; min-height: 80px; }
.booking-form input::placeholder, .booking-form textarea::placeholder { color: #8f9aa0; }
.honeypot-field { position: absolute; left: -9999px; }
#booking-status { min-height: 22px; font-size: 0.92rem; margin-top: 6px; }
#booking-status.ok { color: #a9d6a1; }
#booking-status.err { color: #e2a3a3; }

/* ---------- Footer ---------- */
footer {
  background: var(--ink); color: #d6d9db;
  padding: 60px 0 34px;
  font-size: 0.92rem;
}
footer .foot-top { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 30px; margin-bottom: 40px; }
footer .brand { color: #fff; font-size: 1.25rem; }
footer a { text-decoration: none; color: #d6d9db; }
footer a:hover { color: #fff; }
footer .foot-links { display: flex; gap: 26px; list-style: none; padding: 0; margin: 0; }
footer .foot-bottom { border-top: 1px solid rgba(255,255,255,0.12); padding-top: 22px; color: #8b9195; font-size: 0.84rem; }
