:root {
  --red: #e81418;
  --red-dark: #b80d12;
  --blue: #1237f5;
  --blue-dark: #061a70;
  --cyan: #09d4e5;
  --ink: #121212;
  --ink-soft: #2b2f38;
  --muted: #687180;
  --line: #e4e7ec;
  --surface: #f5f7fb;
  --surface-dark: #eceff5;
  --white: #ffffff;
  --shadow: 0 18px 45px rgba(15, 23, 42, 0.14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  background: var(--white);
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
svg { width: 1.1em; height: 1.1em; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.narrow { max-width: 820px; }
.skip-link { position: fixed; left: 1rem; top: -4rem; z-index: 10001; background: var(--red); color: var(--white); padding: .7rem 1rem; border-radius: 6px; }
.skip-link:focus { top: 1rem; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 1000;
  transition: background .25s ease, box-shadow .25s ease, transform .25s ease;
  color: var(--white);
}
.site-header.scrolled,
.site-header.menu-open {
  background: rgba(255,255,255,.97);
  color: var(--ink);
  box-shadow: 0 10px 30px rgba(0,0,0,.08);
}
.header-inner { height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.brand { display: inline-flex; align-items: center; background: rgba(255,255,255,.95); border-radius: 8px; padding: 5px 8px; box-shadow: 0 8px 22px rgba(0,0,0,.12); }
.brand-logo { width: 170px; height: 42px; object-fit: contain; }
.desktop-nav { display: flex; align-items: center; gap: 2px; font-size: .84rem; font-weight: 760; }
.desktop-nav > a,
.nav-dropdown > a { padding: 10px 10px; border-radius: 6px; color: currentColor; opacity: .92; }
.desktop-nav a:hover { color: var(--red); background: rgba(255,255,255,.12); }
.site-header.scrolled .desktop-nav a:hover { background: var(--surface); }
.nav-dropdown { position: relative; }
.dropdown-panel {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 235px;
  padding: 8px;
  background: var(--white);
  color: var(--ink);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: .18s ease;
}
.dropdown-panel.mega { min-width: 480px; display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.dropdown-panel.wide { min-width: 360px; }
.nav-dropdown:hover .dropdown-panel,
.nav-dropdown:focus-within .dropdown-panel { opacity: 1; visibility: visible; transform: translateY(0); }
.dropdown-panel a { display: block; padding: 9px 10px; border-radius: 6px; color: var(--ink-soft); font-size: .86rem; }
.dropdown-panel strong { display: block; padding: 8px 10px 6px; color: var(--red); font-size: .74rem; text-transform: uppercase; letter-spacing: .08em; }
.dropdown-panel a:hover { background: var(--surface); color: var(--red); }
.header-actions { display: flex; align-items: center; gap: 12px; }
.phone-link { display: inline-flex; align-items: center; gap: 8px; font-weight: 800; font-size: .9rem; }
.quote-link { background: var(--red); color: var(--white); padding: 10px 14px; border-radius: 8px; font-weight: 850; font-size: .88rem; box-shadow: 0 10px 22px rgba(232,20,24,.24); }
.menu-toggle { display: none; width: 44px; height: 44px; border: 0; border-radius: 8px; background: var(--red); color: var(--white); align-items: center; justify-content: center; cursor: pointer; }
.mobile-panel { display: none; }

.hero { position: relative; display: flex; align-items: center; overflow: hidden; color: var(--white); }
.home-hero { min-height: 78svh; padding: 108px 0 44px; }
.page-hero { min-height: 560px; padding: 128px 0 72px; }
.hero-media, .hero-overlay { position: absolute; inset: 0; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; }
.hero-overlay { background: linear-gradient(90deg, rgba(0,0,0,.78), rgba(0,0,0,.48) 48%, rgba(0,0,0,.22)); }
.hero-content { position: relative; z-index: 1; max-width: 960px; margin-left: max(calc((100% - 1180px)/2), 20px); }
.hero h1 { margin: 14px 0 0; font-size: clamp(2.15rem, 3.7vw, 4.05rem); line-height: 1.03; letter-spacing: 0; max-width: 900px; font-weight: 850; }
.page-hero h1 { font-size: clamp(1.95rem, 3vw, 3.25rem); }
.hero p { max-width: 720px; margin: 22px 0 0; color: rgba(255,255,255,.87); font-size: clamp(1.04rem, 1.8vw, 1.28rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.hero-stats { display: flex; flex-wrap: wrap; gap: 0; margin-top: 34px; max-width: 760px; }
.hero-stats div { padding: 0 26px; border-left: 1px solid rgba(255,255,255,.28); }
.hero-stats div:first-child { padding-left: 0; border-left: 0; }
.hero-stats strong { display: block; font-size: clamp(1.6rem, 3vw, 2.3rem); line-height: 1.1; }
.hero-stats span { display: block; margin-top: 4px; font-size: .75rem; text-transform: uppercase; letter-spacing: .08em; color: rgba(255,255,255,.72); font-weight: 800; }
.eyebrow { display: inline-flex; align-items: center; width: fit-content; border-radius: 999px; padding: 7px 13px; background: rgba(232,20,24,.1); color: var(--red); text-transform: uppercase; font-size: .74rem; letter-spacing: .1em; font-weight: 900; }
.eyebrow.dark { background: rgba(255,255,255,.12); color: var(--white); backdrop-filter: blur(10px); }

.btn { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 48px; padding: 13px 18px; border-radius: 8px; font-weight: 900; transition: transform .18s ease, background .18s ease, color .18s ease, border-color .18s ease; border: 2px solid transparent; line-height: 1.1; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--red); color: var(--white); box-shadow: 0 14px 28px rgba(232,20,24,.24); }
.btn-primary:hover { background: var(--red-dark); }
.btn-secondary { background: var(--blue); color: var(--white); }
.btn-light { background: var(--white); color: var(--red); }
.btn-outline { border-color: var(--line); color: var(--ink); background: var(--white); }
.btn-outline-light, .btn-ghost { border-color: rgba(255,255,255,.82); color: var(--white); background: transparent; }
.btn-ghost:hover, .btn-outline-light:hover { background: var(--white); color: var(--ink); }

.info-strip { background: var(--red); color: var(--white); }
.info-grid { min-height: 52px; display: grid; grid-template-columns: repeat(3, 1fr); align-items: center; gap: 20px; font-weight: 800; font-size: .92rem; }
.info-grid div, .info-grid a { display: flex; align-items: center; justify-content: center; gap: 8px; }
.info-grid svg { color: rgba(255,255,255,.78); }

.section { padding: 88px 0; }
.surface { background: var(--surface); }
.section-intro { max-width: 760px; margin: 0 auto 42px; text-align: center; }
.section-intro.left { margin-left: 0; text-align: left; }
.section-intro h2 { margin: 13px 0 0; font-size: clamp(1.65rem, 2.9vw, 2.55rem); line-height: 1.12; letter-spacing: 0; font-weight: 850; }
.section-intro p { margin: 15px 0 0; color: var(--muted); font-size: 1.08rem; }
.lead { font-size: 1.12rem; color: var(--ink-soft); }
.split-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, .86fr); gap: 58px; align-items: center; }
.image-stack { position: relative; min-height: 520px; }
.image-main { width: 88%; height: 430px; object-fit: cover; border-radius: 8px; box-shadow: var(--shadow); }
.image-small { position: absolute; right: 0; bottom: 0; width: 52%; height: 230px; object-fit: cover; border: 8px solid var(--white); border-radius: 8px; box-shadow: var(--shadow); }
.image-frame img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 8px; box-shadow: var(--shadow); }
.feature-panel { border-radius: 8px; padding: 42px; color: var(--white); min-height: 360px; display: flex; flex-direction: column; justify-content: center; box-shadow: var(--shadow); }
.feature-panel.red { background: linear-gradient(135deg, var(--red), var(--blue-dark)); }
.feature-panel strong { font-size: clamp(4rem, 9vw, 7rem); line-height: 1; }
.feature-panel span { font-size: 1.3rem; font-weight: 900; }
.feature-panel p { color: rgba(255,255,255,.86); }
.check-list { list-style: none; padding: 0; margin: 26px 0; display: grid; gap: 12px; }
.check-list li { display: grid; grid-template-columns: 28px 1fr; gap: 11px; align-items: start; color: var(--ink-soft); font-weight: 700; }
.check-list svg { color: var(--red); width: 22px; height: 22px; }
.inline-actions, .center-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 28px; }
.center-actions { justify-content: center; }

.service-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.service-card { background: var(--white); border: 1px solid var(--line); border-radius: 8px; overflow: hidden; display: flex; flex-direction: column; box-shadow: 0 12px 28px rgba(15,23,42,.06); }
.service-media { display: block; aspect-ratio: 1.35 / 1; overflow: hidden; background: var(--surface-dark); }
.service-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .28s ease; }
.service-card:hover .service-media img { transform: scale(1.04); }
.service-body { padding: 22px; display: flex; flex-direction: column; flex: 1; }
.service-body h3 { margin: 0; font-size: 1.22rem; line-height: 1.2; }
.service-body p { color: var(--muted); margin: 13px 0 18px; }
.text-link { margin-top: auto; color: var(--red); font-weight: 900; display: inline-flex; align-items: center; gap: 8px; }
.text-link svg { width: 16px; height: 16px; }

.reviews-band { background: linear-gradient(135deg, #111 0%, #1c2430 62%, #071b72 100%); color: var(--white); }
.reviews-band .section-intro p, .reviews-band .lead { color: rgba(255,255,255,.78); }
.reviews-layout { max-width: 1080px; }
.live-reviews-widget { margin-top: 34px; background: var(--white); color: var(--ink); border-radius: 8px; padding: 18px; box-shadow: var(--shadow); min-height: 640px; overflow: hidden; }
.live-reviews-widget:empty { display: none; }
.live-reviews-widget script { display: none; }
.live-reviews-widget .lc_reviews_widget { display: block; border: 0; width: 100% !important; min-width: 100% !important; min-height: 620px; height: 620px; }
.map-card { background: var(--white); color: var(--ink); border-radius: 8px; overflow: hidden; box-shadow: var(--shadow); align-self: stretch; min-height: 450px; display: flex; flex-direction: column; }
.map-card.tall { min-height: 520px; }
.map-card iframe { border: 0; width: 100%; flex: 1; min-height: 380px; }
.map-card-footer { padding: 18px; display: flex; align-items: center; justify-content: space-between; gap: 14px; border-top: 1px solid var(--line); }
.map-card-footer a { color: var(--red); font-weight: 900; display: inline-flex; gap: 8px; align-items: center; }

.gallery-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.gallery-item { margin: 0; position: relative; overflow: hidden; border-radius: 8px; background: var(--ink); min-height: 250px; }
.gallery-item img { width: 100%; height: 100%; min-height: 250px; object-fit: cover; transition: transform .3s ease; }
.gallery-item:hover img { transform: scale(1.04); }
.gallery-item figcaption { position: absolute; inset: auto 0 0; padding: 42px 18px 16px; color: var(--white); background: linear-gradient(transparent, rgba(0,0,0,.78)); font-weight: 800; font-size: .92rem; }
.gallery-item span { display: block; width: fit-content; background: var(--red); padding: 4px 8px; border-radius: 999px; margin-bottom: 7px; font-size: .72rem; text-transform: uppercase; letter-spacing: .08em; }

.quote-section { background: var(--surface); }
.quote-grid { display: grid; grid-template-columns: minmax(0, 1fr) 360px; gap: 30px; align-items: start; }
.quote-form, .contact-panel { background: var(--white); border: 1px solid var(--line); border-radius: 8px; box-shadow: 0 12px 30px rgba(15,23,42,.07); padding: 28px; }
.quote-form { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 18px; }
.quote-form, .quote-form > *, .contact-panel { min-width: 0; }
.quote-form label { display: grid; gap: 7px; color: var(--ink-soft); font-weight: 800; }
.quote-form label:nth-of-type(4), .quote-form label:nth-of-type(5), .quote-form .consent { grid-column: 1 / -1; }
input, select, textarea { width: 100%; border: 1px solid #ccd2dc; border-radius: 8px; min-height: 46px; padding: 11px 12px; font: inherit; color: var(--ink); background: var(--white); }
textarea { resize: vertical; min-height: 136px; }
.consent { display: flex !important; grid-template-columns: 20px 1fr !important; align-items: start; font-size: .9rem; color: var(--muted) !important; }
.consent input { width: 17px; min-height: 17px; margin-top: 3px; }
.quote-form button { grid-column: 1 / -1; width: fit-content; cursor: pointer; border: 0; font: inherit; }
.hidden-field { display: none; }
.contact-panel { display: grid; gap: 15px; }
.contact-panel h3 { margin: 0 0 4px; font-size: 1.4rem; }
.contact-panel a, .contact-panel p { display: grid; grid-template-columns: 26px 1fr; gap: 11px; align-items: center; margin: 0; color: var(--ink-soft); font-weight: 800; }
.contact-panel svg { color: var(--red); }
.contact-panel .btn { display: inline-flex; grid-template-columns: none; width: fit-content; margin-top: 8px; color: var(--white); }

.faq-list { background: var(--white); border: 1px solid var(--line); border-radius: 8px; box-shadow: 0 12px 30px rgba(15,23,42,.07); padding: 12px 24px; }
details { border-bottom: 1px solid var(--line); padding: 16px 0; }
details:last-child { border-bottom: 0; }
summary { cursor: pointer; font-weight: 900; font-size: 1.05rem; }
details p { color: var(--muted); margin: 12px 0 0; }

.cta-band { background: var(--red); color: var(--white); }
.cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.cta-inner h2 { margin: 10px 0 0; font-size: clamp(2rem, 4vw, 3rem); line-height: 1.05; }
.cta-inner p { color: rgba(255,255,255,.85); margin: 12px 0 0; }
.cta-actions { display: flex; flex-wrap: wrap; gap: 14px; }

.value-grid, .area-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.areas-map-layout { align-items: start; }
.area-grid.compact { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.value-grid article, .area-card { background: var(--white); border: 1px solid var(--line); border-radius: 8px; padding: 24px; box-shadow: 0 12px 28px rgba(15,23,42,.06); }
.value-grid h3 { margin: 0 0 9px; }
.value-grid p, .area-card span { color: var(--muted); margin: 0; }
.area-card { display: grid; gap: 12px; }
.area-card svg { color: var(--red); width: 28px; height: 28px; }
.area-card h3 { margin: 0; font-size: 1.02rem; line-height: 1.25; }
.area-card:hover { border-color: rgba(232,20,24,.35); transform: translateY(-2px); transition: .18s ease; }

.site-footer { background: #101114; color: var(--white); padding: 64px 0 22px; }
.footer-grid { display: grid; grid-template-columns: 1.25fr repeat(3, 1fr); gap: 34px; }
.footer-logo { width: 220px; height: 58px; object-fit: contain; background: var(--white); border-radius: 8px; padding: 6px; }
.site-footer p { color: rgba(255,255,255,.72); }
.site-footer h3 { margin: 0 0 14px; color: rgba(255,255,255,.66); text-transform: uppercase; letter-spacing: .08em; font-size: .82rem; }
.site-footer a { display: block; color: rgba(255,255,255,.78); margin: 9px 0; }
.site-footer a:hover { color: var(--white); }
.areas { font-size: .9rem; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); margin-top: 40px; padding-top: 20px; display: flex; align-items: center; justify-content: space-between; gap: 18px; color: rgba(255,255,255,.66); font-size: .9rem; }

@media (max-width: 1080px) {
  .desktop-nav, .phone-link, .quote-link { display: none; }
  .menu-toggle { display: inline-flex; }
  .mobile-panel {
    position: fixed;
    top: 76px;
    left: 0;
    right: 0;
    display: grid;
    background: var(--white);
    color: var(--ink);
    padding: 12px 20px 24px;
    border-top: 1px solid var(--line);
    box-shadow: var(--shadow);
    transform: translateY(-18px);
    opacity: 0;
    visibility: hidden;
    transition: .2s ease;
    max-height: calc(100svh - 76px);
    overflow: auto;
  }
  .site-header.menu-open .mobile-panel { opacity: 1; visibility: visible; transform: translateY(0); }
  .mobile-panel a { padding: 12px 0; border-bottom: 1px solid var(--line); font-weight: 800; }
  .split-grid, .reviews-layout, .quote-grid { grid-template-columns: 1fr; }
  .service-grid, .gallery-grid, .value-grid, .area-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .image-stack { min-height: 420px; }
}

@media (max-width: 720px) {
  .container { width: min(100% - 28px, 1180px); }
  .header-inner { height: 74px; }
  .brand-logo { width: 150px; height: 38px; }
  .mobile-panel { top: 74px; max-height: calc(100svh - 74px); }
  .home-hero { min-height: 72svh; padding: 96px 0 30px; }
  .page-hero { min-height: 470px; padding: 112px 0 54px; }
  .hero-overlay { background: rgba(0,0,0,.62); }
  .hero-content { margin-left: 14px; margin-right: 14px; }
  .hero h1 { font-size: clamp(2.05rem, 10vw, 2.9rem); }
  .hero p { margin-top: 16px; font-size: 1rem; }
  .hero-actions { margin-top: 24px; }
  .hero-actions, .cta-actions { flex-direction: column; align-items: stretch; }
  .btn { width: 100%; }
  .home-hero .hero-stats { display: none; }
  .hero-stats { display: grid; grid-template-columns: 1fr; gap: 14px; margin-top: 28px; }
  .hero-stats div { border-left: 0; border-top: 1px solid rgba(255,255,255,.22); padding: 13px 0 0; }
  .hero-stats div:first-child { border-top: 0; }
  .info-grid { grid-template-columns: 1fr; padding: 14px 0; gap: 10px; }
  .section { padding: 64px 0; }
  .service-grid, .gallery-grid, .value-grid, .area-grid { grid-template-columns: 1fr; }
  .quote-form { grid-template-columns: 1fr; padding: 20px; }
  .image-stack { min-height: unset; display: grid; gap: 14px; }
  .image-main, .image-small { position: static; width: 100%; height: auto; aspect-ratio: 4 / 3; border: 0; }
  .cta-inner, .footer-bottom { flex-direction: column; align-items: flex-start; }
  .footer-grid { grid-template-columns: 1fr; }
  .live-reviews-widget { min-height: 580px; padding: 10px; }
  .live-reviews-widget .lc_reviews_widget { min-height: 560px; height: 560px; }
}