@view-transition { navigation: auto; }

:root {
  --accent: #d9720a;
  --accent-ink: #ffffff;
  --forest: #14342a;
  --forest-2: #1c4536;
  --bg: #ffffff;
  --bg-raised: #f5f4ef;
  --bg-card: #ffffff;
  --text: #14201b;
  --text-muted: #52605a;
  --border: #e2e2da;
  --radius: 14px;
  --shadow: 0 20px 60px -25px rgba(20,40,30,0.25);
  --ease: cubic-bezier(.22,1,.36,1);
  color-scheme: light;
}

[data-theme="dark"] {
  --accent: #f08a2b;
  --bg: #0f1a15;
  --bg-raised: #16241d;
  --bg-card: #182720;
  --text: #eef2ef;
  --text-muted: #a9b7ae;
  --border: #29392f;
  --shadow: 0 20px 60px -20px rgba(0,0,0,0.6);
  color-scheme: dark;
}
@media (prefers-color-scheme: dark) {
  :root:not([data-theme="light"]) {
    --accent: #f08a2b;
    --bg: #0f1a15;
    --bg-raised: #16241d;
    --bg-card: #182720;
    --text: #eef2ef;
    --text-muted: #a9b7ae;
    --border: #29392f;
    --shadow: 0 20px 60px -20px rgba(0,0,0,0.6);
    color-scheme: dark;
  }
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { animation-duration: .001ms !important; transition-duration: .001ms !important; scroll-behavior: auto !important; }
}

body {
  margin: 0; background: var(--bg); color: var(--text);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.55; -webkit-font-smoothing: antialiased;
}
.wrap { max-width: 1160px; margin: 0 auto; padding: 0 22px; }
h1, h2, h3 { font-weight: 800; letter-spacing: -0.02em; margin: 0; line-height: 1.15; }
a { color: inherit; }
img { max-width: 100%; display: block; }

