@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap');
.customer-reviews{background:var(--ink);color:white;border-top:6px solid var(--yellow)}
.customer-reviews .eyebrow{color:var(--yellow)}
.customer-reviews .section-heading{align-items:center}
.review-intro{color:#d4dde2;margin-bottom:0}
.testimonial-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}
.testimonial-card{display:flex;flex-direction:column;min-width:0;margin:0;padding:34px;background:white;color:var(--ink);border-top:6px solid var(--yellow);box-shadow:0 16px 36px #0003}
.testimonial-rating{display:flex;align-items:center;gap:12px;flex-wrap:wrap;font-size:1rem;font-weight:700}
.testimonial-rating>span:first-child{color:#966600;letter-spacing:3px;font-size:1.3rem}
.testimonial-card blockquote{margin:28px 0 32px;font-family:Manrope,Arial,sans-serif;font-size:clamp(1.35rem,1.9vw,1.75rem);font-weight:700;line-height:1.45;letter-spacing:-.025em}
.testimonial-card blockquote p{margin:0}
.testimonial-card figcaption{display:flex;flex-direction:column;align-items:flex-start;margin-top:auto;padding-top:20px;border-top:1px solid var(--line);font-size:.875rem}
.testimonial-card figcaption strong{font-size:1rem}
.testimonial-card time{color:var(--muted)}
.testimonial-card figcaption a{margin-top:12px;text-decoration:underline;text-underline-offset:3px}
@media(max-width:900px){.testimonial-grid{gap:16px}.testimonial-card{padding:24px}}
@media(max-width:720px){.testimonial-grid{grid-template-columns:1fr}.testimonial-card{padding:28px}.customer-reviews .section-heading .text-link{display:inline-block;margin-top:20px}.testimonial-card blockquote{font-size:1.5rem}}
.hero .hero-visual img{object-position:50% 35%}
.hero .hero-visual:after{display:none}
.project-badge{position:absolute;z-index:1;bottom:24px;left:24px;right:24px;width:fit-content;max-width:calc(100% - 48px);background:var(--ink);color:white;padding:12px 17px;font-size:.875rem;font-weight:600;display:flex;align-items:center;gap:20px}
.projects{background:var(--soft)}
.project-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:36px 24px}
.project-grid figure{margin:0;min-width:0}
.project-photo{display:block;background:#dce1e3;overflow:hidden}
.project-photo img{display:block;width:100%;height:auto;aspect-ratio:4/5;object-fit:cover;object-position:center;transition:transform .2s ease}
.project-photo:hover img{transform:scale(1.025)}
.project-grid figcaption{padding-top:18px}
.project-grid h3{font-size:1.2rem;letter-spacing:-.025em;margin-bottom:3px}
.project-grid figcaption p{color:var(--muted);font-size:.94rem;margin-bottom:0}
.project-social{border-top:1px solid var(--line);margin-top:42px;padding-top:30px;display:flex;align-items:center;justify-content:space-between;gap:24px;flex-wrap:wrap}
.project-social h3{font-size:1.35rem;margin-bottom:6px}
.project-social p{color:var(--muted);margin-bottom:0}
.social-links{display:flex;flex-wrap:wrap;gap:12px}
.social-links a{display:inline-flex;align-items:center;justify-content:space-between;gap:28px;padding:12px 19px;border:1px solid var(--ink);font-size:.94rem;font-weight:700;min-height:48px}
.social-links a:hover{background:var(--ink);color:white;text-decoration:none}
.footer-social{display:flex;gap:18px;flex-wrap:wrap;margin:10px 0;font-size:.875rem}
@media(max-width:900px){.project-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:820px){header nav{display:none}}
@media(max-width:720px){.hero .hero-visual{height:auto;min-height:0;aspect-ratio:3/4}.project-badge{bottom:20px;left:20px;right:20px;max-width:calc(100% - 40px)}.project-grid{gap:28px 16px}.project-grid h3{font-size:1.05rem}.project-grid figcaption p{font-size:.875rem}.project-social{margin-top:30px}}
@media(max-width:480px){.project-grid{grid-template-columns:1fr;gap:30px}.project-grid h3{font-size:1.2rem}.project-grid figcaption p{font-size:.94rem}}
@media(prefers-reduced-motion:reduce){.project-photo img{transition:none}.project-photo:hover img{transform:none}}
:root{--ink:#142a36;--muted:#53626b;--yellow:#f8c547;--line:#dce1e3;--soft:#f2f5f6}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:30px}body{margin:0;color:var(--ink);font-family:'DM Sans',Arial,sans-serif;font-size:1rem;line-height:1.65}a{color:inherit;text-decoration:none}button,a{-webkit-tap-highlight-color:transparent}a:focus-visible{outline:3px solid #147ab3;outline-offset:5px}a:hover{text-decoration:underline}h1,h2,h3,.brand{font-family:Manrope,Arial,sans-serif}h1,h2,h3,p{margin-top:0}.topline{background:var(--ink);color:white;padding:10px 5%;font-size:.75rem;letter-spacing:.12em;font-weight:700;display:flex;justify-content:space-between}.topline span{letter-spacing:0;font-weight:400;font-size:.85rem}header{display:flex;align-items:center;justify-content:space-between;padding:24px 5%;gap:24px}.brand{font-size:1rem;line-height:1.2;letter-spacing:.13em;font-weight:800;display:inline-block}.brand>span{display:block;font-size:1.7rem;letter-spacing:-.06em}.brand-dot{color:#b57800}nav{display:flex;gap:34px;font-size:.93rem;font-weight:600}.header-call{font-weight:800;font-size:1.05rem}.header-call span{color:#916200;margin-left:14px}.hero{display:grid;grid-template-columns:1.08fr 1fr;min-height:650px}.hero-copy{padding:65px 8% 70px 9.3%;background:var(--soft)}.eyebrow{font-size:.76rem;letter-spacing:.14em;font-weight:800;margin-bottom:23px}.hero h1{font-size:clamp(2.7rem,4.7vw,5rem);line-height:1.09;letter-spacing:-.058em;font-weight:800;margin-bottom:30px}em{font-style:normal;color:#927019}.intro{font-size:1.08rem;max-width:470px;color:var(--muted);margin-bottom:29px}.actions{display:flex;gap:23px;align-items:center;flex-wrap:wrap}.button{display:inline-flex;padding:16px 23px;align-items:center;justify-content:center;gap:24px;font-weight:700;line-height:1.4;min-height:54px}.yellow{background:var(--yellow);color:var(--ink)}.yellow:hover{background:#ffd770;text-decoration:none}.text-link{font-size:.94rem;font-weight:700;border-bottom:1px solid currentColor;padding-bottom:3px}.small{font-size:.85rem;color:var(--muted);margin:18px 0 0}.hero-visual{position:relative;overflow:hidden;background:#78867b;min-height:400px}.hero-visual img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.hero-visual:after{content:'';position:absolute;inset:50% 0 0;background:linear-gradient(transparent,rgba(0,0,0,.65));pointer-events:none}.photo-label{position:absolute;z-index:1;bottom:65px;left:40px;right:40px;color:white;font:600 1.65rem/1.4 Manrope,Arial;max-width:320px}.photo-note{position:absolute;z-index:1;bottom:24px;left:40px;color:#fff;font-size:.75rem}.trust{display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap;padding:24px 5%;border-bottom:1px solid var(--line);font-size:.86rem;font-weight:600}.section{padding:90px 6%;scroll-margin-top:20px}h2{font-size:clamp(2rem,3.4vw,3.4rem);line-height:1.18;letter-spacing:-.045em;margin-bottom:22px}.section-heading{display:flex;justify-content:space-between;gap:40px;align-items:flex-end;margin-bottom:48px}.section-heading>p{max-width:370px;color:var(--muted)}.services{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line)}.services article{padding:32px;border-bottom:1px solid var(--line);border-right:1px solid var(--line)}.number{color:#7e8588;font-size:.8rem}.services h3{font-size:1.3rem;letter-spacing:-.03em;margin:32px 0 15px}.services p{color:var(--muted);font-size:.98rem}.services a{font-size:.88rem;font-weight:700}.about{background:var(--ink);color:white;display:grid;grid-template-columns:1fr 1fr;gap:10%}.about .eyebrow{color:var(--yellow)}.about-copy>p{color:#d4dde2}.about-copy .large{font-size:1.75rem;color:white;line-height:1.4}.review{border-top:1px solid #49606d;margin-top:37px;padding-top:27px}.review p{margin:6px 0}.review a{font-size:.88rem;text-decoration:underline}.stars{color:var(--yellow);letter-spacing:5px}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:50px;margin-top:45px}.steps span{display:inline-block;color:#8e6500;border-bottom:3px solid var(--yellow);margin-bottom:24px;font-weight:700}.steps h3{font-size:1.3rem;margin-bottom:13px}.steps p{color:var(--muted)}.areas{background:var(--soft);display:grid;grid-template-columns:1fr 1fr;gap:10%}.areas p{max-width:470px;color:var(--muted)}.towns{display:grid;grid-template-columns:1fr 1fr;gap:0 25px;align-content:center}.towns span{border-bottom:1px solid #cbd5da;padding:13px 0;font-size:.98rem}.contact{background:var(--ink);color:white;position:relative}.contact h2{font-size:clamp(3rem,5vw,5rem)}.contact>p:not(.eyebrow){max-width:500px;color:#d4dde2}.contact .eyebrow{color:var(--yellow)}.outline{border:1px solid #93a0a9}.contact .actions{margin-top:29px}footer{display:flex;justify-content:space-between;gap:35px;align-items:center;padding:45px 6%;font-size:.83rem}footer a{font-weight:700}footer span{color:var(--muted)}.mobile-contact{display:none}.skip{position:absolute;top:-100px;padding:15px;background:white;z-index:10}.skip:focus{top:10px}@media(min-width:1600px){body{max-width:1800px;margin:auto}.hero-copy{padding-top:95px;padding-bottom:95px}}@media(max-width:1000px){nav{gap:18px}.hero-copy{padding:45px 8%}.hero{min-height:580px}.hero h1{font-size:3.4rem}.services article{padding:25px}.section{padding:65px 6%}.actions{gap:18px}.trust{justify-content:center}.header-call{font-size:.9rem}}@media(max-width:720px){.topline{justify-content:center}.topline span{display:none}header{padding:20px 6%}nav{display:none}.header-call{font-size:.87rem}.header-call span{display:none}.hero{grid-template-columns:1fr}.hero-copy{padding:45px 6%}.hero h1{font-size:3.35rem}.hero-visual{height:350px;min-height:350px}.hero-visual img{object-position:center 58%}.photo-label{bottom:53px;left:24px;font-size:1.4rem}.photo-note{left:24px}.trust{display:grid;grid-template-columns:1fr 1fr;font-size:.78rem;padding:23px 6%}.section-heading{display:block;margin-bottom:30px}.section-heading>p{max-width:none}.services{grid-template-columns:1fr}.services article{padding:25px}.services h3{margin-top:15px}.about,.areas{grid-template-columns:1fr;gap:28px}.section{padding:55px 6%}.steps{grid-template-columns:1fr;gap:20px;margin-top:30px}.steps span{margin-bottom:13px}.steps article{border-bottom:1px solid var(--line);padding-bottom:15px}.contact .actions{align-items:stretch}.contact .button{width:100%}footer{align-items:flex-start;flex-direction:column;padding-bottom:105px;gap:25px}.mobile-contact{display:flex;position:fixed;bottom:0;left:0;right:0;z-index:5;background:var(--yellow);box-shadow:0 -3px 18px #0002;padding-bottom:env(safe-area-inset-bottom)}.mobile-contact a{width:50%;text-align:center;font-weight:700;padding:16px 8px}.mobile-contact a+a{border-left:1px solid #b88e29}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
