:root {
  --forest: #286b49;
  --forest-dark: #0d3b27;
  --evergreen: #092f1e;
  --leaf: #61ad45;
  --leaf-bright: #78c756;
  --sage: #edf2e9;
  --sage-deep: #dfeadb;
  --paper: #fbfcf9;
  --white: #ffffff;
  --ink: #173325;
  --muted: #617066;
  --line: #dce6da;
  --display: 'Anton', Impact, sans-serif;
  --body: 'Inter', Arial, sans-serif;
  --shadow: 0 24px 60px rgba(9, 47, 30, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--paper); color: var(--ink); font-family: var(--body); font-size: 16px; line-height: 1.6; letter-spacing: -.012em; }
body.no-scroll { overflow: hidden; }
img { display: block; width: 100%; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible { outline: 3px solid #f5c84b; outline-offset: 3px; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--display); font-weight: 400; line-height: .98; text-transform: uppercase; }
h3 { font-family: var(--body); font-weight: 800; line-height: 1.2; }
.page-width { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 100; top: 10px; left: 10px; transform: translateY(-150%); padding: 10px 14px; background: var(--leaf-bright); color: var(--evergreen); font-weight: 800; }
.skip-link:focus { transform: translateY(0); }

.utility-bar { background: var(--forest); color: rgba(255,255,255,.9); font-size: 11px; }
.utility-inner { display: flex; align-items: center; justify-content: space-between; min-height: 36px; }
.utility-contact { display: flex; gap: 25px; }
.utility-inner strong { color: var(--white); }

.site-header { position: relative; z-index: 30; border-bottom: 1px solid var(--line); background: var(--white); }
.header-inner { position: relative; display: flex; align-items: center; justify-content: space-between; min-height: 76px; }
.brand { display: inline-flex; align-items: center; min-width: max-content; }
.brand > span:last-child { display: grid; line-height: 1; }
.brand strong { color: var(--evergreen); font-family: var(--body); font-size: 22px; font-weight: 800; letter-spacing: -.04em; }
.brand small { color: var(--forest); font-size: 9px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.desktop-nav { display: flex; align-items: center; gap: 28px; font-size: 12px; font-weight: 700; letter-spacing: -.01em; }
.desktop-nav a { transition: color .2s ease; }
.desktop-nav a:hover { color: var(--leaf); }
.header-phone { display: flex; align-items: center; gap: 10px; }
.header-phone > span:last-child { display: grid; line-height: 1.1; }
.header-phone small { color: var(--muted); font-size: 9px; font-weight: 600; text-transform: uppercase; }
.header-phone strong { color: var(--evergreen); font-size: 14px; }
.menu-toggle, .mobile-nav { display: none; }

.hero { position: relative; min-height: 570px; overflow: hidden; background: url('assets/front-lawn.jpg') 50% 56% / cover no-repeat; color: var(--white); }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,38,21,.86) 0%, rgba(5,42,22,.63) 48%, rgba(5,31,18,.12) 79%); }
.hero-inner { position: relative; z-index: 1; display: flex; align-items: center; min-height: 570px; padding: 68px 0 120px; }
.hero-copy { max-width: 670px; }
.pill-label, .section-label { display: inline-block; margin: 0; color: var(--forest); font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.pill-label { color: rgba(255,255,255,.82); }
.hero h1 { max-width: 650px; margin: 22px 0 17px; font-size: clamp(3.8rem, 6.1vw, 6.2rem); letter-spacing: -.025em; text-wrap: balance; }
.hero h1 em { color: var(--white); font-style: normal; }
.hero-copy > p:not(.pill-label) { max-width: 570px; margin-bottom: 25px; color: rgba(255,255,255,.88); font-size: 14px; font-weight: 500; line-height: 1.7; }
.hero-actions { display: flex; gap: 12px; }

.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 23px; border: 0; border-radius: 999px; cursor: pointer; font-size: 11px; font-weight: 700; text-transform: uppercase; white-space: nowrap; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 12px 26px rgba(5,39,22,.18); }
.button-primary { background: var(--leaf); color: var(--white); }
.button-primary:hover { background: var(--leaf-bright); }
.button-white { background: var(--white); color: var(--evergreen); }

