:root {
  /* theme-adaptive tokens */
  --ground: #e9e5d8;
  --ground-2: #ddd8c6;
  --surface: #f4f1e6;
  --ink: #17140d;
  --ink-soft: #4a4433;
  --ink-faint: #7d7660;
  --line: #cac3ac;
  --gold: #8a6a2c;
  --hot-red: #8a2412;
  --hot-orange: #c94a1a;
  --hot-amber: #d9871f;
  --accent: #c94a1a;
  --accent-ink: #fbf3e6;
  --card: #f4f1e6;
  --map-mo: #efe8d6;
  --map-ar: #e6ddc4;
  --map-ok: #ddd3b5;

  /* fixed tokens for the always-dark brand sections (hero, proof, final CTA) */
  --dk-ground: #0a0908;
  --dk-surface: #14110b;
  --dk-ink: #f3ecd9;
  --dk-ink-soft: #c2b89f;
  --dk-ink-faint: #8a8064;
  --dk-line: #332c1e;
  --dk-gold: #d4a94f;
  --dk-accent: #e8631f;
}
@media (prefers-color-scheme: dark) {
  :root:not([data-theme="light"]) {
    --ground: #0c0b09;
    --ground-2: #161309;
    --surface: #1b1810;
    --ink: #f3ecd9;
    --ink-soft: #c2b89f;
    --ink-faint: #8a8064;
    --line: #332c1e;
    --gold: #c9a25b;
    --hot-red: #a3341c;
    --hot-orange: #e8631f;
    --hot-amber: #f2b23a;
    --accent: #e8631f;
    --accent-ink: #16130a;
    --card: #17140d;
    --map-mo: #211d13;
    --map-ar: #2a2416;
    --map-ok: #332c1b;
  }
}
:root[data-theme="dark"] {
  --ground: #0c0b09;
  --ground-2: #161309;
  --surface: #1b1810;
  --ink: #f3ecd9;
  --ink-soft: #c2b89f;
  --ink-faint: #8a8064;
  --line: #332c1e;
  --gold: #c9a25b;
  --hot-red: #a3341c;
  --hot-orange: #e8631f;
  --hot-amber: #f2b23a;
  --accent: #e8631f;
  --accent-ink: #16130a;
  --card: #17140d;
  --map-mo: #211d13;
  --map-ar: #2a2416;
  --map-ok: #332c1b;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--ground);
  color: var(--ink);
  font-family: -apple-system, 'Segoe UI', Roboto, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
.display {
  font-family: 'Arial Black', 'Helvetica Neue', -apple-system, sans-serif;
  font-weight: 900;
  letter-spacing: -0.005em;
  text-transform: uppercase;
}
a { color: inherit; }
a:focus-visible, button:focus-visible { outline: 2px solid var(--accent); outline-offset: 2px; }

.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;
}

/* generated topographic contour canvas */
.topo-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  pointer-events: none;
}

/* ---------- nav ---------- */
header.site-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.75rem;
  padding: 0.8rem clamp(1.2rem, 5vw, 3.5rem);
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: 0;
  background: var(--ground);
  z-index: 20;
}
.brand {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  font-weight: 900;
  font-size: 1rem;
  text-decoration: none;
}
.brand img { height: 40px; width: 40px; object-fit: cover; border-radius: 50%; flex-shrink: 0; }
.brand .word { color: var(--gold); }
nav.links { display: flex; gap: 1.8rem; font-size: 0.82rem; font-weight: 600; }
nav.links a { text-decoration: none; color: var(--ink-soft); padding-bottom: 3px; border-bottom: 2px solid transparent; }
nav.links a:hover { color: var(--ink); }
nav.links a[aria-current="page"] { color: var(--accent); border-bottom-color: var(--accent); }
.nav-cta {
  background: var(--accent);
  color: var(--accent-ink);
  font-weight: 800;
  font-size: 0.8rem;
  padding: 0.6rem 1.1rem;
  text-decoration: none;
  white-space: nowrap;
}

/* mobile nav toggle */
.nav-toggle {
  display: none;
  background: none;
  border: 1px solid var(--line);
  color: var(--ink);
  font-size: 0.78rem;
  font-weight: 700;
  padding: 0.5rem 0.8rem;
  cursor: pointer;
}
@media (max-width: 900px) {
  nav.links {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--ground);
    border-bottom: 1px solid var(--line);
    flex-direction: column;
    gap: 0;
    padding: 0.5rem 0;
  }
  nav.links.open { display: flex; }
  nav.links a { padding: 0.9rem clamp(1.2rem, 5vw, 3.5rem); border-bottom: 1px solid var(--line); }
  nav.links a[aria-current="page"] { border-bottom: 1px solid var(--line); background: var(--ground-2); }
  .nav-toggle { display: inline-block; }
}

