/* Merced Tree Care - shared stylesheet */

:root {
  --forest: #143224;
  --forest-deep: #0d2318;
  --forest-mid: #1e4732;
  --rust: #b0441a;
  --rust-dark: #8c3512;
  --sand: #d6c393;
  --sand-deep: #b8a271;
  --cream: #f6f2e6;
  --paper: #ffffff;
  --line: #e2dcca;
  --ink: #272520;
  --muted: #63615a;
  --font-head: "Source Serif 4", Georgia, "Times New Roman", serif;
  --font-body: "Source Sans 3", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --maxw: 1140px;
  --radius: 5px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
/* Keep anchored content clear of the sticky header. */
html { scroll-behavior: smooth; scroll-padding-top: 84px; }

body {
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--cream);
  line-height: 1.62;
  font-size: 17.5px;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; display: block; }
a { color: var(--rust); text-decoration: none; }
a:hover { text-decoration: underline; }

h1, h2, h3, h4 {
  font-family: var(--font-head);
  color: var(--forest);
  line-height: 1.18;
  font-weight: 700;
  letter-spacing: -0.005em;
}
h1 { font-size: 2.15rem; }
h2 { font-size: 1.72rem; margin-bottom: 0.8rem; }
h3 { font-size: 1.16rem; margin-bottom: 0.45rem; }
h4 { font-size: 1rem; margin-bottom: 0.3rem; }

p { margin-bottom: 1rem; }
ul, ol { margin: 0 0 1rem 1.35rem; }
li { margin-bottom: 0.35rem; }
strong { font-weight: 700; color: var(--forest); }

.container { max-width: var(--maxw); margin: 0 auto; padding: 0 22px; }
.narrow { max-width: 790px; }

.skip-link {
  position: absolute; left: -9999px; top: 0;
  background: var(--forest); color: #fff; padding: 10px 16px; z-index: 300;
}
.skip-link:focus { left: 0; }

/* ---------- Header ---------- */

.site-header {
  background: var(--forest);
  position: sticky; top: 0; z-index: 100;
  border-bottom: 3px solid var(--sand-deep);
}
.header-inner {
  max-width: var(--maxw); margin: 0 auto; padding: 0 22px;
  display: flex; align-items: center; justify-content: space-between;
  min-height: 66px; gap: 16px;
}
.brand {
  font-family: var(--font-head); font-weight: 700; font-size: 1.16rem;
  color: #fff; line-height: 1.1; text-decoration: none; flex-shrink: 0;
}
.brand:hover { text-decoration: none; color: var(--sand); }
.brand span {
  color: var(--sand); display: block; font-family: var(--font-body);
  font-size: 0.7rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase;
  margin-top: 2px;
}

.nav-toggle {
  display: none; background: none; border: 2px solid var(--sand-deep);
  border-radius: var(--radius); color: #fff; font-size: 1.1rem; padding: 7px 12px; cursor: pointer;
}

.main-nav ul { list-style: none; margin: 0; display: flex; align-items: center; gap: 2px; }
.main-nav li { margin: 0; position: relative; }
.main-nav a, .main-nav button.drop-btn {
  display: block; color: #eef1ea; padding: 21px 13px;
  font-size: 0.94rem; font-weight: 600; background: none; border: none;
  cursor: pointer; font-family: var(--font-body); text-decoration: none; white-space: nowrap;
}
.main-nav a:hover, .main-nav button.drop-btn:hover { color: var(--sand); text-decoration: none; }

