@font-face{font-family:DisplaySerif;src:url('assets/fonts/dm-serif-display.ttf');font-display:swap}
@font-face{font-family:Sans;src:url('assets/fonts/dm-sans-regular.ttf');font-display:swap}
@font-face{font-family:Sans;src:url('assets/fonts/dm-sans-bold.ttf');font-weight:700;font-display:swap}

:root{
  --ink:#1d2421;
  --green:#316a57;
  --green-dark:#224b3e;
  --sage:#e8f0eb;
  --paper:#fbfaf7;
  --line:#dce2dd;
  --muted:#5c655f;
  --coral:#b94c63;
  --aqua:#27878e;
  --sun:#d5a32f;
  --shadow:0 18px 45px rgba(30,49,40,.12);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:#fff;color:#3f4742;font:17px/1.65 Sans,Arial,sans-serif;-webkit-font-smoothing:antialiased}
h1,h2,h3,p,figure{margin:0}
h1,h2,h3{color:var(--ink)}
h1,h2{font:400 42px/1.1 DisplaySerif,Georgia,serif;letter-spacing:-.9px;text-wrap:balance}
h1{font-size:58px;letter-spacing:-1.7px}
h3{font-size:20px;line-height:1.35}
p+p{margin-top:16px}
a{color:inherit;text-decoration:none}
button{font:inherit;cursor:pointer}
img{display:block;max-width:100%;height:auto}
figure{min-width:0}
figure>img{width:100%;object-fit:cover;aspect-ratio:3/2}
figcaption{font-size:12px;color:var(--muted);margin-top:9px}
:focus-visible{outline:3px solid var(--aqua);outline-offset:4px}
.container{width:min(1200px,calc(100% - 80px));margin-inline:auto}
.section{padding:86px 0}
.pale{background:linear-gradient(145deg,#f4f7f4,var(--sage))}
.eyebrow,.page-home-link{color:var(--green);font-size:12px;letter-spacing:1.65px;font-weight:700;line-height:1.6;text-transform:uppercase}
.eyebrow{margin-bottom:13px}
.page-home-link{display:inline-flex;align-items:center;min-height:36px;margin-bottom:8px;text-decoration:underline;text-underline-offset:5px;text-decoration-color:#9db5a7}
.page-home-link:hover{color:var(--green-dark);text-decoration-color:currentColor}
.section-heading{text-align:center;max-width:720px;margin:0 auto 42px}
.section-heading>p:last-child{margin-top:17px}
.underline{width:92px;margin:24px 0;filter:grayscale(1);opacity:.55}
.button{display:inline-flex;align-items:center;justify-content:center;gap:24px;min-height:52px;padding:12px 24px;background:var(--green);color:#fff;border:1px solid var(--green);border-radius:4px;font-size:15px;font-weight:700;box-shadow:0 8px 24px rgba(49,106,87,.12);transition:transform .2s,background .2s,box-shadow .2s}
.button:hover{background:var(--green-dark);border-color:var(--green-dark);box-shadow:0 12px 26px rgba(34,75,62,.2);transform:translateY(-2px)}
.button span{font-size:22px;line-height:1;transition:transform .2s}
.button:hover span{transform:translate(2px,-2px)}
.button-secondary{background:rgba(255,255,255,.88);color:var(--ink);border-color:#aebbb3;box-shadow:none}
.button-secondary:hover{background:#fff;color:var(--green-dark);border-color:var(--green);box-shadow:0 10px 22px rgba(31,52,43,.12)}
.text-link{display:inline-flex;gap:14px;align-items:center;min-height:44px;color:var(--green);font-size:15px;font-weight:700}
.text-link:hover{text-decoration:underline;text-underline-offset:5px}

.skip-link{position:fixed;top:8px;left:8px;z-index:100;padding:12px 16px;background:var(--ink);color:#fff;transform:translateY(-160%)}
.skip-link:focus{transform:none}
.site-header{position:relative;z-index:20;background:rgba(255,255,255,.97);border-bottom:1px solid #e8ece9;box-shadow:0 2px 18px rgba(29,36,33,.035)}
.header-inner{min-height:100px;display:flex;align-items:center;justify-content:space-between;gap:28px}
.brand{display:block;flex:0 0 auto;width:166px}
.client-logo{width:100%;height:auto;max-height:80px;object-fit:contain;filter:drop-shadow(0 2px 4px rgba(29,36,33,.05))}
nav{display:flex;align-items:center;gap:18px;font-size:14px}
nav a{display:flex;align-items:center;min-height:46px;white-space:nowrap}
nav a:hover,nav a[aria-current]{color:var(--green)}
nav a[aria-current]{text-decoration:underline;text-decoration-thickness:2px;text-underline-offset:9px}
.nav-service{display:flex;align-items:center;gap:1px}
.submenu-toggle{border:0;background:none;color:var(--ink);width:25px;height:46px;padding:0}
.dropdown{position:relative}
.submenu{display:none;position:absolute;top:calc(100% - 2px);left:-18px;width:248px;padding:12px 18px;background:#fff;box-shadow:var(--shadow);border:1px solid var(--line);border-radius:7px}
.submenu a{min-height:42px}
.dropdown.open .submenu{display:block}
.menu-toggle{display:none}

.hero{position:relative;min-height:640px;overflow:hidden;background:linear-gradient(115deg,#fff 0%,#fff 44%,#f1f5f2 44%)}
.hero-media{position:absolute;right:0;top:0;width:54%;height:100%;overflow:hidden;border-radius:0 0 0 44px}
.hero-media:after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.92),transparent 22%)}
.hero-media img{width:100%;height:100%;object-fit:cover;object-position:center}
.hero-inner{position:relative;padding-block:96px}
.hero-copy{max-width:500px}
.hero h1{font-size:62px;line-height:1.04}
.hero-copy>p:not(.eyebrow){max-width:420px;margin-bottom:27px}
.hero-actions{display:flex;flex-wrap:wrap;gap:12px}
.hero-actions .button{padding-inline:19px}
.hero-note{display:block;color:var(--muted);font-size:13px;margin-top:14px}

.services-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:22px}
.service-card{width:calc((100% - 44px)/3);padding:28px 24px 25px;text-align:center;border:1px solid var(--line);border-radius:10px;background:#fff;transition:transform .25s,box-shadow .25s,border-color .25s}
.service-card:hover{transform:translateY(-5px);border-color:#a9bcb0;box-shadow:var(--shadow)}
.icon-wash{width:88px;height:88px;display:grid;place-items:center;margin:0 auto 18px;border:1px solid #d7e3dc;border-radius:24px;background:#eef5f1;box-shadow:inset 0 1px 0 rgba(255,255,255,.9)}
.icon-wash img{width:58px;height:58px}
.service-card:nth-child(2) .icon-wash{background:#eef6f6;border-color:#d3e6e7}
.service-card:nth-child(3) .icon-wash{background:#f6f2e9;border-color:#e6ddc9}
.service-card:nth-child(4) .icon-wash{background:#f7eef0;border-color:#ead6dc}
.service-card:nth-child(5) .icon-wash{background:#eff3ee;border-color:#dbe3d8}
.service-card h3{font:400 25px/1.25 DisplaySerif,Georgia,serif}
.service-card p{margin:12px auto;max-width:260px}
.service-card .text-link{color:var(--green);justify-content:center}

.split{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:center;gap:68px}
.split-copy>p:not(.eyebrow){margin-top:22px}
.split-copy>.button,.split-copy>.text-link{margin-top:23px}
.about-split{padding:74px 0;background:linear-gradient(135deg,#edf3ef 0%,#f8f5ef 100%);position:relative;overflow:hidden}
.about-split:after{content:'';position:absolute;right:-110px;bottom:-110px;width:260px;height:260px;border:46px solid rgba(39,135,142,.06);border-radius:50%}
.about-split figure>img{aspect-ratio:1.22;border-radius:2px;box-shadow:var(--shadow)}
.image-pair{display:grid;grid-template-columns:1fr 1fr;gap:14px;height:500px}
.image-pair img{width:100%;height:100%;object-fit:cover;border-radius:2px}
.image-pair img:last-child{margin-top:42px;height:calc(100% - 42px)}
.detail-row{padding-left:19px;border-left:3px solid #8ba798;margin-top:27px}
.detail-row:nth-of-type(3){border-color:var(--aqua)}
.detail-row p{margin-top:8px}
.gallery{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:25px}
.gallery figure{background:#fff;border:1px solid #e6e9e6;box-shadow:0 12px 30px rgba(32,47,39,.07)}
.gallery figure>img{aspect-ratio:4/3}
.gallery figcaption{text-align:center;margin:0;padding:20px 18px 22px}
.gallery h3{font-size:18px}
.gallery p{font-size:15px;margin-top:7px}
.inspiration{background:var(--paper)}
.center-action{text-align:center;margin-top:36px}
.area-section{padding:58px 0;background:linear-gradient(120deg,#e8f0eb,#f3f1e8)}
.area-inner{display:grid;grid-template-columns:70px 1fr 250px;align-items:center;gap:32px}
.area-inner>img{filter:grayscale(1);opacity:.78}
.area-inner h2{font-size:33px}
.area-inner p:not(.eyebrow){margin-top:14px}
.hours{border-left:1px solid #b9c8bf;padding-left:36px}
.hours a{display:inline-block;min-height:44px;color:var(--green);font-weight:700;margin-top:8px}

.faq-section{background:#fff}
.faq-layout{display:grid;grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);align-items:start;gap:80px}
.faq-heading{position:sticky;top:30px}
.faq-heading>p:last-child{max-width:480px;margin-top:20px}
.faq-list{border-top:1px solid var(--line)}
.faq-list details{border-bottom:1px solid var(--line)}
.faq-list summary{position:relative;padding:23px 52px 23px 0;list-style:none;color:var(--ink);font-weight:700;line-height:1.45;cursor:pointer}
.faq-list summary::-webkit-details-marker{display:none}
.faq-list summary:after{content:'+';position:absolute;right:3px;top:18px;width:34px;height:34px;display:grid;place-items:center;border:1px solid #cbd8d0;border-radius:50%;color:var(--green);font-size:22px;font-weight:400;line-height:1}
.faq-list details[open] summary:after{content:'−';background:var(--sage)}
.faq-answer{padding:0 52px 24px 0;color:var(--muted)}

.contact-band{padding:58px 0;background:#fff}
.band-inner{display:flex;justify-content:space-between;gap:38px;align-items:center}
.band-inner h2{font-size:34px}
.band-inner p:not(.eyebrow){margin-top:12px}
.band-inner .button{flex-shrink:0}
footer{background:#1f2b27;color:#d7dfda;padding:64px 0 24px;font-size:14px}
footer .brand{width:190px;background:#fff;border-radius:5px;padding:8px 10px}
footer .client-logo{max-height:none}
footer p{margin-top:18px}
.footer-grid{display:grid;grid-template-columns:1.35fr 1fr 1fr 1.15fr;gap:42px}
.footer-grid h2{font:700 15px Sans,Arial,sans-serif;color:#fff;margin-bottom:16px;letter-spacing:0}
.footer-grid a:not(.brand){display:flex;align-items:center;min-height:38px}
.footer-grid a:hover{text-decoration:underline;text-underline-offset:4px}
.footer-phone{color:#9fcec0;font-weight:700;font-size:18px}
.footer-bottom{border-top:1px solid rgba(255,255,255,.16);margin-top:46px;display:flex;justify-content:space-between;gap:20px;font-size:12px}

.page-intro{padding-block:72px 20px}
.page-intro>p:not(.eyebrow){max-width:680px;margin-top:24px}
.service-hero{padding-block:70px 78px}
.service-hero figure>img{aspect-ratio:1.2;box-shadow:var(--shadow)}
.included{background:#fff;padding:36px;border:1px solid var(--line);border-radius:10px;box-shadow:0 10px 28px rgba(28,48,39,.06)}
.included h2{font-size:29px}
.included ul{padding-left:22px;margin-block:22px}
.included li{padding:9px 0}
.included p{font-size:16px}
.related{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.related a{padding:23px;border:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:20px;color:var(--green);font-weight:700;transition:background .2s,transform .2s}
.related a:hover{background:var(--sage);transform:translateY(-2px)}
.contact-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.2fr);gap:48px;padding-top:42px}
.contact-card{background:linear-gradient(145deg,#edf3ef,#f8f6ef);padding:38px;border-left:5px solid var(--green)}
.contact-card h2{font-size:30px}
.big-phone{font-size:30px;color:var(--green);font-weight:700;display:block;margin-block:15px}
.contact-card p{margin-top:18px}
.contact-card hr{border:0;border-top:1px solid #cbd6cf;margin-block:25px}
.contact-grid figure>img{height:100%;max-height:480px;object-fit:cover;box-shadow:var(--shadow)}
.area-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px 24px;padding:0;list-style:none}
.area-list li{padding:12px 0;border-bottom:1px solid var(--line);font-size:15px}

.gallery-hero{padding-block:70px 58px}
.gallery-hero-image{min-width:0}
.gallery-hero-image figcaption{display:flex;align-items:baseline;justify-content:space-between;gap:16px;margin-top:12px}
.gallery-hero-image figcaption h2{font:700 16px/1.4 Sans,Arial,sans-serif;letter-spacing:0}
.gallery-hero-image figcaption p{font-size:12px}
.project-gallery{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:36px 24px}
.project-gallery figure{grid-column:span 4;margin:0}
.project-gallery figure:nth-child(4),.project-gallery figure:nth-child(5){grid-column:span 6}
.project-gallery figure:nth-child(6){grid-column:span 4}
.project-gallery figure:nth-child(7){grid-column:span 8}
.gallery-open{display:block;position:relative;overflow:hidden;background:var(--sage);box-shadow:0 10px 26px rgba(30,48,40,.08)}
.gallery-open img{width:100%;height:360px;object-fit:cover;transition:transform .35s}
.gallery-hero .gallery-open img{height:auto;aspect-ratio:4/3}
.project-gallery figure:nth-child(4) .gallery-open img,.project-gallery figure:nth-child(5) .gallery-open img,.project-gallery figure:nth-child(7) .gallery-open img{height:410px}
.gallery-open:hover img{transform:scale(1.025)}
.photo-expand{position:absolute;right:12px;bottom:12px;background:#fff;color:var(--ink);width:44px;height:44px;display:grid;place-items:center;border-radius:50%;font-size:22px;box-shadow:0 3px 12px rgba(0,0,0,.2)}
.project-gallery figcaption{margin-top:14px}
.project-gallery h2{font:700 17px/1.4 Sans,Arial,sans-serif;letter-spacing:0}
.source-note{font-size:14px;color:var(--muted);margin-top:34px;max-width:760px}
.source-note a{text-decoration:underline;text-underline-offset:3px}
.lightbox{border:0;padding:56px 20px 20px;background:#1f2b27;color:#fff;max-width:min(95vw,1100px);max-height:95vh;overflow:auto}
.lightbox::backdrop{background:rgba(0,0,0,.82)}
.lightbox img{max-height:76vh;max-width:100%;width:auto;height:auto;margin:auto;object-fit:contain}
.lightbox p{text-align:center;padding-top:14px;font-size:16px}
.lightbox-close{position:absolute;top:8px;right:12px;width:44px;height:44px;font-size:32px;border:1px solid rgba(255,255,255,.35);border-radius:50%;background:transparent;color:#fff}

.testimonials-layout{display:grid;grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);align-items:stretch;gap:0;max-width:1040px;margin:auto;box-shadow:var(--shadow)}
.testimonials-layout>figure{background:var(--sage)}
.testimonials-layout>figure img{width:100%;height:100%;min-height:510px;object-fit:cover}
.testimonials-layout>figure figcaption{display:none}
.review-panel{background:linear-gradient(145deg,#eff4f0,#f8f5ed);border:1px solid #d3ddd6;padding:48px 54px;text-align:left;display:flex;flex-direction:column;justify-content:center}
.review-monogram{font:100px/.65 DisplaySerif,Georgia,serif;color:#7e9b8a;margin-bottom:18px}
.review-panel h2{margin-bottom:22px}
.review-panel>p{max-width:600px}
.review-panel .button{margin-top:28px;align-self:flex-start}
.review-panel .review-date{font-size:12px;margin-top:20px;color:var(--muted)}

@media(min-width:1500px){.hero{min-height:690px}.hero-inner{padding-block:112px}}
@media(max-width:1100px){
  .header-inner{gap:18px}.brand{width:148px}nav{gap:14px;font-size:13px}.split{gap:42px}h1{font-size:50px}.hero-copy{max-width:445px}.hero-media{width:52%}.footer-grid{gap:26px}.area-inner{grid-template-columns:58px 1fr 220px}.area-inner h2{font-size:30px}
}
@media(max-width:940px){
  .menu-toggle{display:grid;gap:5px;place-content:center;width:48px;height:48px;border:1px solid var(--line);background:#fff;border-radius:5px}
  .menu-toggle span{display:block;width:21px;height:2px;background:var(--ink)}
  .header-inner nav{position:absolute;top:100%;left:0;right:0;padding:16px 28px 24px;background:#fff;border-top:1px solid var(--line);box-shadow:0 16px 22px rgba(31,43,39,.12);align-items:stretch;gap:3px;flex-direction:column;display:none;font-size:16px}
  .header-inner nav.open{display:flex}nav a{min-height:48px}.nav-service{justify-content:space-between}.submenu-toggle{width:48px;height:48px}.submenu{position:static;box-shadow:none;width:100%;padding:0 18px;border:0;border-left:2px solid #b7c9be;border-radius:0}.header-inner{min-height:92px}
}
@media(max-width:800px){
  .container{width:calc(100% - 48px)}.hero-copy{max-width:390px}.hero-copy>p:not(.eyebrow){max-width:350px}.hero h1{font-size:49px}.service-card{width:calc((100% - 22px)/2)}.split{gap:30px}h2{font-size:34px}.image-pair{height:430px}.area-inner{grid-template-columns:50px 1fr}.hours{grid-column:2;border:0;padding:0}.faq-layout{grid-template-columns:1fr;gap:34px}.faq-heading{position:static}.footer-grid{grid-template-columns:1fr 1fr;gap:38px}.band-inner{align-items:flex-start;flex-direction:column}.gallery{gap:17px}.contact-grid{grid-template-columns:1fr}.contact-grid figure>img{height:auto;max-height:none;aspect-ratio:16/10}.area-list{grid-template-columns:repeat(2,minmax(0,1fr))}.project-gallery{grid-template-columns:repeat(2,minmax(0,1fr))}.project-gallery figure,.project-gallery figure:nth-child(n){grid-column:auto}.project-gallery .gallery-open img,.project-gallery figure:nth-child(n) .gallery-open img{height:360px}.testimonials-layout{grid-template-columns:1fr}.testimonials-layout>figure img{min-height:0;aspect-ratio:16/9}.review-panel{padding:42px}
}
@media(max-width:700px){
  body{font-size:16px}.container{width:calc(100% - 40px)}.header-inner{min-height:84px}.brand{width:140px}.client-logo{max-height:70px}.hero{display:flex;flex-direction:column;min-height:0;background:#fff}.hero-inner{padding-block:43px 36px;order:0}.hero-copy{max-width:100%}.hero-copy>p:not(.eyebrow){max-width:480px}.hero .eyebrow{font-size:10px;letter-spacing:1.15px}.hero-media{position:relative;width:100%;height:330px;order:1;border-radius:0}.hero-media:after{display:none}.hero h1{font-size:43px}.hero-actions{gap:10px}.hero-actions .button{font-size:13px;padding-inline:14px;gap:10px}.section{padding:56px 0}.section-heading{margin-bottom:30px}h1{font-size:40px}h2{font-size:31px}.services-grid{gap:16px}.service-card{width:100%;padding:25px}.service-card p{max-width:310px}.split{grid-template-columns:1fr;gap:34px}.about-split{padding:52px 0}.about-split figure>img{aspect-ratio:1.35}.image-pair{height:330px;order:1}.details-section .split-copy{order:0}.gallery{grid-template-columns:1fr;gap:30px}.gallery figure>img{aspect-ratio:16/11}.area-inner{grid-template-columns:1fr;gap:20px}.area-inner>img{width:54px}.hours{grid-column:auto;border-top:1px solid #bdcbc2;padding-top:20px}.area-section{padding:48px 0}.faq-list summary{padding-right:46px}.faq-answer{padding-right:18px}.band-inner h2{font-size:30px}.contact-band{padding:48px 0}.footer-grid{grid-template-columns:1fr;gap:34px}.footer-bottom{flex-direction:column;gap:0}.footer-bottom p{margin-top:14px}.page-intro{padding-block:46px 0}.page-home-link{font-size:10px;letter-spacing:1.15px}.service-hero,.gallery-hero{padding-block:46px 52px}.service-hero figure>img{aspect-ratio:1.35}.gallery-hero-image figcaption{align-items:flex-start;flex-direction:column;gap:2px}.included{padding:26px}.related{grid-template-columns:1fr}.contact-grid{grid-template-columns:1fr;gap:30px;padding-top:34px}.contact-card{padding:27px;border-left-width:4px}.big-phone{font-size:27px}.contact-grid figure>img{height:auto;max-height:none;aspect-ratio:4/3}.area-list{grid-template-columns:1fr}.area-list li{font-size:16px}.project-gallery{grid-template-columns:1fr;gap:30px}.gallery-open img,.project-gallery figure:nth-child(n) .gallery-open img{height:auto;aspect-ratio:4/5}.gallery-hero .gallery-open img{aspect-ratio:4/3}.project-gallery h2{font-size:18px}.lightbox{padding-inline:12px}.testimonials-layout>figure img{aspect-ratio:4/3}.review-panel{padding:35px 25px}.review-panel h2{font-size:30px}.review-monogram{font-size:84px}
}
@media(max-width:390px){.container{width:calc(100% - 32px)}.hero-actions{display:grid}.hero-actions .button{width:100%}.hero h1{font-size:39px}.big-phone{font-size:24px}.footer-grid .brand{width:175px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important;animation:none!important}}
@media(scripting:none){@media(max-width:940px){.header-inner nav{position:static;display:flex;box-shadow:none;width:100%}.header-inner{flex-wrap:wrap}.menu-toggle{display:none}.submenu{display:block}}}