.quote-dock-wrap { position: relative; z-index: 5; min-height: 108px; background: var(--paper); }
.quote-dock { width: min(960px, calc(100% - 40px)); margin: -73px auto 0; padding: 22px 26px 24px; border-radius: 15px; background: var(--white); box-shadow: var(--shadow); }
.quote-title { margin-bottom: 15px; }
.quote-title h2 { margin: 0; color: var(--evergreen); font-size: 22px; letter-spacing: .01em; }
.dock-form { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.dock-form label { display: block; }
.dock-form label > span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
.dock-form input, .dock-form select, .modal-form input, .modal-form select { width: 100%; min-height: 43px; padding: 0 13px; border: 1px solid transparent; border-radius: 6px; outline: 0; background: #f1f3f0; color: var(--ink); font-size: 11px; }
.dock-form input:focus, .dock-form select:focus, .modal-form input:focus, .modal-form select:focus { border-color: var(--leaf); box-shadow: 0 0 0 3px rgba(97,173,69,.14); }
.dock-form .button { min-height: 43px; }
.form-note { grid-column: 1 / -1; margin: -4px 0 0; color: var(--muted); font-size: 9px; text-align: right; }
.form-note a { color: var(--forest); font-weight: 700; text-decoration: underline; text-underline-offset: 2px; }
.honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; pointer-events: none !important; }
.turnstile-slot:empty { display: none; }
.turnstile-slot { display: flex; grid-column: 1 / -1; justify-content: end; min-height: 0; }

.special-offer { padding: 58px 0; background: var(--forest); color: var(--white); }
.special-offer[hidden] { display: none; }
.special-offer-inner { display: grid; grid-template-columns: .55fr 1.35fr 1fr auto; gap: 30px; align-items: center; }
.special-offer-inner > p { margin: 0; color: rgba(255,255,255,.78); font-size: 12px; }
.special-offer-inner > p:first-child { font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.special-offer h2 { margin: 0; color: var(--white); font-size: clamp(2.3rem, 3.3vw, 3.8rem); }

.section { padding-top: 105px; padding-bottom: 105px; }
.section h2, .contact h2, .quote-dialog h2 { margin: 14px 0 20px; color: var(--evergreen); font-size: clamp(2.8rem, 4.4vw, 4.65rem); letter-spacing: -.035em; text-wrap: balance; }
.section h2 em, .contact h2 em, .quote-dialog h2 em { color: var(--leaf); font-style: normal; }
.about { display: grid; grid-template-columns: .95fr 1.05fr; gap: clamp(55px, 7vw, 95px); align-items: center; }
.about-gallery { position: relative; display: grid; grid-template-columns: 1.18fr .86fr; align-items: end; gap: 16px; padding: 25px 0; }
.about-photo { overflow: hidden; margin: 0; border-radius: 12px; background: var(--sage); }
.about-photo img { height: 100%; object-fit: cover; }
.about-photo-tall { height: 420px; clip-path: polygon(0 0, 84% 0, 100% 10%, 100% 100%, 0 100%); }
.about-photo-small { height: 270px; }
.about-copy > p:not(.section-label) { max-width: 570px; margin-bottom: 20px; color: var(--muted); font-size: 13px; line-height: 1.75; }
.check-list { display: grid; gap: 8px; margin: 0 0 25px; padding: 0; list-style: none; }
.check-list li { padding: 8px 0; border-top: 1px solid var(--line); font-size: 12px; font-weight: 600; }

.services { background: var(--sage); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 38px; }
.section-heading h2 { max-width: 680px; margin-bottom: 0; }
.section-heading > p { max-width: 440px; margin: 0 0 6px; color: var(--muted); font-size: 12px; line-height: 1.75; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card { overflow: hidden; border: 1px solid var(--line); border-radius: 11px; background: var(--white); box-shadow: 0 10px 24px rgba(9,47,30,.05); transition: transform .25s ease, box-shadow .25s ease; }
.service-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.service-card > img { height: 210px; object-fit: cover; }
.service-card > div { padding: 20px; }
.service-card h3 { margin: 0 0 9px; color: var(--evergreen); font-size: 17px; letter-spacing: -.02em; }
.service-card p { min-height: 57px; margin-bottom: 15px; color: var(--muted); font-size: 11px; line-height: 1.7; }
.service-card > div > a { display: block; width: 100%; padding: 12px 0 0; border-top: 1px solid var(--line); color: var(--forest); font-size: 10px; font-weight: 700; text-transform: uppercase; }

.process { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(60px, 8vw, 110px); align-items: center; }
.process-intro > p:not(.section-label) { max-width: 560px; margin-bottom: 22px; color: var(--muted); font-size: 13px; }
.process-intro figure { overflow: hidden; height: 270px; margin: 34px 0 0; border-radius: 12px; }
.process-intro figure img { height: 100%; object-fit: cover; }
.process-list { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; }
.process-list li { min-height: 145px; padding: 22px 0 32px; border-top: 1px solid var(--line); }
.process-list span { display: inline-block; margin-bottom: 12px; color: var(--forest); font-size: 9px; font-weight: 700; text-transform: uppercase; }
.process-list h3 { margin: 0 0 9px; color: var(--evergreen); font-size: 17px; letter-spacing: -.02em; }
.process-list p { max-width: 400px; margin: 0; color: var(--muted); font-size: 11px; }

.work { background: #f1f2ef; }
.work-heading { max-width: 720px; margin: 0 auto 42px; text-align: center; }
.work-heading .section-label { justify-content: center; }
.work-heading h2 { margin-bottom: 14px; }
.work-heading > p:not(.section-label) { margin: 0; color: var(--muted); font-size: 12px; }
.work-grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 205px; gap: 12px; }
.work-item { position: relative; overflow: hidden; margin: 0; border-radius: 10px; background: var(--forest-dark); }
.work-wide { grid-column: span 2; }
.work-tall { grid-row: span 2; }
.work-item img { height: 100%; object-fit: cover; transition: transform .45s ease; }
.work-item:hover img { transform: scale(1.04); }
.work-item::after { content: ''; position: absolute; inset: 45% 0 0; background: linear-gradient(transparent, rgba(4,37,21,.85)); }
.work-item figcaption { position: absolute; z-index: 1; right: 15px; bottom: 13px; left: 15px; display: grid; color: var(--white); }
.work-item figcaption strong { font-family: var(--body); font-size: 13px; font-weight: 800; }
.work-item figcaption span { color: #b9e5a7; font-size: 8px; font-weight: 800; text-transform: uppercase; }

.contact { padding: 90px 0; background: var(--forest-dark); color: var(--white); }
.contact-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }
.contact .section-label-light { color: rgba(255,255,255,.75); }
.contact h2 { margin-bottom: 0; color: var(--white); }
.contact h2 em { color: var(--leaf-bright); }
.contact-inner > div:last-child > p { margin-bottom: 23px; color: rgba(255,255,255,.72); font-size: 13px; }
.contact-links { display: grid; grid-template-columns: 1fr 1.35fr; gap: 10px; margin-bottom: 22px; }
.contact-links a { display: grid; padding: 14px 16px; border: 1px solid rgba(255,255,255,.16); border-radius: 7px; }
.contact-links small { color: #a6c9b2; font-size: 8px; font-weight: 800; text-transform: uppercase; }
.contact-links strong { overflow-wrap: anywhere; font-size: 11px; }

.site-footer { border-top: 1px solid var(--line); background: var(--white); }
.footer-inner { display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; gap: 25px; min-height: 90px; }
.site-footer > .footer-inner > p { margin: 0; color: var(--muted); font-size: 10px; text-align: center; }
.footer-inner > div { display: flex; justify-content: end; gap: 16px; color: var(--muted); font-size: 9px; }
.footer-inner a:hover { color: var(--leaf); }

.quote-modal { position: fixed; z-index: 60; inset: 0; display: grid; place-items: center; padding: 22px; opacity: 0; visibility: hidden; transition: opacity .2s ease, visibility .2s ease; }
.quote-modal.is-open { opacity: 1; visibility: visible; }
.quote-modal-backdrop { position: absolute; inset: 0; background: rgba(4,37,21,.76); backdrop-filter: blur(8px); }
.quote-dialog { position: relative; z-index: 1; width: min(100%, 520px); max-height: calc(100dvh - 44px); overflow: auto; padding: 36px 40px 40px; border-radius: 15px; background: var(--white); box-shadow: 0 30px 100px rgba(0,0,0,.28); }
.quote-close { position: absolute; top: 11px; right: 15px; width: 38px; height: 38px; border: 0; background: none; color: var(--evergreen); cursor: pointer; font-size: 30px; }
.quote-dialog h2 { margin-top: 17px; font-size: clamp(2.8rem, 5vw, 4.5rem); }
.quote-dialog > p:not(.section-label) { margin: 16px 0 12px; color: var(--muted); font-size: 12px; }
.quote-dialog > p a { color: var(--forest); font-weight: 800; text-decoration: underline; }
.modal-form { display: grid; }
.modal-form label { margin: 10px 0 5px; font-size: 10px; font-weight: 800; }
.modal-form .button { margin-top: 18px; }
.modal-form .form-note { margin-top: 10px; text-align: center; }
.mobile-lead-bar { display: none; }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.75,.25,1); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.reveal-delay { transition-delay: .12s; }
.reveal-delay-2 { transition-delay: .22s; }

@media (max-width: 980px) {
  .desktop-nav { display: none; }
  .menu-toggle { display: block; padding: 12px 0 12px 12px; border: 0; background: none; color: var(--evergreen); font-size: 10px; font-weight: 700; text-transform: uppercase; }
  .mobile-nav { position: absolute; z-index: 10; top: 76px; right: 0; left: 0; padding: 9px 19px 16px; border: 1px solid var(--line); border-radius: 10px; background: var(--white); box-shadow: var(--shadow); }
  .mobile-nav.is-open { display: grid; }
  .mobile-nav a, .mobile-nav button { padding: 13px 0; border: 0; border-bottom: 1px solid var(--line); background: none; color: var(--ink); text-align: left; font-size: 12px; font-weight: 700; }
  .mobile-nav button { border: 0; color: var(--forest); }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .service-card:last-child { grid-column: 1 / -1; }
  .service-card:last-child { display: grid; grid-template-columns: 1fr 1fr; }
  .service-card:last-child > img { height: 100%; min-height: 230px; }
  .work-grid { grid-template-columns: repeat(3, 1fr); }
  .work-tall { grid-row: auto; }
}

@media (max-width: 760px) {
  body { padding-bottom: 58px; }
  .page-width { width: min(100% - 32px, 560px); }
  .utility-inner { justify-content: center; min-height: 34px; }
  .utility-contact span, .utility-inner > a { display: none; }
  .utility-contact { gap: 0; }
  .header-inner { min-height: 68px; }
  .header-phone { display: none; }
  .menu-toggle { display: block; padding: 12px 0 12px 12px; border: 0; background: none; color: var(--evergreen); font-size: 10px; font-weight: 700; text-transform: uppercase; }
  .mobile-nav { position: absolute; z-index: 10; top: 68px; right: 0; left: 0; padding: 9px 19px 16px; border: 1px solid var(--line); border-radius: 10px; background: var(--white); box-shadow: var(--shadow); }
  .mobile-nav.is-open { display: grid; }
  .mobile-nav a, .mobile-nav button { padding: 13px 0; border: 0; border-bottom: 1px solid var(--line); background: none; color: var(--ink); text-align: left; font-size: 12px; font-weight: 700; }
  .mobile-nav button { border: 0; color: var(--forest); }
  .hero, .hero-inner { min-height: 540px; }
  .hero { background-position: 62% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(4,38,21,.88), rgba(4,38,21,.45)); }
  .hero-inner { align-items: end; padding: 70px 0 95px; }
  .hero h1 { font-size: clamp(3.4rem, 15vw, 5.1rem); }
  .hero-actions { align-items: stretch; flex-direction: column; width: min(100%, 320px); }
  .quote-dock-wrap { min-height: 0; padding: 0 0 60px; }
  .quote-dock { width: min(100% - 32px, 560px); margin-top: -45px; padding: 21px; }
  .dock-form { grid-template-columns: 1fr; }
  .form-note { text-align: center; }
  .turnstile-slot { justify-content: center; }
  .special-offer-inner { grid-template-columns: 1fr; gap: 14px; }
  .special-offer-inner .button { justify-self: start; }
  .section { padding-top: 78px; padding-bottom: 78px; }
  .section h2, .contact h2 { font-size: clamp(2.7rem, 12.8vw, 4.1rem); }
  .about, .process, .contact-inner { grid-template-columns: 1fr; gap: 44px; }
  .about-gallery { order: 2; }
  .about-photo-tall { height: 330px; }
  .about-photo-small { height: 225px; }
  .section-heading { display: block; }
  .section-heading > p { margin-top: 18px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card:last-child { display: block; grid-column: auto; }
  .service-card:last-child > img { height: 210px; min-height: 0; }
  .service-card p { min-height: auto; }
  .process-intro figure { height: 230px; }
  .process-list { margin-left: 4px; }
  .work-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 185px; gap: 9px; }
  .work-wide { grid-column: span 2; }
  .contact { padding: 78px 0; }
  .contact-links { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr; justify-items: center; padding: 30px 0; }
  .footer-inner > div { justify-content: center; flex-wrap: wrap; }
  .quote-dialog { padding: 34px 23px 30px; }
  .mobile-lead-bar { position: fixed; z-index: 40; right: 0; bottom: 0; left: 0; display: grid; grid-template-columns: .9fr 1.1fr; min-height: 58px; box-shadow: 0 -10px 30px rgba(7,63,39,.2); }
  .mobile-lead-bar a { display: grid; place-items: center; border: 0; background: var(--white); color: var(--forest); font-size: 11px; font-weight: 800; }
  .mobile-lead-bar a:last-child { background: var(--leaf); color: var(--white); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
