:root {
  --grass-deepest: #0F2A20;
  --grass-mid:     #14352B;
  --grass-bright:  #2D6A4F;
  --cream-page:    #FAF6EC;
  --cream-card:    #F3EAD3;
  --gold-warm:     #B8893A;
  --gold-bright:   #D6A852;
  --gold-deep:     #8B6914;
  --ink:           #1A1F1B;
  --ink-muted:     #545C50;
  --line:          rgba(20, 53, 43, 0.15);
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html, body {
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  color: var(--ink);
  background: var(--cream-page);
  -webkit-font-smoothing: antialiased;
  line-height: 1.6;
}
h1, h2, h3, h4 {
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 700;
  color: var(--grass-deepest);
  line-height: 1.15;
  letter-spacing: -0.01em;
}
a { color: var(--grass-mid); text-decoration: none; }
a:hover { color: var(--gold-warm); }
.topbar {
  background: var(--grass-deepest);
  color: var(--cream-card);
  font-size: 13px;
  padding: 10px 24px;
  text-align: center;
}
.topbar a { color: var(--gold-bright); font-weight: 600; }
.nav {
  position: sticky; top: 0; z-index: 100;
  background: rgba(250, 246, 236, 0.96);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
}
.nav-inner {
  max-width: 1200px; margin: 0 auto;
  padding: 14px 24px;
  display: flex; align-items: center; justify-content: space-between;
}
.brand {
  font-family: 'Fraunces', serif;
  font-weight: 800; font-size: 22px;
  color: var(--grass-deepest);
  letter-spacing: 0.02em;
  display: flex; align-items: center; gap: 10px;
}
.brand-mark { width: 32px; height: 32px; flex-shrink: 0; }
.nav-links { display: flex; gap: 24px; font-size: 14px; font-weight: 500; }
.nav-links a { color: var(--ink); }
.nav-cta {
  background: var(--grass-mid); color: var(--cream-page);
  padding: 10px 18px; border-radius: 8px;
  font-weight: 600; font-size: 14px;
  transition: background 0.2s;
  white-space: nowrap;
}
.nav-cta:hover { background: var(--gold-warm); color: var(--grass-deepest); }
@media (max-width: 860px) { .nav-links { display: none; } }
.crumbs {
  max-width: 1200px; margin: 0 auto;
  padding: 14px 24px 0;
  font-size: 13px; color: var(--ink-muted);
}
.crumbs a { color: var(--grass-mid); font-weight: 500; }
.crumbs span[aria-current] { color: var(--ink-muted); }
.crumbs .sep { margin: 0 6px; color: var(--line); }
.page-hero {
  padding: 48px 24px 56px;
  text-align: center;
  background:
    radial-gradient(ellipse 60% 50% at 30% 20%, rgba(45, 106, 79, 0.20) 0%, transparent 55%),
    radial-gradient(ellipse 70% 60% at 75% 80%, rgba(184, 137, 58, 0.16) 0%, transparent 55%),
    linear-gradient(180deg, var(--cream-page) 0%, var(--cream-card) 100%);
}
.page-hero .inner { max-width: 880px; margin: 0 auto; }
.eyebrow {
  display: inline-block;
  font-size: 12px; font-weight: 600; letter-spacing: 0.20em;
  text-transform: uppercase;
  color: var(--grass-mid);
  background: rgba(20, 53, 43, 0.08);
  padding: 8px 18px; border-radius: 999px;
  margin-bottom: 22px;
}
.page-hero h1 {
  font-family: 'DM Serif Display', Georgia, serif;
  font-weight: 400;
  font-size: clamp(32px, 5.5vw, 54px);
  line-height: 1.1;
  margin-bottom: 18px;
  color: var(--grass-deepest);
}
.page-hero .sub {
  font-size: clamp(16px, 2vw, 19px);
  color: var(--ink-muted);
  max-width: 700px; margin: 0 auto 28px;
  line-height: 1.55;
}
.hero-ctas { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.btn-primary {
  background: var(--grass-mid); color: var(--cream-page);
  padding: 15px 26px; border-radius: 10px;
  font-weight: 600; font-size: 15px;
  border: none; cursor: pointer;
  box-shadow: 0 4px 14px rgba(20, 53, 43, 0.25);
  transition: transform 0.15s, background 0.15s;
  display: inline-flex; align-items: center; gap: 8px;
}
.btn-primary:hover { background: var(--grass-deepest); color: var(--cream-page); transform: translateY(-1px); }
.btn-secondary {
  background: transparent; color: var(--grass-mid);
  padding: 15px 26px; border-radius: 10px;
  font-weight: 600; font-size: 15px;
  border: 2px solid var(--grass-mid);
  transition: background 0.15s;
  display: inline-flex; align-items: center; gap: 8px;
}
.btn-secondary:hover { background: var(--grass-mid); color: var(--cream-page); }
.trust-row {
  margin-top: 32px;
  display: flex; gap: 28px; justify-content: center; flex-wrap: wrap;
  font-size: 13px; color: var(--ink-muted);
}
.trust-row .stars { color: var(--gold-warm); font-size: 15px; letter-spacing: 1px; }
.trust-row strong { color: var(--grass-deepest); }
.section { padding: 64px 24px; }
.section-inner { max-width: 1080px; margin: 0 auto; }
.section-head { text-align: center; margin-bottom: 40px; }
.section-head .eyebrow { background: var(--cream-card); }
.section-head h2 { font-size: clamp(26px, 3.5vw, 38px); margin-bottom: 12px; }
.section-head p { font-size: 16px; color: var(--ink-muted); max-width: 640px; margin: 0 auto; }
.section-cream { background: var(--cream-card); }
.prose { max-width: 760px; margin: 0 auto; font-size: 16px; }
.prose h2 { font-size: clamp(22px, 3vw, 30px); margin: 40px 0 14px; }
.prose h2:first-child { margin-top: 0; }
.prose h3 { font-size: 19px; margin: 28px 0 10px; }
.prose p { margin-bottom: 16px; color: var(--ink); }
.prose ul, .prose ol { margin: 0 0 16px 22px; }
.prose li { margin-bottom: 8px; }
.prose .lead { font-size: 18px; color: var(--ink); }
.prose .note { font-size: 14px; color: var(--ink-muted); }
.prose table { width: 100%; border-collapse: collapse; margin: 0 0 18px; font-size: 15px; }
.prose th, .prose td { text-align: left; padding: 10px 12px; border: 1px solid var(--line); vertical-align: top; }
.prose th { background: var(--cream-card); font-weight: 600; color: var(--grass-deepest); }
.table-wrap { overflow-x: auto; }
.answer-box {
  background: var(--cream-card);
  border-left: 4px solid var(--gold-warm);
  border-radius: 12px;
  padding: 20px 22px;
  margin-bottom: 24px;
  font-size: 17px;
}
.cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 18px;
}
.card {
  background: var(--cream-page);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 24px 22px;
  transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
  display: block;
}
.card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 32px rgba(20, 53, 43, 0.12);
  border-color: var(--gold-warm);
}
.card .service-icon {
  width: 42px; height: 42px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--grass-mid), var(--grass-bright));
  display: flex; align-items: center; justify-content: center;
  color: var(--gold-bright);
  font-size: 19px; font-weight: 700;
  margin-bottom: 14px;
}
.card h3 { font-size: 18px; margin-bottom: 6px; }
.card p { color: var(--ink-muted); font-size: 14px; line-height: 1.5; }
.card .go { display: inline-block; margin-top: 10px; font-size: 13px; font-weight: 600; color: var(--gold-deep); }
.chip-row { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin-top: 8px; }
.chip {
  background: var(--cream-page); color: var(--grass-mid);
  padding: 10px 20px; border-radius: 999px;
  font-size: 14px; font-weight: 600;
  border: 1px solid var(--line);
  display: inline-block;
}
a.chip:hover { border-color: var(--gold-warm); color: var(--gold-deep); }
.faq-list { max-width: 760px; margin: 0 auto; }
.faq-item {
  background: var(--cream-page);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 20px 22px;
  margin-bottom: 14px;
}
.faq-item h3 { font-size: 17px; margin-bottom: 8px; }
.faq-item p { font-size: 15px; color: var(--ink-muted); }
.review {
  background: var(--cream-page);
  border-radius: 16px;
  padding: 28px;
  border-left: 4px solid var(--gold-warm);
  margin-bottom: 18px;
}
.review .stars { color: var(--gold-warm); font-size: 18px; letter-spacing: 2px; margin-bottom: 14px; }
.review blockquote {
  font-size: 17px; font-family: 'Fraunces', serif;
  font-style: italic; color: var(--ink);
  line-height: 1.5; margin-bottom: 18px;
}
.review cite { font-style: normal; font-size: 13px; font-weight: 600; color: var(--grass-mid); letter-spacing: 0.04em; }
.review .source { font-size: 12px; color: var(--ink-muted); margin-top: 4px; }
.cta-strip {
  background: linear-gradient(135deg, var(--grass-mid) 0%, var(--grass-bright) 100%);
  padding: 64px 24px;
  text-align: center;
  color: var(--cream-page);
}
.cta-strip h2 { color: var(--cream-page); font-size: clamp(26px, 3.5vw, 38px); margin-bottom: 14px; }
.cta-strip p { font-size: 16px; max-width: 600px; margin: 0 auto 28px; opacity: 0.92; }
.cta-strip .btn-primary {
  background: var(--gold-warm); color: var(--grass-deepest);
  box-shadow: 0 4px 18px rgba(184, 137, 58, 0.45);
}
.cta-strip .btn-primary:hover { background: var(--gold-bright); color: var(--grass-deepest); }
.contact-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 48px;
  max-width: 1000px; margin: 0 auto;
}
@media (max-width: 768px) { .contact-grid { grid-template-columns: 1fr; gap: 32px; } }
/* Mobile form overflow guard (fix 2026-07-16): grid items default to
   min-width auto, so the select's long option text can force the form
   past its track and off the right edge on phones. */
