@import"https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@600;700;800&family=Inter:wght@400;600;700&display=swap";:root{--accent: #ef5725;--accent-dark: #d74618;--ink: #20201e;--muted: #625f59;--paper: #f4f1e9;--soft: #e7e3d9;--line: rgba(32, 32, 30, .2)}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:78px}body{margin:0;background:var(--paper);color:var(--ink);font-family:Inter,sans-serif;font-size:18px}a{color:inherit;text-decoration:none}button{font:inherit}.skip-link{position:fixed;top:8px;left:8px;z-index:100;padding:12px 18px;background:#fff;transform:translateY(-150%)}.skip-link:focus{transform:none}.site-header{min-height:78px;padding:0 clamp(24px,6vw,88px);display:flex;align-items:center;gap:36px;border-bottom:1px solid var(--line);background:color-mix(in srgb,var(--paper) 94%,transparent);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);position:sticky;top:0;z-index:20}.logo{min-height:44px;display:inline-flex;align-items:center;font:800 29px/1 Barlow Condensed,sans-serif;text-transform:uppercase;letter-spacing:-.04em}.logo-wordmark{display:inline-flex;align-items:baseline}.logo-wordmark>span{font-weight:600}.logo i{color:var(--accent);font-size:.58em;font-style:normal;letter-spacing:0}.logo .logo-home-label{width:38px;height:38px;margin-left:clamp(16px,2.5vw,34px);padding:0;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--line);border-radius:50%}.logo-home-label svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.logo:hover .logo-home-label,.logo:focus-visible .logo-home-label{border-color:currentColor;background:var(--soft)}.logo:hover,.logo:focus-visible{color:var(--accent-dark)}.location-actions{display:grid;grid-template-columns:repeat(auto-fit,minmax(420px,1fr));position:relative;z-index:10;border-bottom:1px solid var(--line);box-shadow:0 8px 24px #19181517}.location-action{min-width:0;border-right:1px solid rgba(255,255,255,.2);background:var(--ink);color:#fff}.location-action:last-child{border-right:0}.location-action h2{padding:12px 28px;background:#ffffff14;font-size:24px;letter-spacing:.02em}.location-action>div{display:grid;grid-template-columns:1fr 1fr}.location-action a{min-height:96px;padding:16px 22px;display:grid;grid-template-columns:38px 1fr auto;align-items:center;gap:12px;color:#fff;transition:filter .2s}.location-action a:hover,.location-action a:focus-visible{filter:brightness(.9)}.call-action{background:var(--accent-dark)}.map-action{background:var(--ink)}.contact-action-icon{width:42px;height:42px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.45);border-radius:50%;font-size:19px}.contact-action-icon svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.location-actions small{display:block;margin-bottom:5px;color:#ffffffad;font-size:13px;font-weight:700;letter-spacing:.15em;text-transform:uppercase}.location-actions strong{display:block;font:700 clamp(23px,2vw,32px) / 1 "Barlow Condensed",sans-serif}.location-actions .arrow{width:22px}.eyebrow{margin:0 0 28px;display:flex;align-items:center;gap:10px;font-size:14px;font-weight:700;letter-spacing:.17em;text-transform:uppercase}.eyebrow span{width:28px;height:2px;background:var(--accent)}h1,h2{margin:0;font-family:Barlow Condensed,sans-serif;font-weight:800;line-height:.9;letter-spacing:-.04em;text-transform:uppercase}.arrow{width:20px;fill:none;stroke:currentColor;stroke-width:1.8}.button{min-height:64px;padding:0 24px;display:inline-flex;align-items:center;justify-content:space-between;gap:38px;border:0;background:var(--ink);color:#fff;font-size:15px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;transition:transform .2s,background .2s}.button:hover,.button:focus-visible{transform:translateY(-2px);background:#050505}.home-hero{min-height:190px;padding:42px max(24px,7.5vw);display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}.home-hero h1{font-size:clamp(46px,5.5vw,76px)}.home-hero>p{color:var(--muted);font-size:18px}.service-index{display:grid;grid-template-columns:repeat(auto-fit,minmax(310px,1fr))}.service-tile{min-height:430px;padding:36px max(24px,7.5vw);display:grid;grid-template-columns:auto 1fr auto;grid-template-rows:auto 1fr;gap:22px;align-items:end;border-right:1px solid var(--line);border-bottom:1px solid var(--line);transition:background .2s,color .2s}.service-tile:last-child{border-right:0}.service-tile>span{align-self:start;font:600 16px Barlow Condensed}.service-tile>svg:not(.arrow){width:120px;height:120px;justify-self:end;align-self:start;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}.service-tile>img{width:145px;height:145px;align-self:start;justify-self:end;object-fit:contain;filter:drop-shadow(0 14px 16px rgba(25,25,23,.2));transition:transform .2s}.service-tile:hover>img,.service-tile:focus-visible>img{transform:translateY(-4px) scale(1.03)}.service-tile>div{grid-column:1/3}.service-tile small{font-size:14px;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.service-tile h2{margin-top:10px;font-size:clamp(40px,5vw,72px)}.service-tile:hover,.service-tile:focus-visible{background:var(--ink);color:#fff}.coffee-theme{--accent: #9b572f;--accent-dark: #6f351d;--paper: #f4eadb;--soft: #dfc9aa;--line: rgba(61, 35, 22, .22);background-color:var(--paper);background-image:linear-gradient(#f4eadbe0,#f4eadbe0),url(/assets/coffee2-BX97P-NM.jpg);background-position:center top;background-size:auto,min(1000px,100vw) auto}.mower-theme{--accent: #3c7d4a;--accent-dark: #245d31;--paper: #eff2e4;--soft: #bdd09f;--line: rgba(24, 62, 34, .22)}.mower-theme .service-hero{--mower-card-gap: clamp(20px, 2.5vw, 30px);position:relative;display:block;min-height:clamp(600px,56.25vw,850px);margin-top:clamp(18px,2vw,28px);padding:clamp(24px,4vw,58px);background:#dbe7ce;overflow:hidden;isolation:isolate}.mower-theme .service-copy{position:relative;z-index:2;width:min(680px,62%);min-height:0;margin-bottom:var(--mower-card-gap);padding:clamp(24px,3vw,40px);background:#eff2e4f0;box-shadow:0 18px 45px #1a381c2e}.mower-theme .service-copy h1{font-size:clamp(44px,5vw,72px)}.mower-theme .service-hero>.branch-details{position:relative;z-index:2;gap:var(--mower-card-gap);background:transparent;border:0;box-shadow:none}.mower-theme .service-hero>.branch-details article{min-height:180px;padding:24px clamp(20px,3vw,38px);border:0;background:#eff2e4f2;box-shadow:0 14px 34px #1a381c2e;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.mower-theme .service-hero>.branch-details small{margin-bottom:18px}.mower-theme .service-hero>.branch-details h2{margin-bottom:16px;font-size:clamp(38px,4vw,58px)}.mower-theme .service-hero>.branch-details .parking-sign{width:42px;height:42px;margin-bottom:16px;font-size:29px}.service-hero{min-height:600px;display:grid;grid-template-columns:1fr 1fr}.service-copy{padding:clamp(70px,8vw,125px) max(24px,7.5vw);display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.service-copy h1{max-width:760px;font-size:clamp(52px,6vw,88px)}.coffee-theme .service-hero{min-height:500px;display:flex;color:#fff;background-image:linear-gradient(#1c0d07b3,#1c0d07c7),url(/assets/coffee2-BX97P-NM.jpg);background-position:center;background-size:cover}.coffee-theme .service-copy{width:100%;min-height:inherit}.coffee-heading{display:flex;align-items:center;gap:clamp(18px,2.5vw,38px)}.spinning-coffee-bean{display:grid;width:clamp(78px,9vw,132px);aspect-ratio:1;flex:0 0 auto;place-items:center;overflow:hidden;border:1px solid #111;border-radius:50%;background:#000;will-change:transform}.spinning-coffee-bean img{display:block;width:100%;height:100%}.coffee-theme .service-copy>p:not(.eyebrow){color:#f7eee3}.coffee-theme .service-index,.coffee-theme .branch-details{background:#f4eadbe6;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.coffee-theme .other-services{background:#dfc9aaeb}.coffee-theme .contact{background-image:linear-gradient(#111110e6,#111110f0),url(/assets/coffee2-BX97P-NM.jpg);background-position:center;background-size:cover}.service-copy>p:not(.eyebrow){margin:28px 0;color:var(--muted);font-size:20px;line-height:1.7}.service-page .button{background:var(--accent-dark)}.service-page .button:hover{background:var(--ink)}.hero-contact-buttons{margin-top:clamp(26px,3vw,38px);display:flex;flex-wrap:wrap;gap:12px}.service-copy>p:not(.eyebrow)+.hero-contact-buttons{margin-top:0}.hero-call-button{padding:11px 20px;gap:24px}.hero-call-copy{display:grid;gap:4px}.hero-call-copy small{font-size:11px;letter-spacing:.14em}.hero-call-copy strong{font-size:17px;letter-spacing:.02em;white-space:nowrap}.service-page .button-map{background:var(--ink)}.branch-details{display:grid;grid-template-columns:repeat(auto-fit,minmax(270px,1fr));border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.branch-details article{min-height:260px;padding:38px max(24px,4vw);border-right:1px solid var(--line)}.branch-details article:last-child{border-right:0}.parking-sign{display:grid;width:48px;height:48px;margin-bottom:22px;place-items:center;border:3px solid white;border-radius:5px;outline:2px solid #1764ad;background:#1764ad;color:#fff;font:700 34px/1 Inter,sans-serif}.branch-details small{display:block;margin-bottom:24px;color:var(--muted);font-size:14px;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.branch-details h2{margin-bottom:22px;color:var(--accent-dark);font-size:clamp(42px,5vw,70px)}.branch-details p{max-width:520px;color:var(--muted);font-size:18px;line-height:1.7}.location-map{padding:clamp(36px,5vw,72px) max(24px,7.5vw);display:grid;grid-template-columns:minmax(250px,.65fr) minmax(420px,1.35fr);gap:clamp(28px,5vw,72px);align-items:center;background:#f4eadbf0}.location-map-copy h2{max-width:520px;font-size:clamp(42px,5vw,70px)}.location-map-copy>p:not(.eyebrow){margin:20px 0 28px;color:var(--muted);font-size:18px}.location-map-frame{min-height:400px;overflow:hidden;border:1px solid var(--line);background:var(--soft)}.location-map-frame iframe{display:block;width:100%;min-height:400px;border:0}.themed-visual{min-height:620px;position:relative;overflow:hidden;isolation:isolate}.mower-canvas-visual{min-height:0;position:relative;aspect-ratio:16 / 9;background:#dbe7ce;overflow:hidden;border-radius:18px;box-shadow:0 18px 45px #1a381c29}.mower-theme .mower-canvas-visual{position:absolute;inset:0;z-index:0;width:100%;height:100%;aspect-ratio:auto}.mower-theme .mower-canvas-visual canvas{object-fit:cover}.mower-canvas-visual canvas{display:block;position:absolute;inset:0;width:100%;height:100%}.pixel-mower-visual,.pixel-mower-visual canvas{image-rendering:pixelated;image-rendering:crisp-edges}.pixel-mower-visual{border:0;border-radius:0;box-shadow:none}.animation-control{position:absolute;right:12px;bottom:12px;z-index:3;display:grid;width:44px;height:44px;padding:0;place-items:center;border:2px solid white;background:#1c321ee0;color:#fff;cursor:pointer}.animation-control svg{width:18px;height:18px;fill:currentColor}.animation-control:hover,.animation-control:focus-visible{background:#172b19}.other-services{min-height:110px;padding:24px max(24px,7.5vw);display:flex;justify-content:space-between;align-items:center;background:var(--soft)}.other-services p{font-size:14px;font-weight:700;letter-spacing:.15em;text-transform:uppercase}.other-services a{display:flex;align-items:center;gap:22px;font-size:15px;font-weight:700;text-transform:uppercase}.contact{min-height:440px;padding:clamp(75px,9vw,130px) max(24px,7.5vw);display:grid;grid-template-columns:1fr;gap:32px;background:var(--ink);color:#fff}.contact .eyebrow{color:#aaa}.contact-locations{width:min(100%,760px);align-self:start;justify-self:start;display:grid;gap:38px}.contact address{display:grid;grid-template-columns:.8fr 1.2fr;gap:24px;align-items:start;font-style:normal}.contact address a{font:600 clamp(18px,1.7vw,25px) / 1.35 "Barlow Condensed"}.contact address a:hover{color:#ff8962}footer{min-height:125px;padding:28px max(24px,7.5vw);display:grid;grid-template-columns:1fr 1fr 1fr;align-items:center;background:#111110;color:#fff}footer .logo strong{color:#fff}footer p,footer>a:last-child{color:#888;font-size:13px;text-transform:uppercase}footer>a:last-child{justify-self:end}.not-found{min-height:calc(100vh - 203px);padding:10vw 7.5vw;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.not-found>p{color:var(--accent);font-weight:700}.not-found h1{font-size:clamp(60px,10vw,130px);margin-bottom:35px}@media(max-width:900px){.service-hero{grid-template-columns:1fr}.themed-visual{min-height:560px}.mower-canvas-visual{min-height:0}.service-copy{min-height:650px}.contact,.location-map{grid-template-columns:1fr}.service-tile{padding:30px}.service-tile>svg:not(.arrow){width:90px;height:90px}.service-tile>img{width:120px;height:120px}}@media(max-width:700px){html{scroll-padding-top:68px}.site-header{min-height:68px;padding:0 22px;justify-content:space-between}.location-actions{grid-template-columns:1fr}.location-action{border-right:0;border-bottom:1px solid rgba(255,255,255,.2)}.location-action>div{grid-template-columns:1fr}.location-action a{min-height:82px}.contact-action-icon{width:38px;height:38px}.location-actions strong{font-size:24px}.location-actions small{font-size:14px}.home-hero{min-height:160px;padding:32px 24px;justify-content:flex-start}.home-hero h1{font-size:clamp(42px,13vw,62px)}.service-index{grid-template-columns:1fr}.service-tile{min-height:330px;border-right:0}.service-copy{min-height:380px;padding:55px 24px}.service-copy h1{font-size:clamp(48px,14vw,72px)}.themed-visual{min-height:470px}.mower-theme .service-hero{--mower-card-gap: 30px;min-height:0;margin-top:22px;padding:18px}.mower-theme .service-copy{position:relative;top:auto;left:auto;width:auto;min-height:0;padding:28px 24px}.mower-theme .service-hero>.branch-details{position:relative}.branch-details article,.mower-theme .service-hero>.branch-details article{min-height:0;padding:24px;border-right:0;border-bottom:1px solid var(--line)}.branch-details article:last-child{border-bottom:0}.mower-theme .service-hero>.branch-details article{border-bottom:0}.branch-details small,.mower-theme .service-hero>.branch-details small{margin-bottom:16px;font-size:16px}.branch-details h2,.mower-theme .service-hero>.branch-details h2{margin-bottom:14px;font-size:48px}.branch-details p{font-size:20px;line-height:1.5}.parking-sign,.mower-theme .service-hero>.branch-details .parking-sign{margin-bottom:16px}.hero-call-copy small{font-size:13px}.hero-call-copy strong{font-size:19px}.mower-canvas-visual{min-height:0;aspect-ratio:16 / 10;border-radius:0}.location-map{padding:28px 24px;gap:20px}.location-map-copy>p:not(.eyebrow){font-size:20px}.location-map-frame,.location-map-frame iframe{min-height:320px}.other-services{align-items:flex-start;gap:20px;flex-direction:column}.contact{padding:48px 24px;gap:20px}.contact address{grid-template-columns:1fr;gap:12px;padding-bottom:20px;border-bottom:1px solid #3b3b38}.contact address a{font-size:22px}footer{grid-template-columns:1fr;gap:22px;padding:32px 24px}footer .logo{font-size:35px}footer p,footer>a:last-child{font-size:17px;line-height:1.5}footer>a:last-child{justify-self:start;min-height:44px;display:inline-flex;align-items:center}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation:none!important;transition-duration:.01ms!important}}@media(prefers-contrast:more){:root{--muted: #3f3c38;--line: rgba(0, 0, 0, .55)}}
