@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');
:root{--green:#183e2d;--lime:#d4ef77;--cream:#f7f7ee;--ink:#173c2c}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:28px}body{margin:0;background:var(--cream);color:var(--ink);font-family:'DM Sans',Arial,sans-serif}a{color:inherit;text-decoration:none}a:focus-visible{outline:3px solid #668d29;outline-offset:6px}header,footer{display:flex;align-items:center;justify-content:space-between}.header{padding:27px 5%;border-bottom:1px solid #183e2d24}.brand{display:flex;align-items:center;gap:12px;font:800 21px/1 'Manrope',Arial,sans-serif;letter-spacing:-.6px}.brand small{display:block;font-size:11px;letter-spacing:3.5px;margin-top:7px}.brand-icon{background:var(--green);color:var(--lime);border-radius:50%;width:51px;height:51px;display:flex;align-items:center;justify-content:center;font-size:19px;position:relative;letter-spacing:-3px;padding-right:7px}.brand-icon span{font-size:16px;position:absolute;right:7px;top:8px}nav{display:flex;gap:36px;align-items:center;font-size:14px;font-weight:600}.nav-cta{border:1px solid #183e2d55;border-radius:6px;padding:15px 20px}.nav-cta span{margin-left:22px}.hero{display:grid;grid-template-columns:1fr 1fr;min-height:650px}.hero-copy{padding:64px 6% 36px 10%;display:flex;flex-direction:column;align-items:flex-start}.eyebrow{font-size:12px;font-weight:700;letter-spacing:1.7px;margin:0 0 30px}h1,h2{font-family:'Manrope',Arial,sans-serif;letter-spacing:-4px;font-weight:600}h1{font-size:clamp(60px,6.7vw,100px);line-height:1.04;margin:0 0 26px}.intro{font-size:18px;line-height:1.7;margin:0 0 30px;color:#466151}.button{display:inline-flex;align-items:center;gap:50px;background:var(--green);color:white;padding:19px 24px;border-radius:5px;font-weight:600;font-size:15px;transition:background .2s,transform .2s}.button:hover{background:#2f573e;transform:translateY(-2px)}.button span{color:var(--lime);font-size:22px}.hero-foot{display:flex;gap:14px;align-items:center;margin-top:auto;padding-top:42px}.mini-mark{font-size:44px;line-height:1}.hero-foot p{font-size:13px;line-height:1.4;margin:0}.hero-image{position:relative;overflow:hidden;background:#547346;min-height:600px}.hero-image img{width:100%;height:100%;position:absolute;object-fit:cover}.hero-image:after{content:'';position:absolute;inset:55% 0 0;background:linear-gradient(transparent,#102b1fcc)}.image-label{position:absolute;z-index:1;bottom:30px;left:30px;right:30px;color:white;font-size:12px;letter-spacing:1.7px;font-weight:700;display:flex;justify-content:space-between;gap:15px}.image-label span{font-size:10px}.ticker{background:var(--lime);display:flex;justify-content:space-around;align-items:center;padding:24px 4%;gap:25px;font-size:13px;font-weight:700;letter-spacing:1.6px}.ticker span:nth-child(even){font-size:25px}.about{padding:100px 5%;display:grid;grid-template-columns:1fr 2fr 1fr;gap:36px;align-items:start}.about .eyebrow{margin-top:12px}h2{font-size:clamp(34px,3.6vw,52px);letter-spacing:-2px;line-height:1.12;margin:0 0 24px}.about p:not(.eyebrow){font-size:17px;line-height:1.8;max-width:535px;color:#496052}.text-link{font-weight:600;font-size:15px;display:inline-flex;gap:30px;border-bottom:1px solid #7d9482;padding:14px 0 10px}.wordmark{font-family:'Manrope',Arial,sans-serif;font-size:52px;font-weight:800;letter-spacing:-3px;line-height:.95;padding:32px 0 0 24px;transform:rotate(-6deg);opacity:.85}.wordmark span{display:block;font-size:12px;letter-spacing:5px;margin-top:12px}.contact{margin:0 3% 50px;background:var(--green);color:var(--cream);border-radius:8px;padding:58px 5%;display:grid;grid-template-columns:1.3fr 1fr;gap:60px;align-items:center}.contact .eyebrow{color:var(--lime);margin-bottom:22px}.contact h2{margin:0}.contact-detail{border-left:1px solid #ffffff40;padding-left:40px;line-height:1.7;font-size:18px}.contact-detail .subtle{font-size:15px;color:#c5d2c9}footer{padding:0 5% 35px;gap:24px;font-size:13px}.footer-brand{font-size:17px;gap:10px}.footer-brand small{font-size:9px;letter-spacing:2px;margin:0}footer p{color:#617064}@media(min-width:1600px){.hero{min-height:770px}.hero-copy{padding-top:90px}}@media(max-width:850px){.header{padding:22px 6%}nav>a:first-child{display:none}.hero{grid-template-columns:1fr}.hero-copy{padding:48px 6% 36px}.hero h1{font-size:72px}.hero-foot{display:none}.hero-image{min-height:470px}.ticker{flex-wrap:wrap;font-size:11px;gap:14px}.ticker span:nth-last-child(-n+2){display:none}.about{grid-template-columns:1fr;padding:65px 6%;gap:10px}.wordmark{display:none}.about .eyebrow{margin:0 0 15px}.contact{grid-template-columns:1fr;gap:26px;padding:40px 7%}.contact-detail{padding:0;border:0}.contact-detail p{margin:0 0 12px}footer{flex-wrap:wrap}.footer-brand{width:100%}}@media(max-width:440px){.brand{font-size:18px}.brand-icon{width:43px;height:43px}.brand small{font-size:9px}.nav-cta{font-size:12px;padding:12px}.nav-cta span{margin-left:9px}.hero h1{font-size:62px;letter-spacing:-3px}.hero-image{min-height:380px}.image-label{left:20px;right:20px;flex-direction:column;font-size:11px}.intro{font-size:17px}.ticker{font-size:10px;letter-spacing:.8px}.contact h2{font-size:34px}.contact{margin-bottom:30px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}

/* Clean Cut's supplied blue and yellow identity */
:root{--green:#132c39;--lime:#f4d638;--cream:#fafaf6;--ink:#152c38}.header{background:#fff;padding-top:12px;padding-bottom:12px}.brand img{width:170px;height:102px;object-fit:contain}.hero{min-height:690px}.hero-copy{padding-top:50px;padding-bottom:40px}.hero h1{font-size:clamp(62px,6.5vw,94px);letter-spacing:-4.5px;line-height:1.02}.hero h1 em{font-style:normal;color:#287995}.intro{color:#53616a;font-size:17px}.hero-image img{object-position:50% 50%}.hero-image:after{background:linear-gradient(transparent,#102935cc)}.button{background:var(--lime);color:var(--ink)}.button span{color:var(--ink)}.button:hover{background:#e7c62d}.hero-foot p{color:#5a6870}.mini-mark{color:#287995}.section{padding:80px 6%}.section-head{margin-bottom:38px}.section-head .eyebrow{margin-bottom:18px;color:#287995}.section-head h2{margin-bottom:15px}.section-head>p:last-child:not(.eyebrow){color:#56666d;line-height:1.6}.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:44px}.service-grid article{border-top:1px solid #bbc9cf;padding-top:24px}.number{font-size:13px;color:#287995;font-weight:700}h3{font-family:'Manrope',Arial,sans-serif;font-size:24px;letter-spacing:-.8px;font-weight:600;margin:24px 0 12px}.service-grid p{color:#53616a;line-height:1.8;font-size:16px;margin:0;max-width:330px}.projects{background:#eef3f5}.comparison{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-bottom:48px}.comparison>div:not(.project-caption){position:relative;height:530px;overflow:hidden}.comparison img{width:100%;height:100%;object-fit:cover;object-position:center 42%}.photo-tag{position:absolute;top:20px;left:20px;background:#fff;padding:11px 17px;font-size:12px;font-weight:700;letter-spacing:1.5px;border-radius:3px}.photo-tag.after{background:var(--lime)}.project-caption{grid-column:1/-1;display:flex;align-items:baseline;justify-content:space-between;gap:25px}.project-caption h3{margin:4px 0}.project-caption p{font-size:15px;line-height:1.6;color:#52636d;margin:0}.landscape>div:not(.project-caption){height:440px}.detail-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:60px}figure{margin:0}.detail-grid img{display:block;width:100%;height:380px;object-fit:cover}.detail-grid figcaption{font-size:14px;line-height:1.6;margin-top:16px}.contact{margin-top:55px}.contact-detail h3{color:var(--lime);margin-top:0}.footer-name{font-weight:800;letter-spacing:-.5px;font-size:18px}.footer-name span{display:block;font-size:9px;letter-spacing:2px;margin-top:4px}footer p{color:#53616a}.footer-name{color:var(--ink)}@media(max-width:850px){.hero{min-height:0}.hero h1{font-size:76px}.hero-image{min-height:520px}.hero-copy{padding:45px 6%}.brand img{width:136px;height:84px}.section{padding:55px 6%}.service-grid{gap:24px}.service-grid h3{font-size:21px}.comparison>div:not(.project-caption){height:390px}.landscape>div:not(.project-caption){height:330px}.detail-grid img{height:280px}.project-caption{display:block}.project-caption p{margin-top:8px}}@media(max-width:580px){nav>a:not(.nav-cta){display:none}.hero h1{font-size:62px;letter-spacing:-3px}.hero-image{min-height:500px}.service-grid{grid-template-columns:1fr;gap:30px}.service-grid h3{margin-top:15px}.service-grid p{max-width:none}.comparison{gap:10px}.comparison>div:not(.project-caption){height:340px}.landscape>div:not(.project-caption){height:260px}.photo-tag{top:10px;left:10px;font-size:10px;padding:8px 12px}.detail-grid{grid-template-columns:1fr;gap:30px}.detail-grid img{height:auto;max-height:490px;object-fit:cover}.section-head h2{font-size:38px}.contact{margin-top:30px}.ticker span:nth-last-child(-n+2){display:initial}.ticker{gap:12px;justify-content:center}.ticker span:nth-child(even){font-size:18px}.ticker span:nth-child(4){display:none}.ticker span:nth-child(5){width:100%;text-align:center}.ticker span:last-child{display:none}}

.phone{display:block;font-size:clamp(24px,3vw,35px);font-weight:600;letter-spacing:-1px}.email{display:inline-block;font-size:16px;margin:14px 0 4px;overflow-wrap:anywhere}.facebook{display:inline-block;font-size:14px;border-bottom:1px solid #a9bcc7;padding-bottom:6px}.phone:hover,.email:hover,.facebook:hover{color:var(--lime)}.entrance>div:not(.project-caption){height:420px}.detail-grid{grid-template-columns:repeat(3,1fr)}@media(max-width:580px){.detail-grid{grid-template-columns:1fr}.entrance>div:not(.project-caption){height:270px}.hero .eyebrow{font-size:10px;letter-spacing:1.1px}.hero h1{font-size:clamp(46px,14vw,62px)}.phone{font-size:29px}}

.curbing-styles{background:#fff}.style-options{display:grid;grid-template-columns:1fr 1fr;gap:32px}.style-options article{padding:30px;background:#eef3f5;border-top:4px solid #287995}.style-options h3{margin-top:0}.style-options p,.color-note p{font-size:16px;line-height:1.7;color:#53616a}.style-options ul{padding-left:20px;line-height:2;font-size:16px;margin-bottom:24px}.style-options a,.brochure-links a{font-size:15px;font-weight:600;text-decoration:underline;text-underline-offset:5px}.color-note{display:flex;justify-content:space-between;align-items:center;gap:40px;margin:25px 0 30px}.color-note p{max-width:670px}.brochure-links{display:flex;flex-direction:column;gap:18px;flex-shrink:0}@media(max-width:700px){.style-options{grid-template-columns:1fr}.color-note{display:block}.brochure-links{margin:24px 0}.curbing-styles .button{gap:20px}}