.contact-grid > * { min-width: 0; }
.contact-info h3 { font-size: 26px; margin-bottom: 22px; }
.contact-item { display: flex; gap: 14px; margin-bottom: 20px; font-size: 15px; color: var(--ink-muted); }
.contact-item strong { color: var(--grass-deepest); display: block; margin-bottom: 2px; font-size: 13px; letter-spacing: 0.04em; text-transform: uppercase; }
.contact-icon {
  width: 36px; height: 36px; border-radius: 8px;
  background: var(--grass-mid); color: var(--gold-bright);
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
  font-weight: 700; font-size: 16px;
}
form.quote-form { display: flex; flex-direction: column; gap: 16px; }
form.quote-form input, form.quote-form textarea, form.quote-form select {
  font-family: inherit; font-size: 15px;
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--cream-page);
  color: var(--ink);
  transition: border-color 0.15s;
  width: 100%;
  max-width: 100%;
  min-width: 0;
}
form.quote-form input:focus, form.quote-form textarea:focus, form.quote-form select:focus {
  outline: none; border-color: var(--gold-warm);
}
form.quote-form textarea { resize: vertical; min-height: 100px; }
form.quote-form button {
  background: var(--grass-mid); color: var(--cream-page);
  padding: 16px; border-radius: 10px;
  font-weight: 600; font-size: 15px;
  border: none; cursor: pointer;
  transition: background 0.15s;
}
form.quote-form button:hover { background: var(--gold-warm); color: var(--grass-deepest); }
.related-links { margin-top: 36px; }
.related-links h2 { font-size: 20px; margin-bottom: 14px; text-align: center; }
.footer {
  background: var(--grass-deepest);
  color: rgba(243, 234, 211, 0.7);
  padding: 48px 24px 28px;
  text-align: center;
  font-size: 13px;
}
.footer .brand-mark { display: inline-block; margin-bottom: 6px; }
.footer .brand-name {
  font-family: 'Fraunces', serif;
  font-weight: 800; font-size: 24px;
  letter-spacing: 0.06em;
  color: var(--cream-page);
  margin-bottom: 4px;
}
.footer .brand-sub {
  font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--gold-bright); margin-bottom: 16px;
}
.footer-links {
  display: flex; flex-wrap: wrap; gap: 8px 20px; justify-content: center;
  margin: 14px auto 6px; max-width: 720px;
  font-size: 13px;
}
.footer-links a { color: rgba(243, 234, 211, 0.85); }
.footer-links a:hover { color: var(--gold-bright); }
.footer-proof { margin-top: 8px; font-size: 12.5px; letter-spacing: 0.01em; }
.footer-meta { margin-top: 18px; opacity: 0.6; }
.footer a { color: var(--gold-bright); }
.sticky-call {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 120;
  display: none;
  background: var(--grass-deepest);
  border-top: 1px solid rgba(214, 168, 82, 0.35);
  padding: 10px 12px calc(10px + env(safe-area-inset-bottom, 0px));
  gap: 10px;
}
.sticky-call a {
  flex: 1; text-align: center;
  padding: 12px 6px; border-radius: 10px;
  font-weight: 700; font-size: 14px;
  color: var(--grass-deepest);
  background: var(--gold-bright);
}
.sticky-call a.alt { background: transparent; color: var(--cream-page); border: 1.5px solid rgba(243, 234, 211, 0.5); }
@media (max-width: 860px) {
  .sticky-call { display: flex; }
  body { padding-bottom: 74px; }
}
@media (prefers-reduced-motion: reduce) {
  .card, .btn-primary { transition: none; }
}
/* ============================================================
   Review toasts (2026-07-16 v2, Jesse feedback): ONLY real,
   verbatim reviews. Bottom-left, small and quiet: proof builds
   subtly without interfering with the visitor. On mobile the
   stack is lifted above the sticky call bar by JS (never
   overlapping it). Fixed overlay = zero layout shift. z-index
   sits above content but below the nav, sticky bar, and modals.
   ============================================================ */
