:root {
  --black: #050505;
  --gold: #c9a24e;
  --gold-light: #e4c77c;
  --white: #ffffff;
  --soft: #f7f5ef;
  --soft-2: #e9e3d5;
  --line: rgba(255,255,255,.2);
  --line-dark: rgba(0,0,0,.16);
  --muted: #cdbb8b;
  --text-muted: #665d4c;
  --radius: 28px;
  --shadow: 0 30px 90px rgba(0,0,0,.25);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 112px; }
body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: var(--white);
  color: var(--black);
}
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
img, iframe { max-width: 100%; }
:focus-visible { outline: 3px solid var(--gold-light); outline-offset: 3px; box-shadow: 0 0 0 6px var(--black); }
.sr-only { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }
.mobile-call { display: none; align-items: center; justify-content: center; min-height: 44px; padding: 0 16px; background: var(--gold); color: var(--black); border: 1px solid var(--gold-light); font-size: 12px; font-weight: 900; letter-spacing: .08em; text-align: center; text-transform: uppercase; white-space: nowrap; }
.skip-link { position: fixed; left: 18px; top: 12px; z-index: 999; transform: translateY(-140%); background: var(--white); color: var(--black); padding: 12px 16px; border-radius: 999px; font-weight: 900; }
.skip-link:focus { transform: translateY(0); }
.container { width: min(1180px, calc(100% - 36px)); margin: 0 auto; }
.section-dark { background: var(--black); color: var(--white); }
.section-light { background: var(--soft); color: var(--black); }

.site-header { position: fixed; inset: 18px 18px auto 18px; z-index: 50; display: flex; justify-content: center; align-items: flex-start; pointer-events: none; }
.pill { pointer-events: auto; border: 1px solid rgba(255,255,255,.24); background: rgba(5,5,5,.82); backdrop-filter: blur(18px); color: var(--white); border-radius: 0; box-shadow: 0 16px 50px rgba(0,0,0,.18); }
.nav-pill { display: flex; align-items: center; justify-content: space-between; gap: 24px; width: min(1180px, calc(100vw - 36px)); min-height: 60px; padding: 8px 10px; }
.brand { display: flex; align-items: center; gap: 22px; min-height: 44px; padding: 0 10px 0 4px; }
.brand::after { content: ''; width: 58px; height: 1px; background: rgba(255,255,255,.5); }
.brand-logo { display: block; width: 172px; height: auto; flex: 0 0 auto; }
.brand-wordmark { display: flex; align-items: center; gap: 8px; width: auto; height: auto; overflow: visible; color: var(--white); font-style: normal; }
.brand-wordmark strong { display: grid; place-items: center; width: 48px; height: 44px; background: var(--gold); color: var(--black); font-size: 20px; letter-spacing: -.08em; transform: skew(-7deg); }
.brand-wordmark small { color: var(--gold-light); font-size: 11px; font-weight: 900; letter-spacing: .13em; white-space: nowrap; }
.nav-wrap { display: flex; align-items: center; min-height: 44px; padding: 0; }
.site-nav { display: flex; align-items: center; gap: 6px; }
.site-nav a { padding: 12px 15px; border-radius: 0; font-size: 12px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; opacity: .88; }
.site-nav a:hover, .site-nav a:focus-visible, .nav-cta { background: var(--gold); color: var(--black); opacity: 1; }
.nav-toggle { display: none; background: var(--white); color: var(--black); border: 0; border-radius: 0; padding: 11px 16px; font-size: 12px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }

