/*
  PROJECT: Locksmiths La Presa
  COLOR SCHEME: Option A - #0c1f3f + #d9a441
  FONTS: Combo A - Outfit + Inter
  LAYOUT: Style 3 - Split
*/

:root {
  --navy: #0c1f3f;
  --navy-2: #132d55;
  --gold: #d9a441;
  --gold-dark: #b98524;
  --ivory: #faf8f2;
  --paper: #ffffff;
  --mist: #f2f4f7;
  --ink: #172033;
  --muted: #5f6876;
  --border: #dfe3e8;
  --radius-sm: 10px;
  --radius: 18px;
  --shadow: 0 18px 45px rgba(12, 31, 63, .10);
  --section-space: clamp(4.5rem, 8vw, 7.5rem);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "Inter", sans-serif; font-size: 16px; line-height: 1.7; overflow-x: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: var(--navy); text-decoration: none; }
a:hover { color: var(--gold-dark); }
h1, h2, h3, h4 { color: var(--navy); font-family: "Outfit", sans-serif; font-weight: 700; line-height: 1.08; letter-spacing: -.025em; }
h1 { font-size: clamp(3.3rem, 6.4vw, 6.5rem); }
h2 { font-size: clamp(2.15rem, 4vw, 3.8rem); }
h3 { font-size: clamp(1.35rem, 2vw, 1.75rem); }
p { color: var(--muted); }
button, input, select, textarea { font: inherit; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }

