:root {
  --ink: #171816;
  --ink-soft: #242622;
  --paper: #f6f7f3;
  --white: #ffffff;
  --muted: #666a63;
  --line: #e2e5de;
  --burgundy: #74203f;
  --burgundy-dark: #59152f;
  --lime: #c7ef64;
  --lime-soft: #eff9d7;
  --display: "Manrope", Arial, sans-serif;
  --body: "Manrope", Arial, sans-serif;
  --shadow: 0 20px 55px rgba(22, 25, 20, .10);
  --radius: 20px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--body); font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.shell { width: min(1160px, calc(100% - 48px)); margin-inline: auto; }
.section { padding: 104px 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 999; top: 10px; left: 10px; padding: 11px 16px; border-radius: 10px; background: var(--lime); color: var(--ink); font-weight: 700; transform: translateY(-160%); transition: transform .2s; }
.skip-link:focus { transform: translateY(0); }

.utility-bar { background: var(--ink); color: #e8eae5; font-size: .76rem; font-weight: 600; }
.utility-bar__inner { min-height: 36px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.utility-bar p { margin: 0; display: flex; align-items: center; gap: 9px; }
.utility-bar p span { width: 7px; height: 7px; background: var(--lime); border-radius: 50%; }
.utility-bar__inner > div { display: flex; gap: 28px; }
.utility-bar a:hover { color: var(--lime); }

.site-header { position: sticky; z-index: 80; top: 0; background: #fff; border-bottom: 1px solid var(--line); transition: box-shadow .25s; }
.site-header.is-scrolled { box-shadow: 0 10px 30px rgba(22, 25, 20, .08); }
.header__inner { height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 11px; flex-shrink: 0; }
.brand img { width: 52px; height: 52px; object-fit: cover; border-radius: 10px; }
.brand > span { display: grid; line-height: 1; }
.brand strong { font: 700 1.55rem/1 var(--display); letter-spacing: -.035em; }
.brand small { margin-top: 5px; color: var(--muted); font-size: .62rem; font-weight: 700; text-transform: uppercase; letter-spacing: .15em; }
.desktop-nav { display: flex; align-items: center; gap: clamp(18px, 2vw, 30px); margin-left: auto; }
.desktop-nav a { position: relative; padding: 28px 0; color: #393c37; font-size: .84rem; font-weight: 600; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 20px; height: 2px; border-radius: 2px; background: var(--burgundy); transition: right .22s; }
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after { right: 0; }
.header__actions { display: flex; align-items: center; gap: 10px; }
.phone-link { width: 44px; height: 44px; display: none; place-items: center; border: 1px solid var(--line); border-radius: 12px; background: #fff; }
.phone-link svg { width: 18px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.menu-toggle { position: relative; display: none; width: 44px; height: 44px; flex: 0 0 44px; border: 1px solid var(--line); border-radius: 12px; background: var(--ink); cursor: pointer; }
.menu-toggle > span:not(.sr-only) { position: absolute; top: 50%; left: 11px; right: 11px; height: 2px; margin: 0; border-radius: 99px; background: #fff; transform-origin: 50% 50%; transition: transform .24s ease, opacity .18s ease; }
.menu-toggle > span:nth-child(1) { transform: translateY(-7px); }
.menu-toggle > span:nth-child(2) { transform: translateY(-1px); }
.menu-toggle > span:nth-child(3) { transform: translateY(5px); }
.menu-toggle[aria-expanded="true"] > span:nth-child(1) { transform: translateY(-1px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] > span:nth-child(2) { opacity: 0; transform: translateY(-1px) scaleX(.3); }
.menu-toggle[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-1px) rotate(-45deg); }
.mobile-menu { display: none; }

.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 14px; padding: 0 23px; border: 1px solid transparent; border-radius: 12px; background: var(--lime); color: var(--ink); font-size: .83rem; font-weight: 700; transition: transform .2s, background .2s, color .2s, box-shadow .2s; }
.button span { font-size: 1.1rem; transition: transform .2s; }
.button:hover { transform: translateY(-2px); background: #d6f68a; box-shadow: 0 10px 26px rgba(20, 23, 18, .12); }
.button:hover span { transform: translateX(3px); }
.button--small { min-height: 44px; padding-inline: 19px; background: var(--burgundy); color: white; }
.button--small:hover, .button--dark:hover, .button--submit:hover { background: var(--burgundy-dark); color: #fff; }
.button--hero { min-height: 56px; padding-inline: 27px; }
.button--dark { background: var(--ink); color: white; }
.button--light { background: var(--lime); color: var(--ink); }
.arrow-link { display: inline-flex; align-items: center; gap: 12px; margin-top: 20px; color: var(--burgundy); font-size: .84rem; font-weight: 700; }
.arrow-link span { font-size: 1.1rem; transition: transform .2s; }
.arrow-link:hover span { transform: translateX(4px); }

.hero { min-height: 670px; position: relative; isolation: isolate; overflow: hidden; background: var(--ink); color: white; }
.hero__media, .hero__media img, .hero__media div { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero__media { z-index: -1; }
.hero__media img { object-fit: cover; object-position: 57% 50%; }
.hero__media div { background: linear-gradient(90deg, rgba(15, 17, 14, .91) 0%, rgba(15, 17, 14, .72) 44%, rgba(15, 17, 14, .14) 80%), linear-gradient(0deg, rgba(15, 17, 14, .45), transparent 52%); }
.hero__inner { min-height: 670px; position: relative; display: flex; align-items: center; padding-top: 54px; padding-bottom: 64px; }
.hero__copy { max-width: 675px; }
.yelp-pill { width: fit-content; display: flex; align-items: center; gap: 11px; margin-bottom: 28px; padding: 8px 14px 8px 8px; border: 1px solid rgba(255, 255, 255, .20); border-radius: 13px; background: rgba(18, 20, 17, .70); }
.yelp-pill img { width: 32px; height: 32px; object-fit: contain; padding: 5px; border-radius: 8px; background: white; }
.yelp-pill span { display: grid; line-height: 1.3; }
.yelp-pill strong { font-size: .75rem; font-weight: 700; }
.yelp-pill small { color: #cfd2cb; font-size: .66rem; }
.eyebrow { margin: 0 0 18px; display: flex; align-items: center; gap: 10px; color: var(--burgundy); font-size: .72rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.eyebrow > span { width: 22px; height: 2px; border-radius: 2px; background: currentColor; }
.eyebrow--light { color: var(--lime); }
.hero h1, .section-heading h2, .care h2, .reviews h2, .areas h2, .faq h2, .quote h2 { margin: 0; font-family: var(--display); font-weight: 700; letter-spacing: -.045em; line-height: 1.04; }
.hero h1 { max-width: 620px; font-size: clamp(3.8rem, 7.2vw, 6.4rem); }
.hero h1 em { color: var(--lime); font-style: normal; font-weight: 600; }
.hero__lead { max-width: 580px; margin: 24px 0 0; color: #e0e3dc; font-size: 1.08rem; line-height: 1.72; }
.hero__actions { margin-top: 30px; display: flex; align-items: center; gap: 24px; }
.hero__call { display: flex; align-items: center; gap: 11px; }
.hero__call-icon { width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid rgba(255, 255, 255, .28); border-radius: 50%; }
.hero__call > span:last-child { display: grid; }
.hero__call small { color: #bfc3bb; font-size: .67rem; font-weight: 600; }
.hero__call strong { font-size: .96rem; font-weight: 700; }
.hero__checks { display: flex; flex-wrap: wrap; gap: 12px 24px; margin: 28px 0 0; padding: 0; list-style: none; color: #eef0eb; font-size: .77rem; font-weight: 600; }
.hero__checks span { margin-right: 6px; color: var(--lime); }
.hero__float-card { position: absolute; right: 0; bottom: 38px; width: 320px; display: flex; align-items: center; gap: 14px; padding: 17px 18px; border-radius: 16px; background: white; color: var(--ink); box-shadow: var(--shadow); }
.hero__float-icon { width: 40px; height: 40px; display: grid; place-items: center; flex: 0 0 40px; border-radius: 12px; background: var(--lime-soft); color: #547414; font-weight: 700; }
.hero__float-card div { display: grid; }
.hero__float-card strong { font-size: .84rem; }
.hero__float-card small { margin-top: 2px; color: var(--muted); font-size: .68rem; line-height: 1.45; }

.proof { background: var(--white); border-bottom: 1px solid var(--line); }
.proof__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.proof__grid > div { min-height: 116px; padding: 28px 30px; display: flex; flex-direction: column; justify-content: center; border-right: 1px solid var(--line); }
.proof__grid > div:first-child { padding-left: 0; }
.proof__grid > div:last-child { border-right: 0; }
.proof strong { font: 700 1.55rem/1.15 var(--display); letter-spacing: -.03em; }
.proof span { margin-top: 7px; color: var(--muted); font-size: .7rem; font-weight: 600; }
.section-heading { margin-bottom: 50px; }
.section-heading--split { display: grid; grid-template-columns: 1.15fr .85fr; gap: 80px; align-items: end; }
.section-heading h2, .care h2, .areas h2, .faq h2, .quote h2 { max-width: 720px; font-size: clamp(2.6rem, 4.5vw, 4.35rem); }
.section-heading--split > div:last-child > p, .section-heading--split > p { margin: 0; max-width: 510px; color: var(--muted); line-height: 1.75; }
.section-heading--center { max-width: 790px; margin-inline: auto; text-align: center; }
.section-heading--center .eyebrow { justify-content: center; }

.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.service-card { position: relative; min-height: 350px; padding: 34px 36px; border: 1px solid var(--line); border-radius: var(--radius); background: white; transition: transform .22s, box-shadow .22s, border-color .22s; }
.service-card:hover { transform: translateY(-3px); border-color: #d1d5cc; box-shadow: var(--shadow); }
.service-card--dark { background: white; color: var(--ink); }
.service-card__number { position: absolute; top: 28px; right: 30px; color: #9da198; font-size: .78rem; font-weight: 600; }
.service-card__icon { width: 48px; height: 48px; display: grid; place-items: center; margin-bottom: 38px; border-radius: 14px; background: var(--lime-soft); color: #547414; font: 600 1.35rem var(--display); }
.service-card h3 { margin: 0; font: 700 1.65rem/1.2 var(--display); letter-spacing: -.03em; }
.service-card p, .service-card--dark p { max-width: 500px; margin: 14px 0 0; color: var(--muted); }
.service-card ul { display: flex; flex-wrap: wrap; gap: 8px; margin: 22px 0 0; padding: 0; list-style: none; }
.service-card li, .service-card--dark li { padding: 7px 10px; border: 1px solid var(--line); border-radius: 999px; background: #fafbf8; color: #50544d; font-size: .68rem; font-weight: 600; }

.care { background: white; overflow: hidden; }
.care__grid { display: grid; grid-template-columns: 1.02fr .98fr; gap: 84px; align-items: center; }
.care__visual { min-height: 650px; position: relative; padding: 0 64px 64px 0; }
.care__main-photo { height: 590px; margin: 0; overflow: hidden; border-radius: var(--radius); }
.care__main-photo img, .care__small-photo img { width: 100%; height: 100%; object-fit: cover; }
.care__small-photo { position: absolute; right: 0; bottom: 0; width: 47%; height: 275px; margin: 0; border: 9px solid white; border-radius: 18px; overflow: hidden; box-shadow: var(--shadow); }
.care__badge { position: absolute; left: -12px; bottom: 28px; min-width: 132px; display: flex; align-items: center; justify-content: center; gap: 8px; padding: 13px 17px; border-radius: 14px; background: var(--lime); box-shadow: 0 12px 28px rgba(22, 25, 20, .14); }
.care__badge strong { font: 700 1.55rem/1 var(--display); }
.care__badge span { font-size: .58rem; font-weight: 700; line-height: 1.35; text-transform: uppercase; letter-spacing: .06em; }
.care__lead { margin: 22px 0 0; color: var(--muted); font-size: 1.02rem; line-height: 1.8; }
.benefit-list { margin: 30px 0 34px; border-top: 1px solid var(--line); }
.benefit-list article { display: grid; grid-template-columns: 38px 1fr; gap: 16px; padding: 20px 0; border-bottom: 1px solid var(--line); }
.benefit-list article > span { padding-top: 3px; color: var(--burgundy); font-size: .75rem; font-weight: 700; }
.benefit-list h3 { margin: 0 0 5px; font-size: .96rem; }
.benefit-list p { margin: 0; color: var(--muted); font-size: .84rem; line-height: 1.7; }

.process { background: var(--paper); }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.process-step { padding: 26px; border: 1px solid var(--line); border-radius: 18px; background: #fff; }
.process-step__top { display: flex; align-items: center; margin-bottom: 26px; }
.process-step__top span { width: 48px; height: 48px; display: grid; place-items: center; flex: 0 0 48px; border-radius: 14px; background: var(--burgundy); color: white; font-size: .85rem; font-weight: 700; }
.process-step__top i { width: 100%; height: 1px; margin-left: 15px; background: var(--line); }
.process-step h3 { margin: 0; font: 700 1.3rem/1.25 var(--display); letter-spacing: -.02em; }
.process-step p { margin: 12px 0 0; color: var(--muted); font-size: .87rem; }

.reviews { background: var(--ink-soft); color: white; }
.reviews__heading { display: grid; grid-template-columns: 1fr auto; gap: 50px; align-items: end; margin-bottom: 48px; }
.reviews h2 { font-size: clamp(2.8rem, 5vw, 4.8rem); }
.reviews h2 em { color: var(--lime); font-style: normal; font-weight: 600; }
.reviews__score { min-width: 270px; display: grid; grid-template-columns: 50px 1fr; gap: 13px; align-items: center; padding: 18px 20px; border: 1px solid #444740; border-radius: 16px; background: #2d302a; }
.reviews__score img { width: 46px; height: 46px; object-fit: contain; padding: 7px; border-radius: 10px; background: white; }
.reviews__score > div { display: grid; line-height: 1.15; }
.reviews__score strong { font: 700 2rem var(--display); }
.reviews__score span { color: #bfc3bb; font-size: .65rem; }
.reviews__score a { grid-column: 1 / -1; padding-top: 11px; border-top: 1px solid #484b45; color: var(--lime); font-size: .7rem; font-weight: 700; }
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.review-card { min-height: 300px; display: flex; flex-direction: column; padding: 27px; border-radius: 18px; background: white; color: var(--ink); }
.review-card--accent { background: var(--lime-soft); }
.review-card__top { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.review-card__top > span { color: var(--burgundy); letter-spacing: .06em; }
.review-card__top small { color: var(--muted); font-size: .64rem; font-weight: 600; }
.review-card blockquote { margin: 28px 0; font: 600 1rem/1.7 var(--body); }
.review-card footer { margin-top: auto; display: grid; padding-top: 16px; border-top: 1px solid var(--line); }
.review-card footer strong { font-size: .8rem; }
.review-card footer span { color: var(--muted); font-size: .7rem; }
.review-disclaimer { margin: 22px 0 0; color: #aeb2a9; font-size: .69rem; text-align: right; }

.work { background: white; }
.gallery { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 225px; gap: 12px; }
.gallery figure { position: relative; margin: 0; overflow: hidden; border-radius: 16px; background: var(--ink); }
.gallery__wide { grid-column: span 2; }
.gallery__tall { grid-row: span 2; }
.gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s; }
.gallery figure:hover img { transform: scale(1.035); }
.gallery figcaption { position: absolute; left: 11px; bottom: 11px; padding: 7px 10px; border-radius: 8px; background: rgba(20, 22, 19, .82); color: white; font-size: .64rem; font-weight: 600; }
.areas { background: var(--burgundy); color: white; overflow: hidden; }
.areas__grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 78px; align-items: center; }
.areas__photo { position: relative; min-height: 500px; padding: 0 0 44px 44px; }
.areas__photo::before { content: ""; position: absolute; inset: 44px 44px 0 0; border: 1px solid rgba(255, 255, 255, .20); border-radius: var(--radius); }
.areas__photo img { position: relative; width: 100%; height: 450px; object-fit: cover; border-radius: var(--radius); }
.areas__photo > div { position: absolute; left: 0; bottom: 0; width: 300px; display: grid; padding: 20px; border-radius: 14px; background: var(--lime); color: var(--ink); box-shadow: var(--shadow); }
.areas__photo strong { font: 700 1.08rem var(--display); }
.areas__photo span { font-size: .69rem; }
.areas__copy > p:not(.eyebrow) { max-width: 650px; color: #f1dce4; }
.area-tags { display: flex; flex-wrap: wrap; gap: 8px; margin: 28px 0 32px; padding: 0; list-style: none; }
.area-tags li { padding: 7px 11px; border: 1px solid rgba(255, 255, 255, .25); border-radius: 999px; font-size: .69rem; font-weight: 600; }

.faq { background: var(--paper); }
.faq__grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 90px; align-items: start; }
.faq__intro { position: sticky; top: 112px; }
.faq__intro h2 { font-size: clamp(2.6rem, 4vw, 4.1rem); }
.faq__intro > p:not(.eyebrow) { margin: 22px 0 0; color: var(--muted); }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 20px; cursor: pointer; list-style: none; font-size: 1.02rem; font-weight: 650; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { font: 400 1.45rem var(--body); transition: transform .25s; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 650px; margin: -2px 48px 25px 0; color: var(--muted); font-size: .89rem; }
.quote { background: var(--ink-soft); color: white; }
.quote__grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 72px; align-items: start; }
.quote__copy { position: sticky; top: 112px; }
.quote__copy > p:not(.eyebrow) { color: #c4c8c0; }
.quote__contacts { display: grid; margin: 30px 0; border-top: 1px solid #454842; }
.quote__contacts a { display: grid; padding: 16px 0; border-bottom: 1px solid #454842; }
.quote__contacts span { color: #a7aba3; font-size: .64rem; font-weight: 600; }
.quote__contacts strong { margin-top: 4px; font-size: .9rem; }
.quote__contacts a:hover strong { color: var(--lime); }
.quote__photo { height: 195px; margin-top: 26px; overflow: hidden; border-radius: 16px; }
.quote__photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 38%; }
.quote-form { padding: 38px; border-radius: var(--radius); background: white; color: var(--ink); box-shadow: var(--shadow); }
.quote-form__head { display: grid; padding-bottom: 23px; border-bottom: 1px solid var(--line); }
.quote-form__head > span { color: var(--burgundy); font-size: .66rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.quote-form__head strong { margin-top: 5px; font: 700 1.85rem/1.2 var(--display); letter-spacing: -.03em; }
.quote-form__head small { margin-top: 7px; color: var(--muted); font-size: .72rem; }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; margin-top: 25px; }
.form-grid label { display: grid; gap: 7px; color: #4d514a; font-size: .7rem; font-weight: 650; }
.form-grid__full { grid-column: 1 / -1; }
.form-grid input, .form-grid select, .form-grid textarea { width: 100%; min-height: 51px; padding: 13px 14px; border: 1px solid #d5d9d0; border-radius: 11px; background: #fbfcfa; color: var(--ink); font-size: .84rem; font-weight: 500; outline: none; transition: border .2s, box-shadow .2s; }
.form-grid textarea { resize: vertical; min-height: 110px; }
.form-grid input:focus, .form-grid select:focus, .form-grid textarea:focus { border-color: var(--burgundy); box-shadow: 0 0 0 3px rgba(116, 32, 63, .10); }
.button--submit { width: 100%; min-height: 56px; margin-top: 22px; border: 0; background: var(--burgundy); color: white; cursor: pointer; }
.quote-form__note { margin: 14px 0 0; color: var(--muted); font-size: .64rem; line-height: 1.55; text-align: center; }
.form-honeypot { position: absolute !important; left: -5000px !important; opacity: 0 !important; }

.footer { padding: 68px 0 26px; background: #111210; color: white; }
.footer__main { display: grid; grid-template-columns: 1.7fr repeat(3, 1fr); gap: 58px; }
.brand--footer img { width: 60px; height: 60px; }
.brand--footer strong { font-size: 1.85rem; }
.footer__brand > p { max-width: 300px; color: #aeb2a9; font-size: .78rem; }
.footer__brand .footer__license { color: var(--lime); font-size: .64rem; font-weight: 650; }
.footer h3 { margin: 7px 0 18px; color: var(--lime); font-size: .68rem; text-transform: uppercase; letter-spacing: .1em; }
.footer__main > div:not(.footer__brand) { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; }
.footer__main a, .footer__main > div > p { color: #b3b7af; font-size: .76rem; }
.footer__main a:hover { color: white; }
.footer__bottom { margin-top: 54px; padding-top: 20px; display: flex; justify-content: space-between; gap: 30px; border-top: 1px solid #30322e; color: #91958d; font-size: .64rem; }
.mobile-cta { display: none; }
.status-page { min-height: 100vh; display: grid; place-items: center; padding: 40px 20px; background: var(--ink); color: white; text-align: center; }
.status-card { width: min(680px, 100%); padding: 52px 32px; border: 1px solid #3a3d37; border-radius: 22px; background: #22241f; box-shadow: var(--shadow); }
.status-card img { width: 78px; height: 78px; margin: 0 auto 26px; border-radius: 14px; object-fit: cover; }
.status-card .eyebrow { justify-content: center; }
.status-card h1 { margin: 0; font: 700 clamp(3rem, 9vw, 5.5rem)/1 var(--display); letter-spacing: -.045em; }
.status-card p { max-width: 510px; margin: 20px auto 28px; color: #c0c4bc; }
.status-card__actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; }

.reveal { opacity: 0; transform: translateY(14px); transition: opacity .55s ease, transform .55s ease; }
.reveal--delay { transition-delay: .12s; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1040px) {
  .desktop-nav { display: none; }
  .phone-link, .menu-toggle { display: grid; }
  .mobile-menu { position: absolute; z-index: 75; top: 100%; right: 18px; left: 18px; display: flex; flex-direction: column; padding: 12px; border: 1px solid var(--line); border-radius: 0 0 18px 18px; background: #fff; color: var(--ink); box-shadow: 0 24px 48px rgba(20, 23, 18, .16); visibility: hidden; opacity: 0; transform: translateY(-8px); pointer-events: none; transition: opacity .2s, transform .2s, visibility .2s; }
  .mobile-menu.is-open { visibility: visible; opacity: 1; transform: none; pointer-events: auto; }
  .mobile-menu a { padding: 13px 14px; border-radius: 10px; color: #343732; font-size: .95rem; font-weight: 600; }
  .mobile-menu a:hover, .mobile-menu a:focus-visible { background: var(--paper); }
  .mobile-menu a:last-child { margin-top: 6px; padding: 14px; background: var(--burgundy); color: #fff; text-align: center; font-weight: 700; }
  .hero__media div { background: linear-gradient(90deg, rgba(15, 17, 14, .93) 0%, rgba(15, 17, 14, .72) 56%, rgba(15, 17, 14, .18) 100%); }
  .care__grid, .areas__grid { gap: 48px; }
  .care__visual { min-height: 560px; }
  .care__main-photo { height: 510px; }
  .care__small-photo { height: 245px; }
  .footer__main { grid-template-columns: 1.5fr repeat(3, 1fr); gap: 32px; }
}

@media (max-width: 820px) {
  .shell { width: min(100% - 36px, 680px); }
  .section { padding: 80px 0; }
  .utility-bar__inner > div a:first-child { display: none; }
  .hero, .hero__inner { min-height: 690px; }
  .hero__media img { object-position: 63% 50%; }
  .hero__copy { max-width: 590px; }
  .hero__float-card { display: none; }
  .proof__grid { grid-template-columns: repeat(2, 1fr); }
  .proof__grid > div { min-height: 104px; border-bottom: 1px solid var(--line); }
  .proof__grid > div:nth-child(2) { border-right: 0; }
  .proof__grid > div:first-child, .proof__grid > div:nth-child(3) { padding-left: 0; }
  .section-heading--split, .care__grid, .areas__grid, .faq__grid, .quote__grid { grid-template-columns: 1fr; gap: 44px; }
  .section-heading { margin-bottom: 40px; }
  .section-heading--split { align-items: start; }
  .service-card { min-height: 330px; padding: 30px; }
  .care__visual { max-width: 620px; }
  .process-grid { gap: 12px; }
  .reviews__heading { grid-template-columns: 1fr; align-items: start; }
  .reviews__score { max-width: 300px; }
  .review-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery { grid-template-columns: repeat(2, 1fr); }
  .gallery__tall { grid-row: span 1; }
  .areas__photo { max-width: 580px; }
  .faq__intro, .quote__copy { position: static; }
  .quote__copy { display: grid; grid-template-columns: 1fr 1fr; gap: 0 30px; }
  .quote__copy .eyebrow, .quote__copy h2, .quote__copy > p { grid-column: 1 / -1; }
  .footer__main { grid-template-columns: 1.5fr 1fr 1fr; }
  .footer__main > div:last-child { grid-column: 2 / -1; }
}

@media (max-width: 600px) {
  html { scroll-padding-top: 74px; }
  body { padding-bottom: 64px; }
  .shell { width: calc(100% - 28px); }
  .section { padding: 66px 0; }
  .utility-bar { display: none; }
  .header__inner { height: 72px; }
  .brand img { width: 46px; height: 46px; }
  .brand strong { font-size: 1.42rem; }
  .brand small { font-size: .55rem; }
  .header__actions .button { display: none; }
  .mobile-menu { right: 10px; left: 10px; max-height: calc(100vh - 84px); overflow-y: auto; }
  .hero, .hero__inner { min-height: 700px; }
  .hero__inner { align-items: flex-end; padding-top: 65px; padding-bottom: 48px; }
  .hero__media img { object-position: 69% center; }
  .hero__media div { background: linear-gradient(0deg, rgba(15, 17, 14, .97) 0%, rgba(15, 17, 14, .84) 49%, rgba(15, 17, 14, .18) 100%); }
  .yelp-pill { margin-bottom: 20px; }
  .hero .eyebrow { margin-bottom: 14px; line-height: 1.45; }
  .hero h1 { font-size: clamp(3.4rem, 17vw, 4.7rem); }
  .hero__lead { margin-top: 18px; font-size: .95rem; line-height: 1.65; }
  .hero__actions { align-items: stretch; flex-direction: column; gap: 16px; margin-top: 24px; }
  .button--hero { width: 100%; }
  .hero__call { justify-content: center; }
  .hero__checks { display: grid; gap: 7px; margin-top: 20px; }
  .proof__grid > div { min-height: 96px; padding: 17px 12px; }
  .proof strong { font-size: 1.25rem; }
  .proof span { font-size: .61rem; }
  .section-heading h2, .care h2, .areas h2, .faq h2, .quote h2 { font-size: clamp(2.35rem, 11vw, 3.25rem); }
  .section-heading--split { gap: 22px; }
  .service-grid { grid-template-columns: 1fr; gap: 12px; }
  .service-card { min-height: auto; padding: 27px 24px 28px; }
  .service-card__icon { margin-bottom: 28px; }
  .care__grid { gap: 52px; }
  .care__visual { min-height: 450px; padding: 0 36px 48px 0; }
  .care__main-photo { height: 405px; }
  .care__small-photo { width: 48%; height: 190px; border-width: 7px; }
  .care__badge { left: -4px; bottom: 15px; min-width: 104px; padding: 10px 12px; }
  .care__badge strong { font-size: 1.25rem; }
  .care__badge span { font-size: .48rem; }
  .process-grid { grid-template-columns: 1fr; gap: 12px; }
  .process-step { padding: 22px; }
  .reviews__heading { gap: 30px; }
  .reviews h2 { font-size: clamp(2.6rem, 13vw, 3.8rem); }
  .review-grid { grid-template-columns: 1fr; }
  .review-card { min-height: 270px; }
  .review-disclaimer { text-align: left; }
  .gallery { grid-auto-rows: 205px; gap: 7px; }
  .gallery__wide { grid-column: span 2; }
  .gallery figcaption { left: 8px; bottom: 8px; font-size: .55rem; }
  .areas__photo { min-height: 360px; padding: 0 0 38px 26px; }
  .areas__photo img { height: 320px; }
  .areas__photo > div { width: 265px; padding: 16px; }
  .faq-list summary { min-height: 72px; font-size: .96rem; }
  .faq-list details p { margin-right: 10px; }
  .quote__copy { grid-template-columns: 1fr; }
  .quote__copy .eyebrow, .quote__copy h2, .quote__copy > p { grid-column: 1; }
  .quote__photo { height: 175px; }
  .quote-form { padding: 26px 19px; }
  .form-grid { grid-template-columns: 1fr; gap: 15px; }
  .form-grid__full { grid-column: 1; }
  .footer { padding-top: 52px; }
  .footer__main { grid-template-columns: repeat(2, 1fr); gap: 36px 22px; }
  .footer__brand { grid-column: 1 / -1; }
  .footer__main > div:last-child { grid-column: 1 / -1; }
  .footer__bottom { align-items: flex-start; flex-direction: column; margin-top: 38px; }
  .mobile-cta { position: fixed; z-index: 90; right: 0; bottom: 0; left: 0; height: 64px; display: grid; grid-template-columns: .82fr 1.18fr; background: var(--ink); color: white; box-shadow: 0 -8px 26px rgba(0, 0, 0, .16); }
  .mobile-cta a { display: flex; align-items: center; justify-content: center; gap: 8px; font-size: .73rem; font-weight: 700; }
  .mobile-cta a:last-child { background: var(--lime); color: var(--ink); }
}

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