.hero { position: relative; min-height: 820px; overflow: hidden; display: flex; align-items: center; padding: 124px 0 58px; }
.hero-media, .hero-overlay { position: absolute; inset: 0; }
.hero-media { background: url('images/IMG-20260701-WA0009.jpg') center/cover; transform: scale(1.02); }
.hero-overlay { background: linear-gradient(90deg, rgba(0,0,0,.72) 0%, rgba(0,0,0,.46) 42%, rgba(0,0,0,.18) 100%); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1.1fr) 410px; gap: 40px; align-items: center; }
.eyebrow { display: inline-flex; align-items: center; width: fit-content; margin: 0 0 18px; padding: 8px 13px; border: 1px solid currentColor; text-transform: uppercase; letter-spacing: .18em; font-weight: 900; font-size: 11px; line-height: 1; color: var(--muted); }
.eyebrow.dark { color: var(--text-muted); }
h1, h2, h3 { margin: 0; letter-spacing: -.075em; line-height: .88; }
h1 { font-size: clamp(54px, 8vw, 110px); max-width: 850px; }
h2 { font-size: clamp(42px, 6vw, 82px); }
h3 { font-size: clamp(36px, 4vw, 62px); }
.service-intro h2::after, .work-head h2::after, .scan-copy h2::after, .about-copy h2::after, .reviews-head h2::after, .business-card h2::after, .footer h2::after { content: ''; display: block; width: 76px; height: 3px; margin-top: 24px; background: var(--gold); }
.hero-text { max-width: 620px; color: #dfdfdf; font-size: 20px; line-height: 1.55; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin: 32px 0; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 22px; border-radius: 0; border: 1px solid currentColor; font-weight: 900; text-align: center; transition: transform .2s ease, background .2s ease, color .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-light { background: var(--gold); color: var(--black); }
.btn-dark { background: var(--black); color: var(--white); }
.btn-ghost { background: transparent; color: var(--white); }
.btn-outline { background: var(--white); color: var(--black); }
.proof-bar, .about-stats { display: flex; flex-wrap: wrap; gap: 10px; }
.proof-bar span, .about-stats span { border: 1px solid var(--line); border-radius: 0; padding: 12px 15px; color: #ddd; background: rgba(255,255,255,.04); }
.about-stats span { color: var(--black); border-color: var(--line-dark); background: var(--white); }

.lead-form { border-radius: 0; padding: 20px; display: grid; gap: 9px; }
.hero-form { background: rgba(255,255,255,.96); color: var(--black); box-shadow: var(--shadow); }
.footer-form { border: 1px solid var(--line); gap: 10px; }
.form-header { display: grid; gap: 6px; margin-bottom: 6px; }
.form-header span { text-transform: uppercase; letter-spacing: .15em; font-size: 11px; font-weight: 900; color: var(--text-muted); }
.form-header strong { font-size: 24px; letter-spacing: -.05em; }
.form-row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; }
label { display: block; margin-bottom: 5px; font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
input, select, textarea { width: 100%; border: 1px solid var(--line-dark); background: var(--white); color: var(--black); padding: 11px 12px; border-radius: 0; outline: none; }
select { appearance: none; padding-right: 44px; background-image: linear-gradient(45deg, transparent 50%, var(--black) 50%), linear-gradient(135deg, var(--black) 50%, transparent 50%); background-position: calc(100% - 24px) 50%, calc(100% - 18px) 50%; background-size: 6px 6px, 6px 6px; background-repeat: no-repeat; }
textarea { min-height: 78px; resize: vertical; }
.footer-form input, .footer-form textarea { background: #111; color: var(--white); border-color: var(--line); }
.footer-form select { background-color: #111; color: var(--white); border-color: var(--line); }
.consent-check { display: grid; grid-template-columns: 22px 1fr; gap: 10px; align-items: start; margin: 2px 0; padding: 10px; border: 1px solid var(--line-dark); background: rgba(0,0,0,.03); color: var(--black); font-size: 12px; line-height: 1.45; letter-spacing: 0; text-transform: none; cursor: pointer; }
.consent-check input { width: 18px; height: 18px; margin: 1px 0 0; accent-color: var(--gold); }
.consent-check span { font-weight: 700; }
.consent-check-dark { border-color: var(--line); background: rgba(255,255,255,.05); color: var(--white); }
.form-note { margin: 4px 0 0; color: var(--text-muted); font-size: 13px; }
.form-status { display: none; margin: 4px 0 0; padding: 11px 12px; border: 1px solid rgba(47,120,74,.35); background: #eaf6ef; color: #17542d; font-size: 13px; font-weight: 900; line-height: 1.35; }
.form-status.visible { display: block; }
.footer-form .form-status { background: rgba(201,162,78,.16); border-color: rgba(228,199,124,.58); color: var(--gold-light); }

.service-intro { padding: 92px 0 28px; display: grid; grid-template-columns: 1fr .9fr; gap: 40px; align-items: end; }
.service-intro p:last-child { color: var(--text-muted); font-size: 18px; line-height: 1.7; margin: 0; }
.services-showcase { padding-bottom: 92px; overflow: hidden; }
.service-menu { display: flex; gap: 8px; max-width: 100%; min-width: 0; overflow-x: auto; padding: 0 0 14px; scrollbar-width: thin; scroll-snap-type: x proximity; -webkit-overflow-scrolling: touch; }
.service-tab { flex: 0 0 auto; scroll-snap-align: start; border: 1px solid var(--line-dark); background: var(--white); padding: 14px 18px; border-radius: 0; font-weight: 900; transition: .2s ease; }
.service-tab.active, .service-tab:hover { background: var(--gold); color: var(--black); transform: translateY(-2px); }
.service-panel { width: 100%; min-width: 0; background: var(--black); color: var(--white); border-radius: 6px; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); overflow: hidden; box-shadow: var(--shadow); min-height: 650px; }
.service-gallery { min-width: 0; display: grid; grid-template-rows: 1fr 126px; gap: 12px; padding: 12px; }
.gallery-main { position: relative; width: 100%; min-height: 500px; border: 0; border-radius: 2px; overflow: hidden; background: #222 center/cover; }
.gallery-main::after { content: none; }
.gallery-label { position: absolute; left: 20px; bottom: 20px; z-index: 1; background: var(--gold); color: var(--black); padding: 12px 16px; font-weight: 900; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.gallery-thumbs { min-width: 0; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; }
.gallery-thumb { border: 2px solid transparent; border-radius: 2px; background: #333 center/cover; min-height: 108px; position: relative; overflow: hidden; }
.gallery-thumb[aria-pressed="true"] { border-color: var(--gold); }
.gallery-thumb span { position: absolute; left: 10px; right: 10px; bottom: 10px; color: var(--white); text-align: left; font-size: 12px; font-weight: 900; text-shadow: 0 2px 10px rgba(0,0,0,.9); }
.panel-content { min-width: 0; padding: clamp(28px, 5vw, 58px); display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }
.panel-kicker { text-transform: uppercase; letter-spacing: .18em; font-size: 11px; font-weight: 900; color: var(--muted); margin-bottom: 16px; }
.panel-content p { color: #d0d0d0; font-size: 18px; line-height: 1.7; }
.subservice-rail { display: flex; gap: 10px; overflow-x: auto; width: 100%; max-width: 100%; min-width: 0; margin: 14px 0 22px; padding-bottom: 4px; scroll-snap-type: x proximity; -webkit-overflow-scrolling: touch; }
.subservice-rail button { flex: 0 0 auto; scroll-snap-align: start; border: 1px solid var(--line); color: var(--white); background: rgba(255,255,255,.06); border-radius: 0; padding: 13px 15px; font-weight: 900; }
.subservice-rail button.active { background: var(--gold); color: var(--black); }
.service-details { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; width: 100%; margin: 0 0 28px; }
.service-details div { border: 1px solid var(--line); border-radius: 0; padding: 14px; background: rgba(255,255,255,.04); }
.service-details dt { color: var(--muted); font-size: 11px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; margin-bottom: 7px; }
.service-details dd { margin: 0; font-weight: 800; }
.panel-actions { display: flex; flex-wrap: wrap; gap: 10px; }

.work-strip { padding: 92px 0; }
.work-head { display: grid; grid-template-columns: 1fr .8fr; gap: 30px; align-items: end; margin-bottom: 28px; }
.work-head p:last-child { color: #ccc; line-height: 1.7; }
.project-grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 250px; gap: 16px; }
.project-card { position: relative; border: 0; border-radius: 4px; overflow: hidden; background: #222; touch-action: manipulation; }
.project-card::before { content: ''; position: absolute; inset: 0; background: url('images/IMG-20260701-WA0009.jpg') center/cover; transition: transform .45s ease; }
.siding-card::before { background-image: url('images/IMG-20260706-WA0004.jpg'); }
.gutters-card::before { background-image: url('images/IMG-20260706-WA0011.jpg'); }
.commercial-card::before { background-image: url('images/IMG-20260706-WA0005.jpg'); }
.project-card:hover::before { transform: scale(1.08); }
.project-card.large { grid-column: span 2; grid-row: span 2; }
.project-card.wide { grid-column: span 2; }
.project-card span { position: absolute; left: 22px; bottom: 22px; padding: 12px 15px; color: var(--white); background: rgba(5,5,5,.72); font-size: 13px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }

.scan-section { padding: 92px 0; background: var(--soft); }
.scan-layout { display: grid; grid-template-columns: .88fr 1.12fr; gap: 54px; align-items: stretch; }
.scan-copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 18px 0; }
.scan-copy > p:not(.eyebrow) { max-width: 580px; color: var(--text-muted); font-size: 18px; line-height: 1.7; margin: 24px 0; }
.scan-points { width: 100%; display: grid; gap: 0; margin: 2px 0 30px; border-top: 1px solid var(--line-dark); }
.scan-points div { display: grid; grid-template-columns: 46px 1fr; gap: 14px; align-items: center; padding: 17px 0; border-bottom: 1px solid var(--line-dark); }
.scan-points strong { font-size: 12px; letter-spacing: .12em; color: var(--text-muted); }
.scan-points span { font-weight: 800; }

.scan-card { position: relative; min-height: 620px; overflow: hidden; isolation: isolate; border-radius: 6px; background: var(--black); box-shadow: var(--shadow); border: 1px solid rgba(182,138,74,.3); }
.scan-card img { position: absolute; inset: 0; width: 100%; height: 100%; display: block; object-fit: cover; filter: grayscale(.72) contrast(1.1) saturate(.88) brightness(.65); }
.scan-vignette { position: absolute; inset: 0; z-index: 1; background: radial-gradient(circle at 50% 45%, transparent 28%, rgba(5,5,5,.7) 100%), linear-gradient(180deg, rgba(182,138,74,.14), rgba(5,5,5,.34)); pointer-events: none; }
.scan-grid { position: absolute; inset: 0; z-index: 2; background-image: linear-gradient(rgba(215,170,98,.22) 1px, transparent 1px), linear-gradient(90deg, rgba(215,170,98,.22) 1px, transparent 1px); background-size: 44px 44px; opacity: .6; mix-blend-mode: screen; pointer-events: none; }
.scan-line { position: absolute; z-index: 2; top: -120px; left: 0; right: 0; height: 120px; background: linear-gradient(180deg, transparent, rgba(215,170,98,.14), rgba(255,249,232,.82), rgba(215,170,98,.14), transparent); filter: blur(.2px); mix-blend-mode: screen; animation: exteriorScan 4.5s linear infinite; pointer-events: none; }
@keyframes exteriorScan {
  from { transform: translateY(-120px); }
  to { transform: translateY(860px); }
}
.scan-hud { position: absolute; z-index: 3; padding: 15px 17px; border: 1px solid rgba(215,170,98,.64); background: rgba(5,5,5,.58); color: var(--white); backdrop-filter: blur(9px); font-family: inherit; letter-spacing: .08em; text-transform: uppercase; }
.scan-hud strong, .scan-hud span { display: block; }
.scan-hud strong { margin-bottom: 6px; font-size: 13px; }
.scan-hud span { color: rgba(255,249,232,.72); font-size: 10px; }
.scan-hud-top { top: 24px; left: 24px; }
.scan-hud-bottom { right: 24px; bottom: 24px; }

.about { padding: 92px 0; display: grid; grid-template-columns: .92fr 1fr; gap: 54px; align-items: center; }
.team-photo { min-height: 570px; border-radius: 6px; background: url('images/IMG-20260706-WA0011.jpg') center/cover; box-shadow: var(--shadow); }
.about-copy p { color: var(--text-muted); font-size: 18px; line-height: 1.7; }
.process-list { display: grid; gap: 12px; margin-top: 26px; }
.process-list div { display: flex; align-items: center; gap: 16px; border: 1px solid var(--line-dark); padding: 18px; border-radius: 0; }
.process-list strong { font-size: 22px; }

.reviews { padding: 92px 0; }
.reviews-head { display: grid; grid-template-columns: 1fr .9fr; gap: 30px; margin-bottom: 32px; align-items: end; }
.reviews-head p:last-child { color: var(--text-muted); line-height: 1.7; }
.reel-row { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; padding-bottom: 8px; }
.reel-card { min-width: 0; scroll-snap-align: start; }
.reel-frame { position: relative; aspect-ratio: 9 / 16; border-radius: 4px; background: url('images/IMG-20260701-WA0009.jpg') center/contain no-repeat var(--black); overflow: hidden; }
.reel-two { background-image: url('images/IMG-20260701-WA0012.jpg'); }
.reel-three { background-image: url('images/IMG-20260706-WA0004.jpg'); }
.reel-four { background-image: url('images/IMG-20260706-WA0012.jpg'); }
.reel-frame video { width: 100%; height: 100%; display: block; object-fit: contain; background: var(--black); }
.reel-card span { display: block; padding: 12px 0 0; font-weight: 900; }

.city-band { padding: 34px 0; }
.city-inner { display: grid; grid-template-columns: 180px 1fr; gap: 20px; align-items: center; }
.city-title { text-transform: uppercase; letter-spacing: .16em; font-size: 12px; font-weight: 900; color: var(--muted); }
.city-badges { display: flex; flex-wrap: wrap; gap: 9px; }
.city-badges a { border: 1px solid var(--line); border-radius: 0; padding: 11px 14px; font-weight: 900; color: var(--white); background: rgba(255,255,255,.04); transition: .18s ease; }
.city-badges a:hover, .city-badges a:focus-visible { background: var(--white); color: var(--black); transform: translateY(-3px); }

.business { padding: 92px 0; display: grid; grid-template-columns: .85fr 1.15fr; gap: 34px; align-items: stretch; }
.business-card { position: relative; overflow: hidden; border: 1px solid var(--line-dark); border-radius: 6px; padding: clamp(26px, 4vw, 46px); }
.business-card address { margin: 24px 0; font-style: normal; line-height: 1.8; font-size: 18px; }
.business-card address a, .footer a { text-decoration: underline; text-underline-offset: 4px; }
.info-grid { display: grid; gap: 10px; }
.info-grid span { display: block; border: 1px solid var(--line-dark); border-radius: 0; padding: 15px; line-height: 1.45; }
.info-grid strong { display: block; margin-bottom: 5px; }
.map-embed { min-height: 540px; border: 2px solid var(--black); border-radius: 6px; overflow: hidden; }
.map-embed iframe { width: 100%; height: 100%; min-height: 540px; border: 0; display: block; }

.footer { padding: 92px 0; }
.footer-grid { display: grid; grid-template-columns: 1fr 470px; gap: 60px; align-items: start; }
.footer p { color: #d2d2d2; line-height: 1.8; }
.footer-logo { display: block; width: min(320px, 100%); margin: -10px 0 26px; }
.footer-logo img { display: block; width: 100%; height: auto; }

.modal { position: fixed; inset: 0; z-index: 100; display: none; }
.modal.open { display: block; }
body.modal-open { overflow: hidden; }
.modal-backdrop { position: absolute; inset: 0; background: rgba(0,0,0,.75); }
.modal-card { position: relative; width: min(720px, calc(100% - 32px)); margin: 8vh auto; background: var(--white); color: var(--black); border-radius: 4px; padding: 30px; box-shadow: var(--shadow); }
.modal-close { float: right; background: var(--black); color: var(--white); border: 0; border-radius: 0; padding: 10px 14px; font-weight: 900; }
.modal-gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 20px; }
.modal-gallery span { min-height: 130px; border-radius: 2px; background: #ddd center/cover; }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
  .scan-line { animation: none !important; transform: translateY(370px); }
}

@media (max-width: 1080px) {
  .site-header { align-items: flex-start; justify-content: center; }
  .nav-pill { gap: 12px; }
  .brand::after { display: none; }
  .mobile-call, .nav-toggle { display: inline-flex; align-items: center; justify-content: center; width: 96px; min-height: 44px; padding: 0 12px; font-size: 12px; line-height: 1; }
  .mobile-call { margin-left: auto; }
  .nav-wrap { position: relative; }
  .site-nav { position: absolute; top: 66px; right: 0; display: none; flex-direction: column; align-items: stretch; width: min(320px, calc(100vw - 36px)); background: var(--black); border: 1px solid var(--line); border-radius: 0; padding: 10px; }
  .site-nav.open { display: flex; }
  .site-nav a { width: 100%; }
  input, select, textarea { font-size: 16px; }
}

@media (max-width: 960px) {
  .hero { min-height: auto; }
  .hero-grid, .service-intro, .service-panel, .work-head, .scan-layout, .about, .reviews-head, .business, .footer-grid { grid-template-columns: 1fr; }
  .hero-grid { gap: 26px; }
  .service-panel { min-height: 0; }
  .service-gallery { grid-template-rows: 390px auto; }
  .gallery-main { min-height: 390px; }
  .gallery-thumbs { grid-template-columns: repeat(4, minmax(120px, 1fr)); }
  .panel-content { padding: 34px; }
  .project-grid { grid-template-columns: 1fr; grid-auto-rows: 240px; }
  .project-card.large, .project-card.wide { grid-column: auto; grid-row: auto; }
  .scan-card { min-height: 560px; }
  .reel-row { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; }
  .reel-card { flex: 0 0 235px; }
  .city-inner { grid-template-columns: 1fr; }
  .footer-grid { gap: 32px; }
}

@media (max-width: 560px) {
  .site-header { inset: 10px; }
  .nav-pill { display: flex; align-items: center; justify-content: space-between; width: 100%; min-height: 54px; gap: 8px; }
  .brand { min-height: 38px; padding: 0 6px 0 2px; }
  .brand::after { display: none; }
  .brand-logo { width: clamp(96px, 28vw, 132px); }
  .brand-logo.brand-wordmark { width: auto; height: auto; }
  .mobile-call { width: 92px; min-height: 44px; padding: 0 12px; margin-left: auto; margin-right: 0; font-size: 11px; }
  .nav-toggle { width: 76px; min-height: 44px; padding: 0 8px; font-size: 11px; }
  .nav-wrap { min-height: 38px; }
  .hero { padding: 104px 0 44px; }
  h1 { font-size: clamp(42px, 13vw, 54px); }
  h2 { font-size: clamp(36px, 11vw, 48px); }
  h3 { font-size: clamp(32px, 10vw, 42px); }
  .hero-text { font-size: 17px; }
  .hero-actions { gap: 8px; margin: 24px 0; }
  .hero-actions .btn { flex: 1 1 160px; }
  .lead-form { padding: 16px; }
  .form-row { grid-template-columns: 1fr; }
  .form-header strong { font-size: 22px; }
  .consent-check { padding: 11px; }
  .proof-bar span { width: 100%; }
  .service-intro { padding: 68px 0 22px; gap: 18px; }
  .services-showcase { padding-bottom: 68px; }
  .service-menu { margin-inline: -18px; padding-inline: 18px; gap: 7px; }
  .service-tab { padding: 13px 15px; font-size: 13px; }
  .service-panel { border-radius: 4px; }
  .service-gallery { display: block; padding: 10px; }
  .gallery-main { min-height: 0; height: clamp(250px, 72vw, 330px); }
  .gallery-label { left: 12px; right: 12px; bottom: 12px; width: fit-content; max-width: calc(100% - 24px); padding: 10px 12px; font-size: 10px; overflow-wrap: anywhere; }
  .gallery-thumbs { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; margin-top: 10px; overflow: visible; }
  .gallery-thumb { min-height: 92px; }
  .gallery-thumb span { left: 8px; right: 8px; bottom: 8px; font-size: 11px; line-height: 1.15; overflow-wrap: anywhere; }
  .panel-content { padding: 24px 18px 26px; }
  .panel-content p { font-size: 16px; line-height: 1.6; }
  .subservice-rail { margin: 10px 0 18px; }
  .subservice-rail button { padding: 11px 13px; font-size: 13px; }
  .service-details { grid-template-columns: 1fr; }
  .service-details div { padding: 12px; }
  .panel-actions { width: 100%; }
  .panel-actions .btn { width: 100%; }
  .work-strip, .reviews, .about, .business, .footer { padding: 68px 0; }
  .project-grid { gap: 12px; }
  .project-card span { left: 14px; right: 14px; bottom: 14px; text-align: center; }
  .scan-section { padding: 68px 0; }
  .scan-card { min-height: 460px; border-radius: 6px; }
  .scan-hud-top { top: 16px; left: 16px; }
  .scan-hud-bottom { right: 16px; bottom: 16px; }
  .team-photo, .map-embed, .map-embed iframe { min-height: 390px; }
  .reel-row { margin-inline: 0; padding-inline: 0; gap: 14px; }       
  .reel-card { flex-basis: 100%; }            
  .modal-card { padding: 22px; margin: 6vh auto; }
  .modal-gallery { grid-template-columns: 1fr; }
}
