:root{--color-warm-white: #faf9f6;--color-forest-green: #1a3422;--color-sage: #8da08e;--color-neutral-text: #2c2c2c;--color-muted-gold: #c5a059;--color-white: #ffffff;--color-border: #e2e2e2;--font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";--container-max-width: 1100px;--header-height: 70px;--sticky-bar-height: 60px}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-sans);background-color:var(--color-warm-white);color:var(--color-neutral-text);line-height:1.6;-webkit-font-smoothing:antialiased}img{max-width:100%;display:block}h1,h2,h3,h4{color:var(--color-forest-green);line-height:1.2}h1{font-size:clamp(2rem,5vw,3.5rem);font-weight:800;margin-bottom:1.5rem;letter-spacing:-.02em}h2{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;margin-bottom:1rem;text-align:center}h3{font-size:1.5rem;font-weight:700;margin-bottom:.75rem}p{font-size:1.1rem;margin-bottom:1rem;color:#4a4a4a}.subheadline{font-size:1.25rem;max-width:800px;margin:0 auto 2rem;color:#555;text-align:center}.container{width:90%;max-width:var(--container-max-width);margin:0 auto}section{padding:4rem 0}.btn{display:inline-block;padding:1rem 2rem;border-radius:4px;font-weight:700;text-decoration:none;cursor:pointer;transition:all .2s ease;text-align:center;border:none;font-size:1rem}.btn-primary{background-color:var(--color-forest-green);color:var(--color-white)}.btn-primary:hover{background-color:#122518;transform:translateY(-2px)}.btn-secondary{background-color:transparent;color:var(--color-forest-green);border:2px solid var(--color-forest-green)}.btn-secondary:hover{background-color:var(--color-forest-green);color:var(--color-white);transform:translateY(-2px)}.btn-header{padding:.6rem 1.2rem;font-size:.9rem}.hero-cta-row{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;align-items:center}.hero-cta-block{margin:1.75rem auto 0;max-width:760px}.hero-trust-strip{margin:1.1rem 0 0;font-size:.92rem;font-weight:600;line-height:1.5;color:var(--color-forest-green);text-align:center}.early-proof{padding:3rem 0 1rem;background:#fff}.early-proof-title{margin:0 0 1.5rem;text-align:center;font-size:clamp(1.35rem,2.5vw,1.75rem)}.early-proof-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.1rem;max-width:1100px;margin:0 auto}.early-proof-item{margin:0;border-radius:8px;overflow:hidden;background:#0b160f}.early-proof-item img{display:block;width:100%;aspect-ratio:4 / 3;object-fit:cover}.early-proof-item figcaption{padding:.7rem .85rem;font-size:.9rem;font-weight:600;color:var(--color-forest-green);background:#f6f8f6}.mid-cta{margin:2.5rem auto 0;max-width:720px;text-align:center}.mid-cta-title{margin:0 0 1.1rem;font-size:1.2rem;font-weight:700;color:var(--color-forest-green)}.mid-cta--on-dark{margin-top:2.75rem;padding-top:2rem;border-top:1px solid rgba(255,255,255,.14)}.mid-cta--on-dark .mid-cta-title{color:#fff}.mid-cta--on-dark .btn-secondary{color:#fff;border-color:#ffffffd9}.mid-cta--on-dark .btn-secondary:hover{background-color:#ffffff1f;color:#fff}.video-testimonial-wrap{margin:0;display:flex;flex-direction:column;gap:.65rem}.video-testimonial-wrap figcaption{margin:0;font-size:.92rem;font-weight:600;line-height:1.35;color:#ffffffeb;text-align:center}.portfolio-more{margin:1.75rem 0 0}.portfolio-more a{font-weight:700;color:var(--color-forest-green);text-decoration:underline;text-underline-offset:.15em}.service-area-intro{max-width:720px;margin:.85rem auto 0;line-height:1.55}.service-showroom-section{background-color:var(--color-white);padding:4rem 0}.showroom-featured{margin:2.25rem auto 0;max-width:720px;padding:2rem 1.75rem;background:#f6f8f6;border:1px solid rgba(45,74,52,.14);border-radius:8px;box-shadow:0 8px 24px #1a34220f;text-align:center}.showroom-featured-body h3{margin:0 0 .75rem;font-size:clamp(1.25rem,2.4vw,1.55rem);color:var(--color-forest-green)}.showroom-featured-desc{margin:0 auto;max-width:34rem;line-height:1.55}.showroom-featured-address{display:block;margin:1.15rem auto 0;font-style:normal;font-weight:600;line-height:1.5;color:var(--color-forest-green)}.showroom-featured-actions{margin-top:1.5rem;display:flex;justify-content:center}.showroom-featured-actions .btn{min-height:44px;display:inline-flex;align-items:center;justify-content:center;min-width:min(100%,20rem);padding-left:1.75rem;padding-right:1.75rem}.showroom-featured-actions .btn:focus-visible{outline:2px solid var(--color-forest-green);outline-offset:3px}.showroom-secondary{margin:2.25rem auto 0;max-width:640px;padding-top:.25rem}.showroom-secondary-title{margin:0 0 .55rem;font-size:1.05rem;font-weight:700;color:var(--color-forest-green)}.showroom-secondary-copy{margin:0 auto;max-width:34rem;font-size:.95rem;line-height:1.5}.showroom-secondary-names{margin:.85rem 0 0;font-size:.92rem;font-weight:600;letter-spacing:.01em;color:var(--color-forest-green);opacity:.88}@media(max-width:640px){.showroom-featured{padding:1.5rem 1.15rem}.showroom-featured-actions .btn{width:100%;min-width:0}}header{height:var(--header-height);background:var(--color-white);border-bottom:1px solid var(--color-border);display:flex;align-items:center;position:sticky;top:0;z-index:1000}header .container{display:flex;justify-content:space-between;align-items:center}.logo{font-weight:800;font-size:1.5rem;color:var(--color-forest-green);text-decoration:none;display:inline-flex;align-items:center}.logo-img{height:48px;width:auto;object-fit:contain}.header-actions{display:flex;align-items:center;gap:1rem}.header-phone{color:var(--color-forest-green);font-weight:700;text-decoration:none;font-size:.95rem}@media(max-width:640px){.header-phone{display:none}}.hero{padding:4rem 0 2rem;text-align:center}.dynamic-tagline{display:inline-block;background:var(--color-sage);color:var(--color-white);padding:.4rem 1rem;border-radius:20px;font-size:.9rem;font-weight:600;margin-bottom:1rem;text-transform:uppercase;letter-spacing:.05em}.video-container{margin:1.75rem auto 3rem;max-width:900px;aspect-ratio:16 / 9;background-color:#000;border-radius:8px;overflow:hidden;position:relative;box-shadow:0 20px 40px #00000026}.hero-bunny-iframe{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;border:0;background:#000;opacity:0;pointer-events:none;z-index:1}.hero-bunny-iframe.is-active{opacity:1;pointer-events:auto}.video-placeholder{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;display:flex;flex-direction:column;align-items:center;justify-content:center;background:linear-gradient(#00000073,#00000073),url(/assets/vkb/video-poster.png) center/cover;color:#fff;cursor:pointer}.play-button{width:80px;height:80px;background-color:#ffffffe6;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:1rem;transition:transform .2s ease}.play-button:after{content:"";display:block;border-style:solid;border-width:15px 0 15px 25px;border-color:transparent transparent transparent var(--color-forest-green);margin-left:5px}.video-placeholder:hover .play-button{transform:scale(1.1)}.trust-row{background:#fff;border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border);padding:1.5rem 0;text-align:center}.trust-items{display:flex;flex-wrap:wrap;justify-content:center;gap:1.5rem 3rem;font-size:.95rem;font-weight:500;color:#666}.trust-item{display:flex;align-items:center;gap:.5rem}.stars{color:var(--color-muted-gold);font-size:1.2rem}.badge-row{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:1.5rem 2rem;margin-top:1.5rem}.badge-row img{height:56px;width:auto;object-fit:contain}.badge-row--lg img{height:68px}.badge-row--on-dark img{filter:brightness(1.08) contrast(1.05)}.badge-row--compact img{height:44px}.risk-section{background-color:#f4f6f4}.risk-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-top:3rem}.risk-card{background:#fff;padding:2.5rem 2rem;border-radius:8px;box-shadow:0 4px 6px #0000000d;border-top:4px solid var(--color-sage)}.risk-trust-points{list-style:none;margin:2.5rem auto 0;padding:0;display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem 1rem;max-width:960px}.risk-trust-points li{background:#fff;border:1px solid rgba(45,74,52,.12);border-radius:999px;padding:.65rem 1.1rem;font-size:.92rem;font-weight:600;color:var(--color-forest-green);box-shadow:0 2px 4px #0000000a}.process-grid{display:flex;flex-direction:column;gap:2rem;margin-top:3rem}.process-row--3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:2rem}.process-row--2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:2rem;width:calc((100% - 4rem) / 3 * 2 + 2rem);max-width:100%;margin-inline:auto}.process-step{text-align:center}.step-number{width:40px;height:40px;background-color:var(--color-forest-green);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;font-weight:700}.process-step h3{font-size:1.35rem}.process-step p{font-size:1rem;margin-bottom:0}.portfolio-filters{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin:1.5rem 0 .5rem}.portfolio-filter{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid var(--color-border);background:#fff;color:var(--color-forest-green);font-weight:700;font-size:.9rem;padding:.55rem 1.1rem;border-radius:999px;cursor:pointer;transition:all .15s ease}.portfolio-filter:hover{border-color:var(--color-forest-green)}.portfolio-filter.is-active{background:var(--color-forest-green);border-color:var(--color-forest-green);color:#fff}.portfolio-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin-top:2rem}.portfolio-item.is-hidden{display:none}.portfolio-item{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 4px 6px #0000000d}.portfolio-img-tag{width:100%;height:auto;aspect-ratio:4 / 3;object-fit:cover;display:block}.portfolio-info{padding:1.5rem}.review-section{background-color:var(--color-forest-green);color:#fff;text-align:center}.review-section h2{color:#fff}.review-section .container p{color:#fff!important;-webkit-text-fill-color:#ffffff}.testimonial-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;margin:2rem auto 0;max-width:1100px;text-align:left}.testimonial-card{background:#ffffff14;border:1px solid rgba(255,255,255,.14);border-radius:10px;padding:1.35rem 1.4rem 1.5rem;display:flex;flex-direction:column}.testimonial-card .stars{display:block;margin-bottom:.75rem;font-size:1rem;letter-spacing:.08em}.testimonial-card p{margin:0;font-size:1.02rem;line-height:1.55;font-style:italic;font-family:Georgia,Times New Roman,serif;color:#fff;flex:1}.testimonial-card .attribution{margin-top:1rem!important;font-style:normal!important;font-family:inherit!important;font-size:.9rem!important;font-weight:700;opacity:.92}.video-testimonial-row{display:grid;grid-template-columns:repeat(3,1fr);gap:1.05rem;margin:2rem auto 0;max-width:1100px}.video-testimonial{position:relative;display:block;width:100%;padding:0;border:0;border-radius:8px;overflow:hidden;aspect-ratio:16 / 9;background:#0b160f;cursor:pointer;color:inherit;font:inherit}.video-testimonial img{width:100%;height:100%;object-fit:cover;object-position:center;display:block;transition:transform .3s ease;pointer-events:none}.video-testimonial img.is-letterboxed{transform:scale(1.34)}.video-testimonial:hover img,.video-testimonial:focus-visible img{transform:scale(1.05)}.video-testimonial:hover img.is-letterboxed,.video-testimonial:focus-visible img.is-letterboxed{transform:scale(1.4)}.video-testimonial:focus-visible{outline:2px solid #fff;outline-offset:3px}.video-testimonial:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(0,0,0,.45),transparent 55%);pointer-events:none}.video-play{position:absolute;left:50%;top:50%;z-index:1;width:53px;height:53px;margin:-26.5px 0 0 -26.5px;border-radius:50%;background:#ffffffeb;display:grid;place-items:center;box-shadow:0 4px 14px #00000040;pointer-events:none}.video-play svg{width:20px;height:20px;margin-left:2px;fill:var(--color-forest-green)}.video-lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:grid;place-items:center;padding:1rem}.video-lightbox[hidden]{display:none!important}.video-lightbox-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#08100ad1}.video-lightbox-dialog{position:relative;z-index:1;width:min(920px,100%);background:#0b160f;border-radius:12px;overflow:hidden;box-shadow:0 20px 60px #00000073}.video-lightbox.is-maximized .video-lightbox-dialog{width:min(1280px,100%)}.video-lightbox-dialog:fullscreen{width:100%;max-width:none;height:100%;border-radius:0;display:flex;flex-direction:column;background:#000}.video-lightbox-dialog:fullscreen .video-lightbox-frame{flex:1;aspect-ratio:auto}.video-lightbox-toolbar{display:flex;justify-content:flex-end;gap:.5rem;padding:.65rem .75rem;background:#00000059}.video-lightbox-btn{display:inline-flex;align-items:center;gap:.4rem;border:0;border-radius:6px;padding:.45rem .7rem;background:#ffffff1f;color:#fff;font-size:.85rem;font-weight:600;cursor:pointer}.video-lightbox-btn:hover,.video-lightbox-btn:focus-visible{background:#ffffff38}.video-lightbox-btn svg{width:16px;height:16px;fill:currentColor}.video-lightbox-frame{position:relative;width:100%;aspect-ratio:16 / 9;background:#000}.video-lightbox-frame iframe{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;border:0}body.video-lightbox-open{overflow:hidden}@media(max-width:900px){.early-proof-grid{grid-template-columns:1fr;max-width:420px}.testimonial-grid{grid-template-columns:1fr}.video-testimonial-row{grid-template-columns:1fr;max-width:420px}.video-lightbox-btn span{display:none}.badge-row img{height:48px}.badge-row--lg img{height:56px}}.area-list{display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem 1rem;margin-top:1.5rem}.area-chip{background:#eee;padding:.3rem .8rem;border-radius:4px;font-size:.9rem}.form-section{background-color:#f9f9f9}.form-container{max-width:600px;margin:2rem auto 0;background:#fff;padding:3rem;border-radius:8px;box-shadow:0 10px 30px #0000000d}.form-container--jotform{max-width:720px;padding:1.25rem 1rem}.jotform-mount{min-height:280px;position:relative}.jotform-iframe{width:100%;height:520px;min-height:0;border:0;background:transparent;opacity:0;transition:opacity .25s ease,height .2s ease;display:block}.jotform-iframe.is-ready{opacity:1}.jotform-loading{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;padding:2rem 1rem;color:#666;background:#fafafa;border-radius:8px}.jotform-loading-spinner{width:36px;height:36px;border:3px solid #e2e2e2;border-top-color:var(--color-forest-green);border-radius:50%;animation:jotform-spin .8s linear infinite}@keyframes jotform-spin{to{transform:rotate(360deg)}}.form-footnote{margin-top:.75rem;margin-bottom:0;font-size:.95rem}.form-consent{max-width:520px;margin-left:auto;margin-right:auto;font-size:.8rem;line-height:1.45;opacity:.85}.form-footnote a{color:var(--color-forest-green);font-weight:700}.sticky-cta{display:none;position:fixed;bottom:0;left:0;right:0;height:var(--sticky-bar-height);background:#fff;box-shadow:0 -4px 10px #0000001a;grid-template-columns:1fr 1fr;z-index:1001}@media(max-width:768px){.process-grid{gap:1.5rem;margin-top:2rem}.process-row--3,.process-row--2{grid-template-columns:1fr;width:100%;margin-inline:0}.sticky-cta{display:grid}body{padding-bottom:var(--sticky-bar-height)}}.sticky-cta a{display:flex;align-items:center;justify-content:center;text-decoration:none;font-weight:700;text-align:center;padding:0 .5rem;font-size:.82rem;line-height:1.2}.sticky-call{background:var(--color-white);color:var(--color-forest-green)}.sticky-request{background:var(--color-forest-green);color:#fff}footer{padding:3rem 0;text-align:center;border-top:1px solid var(--color-border);font-size:.9rem;color:#888}.text-center{text-align:center}.mb-4{margin-bottom:2rem}.mt-4{margin-top:2rem}
