:root {
  --green: #194e2c;
  --green-dark: #123d23;
  --green-soft: #557c65;
  --mist: #e1ebe4;
  --paper: #fbfaf7;
  --white: #ffffff;
  --ink: #172230;
  --muted: #66717e;
  --line: #dce2e8;
  --copper: #a86f43;
  --shadow: 0 24px 70px rgba(25, 78, 44, 0.12);
  --font-display: "Zilla Slab", Rockwell, "Roboto Slab", Georgia, serif;
  --font-body: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--font-body); line-height: 1.55; }
body.menu-open { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button, .button, label, a { -webkit-tap-highlight-color: transparent; }

.shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 78px 0; }
.section.alt { background: #f0f5f1; }
.eyebrow { margin: 0 0 12px; color: var(--copper); font-size: 12px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.section-heading-large { max-width: 760px; margin: 0 auto 38px; text-align: center; }
.section-heading-large h2 { margin: 0; color: var(--green); font-family: var(--font-display); font-size: clamp(38px, 5vw, 58px); font-weight: 600; line-height: 1; letter-spacing: -.025em; }
.section-heading-large p:last-child { margin: 16px auto 0; color: var(--muted); font-size: 16px; }

.site-header { min-height: 72px; padding: 9px max(22px, calc((100vw - 1180px) / 2)); display: flex; align-items: center; justify-content: space-between; gap: 24px; border-bottom: 1px solid rgba(25, 78, 44, .11); background: rgba(251, 250, 247, .94); backdrop-filter: blur(14px); position: sticky; top: 0; z-index: 20; }
.brand { display: flex; align-items: center; gap: 11px; color: var(--green); font-family: var(--font-display); font-size: 18px; font-weight: 700; letter-spacing: .11em; white-space: nowrap; }
.brand img { width: 48px; height: 48px; border-radius: 11px; object-fit: cover; box-shadow: 0 5px 16px rgba(25, 78, 44, .18); }
.nav-links { display: flex; align-items: center; gap: 25px; }
.nav-links a { color: #405047; font-size: 13px; font-weight: 700; }
.nav-links a:hover, .nav-links a:focus-visible { color: var(--green); }
.header-actions { display: flex; align-items: center; gap: 10px; }
.header-phone { color: var(--green); font-size: 13px; font-weight: 750; }
.menu-button { display: none; width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 50%; background: var(--white); color: var(--green); cursor: pointer; }

.button { min-height: 48px; padding: 12px 20px; display: inline-flex; align-items: center; justify-content: center; border: 0; border-radius: 12px; font-weight: 800; cursor: pointer; transition: transform .18s, box-shadow .18s, background .18s; }
.button:hover { transform: translateY(-1px); }
.button-primary { background: var(--green); color: #fff; box-shadow: 0 10px 24px rgba(25, 78, 44, .22); }
.button-light { background: #fff; color: var(--green); box-shadow: 0 10px 28px rgba(0, 0, 0, .15); }
.button-outline { border: 1px solid rgba(25, 78, 44, .24); background: rgba(255, 255, 255, .72); color: var(--green); }
.button-wide { width: 100%; }

/* Home */
.home-hero { min-height: 720px; display: grid; align-items: end; position: relative; overflow: hidden; color: #fff; background: var(--green-dark) url("../hero.jpg") center 43% / cover no-repeat; }
.home-hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(18, 61, 35, .96) 0%, rgba(18, 61, 35, .88) 18%, rgba(18, 61, 35, .7) 22%, rgba(18, 61, 35, .12) 26%, transparent 30%); }
.hero-kicker { position: absolute; z-index: 1; top: clamp(28px, calc(93px - 3.2vw), 53px); left: 50%; margin: 0; transform: translateX(-50%); color: var(--green-dark); font-size: 20px; font-weight: 900; line-height: 1; letter-spacing: .12em; text-align: center; white-space: nowrap; text-shadow: 0 1px 10px rgba(255, 255, 255, .32); }
.hero-content { padding: 0 0 34px; position: relative; z-index: 1; }
.hero-copy-block { width: 100%; display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr) 210px; grid-template-areas: "headline copy actions"; gap: 30px; align-items: center; text-align: left; }
.hero-copy-block h1 { grid-area: headline; }
.hero-copy-block .hero-copy { grid-area: copy; }
.hero-copy-block .hero-actions { grid-area: actions; }
.hero-content h1 { margin: 0; font-family: var(--font-display); font-size: clamp(44px, 4.6vw, 64px); font-weight: 600; line-height: .88; letter-spacing: -.04em; }
.hero-copy { max-width: 600px; margin: 0; color: rgba(255, 255, 255, .88); font-size: 17px; line-height: 1.45; }
.hero-actions { display: flex; flex-direction: column; align-items: stretch; justify-content: center; gap: 12px; flex-wrap: nowrap; }
.hero-actions .button { width: 100%; white-space: nowrap; text-align: center; }
.call-text-buttons { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.header-call-text { width: 210px; }
.hero-actions .call-text-buttons .button { border-color: rgba(255, 255, 255, .4); background: rgba(255, 255, 255, .08); color: #fff; }

.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card { min-height: 250px; padding: 30px; border: 1px solid var(--line); border-radius: 22px; background: #fff; box-shadow: 0 14px 42px rgba(25, 78, 44, .07); }
.service-number { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; background: var(--mist); color: var(--green); font-size: 12px; font-weight: 850; }
.service-card h3 { margin: 34px 0 10px; color: var(--green); font-family: var(--font-display); font-size: 28px; font-weight: 600; line-height: 1; }
.service-card p { margin: 0; color: var(--muted); font-size: 14px; }

.experience-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 50px; align-items: center; }
.experience-number { color: var(--green); font-family: var(--font-display); font-size: clamp(112px, 15vw, 190px); font-weight: 700; line-height: .68; letter-spacing: -.05em; }
.experience-number span { display: block; margin-top: 28px; color: var(--copper); font-family: var(--font-body); font-size: 12px; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.experience-copy h2 { margin: 0; color: var(--green); font-family: var(--font-display); font-size: clamp(42px, 5vw, 62px); font-weight: 600; line-height: 1; }
.experience-copy p { margin: 20px 0 0; color: #4d5b53; font-size: 17px; line-height: 1.7; }

.maps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.map-card { overflow: hidden; border: 1px solid var(--line); border-radius: 20px; background: #fff; box-shadow: 0 14px 42px rgba(25, 78, 44, .08); }
.map-frame { height: 285px; position: relative; background: #e8eee9; }
.map-frame iframe { width: 100%; height: 100%; border: 0; pointer-events: none; }
.map-link { flex: 0 0 auto; display: inline-flex; align-items: center; justify-content: center; }
.map-link span { margin: 0; padding: 8px 12px; border-radius: 8px; background: rgba(18, 61, 35, .92); color: #fff; font-family: var(--font-body); font-size: 11px; font-weight: 800; white-space: nowrap; }
.map-caption { min-height: 82px; padding: 16px 18px; display: flex; align-items: center; justify-content: space-between; gap: 14px; color: var(--green); font-family: var(--font-display); font-size: 20px; font-weight: 700; }
.map-caption small { display: block; margin-top: 2px; color: var(--muted); font-family: var(--font-body); font-size: 11px; font-weight: 650; }

.contact-panel { padding: 44px; display: grid; grid-template-columns: 1.1fr .9fr; gap: 50px; align-items: center; border-radius: 28px; background: var(--green); color: #fff; box-shadow: var(--shadow); }
.contact-panel h2 { margin: 0; font-family: var(--font-display); font-size: clamp(42px, 5vw, 62px); font-weight: 600; line-height: .95; }
.contact-panel p { margin: 18px 0 0; color: rgba(255, 255, 255, .78); }
.contact-items { display: grid; gap: 11px; }
.contact-item { padding: 14px 16px; display: flex; justify-content: space-between; gap: 20px; border: 1px solid rgba(255, 255, 255, .18); border-radius: 12px; background: rgba(255, 255, 255, .08); }
.contact-item span { color: rgba(255, 255, 255, .65); font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
.contact-item strong { text-align: right; }
.contact-phone-actions { display: grid; justify-items: end; gap: 5px; }
.contact-phone-actions div { display: flex; gap: 14px; }
.contact-phone-actions a { color: #fff; font-size: 12px; font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }

/* Quote */
.quote-page { min-height: 100vh; background: radial-gradient(circle at 85% 5%, #e0ebe3 0, rgba(224, 235, 227, 0) 28%), var(--paper); }
.quote-intro { padding-block: 34px 26px; display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: 45px; align-items: center; }
.estimate-label { margin-bottom: 8px; font-size: 14px; }
.quote-intro h1 { margin: 0; color: var(--green); font-family: var(--font-display); font-size: clamp(50px, 5.4vw, 72px); font-weight: 600; line-height: .88; letter-spacing: -.04em; }
.quote-intro h1 span { color: var(--green-soft); }
.intro-copy { max-width: 760px; margin: 16px 0 14px; color: #44505e; font-size: 16px; line-height: 1.55; }
.trust-row { display: flex; gap: 9px; flex-wrap: wrap; }
.trust-row span { padding: 6px 10px; border: 1px solid rgba(25, 78, 44, .18); border-radius: 999px; background: rgba(255, 255, 255, .72); color: var(--green-dark); font-size: 11px; font-weight: 750; }
.trust-row span::before { content: "✓"; margin-right: 6px; }
.phone-card { padding: 14px; display: grid; grid-template-columns: 78px 1fr; gap: 14px; align-items: center; border: 1px solid rgba(25, 78, 44, .12); border-radius: 18px; background: rgba(255, 255, 255, .84); box-shadow: var(--shadow); }
.phone-card img { width: 76px; height: 76px; padding: 4px; border-radius: 10px; background: #fff; }
.phone-card p, .phone-card strong, .phone-card small { display: block; margin: 0; }
.phone-card p { color: var(--muted); font-size: 11px; }
.phone-card strong { color: var(--green); font-size: 13px; }
.phone-card small { margin-top: 3px; color: var(--muted); font-size: 10px; }

.estimate-layout { padding-bottom: 54px; display: grid; gap: 18px; }
.video-guide, .estimate-card { overflow: hidden; border: 1px solid rgba(25, 78, 44, .11); border-radius: 25px; background: #fff; box-shadow: var(--shadow); }
.video-guide { display: grid; grid-template-columns: minmax(340px, .82fr) minmax(0, 1.18fr); }
.motion-demo { min-height: 205px; padding: 8px 20px 23px; display: grid; place-items: center; position: relative; overflow: hidden; background: linear-gradient(145deg, var(--green), var(--green-dark)); }
.vehicle-demo { width: min(360px, 104%); height: auto; position: relative; z-index: 1; transform: translateY(-2px); }
.dent-marker { width: 12px; height: 12px; position: absolute; left: 39%; top: 55%; z-index: 3; transform: translate(-50%, -50%); border: 2px solid rgba(255, 255, 255, .92); border-radius: 50%; background: #050505; box-shadow: 0 2px 7px rgba(0, 0, 0, .35); }
.filming-arc { width: 70px; height: 78px; position: absolute; left: 39%; top: 53%; z-index: 2; transform: translate(-50%, -4px); overflow: visible; }
.filming-arc path { fill: none; stroke: rgba(255, 255, 255, .62); stroke-width: 1.5; stroke-linecap: round; stroke-dasharray: 5 7; }
.camera { width: 30px; height: 50px; position: absolute; left: 39%; top: 55%; margin: -25px 0 0 -15px; z-index: 4; border: 2px solid #fff; border-radius: 7px; background: rgba(25, 78, 44, .58); box-shadow: 0 8px 18px rgba(0, 0, 0, .25); animation: film-outward-arc 5s ease-in-out infinite; }
.camera::before { content: ""; width: 8px; height: 8px; position: absolute; left: 50%; top: 8px; transform: translateX(-50%); border: 1px solid #fff; border-radius: 50%; }
.distance-label { position: absolute; bottom: 12px; color: rgba(255, 255, 255, .76); font-size: 10px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
@keyframes film-outward-arc {
  0%, 100% { transform: translate(-24px, 8px) scale(.82) rotate(-5deg); }
  25%, 75% { transform: translate(0, 48px) scale(1.16); }
  50% { transform: translate(24px, 8px) scale(.82) rotate(5deg); }
}
.guide-copy { padding: 24px 29px; }
.guide-copy h2, .form-heading h2 { margin: 0; color: var(--green); font-family: var(--font-display); font-weight: 600; font-size: 30px; line-height: 1; }
.guide-copy ol { list-style: none; margin: 19px 0 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.guide-copy li { display: grid; grid-template-columns: 30px 1fr; gap: 10px; }
.guide-copy li > span { width: 29px; height: 29px; display: grid; place-items: center; border-radius: 50%; background: var(--mist); color: var(--green); font-size: 12px; font-weight: 850; }
.guide-copy li p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.45; }
.guide-copy li strong { color: var(--ink); }

.estimate-card { padding: 22px 27px; }
.form-heading { padding-bottom: 14px; display: flex; align-items: end; justify-content: space-between; gap: 24px; border-bottom: 1px solid var(--line); }
.form-heading .eyebrow { margin-bottom: 5px; }
.form-heading > p:last-child { margin: 0 0 2px; color: var(--muted); font-size: 11px; }
.primary-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; border-bottom: 1px solid var(--line); }
.secondary-form-grid { display: grid; grid-template-columns: .76fr 1.24fr; gap: 24px; border-bottom: 1px solid var(--line); }
.form-section { padding: 17px 0; }
.primary-form-grid .form-section:first-child, .secondary-form-grid .form-section:first-child { padding-right: 24px; border-right: 1px solid var(--line); }
.section-heading { display: grid; grid-template-columns: 32px 1fr; gap: 10px; align-items: start; }
.section-heading h3 { margin: 1px 0 0; color: var(--green); font-family: var(--font-display); font-size: 19px; font-weight: 600; line-height: 1.1; }
.section-heading p:not(.section-number) { margin: 3px 0 0; color: var(--muted); font-size: 10px; }
.section-number { width: 29px; height: 29px; margin: 0; display: grid; place-items: center; border-radius: 50%; background: var(--mist); color: var(--green); font-size: 11px; font-weight: 850; }
.optional-word { color: var(--copper); font-weight: 700; }
.field-row { margin-top: 13px; display: grid; gap: 9px; }
.contact-fields { grid-template-columns: 1.2fr 1fr .65fr; }
.vehicle-fields { grid-template-columns: .65fr 1fr 1fr; }
.field-row label > span, legend { display: block; margin-bottom: 6px; color: var(--green); font-size: 11px; font-weight: 800; }
input[type="text"], input[type="tel"], select { width: 100%; min-height: 41px; padding: 0 10px; border: 1px solid var(--line); border-radius: 10px; background: #fff; color: var(--ink); outline: none; }
input[type="text"]:focus, input[type="tel"]:focus, select:focus { border-color: var(--green-soft); box-shadow: 0 0 0 3px rgba(85, 124, 101, .12); }
fieldset { margin: 14px 0 0; padding: 0; border: 0; }
legend small { margin-left: 3px; color: var(--muted); font-size: 9px; font-weight: 600; }
.upload-box { min-height: 220px; margin-top: 14px; padding: 20px; display: grid; place-items: center; align-content: center; gap: 6px; border: 2px dashed #b9c7be; border-radius: 15px; background: #f7faf8; cursor: pointer; text-align: center; }
.upload-box.dragging { border-color: var(--green); background: #edf5ef; }
.upload-box input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.upload-icon { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 50%; background: var(--green); color: #fff; font-size: 22px; }
.upload-box strong, .upload-box small { display: block; }
.upload-box strong { margin-top: 4px; color: var(--green); }
.upload-box small { color: var(--muted); font-size: 10px; }
.file-summary { max-width: 100%; overflow-wrap: anywhere; }
.optional-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 14px; }
.panel-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 7px; }
.panel-grid label { min-height: 45px; padding: 7px; display: flex; align-items: center; justify-content: center; border: 1px solid var(--line); border-radius: 9px; cursor: pointer; text-align: center; }
.panel-grid input { position: absolute; opacity: 0; pointer-events: none; }
.panel-grid span { color: #3f4d45; font-size: 10px; font-weight: 750; }
.panel-grid label:has(input:checked), .choice-grid label:has(input:checked) { border-color: var(--green-soft); background: #eef5f0; }
.choice-grid { display: grid; gap: 7px; }
.choice-grid label { min-height: 47px; padding: 8px 10px; display: flex; align-items: center; gap: 8px; border: 1px solid var(--line); border-radius: 10px; cursor: pointer; }
.choice-grid input { accent-color: var(--green); }
.choice-grid strong, .choice-grid small { display: block; }
.choice-grid strong { font-size: 11px; }
.choice-grid small { margin-top: 1px; color: var(--muted); font-size: 9px; }
.form-actions { margin-top: 15px; display: grid; grid-template-columns: .7fr 1.55fr 1fr; gap: 11px; align-items: end; }
.reply-field { margin-top: 0; }
.consent-row { min-height: 54px; padding: 11px; display: flex; align-items: center; gap: 9px; border-radius: 10px; background: #f2f6f3; color: var(--muted); font-size: 9px; line-height: 1.45; }
.consent-row input { flex: none; accent-color: var(--green); }
.submit-button { min-height: 54px; }
.form-note, .form-status { margin: 10px auto 0; color: var(--muted); font-size: 10px; line-height: 1.45; text-align: center; }
.form-status { min-height: 1.4em; color: #9a3629; font-weight: 700; }
.form-status.success { color: var(--green); }
.honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

/* Thank-you and policy */
.simple-page { min-height: 100vh; background: radial-gradient(circle at 70% 10%, #e1ebe4 0, rgba(225, 235, 228, 0) 34%), var(--paper); }
.thanks-shell { width: min(820px, calc(100% - 36px)); margin: 0 auto; padding: 80px 0; text-align: center; }
.thanks-mark { width: 66px; height: 66px; margin: 0 auto 22px; display: grid; place-items: center; border-radius: 50%; background: var(--green-dark); color: #fff; font-size: 30px; box-shadow: 0 12px 28px rgba(25, 78, 44, .22); }
.thanks-shell h1 { margin: 0; color: var(--green); font-family: var(--font-display); font-size: clamp(48px, 7vw, 72px); font-weight: 600; line-height: .95; letter-spacing: -.035em; }
.thanks-shell > p:not(.eyebrow) { max-width: 650px; margin: 21px auto 0; color: #4c5865; font-size: 16px; line-height: 1.7; }
.next-steps { margin: 38px 0 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; text-align: left; }
.next-steps div { min-height: 176px; padding: 21px; border: 1px solid var(--line); border-radius: 17px; background: #fff; box-shadow: 0 12px 35px rgba(25, 78, 44, .07); }
.next-steps span { width: 29px; height: 29px; margin-bottom: 15px; display: grid; place-items: center; border-radius: 50%; background: var(--mist); color: var(--green); font-size: 11px; font-weight: 850; }
.next-steps strong, .next-steps small { display: block; }
.next-steps strong { color: var(--green); font-size: 13px; }
.next-steps small { margin-top: 7px; color: var(--muted); font-size: 11px; line-height: 1.5; }
.thanks-actions { margin-top: 28px; display: flex; justify-content: center; align-items: center; gap: 20px; }
.text-link { color: var(--green-soft); font-weight: 750; }
.policy-shell { width: min(820px, calc(100% - 36px)); margin: 0 auto; padding: 64px 0 84px; }
.policy-shell h1 { margin: 0; color: var(--green); font-family: var(--font-display); font-size: clamp(48px, 7vw, 70px); font-weight: 600; line-height: 1; }
.policy-shell h2 { margin: 34px 0 7px; color: var(--green); font-family: var(--font-display); font-size: 27px; }
.policy-shell p, .policy-shell li { color: #4c5865; }
.policy-shell ul { padding-left: 22px; }

.site-footer { padding: 30px 22px; background: var(--green-dark); color: rgba(255, 255, 255, .7); text-align: center; font-size: 12px; }
.site-footer p { margin: 5px 0; }
.site-footer a { color: #fff; }
.site-footer .legal { color: rgba(255, 255, 255, .5); }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .camera { animation: none; transform: translate(0, 48px) scale(1.16); }
  .button { transition: none; }
}

@media (max-width: 960px) {
  .hero-copy-block { grid-template-columns: 1fr auto; grid-template-areas: "headline actions" "copy copy"; }
  .hero-actions { flex-direction: column; }
  .nav-links { display: none; position: fixed; inset: 72px 0 auto; padding: 22px; flex-direction: column; align-items: flex-start; background: var(--paper); border-bottom: 1px solid var(--line); box-shadow: 0 18px 35px rgba(25, 78, 44, .12); }
  .nav-links.open { display: flex; }
  .menu-button { display: block; }
  .service-grid, .maps-grid { grid-template-columns: 1fr 1fr; }
  .service-card:last-child, .map-card:last-child { grid-column: 1 / -1; }
  .quote-intro { grid-template-columns: 1fr; gap: 18px; }
  .phone-card { max-width: 380px; }
  .video-guide { grid-template-columns: minmax(290px, .82fr) minmax(0, 1.18fr); }
  .guide-copy ol { grid-template-columns: 1fr; gap: 12px; }
  .primary-form-grid, .secondary-form-grid, .form-actions { grid-template-columns: 1fr; }
  .primary-form-grid .form-section:first-child, .secondary-form-grid .form-section:first-child { padding-right: 0; border-right: 0; border-bottom: 1px solid var(--line); }
}

@media (max-width: 680px) {
  .shell { width: min(100% - 24px, 1180px); }
  .section { padding: 58px 0; }
  .site-header { min-height: 66px; padding: 8px 13px; }
  .brand { font-size: 14px; letter-spacing: .08em; }
  .brand img { width: 43px; height: 43px; }
  .quote-page .brand span, .simple-page .brand span { display: none; }
  .header-phone, .header-quote { display: none; }
  .nav-links { inset-block-start: 66px; }
  .home-hero { min-height: 0; display: block; padding-top: 420px; background: var(--green-dark) url("../hero.jpg") 45% top / auto 420px no-repeat; }
  .home-hero::before { height: 420px; inset: 0 0 auto; background: linear-gradient(0deg, var(--green-dark) 0%, rgba(18, 61, 35, .45) 12%, transparent 34%); }
  .hero-kicker { top: 40px; font-size: 13px; letter-spacing: .1em; }
  .hero-content { padding: 28px 0 36px; }
  .hero-copy-block { width: 100%; margin-left: 0; display: flex; flex-direction: column; align-items: flex-start; text-align: left; }
  .hero-actions { flex-direction: row; justify-content: flex-start; }
  .hero-content h1 { font-size: 54px; }
  .hero-copy { font-size: 16px; }
  .service-grid, .maps-grid, .experience-grid, .contact-panel { grid-template-columns: 1fr; }
  .service-card:last-child, .map-card:last-child { grid-column: auto; }
  .experience-grid { gap: 30px; }
  .contact-panel { padding: 28px 22px; gap: 28px; }
  .contact-item { flex-direction: column; gap: 3px; }
  .contact-item strong { text-align: left; }
  .contact-phone-actions { justify-items: start; }
  .quote-intro { padding-block: 27px 21px; }
  .quote-intro h1 { font-size: 47px; }
  .phone-card { display: none; }
  .video-guide { grid-template-columns: 1fr; }
  .motion-demo { min-height: 220px; }
  .guide-copy, .estimate-card { padding: 22px 18px; }
  .guide-copy ol { grid-template-columns: 1fr; }
  .form-heading { align-items: flex-start; flex-direction: column; gap: 7px; }
  .contact-fields, .vehicle-fields, .optional-grid { grid-template-columns: 1fr; }
  .upload-box { min-height: 180px; }
  .panel-grid { grid-template-columns: repeat(2, 1fr); }
  .thanks-shell { padding-top: 54px; }
  .next-steps { grid-template-columns: 1fr; }
  .next-steps div { min-height: auto; }
  .thanks-actions { flex-direction: column; gap: 13px; }
}
