:root {
  --forest-dark: #173124;
  --forest: #2e5c45;
  --gold: #b88a2f;
  --cream: #f8f3e7;
  --paper: #fffdf8;
  --text: #17211d;
  --muted: #5e675f;
  --line: rgba(23, 49, 36, 0.14);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Arial, Helvetica, sans-serif; line-height: 1.6; color: var(--text); background: var(--cream); }
a { color: var(--forest); text-underline-offset: 0.18em; }
a:hover { color: var(--gold); }
img { display: block; max-width: 100%; height: auto; }
.container { width: min(1120px, calc(100% - 2rem)); margin: 0 auto; }
.narrow { max-width: 860px; }
.site-header { position: sticky; top: 0; z-index: 10; background: rgba(255, 253, 248, 0.96); border-bottom: 1px solid var(--line); }
.header-inner { display: flex; flex-direction: column; gap: 0.85rem; padding: 1rem 0; }
.brand { display: inline-flex; align-items: center; gap: 0.55rem; color: var(--forest-dark); text-decoration: none; font-weight: 800; }
.brand-logo { width: 42px; height: 42px; border-radius: 8px; flex: 0 0 auto; }
.brand-name { line-height: 1.1; }
.site-nav { display: flex; flex-wrap: wrap; gap: 0.35rem 0.9rem; font-size: 0.94rem; font-weight: 700; }
.site-nav a { text-decoration: none; }
.page-hero { padding: 3.2rem 0 2rem; background: linear-gradient(180deg, #fffdf8 0%, var(--cream) 100%); }
.hero-after { padding-top: 1rem; }
.eyebrow { margin: 0 0 0.35rem; font-size: 0.78rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--gold); font-weight: 800; }
h1, h2, h3 { line-height: 1.2; color: var(--forest-dark); }
h1 { font-size: clamp(1.8rem, 4vw, 3.1rem); margin: 0; max-width: 940px; }
h2 { font-size: clamp(1.28rem, 2.4vw, 1.85rem); margin: 0 0 0.75rem; }
h3 { margin: 0 0 0.5rem; font-size: 1.08rem; }
p { margin-top: 0; }
.lead { margin: 1rem 0 0; color: var(--muted); font-size: 1.08rem; max-width: 820px; }
.section { padding: 2.2rem 0; }
.alt-bg { background: rgba(255, 255, 255, 0.48); }
.split, .hero-grid { display: grid; gap: 1.4rem; align-items: start; }
.panel, .card, .media { background: var(--paper); border: 1px solid var(--line); border-radius: 8px; box-shadow: 0 8px 24px rgba(23, 49, 36, 0.05); }
.panel, .card { padding: 1.1rem; }
.media { overflow: hidden; }
.media img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; }
.card-grid { display: grid; grid-template-columns: 1fr; gap: 1rem; }
.card p { color: var(--muted); }
.icon-card::before {
  content: "";
  display: inline-block;
  width: 2rem;
  height: 2rem;
  margin-bottom: 0.65rem;
  border-radius: 8px;
  background: var(--forest);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1.25rem 1.25rem;
}
.icon-tree::before { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3 5 13h4l-3 5h12l-3-5h4L12 3Z'/%3E%3Cpath d='M12 18v3'/%3E%3C/svg%3E"); }
.icon-risk::before { background-color: #8f5b24; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3 2 21h20L12 3Z'/%3E%3Cpath d='M12 9v5'/%3E%3Cpath d='M12 17h.01'/%3E%3C/svg%3E"); }
.icon-doc::before { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M7 3h7l4 4v14H7V3Z'/%3E%3Cpath d='M14 3v5h5'/%3E%3Cpath d='M9 13h6'/%3E%3Cpath d='M9 17h6'/%3E%3C/svg%3E"); }
.icon-price::before { background-color: #6c6f2d; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 12V7a2 2 0 0 0-2-2h-5L4 14l6 6 10-8Z'/%3E%3Cpath d='M16 8h.01'/%3E%3C/svg%3E"); }
.icon-haul::before { background-color: #345d6d; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 7h11v9H3z'/%3E%3Cpath d='M14 10h4l3 3v3h-7'/%3E%3Ccircle cx='7' cy='18' r='2'/%3E%3Ccircle cx='17' cy='18' r='2'/%3E%3C/svg%3E"); }
.icon-tool::before { background-color: #4f6a3a; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14 6 8 12'/%3E%3Cpath d='m5 15 4 4'/%3E%3Cpath d='m9 19 10-10-4-4L5 15'/%3E%3C/svg%3E"); }
.check-list, .contact-list { padding-left: 1.15rem; }
.check-list li { margin-bottom: 0.45rem; }
.contact-list { list-style: none; padding-left: 0; }
.contact-list li { padding: 0.35rem 0; border-bottom: 1px solid var(--line); }
.cta-row, .inline-list { display: flex; flex-wrap: wrap; gap: 0.75rem; align-items: center; }
.cta-row { margin-top: 1.25rem; }
.button { display: inline-block; padding: 0.72rem 0.95rem; border-radius: 8px; text-decoration: none; font-weight: 800; border: 1px solid transparent; }
.button.primary { background: var(--forest-dark); color: #fff; }
.button.secondary { background: #fff; color: var(--forest-dark); border-color: var(--line); }
.pill-list, .inline-list { list-style: none; padding: 0; }
.pill-list { display: flex; flex-wrap: wrap; gap: 0.55rem; }
.pill-list li { background: var(--forest); color: #fff; padding: 0.42rem 0.65rem; border-radius: 8px; font-size: 0.95rem; }
.faq-list { display: grid; gap: 0.75rem; }
.faq-list details { background: var(--paper); border: 1px solid var(--line); border-radius: 8px; padding: 0.85rem 1rem; }
.faq-list summary { cursor: pointer; font-weight: 800; }
.faq-list p { margin: 0.65rem 0 0; color: var(--muted); }
.contact-band { background: var(--forest-dark); color: #fff; }
.contact-band h2, .contact-band a { color: #fff; }
.contact-band p { color: rgba(255, 255, 255, 0.86); }
.site-footer { background: #10251b; color: rgba(255, 255, 255, 0.84); padding: 1.4rem 0; }
.footer-grid { display: grid; gap: 0.75rem; }
.site-footer p { margin: 0; }
.site-footer nav { display: flex; flex-wrap: wrap; gap: 0.75rem; }
.site-footer a { color: #fff; }
@media (min-width: 780px) {
  .header-inner { flex-direction: row; justify-content: space-between; align-items: center; }
  .split, .hero-grid { grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr); }
  .card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer-grid { grid-template-columns: 1fr auto; align-items: center; }
}
