/* Cutwise Tree Service — site styles. Brand: green #104030, leaf #cadd7d, paper #f6f7f3. */
:root {
  color-scheme: only light;
  --green: #104030;
  --green-deep: #0a2a1f;
  --green-soft: #1b5a43;
  --leaf: #d3ee5c;
  --leaf-deep: #b5d431;
  --paper: #f6f7f3;
  --white: #ffffff;
  --ink: #14201b;
  --muted: #56655e;
  --line: #dfe5df;
  --shadow: 0 10px 30px rgba(10, 42, 31, .18);
  --radius: 18px;
  --max: 1180px;
  --font-display: "Bricolage Grotesque", "Inter", system-ui, sans-serif;
  --font-body: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { margin: 0; font-family: var(--font-body); color: var(--ink); background: var(--paper); line-height: 1.55; font-size: 17px; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
h1, h2, h3 { font-family: var(--font-display); line-height: 1.08; margin: 0 0 .5em; letter-spacing: -.01em; }
h1 { font-size: clamp(2.3rem, 5.2vw, 4.2rem); font-weight: 800; }
h2 { font-size: clamp(1.8rem, 3.4vw, 2.7rem); font-weight: 800; }
h3 { font-size: 1.25rem; font-weight: 700; }
p { margin: 0 0 1em; }
.wrap { width: min(var(--max), 100% - 2rem); margin-inline: auto; }
.eyebrow { display: inline-block; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; font-size: .78rem; color: var(--green-soft); margin-bottom: .8rem; }
.on-dark .eyebrow { color: var(--leaf); }
.lead { font-size: 1.15rem; color: var(--muted); max-width: 58ch; }
.on-dark .lead { color: rgba(255,255,255,.82); }
.sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }

/* buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: .55rem; font-weight: 700; font-family: var(--font-display); font-size: 1.05rem; padding: .95rem 1.4rem; border-radius: 999px; text-decoration: none; border: 2px solid transparent; cursor: pointer; transition: transform .12s ease, background .15s ease, box-shadow .15s ease; white-space: nowrap; }
.btn:active { transform: translateY(1px); }
.btn-leaf { background: var(--leaf); color: var(--green-deep); box-shadow: 0 8px 26px rgba(211, 238, 92, .45); }
.btn-leaf:hover { background: #e2f77f; }
.btn-green { background: var(--green); color: #fff; }
.btn-green:hover { background: var(--green-soft); }
.btn-ghost { background: transparent; color: #fff; border-color: rgba(255,255,255,.45); }
.btn-ghost:hover { border-color: #fff; }
.btn-ghost.dark { color: var(--green); border-color: var(--green); }
.btn-ghost.dark:hover { background: var(--green); color: #fff; }
.btn svg { width: 20px; height: 20px; flex: none; }
.btn small { display: block; font-family: var(--font-body); font-weight: 500; font-size: .78rem; opacity: .8; letter-spacing: .02em; }
.btn.stack { flex-direction: column; gap: .1rem; line-height: 1.15; padding: .8rem 1.5rem; }
.btn-xl { font-size: 1.2rem; padding: 1.1rem 1.7rem; }

/* header */
.top { position: sticky; top: 0; z-index: 50; background: var(--green-deep); color: #fff; box-shadow: 0 2px 0 rgba(255,255,255,.04); }
.top .wrap { display: flex; align-items: center; justify-content: space-between; gap: 1rem; min-height: 74px; }
.brand { display: flex; align-items: center; gap: .7rem; text-decoration: none; }
.brand img { height: 46px; width: auto; }
.nav { display: flex; gap: 1.6rem; font-weight: 600; font-size: .95rem; }
.nav a { text-decoration: none; color: rgba(255,255,255,.85); }
.nav a:hover { color: var(--leaf); }
.top .btn { padding: .7rem 1.15rem; font-size: .98rem; }
@media (max-width: 900px) { .nav { display: none; } .brand img { height: 38px; } }

/* hero */
.hero { position: relative; color: #fff; background: var(--green-deep); overflow: hidden; }
.hero-media { position: absolute; inset: 0; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: 60% 40%; }
.hero-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(10,42,31,.92) 0%, rgba(10,42,31,.72) 55%, rgba(10,42,31,.6) 100%); }
.hero .wrap { position: relative; padding: clamp(3rem, 6vw, 5.5rem) 0 clamp(3rem, 6vw, 5rem); }
.hero-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 3rem; align-items: center; }
.hero-copy { max-width: 640px; }
.hero h1 { margin-bottom: .6em; text-wrap: balance; }
.hero-ctas { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 1.6rem; }
.hero-note { margin-top: 1.4rem; font-size: .95rem; color: rgba(255,255,255,.75); }
@media (max-width: 960px) { .hero-grid { grid-template-columns: 1fr; gap: 2rem; } }
@media (max-width: 640px) { .hero-ctas .btn { width: 100%; } }