.main-nav .dropdown-menu {
  display: none; position: absolute; top: 100%; left: 0;
  background: var(--forest-mid); min-width: 250px;
  border: 1px solid #2f5a42; border-top: 2px solid var(--sand-deep);
  box-shadow: 0 10px 24px rgba(0,0,0,0.28); flex-direction: column; padding: 6px 0;
}
.main-nav li.open > .dropdown-menu { display: flex; }
.main-nav .dropdown-menu a { padding: 9px 18px; font-weight: 500; }
.main-nav .dropdown-menu a:hover { background: #26543b; }

.nav-cta a {
  background: var(--rust); color: #fff; border-radius: var(--radius);
  padding: 10px 16px; margin-left: 10px; font-weight: 700;
}
.nav-cta a:hover { background: var(--rust-dark); color: #fff; }
.nav-cta-alt a {
  border: 1px solid var(--sand-deep); border-radius: var(--radius);
  padding: 9px 14px; margin-left: 8px; color: var(--sand); font-size: 0.87rem;
}
.nav-cta-alt a:hover { background: rgba(214,195,147,0.14); color: #fff; }

/* ---------- Buttons ---------- */

.btn {
  display: inline-block; font-family: var(--font-body); font-weight: 700;
  border-radius: var(--radius); padding: 14px 26px; font-size: 1rem;
  cursor: pointer; border: 2px solid transparent; text-align: center;
}
.btn-primary { background: var(--rust); color: #fff; }
.btn-primary:hover { background: var(--rust-dark); color: #fff; text-decoration: none; }
.btn-outline { border-color: var(--sand-deep); color: #f4eeda; background: rgba(10,24,15,0.42); }
.btn-outline:hover { background: rgba(214,195,147,0.18); color: #fff; text-decoration: none; }
.btn-outline-dark { border-color: var(--forest); color: var(--forest); background: transparent; }
.btn-outline-dark:hover { background: var(--forest); color: #fff; text-decoration: none; }

/* ---------- Hero ---------- */

.hero { position: relative; color: #fff; background: var(--forest-deep); overflow: hidden; }
.hero-media { position: absolute; inset: 0; }
.hero-media img {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; max-width: none;
}
/* Residential aerial, cropped rather than stretched. Held slightly below
   centre so the houses and mature trees sit in frame on a wide, short hero. */
.hero-img-neighborhood { object-position: 50% 54%; }
/* Directional wash sitting between the photograph and the copy. The text side
   holds the image at roughly 40% visual strength and the wash eases off toward
   the right, so the neighborhood and its trees stay subtly readable. The copy
   sits above this layer at full opacity; nothing is applied to the hero
   container itself. */
.hero-scrim {
  position: absolute; inset: 0;
  background:
    linear-gradient(101deg, rgba(9,22,14,0.62) 0%, rgba(9,22,14,0.56) 36%, rgba(11,26,17,0.43) 66%, rgba(13,30,19,0.35) 100%),
    linear-gradient(to bottom, rgba(8,20,12,0.16) 0%, rgba(8,20,12,0) 38%, rgba(8,20,12,0.18) 100%);
}
.hero-inner { position: relative; z-index: 2; padding: 104px 0 108px; }
.hero-copy { max-width: 665px; }
.hero h1 {
  color: #fff; font-size: 2.75rem; margin-bottom: 1rem;
  text-shadow: 0 2px 18px rgba(0,0,0,0.78), 0 1px 3px rgba(0,0,0,0.55);
}
.hero p.lede {
  font-size: 1.16rem; color: #f3f0e6; margin-bottom: 1.7rem;
  text-shadow: 0 1px 14px rgba(0,0,0,0.8), 0 1px 2px rgba(0,0,0,0.5);
}
.hero-btns { display: flex; gap: 14px; flex-wrap: wrap; }
/* Flex rather than inline text, so the list can break between services on a
   narrow screen instead of running past the viewport. */
.hero-services {
  margin-top: 1.5rem; margin-bottom: 0; font-size: 0.92rem; color: #e6e2d4;
  font-weight: 600; letter-spacing: 0.02em; text-shadow: 0 1px 10px rgba(0,0,0,0.85), 0 1px 2px rgba(0,0,0,0.6);
  display: flex; flex-wrap: wrap; align-items: baseline;
}
.hero-services span { white-space: nowrap; }
.hero-services span + span::before { content: "\2022"; margin: 0 10px; color: var(--sand); }

/* Interior page header */
.page-hero {
  background: var(--forest); color: #fff; padding: 52px 0 46px;
  border-bottom: 4px solid var(--sand-deep);
}
.page-hero h1 { color: #fff; margin-bottom: 0.65rem; }
.page-hero p.lede { color: #e2e6dc; font-size: 1.08rem; max-width: 740px; margin-bottom: 0; }

/* ---------- Breadcrumbs ---------- */

.breadcrumbs { font-size: 0.85rem; padding: 13px 0; color: var(--muted); }
.breadcrumbs ol { list-style: none; margin: 0; display: flex; flex-wrap: wrap; }
.breadcrumbs li { margin: 0; }
.breadcrumbs li + li::before { content: "/"; margin: 0 8px; color: #c6bfae; }
.breadcrumbs a { color: var(--muted); }
.breadcrumbs a:hover { color: var(--rust); }

/* ---------- Sections ---------- */

.section { padding: 60px 0; }
.section-paper { background: var(--paper); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.section-dark { background: var(--forest); color: #dde3d9; }
.section-dark h2, .section-dark h3, .section-dark h4 { color: #fff; }
.section-dark a { color: var(--sand); }
.section-dark strong { color: #fff; }
.section-intro { max-width: 760px; margin-bottom: 2rem; }
/* The page's opening statement. Same section-intro pattern as everywhere else,
   with a little more measure and a short rust rule under the heading so it
   reads as the lead rather than a stray paragraph under the hero. */
.section-intro-lead { max-width: 820px; margin-bottom: 2.4rem; }
.section-intro-lead h2::after {
  content: ""; display: block; width: 54px; height: 3px;
  background: var(--rust); margin: 0.9rem 0 1.15rem;
}
.section-intro-lead .lede { font-size: 1.12rem; }

.eyebrow {
  font-family: var(--font-body); text-transform: uppercase; letter-spacing: 0.13em;
  font-size: 0.74rem; font-weight: 700; color: var(--rust);
  display: block; margin-bottom: 0.55rem;
}
.section-dark .eyebrow { color: var(--sand); }

/* Split media and text */
.split { display: grid; grid-template-columns: 1.08fr 1fr; gap: 46px; align-items: center; }
.split.reverse .split-media { order: 2; }
.split.tall { grid-template-columns: 1.3fr 0.7fr; }
.split.tall-left { grid-template-columns: 0.72fr 1.28fr; }
.split-media img { border-radius: var(--radius); box-shadow: 0 8px 26px rgba(20,50,36,0.18); }
.img-caption { font-size: 0.8rem; color: var(--muted); margin-top: 9px; }
.section-dark .img-caption { color: #a9b3a6; }

/* Two-column prose */
.cols-2 { column-count: 2; column-gap: 44px; }
.cols-2 p { break-inside: avoid; }

/* Card grid */
.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.card-grid.two { grid-template-columns: repeat(2, 1fr); }
.card {
  background: var(--paper); border: 1px solid var(--line);
  border-radius: var(--radius); padding: 24px 24px 20px; border-top: 3px solid var(--forest-mid);
}
.section-paper .card { background: var(--cream); }
.card h3 { margin-bottom: 0.4rem; }
.card p { margin-bottom: 0.65rem; font-size: 0.95rem; }
.card-link { font-weight: 700; font-size: 0.9rem; }
.card-link::after { content: " \2192"; }

/* Sign / checklist list */
.signs { list-style: none; margin-left: 0; }
.signs li { padding-left: 26px; position: relative; margin-bottom: 0.5rem; }
.signs li::before {
  content: ""; position: absolute; left: 0; top: 9px;
  width: 11px; height: 11px; background: var(--rust); border-radius: 2px;
}
.section-dark .signs li::before { background: var(--sand); }
.signs.split-list { column-count: 2; column-gap: 40px; }
.signs.split-list li { break-inside: avoid; }

/* Numbered steps */
.steps {
  list-style: none; margin-left: 0; counter-reset: step;
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 34px;
}
.steps li { counter-increment: step; position: relative; padding-top: 54px; margin-bottom: 0; }
.steps li::before {
  content: counter(step); position: absolute; left: 0; top: 0;
  width: 40px; height: 40px; background: var(--forest); color: var(--sand);
  font-family: var(--font-head); font-weight: 700; border-radius: 50%;
  display: flex; align-items: center; justify-content: center; font-size: 1.1rem;
}
.steps li h3 { margin-bottom: 0.35rem; }
.steps li p { margin-bottom: 0; font-size: 0.96rem; }

/* Definition blocks, used where a list reads better than cards */
.deflist { margin: 0 0 1rem; }
.deflist > div { padding: 16px 0; border-top: 1px solid var(--line); }
.deflist > div:last-child { border-bottom: 1px solid var(--line); }
.deflist h3 { margin-bottom: 0.25rem; font-size: 1.08rem; }
.deflist p { margin-bottom: 0; font-size: 0.96rem; }
.section-dark .deflist > div { border-color: #2c5540; }

/* Infographic block */
.guide-figure { margin: 0 0 1.9rem; }
.guide-figure img { border-radius: var(--radius); border: 1px solid var(--line); box-shadow: 0 8px 26px rgba(20,50,36,0.14); }
.guide-figure figcaption { font-size: 0.82rem; color: var(--muted); margin-top: 10px; }

/* Zoom trigger: the image itself is the button. */
.zoom-trigger {
  display: block; width: 100%; padding: 0; border: 0; background: none;
  cursor: zoom-in; text-align: left; border-radius: var(--radius);
}
.zoom-trigger:focus-visible { outline: 3px solid var(--forest-mid); outline-offset: 3px; }
/* Sits under the image rather than over it, so nothing in the guide is
   covered and the cue is visible on touch devices that have no hover. */
.zoom-hint {
  display: inline-block; margin-top: 10px;
  background: var(--forest); color: #fff;
  font-family: var(--font-body); font-size: 0.78rem; font-weight: 700;
  letter-spacing: 0.04em; text-transform: uppercase;
  padding: 8px 14px; border-radius: var(--radius); pointer-events: none;
}
.zoom-trigger:hover .zoom-hint { background: var(--rust); }

/* Zoom dialog */
.zoom-dialog {
  width: 100vw; max-width: 100vw; height: 100vh; max-height: 100vh;
  padding: 0; border: 0; background: rgba(9, 22, 14, 0.96); color: #fff;
  overflow: hidden;
}
.zoom-dialog::backdrop { background: rgba(9, 22, 14, 0.9); }
.zoom-bar {
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  padding: 12px 16px calc(12px + env(safe-area-inset-top, 0px));
  border-bottom: 1px solid #2c5540; background: var(--forest);
}
.zoom-state { font-size: 0.85rem; color: var(--sand); font-weight: 600; }
.zoom-close {
  background: var(--rust); color: #fff; border: 0; border-radius: var(--radius);
  font-family: var(--font-body); font-weight: 700; font-size: 0.95rem;
  padding: 10px 20px; cursor: pointer; min-height: 44px;
}
.zoom-close:hover { background: var(--rust-dark); }
.zoom-scroll {
  height: calc(100% - 69px); overflow: auto; display: flex;
  align-items: center; justify-content: center; padding: 16px;
  -webkit-overflow-scrolling: touch;
}
/* Fit to screen by default. */
.zoom-dialog img {
  max-width: 100%; max-height: 100%; width: auto; height: auto;
  cursor: zoom-in; border-radius: var(--radius);
}
/* Actual size: the scroll container pans instead. */
.zoom-dialog.is-actual .zoom-scroll { display: block; }
.zoom-dialog.is-actual img {
  max-width: none; max-height: none; width: 1536px; height: auto;
  cursor: zoom-out; margin: 0 auto;
}
.guide-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; }
.guide-cols h3 { margin-bottom: 0.5rem; }

/* Tables */
.table-wrap { overflow-x: auto; margin-bottom: 1.3rem; }
table { width: 100%; border-collapse: collapse; background: var(--paper); font-size: 0.95rem; border: 1px solid var(--line); }
th, td { padding: 12px 14px; text-align: left; border-bottom: 1px solid var(--line); vertical-align: top; }
th { background: var(--forest); color: #fff; font-family: var(--font-head); font-weight: 700; font-size: 0.95rem; }
tbody tr:nth-child(even) { background: #f7f4ea; }

/* FAQ */
.faq-item { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); margin-bottom: 12px; }
.section-paper .faq-item { background: var(--cream); }
.faq-item summary {
  cursor: pointer; padding: 16px 48px 16px 20px; font-family: var(--font-head);
  font-weight: 700; font-size: 1.05rem; color: var(--forest); list-style: none; position: relative;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "+"; position: absolute; right: 18px; top: 50%; transform: translateY(-50%);
  font-size: 1.45rem; color: var(--rust); font-weight: 400; font-family: var(--font-body);
}
.faq-item[open] summary::after { content: "\2212"; }
.faq-item .faq-body { padding: 0 20px 16px; }
.faq-item .faq-body p:last-child { margin-bottom: 0; }

/* CTA band */
.cta-band {
  background: var(--forest); color: #dde3d9; padding: 56px 0; text-align: center;
  border-top: 4px solid var(--sand-deep);
}
.cta-band h2 { color: #fff; margin-bottom: 0.6rem; }
.cta-band p { max-width: 610px; margin: 0 auto 1.6rem; }
.cta-band .hero-btns { justify-content: center; }
.cta-band.with-bg { position: relative; background-size: cover; background-position: center 58%; }
.cta-band.with-bg::before { content: ""; position: absolute; inset: 0; background: rgba(13,35,24,0.80); }
.cta-band.with-bg .container { position: relative; z-index: 1; }

/* Prose and sidebar layout */
.prose { max-width: 800px; }
.prose h2 { margin-top: 2.3rem; }
.prose > h2:first-child { margin-top: 0; }
.prose h3 { margin-top: 1.6rem; }
.prose figure { margin: 1.6rem 0; }
/* Portrait photographs would otherwise run over 1000px tall in a full-width
   prose column, so cap them. */
.prose figure.portrait { max-width: 460px; }
.prose figure img { border-radius: var(--radius); box-shadow: 0 8px 26px rgba(20,50,36,0.16); }
.prose figcaption { font-size: 0.8rem; color: var(--muted); margin-top: 9px; }

.content-layout { display: grid; grid-template-columns: minmax(0, 1fr) 310px; gap: 52px; align-items: start; }
.sidebar .side-box {
  background: var(--paper); border: 1px solid var(--line); border-top: 3px solid var(--rust);
  border-radius: var(--radius); padding: 22px; margin-bottom: 22px;
}
.sidebar .side-box h3 { font-size: 1.05rem; }
.sidebar .side-box ul { list-style: none; margin-left: 0; margin-bottom: 0; }
.sidebar .side-box li { margin-bottom: 9px; font-size: 0.94rem; }
.sidebar .side-box .btn { width: 100%; margin-top: 8px; }
.side-box.side-cta { background: var(--forest); border-top-color: var(--sand-deep); }
.side-box.side-cta h3 { color: #fff; }
.side-box.side-cta p { color: #d3dbd0; font-size: 0.93rem; margin-bottom: 0.6rem; }
.side-box.side-cta .phone-lg { color: var(--sand); }

.phone-lg { font-family: var(--font-head); font-weight: 700; font-size: 1.4rem; display: inline-block; }

/* Forms */
.form-wrap { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: 30px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-grid .full { grid-column: 1 / -1; }
label { font-weight: 700; font-size: 0.9rem; display: block; margin-bottom: 6px; color: var(--forest); }
input, select, textarea {
  width: 100%; padding: 12px; border: 1px solid #cdc6b4; border-radius: var(--radius);
  font-family: var(--font-body); font-size: 1rem; background: #fff; color: var(--ink);
}
input:focus, select:focus, textarea:focus { outline: 2px solid var(--forest-mid); border-color: var(--forest-mid); }
textarea { min-height: 132px; resize: vertical; }
.form-note { font-size: 0.85rem; color: var(--muted); }
.hp-field { position: absolute; left: -9999px; }
.form-status { font-weight: 600; }
.form-sent {
  background: #eaf1e7; border: 1px solid #b5c9ad; border-left: 4px solid var(--forest-mid);
  border-radius: var(--radius); padding: 16px 18px; margin-bottom: 20px;
  color: var(--forest); font-weight: 600;
}

/* Footer */
.site-footer { background: var(--forest); color: #bcc6ba; padding: 56px 0 28px; font-size: 0.93rem; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr 1fr; gap: 32px; margin-bottom: 34px; }
/* Five columns get too narrow for the longer service names before the main
   980px breakpoint arrives, so the footer reflows earlier than the rest. */
@media (max-width: 1160px) { .footer-grid { grid-template-columns: repeat(3, 1fr); } }
.site-footer h3 {
  color: var(--sand); font-family: var(--font-body); font-size: 0.8rem;
  text-transform: uppercase; letter-spacing: 0.11em; margin-bottom: 0.9rem;
}
.site-footer .footer-brand {
  font-family: var(--font-head); color: #fff; font-size: 1.2rem;
  margin-bottom: 0.5rem; text-transform: none; letter-spacing: 0;
}
.site-footer ul { list-style: none; margin-left: 0; }
.site-footer li { margin-bottom: 8px; }
.site-footer a { color: #d9ded5; }
.site-footer a:hover { color: var(--sand); }
.footer-bottom { border-top: 1px solid #2c5540; padding-top: 20px; font-size: 0.82rem; color: #93a093; }
.footer-bottom p { margin-bottom: 0.5rem; }
.footer-phone { font-family: var(--font-head); font-weight: 700; font-size: 1.2rem; color: var(--sand) !important; }

/* Sticky mobile call bar */
.sticky-call { display: none; }

/* Utility */
.mt-1 { margin-top: 1rem; }
.mt-2 { margin-top: 2rem; }
.mb-0 { margin-bottom: 0; }
.text-center { text-align: center; }
.small { font-size: 0.87rem; color: var(--muted); }
.lede { font-size: 1.08rem; }

/* ---------- Responsive ---------- */

@media (min-width: 861px) and (max-width: 1190px) {
  .nav-cta-alt { display: none; }
  .main-nav a, .main-nav button.drop-btn { padding-left: 9px; padding-right: 9px; font-size: 0.89rem; }
  .nav-cta a { padding: 10px 13px; }
}

@media (max-width: 980px) {
  .card-grid { grid-template-columns: repeat(2, 1fr); }
  .content-layout { grid-template-columns: 1fr; gap: 40px; }
  .footer-grid { grid-template-columns: repeat(3, 1fr); }
  .hero h1 { font-size: 2.25rem; }
  .steps { grid-template-columns: 1fr; gap: 24px; }
  .steps li { padding-top: 2px; padding-left: 58px; min-height: 42px; }
}

@media (max-width: 860px) {
  .nav-toggle { display: block; }
  .main-nav {
    display: none; position: absolute; top: 100%; left: 0; right: 0;
    background: var(--forest-mid); border-bottom: 3px solid var(--sand-deep);
    max-height: calc(100vh - 66px); overflow-y: auto;
  }
  .main-nav.open { display: block; }
  .main-nav ul { flex-direction: column; align-items: stretch; gap: 0; }
  .main-nav a, .main-nav button.drop-btn { padding: 14px 22px; width: 100%; text-align: left; font-size: 1rem; }
  .main-nav .dropdown-menu {
    position: static; border: none; border-left: 3px solid var(--sand-deep);
    box-shadow: none; background: #1a3c29; margin-left: 22px;
  }
  /* width: auto undoes the full-width rule above, so the margins are not
     added on top of a 100% width and pushed past the viewport. */
  .nav-cta a { margin: 10px 22px 8px; display: block; width: auto; text-align: center; }
  .nav-cta-alt a { margin: 0 22px 16px; display: block; width: auto; text-align: center; }
  .split, .split.tall, .split.tall-left { grid-template-columns: 1fr; gap: 26px; }
  .split.reverse .split-media { order: 0; }
  .guide-cols { grid-template-columns: 1fr; gap: 24px; }
  .cols-2 { column-count: 1; }

  .sticky-call {
    display: flex; position: fixed; left: 0; right: 0; bottom: 0; z-index: 150;
    gap: 8px; padding: 8px 10px calc(8px + env(safe-area-inset-bottom, 0px));
    background: rgba(13, 35, 24, 0.97); border-top: 2px solid var(--sand-deep);
  }
  .sticky-call a {
    display: flex; align-items: center; justify-content: center; min-height: 52px;
    border-radius: var(--radius); font-weight: 700; font-size: 1.04rem; text-decoration: none;
  }
  .sticky-call-phone { flex: 3 1 auto; background: var(--rust); color: #fff; }
  .sticky-call-phone:hover { color: #fff; text-decoration: none; }
  .sticky-call-alt { flex: 1.1 1 auto; border: 1px solid var(--sand-deep); color: var(--sand); font-size: 0.95rem; }
  .sticky-call-alt:hover { color: #fff; text-decoration: none; }
  .site-footer { padding-bottom: 96px; }
}

/* Narrow screens: a tall crop of the same aerial rather than a squeezed wide
   one, with the gradient running top to bottom because the copy sits low. */
@media (max-width: 760px) {
  .hero-img-neighborhood { object-position: 50% 62%; }
  .hero-scrim {
    background: linear-gradient(to bottom, rgba(8,20,12,0.40) 0%, rgba(8,20,12,0.30) 24%, rgba(10,25,16,0.56) 48%, rgba(10,25,16,0.64) 100%);
  }
  .hero-inner { padding: 122px 0 44px; }
  .hero h1 { font-size: 1.82rem; }
  .hero-btns { gap: 10px; }
}

@media (max-width: 620px) {
  body { font-size: 16.5px; }
  .card-grid, .card-grid.two { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 26px; }
  .form-grid { grid-template-columns: 1fr; }
  .signs.split-list { column-count: 1; }
  .hero h1 { font-size: 1.7rem; }
  .hero p.lede { font-size: 1.02rem; margin-bottom: 1.4rem; }
  .hero-services { font-size: 0.84rem; margin-top: 1.1rem; }
  .hero-inner { padding: 108px 0 40px; }
  h1 { font-size: 1.72rem; }
  h2 { font-size: 1.42rem; }
  .section { padding: 44px 0; }
  .form-wrap { padding: 22px; }
  .btn { width: 100%; }
  .hero-btns .btn, .cta-band .hero-btns .btn { width: 100%; }
}
