/*
Theme Name: Raptor Plumbing Live
Theme URI: https://raptorplumbingllc.com
Author: Apollo Solutions
Description: Custom production theme for Raptor Plumbing LLC.
Version: 1.0.6
Requires at least: 6.0
Requires PHP: 8.0
Text Domain: raptor-plumbing-live
*/

:root {
  --ink: #101212;
  --ink-2: #191c1c;
  --muted: #606767;
  --line: #dfe3df;
  --paper: #f7f5ef;
  --white: #ffffff;
  --blue: #1677e8;
  --blue-dark: #0b55ad;
  --green: #77a936;
  --green-dark: #47701f;
  --lime: #b4db5d;
  --shadow: 0 24px 70px rgba(16, 18, 18, .12);
  --radius: 22px;
  --section-heading-space: 52px;
  --content-grid-gap: 80px;
  --font-display: "Barlow Condensed", "Roboto Condensed", "Arial Narrow", sans-serif;
  --font-body: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--paper); color: var(--ink); font-family: var(--font-body); line-height: 1.6; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 110px 0; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 9999; padding: 10px 14px; background: var(--white); transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }

.topbar { background: var(--ink); color: #e7e9e6; font-size: .82rem; }
.topbar-inner { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.topbar strong { color: var(--lime); }
.topbar-actions { display: flex; gap: 10px; align-items: center; }
.topbar a:hover { color: var(--lime); }

.site-header { position: sticky; top: 0; z-index: 1000; background: rgba(247, 245, 239, .92); border-bottom: 1px solid rgba(16,18,18,.08); backdrop-filter: blur(18px); }
.nav-wrap { height: 82px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 11px; }

.brand-picture { display: block; line-height: 0; }
.brand-logo { width: auto; height: 72px; object-fit: contain; object-position: left center; }
.footer-brand .brand-logo { height: 116px; filter: drop-shadow(0 10px 24px rgba(0,0,0,.38)); }
.brand-mark { width: 44px; height: 44px; border-radius: 10px 4px 10px 4px; display: grid; place-items: center; background: linear-gradient(135deg, var(--blue), var(--blue-dark)); color: var(--white); font: 800 1.8rem/1 var(--font-display); transform: skew(-6deg); box-shadow: 0 7px 20px rgba(22,119,232,.24); }
.brand-text { display: flex; flex-direction: column; line-height: .85; }
.brand-text strong { font: 800 1.65rem/1 var(--font-display); letter-spacing: .04em; }
.brand-text small { margin-top: 6px; color: var(--green-dark); font-size: .63rem; font-weight: 800; letter-spacing: .24em; }
.primary-nav { display: flex; align-items: center; gap: 29px; font-size: .91rem; font-weight: 700; }
.primary-nav > a:not(.nav-cta) { position: relative; }
.primary-nav > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; bottom: -8px; width: 100%; height: 2px; background: var(--blue); transform: scaleX(0); transform-origin: left; transition: transform .2s; }
.primary-nav > a:hover::after { transform: scaleX(1); }
.nav-cta { padding: 12px 18px; color: var(--white); background: var(--ink); border-radius: 999px; }
.nav-cta:hover { background: var(--blue); }
.menu-button { display: none; width: 44px; height: 44px; border: 0; background: transparent; padding: 8px; }
.menu-button span:not(.sr-only) { display: block; height: 2px; background: var(--ink); margin: 6px 0; }

.hero { position: relative; overflow: hidden; background: var(--ink); color: var(--white); padding: 92px 0 94px; }
.hero::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px); background-size: 40px 40px; mask-image: linear-gradient(to right, black, transparent 72%); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(15px); opacity: .22; }
.hero-glow-one { width: 420px; height: 420px; background: var(--blue); right: 3%; top: -220px; }
.hero-glow-two { width: 360px; height: 360px; background: var(--green); left: -220px; bottom: -250px; }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.06fr .94fr; align-items: center; gap: 74px; }
.eyebrow { display: flex; align-items: center; gap: 11px; color: #c9cdca; font-size: .76rem; text-transform: uppercase; font-weight: 800; letter-spacing: .16em; }
.eyebrow span { width: 30px; height: 2px; background: var(--blue); }
.eyebrow.dark { color: var(--green-dark); }
.hero h1, .section-heading h2, .why-copy h2, .lead-copy h2, .area-copy h2, .final-cta h2 { margin: 20px 0 24px; font: 800 clamp(3.4rem, 7vw, 6.4rem)/.88 var(--font-display); text-transform: uppercase; letter-spacing: -.025em; }
.hero h1 {
  margin: 18px 0 22px;
  font-size: clamp(4rem, 6vw, 5.85rem);
  line-height: .79;
  letter-spacing: -.02em;
  word-spacing: .035em;
}
.hero-title-line { display: block; white-space: nowrap; line-height: inherit; }
.hero h1 > .hero-title-line + .hero-title-line { margin-top: -.035em; }
.hero h1 em { display: block; margin-top: -.025em; }
.hero h1 em .hero-title-line + .hero-title-line { margin-top: -.055em; }
.hero h1 em, .section-heading h2 em, .area-copy h2 em { color: var(--blue); font-style: normal; }
.hero-lead { max-width: 660px; color: #c6cac7; font-size: 1.08rem; line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin: 34px 0 40px; }
.button { min-height: 52px; display: inline-flex; justify-content: center; align-items: center; gap: 10px; padding: 0 23px; border: 1px solid transparent; border-radius: 999px; font-weight: 800; transition: transform .2s, background .2s, border-color .2s; }
.button:hover { transform: translateY(-2px); }
.button svg { width: 20px; height: 20px; fill: currentColor; }
.button-primary { background: var(--blue); color: var(--white); box-shadow: 0 12px 30px rgba(22,119,232,.28); }
.button-primary:hover { background: #2f8cff; }
.button-secondary { color: var(--white); border-color: rgba(255,255,255,.25); background: rgba(255,255,255,.04); }
.button-secondary:hover { border-color: var(--lime); }
.trust-strip { max-width: 630px; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.12); display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.trust-strip div { display: flex; flex-direction: column; }
.trust-strip strong { font: 800 1.8rem/1 var(--font-display); color: var(--lime); }
.trust-strip span { margin-top: 7px; color: #aeb4b0; font-size: .72rem; text-transform: uppercase; letter-spacing: .08em; }
.hero-image-frame { position: relative; min-height: 560px; margin-left: auto; border: 1px solid rgba(255,255,255,.15); border-radius: 130px 18px 130px 18px; overflow: hidden; box-shadow: 0 35px 90px rgba(0,0,0,.42); }
.hero-image-frame::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(16,18,18,.65), transparent 50%); pointer-events: none; }
.hero-image-frame img { width: 100%; height: 100%; min-height: 560px; object-fit: cover; object-position: 50% 58%; }
.availability-card { position: absolute; z-index: 2; left: 24px; bottom: 24px; right: 90px; display: flex; align-items: center; gap: 13px; padding: 15px 18px; background: rgba(255,255,255,.94); color: var(--ink); border-radius: 14px; backdrop-filter: blur(10px); }
.availability-card div { display: flex; flex-direction: column; }
.availability-card strong { font-size: .9rem; }
.availability-card small { color: var(--muted); }
.pulse { width: 10px; height: 10px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 7px rgba(119,169,54,.15); }
.experience-badge { position: absolute; z-index: 3; right: -3px; bottom: 22px; width: 100px; height: 100px; display: grid; place-content: center; text-align: center; background: var(--blue); color: var(--white); border-radius: 50%; border: 7px solid var(--ink); }
.experience-badge strong { font: 800 2rem/1 var(--font-display); }
.experience-badge span { font-size: .61rem; text-transform: uppercase; line-height: 1.1; letter-spacing: .08em; }

.problem-bar { background: var(--blue); color: var(--white); padding: 18px 0; }
.problem-bar .container { display: flex; align-items: center; gap: 25px; }
.problem-bar p { margin: 0; white-space: nowrap; font-weight: 800; }
.problem-scroller { display: flex; gap: 10px; overflow-x: auto; scrollbar-width: none; }
.problem-chip { white-space: nowrap; border: 1px solid rgba(255,255,255,.4); color: var(--white); background: rgba(255,255,255,.07); border-radius: 999px; padding: 9px 14px; font-size: .82rem; font-weight: 700; }
.problem-chip:hover { background: var(--white); color: var(--ink); }

.section-heading h2, .area-copy h2 { font-size: clamp(3rem, 5.2vw, 5.1rem); color: var(--ink); }
.split-heading { display: grid; grid-template-columns: 1.15fr .75fr; gap: var(--content-grid-gap); align-items: end; margin-bottom: var(--section-heading-space); }
.split-heading p { color: var(--muted); margin-bottom: 28px; font-size: 1rem; }
.services-section { background: var(--paper); }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.service-card { position: relative; min-height: 330px; padding: 34px 28px 28px; background: var(--white); border: 1px solid var(--line); border-radius: 18px; display: flex; flex-direction: column; overflow: hidden; transition: transform .25s, box-shadow .25s, border-color .25s; }
.service-card::after { content: ""; position: absolute; inset: auto -35px -60px auto; width: 120px; height: 120px; border: 18px solid rgba(119,169,54,.08); border-radius: 50%; }
.service-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); border-color: transparent; }
.service-card.featured { background: var(--ink); color: var(--white); border-color: var(--ink); }
.service-number { position: absolute; right: 24px; top: 22px; color: #c8ceca; font: 700 .78rem var(--font-body); }
.service-icon { width: 54px; height: 54px; display: grid; place-items: center; border-radius: 15px; background: rgba(119,169,54,.13); color: var(--green-dark); font-size: 1.35rem; }
.featured .service-icon { background: rgba(22,119,232,.16); color: var(--blue); }
.service-card h3 { margin: 55px 0 12px; font: 800 1.85rem/1 var(--font-display); text-transform: uppercase; }
.service-card p { color: var(--muted); font-size: .9rem; }
.featured p { color: #aeb4b0; }
.service-card button { margin-top: auto; padding: 18px 0 0; border: 0; border-top: 1px solid var(--line); background: transparent; text-align: left; color: var(--ink); font-weight: 800; font-size: .82rem; }
.featured button { color: var(--white); border-color: rgba(255,255,255,.13); }
.service-card button span { float: right; color: var(--blue); }

.why-section { background: var(--ink); color: var(--white); overflow: hidden; }
.why-grid { display: grid; grid-template-columns: .93fr 1.07fr; gap: var(--content-grid-gap); align-items: center; }
.project-stack { position: relative; min-height: 650px; }
.project-main { width: 80%; height: 590px; object-fit: cover; border-radius: 24px 100px 24px 24px; }
.project-mini { position: absolute; right: 0; bottom: 0; width: 49%; padding: 10px; background: var(--white); border-radius: 18px; box-shadow: 0 25px 70px rgba(0,0,0,.4); }
.project-mini img { height: 190px; width: 100%; object-fit: cover; border-radius: 12px; }
.project-caption { padding: 12px 8px 5px; display: flex; flex-direction: column; color: var(--ink); }
.project-caption strong { font: 800 1.3rem var(--font-display); text-transform: uppercase; }
.project-caption span { font-size: .75rem; color: var(--muted); }
.why-copy h2, .lead-copy h2 { font-size: clamp(3.2rem, 5vw, 5.25rem); }
.why-copy > p { color: #b9bfbb; font-size: 1rem; max-width: 620px; }
.why-list { margin: 35px 0; }
.why-list div { display: grid; grid-template-columns: 50px 1fr; gap: 18px; padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.11); }
.why-list span { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; background: rgba(22,119,232,.13); color: var(--blue); font: 800 .8rem var(--font-body); }
.why-list p { margin: 4px 0 0; color: #c4c9c5; }
.why-list strong { color: var(--white); }
.text-link { display: inline-flex; gap: 30px; color: var(--lime); font-weight: 800; border-bottom: 1px solid rgba(180,219,93,.35); padding-bottom: 7px; }

.reviews-section { background: #eef0ea; }
.section-heading.centered { text-align: center; margin-bottom: var(--section-heading-space); }
.section-heading.centered .eyebrow { justify-content: center; }
.reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; align-items: center; }
.review-card { min-height: 310px; padding: 32px; background: var(--white); border-radius: var(--radius); border: 1px solid var(--line); display: flex; flex-direction: column; }
.review-card.elevated { min-height: 355px; box-shadow: var(--shadow); border-top: 5px solid var(--blue); }
.stars { color: var(--blue); letter-spacing: .12em; }
.review-card blockquote { margin: 28px 0; color: #323737; font: 600 1.02rem/1.75 var(--font-body); }
.review-person { display: flex; gap: 12px; align-items: center; margin-top: auto; }
.review-person > span { width: 42px; height: 42px; border-radius: 50%; background: var(--ink); color: var(--white); display: grid; place-items: center; font-weight: 800; }
.review-person div { display: flex; flex-direction: column; }
.review-person small { color: var(--muted); }
.review-cta { text-align: center; margin-top: 34px; }
.review-cta a { display: inline-flex; gap: 12px; font-weight: 800; border-bottom: 1px solid var(--ink); }

.lead-section { background: linear-gradient(140deg, #1a1d1c, #0f1111); color: var(--white); }
.lead-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: var(--content-grid-gap); align-items: start; }
.lead-copy { position: sticky; top: 130px; }
.lead-copy > p { color: #b9bfbb; font-size: 1.02rem; }
.routing-card { margin: 35px 0; padding: 18px; display: flex; gap: 15px; align-items: center; border: 1px solid rgba(255,255,255,.12); border-radius: 16px; background: rgba(255,255,255,.04); }
.routing-icon { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 13px; background: var(--blue); font-size: 1.3rem; }
.routing-card div:last-child { display: flex; flex-direction: column; }
.routing-card span { color: #aeb4b0; font-size: .74rem; }
.direct-contact { padding-top: 25px; border-top: 1px solid rgba(255,255,255,.12); display: flex; flex-direction: column; gap: 7px; }
.direct-contact p { margin: 0; color: #aeb4b0; font-size: .78rem; text-transform: uppercase; letter-spacing: .12em; }
.direct-contact a { font: 800 1.45rem var(--font-display); color: var(--lime); }
.lead-form { padding: 34px; border-radius: 24px; background: var(--white); color: var(--ink); box-shadow: 0 35px 90px rgba(0,0,0,.28); }
.form-progress { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-bottom: 25px; }
.form-progress span { height: 4px; background: #e7e9e6; border-radius: 10px; }
.form-progress span:first-child { background: var(--blue); }
.form-heading { display: flex; justify-content: space-between; align-items: baseline; gap: 15px; margin-bottom: 25px; }
.form-heading strong { font: 800 2rem var(--font-display); text-transform: uppercase; }
.form-heading small { color: var(--muted); }
.form-row { margin-bottom: 15px; }
.two-col { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.lead-form label { display: flex; flex-direction: column; gap: 7px; margin-bottom: 15px; font-size: .78rem; font-weight: 800; }
.lead-form input, .lead-form select, .lead-form textarea { width: 100%; border: 1px solid #d9ddda; background: #fafaf8; color: var(--ink); border-radius: 11px; padding: 13px 14px; outline: none; transition: border-color .2s, box-shadow .2s; }
.lead-form input:focus, .lead-form select:focus, .lead-form textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 4px rgba(22,119,232,.1); }
.lead-form [aria-invalid="true"] { border-color: #c83131; }
.file-field { position: relative; padding: 16px; border: 1px dashed #cbd0cc; border-radius: 12px; display: grid !important; grid-template-columns: auto auto 1fr; align-items: center; gap: 12px !important; }
.file-field input { position: absolute; opacity: 0; pointer-events: none; }
.file-button { padding: 7px 10px; border-radius: 8px; background: #ecefea; font-size: .73rem; }
.file-field small { color: var(--muted); font-weight: 400; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.form-submit { width: 100%; border: 0; margin-top: 5px; }
.form-note { color: var(--muted); text-align: center; font-size: .69rem; }
.form-message { min-height: 0; margin-top: 12px; padding: 0; border-radius: 10px; font-size: .84rem; }
.form-message.success { min-height: auto; padding: 12px 14px; color: #214d14; background: #e9f4e1; }
.form-message.error { min-height: auto; padding: 12px 14px; color: #7b2020; background: #f8e9e9; }

.area-section { background: var(--paper); }
.area-grid { display: grid; grid-template-columns: .86fr 1.14fr; gap: var(--content-grid-gap); align-items: center; }
.area-copy p { color: var(--muted); max-width: 500px; }
.city-grid { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 30px; }
.city-grid span { padding: 8px 13px; border: 1px solid #ced3cf; border-radius: 999px; background: var(--white); font-size: .82rem; font-weight: 700; }
.area-map { position: relative; min-height: 520px; overflow: hidden; border-radius: 24px; background: #171b1a; box-shadow: var(--shadow); }
.map-grid { position: absolute; inset: -40px; opacity: .22; transform: rotate(-12deg); background-image: linear-gradient(rgba(255,255,255,.18) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.18) 1px, transparent 1px); background-size: 55px 55px; }
.map-grid::before, .map-grid::after { content: ""; position: absolute; height: 5px; width: 100%; background: rgba(22,119,232,.5); transform: rotate(23deg); top: 42%; }
.map-grid::after { transform: rotate(-31deg); top: 64%; background: rgba(119,169,54,.45); }
.map-ring { position: absolute; left: 50%; top: 50%; border: 1px solid rgba(180,219,93,.48); border-radius: 50%; transform: translate(-50%, -50%); }
.ring-one { width: 230px; height: 230px; }
.ring-two { width: 390px; height: 390px; opacity: .5; }
.map-pin { position: absolute; left: 50%; top: 50%; display: flex; flex-direction: column; align-items: center; transform: translate(-50%, -50%); text-align: center; color: var(--white); }
.map-pin > span { width: 26px; height: 26px; margin-bottom: 11px; background: var(--blue); border: 7px solid rgba(255,255,255,.95); border-radius: 50% 50% 50% 0; transform: rotate(-45deg); box-shadow: 0 0 0 10px rgba(22,119,232,.16); }
.map-pin strong { font: 800 1.3rem var(--font-display); text-transform: uppercase; }
.map-pin small { color: #abb2ad; }
.map-label { position: absolute; color: #cbd0cc; font-size: .7rem; text-transform: uppercase; letter-spacing: .1em; }
.label-one { right: 17%; top: 23%; }
.label-two { left: 14%; top: 42%; }
.label-three { right: 12%; bottom: 27%; }
.label-four { left: 23%; bottom: 15%; }

.final-cta { padding: 70px 0; background: var(--blue); color: var(--white); }
.final-cta-inner { display: flex; justify-content: space-between; align-items: center; gap: 40px; }
.final-cta span { font-size: .77rem; text-transform: uppercase; letter-spacing: .13em; font-weight: 800; }
.final-cta h2 { margin: 10px 0 0; font-size: clamp(2.6rem, 4.5vw, 4.5rem); }
.final-actions { display: flex; gap: 12px; flex-shrink: 0; }
.button-light { background: var(--ink); color: var(--white); border-color: var(--ink); box-shadow: 0 12px 28px rgba(16,18,18,.22); }
.button-light:hover { background: var(--blue-dark); border-color: var(--blue-dark); }
.button-outline-light { border-color: rgba(255,255,255,.6); color: var(--white); }

.site-footer { background: #0a0c0c; color: var(--white); padding: 70px 0 25px; }
.footer-grid { display: grid; grid-template-columns: 1.35fr repeat(3, 1fr); gap: 55px; }
.footer-brand .brand-text small { color: var(--lime); }
.footer-grid > div { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; }
.footer-grid p, .footer-grid span, .footer-grid a { color: #9da49f; font-size: .82rem; }
.footer-grid strong { margin-bottom: 7px; font-size: .78rem; text-transform: uppercase; letter-spacing: .12em; }
.footer-grid a:hover { color: var(--lime); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 55px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); color: #777f79; font-size: .72rem; }
.mobile-bar { display: none; }
.mobile-services-toggle { display: none; }


/* WordPress contrast hardening — explicit colors for every dark surface.
   This prevents global/theme styles from forcing black text onto dark sections. */
#top.hero,
#why-us.why-section,
#request-service.lead-section,
.final-cta,
.site-footer,
.topbar {
  color: #ffffff !important;
}

#top.hero .eyebrow,
#top.hero h1,
#why-us .why-copy .eyebrow,
#why-us .why-copy h2,
#why-us .why-list strong,
#request-service .lead-copy .eyebrow,
#request-service .lead-copy h2,
#request-service .routing-card strong,
.final-cta span,
.final-cta h2,
.site-footer strong,
.topbar a,
.topbar span {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

#top.hero h1 em,
#top.hero h1 em .hero-title-line {
  color: var(--blue) !important;
  -webkit-text-fill-color: var(--blue) !important;
}

#top.hero .hero-lead,
#top.hero .trust-strip span,
#why-us .why-copy > p,
#why-us .why-list p,
#request-service .lead-copy > p,
#request-service .routing-card span,
#request-service .direct-contact p,
.site-footer .footer-grid p,
.site-footer .footer-grid span,
.site-footer .footer-grid a,
.site-footer .footer-bottom {
  color: #c4c9c5 !important;
  -webkit-text-fill-color: #c4c9c5 !important;
}

#why-us .text-link,
#request-service .direct-contact a,
.topbar strong {
  color: var(--lime) !important;
  -webkit-text-fill-color: var(--lime) !important;
}

#why-us .why-list div,
#request-service .routing-card,
#request-service .direct-contact,
.site-footer .footer-bottom {
  border-color: rgba(255,255,255,.12) !important;
}

.service-card.featured,
.service-card.featured h3,
.service-card.featured button {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

.final-cta .button-outline-light {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

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

@media (max-width: 1000px) {
  .primary-nav { gap: 17px; }
  .hero-grid, .why-grid, .lead-grid, .area-grid { gap: 45px; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1.2fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2 / 4; }
}

@media (max-width: 820px) {
  body { padding-bottom: 66px; }
  .topbar-inner > span { display: none; }
  .topbar-inner { justify-content: center; }
  .menu-button { display: block; }
  .primary-nav { position: absolute; top: 82px; left: 0; right: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; background: var(--paper); padding: 10px 20px 22px; border-bottom: 1px solid var(--line); box-shadow: 0 18px 30px rgba(16,18,18,.12); }
  .primary-nav.open { display: flex; }
  .primary-nav a { padding: 13px 4px; }
  .nav-cta { text-align: center; margin-top: 7px; }
  .hero { padding-top: 70px; }
  .hero-grid, .why-grid, .lead-grid, .area-grid { grid-template-columns: 1fr; }
  .hero-image-frame { min-height: 480px; width: 100%; }
  .hero-image-frame img { min-height: 480px; }
  .split-heading { grid-template-columns: 1fr; gap: 0; }
  .reviews-grid { grid-template-columns: 1fr; }
  .review-card, .review-card.elevated { min-height: 0; }
  .project-stack { min-height: 590px; }
  .lead-copy { position: static; }
  .area-copy { order: 1; }
  .area-map { order: 2; min-height: 440px; }
  .final-cta-inner { flex-direction: column; align-items: flex-start; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: auto; }
  .mobile-bar { position: fixed; z-index: 1100; left: 0; right: 0; bottom: 0; display: grid; grid-template-columns: repeat(3, 1fr); min-height: 64px; background: var(--white); border-top: 1px solid var(--line); box-shadow: 0 -8px 25px rgba(16,18,18,.12); }
  .mobile-bar a { display: flex; flex-direction: column; align-items: center; justify-content: center; font-size: .72rem; font-weight: 800; }
  .mobile-bar a:last-child { background: var(--blue); color: var(--white); }
}

@media (max-width: 600px) {
  .container { width: min(100% - 28px, 1180px); }
  .section { padding: 78px 0; }
  .nav-wrap { height: 70px; }
  .primary-nav { top: 70px; }
  .brand-logo { height: 56px; }
  .footer-brand .brand-logo { height: 98px; }
  .hero h1 { font-size: clamp(3rem, 14.5vw, 4.2rem); }
  .hero-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .button { padding-inline: 15px; }
  .trust-strip { gap: 8px; }
  .trust-strip strong { font-size: 1.45rem; }
  .trust-strip span { font-size: .58rem; }
  .hero-image-frame { min-height: 410px; border-radius: 70px 16px 70px 16px; }
  .hero-image-frame img { min-height: 410px; }
  .availability-card { left: 13px; right: 58px; bottom: 13px; padding: 12px; }
  .availability-card small { font-size: .65rem; }
  .experience-badge { width: 78px; height: 78px; border-width: 5px; right: -3px; bottom: 10px; }
  .experience-badge strong { font-size: 1.55rem; }
  .problem-bar .container { display: block; }
  .problem-bar p { margin-bottom: 10px; }
  .services-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 285px; }
  .section-heading h2, .area-copy h2, .why-copy h2, .lead-copy h2 { font-size: clamp(2.9rem, 13vw, 4rem); }
  .project-stack { min-height: 485px; }
  .project-main { height: 455px; width: 88%; }
  .project-mini { width: 55%; }
  .project-mini img { height: 135px; }
  .lead-form { padding: 22px 18px; }
  .two-col { grid-template-columns: 1fr; gap: 0; }
  .form-heading { flex-direction: column; gap: 0; }
  .file-field { grid-template-columns: 1fr auto; }
  .file-field small { grid-column: 1 / -1; }
  .final-actions { width: 100%; display: grid; grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
}



/* Aaron approval pass — compact mobile experience */
@media (max-width: 600px) {
  body { padding-bottom: 60px; }
  .topbar { display: none; }
  .site-header { top: 0; }
  .nav-wrap { height: 64px; }
  .primary-nav { top: 64px; }
  .brand-logo { height: 50px; }
  .container { width: min(100% - 24px, 1180px); }
  .section { padding: 48px 0; }

  .hero { padding: 38px 0 42px; }
  .hero-grid { gap: 28px; }
  .eyebrow { font-size: .66rem; letter-spacing: .12em; }
  .hero h1 {
    margin: 14px 0 17px;
    font-size: clamp(2.7rem, 12.2vw, 3.5rem);
    line-height: .81;
    letter-spacing: -.018em;
    word-spacing: .03em;
  }
  .hero h1 > .hero-title-line + .hero-title-line { margin-top: -.025em; }
  .hero h1 em { margin-top: -.015em; }
  .hero h1 em .hero-title-line + .hero-title-line { margin-top: -.04em; }
  .hero h1 > .hero-title-line { white-space: normal; }
  .hero-actions .button { min-width: 0; white-space: nowrap; font-size: .76rem; }
  .hero-lead { font-size: .91rem; line-height: 1.52; }
  .hero-actions { margin: 22px 0 24px; gap: 9px; }
  .button { min-height: 46px; padding-inline: 13px; font-size: .8rem; }
  .trust-strip { padding-top: 17px; gap: 6px; }
  .trust-strip strong { font-size: 1.35rem; }
  .trust-strip span { margin-top: 4px; font-size: .54rem; }
  .hero-image-frame, .hero-image-frame img { min-height: 292px; }
  .hero-image-frame { border-radius: 54px 14px 54px 14px; }
  .availability-card { left: 10px; right: 50px; bottom: 10px; padding: 9px 10px; gap: 9px; }
  .availability-card strong { font-size: .76rem; }
  .availability-card small { font-size: .58rem; }
  .experience-badge { width: 66px; height: 66px; bottom: 7px; }
  .experience-badge strong { font-size: 1.25rem; }
  .experience-badge span { font-size: .48rem; }

  .problem-bar { padding: 10px 0; }
  .problem-bar p { display: none; }
  .problem-scroller { gap: 7px; }
  .problem-chip { padding: 7px 11px; font-size: .72rem; }

  .split-heading { margin-bottom: 24px; }
  .split-heading p { margin: 0; font-size: .88rem; line-height: 1.55; }
  .section-heading h2, .area-copy h2, .why-copy h2, .lead-copy h2 {
    margin: 14px 0 17px;
    font-size: clamp(2.5rem, 11vw, 3.35rem);
  }

  .services-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; }
  .service-card { min-height: 174px; padding: 16px 13px 13px; border-radius: 14px; }
  .service-card:nth-child(n+7) { display: none; }
  .services-grid.expanded .service-card:nth-child(n+7) { display: flex; }
  .service-card::after { width: 76px; height: 76px; border-width: 12px; }
  .service-number { right: 13px; top: 11px; font-size: .62rem; }
  .service-icon { width: 38px; height: 38px; border-radius: 10px; font-size: 1rem; }
  .service-card h3 { margin: 24px 0 4px; font-size: 1.12rem; line-height: 1.02; }
  .service-card p { display: none; }
  .service-card button { padding-top: 9px; font-size: .59rem; line-height: 1.2; }
  .mobile-services-toggle {
    width: 100%;
    margin-top: 11px;
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    border: 1px solid var(--line);
    border-radius: 12px;
    background: var(--white);
    color: var(--ink);
    font-weight: 800;
  }

  .project-stack { min-height: 265px; }
  .project-main { width: 100%; height: 265px; border-radius: 18px 54px 18px 18px; }
  .project-mini { display: none; }
  .why-grid { gap: 28px; }
  .why-copy > p { font-size: .9rem; line-height: 1.55; }
  .why-list { margin: 19px 0; }
  .why-list div { grid-template-columns: 31px 1fr; gap: 10px; padding: 10px 0; }
  .why-list span { width: 28px; height: 28px; font-size: .66rem; }
  .why-list p { margin-top: 1px; font-size: .83rem; line-height: 1.45; }

  .section-heading.centered { margin-bottom: 24px; }
  .reviews-grid {
    display: flex;
    gap: 11px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    padding: 2px 1px 8px;
  }
  .reviews-grid::-webkit-scrollbar { display: none; }
  .review-card, .review-card.elevated {
    flex: 0 0 82%;
    min-height: 245px;
    padding: 23px;
    scroll-snap-align: start;
  }
  .review-card blockquote { margin: 19px 0; font-size: .91rem; line-height: 1.58; }
  .review-cta { margin-top: 20px; }

  .lead-grid { gap: 25px; }
  .lead-copy > p { font-size: .9rem; line-height: 1.55; }
  .routing-card { margin: 19px 0; padding: 13px; }
  .routing-icon { width: 39px; height: 39px; border-radius: 10px; }
  .routing-card span { font-size: .67rem; }
  .direct-contact { padding-top: 16px; display: grid; grid-template-columns: 1fr 1fr; gap: 5px 12px; }
  .direct-contact p { grid-column: 1 / -1; }
  .direct-contact a { font-size: 1.05rem; }
  .lead-form { padding: 20px 16px; border-radius: 18px; }
  .form-progress { margin-bottom: 17px; }
  .form-heading { margin-bottom: 16px; }
  .form-heading strong { font-size: 1.65rem; }
  .lead-form label { margin-bottom: 10px; gap: 5px; }
  .lead-form input, .lead-form select, .lead-form textarea { padding: 10px 11px; border-radius: 9px; }
  .lead-form textarea { min-height: 84px; }
  .file-field { padding: 12px; }
  .form-note { margin-bottom: 0; }

  .city-grid { gap: 6px; margin-top: 18px; }
  .city-grid span { padding: 6px 9px; font-size: .7rem; }
  .area-map { display: none; }
  .area-copy { order: initial; }

  .final-cta { padding: 39px 0; }
  .final-cta h2 { font-size: 2.55rem; }
  .final-actions { gap: 8px; }

  .site-footer { padding: 44px 0 18px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 23px 18px; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
  .footer-grid > div:nth-child(3) { display: none; }
  .footer-bottom { margin-top: 27px; padding-top: 16px; gap: 5px; }
  .mobile-bar { min-height: 58px; }
}

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

.raptor-honeypot{position:absolute!important;left:-9999px!important;opacity:0!important;pointer-events:none!important}
@media (max-width: 640px) {
  .hero-image-frame img { object-position: 50% 61%; }
}

