@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Libre+Caslon+Display&display=swap');
:root{--blue:#103b61;--ink:#252e32;--muted:#606a70;--paper:#f7f7f3;--line:#d6dcd9}*{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:16px;background:white}a{color:inherit;text-decoration:none}a:focus-visible,button:focus-visible{outline:3px solid #ae7530;outline-offset:5px}.skip{position:absolute;top:-80px;background:white;padding:15px;z-index:10}.skip:focus{top:0}.topline{padding:11px 5%;background:var(--blue);color:white;font-size:12px;letter-spacing:2px;display:flex;justify-content:space-between}header{min-height:118px;padding:14px 5%;display:flex;align-items:center;gap:28px;border-bottom:1px solid var(--line)}.brand{margin-right:auto}.logo-crop{display:block;width:128px;height:94px;overflow:hidden}.logo-crop img{display:block;width:144px;max-width:none;margin:-13px 0 0 -8px}nav{display:flex;gap:29px}nav a{font-size:14px}nav a:hover,.text-link:hover{color:#176c9a}.header-phone{font-size:14px}.button{display:inline-flex;justify-content:space-between;align-items:center;gap:32px;padding:20px 25px;background:var(--blue);color:white;font-size:14px;font-weight:500;transition:background .2s}.button:hover{background:#1c557e}.button span{font-size:20px}.button.small{padding:14px 19px}.hero{padding:48px 5% 0;background:var(--paper);display:grid;grid-template-columns:44% 56%}.hero-copy{padding:35px 25px 30px 0}.eyebrow{font-size:12px;letter-spacing:2.3px;font-weight:600;color:var(--blue);margin:0 0 25px}h1,h2,h3,blockquote{font-family:'Libre Caslon Display',Georgia,serif;font-weight:400}h1{font-size:clamp(48px,5.45vw,88px);line-height:1.02;letter-spacing:-2px;margin:0 0 24px}h1 em{color:var(--blue);font-weight:400}.intro{max-width:360px;color:var(--muted);line-height:1.8;margin-bottom:29px}.text-link{display:block;width:max-content;font-size:14px;margin-top:25px;padding-bottom:8px;border-bottom:1px solid var(--ink)}.text-link span{margin-left:24px}.hero-image{margin:0;position:relative;min-height:560px}.hero-image>img{width:100%;height:100%;position:absolute;object-fit:cover;object-position:center}.hero-image figcaption{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent,#0009);color:white;padding:55px 24px 22px;display:flex;justify-content:space-between;gap:20px;font-size:12px}.hero-image figcaption span:first-child{letter-spacing:1.5px}.hero-bottom{grid-column:1/-1;display:flex;justify-content:space-between;padding:25px 0;font-size:13px;color:var(--muted)}@media(min-width:1600px){.hero{padding-left:max(5%,calc((100vw - 1450px)/2));padding-right:max(5%,calc((100vw - 1450px)/2))}}@media(max-width:900px){header{gap:18px}.header-phone{display:none}nav{gap:18px}.hero{grid-template-columns:46% 54%}.hero-copy{padding-top:15px}.hero-image{min-height:520px}.hero-image figcaption{display:block}.hero-image figcaption span{display:block;margin-top:8px}h1{font-size:57px}}@media(max-width:620px){.topline{font-size:9px;letter-spacing:1px}header{padding:10px 5%;min-height:94px;flex-wrap:wrap;gap:10px}.logo-crop{width:101px;height:73px}.logo-crop img{width:116px;margin:-11px 0 0 -7px}header nav{order:3;width:100%;justify-content:center;padding:10px 0 2px}.button.small{padding:11px 15px}.hero{display:block;padding-top:28px}.hero-copy{padding:10px 0 35px}h1{font-size:60px}.intro{max-width:100%}.hero-image{min-height:400px}.hero-bottom{font-size:11px;gap:20px;line-height:1.6}.eyebrow{font-size:11px}}
section[id]{scroll-margin-top:25px}.section{padding:100px 7%}h2{font-size:clamp(40px,4.1vw,66px);line-height:1.07;margin:0;letter-spacing:-1px}h2 em{color:var(--blue)}.section-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:45px;margin-bottom:48px}.section-heading>p{max-width:330px;line-height:1.8;color:var(--muted);margin:0}.project-grid{display:grid;grid-template-columns:1.15fr 1fr;column-gap:64px;row-gap:56px}.project{margin:0}.project img{display:block;width:100%;height:360px;object-fit:cover}.project.large img{height:465px}.project.offset{padding-top:100px}.project.offset img{height:465px}.project figcaption{padding-top:22px}.project figcaption>span{font-size:11px;letter-spacing:1.6px;color:var(--blue);font-weight:600}.project h3{font-size:32px;line-height:1.15;margin:13px 0 9px}.project p{font-size:14px;line-height:1.7;color:var(--muted);margin:0}.craft{background:#eef2f4;display:grid;grid-template-columns:1fr 1fr;gap:70px}.craft-intro{max-width:420px;color:var(--muted);line-height:1.9;margin:25px 0}.services article{display:flex;gap:25px;padding:23px 0;border-top:1px solid #c5cfd5}.services article:last-child{border-bottom:1px solid #c5cfd5}.services article>span{font-size:12px;color:var(--blue);padding-top:8px}.services h3{font-size:30px;margin:0 0 8px}.services p{font-size:14px;line-height:1.7;color:var(--muted);margin:0}.reviews{background:#fff}.review-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:36px}.review-grid figure{margin:0;padding:10px 25px 0 0;border-right:1px solid var(--line)}.review-grid figure:last-child{border:0}.quote-mark{font-family:Georgia,serif;font-size:64px;line-height:1;color:#7894a9}.review-grid blockquote{font-size:30px;line-height:1.3;margin:0 0 30px}.review-grid figcaption{font-size:14px;font-weight:600}.review-grid figcaption span{display:block;margin-top:7px;font-size:12px;font-weight:400;color:var(--muted)}.review-links{margin-top:55px;padding-top:30px;border-top:1px solid var(--line);display:flex;gap:25px;align-items:center;flex-wrap:wrap}.review-links>p:first-child{margin-right:auto;font-size:14px}.button.outline{border:1px solid var(--blue);color:var(--blue);background:white}.button.outline:hover{background:#eef2f4}.review-note{flex-basis:100%;font-size:12px;color:var(--muted);text-align:right;margin:0}.estimate{padding:85px 7%;background:var(--blue);color:white;display:grid;grid-template-columns:1.2fr 1fr;gap:60px;align-items:center}.estimate .eyebrow{color:#c0d4e1}.estimate h2 em{color:#d0e2ed}.estimate p:not(.eyebrow){line-height:1.8;color:#d7e2e9}.estimate-contact{padding:15px 0 15px 45px;border-left:1px solid #56748b}.estimate-contact>p{font-size:11px;letter-spacing:1.4px}.phone{font-family:'Libre Caslon Display',Georgia,serif;font-size:clamp(32px,3.7vw,56px);display:block;margin:12px 0 25px}.button.light{background:white;color:var(--blue)}.estimate-contact>span{display:block;font-size:13px;margin-top:23px;color:#d7e2e9}footer{padding:35px 7% 20px;display:flex;align-items:center;gap:40px;flex-wrap:wrap}footer>img{width:150px;height:150px;object-fit:contain}footer>div:nth-child(2){flex:1}.footer-tag{font-family:'Libre Caslon Display',Georgia,serif;font-size:28px;margin:0 0 10px}footer p:not(.footer-tag){font-size:13px;color:var(--muted)}footer>a{font-size:13px}.footer-bottom{width:100%;display:flex;justify-content:space-between;border-top:1px solid var(--line);padding-top:20px;font-size:12px;color:var(--muted)}.logo-crop{height:101px;width:125px}.logo-crop img{width:125px;margin:-9px 0 0}.hero-image>img{object-position:50% 50%}@media(max-width:900px){.section{padding:70px 5%}.project-grid{gap:35px}.craft{gap:35px}.review-grid{gap:20px}.review-grid blockquote{font-size:26px}.estimate{padding:65px 5%;gap:25px}.estimate-contact{padding-left:25px}}@media(max-width:620px){.logo-crop{width:104px;height:88px}.logo-crop img{width:104px;margin:-6px 0 0}.section{padding:58px 5%}.section-heading{display:block;margin-bottom:32px}.section-heading>p{margin-top:22px;max-width:100%}h2{font-size:44px}.project-grid,.craft,.review-grid,.estimate{grid-template-columns:1fr}.project.offset{padding-top:0}.project img,.project.large img,.project.offset img{height:360px}.project-grid{gap:36px}.craft{gap:35px}.review-grid figure{padding:15px 0 25px;border-right:0;border-bottom:1px solid var(--line)}.review-grid blockquote{font-size:29px}.review-links{margin-top:25px;gap:15px}.review-note{text-align:left;line-height:1.6}.estimate{padding:58px 5%;gap:30px}.estimate-contact{border-left:0;border-top:1px solid #56748b;padding:20px 0 0}.phone{font-size:44px}footer{padding:24px 5%;gap:20px}footer>img{width:115px;height:115px}footer>div:nth-child(2){flex-basis:50%}.footer-tag{font-size:25px}footer>a{margin-bottom:10px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}
.estimate-contact .phone-hours{font-size:14px;letter-spacing:0;margin:-10px 0 24px}footer .founder{font-size:14px;line-height:1.7;margin-top:18px}footer .founder strong{color:var(--ink);font-weight:600}