/* ---------- Header ---------- */
.site-header { background: var(--forest); color: #fff; position: sticky; top: 0; z-index: 60; }
.top-bar { background: var(--forest-2); font-size: 13px; padding: 6px 0; }
.top-bar .wrap { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 8px; }
.top-bar a { color: #e7ede9; text-decoration: none; }
.top-bar a:hover { color: var(--accent); }
.header-inner { display: flex; align-items: center; justify-content: space-between; padding: 16px 0; gap: 20px; }
.brand { display: flex; flex-direction: column; text-decoration: none; color: #fff; line-height: 1.1; }
.brand strong { font-size: 20px; font-weight: 800; }
.brand span { font-size: 12px; color: #b9c9bf; letter-spacing: .04em; text-transform: uppercase; }
.main-nav { display: none; align-items: center; gap: 4px; }
.main-nav a {
  color: #e7ede9; text-decoration: none; font-weight: 600; font-size: 14.5px; padding: 10px 12px; border-radius: 8px;
  position: relative;
}
.main-nav a:hover { color: #fff; background: rgba(255,255,255,0.08); }
.main-nav .has-dropdown { position: relative; }
.dropdown {
  display: none; position: absolute; top: 100%; left: 0; background: var(--forest-2); border-radius: 10px; padding: 8px;
  min-width: 220px; box-shadow: var(--shadow); border: 1px solid rgba(255,255,255,0.08);
}
.has-dropdown:hover .dropdown, .has-dropdown:focus-within .dropdown { display: block; }
.dropdown a { display: block; padding: 9px 12px; border-radius: 6px; white-space: nowrap; }
.header-cta { flex: none; }
.btn {
  display: inline-flex; align-items: center; gap: 8px; text-decoration: none; font-weight: 700;
  border-radius: 999px; border: 1px solid transparent; cursor: pointer; padding: 12px 22px; font-size: 14.5px;
  background: var(--accent); color: #fff; transition: transform .2s var(--ease), box-shadow .2s var(--ease);
}
.btn:hover { transform: translateY(-2px); box-shadow: 0 14px 26px -12px rgba(217,114,10,0.55); }
.btn-ghost { background: transparent; color: #fff; border-color: rgba(255,255,255,0.35); }
.btn-ghost:hover { border-color: #fff; box-shadow: none; }
.btn-lg { padding: 16px 30px; font-size: 16px; }
.nav-toggle { display: inline-flex; background: none; border: 1px solid rgba(255,255,255,0.3); color: #fff; border-radius: 8px; padding: 8px 10px; }
@media (min-width: 980px) {
  .main-nav { display: flex; }
  .nav-toggle { display: none; }
}

/* ---------- Hero ---------- */
.hero { background: linear-gradient(180deg, var(--forest) 0%, var(--forest-2) 60%, var(--bg-raised) 100%); color: #fff; padding: 70px 0 90px; }
.hero-badge { display: inline-block; background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.25); color: #dce9e2; font-size: 12.5px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; padding: 6px 14px; border-radius: 999px; margin-bottom: 20px; }
.hero h1 { font-size: clamp(32px, 5vw, 52px); max-width: 16ch; margin-bottom: 18px; }
.hero p.lede { font-size: 18px; color: #d6e3dc; max-width: 56ch; margin: 0 0 28px; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 14px; }
.hero-photo {
  margin-top: 46px; border-radius: 18px; overflow: hidden; border: 1px solid rgba(255,255,255,0.15);
  background: linear-gradient(135deg, #24493a, #14261e); aspect-ratio: 16/7; display: flex; align-items: center; justify-content: center;
  color: #9fb3a8; font-size: 14px; font-weight: 600; letter-spacing: .04em; text-align: center; padding: 20px;
}

/* ---------- Sections ---------- */
section { padding: 64px 0; }
.section-alt { background: var(--bg-raised); }
.eyebrow { text-transform: uppercase; letter-spacing: .12em; font-size: 12.5px; font-weight: 800; color: var(--accent); margin: 0 0 12px; }
.section-title { font-size: clamp(26px, 3.6vw, 36px); margin-bottom: 18px; }
.section-lede { color: var(--text-muted); font-size: 17px; max-width: 60ch; margin: 0 0 36px; }

.grid-3 { display: grid; gap: 22px; grid-template-columns: 1fr; }
@media (min-width: 760px) { .grid-3 { grid-template-columns: repeat(3, 1fr); } }
.grid-2 { display: grid; gap: 30px; grid-template-columns: 1fr; }
@media (min-width: 860px) { .grid-2 { grid-template-columns: repeat(2, 1fr); align-items: center; } }
.grid-5 { display: grid; gap: 18px; grid-template-columns: repeat(2, 1fr); }
@media (min-width: 700px) { .grid-5 { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 980px) { .grid-5 { grid-template-columns: repeat(5, 1fr); } }

.card {
  background: var(--bg-card); border: 1px solid var(--border); border-radius: var(--radius); padding: 28px;
  transition: transform .25s var(--ease), border-color .25s var(--ease);
  opacity: 0; transform: translateY(16px); animation: card-in .6s var(--ease) forwards;
}
.card:hover { transform: translateY(-4px); border-color: var(--accent); box-shadow: var(--shadow); }
@keyframes card-in { to { opacity: 1; transform: translateY(0); } }
.card .icon { width: 40px; height: 40px; color: var(--accent); margin-bottom: 14px; }
.card h3 { font-size: 18px; margin-bottom: 8px; }
.card p { color: var(--text-muted); margin: 0; font-size: 15px; }

.service-card { text-decoration: none; color: inherit; display: block; }
.service-card h3 { font-size: 16.5px; }

.stat-strip { background: var(--forest); color: #fff; padding: 40px 0; }
.stat-strip .grid-3, .stat-strip .grid-5 { text-align: center; }
.stat-num { font-size: clamp(30px, 4vw, 42px); font-weight: 800; color: var(--accent); }
.stat-label { color: #cddad2; font-size: 14px; }

.testimonial { background: var(--bg-card); border: 1px solid var(--border); border-radius: var(--radius); padding: 26px; }
.testimonial p.quote { font-size: 15.5px; margin: 0 0 16px; }
.testimonial .quote-icon { color: var(--accent); font-size: 28px; font-weight: 800; display: block; margin-bottom: 6px; }
.testimonial footer { display: flex; flex-direction: column; }
.testimonial cite { font-style: normal; font-weight: 700; }
.testimonial span.loc { color: var(--text-muted); font-size: 13.5px; }

.cta-band { background: var(--forest); color: #fff; text-align: center; padding: 70px 0; }
.cta-band h2 { font-size: clamp(26px, 3.6vw, 38px); margin-bottom: 14px; }
.cta-band p { color: #d6e3dc; font-size: 17px; margin: 0 0 28px; }
.cta-band .hero-cta { justify-content: center; }
.cta-phone { font-size: 15px; color: #cddad2; margin-top: 18px; }
.cta-phone a { color: #fff; font-weight: 700; text-decoration: none; }

.city-list { display: flex; flex-wrap: wrap; gap: 10px; }
.city-pill { background: var(--bg-card); border: 1px solid var(--border); border-radius: 999px; padding: 9px 18px; font-size: 14px; font-weight: 600; text-decoration: none; color: var(--text); }
.city-pill:hover { border-color: var(--accent); color: var(--accent); }

.breadcrumb { font-size: 13px; color: var(--text-muted); margin-bottom: 18px; }
.breadcrumb a { color: var(--text-muted); text-decoration: none; }
.breadcrumb a:hover { color: var(--accent); }

/* ---------- Footer ---------- */
.site-footer { background: var(--forest); color: #cddad2; padding: 60px 0 30px; }
.footer-grid { display: grid; gap: 30px; grid-template-columns: 1fr; margin-bottom: 40px; }
@media (min-width: 760px) { .footer-grid { grid-template-columns: 2fr 1fr 1fr 1fr; } }
.footer-grid h3 { color: #fff; font-size: 13px; text-transform: uppercase; letter-spacing: .08em; margin-bottom: 14px; }
.footer-grid p, .footer-grid a { font-size: 14px; color: #cddad2; text-decoration: none; margin: 0 0 8px; display: block; }
.footer-grid a:hover { color: var(--accent); }
.footer-brand strong { color: #fff; font-size: 19px; }
.footer-copy { border-top: 1px solid rgba(255,255,255,0.12); padding-top: 22px; font-size: 13px; color: #9fb3a8; text-align: center; }

.theme-toggle { width: 36px; height: 36px; border-radius: 50%; border: 1px solid rgba(255,255,255,0.3); background: transparent; color: #fff; cursor: pointer; display: grid; place-items: center; }
