:root{--green:#80ba27;--green-dark:#5e9414;--dark:#20251f;--dark2:#151915;--ink:#283127;--muted:#6b7468;--light:#f5f7f2;--line:#e1e7db;--max:1180px;--radius:10px;--shadow:0 18px 45px rgba(26,34,23,.09)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--ink);line-height:1.65;background:#fff}img{max-width:100%;height:auto}a{color:#4f8310;text-decoration:none}a:hover{text-decoration:underline}.container{width:min(var(--max),calc(100% - 36px));margin:auto}.site-header{background:rgba(255,255,255,.97);border-bottom:1px solid #e7eadf;position:sticky;top:0;z-index:50;backdrop-filter:blur(10px)}.nav-wrap{min-height:94px;display:flex;align-items:center;gap:28px}.logo img{width:220px;max-height:80px;object-fit:contain}.nav{margin-left:auto;display:flex;gap:18px;align-items:center}.nav a{color:#222;font-weight:700;font-size:14px}.nav .cta,.btn{background:var(--green);color:#fff;padding:11px 18px;border-radius:5px;display:inline-block;font-weight:800;border:0;cursor:pointer}.btn:hover,.nav .cta:hover{background:var(--green-dark);text-decoration:none}.menu-toggle{display:none;margin-left:auto;border:1px solid var(--line);background:white;border-radius:6px;padding:10px 12px;font-weight:800}.hero{min-height:540px;display:grid;align-items:end;background:linear-gradient(90deg,rgba(17,25,16,.88),rgba(17,25,16,.26)),url('../images/hero.jpg') center/cover}.hero-copy{padding:84px 0;color:#fff;max-width:780px}.hero h1{font-size:clamp(40px,6vw,70px);line-height:1.01;margin:0 0 18px;text-transform:uppercase;letter-spacing:-.035em}.hero p{font-size:20px;max-width:680px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap}.btn.secondary{background:transparent;border:1px solid rgba(255,255,255,.65)}.section{padding:70px 0}.section.alt{background:var(--light)}h1,h2,h3{color:#20251f}h2{font-size:34px;line-height:1.15;margin:0 0 20px;text-transform:uppercase;letter-spacing:-.02em}h3{line-height:1.2}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.card{border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;background:#fff;box-shadow:0 8px 28px rgba(30,42,25,.04)}.card img{width:100%;height:205px;object-fit:cover}.card-body{padding:22px}.card h3{margin-top:0}.eyebrow{color:#608f20;text-transform:uppercase;font-weight:900;letter-spacing:.09em;font-size:13px}.split{display:grid;grid-template-columns:1.1fr .9fr;gap:55px;align-items:center}.split img{width:100%;border-radius:var(--radius);box-shadow:var(--shadow)}.trust{background:var(--dark);color:#fff}.trust .grid{grid-template-columns:repeat(4,1fr)}.trust strong{font-size:25px;display:block;color:#a7d763}.page-hero{background:linear-gradient(110deg,#20251f,#303a2b);color:#fff;padding:72px 0}.page-hero h1{font-size:clamp(38px,5vw,54px);line-height:1.05;margin:6px 0 0;color:#fff;text-transform:uppercase;letter-spacing:-.025em}.page-hero p{font-size:18px;max-width:760px;color:#d9e0d5}.content-layout{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:55px;align-items:start}.content{max-width:900px}.prose{font-size:17px}.prose h2{margin-top:42px;font-size:30px}.prose h3{margin-top:30px;font-size:23px}.prose img{border-radius:8px;margin:18px auto;display:block}.prose ul,.prose ol{padding-left:24px}.prose blockquote{border-left:4px solid var(--green);margin:26px 0;padding:4px 0 4px 20px;color:#566052}.sidebar{position:sticky;top:120px}.sidebar-box{background:var(--light);border:1px solid var(--line);border-radius:var(--radius);padding:24px;margin-bottom:18px}.sidebar-box h3{margin-top:0}.service-list{list-style:none;padding:0;margin:0}.service-list li{border-top:1px solid #dde3d7;padding:9px 0}.service-list li:first-child{border-top:0}.post-meta{font-size:14px;color:var(--muted);margin:10px 0 28px}.post-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.post-card{border:1px solid var(--line);border-radius:var(--radius);background:#fff;padding:23px;display:flex;flex-direction:column}.post-card h3{margin:3px 0 12px}.post-card .post-meta{margin:0 0 10px}.post-card a.more{margin-top:auto;font-weight:800}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.field{display:flex;flex-direction:column;gap:6px}.field.full{grid-column:1/-1}.field label{font-weight:800}input,textarea,select{font:inherit;padding:12px;border:1px solid #cbd2c4;border-radius:5px;background:white}textarea{min-height:160px}.checks{display:grid;grid-template-columns:1fr 1fr;gap:8px}.checks label{font-weight:400}.notice{padding:13px 16px;border-radius:5px;background:#eef7e5;border:1px solid #cfe6b5}.notice.error{background:#fff0ed;border-color:#efc6bc}.footer{background:var(--dark2);color:#dce2d8;padding:48px 0 28px}.footer a{color:#a7d763}.footer-row{display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:35px}.footer h3{color:white;margin-top:0}.footer-bottom{border-top:1px solid #333b31;margin-top:30px;padding-top:22px;font-size:14px;color:#aeb7aa;display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap}.badge{width:72px}.hp{position:absolute;left:-9999px}.breadcrumb{font-size:14px;margin-bottom:12px}.breadcrumb a{color:#c3d7b3}.cta-band{background:#eef5e7;border-top:1px solid #dde9d3;border-bottom:1px solid #dde9d3}.cta-row{display:flex;justify-content:space-between;gap:28px;align-items:center}.cta-row h2{margin:0}.pagination-note{font-size:14px;color:var(--muted)}.not-found{text-align:center;padding:110px 0}.skip-link{position:absolute;left:-999px;top:auto}.skip-link:focus{left:14px;top:14px;background:white;padding:10px;z-index:100}@media(max-width:900px){.menu-toggle{display:block}.nav{display:none;position:absolute;left:0;right:0;top:80px;background:white;border-bottom:1px solid var(--line);padding:16px 20px;flex-direction:column;align-items:stretch}.nav.open{display:flex}.nav-wrap{min-height:80px}.logo img{width:190px}.grid,.trust .grid,.split,.post-grid,.content-layout,.footer-row{grid-template-columns:1fr}.sidebar{position:static}.hero{min-height:470px}.section{padding:52px 0}.form-grid{grid-template-columns:1fr}.field.full{grid-column:auto}.checks{grid-template-columns:1fr}.page-hero h1{font-size:38px}.cta-row{display:block}.cta-row .btn{margin-top:12px}}
/* Temporary text brand mark until the client final logo is supplied */
.text-logo{display:inline-grid;grid-template-columns:auto auto;grid-template-rows:auto auto;align-items:end;column-gap:9px;line-height:1;text-decoration:none!important;color:var(--dark);min-width:245px}.logo-crowe{grid-row:1/3;font-size:34px;font-weight:900;letter-spacing:-2px;color:var(--green);line-height:.86}.logo-tree{font-size:17px;font-weight:900;letter-spacing:.055em;color:var(--dark)}.logo-tag{font-size:9px;font-weight:800;letter-spacing:.22em;color:#727a6e;margin-top:4px}.footer-logo{margin-bottom:16px}.footer-logo .logo-tree{color:#fff}.footer-logo .logo-tag{color:#aeb7aa}@media(max-width:900px){.text-logo{min-width:215px;column-gap:7px}.logo-crowe{font-size:30px}.logo-tree{font-size:15px}.logo-tag{font-size:8px}}

/* v3 brand and homepage hero corrections */
.hero h1{color:#fff}
.hero p{color:#fff}
.hero .eyebrow{color:#a7d763}
.footer-logo-image{display:inline-block;background:#fff;padding:10px 12px;border-radius:7px;margin-bottom:16px}
.footer-logo-image img{display:block;width:240px;max-width:100%;height:auto}
@media(max-width:900px){.footer-logo-image img{width:210px}}
