:root {
  --forest: #163c28;
  --forest-dark: #0b2618;
  --forest-mid: #245638;
  --leaf: #7bcf45;
  --paper: #f6f7f1;
  --white: #fff;
  --ink: #142019;
  --muted: #667269;
  --line: #d9ded7;
  --shadow: 0 22px 60px rgba(9,38,23,.18);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 7rem; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 1rem; line-height: 1.6; }
img { display: block; width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
section[id] { scroll-margin-top: 7rem; }
.skip-link { position: fixed; z-index: 999; top: .5rem; left: .5rem; transform: translateY(-150%); padding: .65rem 1rem; background: var(--leaf); color: var(--forest-dark); font-weight: 800; }
.skip-link:focus { transform: none; }
.topline { display: flex; justify-content: space-between; gap: 1rem; padding: .45rem clamp(1rem,5vw,5rem); background: var(--forest-dark); color: #dbe7dd; font-size: .76rem; font-weight: 750; letter-spacing: .07em; text-transform: uppercase; }
.topline a { color: var(--leaf); text-decoration: none; }
.site-header { position: sticky; z-index: 100; top: 0; display: flex; min-height: 5.6rem; align-items: center; justify-content: space-between; gap: 2rem; padding: .65rem clamp(1rem,5vw,5rem); border-bottom: 1px solid #e3e6df; background: rgba(255,255,255,.96); backdrop-filter: blur(14px); }
.brand { display: block; text-decoration: none; }
.logo-crop { position: relative; display: block; width: min(34vw, 340px); height: 66px; overflow: hidden; background: #fff; }
.logo-crop img { position: absolute; top: -28px; left: 0; width: 340px; max-width: none; height: auto; }
.site-nav { display: flex; align-items: center; gap: clamp(1rem,2.4vw,2.4rem); }
.site-nav a { color: #34453a; font-size: .88rem; font-weight: 750; text-decoration: none; }
.site-nav a:hover, .site-nav a:focus-visible { color: var(--forest); }
.nav-call { padding: .75rem 1rem; background: var(--forest); color: #fff !important; }
.menu-button { display: none; }
.hero { display: grid; grid-template-columns: minmax(0,.9fr) minmax(34rem,1.1fr); min-height: 43rem; background: var(--white); }
.hero-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(4rem,7vw,7rem) clamp(1.25rem,6vw,6.5rem); }
.eyebrow { margin: 0 0 1rem; color: var(--forest-mid); font-size: .78rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
h1,h2,h3,p { margin-top: 0; }
h1,h2,h3 { text-wrap: balance; }
h1 { max-width: 11ch; margin-bottom: 1.5rem; font-family: Georgia,"Times New Roman",serif; font-size: clamp(3.4rem,6.2vw,6.5rem); font-weight: 500; letter-spacing: -.055em; line-height: .9; }
h1 em { color: var(--forest-mid); font-weight: 500; }
.hero-lede { max-width: 38rem; margin-bottom: 2rem; color: #526158; font-size: clamp(1.05rem,1.5vw,1.25rem); }
.hero-lede strong { color: var(--forest-dark); font-weight: 850; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .75rem; }
.button { display: inline-flex; min-height: 3.25rem; align-items: center; justify-content: center; padding: .8rem 1.2rem; border: 1px solid transparent; border-radius: .2rem; font-size: .9rem; font-weight: 850; text-decoration: none; cursor: pointer; }
.button-primary { background: var(--forest); color: #fff; }
.button-secondary { border-color: var(--forest); color: var(--forest); }
.button:hover { transform: translateY(-1px); }
.quick-services { display: flex; flex-wrap: wrap; gap: .45rem; margin: 2.6rem 0 0; padding: 0; list-style: none; }
.quick-services li { padding: .4rem .65rem; border: 1px solid var(--line); color: #526158; font-size: .75rem; font-weight: 750; }
.hero-proof { display: grid; grid-template-columns: 1.25fr .75fr; grid-template-rows: 1fr 1fr; gap: .6rem; padding: .6rem; background: var(--forest-dark); }
.hero-proof figure { position: relative; min-height: 0; margin: 0; overflow: hidden; background: #193d2a; }
.hero-proof .hero-tall { grid-row: 1 / 3; }
.hero-proof img { height: 100%; object-fit: cover; }
.hero-proof .hero-tall img { object-position: 52% 52%; }
.hero-proof .hero-hydrangea img { object-position: 50% 58%; }
.hero-proof .hero-porch img { object-position: 48% 60%; }
.hero-proof figure::after { content:""; position:absolute; inset:55% 0 0; background:linear-gradient(transparent,rgba(5,18,11,.8)); }
.hero-proof figcaption { position:absolute; z-index:2; right:1rem; bottom:.8rem; left:1rem; color:#fff; font-family:Georgia,serif; font-size:1.08rem; }
.proof-strip { display: grid; grid-template-columns: repeat(3,1fr); padding: 0 clamp(1rem,5vw,5rem); background: var(--leaf); color: var(--forest-dark); }
.proof-strip div { display: flex; flex-direction: column; padding: 1.35rem clamp(.8rem,2vw,2rem); border-right: 1px solid rgba(11,38,24,.25); }
.proof-strip div:first-child { padding-left: 0; }
.proof-strip div:last-child { border-right: 0; }
.proof-strip strong { font-size: .9rem; }
.proof-strip span { font-size: .75rem; }
.section { padding: clamp(4.8rem,8vw,8rem) clamp(1.25rem,6vw,6.5rem); }
.section-heading { display: grid; grid-template-columns: .55fr 1.2fr .8fr; gap: clamp(1.5rem,4vw,4rem); align-items: start; margin-bottom: 3.6rem; }
.section-heading h2, .about h2, .service-area h2, .estimate h2 { margin: 0; font-family: Georgia,"Times New Roman",serif; font-size: clamp(2.5rem,4.7vw,5rem); font-weight: 500; letter-spacing: -.045em; line-height: .98; }
.section-heading > p:last-child { color: var(--muted); }
.services { background: var(--paper); }
.service-grid { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-grid article { min-height: 15.5rem; padding: clamp(1.4rem,2.5vw,2.3rem); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; }
.service-grid article:first-child { background: var(--forest); color: #fff; }
.service-grid span { display: block; margin-bottom: 3.5rem; color: var(--forest-mid); font-size: .72rem; font-weight: 850; }
.service-grid article:first-child span { color: var(--leaf); }
.service-grid h3 { margin-bottom: .7rem; font-family: Georgia,serif; font-size: 1.55rem; }
.service-grid p { margin: 0; color: var(--muted); font-size: .9rem; }
.service-grid article:first-child p { color: #cfddd2; }
.recent-work { background: var(--forest-dark); color: #fff; }
.work-heading { grid-template-columns: .55fr 1.2fr .8fr; }
.work-heading .eyebrow { color: var(--leaf); }
.work-heading a { align-self: end; color: #d8e6dc; font-size: .88rem; font-weight: 750; text-decoration: underline; text-underline-offset: .35rem; }
.project-grid { display: grid; grid-template-columns: 1.1fr .9fr .9fr; gap: .8rem; }
.project-grid figure { position: relative; min-height: 28rem; margin: 0; overflow: hidden; background: var(--forest); }
.project-grid img { height: 100%; object-fit: cover; }
.project-pool img { object-position: 50% 52%; }
.project-front-bed img { object-position: 50% 57%; }
.project-equipment img { object-position: 50% 58%; }
.project-grid figure::after { content:""; position:absolute; inset:50% 0 0; background:linear-gradient(transparent,rgba(5,18,11,.92)); }
.project-grid figcaption { position:absolute; z-index:2; right:1.2rem; bottom:1.1rem; left:1.2rem; display:flex; align-items:end; justify-content:space-between; gap:1rem; }
.project-grid strong { font-family:Georgia,serif; font-size:1.35rem; }
.project-grid span { color:#cad8ce; font-size:.68rem; font-weight:750; letter-spacing:.08em; text-transform:uppercase; }
.reviews { background:var(--paper); }
.reviews-intro { display:grid; grid-template-columns:1.35fr .65fr; gap:clamp(2rem,7vw,7rem); align-items:end; margin-bottom:3rem; }
.reviews-intro h2 { max-width:13ch; margin:0; font-family:Georgia,"Times New Roman",serif; font-size:clamp(2.5rem,4.7vw,5rem); font-weight:500; letter-spacing:-.045em; line-height:.98; }
.rating-block { display:grid; grid-template-columns:auto 1fr; align-items:center; gap:.1rem 1rem; padding:1.4rem 0; border-top:2px solid var(--forest); border-bottom:1px solid var(--line); }
.rating-block > strong { grid-row:1/3; color:var(--forest); font-family:Georgia,serif; font-size:4.4rem; line-height:1; }
.rating-block .stars { color:#f2ad26; font-size:1.15rem; letter-spacing:.12em; }
.rating-block > span:last-child { color:var(--muted); font-size:.82rem; font-weight:750; }
.review-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:1rem; }
.review-grid blockquote { display:flex; min-height:19rem; flex-direction:column; justify-content:space-between; margin:0; padding:clamp(1.5rem,3vw,2.4rem); border:1px solid var(--line); background:#fff; }
.review-stars { color:#f2ad26; font-size:.9rem; letter-spacing:.12em; }
.review-grid blockquote > p { margin:2.2rem 0; color:var(--forest-dark); font-family:Georgia,serif; font-size:clamp(1.35rem,2vw,1.8rem); line-height:1.25; }
.review-grid blockquote footer { display:flex; flex-direction:column; gap:.05rem; padding:0; background:none; }
.review-grid blockquote footer strong { font-size:.86rem; }
.review-grid blockquote footer span { color:var(--muted); font-size:.72rem; text-transform:uppercase; letter-spacing:.08em; }
.reviews-footer { display:flex; justify-content:space-between; gap:1rem; margin-top:1.5rem; color:var(--muted); font-size:.78rem; }
.reviews-footer a { color:var(--forest); font-weight:850; text-underline-offset:.25rem; }
.about { display:grid; grid-template-columns:.8fr .65fr 1fr; gap:clamp(2rem,5vw,5rem); align-items:start; background:#fff; }
.award-card { margin:0; background:var(--forest-dark); color:#fff; box-shadow:var(--shadow); }
.award-card img { aspect-ratio:4/5; object-fit:cover; object-position:50% 45%; }
.award-card figcaption { display:flex; flex-direction:column; gap:.2rem; padding:1.2rem 1.3rem 1.35rem; }
.award-card strong { font-family:Georgia,serif; font-size:1.35rem; line-height:1.1; }
.award-card span { color:var(--leaf); font-size:.72rem; font-weight:800; letter-spacing:.06em; text-transform:uppercase; }
.about-copy > p { color:#536158; font-size:1.12rem; }
.about-copy ul { margin:2.5rem 0 0; padding:0; border-top:1px solid var(--line); list-style:none; }
.about-copy li { display:grid; grid-template-columns:10rem 1fr; gap:1.2rem; padding:1rem 0; border-bottom:1px solid var(--line); }
.about-copy span { color:var(--muted); font-size:.88rem; }
.service-area { padding:clamp(4rem,7vw,6.5rem) 1.25rem; background:var(--leaf); color:var(--forest-dark); text-align:center; }
.service-area .eyebrow { color:var(--forest); }
.service-area p:last-child { margin:1.2rem 0 0; font-weight:700; }
.estimate { display:grid; grid-template-columns:.8fr 1.2fr; gap:clamp(3rem,8vw,8rem); padding:clamp(4.8rem,8vw,8rem) clamp(1.25rem,6vw,6.5rem); background:var(--forest); color:#fff; }
.estimate-copy > p:not(.eyebrow) { max-width:32rem; margin:1.5rem 0; color:#c9d8ce; }
.estimate .eyebrow { color:var(--leaf); }
.phone-link { display:inline-block; margin-top:1rem; color:var(--leaf); font-family:Georgia,serif; font-size:clamp(1.7rem,3vw,2.8rem); font-weight:700; text-decoration:none; }
.estimate-form { padding:clamp(1.4rem,4vw,2.8rem); background:#fff; color:var(--ink); box-shadow:var(--shadow); }
.field-row { display:grid; grid-template-columns:repeat(2,1fr); gap:1rem; }
.estimate-form label { display:flex; flex-direction:column; gap:.45rem; margin-bottom:1rem; color:#304038; font-size:.78rem; font-weight:850; letter-spacing:.03em; text-transform:uppercase; }
.estimate-form input,.estimate-form select,.estimate-form textarea { width:100%; border:1px solid #cbd2cc; border-radius:.15rem; background:#fff; color:var(--ink); font-size:1rem; font-weight:500; letter-spacing:0; text-transform:none; }
.estimate-form input,.estimate-form select { min-height:3.3rem; padding:.7rem .8rem; }
.estimate-form textarea { min-height:8rem; padding:.8rem; resize:vertical; }
.estimate-form input:focus,.estimate-form select:focus,.estimate-form textarea:focus { outline:3px solid rgba(123,207,69,.35); border-color:var(--forest); }
.form-button { width:100%; background:var(--leaf); color:var(--forest-dark); }
.form-note { margin:.75rem 0 0; color:var(--muted); font-size:.75rem; text-align:center; }
.request-preview { margin-top:1.2rem; padding-top:1.2rem; border-top:1px solid var(--line); }
.request-preview[hidden] { display:none; }
.request-preview-actions { display:flex; align-items:center; gap:1rem; }
.copy-button { background:var(--forest); color:#fff; }
.request-preview-actions a { font-size:.86rem; font-weight:800; }
footer { display:grid; grid-template-columns:1fr auto; gap:2rem; align-items:center; padding:2.2rem clamp(1rem,5vw,5rem); background:#fff; }
.footer-logo .logo-crop { width:300px; height:60px; }
footer > div:nth-child(2) { display:flex; gap:1.2rem; }
footer a { color:var(--forest); font-size:.85rem; font-weight:800; text-decoration:none; }
footer p { grid-column:1/-1; margin:0; padding-top:1rem; border-top:1px solid var(--line); color:var(--muted); font-size:.72rem; }
.mobile-contact { display:none; }
@media (max-width: 1000px) {
  .hero { grid-template-columns:1fr 1fr; }
  .section-heading { grid-template-columns:1fr 1.4fr; }
  .section-heading > p:last-child,.work-heading a { grid-column:2; }
  .service-grid { grid-template-columns:repeat(2,1fr); }
  .project-grid figure { min-height:22rem; }
  .review-grid blockquote { min-height:17rem; }
  .about { grid-template-columns:.8fr 1.2fr; }
  .about-heading { grid-column:1/-1; }
}
@media (max-width: 760px) {
  body { padding-bottom:4rem; }
  body.menu-open { overflow:hidden; }
  .topline { justify-content:center; font-size:.65rem; }
  .topline span { display:none; }
  .site-header { min-height:4.7rem; padding:.55rem 1rem; }
  .logo-crop { width:230px; height:47px; }
  .logo-crop img { top:-18px; width:240px; }
  .menu-button { display:flex; align-items:center; gap:.65rem; padding:.5rem; border:0; background:transparent; color:var(--forest); font-size:.76rem; font-weight:850; text-transform:uppercase; }
  .menu-button i,.menu-button i::before { display:block; width:1.25rem; height:2px; background:var(--forest); content:""; }
  .menu-button i::before { transform:translateY(-6px); }
  .site-nav { position:fixed; z-index:99; top:4.7rem; right:0; left:0; display:none; flex-direction:column; align-items:stretch; gap:0; padding:1rem; background:#fff; box-shadow:var(--shadow); }
  .site-nav.open { display:flex; }
  .site-nav a { padding:1rem .5rem; border-bottom:1px solid var(--line); }
  .nav-call { margin-top:.5rem; text-align:center; }
  .hero { grid-template-columns:1fr; min-height:0; }
  .hero-copy { padding:4.2rem 1.2rem 3.5rem; }
  h1 { font-size:clamp(3.35rem,16vw,5rem); }
  .hero-proof { grid-template-columns:1.2fr .8fr; min-height:30rem; }
  .proof-strip { grid-template-columns:1fr; padding:0 1.2rem; }
  .proof-strip div { padding:1rem 0; border-right:0; border-bottom:1px solid rgba(11,38,24,.23); }
  .proof-strip div:last-child { border-bottom:0; }
  .section { padding:4.5rem 1.2rem; }
  .section-heading,.work-heading { grid-template-columns:1fr; gap:1rem; margin-bottom:2.5rem; }
  .section-heading > p:last-child,.work-heading a { grid-column:auto; }
  .service-grid { grid-template-columns:1fr; }
  .service-grid article { min-height:13rem; }
  .service-grid span { margin-bottom:2rem; }
  .project-grid { grid-template-columns:1fr 1fr; }
  .project-grid .project-wide { grid-column:1/-1; min-height:21rem; }
  .project-grid figure { min-height:16rem; }
  .project-grid figcaption { flex-direction:column; align-items:flex-start; }
  .reviews-intro { grid-template-columns:1fr; gap:2rem; }
  .review-grid { grid-template-columns:1fr; }
  .review-grid blockquote { min-height:15rem; }
  .reviews-footer { flex-direction:column; }
  .about { grid-template-columns:1fr; gap:2.5rem; }
  .about-heading { grid-column:auto; }
  .award-card { max-width:30rem; }
  .about-copy li { grid-template-columns:1fr; gap:.2rem; }
  .estimate { grid-template-columns:1fr; padding:4.5rem 1.2rem; }
  .field-row { grid-template-columns:1fr; gap:0; }
  footer { grid-template-columns:1fr; }
  footer > div:nth-child(2) { flex-direction:column; gap:.4rem; }
  footer p { grid-column:auto; }
  .footer-logo .logo-crop { width:280px; height:58px; }
  .footer-logo .logo-crop img { width:290px; top:-23px; }
  .mobile-contact { position:fixed; z-index:120; right:0; bottom:0; left:0; display:grid; grid-template-columns:1fr 1fr; box-shadow:0 -6px 20px rgba(0,0,0,.14); }
  .mobile-contact a { display:grid; min-height:4rem; place-items:center; background:var(--forest-dark); color:#fff; font-weight:850; text-decoration:none; }
  .mobile-contact a:last-child { background:var(--leaf); color:var(--forest-dark); }
}
@media (max-width: 460px) {
  .logo-crop { width:190px; height:43px; }
  .logo-crop img { top:-13px; width:205px; }
  .hero-proof { grid-template-columns:1fr 1fr; min-height:25rem; }
  .hero-proof figcaption { font-size:.9rem; }
  .project-grid { grid-template-columns:1fr; }
  .project-grid .project-wide { grid-column:auto; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior:auto; }
  *,*::before,*::after { transition:none !important; }
}