.toast-stack {
  position: fixed;
  left: 16px;
  bottom: 16px; /* JS raises this above the sticky bar on mobile */
  z-index: 95;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 10px;
  pointer-events: none;
  max-width: 300px;
}
.review-toast {
  pointer-events: auto;
  display: grid;
  grid-template-columns: 32px 1fr auto;
  gap: 10px;
  align-items: start;
  background: var(--cream-page);
  border: 1px solid var(--line);
  border-left: 3px solid var(--grass-mid);
  border-radius: 12px;
  padding: 10px 12px;
  box-shadow: 0 6px 18px rgba(20, 53, 43, 0.14);
  font-size: 13px;
  color: var(--ink);
  transform: translateY(14px);
  opacity: 0;
  animation: toast-in 0.6s ease-out forwards;
}
.review-toast.leaving { animation: toast-out 0.45s ease-in forwards; }
@keyframes toast-in { to { transform: translateY(0); opacity: 0.96; } }
@keyframes toast-out { to { transform: translateY(14px); opacity: 0; } }
.toast-avatar {
  width: 30px; height: 30px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--grass-mid), var(--grass-bright));
  color: var(--gold-bright);
  display: flex; align-items: center; justify-content: center;
  font-size: 14px;
  flex-shrink: 0;
}
.toast-body { min-width: 0; line-height: 1.35; }
.toast-head { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; margin-bottom: 1px; }
.toast-name { font-weight: 700; color: var(--grass-deepest); font-size: 12.5px; }
.toast-source {
  display: inline-flex; align-items: center;
  font-size: 10.5px; color: var(--ink-muted); font-weight: 600;
}
.toast-source::before {
  content: "\2713";
  display: inline-flex; align-items: center; justify-content: center;
  width: 13px; height: 13px;
  background: var(--grass-bright);
  color: #fff;
  border-radius: 50%;
  font-weight: 700; font-size: 8px;
  margin-right: 4px;
}
.toast-stars { color: var(--gold-warm); font-size: 11px; letter-spacing: 1px; margin: 1px 0 3px; }
.toast-quote { color: var(--ink); font-size: 12px; line-height: 1.35; }
.toast-close {
  background: none; border: none;
  color: var(--ink-muted);
  font-size: 16px; line-height: 1;
  cursor: pointer; padding: 2px 4px; border-radius: 4px;
  align-self: start;
}
.toast-close:hover { color: var(--grass-deepest); background: rgba(20, 53, 43, 0.08); }
@media (max-width: 480px) {
  .toast-stack { left: 10px; right: 10px; max-width: none; }
  .review-toast { grid-template-columns: 28px 1fr auto; padding: 9px 11px; font-size: 12px; }
  .toast-avatar { width: 26px; height: 26px; font-size: 12px; }
}
@media (prefers-reduced-motion: reduce) {
  .review-toast { animation: none; transform: none; opacity: 1; }
  .review-toast.leaving { animation: none; opacity: 0; }
}
/* ============================================================
   Mobile navigation (2026-07-16, Jesse feedback: "there was no
   navigation on mobile"). Hamburger in the header at mobile
   widths opens a clean slide-down menu with the main site links.
   ============================================================ */
