:root {
--pine: #0e2a2b;
--pine-2: #143b3d;
--amber: #ffb545;
--amber-deep: #e09422;
--ink: #22312f;
--ink-soft: #52645f;
--paper: #fbfcfb;
--tint: #eef4f0;
--line: #d8e2dc;
}
* { box-sizing: border-box; }
body { margin: 0; font-family: system-ui, -apple-system, "Segoe UI", sans-serif; color: var(--ink); background: var(--paper); line-height: 1.7; }
img { max-width: 100%; height: auto; }
.wrap { max-width: 64rem; margin-inline: auto; padding-inline: 1.2rem; }
h1, h2, h3 { line-height: 1.22; color: var(--pine); }
.hl { color: var(--amber-deep); }
.site-head { background: var(--pine); position: sticky; top: 0; z-index: 20; }
.head-row { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding-block: .7rem; }
.brand { color: #fff; text-decoration: none; font-weight: 800; font-size: 1.15rem; letter-spacing: .01em; display: inline-flex; align-items: center; gap: .5rem; }
.brand em { font-style: normal; color: var(--amber); }
.brand-bars { display: inline-flex; align-items: flex-end; gap: 2px; height: 16px; }
.brand-bars i { width: 4px; background: var(--amber); border-radius: 1px; }
.brand-bars i:nth-child(1) { height: 7px; }
.brand-bars i:nth-child(2) { height: 11px; }
.brand-bars i:nth-child(3) { height: 16px; }
.nav { list-style: none; display: flex; gap: .2rem; margin: 0; padding: 0; flex-wrap: wrap; }
.nav a { color: #d7e4de; text-decoration: none; padding: .45rem .7rem; border-radius: 6px; font-size: .93rem; }
.nav a:hover, .nav a.on { color: #fff; background: var(--pine-2); }
.nav-t, .nav-b { display: none; }
@media (max-width: 820px) {
.nav-b { display: inline-flex; flex-direction: column; gap: 4px; padding: .5rem; cursor: pointer; }
.nav-b span { width: 22px; height: 2px; background: var(--amber); border-radius: 2px; }
.nav { display: none; position: absolute; left: 0; right: 0; top: 100%; background: var(--pine); flex-direction: column; padding: .5rem 1rem 1rem; }
.nav-t:checked ~ .nav { display: flex; }
nav[aria-label] { position: relative; }
}
.hero { background: linear-gradient(160deg, var(--pine) 0%, var(--pine-2) 78%); color: #eaf3ee; padding: 3.4rem 0 4.4rem; position: relative; overflow: hidden; }
.hero .kicker { color: var(--amber); font-weight: 600; margin: 0 0 .4rem; letter-spacing: .04em; }
.hero h1 { color: #fff; font-size: clamp(2rem, 5.4vw, 3.1rem); margin: 0 0 .9rem; }
.hero h1 span { color: var(--amber); }
.hero .lede { max-width: 38rem; margin: 0 0 1.4rem; color: #cfe0d8; }
.hero-bars { position: absolute; right: 4%; bottom: 0; display: flex; align-items: flex-end; gap: 10px; opacity: .33; }
.hero-bars i { width: 26px; background: var(--amber); border-radius: 4px 4px 0 0; }
.hero-bars i:nth-child(1) { height: 34px; }
.hero-bars i:nth-child(2) { height: 62px; }
.hero-bars i:nth-child(3) { height: 46px; }
.hero-bars i:nth-child(4) { height: 96px; }
.hero-bars i:nth-child(5) { height: 130px; }
@media (max-width: 640px) { .hero-bars { display: none; } }
.page-head { background: linear-gradient(160deg, var(--pine) 0%, var(--pine-2) 85%); padding: 2.2rem 0; }
.page-head h1 { color: #fff; margin: 0; font-size: clamp(1.6rem, 4vw, 2.3rem); }
.band { padding: 2.6rem 0; }
.band-tint { background: var(--tint); }
.band h2 { font-size: clamp(1.35rem, 3vw, 1.8rem); margin: 0 0 1rem; }
.band .intro { font-size: 1.06rem; max-width: 46rem; }
.band p { color: var(--ink-soft); max-width: 46rem; }
.band-cta { background: var(--pine); }
.band-cta h2 { color: #fff; }
.band-cta h2 em { font-style: normal; color: var(--amber); }
.svc-grid { display: grid; gap: 1.1rem; grid-template-columns: repeat(auto-fit, minmax(15.5rem, 1fr)); margin: 1.4rem 0; }
.svc { background: #fff; border: 1px solid var(--line); border-top: 4px solid var(--amber); border-radius: 10px; padding: 1.1rem 1.2rem; }
.svc h3 { margin: 0 0 .5rem; }
.svc p, .benefit p { margin: 0; color: var(--ink-soft); }
.benefit-list { display: grid; gap: 1.2rem; }
.benefit { background: #fff; border-left: 4px solid var(--amber); border-radius: 0 10px 10px 0; padding: 1rem 1.2rem; box-shadow: 0 1px 3px rgba(14, 42, 43, .07); }
.benefit h3 { margin: 0 0 .4rem; }
.steps { list-style: none; counter-reset: step; margin: 0; padding: 0; display: grid; gap: 1.2rem; }
.steps li { counter-increment: step; background: #fff; border: 1px solid var(--line); border-radius: 10px; padding: 1rem 1.2rem 1rem 3.6rem; position: relative; }
.steps li::before { content: counter(step); position: absolute; left: 1rem; top: 1.05rem; width: 1.8rem; height: 1.8rem; border-radius: 50%; background: var(--amber); color: var(--pine); font-weight: 800; display: grid; place-items: center; }
.steps h3 { margin: 0 0 .4rem; font-size: 1.05rem; }
.steps p { margin: 0; }
.partner { margin: .2rem 0 .4rem; font-size: 1.2rem; }
.btn { display: inline-block; padding: .7rem 1.4rem; border-radius: 8px; text-decoration: none; font-weight: 700; border: 0; cursor: pointer; font-size: 1rem; }
.btn-amber { background: var(--amber); color: var(--pine); }
.btn-amber:hover { background: var(--amber-deep); color: #fff; }
.btn-teal { background: var(--pine); color: #fff; }
.btn-teal:hover { background: var(--pine-2); }
form.enquiry, form.audit-form { display: grid; gap: .9rem; max-width: 30rem; margin-top: 1.4rem; }
form label { display: grid; gap: .3rem; font-weight: 600; color: var(--pine); }
.band-cta form label { color: #eaf3ee; }
.band-cta .audit-note { color: #eaf3ee; margin: 6px 0 20px; max-width: 60ch; }
form input, form textarea { padding: .65rem .8rem; font: inherit; border: 1px solid var(--line); border-radius: 8px; background: #fff; width: 100%; }
form .hp { position: absolute !important; left: -9999px !important; }
[data-lead-success] { color: #1c7a4c; font-weight: 600; }
.band-cta [data-lead-success] { color: var(--amber); }
[data-lead-error] { color: #b3261e; font-weight: 600; }
.site-foot { background: var(--pine); color: #cfe0d8; margin-top: 2rem; }
.foot-grid { display: flex; justify-content: space-between; align-items: center; gap: 1rem; flex-wrap: wrap; padding-block: 1.6rem; }
.foot-strap { margin: 0; font-weight: 700; color: #fff; }
.foot-loc { margin: .2rem 0 0; font-size: .93rem; }
.foot-base { border-top: 1px solid rgba(255, 255, 255, .12); padding-block: .9rem; }
.foot-base p { margin: 0; font-size: .88rem; }
.site-foot a { color: var(--amber); }
@media (prefers-reduced-motion: reduce) {
*, *::before, *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
}