/* trust strip */
.trust { background: var(--green); color: #fff; }
.trust ul { list-style: none; margin: 0; padding: 1.1rem 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); gap: .8rem 1.5rem; font-weight: 600; font-size: .98rem; }
.trust li { display: flex; align-items: center; gap: .6rem; }
.trust svg { width: 22px; height: 22px; color: var(--leaf); flex: none; }

/* sections */
section { padding: clamp(3.2rem, 7vw, 5.5rem) 0; }
.sec-head { max-width: 720px; margin-bottom: 2.2rem; }
.grid { display: grid; gap: 1.4rem; }
.grid-3 { grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); }
.grid-2 { grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); }

/* service cards */
.card { background: #fff; border-radius: var(--radius); overflow: hidden; box-shadow: 0 1px 0 var(--line), var(--shadow); display: flex; flex-direction: column; }
.card img { aspect-ratio: 16 / 10; object-fit: cover; width: 100%; }
.card .body { padding: 1.3rem 1.4rem 1.5rem; }
.card h3 { margin-bottom: .4rem; }
.card p { color: var(--muted); margin: 0; font-size: .98rem; }

/* steps */
.steps { counter-reset: step; }
.step { position: relative; background: #fff; border-radius: var(--radius); padding: 1.6rem 1.5rem 1.5rem 1.5rem; box-shadow: 0 1px 0 var(--line); }
.step::before { counter-increment: step; content: counter(step); display: inline-grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; background: var(--leaf); color: var(--green-deep); font-family: var(--font-display); font-weight: 800; font-size: 1.2rem; margin-bottom: .9rem; }
.step h3 { margin-bottom: .3rem; }
.step p { color: var(--muted); margin: 0; }

/* reviews */
.reviews { background: var(--green-deep); color: #fff; }
.review-frame { background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12); border-radius: var(--radius); padding: 1.2rem; min-height: 180px; }
.review-cta { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 1.4rem; }
.stars { color: #f5c542; letter-spacing: .1em; font-size: 1.1rem; }

/* location cards */
.loc { background: #fff; border-radius: var(--radius); box-shadow: 0 1px 0 var(--line), var(--shadow); overflow: hidden; }
.loc .body { padding: 1.5rem 1.5rem 1.6rem; }
.loc h3 { font-size: 1.45rem; }
.loc address { font-style: normal; color: var(--muted); margin: .4rem 0 .9rem; }
.loc .cities { color: var(--muted); font-size: .95rem; margin-bottom: 1.1rem; }
.loc .btns { display: flex; flex-wrap: wrap; gap: .7rem; }
.loc iframe { width: 100%; height: 240px; border: 0; display: block; }

/* faq */
.faq details { background: #fff; border-radius: 14px; padding: 1rem 1.3rem; margin-bottom: .8rem; box-shadow: 0 1px 0 var(--line); }
.faq summary { cursor: pointer; font-weight: 700; font-family: var(--font-display); font-size: 1.08rem; list-style: none; display: flex; justify-content: space-between; gap: 1rem; align-items: center; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; font-size: 1.5rem; color: var(--green-soft); flex: none; }
.faq details[open] summary::after { content: "–"; }
.faq details p { margin: .8rem 0 0; color: var(--muted); }

/* estimate form */
.estimate { background: var(--green); color: #fff; }
.estimate .grid-2 { align-items: start; }
.form { background: #fff; color: var(--ink); border-radius: var(--radius); padding: 1.6rem; box-shadow: var(--shadow); }
.form label { display: block; font-weight: 600; font-size: .92rem; margin: .9rem 0 .35rem; }
.form input, .form select, .form textarea { width: 100%; font: inherit; padding: .8rem .9rem; border: 1.5px solid var(--line); border-radius: 10px; background: #fff; color: var(--ink); }
.form input:focus, .form select:focus, .form textarea:focus { outline: 2px solid var(--leaf-deep); border-color: var(--leaf-deep); }
.form textarea { min-height: 96px; resize: vertical; }
.form .consent { display: flex; gap: .7rem; align-items: flex-start; font-size: .82rem; color: var(--muted); margin: 1rem 0 1.1rem; font-weight: 400; }
.form .consent input { width: auto; margin-top: .25rem; flex: none; }
.form .consent span { display: block; line-height: 1.45; }
.form .btn { width: 100%; }
.form .err { display: none; color: #b42318; font-size: .9rem; margin-top: .6rem; }
.form.has-error .err { display: block; }
.hp { position: absolute; left: -9999px; opacity: 0; height: 0; }
.estimate .alt { margin-top: 1.5rem; }
.estimate .alt a { color: #fff; font-weight: 700; }

/* cta band */
.cta-band { background: var(--leaf); color: var(--green-deep); text-align: center; }
.cta-band h2 { margin-bottom: .4em; }
.cta-band .hero-ctas { justify-content: center; }

/* footer */
footer { background: var(--green-deep); color: rgba(255,255,255,.85); padding: 3rem 0 6rem; font-size: .95rem; }
footer .cols { display: grid; gap: 2rem; grid-template-columns: 1.3fr 1fr 1fr 1fr; }
footer h4 { color: #fff; font-family: var(--font-display); margin: 0 0 .7rem; font-size: 1rem; letter-spacing: .04em; text-transform: uppercase; }
footer a { color: rgba(255,255,255,.85); text-decoration: none; }
footer a:hover { color: var(--leaf); }
footer ul { list-style: none; padding: 0; margin: 0; }
footer li { margin-bottom: .45rem; }
footer address { font-style: normal; line-height: 1.6; }
footer .legal { margin-top: 2.2rem; padding-top: 1.2rem; border-top: 1px solid rgba(255,255,255,.12); display: flex; flex-wrap: wrap; gap: 1rem 2rem; font-size: .85rem; color: rgba(255,255,255,.6); }
footer .brand img { height: 52px; }
@media (max-width: 900px) { footer .cols { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { footer .cols { grid-template-columns: 1fr; } }

/* sticky mobile call bar */
.callbar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 60; display: none; gap: .5rem; padding: .6rem .7rem calc(.6rem + env(safe-area-inset-bottom)); background: rgba(10,42,31,.96); backdrop-filter: blur(8px); border-top: 1px solid rgba(255,255,255,.12); }
.callbar .btn { flex: 1; padding: .8rem .6rem; font-size: .95rem; }
.callbar .btn small { font-size: .7rem; }
@media (max-width: 900px) { .callbar { display: flex; } }

/* location page bits */
.intro { font-size: 1.12rem; max-width: 70ch; }
.local h2 { font-size: clamp(1.5rem, 2.6vw, 2.1rem); }
.nap { background: #fff; border-radius: var(--radius); padding: 1.5rem; box-shadow: 0 1px 0 var(--line), var(--shadow); }
.nap address { font-style: normal; font-size: 1.05rem; line-height: 1.7; margin-bottom: 1rem; }
.nap .phone { font-family: var(--font-display); font-weight: 800; font-size: 1.6rem; color: var(--green); text-decoration: none; }
.legal-page { max-width: 760px; }
.legal-page h2 { font-size: 1.4rem; margin-top: 2rem; }
.thanks { text-align: center; padding: 5rem 0; }

/* form in the hero, like the template */
.hero-form { background: rgba(10, 42, 31, .82); color: #fff; border: 1px solid rgba(255,255,255,.14); backdrop-filter: blur(6px); box-shadow: 0 20px 50px rgba(0,0,0,.35); padding: 1.6rem 1.6rem 1.7rem; }
.hero-form .form-mark { width: 72px; height: 72px; margin: 0 auto .4rem; }
.hero-form .form-title { text-align: center; font-size: 1.6rem; margin: 0 0 .2rem; }
.hero-form .form-sub { text-align: center; color: rgba(255,255,255,.75); margin: 0 0 .4rem; font-size: .95rem; }
.hero-form label { color: #fff; }
.hero-form input, .hero-form textarea { background: #fff; border-color: transparent; }
.hero-form textarea { min-height: 84px; }
.hero-form .consent { color: rgba(255,255,255,.72); }
.hero-form .consent a { color: var(--leaf); }
.hero-form .err { color: #ffb4a8; }
.hero-form .btn { margin-top: .2rem; }

.form .fineprint { font-size: .72rem; line-height: 1.4; color: rgba(255,255,255,.58); margin: .8rem 0 0; text-align: center; }
.form .fineprint a { color: rgba(255,255,255,.8); }
.hero-form .consent { font-size: .9rem; color: rgba(255,255,255,.88); align-items: center; }
.hero-form .consent input { margin-top: 0; width: 18px; height: 18px; }

/* phones: one pair of buttons on screen at a time */
.only-mobile, .only-mobile-block { display: none; }
.form-arrows { color: var(--leaf); width: 170px; margin: 1.2rem auto -0.6rem; opacity: .95; }
.form-arrows svg { width: 100%; height: auto; display: block; }
@media (max-width: 960px) {
  .only-mobile { display: inline-flex; }
  .only-mobile-block { display: block; }
  .hide-mobile { display: none; }
  .hero .eyebrow { display: none; }
  .hero .wrap { padding-top: 2.2rem; }
  .hero .lead { font-size: 1.05rem; }
  .hero-ctas { display: grid; grid-template-columns: 1fr 1fr; gap: .6rem; }
  .hero-ctas .btn { width: 100%; padding: .85rem .5rem; font-size: 1.05rem; }
  .hero-ctas .btn small { font-size: .74rem; }
  .hero-note { font-size: .88rem; text-align: center; margin-top: 1rem; }
  .callbar { transform: translateY(110%); transition: transform .25s ease; }
  .callbar.show { transform: translateY(0); }
}

/* fewer buttons: text links everywhere except the call / estimate pair and Send */
.phone-link { color: #fff; font-family: var(--font-display); font-weight: 800; font-size: 1.15rem; text-decoration: none; letter-spacing: .01em; }
.phone-link:hover { color: var(--leaf); }
.text-link { display: inline-block; font-weight: 700; color: var(--green); text-decoration: none; border-bottom: 2px solid var(--leaf-deep); padding-bottom: 2px; }
.text-link::after { content: " \2192"; }
.text-link.light { color: #fff; border-color: var(--leaf); margin-right: 1.6rem; }
.review-links { margin: 1.4rem 0 0; display: flex; flex-wrap: wrap; gap: .8rem 0; }
@media (max-width: 960px) { .cta-band { display: none; } footer { padding-bottom: 7rem; } }

/* phones, above the fold: headline, one line, arrows, form. Nothing else. */
.call-mini { padding: .55rem .9rem; font-size: .92rem; box-shadow: none; }
@media (max-width: 960px) {
  .hero .lead { display: none; }
  .hero .hero-ctas { display: none; }
  .hero h1 { font-size: clamp(1.9rem, 8vw, 2.4rem); margin-bottom: .45em; }
  .hero .wrap { padding-top: 1.6rem; padding-bottom: 2.2rem; }
  .hero-grid { gap: 1rem; }
  .hero-note { font-size: 1.02rem; text-align: left; margin-top: 0; color: rgba(255,255,255,.88); }
  .form-arrows { width: 130px; margin: .7rem auto -0.4rem; }
  .hero-form { padding: 1.2rem 1.2rem 1.4rem; }
  .hero-form .form-mark { display: none; }
  .hero-form .form-title { font-size: 1.45rem; }
  .top .wrap { min-height: 62px; }
}

@media (max-width: 960px) { .bar-on .call-mini { visibility: hidden; } }

.m-only { display: none; }
@media (max-width: 960px) { .m-only { display: inline; } .d-only { display: none; } .hero-note { line-height: 1.45; } }

/* desktop fold: full size form, started right under the header; text lifted; bigger call button */
.hero { padding: 0; }
@media (min-width: 961px) {
  .top .wrap { min-height: 66px; }
  .hero .wrap { padding-top: 1.9rem; padding-bottom: 2.4rem; }
  .hero-grid { align-items: start; gap: 3.5rem; }
  .hero-copy { padding-top: 2.4rem; }
  .hero-ctas { margin-top: 1.5rem; }
  .hero-ctas .btn.stack { padding: 1.05rem 2.8rem; }
  .hero-ctas .btn.stack span { font-size: 1.55rem; }
  .hero-ctas .btn.stack small { font-size: 1.1rem; font-weight: 700; opacity: .92; letter-spacing: .03em; }
  .hero-note { margin-top: 1rem; font-size: 1rem; }
}
/* short laptop windows only: compact form so Send is never cut off */
@media (min-width: 961px) and (max-height: 760px) {
  .hero .wrap { padding-top: 1.1rem; padding-bottom: 1.3rem; }
  .hero-copy { padding-top: 1rem; }
  .hero h1 { font-size: clamp(2.1rem, 3.6vw, 3rem); }
  .hero-form { padding: 1rem 1.4rem 1.2rem; }
  .hero-form .form-mark { display: none; }
  .hero-form .form-title { font-size: 1.35rem; margin-bottom: .1rem; }
  .hero-form .form-sub { font-size: .88rem; margin-bottom: 0; }
  .hero-form label { margin: .5rem 0 .22rem; font-size: .85rem; }
  .hero-form input, .hero-form textarea { padding: .55rem .8rem; font-size: .96rem; }
  .hero-form textarea { min-height: 58px; height: 58px; }
  .hero-form .consent { margin: .6rem 0 .65rem; font-size: .8rem; }
  .hero-form .btn { padding: .75rem 1rem; font-size: 1.05rem; }
}

/* checks pinned to the bottom edge of the first screen on desktop; everything else is below the fold */
@media (min-width: 961px) and (min-height: 761px) {
  .hero { min-height: calc(100vh - 66px - 60px); min-height: calc(100svh - 66px - 60px); display: flex; align-items: center; }
  .hero .wrap { flex: 0 1 auto; width: min(var(--max), 100% - 2rem); margin-inline: auto; }
  .hero-grid { align-items: center; }
  .hero-copy { padding-top: 0; }
  .trust ul { padding: 1.05rem 0; }
}

/* medium height windows: slightly tighter form so the checks still land on the fold */
@media (min-width: 961px) and (min-height: 761px) and (max-height: 850px) {
  .hero .wrap { padding-top: .7rem; padding-bottom: .7rem; }
  .hero h1 { font-size: clamp(2.2rem, 3.9vw, 3.3rem); }
  .hero-form { padding: 1.1rem 1.5rem 1.25rem; }
  .hero-form .form-mark { width: 54px; height: 54px; margin-bottom: .2rem; }
  .hero-form .form-title { font-size: 1.45rem; }
  .hero-form label { margin: .65rem 0 .28rem; }
  .hero-form input, .hero-form textarea { padding: .68rem .85rem; }
  .hero-form textarea { min-height: 70px; height: 70px; }
  .hero-form .consent { margin: .75rem 0 .8rem; }
  .hero-form .btn { padding: .85rem 1rem; }
}

/* city pages */
.footer-areas { margin: 2rem 0 0; font-size: .9rem; line-height: 1.9; color: rgba(255,255,255,.7); }
.footer-areas strong { color: #fff; font-weight: 600; }
.cities a, .lead a { color: inherit; text-decoration: underline; text-decoration-color: var(--leaf-deep); text-underline-offset: 3px; }
.crumbs { font-size: .88rem; color: var(--muted); margin-bottom: 1.1rem; }
.crumbs a { color: var(--green-soft); text-decoration: none; }
.crumbs a:hover { text-decoration: underline; }