.nav-burger {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  border-radius: 8px;
  color: var(--grass-deepest);
}
.nav-burger:hover { background: rgba(20, 53, 43, 0.08); }
.nav-burger svg { display: block; width: 24px; height: 24px; }
.mobile-menu {
  position: absolute;
  left: 0; right: 0; top: 100%;
  background: var(--cream-page);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 14px 30px rgba(20, 53, 43, 0.14);
  padding: 4px 0 14px;
}
.mobile-menu[hidden] { display: none; }
.mobile-menu:not([hidden]) { animation: mm-in 0.22s ease-out; }
@keyframes mm-in { from { opacity: 0; transform: translateY(-6px); } to { opacity: 1; transform: none; } }
.mobile-menu a {
  display: block;
  padding: 13px 24px;
  font-size: 15px; font-weight: 600;
  color: var(--ink);
  border-bottom: 1px solid rgba(20, 53, 43, 0.06);
}
.mobile-menu a:last-of-type { border-bottom: none; }
.mobile-menu a.mm-call {
  margin: 10px 24px 0;
  padding: 13px;
  text-align: center;
  background: var(--grass-mid);
  color: var(--cream-page);
  border-radius: 10px;
}
@media (max-width: 860px) {
  .nav-burger { display: inline-flex; }
}
@media (max-width: 480px) {
  .nav-cta { display: none; } /* call lives in topbar, menu, and sticky bar */
}
@media (prefers-reduced-motion: reduce) {
  .mobile-menu:not([hidden]) { animation: none; }
}