.skip-link { position: fixed; top: -80px; left: 1rem; z-index: 9999; padding: .75rem 1rem; background: var(--navy); color: #fff; border-radius: 0 0 8px 8px; }
.skip-link:focus { top: 0; color: #fff; }
.section-pad { padding: var(--section-space) 0; }
.section-pad-sm { padding: clamp(3.5rem, 6vw, 5.5rem) 0; }
.eyebrow { display: inline-block; margin-bottom: 1rem; color: var(--gold-dark); font-family: "Outfit", sans-serif; font-size: .85rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.section-heading { max-width: 760px; margin: 0 auto 3rem; }
.section-heading h2 { margin-bottom: 1rem; }
.section-heading p { margin: 0 auto; max-width: 630px; }
.narrow-content { max-width: 880px; }

.btn { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: .55rem; border-radius: 8px; padding: .78rem 1.4rem; font-weight: 700; }
.btn-primary { --bs-btn-bg: var(--navy); --bs-btn-border-color: var(--navy); --bs-btn-hover-bg: var(--navy-2); --bs-btn-hover-border-color: var(--navy-2); }
.btn-accent { border: 1px solid var(--gold); background: var(--gold); color: var(--navy); }
.btn-accent:hover { border-color: var(--gold-dark); background: var(--gold-dark); color: #fff; transform: translateY(-2px); }
.btn-outline-primary { --bs-btn-color: var(--navy); --bs-btn-border-color: var(--navy); --bs-btn-hover-bg: var(--navy); --bs-btn-hover-border-color: var(--navy); }

.emergency-bar { position: relative; z-index: 1040; padding: .45rem 0; background: var(--gold); color: var(--navy); font-size: .84rem; font-weight: 700; letter-spacing: .025em; text-transform: uppercase; }
.emergency-bar a { color: var(--navy); }
.emergency-bar i { margin-right: .4rem; }
.navbar { min-height: 86px; border-bottom: 1px solid rgba(12,31,63,.08); background: rgba(255,255,255,.97); transition: box-shadow .25s ease, min-height .25s ease; }
.navbar.scrolled { min-height: 74px; box-shadow: 0 8px 25px rgba(12,31,63,.1); }
.navbar-brand img { width: 220px; height: 68px; object-fit: contain; object-position: left center; }
.navbar-nav { gap: .25rem; }
.nav-link { min-height: 44px; display: flex; align-items: center; padding: .7rem .85rem !important; color: var(--ink); font-weight: 600; white-space: nowrap; }
.nav-link:hover, .nav-link:focus, .nav-link.active { color: var(--gold-dark); }
.dropdown-menu { width: 290px; padding: .7rem; border: 1px solid var(--border); border-radius: 12px; box-shadow: var(--shadow); }
.dropdown-item { display: flex; gap: .7rem; align-items: center; min-height: 44px; padding: .6rem .7rem; border-radius: 7px; }
.dropdown-item i { width: 20px; color: var(--gold-dark); }
.dropdown-item:hover { background: var(--ivory); color: var(--navy); }
.phone-cta { white-space: nowrap; }
.header-proof { border-bottom: 1px solid var(--border); background: var(--ivory); }
.header-proof .container { min-height: 36px; display: flex; justify-content: flex-end; align-items: center; gap: 1.5rem; color: var(--navy); font-size: .82rem; font-weight: 700; }
.header-proof i { margin-right: .35rem; color: var(--gold-dark); }

.home-hero, .service-hero { position: relative; background: linear-gradient(125deg, #fff 0%, var(--ivory) 65%, #f5efe1 100%); }
.hero-grid { display: grid; grid-template-columns: minmax(0, .92fr) minmax(460px, 1.08fr); min-height: 670px; align-items: stretch; }
.hero-copy { align-self: center; padding: clamp(4rem, 7vw, 7rem) clamp(2rem, 5vw, 5.5rem) clamp(4rem, 7vw, 7rem) 0; }
.hero-copy h1 { margin-bottom: 1.6rem; }
.hero-lead { max-width: 660px; font-size: 1.08rem; }
.home-hero .hero-lead { max-width: 600px; }
.hero-media { min-height: 620px; overflow: hidden; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.home-hero .hero-media img { object-position: center 36%; }
.hero-benefits { display: flex; flex-wrap: wrap; gap: 0; margin: 2rem 0; }
.hero-benefits span { display: flex; align-items: center; gap: .55rem; min-height: 46px; padding: 0 1.2rem; border-left: 1px solid var(--border); color: var(--navy); font-weight: 700; }
.hero-benefits span:first-child { padding-left: 0; border-left: 0; }
.hero-benefits i { color: var(--gold-dark); font-size: 1.3rem; }
.hero-actions, .cta-actions { display: flex; flex-wrap: wrap; gap: .85rem; }
.service-hero .hero-grid { min-height: 590px; }
.service-hero .hero-copy { padding-top: 4.7rem; padding-bottom: 4.7rem; }
.service-hero h1 { font-size: clamp(3rem, 5.2vw, 5.2rem); }

.trust-strip { border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); background: #fff; }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid > div { min-height: 112px; display: grid; grid-template-columns: 50px 1fr; align-content: center; padding: 1.25rem 1.6rem; border-left: 1px solid var(--border); }
.trust-grid > div:first-child { border-left: 0; }
.trust-grid i { grid-row: span 2; align-self: center; color: var(--navy); font-size: 2rem; }
.trust-grid strong { color: var(--navy); font-family: "Outfit", sans-serif; font-size: 1rem; }
.trust-grid span { color: var(--muted); font-size: .82rem; }

.services-section { background: linear-gradient(180deg, #fff 0%, #fafbfd 100%); }
.services-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1.15rem; }
.service-card { overflow: hidden; border: 1px solid var(--border); border-radius: var(--radius-sm); background: #fff; transition: transform .25s ease, box-shadow .25s ease; }
.service-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.service-card-image { display: block; aspect-ratio: 4 / 3; overflow: hidden; }
.service-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.service-card:hover img { transform: scale(1.04); }
.service-card-body { position: relative; min-height: 170px; padding: 2.25rem 1.25rem 1.35rem; }
.service-card-body h3 { font-size: 1.35rem; }
.service-icon { position: absolute; top: -27px; left: 1.2rem; width: 54px; height: 54px; display: grid; place-items: center; border: 4px solid #fff; border-radius: 50%; background: var(--navy); color: #fff; font-size: 1.3rem; }
.text-link { display: inline-flex; align-items: center; gap: .45rem; color: var(--navy); font-weight: 700; }
.text-link i { transition: transform .2s ease; }
.text-link:hover i { transform: translateX(4px); }

.local-intro { background: linear-gradient(180deg, var(--ivory) 0%, #fff 100%); }
.section-lead { max-width: 560px; font-size: 1.05rem; }
.local-intro-header { max-width: 880px; margin: 0 auto 2.4rem; text-align: center; }
.local-intro-header .section-lead { margin-right: auto; margin-left: auto; }
.local-media-strip { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(280px, .55fr); gap: 1rem; margin-bottom: 1.2rem; }
.local-media-feature { position: relative; min-height: 430px; margin: 0; overflow: hidden; border-radius: var(--radius); background: var(--navy); box-shadow: var(--shadow); }
.local-media-feature img { width: 100%; height: 100%; object-fit: cover; }
.local-media-feature figcaption { position: absolute; right: 0; bottom: 0; left: 0; display: grid; gap: .25rem; padding: clamp(1rem, 3vw, 1.7rem); background: linear-gradient(180deg, rgba(12,31,63,0) 0%, rgba(12,31,63,.92) 100%); color: #fff; }
.local-media-feature figcaption span { color: var(--gold); font-size: .82rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.local-media-feature figcaption strong { max-width: 620px; font-family: "Outfit", sans-serif; font-size: clamp(1.35rem, 2.1vw, 2.2rem); line-height: 1.08; }
.local-media-secondary { display: grid; gap: 1rem; }
.local-media-secondary img { width: 100%; height: 100%; min-height: 205px; object-fit: cover; border-radius: var(--radius-sm); box-shadow: 0 12px 26px rgba(12,31,63,.09); }
.local-content-mosaic { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; align-items: start; }
.local-content-card { position: relative; overflow: hidden; padding: 1.35rem; border: 1px solid var(--border); border-top: 4px solid var(--gold); border-radius: var(--radius-sm); background: #fff; box-shadow: 0 12px 28px rgba(12,31,63,.07); }
.local-card-kicker { display: inline-flex; align-items: center; gap: .45rem; min-height: 32px; margin-bottom: .75rem; padding: .22rem .62rem; border-radius: 999px; background: var(--ivory); color: var(--navy); font-size: .78rem; font-weight: 800; }
.local-card-kicker i { color: var(--gold-dark); }
.local-content-card h3 { margin-bottom: .85rem; font-size: 1.28rem; }
.local-content-body { display: grid; gap: .72rem; }
.local-content-body p { margin: 0; color: var(--muted); }
.local-action-row { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 1rem; margin-top: 1.2rem; padding: 1rem; border: 1px solid var(--border); border-radius: var(--radius-sm); background: #fff; box-shadow: 0 12px 28px rgba(12,31,63,.06); }
.local-action-row .btn { flex: 0 0 auto; }
.intro-highlights { display: grid; gap: .8rem; margin: 1.6rem 0 1.8rem; }
.local-action-row .intro-highlights { flex: 1 1 560px; grid-template-columns: repeat(3, minmax(0, 1fr)); margin: 0; }
.intro-highlights span { display: flex; align-items: center; gap: .7rem; min-height: 46px; padding: .65rem .85rem; border: 1px solid rgba(217,164,65,.34); border-radius: 8px; background: rgba(255,255,255,.68); color: var(--navy); font-weight: 800; }
.intro-highlights i { color: var(--gold-dark); font-size: 1.2rem; }
.rounded-media { width: 100%; max-height: 680px; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow); }
.feature-stack { display: grid; gap: 1.3rem; margin-top: 2rem; }
.feature-copy { padding-left: 1.3rem; border-left: 3px solid var(--gold); }
.feature-copy h3 { margin-bottom: .55rem; font-size: 1.35rem; }
.feature-copy p { margin-bottom: .65rem; }
.local-service-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.local-service-grid .feature-copy { min-height: 250px; padding: 1.45rem; border: 1px solid var(--border); border-top: 4px solid var(--gold); border-left: 0; border-radius: var(--radius-sm); background: #fff; box-shadow: 0 12px 28px rgba(12,31,63,.07); }
.feature-icon { width: 48px; height: 48px; display: grid; place-items: center; margin-bottom: 1.15rem; border-radius: 8px; background: var(--navy); color: #fff; font-size: 1.35rem; }
.local-service-grid .feature-copy h3 { font-size: 1.28rem; }
.local-service-grid .feature-copy p { margin-bottom: 0; }

.before-after { background: #fff; }
.before-after-layout { display: grid; grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr); gap: clamp(2rem, 5vw, 4rem); align-items: center; }
.before-after-copy p { font-size: 1.05rem; }
.result-list { display: grid; gap: .85rem; margin: 1.6rem 0 0; padding: 0; list-style: none; }
.result-list li { display: grid; grid-template-columns: 22px 1fr; gap: .7rem; align-items: start; color: var(--muted); }
.result-list i { margin-top: .25rem; color: var(--gold-dark); }
.comparison-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.4rem; max-width: 980px; margin: 0 auto; }
.before-after-layout .comparison-grid { max-width: none; width: 100%; }
.comparison-grid figure { position: relative; margin: 0; overflow: hidden; border-radius: var(--radius); box-shadow: var(--shadow); }
.comparison-grid figure span { position: absolute; z-index: 2; top: 1rem; left: 1rem; padding: .5rem .85rem; border-radius: 999px; background: var(--navy); color: #fff; font-weight: 700; }
.comparison-grid figure:last-child span { background: var(--gold); color: var(--navy); }
.comparison-grid img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }

.stats-band { padding: 2.6rem 0; background: var(--navy); }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.stats-grid > div { display: flex; flex-direction: column; align-items: center; padding: 1rem; border-left: 1px solid rgba(255,255,255,.22); text-align: center; }
.stats-grid > div:first-child { border-left: 0; }
.stats-grid strong { color: var(--gold); font-family: "Outfit", sans-serif; font-size: clamp(2rem, 3vw, 3rem); line-height: 1; }
.stats-grid span { margin-top: .4rem; color: rgba(255,255,255,.8); }

.gallery-section { background: var(--ivory); }
.gallery-grid { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: 230px; gap: 1rem; }
.gallery-item { grid-column: span 4; padding: 0; overflow: hidden; border: 0; border-radius: var(--radius-sm); background: #ddd; }
.gallery-item:nth-child(1), .gallery-item:nth-child(6) { grid-column: span 8; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease, filter .35s ease; }
.gallery-item:hover img { transform: scale(1.04); filter: brightness(.92); }
.modal-content { position: relative; overflow: hidden; border: 0; border-radius: 14px; background: #000; }
.modal-content .btn-close { position: absolute; z-index: 2; top: 1rem; right: 1rem; padding: .7rem; background-color: #fff; opacity: .9; }
.modal-gallery-image { width: 100%; max-height: 84vh; object-fit: contain; }

.faq-section { background: #fff; }
.accordion { max-width: 960px; margin: 0 auto; }
.accordion-item { margin-bottom: .8rem; overflow: hidden; border: 1px solid var(--border) !important; border-radius: 10px !important; }
.accordion-button { min-height: 64px; color: var(--navy); font-family: "Outfit", sans-serif; font-size: 1.05rem; font-weight: 700; }
.accordion-button:not(.collapsed) { background: var(--ivory); color: var(--navy); box-shadow: none; }
.accordion-button:focus { border-color: var(--gold); box-shadow: 0 0 0 .22rem rgba(217,164,65,.22); }
.accordion-body { color: var(--muted); }

.coupon-section { background: linear-gradient(180deg, #f8fafc, #fff); }
.coupon-link { display: block; overflow: hidden; border: 2px dashed var(--gold); border-radius: var(--radius); box-shadow: var(--shadow); }
.coupon-link img { width: 100%; height: auto; }

.cta-band { padding: 3.2rem 0; background: var(--navy); }
.cta-band span { color: var(--gold); font-weight: 700; text-transform: uppercase; letter-spacing: .06em; }
.cta-band h2 { max-width: 720px; margin: .4rem 0 0; color: #fff; font-size: clamp(2rem, 3.5vw, 3.35rem); }

.contact-section { background: linear-gradient(135deg, var(--ivory), #fff 55%); }
.contact-phone { display: inline-flex; align-items: center; gap: .7rem; margin-top: 1rem; color: var(--navy); font-family: "Outfit", sans-serif; font-size: 1.5rem; font-weight: 800; }
.CUS { padding: clamp(1.3rem, 3vw, 2.3rem); border: 1px solid var(--border); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow); }
.CUS fieldset { min-width: 0; }
.CUS .form-control { min-height: 52px; margin-bottom: .85rem; border: 1px solid #ccd2da; border-radius: 7px; color: var(--ink); }
.CUS .form-control:focus { border-color: var(--gold); box-shadow: 0 0 0 .22rem rgba(217,164,65,.18); }
.CUS .service-message { min-height: 132px; resize: vertical; }
.CUS p { margin-bottom: 0; }
.btn-submit { min-width: 200px; }

.content-feature:nth-of-type(even) { background: var(--ivory); }
.content-feature .feature-image img { width: 100%; max-height: 620px; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow); }
.section-reverse .feature-image { order: 2; }
.section-reverse .feature-text { order: 1; }
.feature-text p { font-size: 1.02rem; }
.service-point { position: relative; padding-left: 1.8rem; }
.service-point i { position: absolute; top: .25rem; left: 0; color: var(--gold-dark); }

.inner-hero { padding: clamp(5rem, 9vw, 8rem) 0; background: linear-gradient(125deg, rgba(255,255,255,.98), rgba(250,248,242,.94)), url('../images/home-locksmith-la-presa-hero.webp') center / cover; text-align: center; }
.inner-hero .container { max-width: 900px; }
.inner-hero h1 { font-size: clamp(3rem, 5.4vw, 5rem); }
.inner-hero p { max-width: 760px; margin: 1rem auto 0; font-size: 1.15rem; }
.inner-hero-phone { margin-top: 1.4rem; }
.inner-hero-phone a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .55rem;
  min-height: 48px;
  padding: .76rem 1.25rem;
  border-radius: 8px;
  background: var(--gold);
  color: var(--navy);
  font-family: "Outfit", sans-serif;
  font-weight: 800;
  box-shadow: 0 12px 28px rgba(12,31,63,.12);
}
.inner-hero-phone a:hover { background: var(--gold-dark); color: #fff; transform: translateY(-2px); }
.location-card { margin-top: 2rem; padding: 1.8rem; border-left: 4px solid var(--gold); background: var(--ivory); }
.large-map { width: 100%; border: 0; border-radius: var(--radius); box-shadow: var(--shadow); }
.contact-details { background: var(--ivory); text-align: center; }
.contact-details .col-md-4 { padding: 2rem; border-right: 1px solid var(--border); }
.contact-details .col-md-4:last-child { border-right: 0; }
.contact-details i { color: var(--gold-dark); font-size: 2.4rem; }
.contact-details h2 { margin-top: .8rem; font-size: 1.6rem; }
.blog-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.4rem; }
.blog-card { overflow: hidden; border: 1px solid var(--border); border-radius: var(--radius); background: #fff; box-shadow: 0 10px 30px rgba(12,31,63,.07); }
.blog-card img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }
.blog-card > div { padding: 1.5rem; }
.blog-card span { color: var(--gold-dark); font-size: .8rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.blog-card h2 { margin-top: .55rem; font-size: 1.6rem; }
.html-sitemap { columns: 2; padding-left: 0; list-style: none; }
.html-sitemap li { break-inside: avoid; margin: .6rem 0; }
.html-sitemap a { display: inline-flex; align-items: center; min-height: 44px; font-weight: 700; }
.status-page { padding: 5rem 0; }
.status-page i { color: var(--gold-dark); font-size: 4.5rem; }
.status-page h2 { margin-top: 1rem; }

.site-footer { padding: 5rem 0 0; background: #09172f; color: rgba(255,255,255,.78); }
.footer-grid { display: grid; grid-template-columns: 1.2fr 1fr .9fr 1fr 1.35fr; gap: 2.2rem; }
.site-footer h2 { margin-bottom: 1.1rem; color: #fff; font-size: 1.15rem; }
.site-footer p, .site-footer li { color: rgba(255,255,255,.68); font-size: .92rem; }
.site-footer a { color: rgba(255,255,255,.82); }
.site-footer a:hover { color: var(--gold); }
.footer-brand img { width: 210px; height: 82px; margin-bottom: 1.2rem; object-fit: contain; object-position: left center; filter: brightness(0) invert(1); }
.footer-list { padding: 0; list-style: none; }
.footer-list li { margin-bottom: .55rem; }
.compact-list { columns: 1; }
.footer-link { font-weight: 700; }
.footer-map iframe { width: 100%; border: 0; border-radius: 8px; }
.footer-bottom { min-height: 74px; display: flex; justify-content: space-between; align-items: center; gap: 1.5rem; margin-top: 3rem; border-top: 1px solid rgba(255,255,255,.14); font-size: .85rem; }
.footer-bottom nav { display: flex; flex-wrap: wrap; gap: 1.3rem; }
.mobile-call-bar { display: none; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .55s ease, transform .55s ease; }
.reveal.visible { opacity: 1; transform: none; }

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

@media (max-width: 1199.98px) {
  .navbar-brand img { width: 185px; }
  .nav-link { padding-inline: .55rem !important; }
  .phone-cta { font-size: .86rem; }
  .hero-grid { grid-template-columns: minmax(0, 1fr) minmax(430px, 1fr); }
  .services-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer-grid { grid-template-columns: repeat(3, 1fr); }
  .footer-map { grid-column: span 2; }
}

@media (max-width: 991.98px) {
  body { padding-bottom: 62px; }
  .emergency-bar { text-align: center; }
  .emergency-bar .container { justify-content: center !important; }
  .navbar { min-height: 76px; }
  .navbar-collapse { margin-top: .8rem; padding: .8rem 0 1rem; border-top: 1px solid var(--border); }
  .navbar-nav { align-items: stretch !important; }
  .dropdown-menu { width: 100%; box-shadow: none; }
  .phone-cta { width: 100%; margin: .7rem 0 0 !important; }
  .header-proof .container { justify-content: center; }
  .hero-grid { grid-template-columns: 1fr; min-height: 0; }
  .hero-copy { padding: 4.6rem 0 3.2rem; }
  .hero-media { min-height: 520px; border-radius: var(--radius) var(--radius) 0 0; }
  .home-hero .hero-media img { object-position: center 28%; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-grid > div:nth-child(3) { border-left: 0; border-top: 1px solid var(--border); }
  .trust-grid > div:nth-child(4) { border-top: 1px solid var(--border); }
  .local-media-strip { grid-template-columns: 1fr; }
  .local-media-feature { min-height: 360px; }
  .local-media-secondary { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .local-media-secondary img { min-height: 190px; }
  .before-after-layout { grid-template-columns: 1fr; }
  .section-reverse .feature-image, .section-reverse .feature-text { order: initial; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .stats-grid > div:nth-child(3) { border-left: 0; border-top: 1px solid rgba(255,255,255,.22); }
  .stats-grid > div:nth-child(4) { border-top: 1px solid rgba(255,255,255,.22); }
  .gallery-item, .gallery-item:nth-child(1), .gallery-item:nth-child(6) { grid-column: span 6; }
  .cta-actions { margin-top: 1.5rem; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-map { grid-column: span 2; }
  .mobile-call-bar { position: fixed; z-index: 1050; right: 0; bottom: 0; left: 0; min-height: 62px; display: flex; align-items: center; justify-content: center; gap: .65rem; background: var(--gold); color: var(--navy); font-size: 1.08rem; font-weight: 800; box-shadow: 0 -8px 22px rgba(12,31,63,.16); }
}

@media (max-width: 767.98px) {
  body { font-size: 16px; }
  .emergency-bar { font-size: .72rem; }
  .emergency-bar a { width: 100%; }
  .header-proof .container { gap: .7rem; font-size: .72rem; }
  .header-proof span:last-child { display: none; }
  .navbar-brand img { width: 176px; height: 62px; }
  .home-hero h1 { font-size: clamp(3.2rem, 16vw, 4.8rem); }
  .service-hero h1 { font-size: clamp(2.8rem, 13vw, 4.2rem); }
  .hero-benefits span { width: 100%; padding: .45rem 0; border-left: 0; border-bottom: 1px solid var(--border); }
  .hero-benefits span:last-child { border-bottom: 0; }
  .hero-actions .btn { width: 100%; }
  .hero-media { min-height: 410px; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-grid > div { border-top: 1px solid var(--border); border-left: 0; }
  .trust-grid > div:first-child { border-top: 0; }
  .services-grid { grid-template-columns: 1fr; }
  .local-intro-header { text-align: left; }
  .local-intro-header .section-lead { margin-left: 0; }
  .local-media-feature { min-height: 310px; }
  .local-content-mosaic { grid-template-columns: 1fr; }
  .local-action-row { align-items: stretch; }
  .local-action-row .intro-highlights { grid-template-columns: 1fr; }
  .local-action-row .btn { width: 100%; }
  .local-service-grid { grid-template-columns: 1fr; }
  .local-service-grid .feature-copy { min-height: 0; }
  .comparison-grid { grid-template-columns: 1fr; }
  .stats-grid { grid-template-columns: 1fr 1fr; }
  .stats-grid strong { font-size: 2.1rem; }
  .gallery-grid { grid-auto-rows: 190px; }
  .gallery-item, .gallery-item:nth-child(1), .gallery-item:nth-child(6) { grid-column: span 12; }
  .blog-grid { grid-template-columns: 1fr; }
  .html-sitemap { columns: 1; }
  .contact-details .col-md-4 { border-right: 0; border-bottom: 1px solid var(--border); }
  .contact-details .col-md-4:last-child { border-bottom: 0; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-map { grid-column: auto; }
  .footer-bottom { align-items: flex-start; flex-direction: column; justify-content: center; padding: 1.2rem 0; }
}

@media (max-width: 439.98px) {
  .header-proof span { white-space: nowrap; }
  .local-media-secondary { grid-template-columns: 1fr; }
  .local-media-secondary img { min-height: 180px; }
  .stats-grid { grid-template-columns: 1fr; }
  .stats-grid > div { border-top: 1px solid rgba(255,255,255,.22); border-left: 0; }
  .stats-grid > div:first-child { border-top: 0; }
}
