:root {
  --forest: #183e32; --ink: #23372e; --paper: #fafbf8; --muted: #5b695f;
  --pale: #e8eee6; --lime: #d6df99; --line: #ccd5ca;
  --pad: max(5vw, calc((100vw - 1360px) / 2));
  --serif: "Lora", Georgia, serif; --sans: "Public Sans", system-ui, sans-serif;
}
* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; scroll-padding-top: 2rem; }
body { margin: 0; color: var(--ink); background: var(--paper); font: 400 16px/1.7 var(--sans); }
h1, h2, h3, p, figure { margin: 0; }
h1, h2 { font-family: var(--serif); font-weight: 400; line-height: 1.13; letter-spacing: -.045em; text-wrap: balance; }
h1 { font-size: clamp(3rem, 5.5vw, 5.5rem); }
h2 { font-size: clamp(2.4rem, 4vw, 4.2rem); }
h3 { font-size: 1.05rem; font-weight: 600; line-height: 1.4; }
p { max-width: 62ch; }
a { color: inherit; text-underline-offset: .3em; }
img { display: block; width: 100%; height: auto; }
button, input, select, textarea { font: inherit; }
button, a, input, select, textarea, summary { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid #946213; outline-offset: 5px; }
.skip-link { position: fixed; top: 0; left: 1rem; padding: .8rem 1.2rem; background: white; z-index: 30; transform: translateY(-110%); }
.skip-link:focus { transform: translateY(0); }
.demo-banner { display: flex; justify-content: space-between; gap: 1.5rem; padding: .55rem var(--pad); color: #e5ece4; background: var(--forest); font-size: .67rem; line-height: 1.5; }
.demo-banner p { max-width: none; }
.demo-banner a { flex-shrink: 0; }
.header { display: flex; align-items: center; justify-content: space-between; gap: 2rem; min-height: 112px; padding: 1.5rem var(--pad); }
.brand { display: inline-flex; align-items: center; gap: .8rem; text-decoration: none; color: var(--forest); }
.brand-mark { display: block; width: 41px; height: 41px; border: 1px solid var(--forest); }
.brand-mark svg { display: block; width: 100%; height: 100%; }
.brand > span:last-child { font-family: var(--serif); font-size: 1.8rem; letter-spacing: -.065em; line-height: 1; }
.brand small { display: block; font-family: var(--sans); font-size: .62rem; letter-spacing: .025em; margin-top: .55rem; }
nav { display: flex; align-items: center; gap: clamp(1.1rem, 2.3vw, 2.4rem); font-size: .78rem; }
nav > a:not(.button) { text-decoration: none; padding-block: .5rem; }
nav > a:not(.button):hover, nav > a[aria-current="page"]:not(.button) { text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: .5rem; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 1.8rem; min-height: 50px; padding: .85rem 1.3rem; border: 1px solid transparent; border-radius: 2px; font-size: .78rem; font-weight: 600; line-height: 1.45; text-align: center; text-decoration: none; cursor: pointer; }
.button span { font-size: 1.15rem; line-height: 1; }
.button-green { color: white; background: var(--forest); }
.button-green:hover { background: #28513f; }
.button-white { color: var(--forest); background: var(--paper); }
.button-white:hover { background: var(--pale); }
.button-lime { color: var(--forest); background: var(--lime); }
.button-lime:hover { background: #e5ebb9; }
.button-outline { border-color: #8b9f8c; color: var(--forest); background: transparent; }
.button-outline:hover { background: var(--pale); }
.button:disabled { opacity: .55; cursor: not-allowed; }
.menu-toggle { display: none; }
.text-link { display: inline-flex; align-items: center; gap: 1.5rem; padding-bottom: .3rem; font-size: .8rem; font-weight: 600; border-bottom: 1px solid #8ca08b; text-decoration: none; }
.text-link:hover { border-color: var(--forest); }
.text-link span { font-size: 1.15rem; }
.section { padding: clamp(4rem, 7.5vw, 7.5rem) var(--pad); }
.kicker { font-size: .73rem; font-weight: 500; margin-bottom: 1.25rem; letter-spacing: .045em; }
.hero { position: relative; min-height: 660px; min-height: min(740px, 82vw); isolation: isolate; display: flex; flex-direction: column; justify-content: center; color: white; background: var(--forest); }
.hero picture { position: absolute; inset: 0; z-index: -2; }
.hero-image { height: 100%; object-fit: cover; object-position: center 60%; }
.hero::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(9,30,18,.78), rgba(9,30,18,.18) 76%), linear-gradient(0deg, rgba(9,30,18,.48), transparent 25%); }
.hero-content { padding: 5rem var(--pad) 7rem; }
.hero-location { font-size: .73rem; margin-bottom: 1.7rem; color: #e4e9dc; }
.hero h1 { font-size: clamp(3.2rem, 6.35vw, 6.25rem); letter-spacing: -.055em; max-width: 15ch; }
.hero-content > p:not(.hero-location) { margin: 1.8rem 0 2rem; font-size: .95rem; line-height: 1.8; color: #e5e9de; }
.hero-foot { position: absolute; bottom: 0; left: var(--pad); right: var(--pad); display: flex; justify-content: space-between; gap: 2rem; padding: 1.25rem 0; border-top: 1px solid #ffffff40; font-size: .71rem; color: #edf0e7; }
.hero-foot a { text-decoration: none; }
.hero-foot a:hover { text-decoration: underline; }
.hero-foot a span { margin-left: 2rem; }
.intro { display: grid; grid-template-columns: 1fr 1.5fr; gap: 3rem; }
.intro > .kicker { margin-top: .6rem; }
.intro h2 { margin-bottom: 1.6rem; }
.intro > div > p { color: var(--muted); margin-top: 1rem; max-width: 47ch; }
.intro .text-link { margin-top: 1.7rem; }
.services-home { background: var(--pale); }
.section-head { display: flex; justify-content: space-between; align-items: end; gap: 3rem; margin-bottom: 3rem; }
.service-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 2rem; }
.service-card { text-decoration: none; }
.service-card img { aspect-ratio: 1.25; object-fit: cover; }
.service-card > div { display: flex; justify-content: space-between; align-items: start; gap: 1rem; margin: 1.35rem 0 .6rem; }
.service-card > div > span { font-size: 1.3rem; line-height: 1; }
.service-card:hover h3 { text-decoration: underline; text-underline-offset: .3rem; }
.service-card > p { color: var(--muted); font-size: .85rem; max-width: 36ch; }
.feature-garden { display: grid; grid-template-columns: 1.1fr 1fr; }
.feature-photo { min-height: 680px; }
.feature-photo img { height: 100%; object-fit: cover; object-position: 45% 50%; }
.feature-copy { display: flex; flex-direction: column; align-items: start; justify-content: center; background: #e1e7d3; padding: 4.5rem max(4.5vw, calc((100vw - 1360px) / 2)); }
.feature-copy > p:not(.kicker) { margin: 1.6rem 0; font-size: .9rem; color: #4a5b46; max-width: 39ch; }
.image-note { display: block; font-size: .65rem; margin-top: 3rem; color: #53614b; }
.area-section { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }
.area-lead { font-family: var(--serif); font-size: clamp(1.5rem, 2.2vw, 2.25rem); line-height: 1.45; letter-spacing: -.035em; }
.area-lead + p { margin: 1.5rem 0; font-size: .9rem; color: var(--muted); }
.closing { display: flex; align-items: center; justify-content: space-between; gap: 3rem; padding: 5rem var(--pad); color: white; background: var(--forest); }
.closing .kicker { color: #c9d6c6; }
.closing h2 { font-size: clamp(2.7rem, 4.4vw, 4.7rem); }
.footer { padding: 3rem var(--pad) 1.5rem; }
.footer-main { display: grid; grid-template-columns: 1fr 1fr auto; align-items: start; gap: 3rem; padding-bottom: 3rem; }
.footer-main > p { font-size: .8rem; color: var(--muted); }
.footer-main > div { display: grid; gap: .6rem; font-size: .75rem; }
.footer-main > div a { text-decoration: none; }
.footer-main > div a:hover { text-decoration: underline; }
.footer-bottom { display: flex; justify-content: space-between; gap: 2rem; border-top: 1px solid var(--line); padding-top: 1.3rem; font-size: .65rem; color: var(--muted); }
.page-intro { padding-bottom: 3.5rem; }
.page-intro h1 { max-width: 20ch; }
.page-intro > p:last-child { max-width: 52ch; color: var(--muted); margin-top: 1.75rem; }
.jump-nav { display: flex; gap: 2.5rem; padding: 0 var(--pad) 2rem; font-size: .8rem; }
.service-detail { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 7vw; border-top: 1px solid var(--line); }
.service-detail > img { aspect-ratio: .9; object-fit: cover; }
.service-detail.alternate { background: var(--pale); }
.service-detail.alternate > img { order: 2; }
.service-detail h2 { font-size: clamp(2.3rem, 3.6vw, 3.7rem); }
.service-detail h2 + p { margin-top: 1.5rem; color: var(--muted); font-size: .9rem; }
.included { margin: 1.7rem 0; padding-left: 1.15rem; font-size: .85rem; }
.included li { padding-left: .35rem; margin: .55rem 0; }
.included li::marker { color: #718663; }
.service-aside { border-left: 2px solid #97a789; padding-left: 1rem; color: var(--muted); font-size: .77rem; margin-bottom: 1.7rem; }
.faq-section { display: grid; grid-template-columns: 1fr 1.3fr; gap: 6vw; background: var(--pale); }
.faq details { border-top: 1px solid #b5c3b1; padding: 1.3rem 0; }
.faq details:last-child { border-bottom: 1px solid #b5c3b1; }
summary { cursor: pointer; font-weight: 600; font-size: .85rem; }
.faq details p { color: var(--muted); margin-top: 1rem; font-size: .85rem; }
.garden-section { padding-top: 0; }
.filter-bar { display: flex; justify-content: space-between; align-items: center; gap: 2rem; border-bottom: 1px solid var(--line); padding-bottom: 1.5rem; margin-bottom: 2.5rem; }
.filters { display: flex; flex-wrap: wrap; gap: .5rem; }
.filters button { min-height: 44px; padding: .55rem 1rem; font-size: .75rem; border: 1px solid var(--line); border-radius: 2px; background: transparent; color: var(--ink); cursor: pointer; }
.filters button[aria-pressed="true"] { color: white; background: var(--forest); border-color: var(--forest); }
.filters button:hover:not([aria-pressed="true"]) { background: var(--pale); }
#filter-count { font-size: .7rem; color: var(--muted); }
.garden-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 4rem 2.5rem; align-items: start; }
.garden-image { display: block; }
.garden-image img { aspect-ratio: 1.35; object-fit: cover; }
.garden-tag { font-size: .65rem; color: var(--muted); margin: 1.3rem 0 .6rem; }
.garden-card h2 { font-size: clamp(1.8rem, 2.5vw, 2.6rem); }
.garden-card h2 + p { margin: 1rem 0 1.6rem; color: var(--muted); font-size: .85rem; }
.project-details { border-block: 1px solid var(--line); padding: 1rem 0; }
.project-details > div { padding: .5rem 0 1rem; }
.project-details h3 { margin: 1.2rem 0 .6rem; font-size: .8rem; }
.project-details p, .project-details ul { color: var(--muted); font-size: .8rem; }
.project-details ul { padding-left: 1.2rem; }
.project-details li { margin: .4rem 0; }
.project-details .text-link { margin-top: 1.2rem; }
.fine-print { font-size: .72rem !important; color: var(--muted); }
.about-hero { display: grid; grid-template-columns: 1fr 1fr; align-items: center; background: var(--pale); }
.about-hero > div { padding: 4.5rem 5vw 4.5rem var(--pad); }
.about-hero h1 { font-size: clamp(2.7rem, 4.6vw, 4.6rem); }
.about-hero p:not(.kicker) { margin-top: 1.5rem; color: var(--muted); font-size: .9rem; }
.about-hero > img { height: 100%; min-height: 610px; object-fit: cover; }
.values-section { display: grid; grid-template-columns: 1fr 1.2fr; gap: 8vw; }
.values article { border-top: 1px solid var(--line); padding: 1.7rem 0; }
.values article:first-child { padding-top: 0; border-top: 0; }
.values h3 { font-family: var(--serif); font-size: 1.55rem; font-weight: 400; letter-spacing: -.025em; }
.values p { color: var(--muted); font-size: .88rem; margin-top: .75rem; }
.process-section { background: var(--pale); }
.process { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 3rem; list-style: none; margin: 0; padding: 0; counter-reset: process; }
.process li { counter-increment: process; padding-top: 1.2rem; border-top: 1px solid #b5c3b1; }
.process li::before { content: "0" counter(process); font-family: var(--serif); color: #526f52; font-size: 1.6rem; display: block; margin-bottom: 1.3rem; }
.process p { font-size: .85rem; color: var(--muted); margin-top: .7rem; }
.estimate-section { display: grid; grid-template-columns: 1fr 1fr; align-items: start; gap: 7vw; background: var(--pale); }
.estimate-intro h1 { font-size: clamp(2.8rem, 4.2vw, 4.3rem); }
.estimate-intro > p:not(.kicker) { color: var(--muted); font-size: .88rem; margin-top: 1.5rem; max-width: 43ch; }
.contact-note { border-top: 1px solid #b9c7b4; margin-top: 3rem; padding-top: 2rem; }
.contact-note h2 { font-size: 1.6rem; }
.contact-note p { margin-top: .8rem; color: var(--muted); font-size: .85rem; max-width: 40ch; }
.estimate-intro .demo-form-note { font-size: .75rem !important; margin-top: 2rem !important; }
.estimate-panel { background: var(--paper); border: 1px solid #c2cebf; padding: clamp(1.5rem,3vw,3rem); }
.form-top { margin-bottom: 1.75rem; }
.form-top h2 { font-size: 2rem; }
.form-top p { font-size: .7rem; color: var(--muted); margin-top: .6rem; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.field { margin-bottom: 1.25rem; min-width: 0; }
label { display: block; font-size: .74rem; font-weight: 500; margin-bottom: .4rem; }
input, select, textarea { display: block; width: 100%; min-width: 0; min-height: 48px; border: 1px solid #9cae99; border-radius: 2px; background: white; color: var(--ink); padding: .7rem .75rem; font-size: .82rem; }
textarea { resize: vertical; }
input::placeholder, textarea::placeholder { color: #6b7669; opacity: 1; }
#review-button { width: 100%; }
#review-title { font-size: 2.5rem; }
#review-summary { margin: 2rem 0; }
#review-summary dt { font-size: .67rem; color: var(--muted); padding-top: 1rem; border-top: 1px solid var(--line); }
#review-summary dd { margin: .25rem 0 1rem; font-size: .85rem; white-space: pre-wrap; overflow-wrap: anywhere; }
.review-actions { display: flex; gap: .75rem; flex-wrap: wrap; margin-bottom: 1.5rem; }
.next-section { display: grid; grid-template-columns: 1fr 1fr; gap: 7vw; }
.next-section p { color: var(--muted); font-size: .9rem; margin-bottom: 1rem; }
.next-section .text-link { margin-top: .8rem; }
@media (min-width: 1600px) { .about-hero > div { padding-right: 5vw; } .feature-copy { padding-right: var(--pad); } }
@media (max-width: 1050px) {
  nav { gap: 1rem; font-size: .73rem; }
  nav .button { padding: .75rem 1rem; gap: .8rem; font-size: .73rem; }
  .header { gap: 1rem; }
  .brand > span:last-child { font-size: 1.65rem; }
  .brand-mark { width: 36px; height: 36px; }
  .service-grid { gap: 1.4rem; }
  .feature-photo { min-height: 590px; }
  .form-grid { grid-template-columns: 1fr; gap: 0; }
}
@media (max-width: 800px) {
  :root { --pad: 6vw; }
  .header { min-height: 96px; flex-wrap: wrap; gap: 1.5rem; }
  nav { width: 100%; flex-wrap: wrap; justify-content: start; gap: 1.25rem; }
  .js .menu-toggle { display: inline-flex; align-items: center; gap: 1rem; border: 1px solid var(--line); background: transparent; color: var(--forest); min-height: 44px; padding: .5rem .75rem; font-size: .75rem; cursor: pointer; }
  .js #main-nav { display: none; }
  .js #main-nav[data-open="true"] { display: flex; align-items: stretch; flex-direction: column; gap: .6rem; padding: .5rem 0; }
  .js #main-nav > a:not(.button) { padding: .6rem 0; }
  .hero { min-height: 650px; }
  .hero h1 { font-size: clamp(3.1rem, 8vw, 4.5rem); }
  .hero-image { object-position: 58% center; }
  .hero-content { padding-top: 4rem; }
  .intro { grid-template-columns: 1fr 1.6fr; gap: 2rem; }
  .service-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .service-card img { aspect-ratio: 1.9; }
  .service-card > p { max-width: 52ch; }
  .feature-garden { grid-template-columns: 1fr 1fr; }
  .feature-photo { min-height: 570px; }
  .feature-copy { padding: 3.5rem 5vw; }
  .feature-copy h2 { font-size: 2.7rem; }
  .area-section { gap: 2rem; }
  .closing { align-items: start; flex-direction: column; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 2rem; }
  .footer-main > p { display: none; }
  .footer-main > div { justify-self: end; }
  .service-detail { gap: 4vw; }
  .service-detail h2 { font-size: 2.4rem; }
  .service-detail > img { aspect-ratio: .7; }
  .garden-grid { gap: 3rem 1.5rem; }
  .about-hero > div { padding-block: 3.5rem; }
  .about-hero > img { min-height: 650px; }
  .values-section { gap: 5vw; }
  .process { gap: 1.75rem; }
  .estimate-section { grid-template-columns: 1fr; gap: 3rem; }
  .estimate-intro > p:not(.kicker), .contact-note p { max-width: 55ch; }
  .contact-note { margin-top: 2rem; padding-top: 1.5rem; }
  .form-grid { grid-template-columns: 1fr 1fr; gap: 1rem; }
}
@media (max-width: 560px) {
  .demo-banner { flex-direction: column; gap: .3rem; padding-block: .65rem; font-size: .6rem; }
  .header { min-height: 90px; padding-block: 1.2rem; }
  .hero { min-height: 610px; }
  .hero h1 { font-size: clamp(2.7rem, 10.7vw, 3.6rem); }
  .hero-location { font-size: .65rem; max-width: 31ch; margin-bottom: 1.5rem; }
  .hero-content { padding-block: 3rem 7rem; }
  .hero-content > p:not(.hero-location) { font-size: .83rem; margin-block: 1.5rem 1.75rem; }
  .hero-foot { font-size: .65rem; flex-direction: column; gap: .35rem; padding-block: 1.1rem; }
  .hero::before { background: linear-gradient(90deg, rgba(9,30,18,.8), rgba(9,30,18,.38)), linear-gradient(0deg, rgba(9,30,18,.5), transparent 30%); }
  .section { padding-block: 3.5rem; }
  .intro, .area-section, .feature-garden, .service-detail, .faq-section, .values-section, .next-section { grid-template-columns: 1fr; gap: 2rem; }
  .intro > .kicker { margin: 0; }
  h2 { font-size: 2.5rem; }
  .section-head { align-items: start; flex-direction: column; gap: 1.5rem; margin-bottom: 2rem; }
  .service-card img { aspect-ratio: 1.35; }
  .feature-photo { min-height: 0; }
  .feature-photo img { aspect-ratio: 1.1; }
  .feature-copy { padding: 3.5rem var(--pad); }
  .feature-copy h2 br { display: none; }
  .feature-copy h2 { max-width: 12ch; }
  .image-note { margin-top: 2rem; }
  .closing { padding-block: 3.5rem; gap: 2rem; }
  .closing h2 { font-size: 2.6rem; }
  .footer-main { grid-template-columns: 1fr; padding-bottom: 2rem; }
  .footer-main > div { justify-self: start; gap: .8rem; }
  .footer-bottom { flex-direction: column; gap: .75rem; }
  .page-intro { padding-bottom: 2.5rem; }
  .page-intro h1 { font-size: 2.75rem; }
  .page-intro > p:last-child { font-size: .9rem; }
  .jump-nav { flex-direction: column; align-items: flex-start; gap: .7rem; }
  .service-detail > img { aspect-ratio: 1.2; }
  .service-detail.alternate > img { order: 0; }
  .faq-section { gap: 2.5rem; }
  .garden-section { padding-top: 0; }
  .filter-bar { flex-direction: column; align-items: start; gap: 1rem; }
  .filters { gap: .4rem; }
  .filters button { font-size: .7rem; padding-inline: .75rem; }
  .garden-grid { grid-template-columns: 1fr; gap: 3rem; }
  .garden-card h2 { font-size: 2rem; }
  .about-hero { grid-template-columns: 1fr; }
  .about-hero > div { padding: 3.5rem var(--pad); }
  .about-hero > img { min-height: 0; height: auto; aspect-ratio: 1.1; object-fit: cover; }
  .process { grid-template-columns: 1fr; gap: 2rem; }
  .process li::before { margin-bottom: 1rem; }
  .estimate-intro h1 { font-size: 2.75rem; }
  .estimate-panel { padding: 1.5rem; }
  .form-grid { grid-template-columns: 1fr; gap: 0; }
  input, select, textarea { font-size: 16px; }
  .review-actions { flex-direction: column; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