/* ---------- page hero (small, non-home pages) ---------- */
.page-hero {
  position: relative;
  overflow: hidden;
  background: var(--dk-ground);
  padding: clamp(2.4rem, 6vw, 3.6rem) clamp(1.2rem, 5vw, 3.5rem);
}
.page-hero .eyebrow { font-size: 0.72rem; letter-spacing: 0.2em; text-transform: uppercase; font-weight: 700; color: var(--dk-gold); position: relative; }
.page-hero h1 { font-size: clamp(2rem, 4.5vw, 3rem); margin: 0.5rem 0 0; color: var(--dk-gold); position: relative; }
.page-hero p { color: var(--dk-ink-soft); max-width: 60ch; margin: 0.8rem 0 0; position: relative; font-size: 1.02rem; }

/* ---------- hero (home only, always dark — matches the brand's black artwork) ---------- */
.hero {
  position: relative;
  overflow: hidden;
  padding: clamp(3.4rem, 9vw, 6.5rem) clamp(1.2rem, 5vw, 3.5rem) clamp(3rem, 7vw, 5rem);
  background: var(--dk-ground);
  display: flex;
  justify-content: center;
  text-align: center;
}
.hero-inner { max-width: 720px; position: relative; display: flex; flex-direction: column; align-items: center; }
.hero .logo-hero {
  display: block;
  width: min(640px, 92vw);
  height: auto;
  margin: 0 0 1.6rem;
}
.hero .eyebrow {
  font-size: 0.72rem; letter-spacing: 0.2em; text-transform: uppercase;
  font-weight: 700; color: var(--dk-gold);
}
.hero h1 {
  font-size: clamp(2.5rem, 6.2vw, 4.2rem);
  line-height: 0.98;
  margin: 0.9rem 0 0.3rem;
  color: var(--dk-gold);
}
.hero .sub2 {
  font-weight: 800; letter-spacing: 0.02em; text-transform: uppercase;
  font-size: clamp(0.95rem, 1.6vw, 1.15rem);
  color: var(--dk-ink);
}
.hero .tagline {
  font-size: clamp(1rem, 1.9vw, 1.2rem);
  font-weight: 700;
  color: var(--dk-accent);
  margin: 0.9rem 0 1.1rem;
}
.hero .sub {
  font-size: 1.03rem; color: var(--dk-ink-soft);
  max-width: 46ch; line-height: 1.6; margin: 0 auto 2rem;
}
.cta-row { display: flex; flex-wrap: wrap; gap: 0.9rem; align-items: center; justify-content: center; }
.btn-primary {
  background: var(--accent);
  color: var(--accent-ink);
  font-weight: 800;
  font-size: 1.05rem;
  padding: 1.05rem 1.9rem;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  box-shadow: 0 10px 26px -10px color-mix(in srgb, var(--accent) 70%, transparent);
  border: none;
  cursor: pointer;
}
.hero .btn-primary, .final-cta .btn-primary, .page-hero .btn-primary, .contact-panel .btn-primary {
  background: var(--dk-accent);
  color: #16130a;
}
@media (max-width: 420px) {
  .btn-primary { font-size: 0.92rem; padding: 0.85rem 1.3rem; gap: 0.45rem; }
}
.final-cta .btn-primary, .contact-panel .btn-primary { margin: 0 auto; }
.btn-secondary {
  font-size: 0.9rem; font-weight: 600;
  text-decoration: underline; text-underline-offset: 3px;
  color: var(--dk-ink-soft);
}
.trust-strip {
  margin-top: 2.4rem;
  display: flex; flex-wrap: wrap; gap: 0.5rem 1.4rem;
  justify-content: center;
  font-size: 0.82rem; font-weight: 600;
  color: var(--dk-ink-faint);
}
.trust-strip span { display: flex; align-items: center; gap: 0.45rem; }
.trust-strip .dot { width: 6px; height: 6px; background: var(--dk-accent); border-radius: 50%; flex-shrink: 0; }

