:root{--ink:#083f2d;--green:#137343;--paper:#fafaf5;--yellow:#ffda24;--muted:#5c6b63;--line:#dfe5dc;--soft:#eef3e9}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font:16px/1.55 'Avenir Next',Avenir,system-ui,sans-serif}a{color:inherit;text-underline-offset:4px}button,input,textarea,select{font:inherit}button,a,input,textarea{touch-action:manipulation}button,.button{cursor:pointer;border:0;border-radius:9px;background:var(--yellow);color:var(--ink);font-weight:800;padding:15px 24px;display:inline-flex;align-items:center;justify-content:center;gap:28px;text-decoration:none;line-height:1.3}button:hover,.button:hover{filter:brightness(.96)}button:disabled{cursor:default;filter:none;opacity:.45}.button.green,button.green{background:var(--green);color:white}.button.wide{width:100%}.button.ghost{background:transparent;border:1px solid var(--line)}header,main,footer{max-width:1240px;margin:auto;padding:0 40px}header{min-height:110px;display:flex;justify-content:space-between;align-items:center;gap:30px}.brand{display:inline-block;font-weight:900;font-size:36px;line-height:1;text-decoration:none;letter-spacing:-1.8px}.brand small{display:block;font-size:9px;letter-spacing:5px;font-weight:650;margin-top:12px;padding-left:3px}.leaf{display:inline-block;width:15px;height:24px;background:var(--green);border-radius:100% 0 100% 0;transform:rotate(22deg);margin-left:4px;vertical-align:top}nav{display:flex;gap:30px;align-items:center}nav a{font-size:14px;text-decoration:none;font-weight:600}.preview{background:#e9eddf;font-size:11px;letter-spacing:.2px;padding:6px 20px;text-align:center}.preview a{font-weight:700;margin-left:10px}h1,h2,h3,p{margin-top:0}h1,h2,h3{line-height:1.02;letter-spacing:-1.5px;font-weight:850}h1{font-size:clamp(46px,5.9vw,76px);margin-bottom:20px}h2{font-size:40px;margin-bottom:22px}h3{font-size:22px;margin-bottom:12px;letter-spacing:-.7px}.eyebrow{text-transform:uppercase;font-size:11px;letter-spacing:2px;font-weight:800}.yellow{color:#b39a00}.hero{position:relative;display:grid;grid-template-columns:1fr 1fr;min-height:520px;align-items:center;margin:0 -40px}.hero-copy{padding:50px 10px 50px 40px;position:relative;z-index:1}.hero-copy>p{font-size:21px;max-width:480px;color:#3c5147}.hero-art{position:absolute;inset:0 0 0 45%;background:url('mower.png') center/cover;clip-path:polygon(17% 0,100% 0,100% 100%,0 100%)}.hero-copy h1{max-width:560px}.hero-actions{display:flex;align-items:center;gap:22px;margin-top:28px}.location{font-size:13px;line-height:1.4}.scribble{font-family:'Bradley Hand','Segoe Print',cursive;font-size:22px;line-height:1.3;transform:rotate(-5deg);margin-top:28px}.scribble:after{content:'';display:block;width:65px;border-bottom:3px solid var(--green);margin-top:12px;transform:rotate(-10deg)}.quick-book{position:relative;z-index:2;background:var(--paper);padding:26px;border-radius:12px;width:265px;justify-self:end;margin-right:35px;box-shadow:0 15px 40px #12322125}.quick-book h3{font-size:25px}.quick-choice{display:flex;justify-content:space-between;align-items:center;border:1px solid #d9decf;border-radius:7px;padding:10px 12px;margin:8px 0;text-decoration:none;font-size:14px;font-weight:700}.quick-choice:hover{background:#fff1ac;border-color:#e8c326}.quick-choice:first-of-type{background:#fff1ac;border-color:#e8c326}.quick-book .button{margin-top:8px}.note{font-size:12px;color:var(--muted);line-height:1.55}.quick-book .note{margin:13px 0 0}.section{padding:62px 0}.section-top{display:flex;justify-content:space-between;align-items:center;gap:24px}.section-top p{font-size:14px}.services{display:grid;grid-template-columns:repeat(3,1fr);gap:28px 24px;margin-top:12px}.service-photo{height:150px;overflow:hidden;clip-path:polygon(7% 0,100% 0,93% 100%,0 100%);background:var(--soft)}.service-photo img{width:100%;height:100%;object-fit:cover}.service:nth-child(2) img{object-position:left 55%;transform:scale(1.4)}.service:nth-child(3) img{object-position:20% 90%;transform:scale(1.5)}.service:nth-child(4) img{object-position:80% 20%;transform:scale(1.6)}.service:nth-child(5) img{object-position:right center}.service h3{font-size:20px;margin:16px 0 5px}.service p{font-size:14px;color:var(--muted)}.team{display:grid;grid-template-columns:1fr 1.2fr;background:var(--ink);color:white;margin:10px -40px 0;overflow:hidden}.team-copy{padding:46px 40px}.team h2{font-size:50px}.team h2 span{color:var(--yellow)}.team-copy p{max-width:395px}.team-photo{min-height:410px;background:url('garden.png') center/cover;clip-path:polygon(0 0,100% 0,100% 100%,12% 100%)}.team .button{margin-top:16px}.contact-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:75px}.contact-grid h2{font-size:39px}.contact-grid>div>p{color:var(--muted)}label{display:block;font-size:13px;font-weight:700;margin:13px 0 6px}input,textarea,select{width:100%;padding:12px;border:1px solid #cbd5c6;border-radius:7px;background:white;color:var(--ink)}textarea{min-height:100px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:15px}form>button{margin-top:18px}footer{border-top:1px solid var(--line);padding-top:30px;padding-bottom:32px;display:flex;justify-content:space-between;align-items:center;gap:25px}footer .brand{font-size:28px}footer p{font-size:13px;margin:0}.panel{background:white;padding:30px;border:1px solid var(--line);border-radius:14px}.card{background:white;border:1px solid var(--line);padding:25px;border-radius:12px;margin-top:15px}.card button{margin-top:12px}.result{background:#e8f3df;border:1px solid #a8c894;border-radius:10px;padding:20px;margin-top:20px;line-height:1.5}.result.error{background:#fff1e7;border-color:#e4b18e}.result h3{margin-bottom:10px}.result a{display:inline-block;margin-top:14px;font-weight:750}.booking-title{padding:30px 0}.booking-title h1{font-size:50px;margin:16px 0}.booking-title p{max-width:680px;color:var(--muted)}.back-link{font-size:13px;text-decoration:none}.step-trail{display:flex;gap:24px;list-style:none;margin:12px 0 30px;padding:0;font-size:13px;font-weight:650}.step-trail li{display:flex;gap:9px;align-items:center}.step-trail span{border-radius:50%;background:var(--soft);width:25px;height:25px;display:grid;place-items:center}.step-trail li.active span{background:var(--green);color:white}.booking-layout{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:30px;padding-bottom:65px;align-items:start}.booking-main{display:grid;gap:20px}.step-heading{display:flex;align-items:center;gap:12px;margin-bottom:24px}.step-heading>span{border-radius:50%;background:var(--soft);width:28px;height:28px;display:grid;place-items:center;font-size:13px;font-weight:800}.step-heading h2{font-size:23px;margin:0;letter-spacing:-.6px}.duration-options{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.duration-options button{display:block;padding:19px 12px;background:var(--paper);border:1px solid var(--line);text-align:left}.duration-options button strong{display:block;font-size:19px}.duration-options button span{display:block;font-size:28px;margin-top:10px}.duration-options button small{display:block;font-size:11px;color:var(--muted);font-weight:500;margin-top:4px}.duration-options button[aria-pressed=true]{border:2px solid var(--green);padding:18px 11px;background:#f2f7e9}.calendar-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px}.calendar-head strong{font-size:18px}.calendar-head button{background:var(--soft);padding:8px 14px}.weekdays,.calendar{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:6px;text-align:center}.weekdays span{font-size:11px;color:var(--muted);padding-bottom:10px}.calendar button{background:transparent;color:var(--ink);border:1px solid transparent;border-radius:8px;padding:12px 0;font-weight:600;min-width:0}.calendar button:not(:disabled):hover{background:var(--soft)}.calendar button:disabled{opacity:.24}.calendar button[aria-pressed=true]{background:var(--green)!important;color:white}.calendar .today{border-color:#c6d1bd}.time-section{border-top:1px solid var(--line);margin-top:22px;padding-top:22px}.time-section h3{font-size:16px;letter-spacing:0}.choices{display:flex;flex-wrap:wrap;gap:9px}.choices button{background:white;border:1px solid #cbd7c4;padding:12px 17px;font-size:14px;font-weight:650}.choices button[aria-pressed=true]{background:var(--green);border-color:var(--green);color:white}.empty-state{background:var(--paper);padding:18px;border-radius:8px;font-size:14px;color:var(--muted);width:100%;margin:0}.retry{margin-top:12px}.visit-summary{position:sticky;top:22px;overflow:hidden;padding:0}.summary-photo{height:105px;background:url('mower.png') 65% 65%/cover}.summary-content{padding:25px}.summary-content h2{font-size:25px;margin-bottom:24px}.summary-row{display:flex;justify-content:space-between;gap:14px;margin:12px 0;font-size:14px}.summary-row span{color:var(--muted)}.summary-row strong{text-align:right}.price-total{border-top:1px solid var(--line);padding-top:18px;margin-top:22px;align-items:center}.price-total strong{font-size:32px;letter-spacing:-1px}.approval-note{display:flex;gap:10px;background:#f4f4df;border-radius:8px;padding:13px;font-size:12px;margin-top:18px}.approval-note p{margin:0}.visit-summary button{width:100%;margin-top:20px}.test-detail{font-size:11px;color:var(--muted);margin-top:16px}.test-detail summary{cursor:pointer}.result:focus{outline:0}*:focus-visible{outline:3px solid #b28515;outline-offset:3px}[hidden]{display:none!important}#slots[aria-busy=true]{opacity:.65}#connection{font-weight:650}@media(min-width:1400px){.hero{min-height:550px}}@media(max-width:900px){.hero-copy h1{font-size:56px}.hero-copy>p{font-size:18px}.quick-book{width:240px;margin-right:20px}.booking-layout{grid-template-columns:minmax(0,1fr) 290px;gap:20px}.panel{padding:22px}.visit-summary{padding:0}.contact-grid{gap:40px}.team-copy{padding:35px}.team h2{font-size:42px}nav{gap:20px}}@media(max-width:700px){header,main,footer{padding-left:20px;padding-right:20px}header{min-height:100px;gap:18px;flex-wrap:wrap;padding-top:20px;padding-bottom:20px}.brand{font-size:29px}.brand small{font-size:8px;letter-spacing:3px}nav{gap:16px}nav a{font-size:12px}nav .button{padding:11px 14px}.hero{display:flex;flex-direction:column;align-items:stretch;margin:0 -20px}.hero-copy{padding:30px 20px 35px}.hero-copy h1{font-size:53px}.hero-copy>p{max-width:440px}.hero-art{position:relative;inset:auto;height:310px;clip-path:polygon(5% 0,100% 0,100% 100%,0 100%);order:2}.quick-book{order:3;width:auto;margin:-90px 22px 25px;box-shadow:0 9px 25px #12322118}.quick-book .quick-choice{display:inline-flex;width:31%;gap:5px;font-size:12px;padding:10px 8px}.quick-book .quick-choice span:last-child{display:none}.quick-book h3{font-size:23px}.scribble{font-size:20px}.section{padding:40px 0}.section-top{align-items:start}.section-top h2{font-size:29px}.section-top p{font-size:12px;max-width:150px}.services{grid-template-columns:repeat(2,1fr);gap:15px}.service-photo{height:125px}.service h3{font-size:17px}.service p{font-size:12px}.team{grid-template-columns:1fr;margin:0 -20px}.team-copy{padding:32px 24px}.team-photo{min-height:240px;clip-path:none}.contact-grid{grid-template-columns:1fr;gap:20px}.form-row{grid-template-columns:1fr}.contact-grid h2{font-size:35px}.booking-title{padding:15px 0}.booking-title h1{font-size:39px}.booking-title p{font-size:14px}.step-trail{gap:15px;font-size:11px}.booking-layout{grid-template-columns:1fr;gap:20px}.visit-summary{position:static}.panel{padding:20px}.visit-summary{padding:0}.summary-photo{height:90px}.duration-options{gap:8px}.duration-options button{padding:16px 9px}.duration-options button[aria-pressed=true]{padding:15px 8px}.duration-options button strong{font-size:16px}.duration-options button span{font-size:25px}.calendar button{padding:12px 0}.step-heading h2{font-size:20px}.preview{font-size:10px}footer{flex-wrap:wrap;gap:24px}footer nav{flex-wrap:wrap}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
/* Keep the reference's two-line desktop headline without crowding the photograph. */
@media(min-width:701px){.hero-copy h1{font-size:clamp(46px,5.1vw,65px)}.hero-copy .yellow{white-space:nowrap}}
.yellow{color:#a38b00}
.team-portraits{position:relative;min-height:560px;background:#e7e6d6}.jack-working{width:100%;height:560px;display:block;object-fit:cover;object-position:center 28%}.jack-portrait{position:absolute;right:20px;bottom:20px;width:200px;margin:0;background:var(--paper);padding:7px;box-shadow:0 8px 25px #0003;transform:rotate(3deg);color:var(--ink)}.jack-portrait img{display:block;width:100%;aspect-ratio:4/3;object-fit:cover}.jack-portrait figcaption{font-size:11px;padding:8px 3px 3px}.service:first-child img{object-position:center 32%}@media(max-width:700px){.team-portraits{min-height:450px}.jack-working{height:450px}.jack-portrait{width:160px;right:14px;bottom:14px}}
.hours-day{padding:18px 0;border-bottom:1px solid var(--line)}.hours-day h3{font-size:17px}.hours-period{display:flex;gap:10px;align-items:center;margin:10px 0}.hours-period input{max-width:160px}.hours-day button{font-size:12px;padding:9px 12px}.booking-status{display:inline-block;padding:4px 10px;border-radius:20px;background:var(--soft);font-size:12px;font-weight:750}.card>button{margin-right:10px}.card details{font-size:14px}.card details p{margin:12px 0;white-space:pre-wrap}.calendar button.has-slots:after{content:'';display:block;width:4px;height:4px;background:var(--green);border-radius:50%;margin:3px auto -7px}.calendar button[aria-pressed=true]:after{background:white}
