:root{--ink:#20251C;--pri:#4C6B2E;--acc:#D08A22;--surf:#F6F7F2;--line:#DCE0D0;--mut:#5F6A55}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:'IBM Plex Sans', system-ui, sans-serif;color:var(--ink);background:#fff;line-height:1.65;font-size:17px;-webkit-font-smoothing:antialiased}
h1,h2,h3,h4{font-family:'Vollkorn', Georgia, serif;line-height:1.18;margin:0 0 .5em;font-weight:700;letter-spacing:-.01em}
h1{font-size:clamp(2rem,4.6vw,2.9rem)} h2{font-size:clamp(1.5rem,3vw,2.15rem)} h3{font-size:1.22rem}
p{margin:0 0 1.05em} a{color:var(--pri)}
.wrap-bbee{max-width:1160px;margin:0 auto;padding:0 22px}
.btn-bbee{display:inline-block;padding:15px 28px;border-radius:999px;font-weight:700;text-decoration:none;font-size:1.02rem;transition:.15s;border:2px solid transparent}
.btn-p-bbee{background:var(--acc);color:var(--ink);border-color:var(--acc)}
.btn-p-bbee:hover{filter:brightness(1.08)}
.btn-o-bbee{background:transparent;color:#fff;border-color:rgba(255,255,255,.6)}
.btn-o-bbee:hover{background:rgba(255,255,255,.13)}
.btn-d-bbee{background:var(--pri);color:#fff;border-color:var(--pri)}
/* header */
.skip-bbee{position:absolute;left:-9999px;top:0;background:var(--acc);color:var(--ink);padding:12px 18px;
  font-weight:700;z-index:200;border-radius:0 0 6px 0}
.skip-bbee:focus{left:0}
a:focus-visible,button:focus-visible,summary:focus-visible,input:focus-visible,
select:focus-visible,textarea:focus-visible{outline:3px solid var(--acc);outline-offset:2px}
header{background:#fff;border-bottom:1px solid var(--line);position:sticky;top:0;z-index:50}
.hd-bbee{display:flex;align-items:center;gap:20px;padding:11px 0}
.hd-bbee img.logo-bbee{height:52px;width:auto}
nav.main-bbee{margin-left:auto;display:flex;gap:15px;align-items:center;flex-wrap:wrap;justify-content:flex-end}
nav.main-bbee a{color:var(--ink);text-decoration:none;font-weight:600;font-size:.9rem;white-space:nowrap}
nav.main-bbee a:hover{color:var(--pri)}
.tel-bbee{font-weight:800;color:var(--pri);text-decoration:none;white-space:nowrap;font-size:1.05rem}
/* hero */
.hero-bbee{position:relative;color:#fff;overflow:hidden;background:var(--ink)}
.hero-bbee .bg-bbee{position:absolute;inset:0;background-size:cover;background-position:center 42%}
.hero-bbee .bg-bbee::after{content:"";position:absolute;inset:0;
  background:linear-gradient(100deg,rgba(0,0,0,.82) 0%,rgba(0,0,0,.62) 46%,rgba(0,0,0,.30) 100%)}
.hero-bbee.solid-bbee{background:linear-gradient(135deg,var(--ink) 0%,var(--pri) 140%)}
.hero-bbee .wrap-bbee{position:relative;z-index:1;padding:78px 22px 72px;max-width:860px;margin-left:auto;margin-right:auto}
.hero-bbee h1{color:#fff;margin-bottom:.35em}
.hero-bbee p.lede-bbee{font-size:1.16rem;opacity:.95;margin-bottom:1.6em}
.hero-bbee .cta-bbee{display:flex;gap:13px;flex-wrap:wrap}
.eyebrow-bbee{display:inline-block;background:var(--acc);color:var(--ink);font-weight:800;font-size:.76rem;letter-spacing:.11em;text-transform:uppercase;padding:6px 13px;border-radius:4px;margin-bottom:16px}
/* trust */
.trust-bbee{background:var(--surf);border-bottom:1px solid var(--line)}
.trust-bbee ul{display:flex;flex-wrap:wrap;gap:10px 30px;list-style:none;margin:0;padding:15px 0;justify-content:center;font-size:.9rem;font-weight:600;color:var(--mut)}
.trust-bbee li::before{content:"✓ ";color:var(--pri);font-weight:900}
section{padding:54px 0} section.alt-bbee{background:var(--surf)}
.lead-bbee{max-width:730px;margin:0 auto 40px;text-align:center;color:var(--mut);font-size:1.06rem}
.grid-bbee{display:grid;gap:20px} .g3-bbee{grid-template-columns:repeat(auto-fit,minmax(285px,1fr))}
.g2-bbee{grid-template-columns:repeat(auto-fit,minmax(330px,1fr))}
.card-bbee{background:#fff;border:1px solid var(--line);border-radius:10px;padding:26px;transition:.15s}
.card-bbee:hover{border-color:var(--pri);transform:translateY(-2px);box-shadow:0 6px 20px rgba(0,0,0,.07)}
.card-bbee h3{margin-bottom:.4em} .card-bbee p{color:var(--mut);font-size:.97rem;margin-bottom:.7em}
.card-bbee a.more-bbee{font-weight:700;text-decoration:none;font-size:.94rem}
.ico-bbee{width:46px;height:46px;border-radius:9px;background:var(--surf);display:flex;align-items:center;justify-content:center;margin-bottom:14px;font-size:1.35rem}
.split-bbee{display:grid;grid-template-columns:1fr 1fr;gap:30px;align-items:center}
.split-bbee:has(> .prose-bbee),.split-bbee:has(> article.prose-bbee){align-items:start;grid-template-columns:1.25fr .85fr}
.split-bbee img{width:100%;border-radius:10px;display:block;aspect-ratio:3/2;object-fit:cover;
  background:var(--surf);box-shadow:0 2px 14px rgba(0,0,0,.10)}
figure.shot-bbee{margin:0} figure.shot-bbee figcaption{font-size:.83rem;color:var(--mut);margin-top:9px}
.band-bbee{background:var(--pri);color:#fff;text-align:center;padding:52px 0}
.band-bbee h2{color:#fff} .band-bbee p{opacity:.93;max-width:620px;margin:0 auto 24px}
details{border-bottom:1px solid var(--line);padding:17px 0}
details summary{font-weight:700;cursor:pointer;font-size:1.04rem;list-style:none}
details summary::-webkit-details-marker{display:none}
details summary::before{content:"+ ";color:var(--pri);font-weight:900}
details[open] summary::before{content:"– "}
details p{margin:12px 0 0;color:var(--mut)}
.arealist-bbee{display:flex;flex-wrap:wrap;gap:9px;list-style:none;padding:0;margin:0}
.arealist-bbee a{display:block;padding:9px 16px;background:#fff;border:1px solid var(--line);border-radius:20px;text-decoration:none;font-weight:600;font-size:.92rem}
.arealist-bbee a:hover{border-color:var(--pri);background:var(--surf)}
.hoodgrid-bbee{display:grid;grid-template-columns:repeat(auto-fill,minmax(230px,1fr));gap:12px;list-style:none;padding:0;margin:20px 0 0}
.hoodgrid-bbee a{display:block;padding:13px 16px;background:#fff;border:1px solid var(--line);border-radius:10px;
 text-decoration:none;font-weight:700;font-size:.95rem;color:var(--ink)}
.hoodgrid-bbee a span{display:block;font-weight:400;font-size:.82rem;color:var(--mut);margin-top:3px}
.hoodgrid-bbee a:hover{border-color:var(--pri);background:var(--surf)}
.yesbox-bbee{border-left:4px solid var(--pri);background:var(--surf);padding:16px 20px;margin:0 0 26px;border-radius:0 8px 8px 0}
.yesbox-bbee p{margin:0;font-size:1.06rem;line-height:1.65}
.sources-bbee{margin:34px 0 0;padding:16px 20px;border:1px solid var(--line);border-radius:10px;background:var(--surf)}
.sources-bbee h3{font-size:.83rem;letter-spacing:.09em;text-transform:uppercase;color:var(--mut);
 margin:0 0 10px;font-family:inherit;font-weight:700}
.sources-bbee ul{margin:0;padding:0;list-style:none}
.sources-bbee li{font-size:.9rem;line-height:1.55;margin:0 0 9px}
.sources-bbee li:last-child{margin-bottom:0}
.sources-bbee a{color:var(--pri);font-weight:600}
.sources-bbee span{color:var(--mut);display:block;font-size:.86rem}
form.quote-bbee{background:#fff;border:1px solid var(--line);border-radius:10px;padding:26px}
form.quote-bbee label{display:block;font-weight:700;font-size:.88rem;margin:0 0 5px}
form.quote-bbee input,form.quote-bbee select,form.quote-bbee textarea{width:100%;padding:12px;border:1px solid var(--line);border-radius:6px;margin-bottom:15px;font:inherit;font-size:.97rem;background:#fff;color:var(--ink)}
form.quote-bbee button{width:100%;cursor:pointer;font-size:1.05rem}
.prose-bbee{max-width:790px} .prose-bbee ul{padding-left:22px} .prose-bbee li{margin-bottom:.5em}
footer{background:var(--ink);color:rgba(255,255,255,.74);padding:56px 0 26px;font-size:.93rem}
footer h4{color:#fff;font-size:.83rem;letter-spacing:.1em;text-transform:uppercase;margin-bottom:14px}
footer a{color:rgba(255,255,255,.74);text-decoration:none} footer a:hover{color:#fff}
footer ul{list-style:none;padding:0;margin:0} footer li{margin-bottom:8px}
.fgrid-bbee{display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr 1fr;gap:28px;margin-bottom:34px}
@media(max-width:1100px){.fgrid-bbee{grid-template-columns:1.4fr 1fr 1fr}}
.nap-bbee{font-style:normal;line-height:1.75}
.socials-bbee{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px}
.socials-bbee a{font-size:.83rem;border:1px solid rgba(255,255,255,.28);border-radius:14px;padding:5px 11px}
.socials-bbee a:hover{border-color:#fff}
.fbot-bbee{border-top:1px solid rgba(255,255,255,.16);padding-top:20px;font-size:.85rem;opacity:.72;display:flex;justify-content:space-between;flex-wrap:wrap;gap:12px}
.bc-bbee{font-size:.87rem;color:var(--mut);padding:15px 0 0} .bc-bbee a{color:var(--mut)}
html,body{max-width:100%;overflow-x:hidden}
img,svg,video,table{max-width:100%}
.navtoggle-bbee,.navlabel-bbee{display:none}
.callbar-bbee{display:none;position:fixed;left:0;right:0;bottom:0;z-index:80;
  border-top:1px solid rgba(0,0,0,.12);box-shadow:0 -2px 14px rgba(0,0,0,.16)}
.callbar-bbee a{flex:1;text-align:center;padding:17px 6px;text-decoration:none;font-weight:800;font-size:.95rem;white-space:nowrap}
.callbar-bbee a.c{background:var(--pri);color:#fff}
.callbar-bbee a.q{background:var(--acc);color:var(--ink)}
@media(max-width:840px){
 .split-bbee{grid-template-columns:1fr;gap:24px} .fgrid-bbee{grid-template-columns:1fr}
 section{padding:42px 0} .hd-bbee{gap:10px;flex-wrap:wrap;padding:9px 0}
 .hd-bbee img.logo-bbee{height:42px}
 .navlabel-bbee{display:flex;margin-left:auto;align-items:center;gap:7px;cursor:pointer;
   font-weight:700;font-size:.9rem;border:1px solid var(--line);border-radius:6px;padding:8px 12px}
 .navlabel-bbee::before{content:"";width:16px;height:2px;background:var(--ink);
   box-shadow:0 5px 0 var(--ink),0 -5px 0 var(--ink)}
 header .tel-bbee{order:3;font-size:1rem}
 nav.main-bbee{order:9;flex-basis:100%;display:none;flex-direction:column;align-items:stretch;
   gap:0;border-top:1px solid var(--line);margin-top:8px;padding-top:6px}
 nav.main-bbee a{padding:12px 2px;border-bottom:1px solid var(--line);font-size:1rem}
 nav.main-bbee a.btn-p-bbee{margin:12px 0 6px;text-align:center;border-bottom:none}
 .navtoggle-bbee:checked ~ nav.main-bbee{display:flex}
 .hero-bbee .wrap-bbee{padding:52px 20px 48px}
 .trust-bbee ul{gap:7px 16px;font-size:.84rem;justify-content:flex-start}
 .btn-bbee{padding:14px 20px;font-size:.98rem} .hero-bbee .cta-bbee .btn-bbee{flex:1 1 100%;text-align:center}
 body{padding-bottom:64px}
 .callbar-bbee{display:flex}
}

