
:root {
  --black: #050608;
  --black-2: #0b0d10;
  --panel: #11151a;
  --panel-2: #171c22;
  --text: #f6f8fb;
  --muted: #b9c2cc;
  --ink: #14181d;
  --body: #4d5864;
  --line: #dde4eb;
  --soft: #f3f6f9;
  --white: #ffffff;
  --cyan: #77838f;
  --silver: #d8e0e8;
  --shadow: 0 20px 55px rgba(5, 6, 8, .16);
  --radius: 8px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Inter', Arial, Helvetica, sans-serif;
  color: var(--ink);
  background: var(--white);
  line-height: 1.6;
}
body.menu-open { overflow: hidden; }
img, video { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
p { margin: 0 0 1rem; }
h1, h2, h3 { margin: 0; line-height: .98; letter-spacing: 0; font-family: 'Bebas Neue', 'Arial Narrow', Arial, sans-serif; font-weight: 400; overflow-wrap: break-word; }
h1 { font-size: 4.45rem; max-width: 900px; }
h2 { font-size: 3.25rem; }
h3 { font-size: 1.55rem; }
.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.narrow { width: min(850px, calc(100% - 40px)); }
.skip-link { position: absolute; left: -999px; top: 12px; z-index: 99999; background: var(--silver); color: var(--black); padding: .75rem 1rem; border-radius: var(--radius); }
.skip-link:focus { left: 12px; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }
.site-header { position: fixed; inset: 0 0 auto; z-index: 1000; color: var(--white); transition: background .2s ease, box-shadow .2s ease; }
.site-header.is-scrolled, .site-header.is-open { background: rgba(5, 6, 8, .96); box-shadow: 0 10px 40px rgba(0,0,0,.28); }
.top-strip { border-bottom: 1px solid rgba(255,255,255,.12); background: rgba(5,6,8,.35); }
.top-strip__inner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 16px; font-size: .84rem; color: rgba(255,255,255,.78); }
.top-strip a { color: var(--silver); font-weight: 800; }
.nav { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.brand img { width: 168px; height: auto; object-fit: contain; filter: drop-shadow(0 10px 18px rgba(0,0,0,.45)); }
.site-menu { display: flex; align-items: center; gap: 4px; }
.site-menu > a, .nav-group > button { color: rgba(255,255,255,.9); padding: .65rem .78rem; border: 0; background: transparent; font-family: 'Bebas Neue', 'Arial Narrow', Arial, sans-serif; font-size: 1.35rem; letter-spacing: 0; cursor: pointer; }
.site-menu > a:hover, .nav-group > button:hover { color: var(--silver); }
.nav-cta { background: linear-gradient(180deg, #f4f6f8, #a9b2bc) !important; color: var(--black) !important; border-radius: var(--radius); margin-left: .4rem; box-shadow: 0 10px 24px rgba(216,224,232,.2); }
.nav-cta:hover { background: #ffffff !important; }
.nav-group { position: relative; }
.nav-dropdown {
  position: absolute; top: 100%; left: 0; min-width: 280px; padding: .45rem; background: var(--white); color: var(--ink);
  border-radius: var(--radius); box-shadow: var(--shadow); display: grid; opacity: 0; visibility: hidden; transform: translateY(8px); transition: .18s ease;
}
.nav-group:hover .nav-dropdown, .nav-group:focus-within .nav-dropdown { opacity: 1; visibility: visible; transform: translateY(0); }
.nav-dropdown a { padding: .7rem .8rem; border-radius: 6px; color: #27313a; font-weight: 800; font-size: .92rem; }
.nav-dropdown a:hover { background: var(--soft); color: var(--black); }
.menu-toggle { display: none; width: 46px; height: 42px; border: 1px solid rgba(255,255,255,.25); border-radius: var(--radius); background: rgba(255,255,255,.08); }
.menu-toggle span:not(.sr-only) { display: block; width: 22px; height: 2px; background: white; margin: 5px auto; }
.hero { position: relative; min-height: 640px; padding: 128px 0 40px; color: var(--white); display: flex; align-items: center; overflow: hidden; background: var(--black); }
.hero-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-video { z-index: 0; background: var(--black); }
.hero-fallback { z-index: 0; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,6,8,.92), rgba(5,6,8,.62) 48%, rgba(5,6,8,.22)); }
.hero-content { position: relative; z-index: 2; }
.hero-content, .split > *, .section-head { min-width: 0; }
.breadcrumb { display: flex; flex-wrap: wrap; gap: .5rem; color: rgba(255,255,255,.78); margin-bottom: 1.2rem; font-weight: 800; }
.breadcrumb a { color: var(--silver); }
.hero-logo { width: min(320px, 76vw); height: auto; margin: 0 0 .8rem; filter: drop-shadow(0 20px 40px rgba(0,0,0,.48)); }
.eyebrow { margin: 0 0 .9rem; color: #68737f; font-family: 'Bebas Neue', 'Arial Narrow', Arial, sans-serif; font-weight: 400; text-transform: uppercase; font-size: 1.18rem; letter-spacing: 0; }
.hero .eyebrow, .section-dark .eyebrow, .cta-band .eyebrow { color: var(--silver); }
.hero-copy { max-width: 760px; color: rgba(255,255,255,.86); font-size: 1.12rem; margin: .9rem 0 0; }
.hero-actions, .center-actions { display: flex; gap: .8rem; flex-wrap: wrap; margin-top: 1.35rem; }
.center-actions { justify-content: center; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: .88rem 1.2rem; border-radius: var(--radius); font-family: 'Bebas Neue', 'Arial Narrow', Arial, sans-serif; font-size: 1.25rem; letter-spacing: 0; border: 2px solid transparent; transition: .18s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: linear-gradient(180deg, #f2f4f6, #9aa4af); color: var(--black); box-shadow: 0 16px 35px rgba(216,224,232,.22); }
.btn-outline { border-color: rgba(255,255,255,.62); color: white; }
.btn-outline:hover { background: white; color: var(--black); }
.btn-light { background: white; color: var(--black); }
.hero-stats { display: none; grid-template-columns: repeat(3, minmax(0, 150px)); gap: .7rem; margin-top: 1.35rem; }
.hero-stats div { border: 1px solid rgba(255,255,255,.18); border-radius: var(--radius); background: rgba(255,255,255,.08); padding: .8rem; backdrop-filter: blur(8px); }
.hero-stats strong { display: block; color: white; font-size: 1.35rem; line-height: 1; }
.hero-stats span { display: block; color: rgba(255,255,255,.72); font-size: .82rem; margin-top: .4rem; }
.section { padding: 92px 0; }
.section-tight { padding: 68px 0; }
.section-muted { background: var(--soft); }
.section-dark { background: var(--black); color: var(--text); }
.section-head { max-width: 760px; margin-bottom: 2.2rem; }
.section-head.center { text-align: center; margin-left: auto; margin-right: auto; }
.section-head p { color: var(--body); font-size: 1.08rem; }
.section-dark .section-head p, .section-dark p { color: var(--muted); }
.split { display: grid; grid-template-columns: minmax(0, 1fr) minmax(340px, .82fr); gap: 48px; align-items: center; }
.split.alt { grid-template-columns: minmax(340px, .85fr) minmax(0, 1fr); }
.split p { color: var(--body); font-size: 1.05rem; }
.section-dark .split p { color: var(--muted); }
.media-img { width: 100%; height: clamp(260px, 31vw, 420px); object-fit: cover; object-position: center; border-radius: var(--radius); box-shadow: var(--shadow); }
.image-stack { position: relative; min-height: 460px; }
.image-stack .media-img:first-child { width: 84%; height: 340px; margin-left: auto; }
.small-img { position: absolute; left: 0; bottom: 0; width: 54% !important; height: 250px; border: 8px solid white; }
.mini-grid, .feature-grid, .service-grid, .area-grid, .video-grid { display: grid; gap: 18px; }
.mini-grid { grid-template-columns: repeat(3, 1fr); margin-top: 1.6rem; }
.mini-grid div, .feature-grid article, .service-card, .step-list div, .contact-panel, .video-card { border: 1px solid var(--line); border-radius: var(--radius); background: white; padding: 1.25rem; box-shadow: 0 12px 28px rgba(5,6,8,.06); }
.mini-grid strong { display: block; margin-bottom: .3rem; color: var(--ink); }
.mini-grid span { color: var(--body); font-size: .92rem; }
.feature-grid { grid-template-columns: repeat(4, 1fr); }
.feature-grid h3, .service-card h3, .step-list h3 { margin-bottom: .65rem; }
.feature-grid p, .service-card p, .step-list p { color: var(--body); margin: 0; }
.service-grid { grid-template-columns: repeat(3, 1fr); }
.service-card { min-height: 310px; display: flex; flex-direction: column; overflow: hidden; }
.service-card__media { display: block; margin: -1.25rem -1.25rem 1rem; color: inherit; }
.service-card-img { width: 100%; height: 172px; object-fit: cover; object-position: center; box-shadow: none; }
.service-kicker { color: #68737f; font-weight: 900; text-transform: uppercase; font-size: .78rem; margin-bottom: .7rem; }
.service-card a { margin-top: auto; color: var(--black); font-family: 'Bebas Neue', 'Arial Narrow', Arial, sans-serif; font-size: 1.15rem; letter-spacing: 0; }
.step-list { display: grid; gap: 14px; margin-top: 1.5rem; }
.step-list div { display: grid; grid-template-columns: 42px 1fr; gap: 0 14px; align-items: start; }
.step-list span { grid-row: span 2; display: inline-grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; background: var(--black); color: var(--silver); font-weight: 900; }
.check-list { margin: 0; padding: 0; list-style: none; display: grid; gap: 12px; }
.check-list li { position: relative; padding: 1rem 1rem 1rem 2.8rem; border: 1px solid rgba(255,255,255,.12); border-radius: var(--radius); background: rgba(255,255,255,.06); color: var(--text); }
.check-list li::before { content: ""; position: absolute; left: 1rem; top: 1.45rem; width: 10px; height: 10px; border-radius: 50%; background: var(--silver); }
.table-wrap { overflow-x: auto; margin: 0 0 1.2rem; background: white; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 12px 28px rgba(5,6,8,.07); }
.section-dark .table-wrap { background: var(--panel); border-color: rgba(255,255,255,.12); }
table { width: 100%; border-collapse: collapse; min-width: 760px; }
caption { text-align: left; font-family: 'Bebas Neue', 'Arial Narrow', Arial, sans-serif; font-size: 1.35rem; letter-spacing: 0; padding: 1rem 1.1rem; color: var(--black); }
.section-dark caption { color: var(--silver); }
th, td { text-align: left; padding: 1rem 1.1rem; border-top: 1px solid var(--line); vertical-align: top; }
thead th { background: var(--black); color: white; border-color: rgba(255,255,255,.12); }
tbody th { color: var(--ink); }
.section-dark tbody th, .section-dark td { color: var(--text); border-color: rgba(255,255,255,.12); }
.pricing-note { padding: 1.1rem 1.25rem; background: #f4f6f8; border: 1px solid #cfd6de; border-radius: var(--radius); color: #26303a; font-weight: 800; }
.section-dark .pricing-note { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.18); color: var(--text); }
.video-grid { grid-template-columns: repeat(5, 1fr); }
.work-preview .section-head { margin-bottom: 1.5rem; }
.video-card { background: var(--panel); border-color: rgba(255,255,255,.12); color: var(--text); padding: .7rem; }
.video-card video { width: 100%; aspect-ratio: 9 / 16; object-fit: cover; border-radius: 6px; background: #000; }
.video-card h3 { font-size: .95rem; margin-top: .75rem; }
.area-grid { grid-template-columns: repeat(4, 1fr); }
.area-grid a, .area-grid span, .county-grid span { padding: 1rem; border: 1px solid var(--line); border-radius: var(--radius); background: white; font-weight: 900; color: var(--ink); text-align: center; }
.area-grid a:hover { border-color: var(--black); color: var(--black); background: var(--silver); }
.area-grid--dense { grid-template-columns: repeat(5, 1fr); }
.county-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 18px; }
.county-grid span { background: var(--black); color: var(--text); border-color: var(--black); }
.area-picker { display: grid; grid-template-columns: minmax(0, .95fr) minmax(380px, 1.05fr); gap: 24px; align-items: start; }
.area-picker__list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
.area-choice { min-height: 50px; padding: .85rem .75rem; border: 1px solid var(--line); border-radius: var(--radius); background: white; color: var(--ink); font-weight: 900; cursor: pointer; transition: .18s ease; }
.area-choice:hover, .area-choice.is-active { background: var(--black); color: var(--text); border-color: var(--black); }
.area-map-panel { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: white; box-shadow: var(--shadow); position: sticky; top: 128px; }
.map-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.map-grid--single { grid-template-columns: minmax(0, 860px); justify-content: center; }
.map-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: white; box-shadow: 0 12px 28px rgba(5,6,8,.06); }
.map-frame { width: 100%; height: 220px; border: 0; background: var(--soft); filter: grayscale(.25) contrast(1.04); }
.map-card__body { padding: 1rem; }
.map-card h3 { font-size: 1.35rem; }
.map-card p { color: var(--body); margin: .45rem 0 .75rem; font-size: .95rem; }
.map-card a { color: var(--black); font-family: 'Bebas Neue', 'Arial Narrow', Arial, sans-serif; font-size: 1.15rem; letter-spacing: 0; }
.pricing-facts { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin: 1rem 0; }
.pricing-facts div { border: 1px solid var(--line); border-radius: var(--radius); background: white; padding: 1rem; }
.section-dark .pricing-facts div { background: var(--panel); border-color: rgba(255,255,255,.12); }
.pricing-facts strong { display: block; color: var(--black); margin-bottom: .35rem; }
.section-dark .pricing-facts strong { color: var(--silver); }
.pricing-facts span { display: block; color: var(--body); font-size: .94rem; }
.section-dark .pricing-facts span { color: var(--muted); }
.faq-list { border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: white; box-shadow: var(--shadow); }
details { border-bottom: 1px solid var(--line); }
details:last-child { border-bottom: 0; }
summary { cursor: pointer; padding: 1.25rem; font-weight: 900; }
details p { padding: 0 1.25rem 1.25rem; color: var(--body); margin: 0; }
.cta-band { background: linear-gradient(120deg, #050608, #2b3138 52%, #8f99a5); color: white; }
.cta-inner { display: flex; justify-content: space-between; align-items: center; gap: 28px; }
.cta-inner p { color: rgba(255,255,255,.86); margin: .8rem 0 0; max-width: 680px; }
.quote-grid { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr); gap: 26px; align-items: start; }
.form-shell { height: 720px; background: white; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); overflow: hidden; }
.contact-panel h3 { margin-bottom: .5rem; }
.contact-list { list-style: none; padding: 0; margin: 1.2rem 0 0; display: grid; gap: 12px; }
.contact-list li { display: grid; gap: 2px; padding-bottom: 12px; border-bottom: 1px solid var(--line); }
.contact-list strong { color: var(--black); }
.contact-list a, .contact-list span { color: var(--ink); font-weight: 800; overflow-wrap: anywhere; }
.site-footer { background: var(--black); color: rgba(255,255,255,.78); padding: 64px 0 28px; }
.footer-grid { display: grid; grid-template-columns: 1.3fr .9fr .9fr .9fr; gap: 34px; }
.footer-logo { width: 210px; height: auto; margin-bottom: 1rem; filter: drop-shadow(0 12px 24px rgba(0,0,0,.38)); }
.site-footer h3 { color: white; margin-bottom: 1rem; font-size: 1rem; }
.site-footer ul { list-style: none; padding: 0; margin: 0; display: grid; gap: .55rem; }
.site-footer a:hover { color: var(--silver); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.12); margin-top: 44px; padding-top: 20px; display: flex; justify-content: space-between; gap: 16px; }
.floating-call { position: fixed; right: 18px; bottom: 18px; z-index: 900; display: none; background: linear-gradient(180deg, #f2f4f6, #9aa4af); color: var(--black); border-radius: 999px; padding: .8rem 1rem; font-weight: 900; box-shadow: 0 18px 36px rgba(0,0,0,.24); }
@media (max-width: 1060px) {
  h1 { font-size: 3rem; }
  h2 { font-size: 2.1rem; }
  .menu-toggle { display: block; }
  .site-menu {
    position: fixed; inset: 116px 0 auto; max-height: calc(100vh - 116px); overflow: auto; display: none; padding: 18px 20px 28px;
    background: rgba(5,6,8,.98); border-top: 1px solid rgba(255,255,255,.12);
  }
  .site-menu.is-open { display: grid; gap: 4px; }
  .site-menu > a, .nav-group > button { width: 100%; text-align: left; padding: .9rem; border-bottom: 1px solid rgba(255,255,255,.08); }
  .nav-dropdown { position: static; opacity: 1; visibility: visible; transform: none; display: grid; min-width: 0; box-shadow: none; margin: 0 0 .6rem; background: rgba(255,255,255,.08); color: white; }
  .nav-dropdown a { color: rgba(255,255,255,.88); }
  .nav-cta { text-align: center !important; margin: .5rem 0 0; }
  .split, .split.alt, .quote-grid { grid-template-columns: 1fr; }
  .area-picker { grid-template-columns: 1fr; }
  .area-picker__list { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .area-map-panel { position: static; }
  .feature-grid, .service-grid, .area-grid--dense, .pricing-facts, .map-grid { grid-template-columns: repeat(2, 1fr); }
  .map-grid--single { grid-template-columns: 1fr; }
  .video-grid { grid-template-columns: repeat(3, 1fr); }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 700px) {
  .container, .narrow { width: calc(100% - 28px); }
  .top-strip__inner { justify-content: center; text-align: center; }
  .top-strip__inner span { display: none; }
  .hero { min-height: 690px; padding: 140px 0 58px; }
  h1 { font-size: 2rem; max-width: 340px; }
  h2 { font-size: 1.58rem; }
  h3 { font-size: 1.28rem; }
  .hero-copy { font-size: 1rem; max-width: 34ch; }
  .split p { font-size: 1rem; }
  .hero-actions, .cta-inner { flex-direction: column; align-items: stretch; }
  .btn { width: 100%; }
  .hero-stats, .mini-grid, .feature-grid, .service-grid, .area-grid, .area-grid--dense, .county-grid, .pricing-facts, .video-grid, .footer-grid, .map-grid { grid-template-columns: 1fr; }
  .section { padding: 64px 0; }
  .area-picker__list { grid-template-columns: 1fr; }
  .area-choice { min-height: 46px; }
  .map-frame { height: 210px; }
  .service-card-img { height: 190px; }
  .media-img { height: min(62vw, 320px); }
  .image-stack { min-height: 0; }
  .image-stack .media-img:first-child, .small-img { width: 100% !important; height: min(62vw, 320px) !important; position: static; margin: 0; border: 0; }
  .image-stack { display: grid; gap: 16px; }
  .form-shell { height: 760px; }
  .footer-bottom { flex-direction: column; }
  .floating-call { display: none; }
}
