:root {
  --green: #78b82a;
  --green-bright: #91cf37;
  --forest: #0d1f14;
  --forest-2: #14291b;
  --ink: #121713;
  --cream: #f4f3ec;
  --paper: #fff;
  --muted: #657067;
  --line: #d9ddd6;
  --radius: 18px;
  --shadow: 0 20px 55px rgba(14, 30, 19, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body { margin: 0; overflow-x: hidden; background: var(--cream); color: var(--ink); font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; line-height: 1.6; }
body.menu-open { overflow: hidden; }
img { display: block; width: 100%; max-width: 100%; object-fit: cover; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 1000; padding: 10px 16px; background: var(--paper); color: var(--ink); font-weight: 700; transition: top .2s; }
.skip-link:focus { top: 16px; }

.utility-bar { padding: 8px 0; background: #07110b; color: #c8d2ca; font-size: 12px; font-weight: 600; letter-spacing: .04em; }
.utility-inner { display: flex; justify-content: space-between; gap: 20px; }
.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(13,31,20,.08); backdrop-filter: blur(12px); }
.header-inner { display: flex; min-height: 76px; align-items: center; justify-content: space-between; gap: 34px; }
.brand { display: inline-flex; align-items: center; gap: 10px; flex-shrink: 0; }
.brand-logo { width: auto; height: 56px; flex: 0 0 auto; object-fit: contain; object-position: center; }
.brand-copy { display: flex; align-items: baseline; gap: 7px; font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; line-height: 1; }
.brand-copy strong { font-size: 27px; font-weight: 800; letter-spacing: -.06em; }
.brand-copy span { max-width: 122px; font-size: 11px; font-weight: 800; letter-spacing: .06em; line-height: 1.25; text-transform: uppercase; }
.brand-copy i { color: var(--green); font-style: normal; }
.nav { display: flex; align-items: center; justify-content: center; gap: 24px; margin-left: auto; }
.nav a { position: relative; padding: 27px 0 25px; font-size: 14px; font-weight: 700; }
.nav a::after { position: absolute; right: 0; bottom: 20px; left: 0; height: 2px; background: var(--green); content: ''; transform: scaleX(0); transition: transform .2s; }
.nav a:hover::after, .nav a:focus-visible::after { transform: scaleX(1); }
.menu-toggle { display: none; }

.btn { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; gap: 12px; padding: 13px 22px; border: 1px solid transparent; border-radius: 4px; font-size: 14px; font-weight: 800; letter-spacing: .01em; cursor: pointer; transition: transform .2s, background .2s, color .2s; }
.btn:hover { transform: translateY(-2px); }
.btn-small { min-height: 42px; padding: 10px 17px; background: var(--forest); color: white; }
.btn-primary { background: var(--green); color: var(--forest); }
.btn-primary:hover { background: var(--green-bright); }
.btn-ghost { border-color: rgba(255,255,255,.5); color: white; }
.btn-ghost:hover { background: white; color: var(--forest); }
.btn-ghost svg, .mobile-call svg { width: 18px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2; }

.hero { position: relative; min-height: calc(100vh - 110px); min-height: 720px; display: flex; align-items: stretch; overflow: hidden; color: white; background: linear-gradient(90deg, rgba(6,16,10,.03) 0%, rgba(6,16,10,.12) 34%, rgba(6,16,10,.72) 52%, rgba(6,16,10,.97) 100%), url('hero-arborist.jpg') 35% 43% / cover no-repeat; }
.hero::before { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(7,15,10,.48), transparent 45%); content: ''; }
.hero-inner { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: flex-end; justify-content: center; padding-block: 90px 140px; }
.hero-copy { width: min(700px, 60%); }
.eyebrow { margin: 0 0 14px; color: #61951f; font-size: 12px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow.light { color: var(--green-bright); }
h1, h2, h3 { margin: 0; font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; line-height: 1.06; }
h1 { font-size: clamp(39px, 4.1vw, 58px); font-weight: 700; letter-spacing: -.055em; }
h1 span, h2 span { color: var(--green-bright); }
.hero-text { max-width: 600px; margin: 26px 0 0; color: #e3e9e4; font-size: clamp(18px, 2vw, 22px); line-height: 1.55; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 36px; }
.hero-proof { position: absolute; right: 0; bottom: 38px; display: flex; overflow: hidden; border: 1px solid rgba(255,255,255,.2); background: rgba(8,19,12,.76); backdrop-filter: blur(10px); }
.hero-proof div { min-width: 150px; padding: 17px 20px; border-right: 1px solid rgba(255,255,255,.15); }
.hero-proof div:last-child { border: 0; }
.hero-proof strong, .hero-proof span { display: block; }
.hero-proof strong { color: var(--green-bright); font-size: 19px; font-weight: 800; }
.hero-proof span { color: #c8d3ca; font-size: 11px; }
.scroll-cue { position: absolute; bottom: 35px; left: max(20px, calc((100vw - 1180px)/2)); z-index: 2; display: flex; gap: 14px; align-items: center; color: #d4ddd6; font-size: 11px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.scroll-cue span { color: var(--green-bright); font-size: 18px; }

.trust-strip { background: var(--paper); border-bottom: 1px solid var(--line); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-item { display: flex; gap: 15px; align-items: center; min-height: 112px; padding: 24px; border-right: 1px solid var(--line); }
.trust-item:first-child { border-left: 1px solid var(--line); }
.trust-icon { display: grid; width: 35px; height: 35px; flex: 0 0 auto; place-items: center; border-radius: 50%; background: #edf5e4; color: #4f7d1a; font-size: 10px; font-weight: 800; }
.trust-item p { margin: 0; line-height: 1.4; }
.trust-item strong, .trust-item p span { display: block; }
.trust-item strong { font-size: 13px; font-weight: 700; }
.trust-item p span { margin-top: 4px; color: var(--muted); font-size: 11px; }

.bbb-trust { padding: 34px 0; background: #eaf2f5; border-bottom: 1px solid #cad9df; }
.bbb-inner { display: grid; grid-template-columns: 210px 1fr; gap: 34px; align-items: center; max-width: 850px; padding: 24px 30px; background: white; border: 1px solid #cad9df; border-radius: 10px; box-shadow: 0 12px 34px rgba(11,79,108,.1); }
.bbb-logo-placeholder { display: flex; width: 210px; max-width: 100%; align-items: center; justify-content: center; }
.bbb-logo-placeholder img { display: block; width: 210px; max-width: 100%; height: auto; }
.bbb-copy .eyebrow { margin-bottom: 5px; color: #0b4f6c; }
.bbb-copy h2 { color: #123746; font-size: clamp(24px, 2.4vw, 34px); letter-spacing: -.035em; }
.bbb-rating { margin: 6px 0 0; color: #34505c; font-size: 16px; }
.bbb-copy > p strong { color: #0b4f6c; font-size: 22px; }
.bbb-note { margin: 10px 0 0; color: #4a626c; font-size: 13px; }

.stats-band { background: var(--forest); color: white; border-bottom: 1px solid rgba(255,255,255,.1); }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.stat-item { min-height: 145px; display: flex; flex-direction: column; justify-content: center; padding: 28px; border-right: 1px solid rgba(255,255,255,.12); }
.stat-item:first-child { border-left: 1px solid rgba(255,255,255,.12); }
.stat-item strong { color: var(--green-bright); font-size: clamp(28px, 3vw, 42px); font-weight: 800; line-height: 1; }
.stat-item span { max-width: 190px; margin-top: 9px; color: #c3cec6; font-size: 11px; font-weight: 700; letter-spacing: .08em; line-height: 1.45; text-transform: uppercase; }

.hydroseeding-feature { padding: 110px 0; overflow: hidden; background: var(--paper); }
.hydroseeding-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 8%; align-items: center; }
.hydroseeding-image { position: relative; min-height: 590px; }
.hydroseeding-image::before { position: absolute; inset: 20px 20px -20px -20px; border: 2px solid #d5dfcb; content: ''; }
.hydroseeding-image img { position: absolute; inset: 0; height: 100%; object-position: 52% 48%; }
.hydroseeding-image > span { position: absolute; right: -24px; bottom: 34px; padding: 13px 18px; background: var(--green); color: var(--forest); font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.hydroseeding-copy > p:not(.eyebrow) { margin: 25px 0 0; color: var(--muted); font-size: 16px; }
.feature-list { display: grid; gap: 10px; margin: 26px 0 30px; padding: 0; list-style: none; color: #334036; font-size: 14px; font-weight: 650; }
.feature-list li { position: relative; padding-left: 26px; }
.feature-list li::before { position: absolute; top: .1em; left: 0; color: #5e8e23; content: '\2713'; font-size: 17px; font-weight: 900; }

.section { padding: 110px 0; }
.section-heading { margin-bottom: 48px; }
.heading-row, .project-heading { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(280px, .6fr); gap: 90px; align-items: end; }
h2 { font-size: clamp(36px, 4.5vw, 58px); font-weight: 700; letter-spacing: -.05em; }
.section-heading > p, .section-heading > div + p { max-width: 440px; margin: 0 0 8px; color: var(--muted); font-size: 16px; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.service-card { display: flex; min-height: 510px; flex-direction: column; overflow: hidden; background: var(--paper); border: 1px solid #e2e5df; transition: box-shadow .25s, transform .25s; }
.service-card:hover { box-shadow: var(--shadow); transform: translateY(-5px); }
.tree-care-card { grid-column: span 2; display: grid; grid-template-columns: 1.15fr .85fr; min-height: 470px; border-top: 8px solid var(--green); }
.tree-care-card .card-image { height: 100%; }
.tree-care-card .card-image img { object-position: 50% 38%; }
.tree-care-card .card-body { padding: 42px; }
.tree-care-card .card-body h3 { font-size: clamp(28px, 3vw, 38px); }
.hydroseeding-card { border-top: 4px solid #89ad5c; }
.card-image { height: 250px; overflow: hidden; }
.card-image img { height: 100%; transition: transform .5s; }
.service-card:hover .card-image img { transform: scale(1.03); }
.service-featured .card-image img { object-position: 50% 48%; }
.irrigation-card .card-image { height: 420px; background: #f5f5f5; }
.irrigation-card .card-image img { width: 100%; height: 420px; object-fit: contain; object-position: center; background: #f5f5f5; }
.irrigation-card:hover .card-image img { transform: none; }
.card-body { position: relative; display: flex; flex: 1; flex-direction: column; padding: 29px; }
.card-kicker { margin: 0 0 9px !important; color: #5a861e !important; font-size: 10px !important; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.card-number { position: absolute; top: 27px; right: 27px; color: #9ba49c; font-size: 10px; font-weight: 700; letter-spacing: .13em; }
.card-body h3 { padding-right: 36px; font-size: 23px; letter-spacing: -.03em; }
.card-body p { margin: 15px 0 24px; color: var(--muted); font-size: 14px; line-height: 1.7; }
.card-body a { margin-top: auto; color: #416b12; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.card-body a span { margin-left: 7px; }
.text-card { background: #e9f1df; border-color: #e0e9d6; }
.dark-card { background: var(--forest); color: white; border-color: var(--forest); }
.dark-card .card-body p { color: #bdc9c0; }
.dark-card .card-body a { color: var(--green-bright); }
.firesmart-card .card-image { position: relative; }
.firesmart-badge { position: absolute; top: 14px; right: 14px; z-index: 2; padding: 7px 10px; border-radius: 3px; background: var(--green); color: var(--forest); font-size: 9px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; box-shadow: 0 5px 15px rgba(0,0,0,.2); }
.photo-credit { position: absolute; bottom: 7px; left: 8px; z-index: 2; padding: 3px 6px; border-radius: 2px; background: rgba(6,16,10,.72); color: rgba(255,255,255,.82) !important; font-size: 8px !important; font-weight: 500 !important; letter-spacing: .02em !important; text-transform: none !important; }
.photo-credit:hover { color: white !important; }
.service-symbol { display: grid; height: 250px; place-items: center; }
.service-symbol svg { width: 72px; fill: none; stroke: #52771f; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.2; }
.dark-card .service-symbol svg { stroke: var(--green-bright); }
.service-note { margin: 25px 0 0; color: var(--muted); font-size: 13px; text-align: center; }
.service-note strong { color: var(--ink); }

.projects { background: var(--forest); color: white; }
.project-heading > div + p { color: #aab7ad; }
.project-grid { display: grid; grid-template-columns: .8fr 1.2fr; grid-template-rows: 320px 320px; gap: 18px; }
.project { position: relative; overflow: hidden; background: #07110b; }
.project > img { height: 100%; opacity: .77; transition: transform .6s, opacity .3s; }
.project:hover > img { opacity: .9; transform: scale(1.025); }
.project-tall { grid-row: 1 / 3; }
.project-wide { grid-column: 2; }
.project-overlay { position: absolute; inset: auto 0 0; padding: 70px 28px 27px; background: linear-gradient(transparent, rgba(4,12,7,.95)); }
.project-overlay span, .comparison-copy > span { color: var(--green-bright); font-size: 10px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.project-overlay h3, .comparison-copy h3 { margin-top: 7px; font-size: 23px; }
.project-overlay p, .comparison-copy p { max-width: 470px; margin: 8px 0 0; color: #c8d2ca; font-size: 13px; }
.comparison { display: grid; grid-template-columns: 1.25fr .75fr; background: #183021; }
.comparison-images { display: grid; grid-template-columns: 1fr 1fr; min-width: 0; }
.comparison figure { position: relative; min-width: 0; margin: 0; overflow: hidden; }
.comparison img { height: 100%; }
.comparison figcaption { position: absolute; top: 13px; left: 13px; padding: 5px 9px; background: rgba(8,18,11,.82); color: white; font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.comparison-copy { display: flex; flex-direction: column; justify-content: center; padding: 24px; }

.about { background: var(--paper); }
.about-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 9%; align-items: center; }
.about-image { position: relative; min-height: 590px; }
.about-image > img { position: absolute; inset: 0; height: 100%; object-fit: contain; object-position: center; background: #edf0eb; }
.about-image::after { position: absolute; inset: 18px -18px -18px 18px; z-index: -1; border: 2px solid #d5dfcb; content: ''; }
.image-badge { position: absolute; right: -35px; bottom: 35px; max-width: 230px; padding: 23px; background: var(--green); color: var(--forest); }
.image-badge strong, .image-badge span { display: block; }
.image-badge strong { font-size: 18px; font-weight: 800; }
.image-badge span { margin-top: 3px; font-size: 11px; }
.about-copy .lead { margin: 28px 0 13px; color: #2c372f; font-size: 18px; font-weight: 500; }
.about-copy > p:not(.eyebrow):not(.lead):not(.sector-line) { color: var(--muted); font-size: 15px; }
.credential-grid { display: grid; grid-template-columns: 1fr 1fr; margin-top: 32px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.credential-grid div { padding: 20px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.credential-grid strong, .credential-grid span { display: block; }
.credential-grid strong { color: #5b8c20; font-size: 26px; font-weight: 800; }
.credential-grid span { color: var(--muted); font-size: 11px; font-weight: 700; text-transform: uppercase; }
.sector-line { margin: 25px 0 0; color: #3c473e; font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.sector-line span { margin: 0 12px; color: var(--green); }

.why-choose { background: var(--forest); color: white; }
.why-choose-copy { max-width: 850px; }
.why-choose-copy > p:last-child { max-width: 760px; margin: 20px 0 0; color: #b9c5bc; }
.why-choose-subheading { margin: 24px 0 0; color: white; font-size: clamp(17px, 2vw, 21px); font-weight: 650; }
.why-choose-list { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 48px; }
.why-choose-card { min-height: 230px; padding: 30px; border: 1px solid rgba(255,255,255,.14); background: rgba(255,255,255,.055); }
.why-choose-icon { display: grid; width: 48px; height: 48px; place-items: center; border-radius: 50%; background: rgba(145,207,55,.12); font-size: 24px; line-height: 1; }
.why-choose-card h3 { margin-top: 21px; font-size: 21px; letter-spacing: -.025em; }
.why-choose-card p { margin: 13px 0 0; color: #b9c5bc; font-size: 14px; line-height: 1.7; }
.why-choose-banner { margin: 18px 0 0; padding: 20px 24px; border: 1px solid rgba(145,207,55,.4); background: rgba(145,207,55,.09); color: var(--green-bright); font-size: 12px; font-weight: 800; letter-spacing: .12em; text-align: center; text-transform: uppercase; }
.why-choose-banner span { margin-inline: 12px; }

.service-areas { background: var(--cream); }
.location-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.location-grid span { position: relative; padding: 19px 22px 19px 45px; border: 1px solid var(--line); background: white; font-size: 14px; font-weight: 800; }
.location-grid span::before { position: absolute; top: 50%; left: 20px; width: 9px; height: 9px; border: 3px solid var(--green); border-radius: 50% 50% 50% 0; content: ''; transform: translateY(-60%) rotate(-45deg); }
.service-area-copy { max-width: 1000px; margin: 35px 0 0; color: var(--muted); font-size: 15px; line-height: 1.85; }

.contact { padding: 105px 0; overflow: hidden; background: var(--forest); color: white; }
.contact-intro { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: end; margin-bottom: 45px; }
.contact-intro .eyebrow { grid-column: 1 / -1; margin-bottom: -55px; }
.contact-intro p:last-child { max-width: 420px; margin: 0 0 7px; color: #b6c3b9; }
.contact-layout { display: grid; grid-template-columns: 1.45fr .55fr; gap: 28px; }
.quote-form { padding: 38px; background: white; color: var(--ink); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.quote-form label { display: block; margin-bottom: 18px; color: #354039; font-size: 11px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.quote-form input, .quote-form select, .quote-form textarea { display: block; width: 100%; margin-top: 7px; border: 0; border-bottom: 1px solid #cdd3ce; border-radius: 0; outline: 0; background: white; color: var(--ink); font-size: 15px; text-transform: none; transition: border-color .2s; }
.quote-form input, .quote-form select { height: 42px; }
.quote-form textarea { min-height: 100px; padding-top: 10px; resize: vertical; }
.quote-form input:focus, .quote-form select:focus, .quote-form textarea:focus { border-color: #5d8d23; }
.quote-form ::placeholder { color: #9ca39e; }
.submit-btn { min-width: 220px; border: 0; }
.form-note { display: inline-block; margin: 0 0 0 18px; color: var(--muted); font-size: 11px; }
.form-note a { color: #4e7c18; font-weight: 800; }
.contact-details { display: flex; flex-direction: column; gap: 16px; }
.contact-card, .service-map { padding: 27px; border: 1px solid rgba(255,255,255,.14); background: #14291b; }
.detail-label { margin: 0 0 9px; color: var(--green-bright); font-size: 10px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.phone-link { font-size: clamp(24px, 3vw, 34px); font-weight: 700; letter-spacing: -.04em; }
.contact-card > p:last-child { margin: 7px 0 0; color: #aebbb1; font-size: 12px; }
.service-map { position: relative; display: flex; min-height: 210px; flex-direction: column; justify-content: flex-end; overflow: hidden; background: #1c3725; }
.map-lines { position: absolute; inset: 0; opacity: .25; background: repeating-radial-gradient(ellipse at 70% 20%, transparent 0 28px, #93b59a 29px 30px); transform: rotate(-9deg) scale(1.3); }
.map-pin { position: absolute; top: 53px; left: 53%; width: 17px; height: 17px; border: 5px solid var(--green); border-radius: 50% 50% 50% 0; background: var(--forest); transform: rotate(-45deg); }
.service-map div:last-child { position: relative; }
.service-map strong, .service-map div:last-child span { display: block; }
.service-map strong { font-size: 16px; font-weight: 700; }
.service-map div:last-child span { margin-top: 5px; color: #aebbb1; font-size: 11px; }
.coverage { flex: 1; }

.site-footer { padding: 55px 0 20px; background: #07110b; color: #aeb8b0; }
.footer-grid { display: grid; grid-template-columns: 1.8fr 1fr 1fr; gap: 70px; padding-bottom: 45px; }
.footer-brand { color: white; }
.footer-brand .brand-logo { height: 64px; }
.footer-grid > div > p { max-width: 310px; font-size: 13px; }
.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; gap: 8px; font-size: 13px; }
.footer-grid > div:not(:first-child) strong { margin-bottom: 7px; color: white; font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; }
.footer-grid a:hover { color: var(--green-bright); }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.1); font-size: 10px; letter-spacing: .06em; text-transform: uppercase; }
.mobile-call { display: none; }

@media (max-width: 980px) {
  .header-quote { display: none; }
  .brand-logo { height: 52px; }
  .menu-toggle { position: relative; z-index: 102; display: grid; width: 43px; height: 43px; margin-left: auto; place-content: center; gap: 5px; border: 0; background: transparent; cursor: pointer; }
  .menu-toggle > span:not(.sr-only) { display: block; width: 23px; height: 2px; background: var(--forest); transition: transform .2s, opacity .2s; }
  .menu-toggle[aria-expanded='true'] > span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded='true'] > span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded='true'] > span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .nav { position: fixed; inset: 76px 0 auto; z-index: 101; display: flex; flex-direction: column; gap: 0; align-items: stretch; padding: 18px 20px 28px; background: white; box-shadow: 0 18px 30px rgba(0,0,0,.12); opacity: 0; pointer-events: none; transform: translateY(-12px); transition: opacity .2s, transform .2s; }
  .nav.open { opacity: 1; pointer-events: auto; transform: translateY(0); }
  .nav a { padding: 15px 0; border-bottom: 1px solid var(--line); font-size: 17px; }
  .nav a::after { display: none; }
  .hero-copy { width: min(650px, 72%); }
  .hero-proof { left: 20px; right: 20px; bottom: 30px; }
  .hero-proof div { flex: 1; }
  .scroll-cue { display: none; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .trust-item:nth-child(2) { border-right: 0; }
  .trust-item:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .bbb-inner { grid-template-columns: 190px 1fr; gap: 25px; }
  .bbb-logo-placeholder, .bbb-logo-placeholder img { width: 190px; }
  .stats-grid { grid-template-columns: 1fr 1fr; }
  .stat-item:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.12); }
  .location-grid { grid-template-columns: repeat(3, 1fr); }
  .hydroseeding-grid { grid-template-columns: 1fr 1fr; gap: 45px; }
  .hydroseeding-image { min-height: 520px; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .tree-care-card { grid-column: span 2; }
  .project-grid { grid-template-columns: 1fr; grid-template-rows: 500px 350px 400px; }
  .project-tall, .project-wide { grid-column: auto; grid-row: auto; }
  .about-grid { gap: 7%; }
  .contact-layout { grid-template-columns: 1fr; }
  .contact-details { display: grid; grid-template-columns: 1fr 1fr; }
  .coverage { grid-column: 1 / -1; }
}

@media (max-width: 680px) {
  .container { width: min(100% - 32px, 1180px); }
  .utility-bar { display: none; }
  .header-inner { min-height: 68px; }
  .brand-logo { height: 46px; }
  .footer-brand .brand-logo { height: 58px; }
  .brand-copy strong { font-size: 24px; }
  .brand-copy span { max-width: 110px; font-size: 9px; }
  .nav { inset: 68px 0 auto; }
  .hero { min-height: 760px; background: linear-gradient(0deg, rgba(6,16,10,.97) 0%, rgba(6,16,10,.78) 55%, rgba(6,16,10,.05) 100%), url('hero-arborist.jpg') 43% 24% / cover no-repeat; }
  .hero-inner { align-items: stretch; justify-content: flex-end; padding-block: 250px 185px; }
  .hero-copy { width: 100%; }
  h1 { font-size: clamp(34px, 9.6vw, 45px); }
  .hero-text { margin-top: 19px; font-size: 17px; }
  .hero-actions { margin-top: 26px; }
  .hero-actions .btn { width: 100%; }
  .hero-proof { bottom: 18px; left: 16px; right: 16px; }
  .hero-proof div { min-width: 0; padding: 12px 10px; }
  .hero-proof strong { font-size: 15px; }
  .hero-proof span { font-size: 8px; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-item, .trust-item:first-child { min-height: 86px; padding: 17px 4px; border: 0; border-bottom: 1px solid var(--line); }
  .bbb-trust { padding: 32px 0; }
  .bbb-inner { grid-template-columns: 1fr; gap: 18px; padding: 24px 20px; text-align: center; }
  .bbb-logo-placeholder, .bbb-logo-placeholder img { width: min(210px, 100%); margin-inline: auto; }
  .stat-item { min-height: 125px; padding: 22px 16px; }
  .stat-item:nth-child(odd) { border-left: 1px solid rgba(255,255,255,.12); }
  .stat-item span { font-size: 9px; }
  .hydroseeding-feature { padding: 78px 0; }
  .hydroseeding-grid { grid-template-columns: 1fr; gap: 62px; }
  .hydroseeding-image { min-height: 380px; }
  .hydroseeding-image > span { right: -8px; bottom: -20px; }
  .section { padding: 78px 0; }
  .heading-row, .project-heading, .contact-intro { grid-template-columns: 1fr; gap: 22px; }
  .section-heading > p, .section-heading > div + p { font-size: 14px; }
  .service-grid { grid-template-columns: 1fr; }
  .tree-care-card { grid-column: auto; display: flex; min-height: 540px; border-top-width: 6px; }
  .tree-care-card .card-image { height: 270px; }
  .tree-care-card .card-body { padding: 29px; }
  .service-card { min-height: 480px; }
  .project-grid { grid-template-rows: 520px auto 410px; }
  .comparison { grid-template-columns: 1fr; }
  .comparison-images { height: 270px; }
  .comparison-copy { min-height: 170px; }
  .about-grid { grid-template-columns: 1fr; gap: 70px; }
  .about-image { min-height: 490px; }
  .image-badge { right: -8px; bottom: -24px; }
  .why-choose-list { grid-template-columns: 1fr; }
  .why-choose-card { min-height: 0; padding: 25px; }
  .why-choose-banner { padding: 18px 16px; line-height: 1.8; }
  .why-choose-banner span { margin-inline: 6px; }
  .location-grid { grid-template-columns: 1fr 1fr; }
  .location-grid span { padding: 16px 12px 16px 36px; font-size: 12px; }
  .location-grid span::before { left: 14px; }
  .contact-intro .eyebrow { grid-column: auto; margin-bottom: -9px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .quote-form { padding: 26px 20px; }
  .submit-btn { width: 100%; }
  .form-note { display: block; margin: 14px 0 0; text-align: center; }
  .contact-details { grid-template-columns: 1fr; }
  .coverage { grid-column: auto; }
  .footer-grid { grid-template-columns: 1fr; gap: 35px; }
  .footer-bottom { flex-direction: column; gap: 7px; }
  .mobile-call { position: fixed; right: 16px; bottom: 16px; z-index: 90; display: grid; width: 54px; height: 54px; place-items: center; border-radius: 50%; background: var(--green); color: var(--forest); box-shadow: 0 10px 30px rgba(0,0,0,.3); opacity: 0; pointer-events: none; transform: translateY(12px); transition: opacity .2s, transform .2s; }
  .mobile-call.visible { opacity: 1; pointer-events: auto; transform: translateY(0); }
  .mobile-call svg { width: 22px; }
}

@media (max-width: 768px) {
  .irrigation-card .card-image,
  .irrigation-card .card-image img { height: 320px; }
}

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