:root {
  --neon: #b8ff24;
  --neon-dark: #8fdb00;
  --ink: #090b0a;
  --graphite: #171a18;
  --slate: #292d2a;
  --steel: #666d67;
  --fog: #eef1ed;
  --white: #ffffff;
  --display: "Barlow Condensed", Impact, sans-serif;
  --body: "Inter", Arial, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--white); color: var(--graphite); font: 16px/1.65 var(--body); }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
.shell { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.skip-link { position: fixed; top: -70px; left: 14px; z-index: 90; padding: 10px 14px; background: var(--neon); color: var(--ink); }
.skip-link:focus { top: 10px; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 30; background: rgba(9,11,10,.95); border-bottom: 1px solid rgba(184,255,36,.18); backdrop-filter: blur(12px); }
.header-shell { min-height: 78px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 34px; }
.brand img { width: 238px; }
nav { display: flex; justify-content: center; gap: 30px; }
nav a { color: #d7dbd7; font-weight: 600; font-size: .9rem; transition: color .2s; }
nav a:hover, nav a:focus-visible { color: var(--neon); }
.top-call { display: flex; flex-direction: column; align-items: flex-end; line-height: 1.2; }
.top-call span { color: #8d948e; font-size: .7rem; text-transform: uppercase; letter-spacing: .16em; }
.top-call strong { color: var(--neon); font: 700 1.5rem var(--display); }
.menu-toggle { display: none; width: 44px; height: 44px; border: 0; background: transparent; padding: 9px; }
.menu-toggle i { display: block; height: 2px; margin: 6px 0; background: var(--neon); }

.hero { position: relative; min-height: 780px; display: flex; align-items: center; padding: 128px 0 112px; overflow: hidden; background: var(--ink); color: #fff; }
.hero-photo, .hero-overlay, .hero-lines { position: absolute; inset: 0; }
.hero-photo { width: 100%; height: 100%; object-fit: cover; object-position: 65% center; filter: saturate(.78) contrast(1.13); }
.hero-overlay { background: linear-gradient(90deg, rgba(7,9,8,.99) 0%, rgba(7,9,8,.9) 44%, rgba(7,9,8,.28) 76%, rgba(7,9,8,.12) 100%), linear-gradient(0deg, rgba(7,9,8,.8), transparent 48%); }
.hero-lines { opacity: .18; background: repeating-linear-gradient(118deg, transparent 0 180px, var(--neon) 181px 183px, transparent 184px 300px); transform: translateX(42%); }
.hero-content { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0,1fr) 315px; align-items: end; gap: 70px; }
.hero-copy { max-width: 760px; }
.signal { display: flex; align-items: center; gap: 12px; margin: 0 0 20px; color: #cbd0cb; text-transform: uppercase; letter-spacing: .15em; font-size: .73rem; font-weight: 700; }
.signal span { width: 40px; height: 3px; background: var(--neon); box-shadow: 0 0 14px rgba(184,255,36,.75); }
.signal.dark { color: var(--steel); }
.hero h1 { margin: 0; font: 900 clamp(4.5rem, 8.5vw, 8.2rem)/.82 var(--display); text-transform: uppercase; letter-spacing: -.035em; }
.hero h1 em { color: var(--neon); font-style: normal; text-shadow: 0 0 32px rgba(184,255,36,.16); }
.hero-lead { max-width: 660px; margin: 32px 0; color: #d4d8d4; font-size: 1.12rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; }
.button { min-height: 56px; padding: 0 25px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; font-weight: 800; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button.primary { background: var(--neon); color: var(--ink); box-shadow: 0 15px 32px rgba(184,255,36,.14); }
.button.primary:hover { background: var(--neon-dark); }
.button.secondary { border: 1px solid rgba(255,255,255,.35); color: #fff; }
.button.secondary:hover { background: rgba(255,255,255,.08); }
.experience-card { border: 1px solid rgba(184,255,36,.3); background: rgba(14,17,15,.86); backdrop-filter: blur(9px); }
.experience-card > div { min-height: 145px; display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 18px; padding: 26px; border-bottom: 1px solid rgba(184,255,36,.2); }
.experience-card > div:last-child { border-bottom: 0; }
.experience-card strong { color: var(--neon); font: 900 4.4rem/.8 var(--display); }
.experience-card span { color: #d7dbd7; font-size: .8rem; line-height: 1.5; text-transform: uppercase; letter-spacing: .08em; }
.hero-bottom { position: absolute; z-index: 3; left: 0; right: 0; bottom: 0; border-top: 1px solid rgba(255,255,255,.14); background: rgba(9,11,10,.74); }
.hero-bottom .shell { height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 24px; color: #aeb4af; text-transform: uppercase; letter-spacing: .12em; font-size: .75rem; }
.hero-bottom span::before { content: "+"; color: var(--neon); margin-right: 10px; }

.section { padding: 112px 0; }
.section-intro { display: grid; grid-template-columns: 1.35fr .65fr; align-items: end; gap: 70px; margin-bottom: 48px; }
.section-intro h2, .about h2, .roadside h2, .coverage h2, .contact-section h2 { margin: 0; font: 900 clamp(3rem,5.7vw,5.2rem)/.9 var(--display); text-transform: uppercase; letter-spacing: -.025em; }
.section-intro > p { margin: 0 0 5px; color: var(--steel); }
.service-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 16px; }
.service-card { position: relative; min-height: 315px; padding: 34px; background: var(--fog); border-top: 4px solid #ced3ce; overflow: hidden; }
.service-card.main-service { background: var(--graphite); color: #fff; border-top-color: var(--neon); }
.card-index { position: absolute; top: 20px; right: 25px; color: rgba(41,45,42,.14); font: 900 3.6rem/1 var(--display); }
.main-service .card-index { color: rgba(255,255,255,.1); }
.card-icon { width: 62px; height: 62px; display: grid; place-items: center; background: var(--neon); color: var(--ink); font: 900 1.6rem var(--display); box-shadow: 7px 7px 0 var(--graphite); }
.main-service .card-icon { box-shadow: 7px 7px 0 #3a403b; }
.service-card h3 { margin: 34px 0 12px; font: 800 2rem/1 var(--display); text-transform: uppercase; }
.service-card p { margin: 0; color: var(--steel); max-width: 470px; }
.main-service p { color: #bcc2bc; }

.about { padding: 112px 0; background: var(--graphite); color: #fff; overflow: hidden; }
.about-grid { display: grid; grid-template-columns: .78fr 1.22fr; align-items: center; gap: 100px; }
.portrait-wrap { position: relative; width: min(100%, 440px); }
.portrait-frame { position: relative; z-index: 2; padding: 14px; border: 1px solid rgba(184,255,36,.42); background: #111411; }
.portrait-frame img { width: 100%; aspect-ratio: 1; object-fit: cover; filter: grayscale(1) contrast(1.06); }
.portrait-accent { position: absolute; z-index: 1; left: -62px; bottom: -88px; color: rgba(184,255,36,.07); font: 900 25rem/.7 var(--display); }
.portrait-label { position: absolute; z-index: 3; right: -18px; bottom: 28px; padding: 8px 18px; background: var(--neon); color: var(--ink); font: 800 1.15rem var(--display); text-transform: uppercase; letter-spacing: .12em; }
.about-copy .lead { margin: 26px 0 16px; color: #fff; font-size: 1.18rem; font-weight: 600; }
.about-copy > p:not(.signal):not(.lead) { color: #b9bfb9; }
.about-points { display: flex; flex-wrap: wrap; gap: 18px 28px; margin-top: 30px; color: #dce0dc; font-size: .9rem; }
.about-points span::first-letter { color: var(--neon); }

.roadside { background: #fff; }
.roadside-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: center; }
.roadside-copy > p:not(.signal) { color: var(--steel); margin: 24px 0; }
.text-link { display: inline-flex; gap: 12px; align-items: center; color: #557e00; font-weight: 800; }
.text-link span { font-size: 1.45rem; transition: transform .2s; }
.text-link:hover span { transform: translateX(5px); }
.roadside-list { border-top: 1px solid #ccd2cc; }
.roadside-list > div { display: grid; grid-template-columns: 60px 1fr; gap: 20px; padding: 27px 12px; border-bottom: 1px solid #ccd2cc; }
.roadside-list > div > span { color: var(--neon-dark); font: 800 1.25rem var(--display); }
.roadside-list p { margin: 0; color: var(--steel); }
.roadside-list strong { display: block; margin-bottom: 4px; color: var(--graphite); font: 800 1.35rem var(--display); text-transform: uppercase; }

.coverage { position: relative; padding: 112px 0; overflow: hidden; background: var(--ink); color: #fff; }
.coverage-glow { position: absolute; width: 520px; height: 520px; right: -150px; top: -220px; border: 90px solid rgba(184,255,36,.06); border-radius: 50%; box-shadow: 0 0 100px rgba(184,255,36,.05); }
.coverage-inner { position: relative; display: grid; grid-template-columns: 1.1fr .9fr; gap: 90px; align-items: center; }
.coverage-inner > div:first-child > p:last-child { max-width: 650px; margin-top: 25px; color: #b6bcb7; }
.coverage-facts { border-top: 1px solid rgba(184,255,36,.24); }
.coverage-facts > div { padding: 22px 0; display: flex; justify-content: space-between; gap: 24px; border-bottom: 1px solid rgba(184,255,36,.24); }
.coverage-facts strong { color: var(--neon); font: 800 1.35rem var(--display); text-transform: uppercase; }
.coverage-facts span { color: #aab0ab; text-align: right; }

.contact-section { background: var(--neon); color: var(--ink); }
.contact-inner { min-height: 270px; display: flex; align-items: center; justify-content: space-between; gap: 55px; }
.contact-inner p { margin: 0 0 10px; text-transform: uppercase; letter-spacing: .13em; font-size: .75rem; font-weight: 800; }
.contact-inner > a { min-width: 360px; padding: 24px 30px; display: flex; flex-direction: column; background: var(--ink); color: #fff; }
.contact-inner small { color: #9ba19c; text-transform: uppercase; letter-spacing: .13em; }
.contact-inner strong { color: var(--neon); font: 800 2.25rem var(--display); }
footer { padding: 38px 0; background: #050605; color: #868d87; }
.footer-inner { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 30px; }
.footer-inner img { width: 210px; }
.footer-inner p { margin: 0; font-size: .76rem; }
.footer-inner p:nth-child(2) { text-align: center; text-transform: uppercase; letter-spacing: .1em; }
.mobile-call { display: none; }

@media (max-width: 960px) {
  .header-shell { grid-template-columns: auto 1fr auto; }
  .top-call { display: none; }
  .menu-toggle { display: block; justify-self: end; }
  nav { position: absolute; top: 78px; left: 0; right: 0; display: none; flex-direction: column; gap: 0; padding: 10px 20px 20px; background: #090b0a; }
  nav.open { display: flex; }
  nav a { padding: 14px 10px; border-bottom: 1px solid rgba(255,255,255,.1); }
  .hero-content { grid-template-columns: 1fr; }
  .experience-card { display: grid; grid-template-columns: repeat(2,1fr); max-width: 620px; }
  .experience-card > div { border-bottom: 0; border-right: 1px solid rgba(184,255,36,.2); }
  .experience-card > div:last-child { border-right: 0; }
  .section-intro, .about-grid, .roadside-grid, .coverage-inner { grid-template-columns: 1fr; gap: 50px; }
  .about-grid { justify-items: center; }
  .about-copy { max-width: 720px; }
  .contact-inner { padding: 58px 0; flex-direction: column; align-items: stretch; }
  .contact-inner > a { min-width: 0; }
  .footer-inner { grid-template-columns: 1fr; justify-items: center; text-align: center; }
}

@media (max-width: 640px) {
  body { padding-bottom: 66px; }
  .shell { width: min(100% - 30px,1180px); }
  .header-shell { min-height: 70px; }
  .brand img { width: 205px; }
  nav { top: 70px; }
  .hero { min-height: auto; padding: 116px 0 120px; }
  .hero-photo { object-position: 69% center; }
  .hero-overlay { background: linear-gradient(90deg,rgba(7,9,8,.98),rgba(7,9,8,.72)),linear-gradient(0deg,rgba(7,9,8,.85),transparent); }
  .hero-lines { display: none; }
  .hero h1 { font-size: clamp(3.8rem,18vw,5.4rem); }
  .hero-actions .button { width: 100%; }
  .experience-card { grid-template-columns: 1fr; }
  .experience-card > div { min-height: 115px; border-right: 0; border-bottom: 1px solid rgba(184,255,36,.2); }
  .hero-bottom .shell { height: auto; padding: 18px 0; flex-wrap: wrap; justify-content: flex-start; }
  .section, .about, .coverage { padding: 78px 0; }
  .section-intro h2, .about h2, .roadside h2, .coverage h2, .contact-section h2 { font-size: 3.1rem; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 0; padding: 28px; }
  .portrait-label { right: -6px; }
  .coverage-facts > div { flex-direction: column; gap: 2px; }
  .coverage-facts span { text-align: left; }
  .contact-inner strong { font-size: 1.9rem; }
  .mobile-call { position: fixed; z-index: 40; left: 0; right: 0; bottom: 0; height: 66px; display: flex; align-items: center; justify-content: center; gap: 10px; background: var(--neon); color: var(--ink); font-weight: 900; box-shadow: 0 -8px 24px rgba(0,0,0,.25); }
}
@media (prefers-reduced-motion: reduce) { *,*::before,*::after { scroll-behavior: auto !important; transition: none !important; } }