/* ---------- section shell ---------- */
section { padding: clamp(3rem, 7vw, 5rem) clamp(1.2rem, 5vw, 3.5rem); }
.section-inner { max-width: 1080px; margin: 0 auto; }
.section-inner.narrow { max-width: 760px; }
.kicker {
  font-size: 0.72rem; letter-spacing: 0.18em; text-transform: uppercase;
  font-weight: 800; color: var(--accent); margin-bottom: 0.7rem;
}
h2.section-h { font-size: clamp(1.6rem, 3vw, 2.2rem); margin: 0 0 0.6rem; letter-spacing: -0.01em; }
.section-sub { color: var(--ink-soft); font-size: 1rem; max-width: 56ch; margin: 0 0 2.2rem; }

/* ---------- services ---------- */
.services { background: var(--ground-2); }
.cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}
.card {
  background: var(--card);
  padding: 1.6rem 1.4rem;
  display: flex; flex-direction: column; gap: 0.7rem;
}
.card .swatch { width: 34px; height: 6px; }
.card h3 { font-size: 1.02rem; margin: 0; letter-spacing: -0.005em; }
.card p { margin: 0; font-size: 0.87rem; color: var(--ink-soft); line-height: 1.55; }
@media (max-width: 900px) { .cards { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .cards { grid-template-columns: 1fr; } }

/* ---------- services page: full detail blocks ---------- */
.service-detail {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.4rem;
  padding: 1.8rem 0;
  border-top: 1px solid var(--line);
  align-items: start;
}
.service-detail:first-of-type { border-top: none; }
.service-detail .swatch-big { width: 10px; height: 10px; border-radius: 50%; margin-top: 0.5rem; }
.service-detail h3 { margin: 0 0 0.5rem; font-size: 1.2rem; }
.service-detail p { margin: 0; color: var(--ink-soft); line-height: 1.65; max-width: 62ch; }
@media (max-width: 560px) { .service-detail { grid-template-columns: 1fr; } .service-detail .swatch-big { display: none; } }

/* ---------- how it works ---------- */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; }
.step .n {
  font-size: 2.1rem; font-weight: 900; color: var(--accent);
  line-height: 1; margin-bottom: 0.6rem; font-family: 'Arial Black', sans-serif;
}
.step h4 { margin: 0 0 0.35rem; font-size: 1rem; }
.step p { margin: 0; color: var(--ink-soft); font-size: 0.9rem; line-height: 1.55; }
@media (max-width: 700px) { .steps { grid-template-columns: 1fr; gap: 1.6rem; } }

/* ---------- weather note ---------- */
.weather-note {
  background: var(--ground-2);
  border-left: 3px solid var(--accent);
  padding: 1.4rem 1.6rem;
  max-width: 720px;
  font-size: 0.94rem;
  color: var(--ink-soft);
  line-height: 1.65;
}
.weather-note strong { color: var(--ink); }

/* ---------- proof (always dark — frames the photography) ---------- */
.proof { background: var(--dk-surface); color: var(--dk-ink); }
.proof .kicker { color: var(--dk-accent); }
.proof .section-sub { color: var(--dk-ink-soft); }
.proof-grid { display: grid; grid-template-columns: 1.3fr 1fr; gap: 1.5rem; align-items: center; }
.proof-photo { width: 100%; aspect-ratio: 4/5; object-fit: cover; border: 1px solid var(--dk-line); }
.proof-caption { font-size: 0.85rem; color: var(--dk-ink-faint); margin-top: 0.6rem; }
.gear-photo { width: 100%; aspect-ratio: 4/3; object-fit: cover; border: 1px solid var(--dk-line); }
@media (max-width: 800px) { .proof-grid { grid-template-columns: 1fr; } }

/* ---------- testimonials ---------- */
.testi-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}
.testi-card {
  background: var(--card);
  padding: 1.5rem 1.4rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.testi-quote {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.6;
  color: var(--ink-soft);
  font-style: italic;
  flex: 1;
}
.testi-name {
  font-weight: 800;
  font-size: 0.95rem;
  color: var(--ink);
}
.testi-tag {
  font-size: 0.72rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--accent);
}
@media (max-width: 900px) { .testi-grid { grid-template-columns: 1fr; } }

/* ---------- verse ---------- */
.verse {
  background: var(--surface);
  border: 1px solid var(--line);
  border-left: 3px solid var(--gold);
  padding: 1.5rem 1.7rem;
  max-width: 640px;
  font-style: italic;
  color: var(--ink-soft);
  font-size: 1rem;
}
.verse cite {
  display: block; margin-top: 0.6rem; font-style: normal;
  font-size: 0.8rem; color: var(--ink-faint); font-weight: 700; letter-spacing: 0.03em;
}

