
:root {
  --green: #7baa22;
  --orange: #f28a22;
  --ink: #283238;
  --muted: #66737a;
  --line: #e4e8df;
  --soft: #f6f8f1;
}
* { box-sizing: border-box; }
body { margin: 0; font-family: Arial, Helvetica, sans-serif; color: var(--ink); background: #fff; line-height: 1.65; }
a { color: #4f7f16; text-decoration: none; }
a:hover { color: var(--orange); }
img { max-width: 100%; height: auto; display: block; }
.container { width: min(1160px, calc(100% - 32px)); margin: 0 auto; }
.topbar { background: #314026; color: #fff; padding: 7px 0; font-size: 13px; }
.site-header { position: sticky; top: 0; z-index: 20; background: #fff; border-bottom: 1px solid var(--line); box-shadow: 0 3px 14px rgba(30, 42, 30, .08); }
.nav-row { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand img { width: 190px; max-height: 62px; object-fit: contain; }
.main-nav { display: flex; align-items: center; gap: 18px; font-size: 14px; font-weight: 700; flex-wrap: wrap; justify-content: flex-end; }
.main-nav a { color: var(--ink); }
.menu-toggle { display: none; border: 1px solid var(--line); background: #fff; width: 46px; height: 42px; }
.hero { min-height: 620px; background: var(--hero-image) center / cover no-repeat; color: #fff; }
.hero-overlay { min-height: 620px; background: linear-gradient(90deg, rgba(31, 43, 30, .82), rgba(31, 43, 30, .25)); display: flex; align-items: center; }
.hero-content { padding: 72px 0; }
.eyebrow { margin: 0 0 12px; color: #d8ef9d; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.hero h1 { margin: 0; font-size: 66px; line-height: 1.04; max-width: 760px; }
.hero p:not(.eyebrow) { max-width: 620px; margin: 20px 0 0; font-size: 20px; }
.hero-actions { display: flex; gap: 12px; margin-top: 28px; flex-wrap: wrap; }
.button, .contact-form button { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 11px 18px; border: 1px solid var(--green); background: var(--green); color: #fff; font-weight: 700; }
.button.ghost { background: rgba(255, 255, 255, .14); border-color: rgba(255, 255, 255, .8); }
.button.small { margin-top: 12px; min-height: 38px; padding: 8px 14px; }
.button:hover, .contact-form button:hover { background: var(--orange); border-color: var(--orange); color: #fff; }
.page-hero { background: linear-gradient(120deg, #314026, #7baa22); color: #fff; padding: 70px 0; }
.page-hero h1 { margin: 0; font-size: 42px; line-height: 1.15; max-width: 900px; }
.section { padding: 56px 0; }
.section:nth-of-type(even) { background: var(--soft); }
.section-image { background: linear-gradient(rgba(255,255,255,.9), rgba(255,255,255,.9)), var(--section-bg) center / cover; }
.section h2 { margin: 0 0 18px; font-size: 34px; line-height: 1.2; }
.lead { max-width: 880px; margin: 0 auto 28px; color: var(--muted); font-size: 18px; text-align: center; }
.lead-lite { margin: 0 0 12px; font-weight: 700; }
.grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(245px, 1fr)); gap: 26px; align-items: start; }
.grid.single { grid-template-columns: 1fr; }
.column > * + * { margin-top: 24px; }
.rich-text h2, .rich-text h3, .info-card h3, .article-card h3 { margin: 0 0 12px; line-height: 1.25; }
.rich-text p:first-child { margin-top: 0; }
.rich-text ul { padding-left: 20px; }
.media-figure { margin: 0; }
.media-figure img, .article-card img, .gallery-card img, .article-main-image { width: 100%; object-fit: cover; border-radius: 4px; }
.media-figure figcaption { color: var(--muted); font-size: 14px; margin-top: 8px; }
.info-card, .article-card, .gallery-card, .callout, .testimonial, .visform { background: #fff; border: 1px solid var(--line); border-radius: 6px; padding: 22px; }
.callout { background: #314026; color: #fff; }
.feature-icon { width: 70px; height: 70px; object-fit: contain; margin-bottom: 14px; }
.article-grid, .gallery-grid, .testimonial-grid, .logo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 24px; }
.article-card { padding: 0; overflow: hidden; }
.article-card img, .gallery-card img { aspect-ratio: 16 / 10; }
.article-card-body { padding: 20px; }
.meta { color: var(--muted); margin: 0 0 8px; font-size: 14px; }
.article-layout { max-width: 920px; }
.article-main-image { max-height: 560px; margin: 22px 0; }
.accordion details { border: 1px solid var(--line); background: #fff; padding: 14px 18px; margin-bottom: 10px; }
.accordion summary { cursor: pointer; font-weight: 700; }
.table-wrap { overflow-x: auto; }
table { width: 100%; border-collapse: collapse; background: #fff; }
th { background: var(--green); color: #fff; }
th, td { border: 1px solid var(--line); padding: 14px 16px; vertical-align: top; }
.contact-form { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.contact-form label { display: grid; gap: 6px; font-weight: 700; }
.contact-form input, .contact-form textarea { width: 100%; border: 1px solid var(--line); padding: 12px 14px; font: inherit; }
.contact-form textarea, .contact-form .check, .contact-form button { grid-column: 1 / -1; }
.check { display: flex !important; grid-template-columns: none !important; align-items: center; gap: 8px; font-weight: 400 !important; }
.map-frame iframe { width: 100%; min-height: 380px; border: 0; border-radius: 6px; }
.logo-tile { display: flex; align-items: center; justify-content: center; min-height: 110px; border: 1px solid var(--line); padding: 16px; background: #fff; }
.logo-tile img { max-height: 80px; width: auto; }
.avatar { width: 78px; height: 78px; border-radius: 50%; object-fit: cover; margin-bottom: 12px; }
.site-footer { background: #26331f; color: #edf5e3; padding: 40px 0; }
.footer-grid { display: grid; grid-template-columns: 160px 1fr 1fr; gap: 28px; align-items: center; }
.footer-grid img { max-height: 105px; width: auto; }
.contact-list { list-style: none; padding: 0; margin: 0; }
.sitemap { columns: 2; }
@media (max-width: 860px) {
  .nav-row { min-height: 72px; }
  .main-nav { display: none; position: absolute; left: 0; right: 0; top: 100%; background: #fff; padding: 16px; border-bottom: 1px solid var(--line); }
  .main-nav.open { display: grid; gap: 12px; }
  .menu-toggle { display: inline-flex; align-items: center; justify-content: center; }
  .hero, .hero-overlay { min-height: 520px; }
  .hero h1 { font-size: 44px; }
  .page-hero h1 { font-size: 34px; }
  .contact-form, .footer-grid { grid-template-columns: 1fr; }
  .sitemap { columns: 1; }
}
