﻿:root{--color-dark:#3f4346;--color-accent:#eaa106;--color-white:#ffffff;--color-light:#f5f5f3;--color-text:#222222;--color-muted:#6b6f72;--color-border:#deded9;--shadow:0 18px 45px rgba(34,34,34,.12);--header-height:84px}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:var(--header-height)}body{margin:0;color:var(--color-text);font-family:Arial,Helvetica,sans-serif;line-height:1.6;background:var(--color-white)}body.menu-open{overflow:hidden}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}p,h1,h2,h3{margin-top:0}.container{width:min(1180px,calc(100% - 40px));margin:0 auto}.skip-link{position:absolute;left:-999px;top:10px;z-index:100;background:var(--color-accent);color:var(--color-dark);padding:10px 14px;font-weight:900}.skip-link:focus{left:10px}.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.97);border-bottom:1px solid var(--color-border);backdrop-filter:blur(12px)}.header-inner{min-height:var(--header-height);display:flex;align-items:center;gap:22px}.brand{display:flex;align-items:center;gap:12px;flex-shrink:0;color:var(--color-dark);font-weight:800;text-transform:uppercase}.brand-logo{width:54px;height:54px;object-fit:contain}.brand-text{font-size:.98rem;letter-spacing:0;white-space:nowrap}.site-nav{display:flex;align-items:center;justify-content:center;gap:17px;flex:1;color:var(--color-dark);font-size:.91rem;font-weight:700}.site-nav a,.phone-link{transition:color .2s ease}.site-nav a:hover,.site-nav a[aria-current=page],.phone-link:hover{color:var(--color-accent)}.nav-cta{display:none}.header-actions{display:flex;align-items:center;gap:14px;flex-shrink:0}.phone-link{color:var(--color-dark);font-weight:800;white-space:nowrap}.button{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:14px 24px;border:2px solid var(--color-accent);background:var(--color-accent);color:var(--color-dark);font-weight:800;text-align:center;cursor:pointer;transition:background .2s,border-color .2s,color .2s,transform .2s}.button:hover{background:#c88704;border-color:#c88704;transform:translateY(-2px)}.button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,summary:focus-visible{outline:3px solid rgba(234,161,6,.45);outline-offset:2px}.button-small{min-height:42px;padding:10px 16px;font-size:.88rem}.button-outline{background:transparent;color:var(--color-white);border-color:rgba(255,255,255,.72)}.button-outline:hover{background:var(--color-white);color:var(--color-dark);border-color:var(--color-white)}.button-dark-outline{background:transparent;color:var(--color-dark);border-color:var(--color-dark);margin-left:10px}.button-dark-outline:hover{background:var(--color-dark);color:var(--color-white);border-color:var(--color-dark)}.menu-toggle{display:none;width:46px;height:46px;border:1px solid var(--color-border);background:var(--color-white);cursor:pointer;padding:10px}.menu-toggle span{display:block;width:100%;height:2px;margin:6px 0;background:var(--color-dark);transition:transform .2s,opacity .2s}.menu-toggle.is-active span:nth-child(1){transform:translateY(8px) rotate(45deg)}.menu-toggle.is-active span:nth-child(2){opacity:0}.menu-toggle.is-active span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}.hero,.page-hero{position:relative;display:flex;align-items:flex-end;overflow:hidden;color:var(--color-white)}.hero{min-height:calc(100vh - var(--header-height))}.page-hero{min-height:520px}.hero-bg,.hero-overlay{position:absolute;inset:0}.hero-bg{background:var(--hero-image,url("/assets/PHOTO-2026-06-02-10-03-22.jpg")) center/cover no-repeat;transform:scale(1.02)}.hero-overlay{background:linear-gradient(90deg,rgba(34,34,34,.92),rgba(34,34,34,.72) 45%,rgba(34,34,34,.28)),repeating-linear-gradient(135deg,rgba(255,255,255,.05) 0 1px,transparent 1px 18px)}.hero-content{position:relative;z-index:1;padding:clamp(86px,12vw,150px) 0}.hero .hero-content{padding-bottom:110px}.breadcrumb{margin-bottom:22px;font-size:.9rem;color:rgba(255,255,255,.76)}.breadcrumb a:hover{color:var(--color-accent)}.breadcrumb span:before{content:"/";margin:0 10px;color:var(--color-accent)}.eyebrow{margin-bottom:14px;color:var(--color-accent);font-size:.78rem;font-weight:900;letter-spacing:0;text-transform:uppercase}.hero h1,.page-hero h1{max-width:900px;margin-bottom:18px;font-size:clamp(3rem,8vw,7rem);line-height:.96;font-weight:900}.page-hero h1{font-size:clamp(2.5rem,5.5vw,5.3rem)}.hero-slogan{margin-bottom:20px;color:var(--color-white);font-size:clamp(1.4rem,3vw,2.2rem);font-weight:800}.hero-lead{max-width:780px;margin-bottom:32px;color:rgba(255,255,255,.88);font-size:clamp(1.03rem,2vw,1.24rem)}.hero-buttons,.cta-buttons{display:flex;flex-wrap:wrap;gap:14px}.section{padding:clamp(72px,9vw,112px) 0}.light-section{background:var(--color-light)}.section-heading{max-width:880px;margin-bottom:42px}.section-heading h2,.content-block h2,.quote-cta h2,.contact-info h2,.teaser-grid h2{color:var(--color-dark);font-size:clamp(1.9rem,4vw,3.2rem);line-height:1.07;font-weight:900}.section-heading p,.content-block p,.quote-cta p,.contact-info p,.teaser-grid p{color:var(--color-muted);font-size:1.04rem}.narrow-heading,.narrow-content{max-width:820px}.service-grid,.teaser-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.service-card{position:relative;min-height:300px;padding:32px;border:1px solid var(--color-border);border-top:6px solid var(--color-accent);background:var(--color-white);transition:transform .2s,box-shadow .2s}.service-card:hover{transform:translateY(-6px);box-shadow:var(--shadow)}.service-card h3,.work-grid h3,.hours h3{color:var(--color-dark);line-height:1.2;font-size:1.28rem}.service-card p{color:var(--color-muted)}.site-footer ul,.check-list{padding:0;margin:0;list-style:none}.check-list li{position:relative;padding-left:24px;margin-top:10px;color:var(--color-dark);font-weight:800}.check-list li:before{content:"";position:absolute;left:0;top:.7em;width:8px;height:8px;background:var(--color-accent)}.split-layout{display:grid;grid-template-columns:1fr 1fr;gap:clamp(34px,6vw,72px);align-items:center}.image-block{position:relative;min-height:420px;background:var(--color-dark);overflow:hidden}.image-block:after{content:"";position:absolute;inset:auto 0 0 0;height:8px;background:var(--color-accent)}.image-block img{width:100%;height:100%;min-height:inherit;object-fit:cover}.image-block-tall{min-height:560px}.content-block{max-width:650px}.feature-boxes,.pill-grid,.material-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin-top:28px}.feature-boxes div,.pill-grid span,.material-grid span{display:flex;min-height:58px;align-items:center;padding:14px 18px;background:var(--color-white);border:1px solid var(--color-border);color:var(--color-dark);font-weight:800}.feature-boxes div{background:var(--color-light);border-left:5px solid var(--color-accent)}.text-link{display:inline-block;margin-top:8px;color:var(--color-accent);font-weight:900}.teaser-grid article{background:var(--color-white);border:1px solid var(--color-border);overflow:hidden}.teaser-grid img{width:100%;aspect-ratio:4/3;object-fit:cover}.teaser-grid h2,.teaser-grid p,.teaser-grid a{margin-left:24px;margin-right:24px}.teaser-grid h2{margin-top:24px;font-size:1.55rem}.teaser-grid a{margin-bottom:24px}.quote-cta{padding:54px 0;background:var(--color-accent)}.cta-inner{display:grid;grid-template-columns:1fr auto;gap:32px;align-items:center}.quote-cta .eyebrow{color:var(--color-dark)}.quote-cta h2{margin-bottom:12px}.quote-cta p{margin-bottom:0;color:rgba(34,34,34,.76)}.contact-strip{padding:24px 0;background:var(--color-dark);color:var(--color-white)}.strip-grid{display:grid;grid-template-columns:1fr auto auto;gap:22px;align-items:center}.strip-grid div{display:grid}.strip-grid span{color:rgba(255,255,255,.7)}.strip-grid a{font-weight:900}.contact-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:clamp(34px,6vw,70px)}address{margin:28px 0;color:var(--color-dark);font-style:normal;font-size:1.06rem}address a,.site-footer a{transition:color .2s}address a:hover,.site-footer a:hover{color:var(--color-accent)}.hours,.map-placeholder{padding:26px;background:var(--color-light);border-left:6px solid var(--color-accent)}.hours p{margin:6px 0}.map-placeholder{margin-top:22px;min-height:180px;display:grid;align-content:center}.contact-form{padding:clamp(24px,4vw,40px);background:var(--color-light);border:1px solid var(--color-border)}.form-row{margin-bottom:18px}.two-columns{display:grid;grid-template-columns:1fr 1fr;gap:18px}label{display:block;margin-bottom:7px;color:var(--color-dark);font-weight:800}input,select,textarea{width:100%;min-height:50px;padding:12px 14px;border:1px solid #cfcfca;background:var(--color-white);color:var(--color-text);font:inherit}textarea{min-height:140px;resize:vertical}input:focus,select:focus,textarea:focus{outline:3px solid rgba(234,161,6,.28);border-color:var(--color-accent)}.form-note{margin:0 0 18px;color:var(--color-muted);font-size:.92rem}.checkbox-row{display:grid;grid-template-columns:auto 1fr;gap:10px;align-items:start;margin:8px 0 18px;font-weight:400}.checkbox-row input{width:18px;min-height:18px;margin-top:4px}.checkbox-row a{text-decoration:underline}.field-error{display:block;min-height:18px;margin-top:4px;color:#9b1c1c;font-size:.85rem}.form-status{display:none;margin-bottom:18px;padding:14px 16px;font-weight:800}.form-status.is-success{display:block;background:#eef7ed;color:#205c29;border-left:5px solid #459b50}.form-status.is-error{display:block;background:#fff0ed;color:#8a1f11;border-left:5px solid #d24a36}.hp-field{position:absolute;left:-9999px}.faq-section{background:var(--color-light)}.faq-list{display:grid;gap:12px}.faq-list details{background:var(--color-white);border:1px solid var(--color-border);padding:20px 24px}.faq-list summary{cursor:pointer;color:var(--color-dark);font-weight:900}.faq-list p{margin:12px 0 0;color:var(--color-muted)}.legal-section h2{color:var(--color-dark);font-size:1.8rem}.legal-section a{color:var(--color-accent);font-weight:800}.site-footer{background:var(--color-dark);color:rgba(255,255,255,.78)}.footer-grid{display:grid;grid-template-columns:1.2fr 1fr 1fr 1fr;gap:34px;padding:58px 0}.site-footer h2,.site-footer h3{color:var(--color-white)}.site-footer h2{margin-bottom:10px;font-size:1.5rem}.site-footer h3{margin-bottom:16px;font-size:1.05rem}.site-footer li{margin-bottom:9px}.site-footer p{margin:0 0 8px}.footer-bottom{padding:18px 0;border-top:1px solid rgba(255,255,255,.12);color:rgba(255,255,255,.68);font-size:.92rem}.cookie-banner{position:fixed;left:20px;right:20px;bottom:20px;z-index:90;display:none}.cookie-banner.is-visible{display:block}.cookie-box{max-width:980px;margin:0 auto;padding:22px;background:var(--color-white);border:1px solid var(--color-border);box-shadow:var(--shadow)}.cookie-box h2{margin-bottom:8px;color:var(--color-dark);font-size:1.2rem}.cookie-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:14px}.cookie-settings{display:none;margin-top:14px;padding-top:14px;border-top:1px solid var(--color-border)}.cookie-settings.is-open{display:block}@media(max-width:1120px){.header-actions .button-small{display:none}.site-nav{gap:12px;font-size:.86rem}.service-grid,.teaser-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:900px){:root{--header-height:72px}.container{width:min(100% - 28px,1180px)}.header-inner{min-height:var(--header-height)}.brand-logo{width:44px;height:44px}.brand-text{font-size:.9rem}.site-nav{position:fixed;top:var(--header-height);left:0;right:0;display:grid;justify-items:start;align-content:start;gap:0;max-height:calc(100vh - var(--header-height));padding:18px 20px 28px;background:var(--color-white);border-bottom:1px solid var(--color-border);box-shadow:var(--shadow);overflow-y:auto;transform:translateY(-120%);opacity:0;pointer-events:none;transition:transform .25s,opacity .25s}.site-nav.is-open{transform:translateY(0);opacity:1;pointer-events:auto}.site-nav a{width:100%;padding:15px 0;border-bottom:1px solid var(--color-border);font-size:1rem}.nav-cta{display:inline-flex;justify-content:center;margin-top:18px;padding:14px 18px!important;border:2px solid var(--color-accent)!important;background:var(--color-accent);color:var(--color-dark);text-align:center}.header-actions{margin-left:auto}.phone-link{display:none}.menu-toggle{display:block}.hero,.page-hero{min-height:auto}.hero-overlay{background:linear-gradient(180deg,rgba(34,34,34,.9),rgba(34,34,34,.76) 58%,rgba(34,34,34,.96)),repeating-linear-gradient(135deg,rgba(255,255,255,.05) 0 1px,transparent 1px 18px)}.hero .hero-content,.hero-content{padding:86px 0}.hero h1{font-size:clamp(2.7rem,14vw,4.8rem)}.split-layout,.contact-grid,.cta-inner,.strip-grid{grid-template-columns:1fr}.image-block,.image-block-tall{min-height:340px}.cta-buttons .button{width:100%}.button-dark-outline{margin-left:0}}@media(max-width:620px){.section{padding:64px 0}.hero-buttons .button{width:100%}.service-grid,.teaser-grid,.feature-boxes,.pill-grid,.material-grid,.footer-grid,.two-columns{grid-template-columns:1fr}.service-card{min-height:auto;padding:26px}.contact-form{padding:22px}.cookie-banner{left:10px;right:10px;bottom:10px}.cookie-actions .button{width:100%}}@media(max-width:430px){.brand{gap:8px}.brand-logo{width:38px;height:38px}.brand-text{max-width:145px;white-space:normal;line-height:1.1}}.brand{min-width:auto}.brand-logo{display:block;width:68px;height:68px;object-fit:contain}.footer-brand{display:grid;justify-items:start;gap:14px}.footer-logo{display:block;width:148px;max-width:100%;height:auto;object-fit:contain;background:var(--color-white);padding:14px 16px;border-radius:6px;box-shadow:0 14px 34px rgba(0,0,0,.18)}.footer-brand p{margin:0 0 8px}.page-hero~.section .section-heading h2,.page-hero~.section .content-block h2,.page-hero~.section .contact-info h2,.page-hero~.section .legal-section h2{font-size:clamp(1.45rem,2.25vw,2.25rem);line-height:1.18;margin-bottom:14px}.page-hero~.section .teaser-grid h2{font-size:clamp(1.35rem,2vw,1.75rem);line-height:1.2}.page-hero~.section h3,.page-hero~.section .hours h3,.page-hero~.section .service-card h3,.page-hero~.section .work-grid h3{font-size:clamp(1.05rem,1.35vw,1.28rem);line-height:1.25}.page-hero~.quote-cta h2{font-size:clamp(1.75rem,2.7vw,2.6rem);line-height:1.14}@media(max-width:900px){.brand-logo{width:58px;height:58px}.footer-logo{width:132px;padding:13px 15px}.page-hero~.section .section-heading h2,.page-hero~.section .content-block h2,.page-hero~.section .contact-info h2,.page-hero~.section .legal-section h2{font-size:clamp(1.38rem,6vw,2rem)}}@media(max-width:430px){.brand-logo{width:52px;height:52px}.footer-logo{width:124px;padding:12px 14px}}

