@charset "UTF-8";
:root{--ink:#182523;--muted:#5c6762;--paper:#f6f6f0;--line:#d8ded4;--accent:#d7ef72}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:24px}body{margin:0;background:var(--paper);color:var(--ink);font-family:Arial,Helvetica,sans-serif;font-size:16px;line-height:1.6}a{color:inherit;text-underline-offset:5px}button{font:inherit;cursor:pointer}a,button{-webkit-tap-highlight-color:transparent}a:focus-visible,button:focus-visible{outline:3px solid #558016;outline-offset:5px}img{display:block;max-width:100%}figure,p,h1,h2,h3{margin:0}h1,h2,h3{line-height:1.08}h1,h2{letter-spacing:-.055em}h2{font-size:clamp(32px,4vw,54px);font-weight:600}section{scroll-margin-top:24px}.header{max-width:1440px;margin:auto;padding:26px 5%;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:flex;align-items:center;gap:12px;text-decoration:none;font-weight:800;line-height:1.3;letter-spacing:.04em;font-size:20px}.brand small{display:block;font-size:10px;letter-spacing:.13em;margin-top:4px}.brand-mark{background:var(--ink);color:var(--accent);font-size:27px;padding:8px 10px;letter-spacing:-.08em}.header nav{display:flex;align-items:center;gap:32px}.header nav a{font-size:15px;text-decoration:none;padding:10px 0}.header nav a:last-child{border-bottom:1px solid var(--ink)}.hero{max-width:1440px;margin:auto;padding:24px 5% 64px;display:grid;grid-template-columns:1fr 1fr;gap:6%;align-items:center}.eyebrow{font-size:12px;font-weight:700;letter-spacing:.16em;margin-bottom:22px}.hero .eyebrow{display:flex;align-items:center;gap:9px}.eyebrow span{width:7px;height:7px;background:#7c971f;border-radius:50%}h1{font-size:clamp(44px,5.4vw,78px);font-weight:600}h1 em{font-style:normal;color:#6c8050}.hero-description{max-width:405px;color:var(--muted);margin:24px 0 28px;font-size:17px}.button{display:inline-flex;align-items:center;justify-content:space-between;gap:24px;background:var(--ink);color:white;padding:15px 21px;text-decoration:none;font-size:15px}.button span{color:var(--accent);font-size:22px}.hero-phone{display:inline-block;margin:16px 0 0 18px;font-size:15px}.hero-image{position:relative;background:#d2d7cd}.hero-image>img{width:100%;height:550px;object-fit:cover}.hero-image figcaption{position:absolute;bottom:0;left:0;right:0;padding:22px;color:white;background:linear-gradient(transparent,rgba(0,0,0,.85));padding-top:65px;font-size:16px}.hero-image figcaption>span:first-child{display:block;font-size:10px;letter-spacing:.15em;margin-bottom:6px}.hero-image figcaption>span:last-child{float:right;color:var(--accent);font-size:25px}.section{padding:72px 5%;max-width:1440px;margin:auto}.work{border-top:1px solid var(--line)}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:32px}.section-heading>p{color:var(--muted);font-size:15px;max-width:330px}.filters{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:14px}.filters button{border:1px solid #c4cdbf;background:transparent;padding:10px 16px;color:var(--ink);font-size:14px;border-radius:4px;min-height:44px}.filters button[aria-pressed=true]{background:var(--ink);color:white;border-color:var(--ink)}.filters button:hover{border-color:var(--ink)}.result-count{font-size:13px;color:var(--muted);margin:16px 0 22px}.gallery{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:34px 24px}.photo-link{display:block;position:relative;background:#e5e8df;overflow:hidden}.photo-link img{width:100%;height:285px;object-fit:cover;transition:transform .3s}.photo-link:hover img{transform:scale(1.035)}.enlarge{position:absolute;bottom:12px;right:12px;background:var(--paper);width:36px;height:36px;text-align:center;line-height:36px;font-size:20px}.project figcaption{padding-top:13px}.project figcaption>span{font-size:11px;text-transform:uppercase;letter-spacing:.12em;color:var(--muted)}.project h3{font-size:17px;line-height:1.4;margin-top:4px;font-weight:500}.gallery-end{border-top:1px solid var(--line);padding-top:30px;margin-top:44px;color:var(--muted)}.gallery-end a{margin-left:10px;color:var(--ink)}.services{background:#e9ede3;display:grid;grid-template-columns:1fr 1fr;gap:8%}.service-detail>p{font-size:19px;margin-bottom:20px}.service-detail ul{padding:0;margin:30px 0 0;list-style:none;display:grid;grid-template-columns:1fr 1fr;gap:10px 20px;font-size:14px}.service-detail li{border-top:1px solid #c7cfc0;padding-top:10px}.contact{background:var(--ink);color:var(--paper);display:grid;grid-template-columns:1fr 1fr;gap:8%;padding-top:80px;padding-bottom:80px}.contact .eyebrow{color:var(--accent)}.contact h2{margin-bottom:25px}.contact>div>p:last-child{color:#b8c5bc}.contact-details{align-self:center}.contact-phone{display:flex;justify-content:space-between;align-items:center;font-size:clamp(27px,3vw,40px);text-decoration:none;border-bottom:1px solid #4f6057;padding-bottom:12px;letter-spacing:-.03em}.contact-phone span{color:var(--accent)}.email{display:inline-block;margin:20px 0 28px;font-size:17px;overflow-wrap:anywhere}address{font-style:normal;color:#b8c5bc}footer{max-width:1440px;margin:auto;display:flex;justify-content:space-between;gap:20px;padding:24px 5%;font-size:13px;color:var(--muted)}.skip{position:fixed;top:-80px;left:10px;padding:12px;background:white;z-index:10}.skip:focus{top:10px}.lightbox{border:0;background:#14201e;color:white;width:min(1100px,96vw);max-height:95dvh;padding:16px}.lightbox::backdrop{background:rgba(0,0,0,.85)}.lightbox form{text-align:right;margin:0 0 12px}.lightbox button{background:transparent;color:white;border:1px solid #69756f;min-height:44px;padding:6px 15px}.lightbox>img{height:calc(85dvh - 135px);width:100%;object-fit:contain}.lightbox-bottom{display:flex;align-items:center;justify-content:space-between;gap:18px;padding-top:14px}.lightbox-bottom p{text-align:center;font-size:15px}body:has(dialog[open]){overflow:hidden}[hidden]{display:none!important}
@media(min-width:1440px){.hero-image>img{height:590px}}@media(max-width:1000px){.header nav{gap:20px}.hero{gap:4%}.hero-image>img{height:480px}.hero-phone{margin-left:0;display:block}.photo-link img{height:235px}.gallery{gap:28px 18px}.section-heading{align-items:start}.section-heading>p{max-width:240px}}@media(max-width:700px){.header{padding:20px 6%;flex-wrap:wrap;gap:14px}.brand{font-size:18px}.header nav{justify-content:space-between;width:100%;gap:18px;border-top:1px solid var(--line);padding-top:7px}.header nav a{font-size:14px}.hero{padding:20px 6% 40px;grid-template-columns:1fr;gap:32px}h1{font-size:clamp(44px,10vw,65px)}.hero-description{max-width:100%;font-size:16px;margin:22px 0}.hero-phone{display:inline-block;margin-left:14px}.hero-image>img{height:380px}.section{padding:46px 6%}.section-heading{display:block;margin-bottom:24px}.section-heading>p{margin-top:18px;max-width:none}.gallery{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px 14px}.photo-link img{height:210px}.project h3{font-size:15px}.project figcaption>span{font-size:10px}.filters{gap:7px}.filters button{font-size:13px;padding:9px 12px}.services,.contact{grid-template-columns:1fr;gap:30px}.service-detail>p{font-size:17px}.contact-phone{font-size:32px}.gallery-end a{display:block;margin:8px 0 0}footer{padding:24px 6%;font-size:12px}.eyebrow{margin-bottom:16px}}@media(max-width:420px){.gallery{grid-template-columns:1fr}.photo-link img{height:285px}.hero-image>img{height:320px}.hero-phone{display:block;margin-left:0}.email{font-size:16px}footer{align-items:start}footer span{max-width:180px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{transition:none!important}}
