:root {
  --ink: #0c0c0e;
  --charcoal: #17171a;
  --warm-white: #f7f4f1;
  --soft: #eee8e4;
  --pink: #e8197a;
  --deep-pink: #c0145f;
  --body: #181619;
  --muted: #777176;
  --dark-muted: #b8b1b6;
  --line-dark: rgba(255,255,255,.12);
  --line-light: rgba(24,22,25,.12);
  --display: "Bebas Neue", Impact, sans-serif;
  --body-font: "Barlow", Arial, sans-serif;
  --shell: 1280px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 78px; }
body { margin: 0; background: var(--ink); color: #fff; font-family: var(--body-font); font-size: 17px; line-height: 1.62; overflow-x: hidden; }
body.menu-open, body.lightbox-open { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
:focus-visible { outline: 3px solid #fff; outline-offset: 4px; box-shadow: 0 0 0 6px var(--pink); }
.shell { width: min(calc(100% - 96px), var(--shell)); margin-inline: auto; }
.skip-link { position: fixed; top: 8px; left: 8px; transform: translateY(-180%); background: #fff; color: var(--ink); padding: 12px 16px; z-index: 999; border-radius: 8px; text-decoration: none; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; height: 72px; background: rgba(12,12,14,.18); transition: height .24s ease-out, background .24s ease-out, box-shadow .24s ease-out; }
.site-header.scrolled { height: 60px; background: rgba(12,12,14,.88); backdrop-filter: blur(18px); box-shadow: 0 1px 0 rgba(255,255,255,.08); }
.header-inner { height: 100%; display: flex; align-items: center; gap: 36px; }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; min-width: max-content; }
.brand img { width: 44px; height: 44px; object-fit: cover; object-position: center; border-radius: 50%; }
.brand span { font-family: var(--display); font-size: 22px; letter-spacing: .06em; line-height: 1; }
.brand b { color: var(--pink); font-weight: 400; }
.desktop-nav { display: flex; align-items: center; justify-content: flex-end; gap: 28px; margin-left: auto; }
.desktop-nav a { position: relative; color: #ddd7db; text-decoration: none; font-size: 14px; font-weight: 600; transition: color .2s ease; }
.desktop-nav a:hover, .desktop-nav a:focus-visible { color: #fff; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--pink); transition: right .2s ease; }
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after { right: 0; }
.header-actions { display: flex; align-items: center; gap: 12px; }
.header-call { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 0 18px; border-radius: 8px; background: var(--pink); color: #fff; text-decoration: none; font-weight: 700; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.header-call:hover { background: var(--deep-pink); transform: translateY(-1px); box-shadow: 0 10px 30px rgba(232,25,122,.25); }
.mobile-call, .menu-toggle, .mobile-menu { display: none; }

.hero { position: relative; min-height: 92vh; display: flex; align-items: center; padding: 130px 0 72px; overflow: hidden; background: var(--ink); }
.hero::before { content: ""; position: absolute; width: 720px; height: 720px; right: -280px; top: 5%; background: radial-gradient(circle, rgba(232,25,122,.18), rgba(232,25,122,0) 66%); pointer-events: none; }
.hero-grid { position: absolute; inset: 0; opacity: .28; background-image: linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px); background-size: 54px 54px; mask-image: linear-gradient(to bottom, #000, transparent 84%); }
.hero-layout { position: relative; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr); gap: clamp(48px, 6vw, 92px); align-items: center; }
.eyebrow { margin: 0 0 18px; color: var(--pink); font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: .16em; line-height: 1.4; }
.eyebrow span { color: currentColor; opacity: .55; margin: 0 8px; }
.on-dark { color: #ff75b6; }
.hero h1, h2 { margin: 0; font-family: var(--display); text-transform: uppercase; font-weight: 400; letter-spacing: .015em; line-height: .95; }
.hero h1 { max-width: 760px; font-size: clamp(72px, 7.4vw, 112px); }
.hero h1 em { background: linear-gradient(100deg, var(--pink) 10%, #ff8fc2 55%, #ffc4de 95%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; color: var(--pink); }
h1 em, h2 em { font-style: normal; color: var(--pink); }
.hero-intro { max-width: 620px; margin: 24px 0 0; color: var(--dark-muted); font-size: clamp(18px, 1.6vw, 20px); line-height: 1.62; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.hero-trust { display: flex; align-items: center; gap: 14px; margin-top: 30px; }
.hero-trust-photos { display: flex; }
.hero-trust-photos img { width: 40px; height: 40px; border-radius: 50%; object-fit: cover; border: 2px solid var(--ink); }
.hero-trust-photos img + img { margin-left: -12px; }
.hero-trust p { margin: 0; color: var(--dark-muted); font-size: 15px; font-weight: 600; }
.hero-stars { color: var(--pink); letter-spacing: .1em; margin-right: 6px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 54px; padding: 0 25px; border-radius: 8px; border: 1px solid transparent; text-decoration: none; font-size: 16px; font-weight: 700; cursor: pointer; transition: transform .2s ease, background .2s ease, box-shadow .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--pink); color: #fff; box-shadow: 0 14px 36px rgba(232,25,122,.22); }
.button-primary:hover { background: var(--deep-pink); box-shadow: 0 16px 38px rgba(232,25,122,.32); }
.button-secondary-dark { border-color: rgba(255,255,255,.24); color: #fff; background: rgba(255,255,255,.04); }
.button-secondary-dark:hover { border-color: rgba(255,255,255,.5); background: rgba(255,255,255,.08); box-shadow: 0 12px 30px rgba(0,0,0,.28); }

.inspection-card { position: relative; min-height: min(68vh, 680px); border-radius: 16px; overflow: hidden; background: #232326; box-shadow: 0 28px 80px rgba(0,0,0,.42); isolation: isolate; cursor: none; }
.inspection-card::after { content: ""; position: absolute; inset: 0; border: 1px solid rgba(255,255,255,.16); border-radius: inherit; pointer-events: none; z-index: 5; }
.inspection-base { position: absolute; inset: 0; background-image: url("job-doorway-damage.jpg"); background-size: cover; background-position: center 30%; }
.inspection-lens { position: absolute; z-index: 3; width: 220px; height: 220px; border-radius: 50%; border: 3px solid #fff; box-shadow: 0 10px 34px rgba(0,0,0,.4), 0 0 0 6px rgba(232,25,122,.2); background-image: url("job-doorway-damage.jpg"); background-repeat: no-repeat; pointer-events: none; opacity: 0; transition: opacity .18s ease; transform: translate(-50%,-50%); }
.inspection-card.lens-active .inspection-lens { opacity: 1; }
.inspection-label { position: absolute; z-index: 4; left: 18px; top: 18px; display: flex; align-items: center; gap: 9px; padding: 8px 11px; border-radius: 999px; background: rgba(12,12,14,.75); backdrop-filter: blur(10px); font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; }
.pulse-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--pink); box-shadow: 0 0 0 5px rgba(232,25,122,.18); animation: pulse-dot 2s ease-out infinite; }
@keyframes pulse-dot { 0% { box-shadow: 0 0 0 0 rgba(232,25,122,.4); } 70% { box-shadow: 0 0 0 8px rgba(232,25,122,0); } 100% { box-shadow: 0 0 0 0 rgba(232,25,122,0); } }
.inspection-caption { position: absolute; z-index: 4; left: 18px; right: 18px; bottom: 16px; margin: 0; color: #fff; font-size: 14px; font-weight: 600; text-shadow: 0 2px 8px rgba(0,0,0,.65); }

.trust-strip { position: relative; z-index: 2; background: var(--charcoal); border-top: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-item { display: flex; align-items: center; gap: 15px; min-height: 106px; padding: 20px 24px; border-right: 1px solid var(--line-dark); }
.trust-item:last-child { border-right: 0; }
.trust-item svg { width: 32px; height: 32px; fill: none; stroke: var(--pink); stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; flex: 0 0 auto; }
.trust-icon { display: grid; place-items: center; width: 38px; height: 38px; border: 1px solid rgba(232,25,122,.65); color: var(--pink); border-radius: 50%; font-family: var(--display); font-size: 22px; }
.trust-item p { margin: 0; line-height: 1.2; }
.trust-item strong, .trust-item span { display: block; }
.trust-item strong { font-family: var(--display); font-size: 24px; font-weight: 400; letter-spacing: .04em; }
.trust-item p span { margin-top: 3px; color: var(--dark-muted); font-size: 13px; }

.section-light { background: var(--warm-white); color: var(--body); }
.section-soft { background: var(--soft); color: var(--body); }
.section-dark { background: var(--ink); color: #fff; }
.services, .work, .about, .process, .reviews, .faq, .contact { padding: clamp(84px, 8.4vw, 120px) 0; }
.section-heading { margin-bottom: 52px; }
.section-heading h2, .about h2, .faq h2, .contact h2, .review-heading h2 { font-size: clamp(56px, 6vw, 76px); max-width: 860px; margin-bottom: 6px; }
.split-heading { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(280px, .7fr); gap: 64px; align-items: end; }
.split-heading > p { margin: 0 0 4px; color: var(--muted); max-width: 440px; font-size: 18px; }

.service-grid { display: grid; grid-template-columns: 1.08fr .92fr; grid-template-rows: auto auto; gap: 20px; }
.service-card { position: relative; border-radius: 14px; overflow: hidden; min-height: 310px; border: 1px solid var(--line-light); }
.service-feature { grid-row: span 2; min-height: 640px; color: #fff; }
.service-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.service-card:hover img { transform: scale(1.035); }
.service-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(12,12,14,.88), rgba(12,12,14,.08) 70%); }
.service-content { position: absolute; z-index: 2; inset: auto 28px 28px; }
.service-number { display: block; margin-bottom: 10px; color: var(--pink); font-family: var(--display); font-size: 22px; }
.service-card h3 { margin: 0; font-family: var(--display); font-size: clamp(34px, 3.1vw, 48px); line-height: .98; font-weight: 400; text-transform: uppercase; }
.service-card p { margin: 13px 0 18px; max-width: 560px; color: inherit; opacity: .86; line-height: 1.55; }
.service-card a { display: inline-flex; gap: 8px; align-items: center; color: inherit; font-weight: 700; text-decoration: none; }
.service-card a span { transition: transform .35s ease; }
.service-card a:hover span { transform: translateX(6px); }
.service-plain { display: grid; grid-template-columns: 86px 1fr; gap: 24px; align-items: center; background: #fff; padding: 32px; }
.service-plain .service-number { color: var(--pink); }
.service-plain h3 { font-size: clamp(30px, 2.8vw, 42px); }
.service-plain p { color: var(--muted); }
.line-icon { width: 76px; height: 76px; display: grid; place-items: center; border-radius: 50%; background: rgba(232,25,122,.08); }
.line-icon svg { width: 44px; height: 44px; fill: none; stroke: var(--pink); stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.service-image { color: #fff; }

.work-heading { display: grid; grid-template-columns: 1.1fr .9fr; column-gap: 64px; align-items: end; }
.work-heading .eyebrow { grid-column: 1 / -1; }
.work-heading h2 { color: #fff; }
.work-heading > p:last-child { margin: 0 0 5px; color: var(--dark-muted); max-width: 500px; }
.gallery-grid { display: grid; grid-template-columns: 1.15fr .85fr .85fr; grid-template-rows: 320px 320px; gap: 16px; }
.gallery-item { position: relative; overflow: hidden; padding: 0; border: 0; border-radius: 12px; background: #222; cursor: zoom-in; text-align: left; }
.gallery-large { grid-row: 1 / span 2; }
.gallery-item:nth-child(4) { grid-column: 2 / span 2; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; object-position: center; transition: transform .55s ease, filter .35s ease; }
.gallery-item:nth-child(1) img { object-position: center 30%; }
.gallery-item:nth-child(2) img { object-position: center 55%; }
.gallery-item:nth-child(3) img { object-position: center 68%; }
.gallery-item:nth-child(4) img { object-position: center 32%; }
.gallery-item::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(12,12,14,.88), transparent 52%); }
.gallery-item span { position: absolute; z-index: 2; left: 18px; right: 18px; bottom: 16px; font-weight: 700; }
.gallery-item:hover img { transform: scale(1.035); }
.gallery-item:focus-visible { outline-offset: 2px; }
.work-action { margin-top: 30px; }
.text-link { display: inline-flex; gap: 10px; align-items: center; font-weight: 700; text-decoration: none; }
.text-link span { transition: transform .3s ease; }
.text-link:hover span { transform: translateX(6px); }
.on-dark-link { color: #fff; }

.about-layout { display: grid; grid-template-columns: 1.08fr .92fr; gap: clamp(48px, 7vw, 94px); align-items: center; }
.about-image { position: relative; margin: 0; border-radius: 14px; overflow: hidden; background: var(--soft); }
.about-image img { width: 100%; aspect-ratio: 5 / 4; object-fit: cover; }
.about-image::before { content: ""; position: absolute; z-index: 2; left: 18px; top: 18px; width: 64px; height: 4px; background: var(--pink); }
.about-copy p:not(.eyebrow) { max-width: 610px; margin: 20px 0 0; color: var(--muted); font-size: 18px; }
.about-copy p:not(.eyebrow) + p:not(.eyebrow) { margin-top: 16px; }
.credential-list { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 12px 20px; margin-top: 36px; padding-top: 26px; border-top: 1px solid var(--line-light); }
.credential-list span { position: relative; padding-left: 20px; font-size: 14px; font-weight: 700; letter-spacing: .01em; }
.credential-list span::before { content: ""; position: absolute; left: 0; top: .62em; width: 8px; height: 2px; background: var(--pink); }

.process-path { position: relative; display: grid; grid-template-columns: repeat(4,1fr); gap: 26px; padding-top: 42px; }
.process-line { position: absolute; left: 6%; right: 6%; top: 64px; height: 2px; background: rgba(24,22,25,.16); overflow: hidden; }
.process-line span { display: block; width: 100%; height: 100%; background: var(--pink); transform: scaleX(0); transform-origin: left; transition: transform 1s ease-out; }
.process-path.active .process-line span { transform: scaleX(1); }
.process-step { position: relative; padding-top: 50px; }
.process-step > span { position: absolute; top: 0; left: 0; z-index: 2; display: grid; place-items: center; width: 46px; height: 46px; border-radius: 50%; background: var(--soft); border: 2px solid var(--pink); color: var(--pink); font-family: var(--display); font-size: 22px; }
.process-step h3 { margin: 18px 0 12px; font-family: var(--display); font-size: 34px; line-height: 1; text-transform: uppercase; font-weight: 400; }
.process-step p { margin: 0; color: var(--muted); }

.review-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 80px; align-items: center; }
.review-heading h2 { color: #fff; }
.featured-review { position: relative; margin: 0; padding: 44px; border-radius: 14px; background: var(--charcoal); border: 1px solid var(--line-dark); }
.featured-review::before { content: "\201C"; position: absolute; top: 22px; right: 32px; font-family: var(--display); font-size: 96px; line-height: 1; color: rgba(232,25,122,.14); pointer-events: none; }
.stars { color: var(--pink); letter-spacing: .12em; font-size: 20px; }
.featured-review > p { margin: 22px 0 30px; font-size: clamp(24px, 2.4vw, 34px); line-height: 1.35; font-weight: 500; }
.featured-review footer { color: var(--dark-muted); font-size: 14px; }
.featured-review footer span { margin: 0 8px; color: var(--pink); }

.faq-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 80px; align-items: start; }
.faq-intro { position: sticky; top: 100px; }
.faq-intro > p:last-child { max-width: 380px; color: var(--muted); }
.accordion { border-top: 1px solid var(--line-light); }
.faq-item { border-bottom: 1px solid var(--line-light); }
.faq-item button { width: 100%; display: flex; justify-content: space-between; align-items: center; gap: 24px; padding: 24px 0; border: 0; background: transparent; color: var(--body); text-align: left; font-size: 19px; font-weight: 700; cursor: pointer; transition: color .2s ease; }
.faq-item button:hover, .faq-item button:focus-visible { color: var(--pink); }
.faq-item i { position: relative; width: 22px; height: 22px; flex: 0 0 auto; }
.faq-item i::before, .faq-item i::after { content: ""; position: absolute; left: 50%; top: 50%; width: 16px; height: 2px; background: var(--pink); transform: translate(-50%,-50%); transition: transform .24s ease; }
.faq-item i::after { transform: translate(-50%,-50%) rotate(90deg); }
.faq-item button[aria-expanded="true"] i::after { transform: translate(-50%,-50%) rotate(0deg); }
.faq-answer { overflow: hidden; }
.faq-answer p { margin: -4px 0 24px; max-width: 720px; color: var(--muted); }

.contact { position: relative; overflow: hidden; }
.contact-glow { position: absolute; width: 700px; height: 700px; left: -320px; top: -160px; background: radial-gradient(circle, rgba(232,25,122,.18), transparent 68%); pointer-events: none; transform: translate3d(var(--glow-x,0), var(--glow-y,0), 0); transition: transform .12s linear; }
.contact-layout { position: relative; display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(56px, 8vw, 110px); align-items: start; }
.contact-copy > p:not(.eyebrow) { max-width: 520px; color: var(--dark-muted); font-size: 18px; }
.contact-methods { display: grid; gap: 12px; margin-top: 30px; }
.contact-methods a { display: block; padding: 16px 0; border-bottom: 1px solid var(--line-dark); text-decoration: none; }
.contact-methods span, .small-label { display: block; margin-bottom: 4px; color: var(--pink); font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .14em; }
.contact-methods strong { font-size: clamp(22px, 2vw, 28px); overflow-wrap: anywhere; }
.service-area { margin-top: 28px; }
.service-area p:last-child { margin: 0; color: var(--dark-muted); }
.service-area span { margin: 0 5px; color: var(--pink); }
.quote-form { padding: 32px; border-radius: 14px; background: var(--warm-white); color: var(--body); box-shadow: 0 30px 80px rgba(0,0,0,.28); }
.honeypot { position: absolute !important; left: -9999px !important; }
.form-row { display: grid; gap: 18px; }
.form-row.two-col { grid-template-columns: 1fr 1fr; }
.quote-form label { display: block; margin-bottom: 18px; }
.quote-form label > span { display: block; margin-bottom: 7px; font-size: 14px; font-weight: 700; }
.quote-form input, .quote-form select, .quote-form textarea { width: 100%; border: 1px solid rgba(24,22,25,.2); background: #fff; color: var(--body); border-radius: 8px; padding: 13px 14px; transition: border-color .2s ease, box-shadow .2s ease; }
.quote-form input, .quote-form select { min-height: 50px; }
.quote-form textarea { resize: vertical; min-height: 130px; }
.quote-form input:focus, .quote-form select:focus, .quote-form textarea:focus { outline: none; border-color: var(--pink); box-shadow: 0 0 0 4px rgba(232,25,122,.12); }
.form-submit { width: 100%; border: 0; }
.form-note { margin: 12px 0 0; color: var(--muted); font-size: 13px; text-align: center; }

.site-footer { position: relative; background: #08080a; border-top: 1px solid var(--line-dark); padding: 58px 0 28px; color: var(--dark-muted); }
.site-footer::before { content: ""; position: absolute; top: -1px; left: 0; width: 120px; height: 2px; background: var(--pink); }
.footer-grid { display: grid; grid-template-columns: 1.4fr .6fr .9fr .8fr; gap: 46px; }
.footer-logo { color: #fff; margin-bottom: 16px; }
.footer-brand > p { max-width: 360px; margin: 0; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; align-items: flex-start; gap: 7px; }
.footer-title { margin: 0 0 8px; color: #fff; font-weight: 700; }
.footer-grid a { color: var(--dark-muted); text-decoration: none; }
.footer-grid a:hover { color: #fff; }
.footer-grid p { margin: 0; }
.footer-bottom { display: flex; justify-content: space-between; gap: 24px; padding-top: 28px; margin-top: 40px; border-top: 1px solid var(--line-dark); font-size: 13px; }
.footer-bottom p { margin: 0; }

.mobile-action-bar { display: none; }
.lightbox[hidden] { display: none; }
.lightbox { position: fixed; inset: 0; z-index: 500; display: grid; place-items: center; padding: 24px; }
.lightbox-backdrop { position: absolute; inset: 0; background: rgba(5,5,7,.9); backdrop-filter: blur(8px); }
.lightbox-panel { position: relative; z-index: 2; max-width: min(1050px, 92vw); max-height: 90vh; }
.lightbox-panel img { max-width: 100%; max-height: 78vh; width: auto; margin: 0 auto; border-radius: 10px; box-shadow: 0 30px 80px rgba(0,0,0,.5); }
.lightbox-panel p { margin: 14px 48px 0 0; color: #fff; }
.lightbox-close { position: absolute; z-index: 3; right: -16px; top: -16px; width: 48px; height: 48px; border-radius: 50%; border: 1px solid rgba(255,255,255,.24); background: var(--charcoal); color: #fff; font-size: 30px; line-height: 1; cursor: pointer; }
.lightbox-nav { position: absolute; z-index: 3; top: 50%; transform: translateY(-50%); width: 52px; height: 52px; border-radius: 50%; border: 1px solid rgba(255,255,255,.24); background: rgba(23,23,26,.7); backdrop-filter: blur(8px); color: #fff; font-size: 28px; line-height: 1; cursor: pointer; display: grid; place-items: center; transition: background .2s ease, border-color .2s ease; }
.lightbox-nav:hover { background: var(--pink); border-color: var(--pink); }
.lightbox-prev { left: 16px; }
.lightbox-next { right: 16px; }
@media (max-width: 680px) {
  .lightbox-nav { width: 44px; height: 44px; font-size: 24px; }
  .lightbox-prev { left: 6px; }
  .lightbox-next { right: 6px; }
}

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

@media (max-width: 1120px) {
  .shell { width: min(calc(100% - 56px), var(--shell)); }
  .desktop-nav { gap: 20px; }
  .hero-layout { grid-template-columns: 1fr .82fr; gap: 42px; }
  .gallery-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 430px 280px 280px; }
  .gallery-large { grid-row: 1; grid-column: 1 / -1; }
  .gallery-item:nth-child(4) { grid-column: auto; }
  .review-layout, .faq-layout { gap: 54px; }
}

@media (max-width: 920px) {
  .desktop-nav, .desktop-only { display: none; }
  .mobile-call, .menu-toggle { display: inline-flex; }
  .header-inner { gap: 14px; }
  .header-actions { margin-left: auto; }
  .menu-toggle { width: 44px; height: 44px; border: 1px solid var(--line-dark); background: rgba(255,255,255,.04); border-radius: 8px; align-items: center; justify-content: center; flex-direction: column; gap: 6px; cursor: pointer; }
  .menu-toggle span { width: 18px; height: 2px; background: #fff; transition: transform .2s ease; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .mobile-menu { position: fixed; inset: 60px 0 0; display: flex; flex-direction: column; justify-content: center; gap: 10px; padding: 34px 28px; background: rgba(12,12,14,.98); }
  .mobile-menu[hidden] { display: none; }
  .mobile-menu a { padding: 10px 0; font-family: var(--display); font-size: 48px; line-height: 1; text-decoration: none; text-transform: uppercase; }
  .hero { min-height: auto; padding-top: 118px; }
  .hero-layout { grid-template-columns: 1fr; }
  .hero h1 { max-width: 820px; }
  .inspection-card { min-height: 620px; max-width: 720px; width: 100%; }
  .trust-grid { grid-template-columns: repeat(2,1fr); }
  .trust-item:nth-child(2) { border-right: 0; }
  .trust-item:nth-child(-n+2) { border-bottom: 1px solid var(--line-dark); }
  .split-heading, .work-heading, .about-layout, .review-layout, .faq-layout, .contact-layout { grid-template-columns: 1fr; }
  .split-heading, .work-heading { gap: 24px; }
  .work-heading .eyebrow { grid-column: auto; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .service-feature { grid-row: auto; grid-column: 1 / -1; min-height: 520px; }
  .service-image { min-height: 390px; }
  .process-path { grid-template-columns: repeat(2,1fr); row-gap: 46px; }
  .process-line { display: none; }
  .faq-intro { position: static; }
  .review-layout { gap: 40px; }
  .contact-layout { gap: 48px; }
  .footer-grid { grid-template-columns: 1.2fr 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 680px) {
  html { scroll-padding-top: 66px; }
  body { font-size: 16px; }
  .shell { width: min(calc(100% - 40px), var(--shell)); }
  .site-header { height: 64px; background: rgba(12,12,14,.7); backdrop-filter: blur(14px); }
  .site-header.scrolled { height: 60px; }
  .brand span { font-size: 20px; }
  .brand img { width: 38px; height: 38px; }
  .header-call { min-height: 40px; padding-inline: 15px; }
  .hero { padding: 104px 0 64px; }
  .hero::before { width: 480px; height: 480px; right: -280px; }
  .hero h1 { font-size: clamp(52px, 15.5vw, 64px); max-width: 100%; }
  .hero-intro { font-size: 17px; margin-top: 20px; }
  .hero-actions { flex-direction: column; margin-top: 28px; }
  .button { width: 100%; }
  .inspection-card { min-height: 520px; }
  .inspection-lens { width: 160px; height: 160px; }
  .trust-item { min-height: 108px; padding: 18px 14px; gap: 10px; }
  .trust-item strong { font-size: 21px; }
  .trust-item p span { font-size: 12px; }
  .services, .work, .about, .process, .reviews, .faq, .contact { padding: 72px 0; }
  .section-heading { margin-bottom: 36px; }
  .section-heading h2, .about h2, .faq h2, .contact h2, .review-heading h2 { font-size: clamp(40px, 12vw, 50px); }
  .split-heading > p { font-size: 16px; }
  .service-grid { display: flex; flex-direction: column; }
  .service-feature, .service-image { min-height: 460px; }
  .service-plain { grid-template-columns: 62px 1fr; gap: 16px; min-height: 0; padding: 24px; }
  .line-icon { width: 58px; height: 58px; }
  .line-icon svg { width: 34px; height: 34px; }
  .service-card h3, .service-plain h3 { font-size: 34px; }
  .service-content { inset: auto 22px 24px; }
  .gallery-grid { display: flex; flex-direction: column; }
  .gallery-item, .gallery-large { height: 460px; }
  .gallery-item:nth-child(3) { height: 320px; }
  .about-layout { gap: 36px; }
  .about-copy p:not(.eyebrow) { font-size: 17px; }
  .credential-list { grid-template-columns: 1fr 1fr; gap: 12px; }
  .process-path { grid-template-columns: 1fr; gap: 0; padding: 0 0 0 34px; }
  .process-path::before { content: ""; position: absolute; left: 22px; top: 24px; bottom: 24px; width: 2px; background: rgba(24,22,25,.16); }
  .process-step { padding: 0 0 38px 36px; }
  .process-step > span { left: -34px; top: 0; width: 44px; height: 44px; }
  .process-step h3 { margin-top: 4px; }
  .featured-review { padding: 28px; }
  .featured-review > p { font-size: 23px; }
  .faq-item button { font-size: 17px; padding: 21px 0; }
  .quote-form { padding: 24px; }
  .form-row.two-col { grid-template-columns: 1fr; gap: 0; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 34px 24px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; gap: 5px; }
  .mobile-action-bar { position: fixed; z-index: 90; left: 12px; right: 12px; bottom: max(12px, env(safe-area-inset-bottom)); display: grid; grid-template-columns: 1fr 1fr; padding: 5px; background: rgba(12,12,14,.92); border: 1px solid var(--line-dark); border-radius: 12px; backdrop-filter: blur(16px); }
  .mobile-action-bar a { min-height: 46px; display: grid; place-items: center; border-radius: 8px; text-decoration: none; font-weight: 700; }
  .mobile-action-bar a:last-child { background: var(--pink); }
  body { padding-bottom: 74px; }
  .lightbox { padding: 14px; }
  .lightbox-close { right: 0; top: -54px; }
}

@media (max-width: 360px) {
  .shell { width: min(calc(100% - 32px), var(--shell)); }
  .brand span { font-size: 18px; }
  .mobile-call { padding-inline: 12px; }
  .hero h1 { font-size: 50px; }
  .trust-item { align-items: flex-start; flex-direction: column; }
  .credential-list { grid-template-columns: 1fr; }
  .gallery-item, .gallery-large { height: 400px; }
}

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