/* ---------- area ---------- */
.area-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 2.5rem; align-items: start; }
.county-col h5 {
  font-size: 0.72rem; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--accent); margin: 0 0 0.6rem;
}
.county-col ul {
  list-style: none; margin: 0 0 1.4rem; padding: 0;
  font-size: 0.95rem; color: var(--ink-soft); line-height: 1.9;
}
.including { font-size: 0.82rem; color: var(--ink-faint); font-style: italic; }
.map-box {
  aspect-ratio: 1000 / 956;
  background: var(--ground);
  border: 1px solid var(--line);
  position: relative;
  overflow: hidden;
}
.map-box svg { width: 100%; height: 100%; display: block; }
@media (max-width: 800px) { .area-grid { grid-template-columns: 1fr; } .map-box { order: -1; } }

/* ---------- credentials ---------- */
.cred-row {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px;
  background: var(--line); border: 1px solid var(--line);
}
.cred { background: var(--card); padding: 1.4rem 1.3rem; text-align: center; }
.cred .big { font-size: 1.5rem; font-weight: 900; font-family: 'Arial Black', sans-serif; color: var(--accent); }
.cred .lbl { font-size: 0.78rem; color: var(--ink-soft); margin-top: 0.3rem; }
@media (max-width: 700px) { .cred-row { grid-template-columns: 1fr; } }

/* ---------- about page ---------- */
.founder-grid { display: grid; grid-template-columns: 160px 1fr; gap: 2rem; align-items: start; }
.founder-grid img { width: 160px; height: 160px; object-fit: cover; border-radius: 50%; border: 2px solid var(--gold); }
.founder-grid .bio p { color: var(--ink-soft); line-height: 1.7; margin: 0 0 1rem; }
.founder-story {
  margin-top: 1.3rem;
  padding-left: 1.1rem;
  border-left: 3px solid var(--gold);
}
.founder-story .kicker { margin-bottom: 0.6rem; }
.founder-story p { font-style: italic; }
@media (max-width: 600px) { .founder-grid { grid-template-columns: 1fr; justify-items: center; text-align: center; } }

/* ---------- contact page ---------- */
.contact-panel {
  background: var(--dk-ground);
  color: var(--dk-ink);
  border-radius: 0;
  padding: clamp(2.4rem, 6vw, 3.6rem) clamp(1.2rem, 5vw, 3.5rem);
  text-align: center;
  position: relative;
  overflow: hidden;
}
.contact-panel .section-inner { position: relative; }
.contact-panel h2 { color: var(--dk-gold); }
.contact-panel p { color: var(--dk-ink-soft); }
.contact-checklist {
  text-align: center;
  max-width: 480px;
  margin: 2rem auto 0;
  background: var(--dk-surface);
  border: 1px solid var(--dk-line);
  padding: 1.4rem 1.6rem;
}
.contact-checklist h5 { margin: 0 0 0.7rem; color: var(--dk-gold); font-size: 0.85rem; letter-spacing: 0.05em; text-transform: uppercase; }
.contact-checklist ul {
  margin: 0;
  padding: 0;
  list-style-position: inside;
  color: var(--dk-ink-soft);
  font-size: 0.92rem;
  line-height: 1.8;
}

/* ---------- final cta (always dark) ---------- */
.final-cta {
  background: var(--dk-ground);
  color: var(--dk-ink);
  text-align: center;
  position: relative;
  overflow: hidden;
}
.final-cta .section-inner { position: relative; }
.final-cta h2 { font-size: clamp(1.8rem, 4vw, 2.7rem); margin: 0 0 0.8rem; color: var(--dk-gold); }
.final-cta p { color: var(--dk-ink-soft); margin: 0 0 1.8rem; }

footer.site-footer {
  padding: 1.6rem clamp(1.2rem, 5vw, 3.5rem) 2.2rem;
  font-size: 0.78rem;
  color: var(--ink-faint);
  text-align: center;
  background: var(--ground);
}
footer.site-footer a { color: var(--ink-soft); text-decoration: underline; text-underline-offset: 2px; }

.social-row {
  display: flex;
  justify-content: center;
  gap: 1.1rem;
  margin-bottom: 1rem;
}
.social-row a {
  color: var(--ink-faint);
  text-decoration: none;
  display: inline-flex;
  transition: color 0.15s ease;
}
.social-row a:hover { color: var(--accent); }
