:root {
--sage: #82A85F;
--sage-deep: #5C7A3F;
--sage-wash: #F1F5EB;
--slate: #54595F;
--ink: #262B24;
--apricot: #EDB590;
--paper: #FDFDFB;
--line: #E2E6DC;
--max: 1120px;
--a11y-accent: var(--sage-deep);
--a11y-accent-strong: #4A6333;
--a11y-accent-ink: #fff;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
margin: 0; background: var(--paper); color: var(--ink);
font: 16px/1.65 -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}
img { max-width: 100%; height: auto; }
a { color: var(--sage-deep); }
.wrap { max-width: var(--max); margin: 0 auto; padding: 0 20px; }
h1, h2, h3 { line-height: 1.2; color: var(--ink); text-wrap: balance; }
h1 { font-size: clamp(1.9rem, 4.5vw, 2.9rem); margin: 0 0 .5em; }
h2 { font-size: clamp(1.5rem, 3vw, 2.1rem); margin: 1.6em 0 .5em; }
h3 { font-size: 1.15rem; margin: 1.2em 0 .4em; }
.eyebrow {
text-transform: uppercase; letter-spacing: .12em; font-size: .78rem;
font-weight: 700; color: var(--sage-deep); margin: 0 0 .6em;
}
.lede { font-size: 1.13rem; color: var(--slate); max-width: 62ch; }
.site-header { background: #fff; border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 50; }
.site-header .wrap { display: flex; align-items: center; gap: 18px; min-height: 68px; }
.brand { display: flex; align-items: center; gap: 10px; text-decoration: none; color: var(--ink); font-weight: 800; font-size: 1.05rem; }
.brand img { width: 46px; height: 46px; }
.site-nav { margin-left: auto; display: flex; align-items: center; gap: 4px; flex-wrap: wrap; }
.site-nav a { text-decoration: none; color: var(--slate); font-weight: 600; padding: 8px 12px; border-radius: 8px; }
.site-nav a:hover { background: var(--sage-wash); color: var(--sage-deep); }
body[data-page="home"] .site-nav a[href="/"],
body[data-page="services"] .site-nav a[href="/services/"],
body[data-page="blog"] .site-nav a[href="/blog/"],
body[data-page="about"] .site-nav a[href="/about/"] { background: var(--sage-wash); color: var(--sage-deep); }
.nav-phone { color: var(--sage-deep) !important; font-variant-numeric: tabular-nums; white-space: nowrap; }
.nav-cta { background: var(--sage-deep); color: #fff !important; padding: 10px 18px !important; border-radius: 999px; }
.nav-cta:hover { background: #4A6333 !important; color: #fff !important; }
.btn { display: inline-block; padding: 12px 24px; border-radius: 999px; font-weight: 700; text-decoration: none; }
.btn-primary { background: var(--sage-deep); color: #fff; }
.btn-primary:hover { background: #4A6333; }
.btn-ghost { border: 2px solid var(--sage-deep); color: var(--sage-deep); }
.btn-ghost:hover { background: var(--sage-wash); }
.hero { background: linear-gradient(180deg, var(--sage-wash), var(--paper)); padding: 56px 0 40px; }
.hero-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 40px; align-items: center; }
.hero-grid img { border-radius: 14px; box-shadow: 0 12px 32px rgba(38,43,36,.14); }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 22px; }
.hero-note { margin-top: 18px; padding: 14px 16px; background: #fff; border: 1px solid var(--line); border-left: 4px solid var(--sage); border-radius: 10px; color: var(--slate); }
.section { padding: 48px 0; }
.section-alt { background: var(--sage-wash); }
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 26px; }
.card { background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 26px 22px; }
.card img.icon { width: 54px; height: 54px; margin-bottom: 10px; }
.card h3 { margin-top: 0; }
.card .card-link { font-weight: 700; text-decoration: none; }
.areas-list { display: flex; flex-wrap: wrap; gap: 10px; margin: 18px 0 0; padding: 0; list-style: none; }
.areas-list li { background: #fff; border: 1px solid var(--line); border-radius: 999px; padding: 8px 18px; font-weight: 600; color: var(--slate); }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 36px; align-items: center; margin-top: 26px; }
.split img { border-radius: 14px; }
.cta-band { background: var(--sage-deep); color: #fff; padding: 44px 0; }
.cta-band h2 { color: #fff; margin-top: 0; }
.cta-band .btn-primary { background: #fff; color: var(--sage-deep); }
.cta-band .btn-primary:hover { background: var(--sage-wash); }
.enquiry { padding: 52px 0; }
.enquiry-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 40px; }
form.lead { display: grid; gap: 14px; background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 26px; }
form.lead label { font-weight: 700; font-size: .92rem; display: grid; gap: 6px; }
form.lead input, form.lead textarea, form.lead select {
font: inherit; padding: 11px 12px; border: 1px solid #C9D0C0; border-radius: 8px; background: #fff; width: 100%;
}
form.lead input:focus, form.lead textarea:focus, form.lead select:focus { outline: 3px solid rgba(130,168,95,.45); border-color: var(--sage-deep); }
form.lead ::placeholder { color: rgba(84,89,95,.35); }
.form-status { font-weight: 700; }
.hp-row { position: absolute; left: -9999px; }
.post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 26px; }
.post-card { background: #fff; border: 1px solid var(--line); border-radius: 14px; overflow: hidden; display: flex; flex-direction: column; }
.post-card img { aspect-ratio: 16/9; object-fit: cover; }
.post-card .pc-body { padding: 18px 20px 22px; display: flex; flex-direction: column; gap: 8px; }
.post-card h3 { margin: 0; font-size: 1.05rem; }
.post-card a { text-decoration: none; color: var(--ink); }
.post-card a:hover h3 { color: var(--sage-deep); }
.post-card .pc-date { color: var(--slate); font-size: .85rem; }
.post-body { max-width: 760px; }
.post-body figure { margin: 26px 0; }
.post-body img { border-radius: 12px; }
.post-body h2 { margin-top: 1.5em; }
.post-body ul, .post-body ol { padding-left: 1.3em; }
.post-hero { margin: 8px 0 6px; }
.post-meta { color: var(--slate); font-size: .9rem; margin-bottom: 20px; }
.pagination { display: flex; gap: 14px; margin-top: 34px; font-weight: 700; }
.site-footer { background: var(--slate); color: #E6E8EA; margin-top: 56px; padding: 40px 0 26px; }
.site-footer a { color: #fff; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 30px; }
.site-footer .fine { border-top: 1px solid rgba(255,255,255,.18); margin-top: 28px; padding-top: 16px; font-size: .85rem; color: #C6CACE; }
.site-footer ul { list-style: none; margin: 8px 0 0; padding: 0; display: grid; gap: 6px; }
.interval-helper { background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 24px; margin-top: 24px; }
.interval-helper .chips { display: flex; flex-wrap: wrap; gap: 10px; margin: 10px 0 4px; }
.interval-helper button.chip {
font: inherit; font-weight: 600; padding: 9px 16px; border-radius: 999px;
border: 1.5px solid var(--sage-deep); background: #fff; color: var(--sage-deep); cursor: pointer;
}
.interval-helper button.chip[aria-pressed="true"] { background: var(--sage-deep); color: #fff; }
.interval-helper .ih-result { margin-top: 12px; font-weight: 600; color: var(--ink); min-height: 1.4em; }
@media (max-width: 860px) {
.hero-grid, .enquiry-grid, .split { grid-template-columns: 1fr; }
.cards, .post-grid { grid-template-columns: 1fr; }
.footer-grid { grid-template-columns: 1fr; }
.site-header .wrap { flex-wrap: wrap; padding-top: 10px; padding-bottom: 10px; }
.site-nav { margin-left: 0; }
}
@media (prefers-reduced-motion: reduce) {
html { scroll-behavior: auto; }
}
html.a11y-reduce-motion { scroll-behavior: auto; }