@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@600;700;800&family=Manrope:wght@400;600;700;800&display=swap");

:root {
  --asphalt: #15191d;
  --black: #050505;
  --graphite: #2b3036;
  --signal: #e3342f;
  --safety: #ffc400;
  --concrete: #f3f4f6;
  --page: #ffffff;
  --white: #ffffff;
  --shadow: 0 28px 80px rgba(0, 0, 0, 0.22);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--page);
  color: var(--asphalt);
  font-family: Manrope, system-ui, sans-serif;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(5, 5, 5, 0.96);
  color: #fff;
  backdrop-filter: blur(14px);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(92rem, calc(100% - 32px));
  height: 82px;
  margin: 0 auto;
}

.logo-white {
  width: 252px;
  height: auto;
}

.nav {
  display: flex;
  align-items: center;
  gap: 28px;
}

.nav a {
  position: relative;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 20px;
  font-weight: 800;
  text-transform: uppercase;
}

.nav a::after {
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 0;
  height: 3px;
  background: var(--signal);
  content: "";
  transition: width 0.2s ease;
}

.nav a:hover::after,
.nav a.active::after {
  width: 38px;
}

.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.menu-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  margin: 5px auto;
  background: currentColor;
}

.button,
button.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  max-width: 100%;
  gap: 12px;
  border: 0;
  border-radius: 8px;
  padding: 14px 26px;
  background: var(--signal);
  color: #fff;
  cursor: pointer;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 21px;
  font-weight: 800;
  font-style: italic;
  text-transform: uppercase;
  text-align: center;
  transition: transform 0.2s ease, background 0.2s ease;
}

.button:hover {
  transform: translateY(-2px);
  background: #f01818;
}

.button.outline {
  border: 1px solid rgba(255, 255, 255, 0.36);
  background: rgba(255, 255, 255, 0.06);
}

.button.yellow {
  background: var(--safety);
  color: var(--asphalt);
}

.button img {
  width: 26px;
  height: 26px;
  object-fit: contain;
}

.page-wrap {
  overflow: hidden;
}

.section {
  padding: 84px 20px;
}

.section-card {
  width: min(92rem, 100%);
  margin: 0 auto;
  border-radius: 18px;
  box-shadow: var(--shadow);
}

.full-bleed-section {
  position: relative;
  left: 50%;
  width: 100vw;
  padding-right: 0;
  padding-left: 0;
  margin-left: -50vw;
}

.hero {
  position: relative;
  left: 50%;
  width: 100vw;
  padding: 0;
  margin-left: -50vw;
}

.hero-card {
  position: relative;
  width: 100vw;
  min-height: calc(100svh - 82px);
  overflow: hidden;
  border-radius: 0;
  background: #050505;
  color: #fff;
  box-shadow: none;
}

.hero-card::before {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 15% 20%, rgba(255, 255, 255, 0.08), transparent 22%),
    linear-gradient(90deg, #050505 0 48%, rgba(5, 5, 5, 0.92) 60%, rgba(5, 5, 5, 0.76) 100%);
  content: "";
}

.hero-card::after,
.dark-pattern::after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 360px;
  height: 210px;
  background:
    linear-gradient(112deg, transparent 0 50%, rgba(227, 52, 47, 0.96) 50% 55%, transparent 55%),
    linear-gradient(112deg, transparent 0 59%, rgba(255, 196, 0, 0.96) 59% 64%, transparent 64%);
  content: "";
  opacity: 0.8;
}

.hero-content {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(360px, 1.12fr);
  align-items: center;
  width: min(92rem, calc(100% - 40px));
  min-height: calc(100svh - 82px);
  margin: 0 auto;
  padding: 72px 0;
  gap: 42px;
}

.hero-content > *,
.hero-visual,
.seo-box > *,
.about-copy,
.about-image,
.contact-copy,
.map-frame,
.final-cta > *,
.footer-grid > * {
  min-width: 0;
}

.eyebrow {
  max-width: 720px;
  margin: 0 0 16px;
  color: var(--safety);
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(22px, 2vw, 30px);
  font-weight: 800;
  font-style: italic;
  text-transform: uppercase;
}

.eyebrow span {
  color: #fff;
}

.hero h1 {
  margin: 0;
  font-family: "Barlow Condensed", sans-serif;
  max-width: 700px;
  font-size: clamp(52px, 5.6vw, 88px);
  font-weight: 800;
  font-style: italic;
  line-height: 0.94;
  text-transform: uppercase;
}

.hero-visual {
  position: relative;
  min-height: min(66vh, 620px);
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(5, 5, 5, 0.46), rgba(5, 5, 5, 0.04)),
    url("assets/images/hero-roadside.jpeg") center / cover;
  clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%);
}

.hero-visual::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 0 74%, rgba(5, 5, 5, 0.72) 100%);
  content: "";
}

.display-title {
  margin: 0;
  max-width: 100%;
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(44px, 4.8vw, 76px);
  font-weight: 800;
  font-style: italic;
  line-height: 0.9;
  text-transform: uppercase;
}

.red {
  color: var(--signal);
}

.yellow {
  color: var(--safety);
}

.hero-copy {
  max-width: 680px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.97);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.62;
}

.hero-small {
  max-width: 650px;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.8;
}

.trust-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  max-width: 700px;
  margin-top: 34px;
}

.trust-item {
  min-height: 126px;
  border-right: 1px solid rgba(255, 255, 255, 0.25);
  padding: 0 20px;
}

.trust-item:first-child {
  padding-left: 0;
}

.trust-item:last-child {
  border-right: 0;
}

.trust-item img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}

.trust-item strong {
  display: block;
  margin-top: 12px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 19px;
  font-weight: 800;
  font-style: italic;
  line-height: 1.05;
  text-transform: uppercase;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 34px;
}

.section-head {
  max-width: 860px;
  margin: 0 auto 44px;
  text-align: center;
}

.section-head.left {
  margin-left: 0;
  text-align: left;
}

.section-head h2 {
  margin: 0;
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(42px, 5.2vw, 76px);
  font-weight: 800;
  font-style: italic;
  line-height: 1;
  text-transform: uppercase;
}

.section-head p {
  margin: 20px 0 0;
  color: rgba(21, 25, 29, 0.82);
  font-size: 17px;
  line-height: 1.8;
}

.dark .section-head p,
.dark p {
  color: rgba(255, 255, 255, 0.86);
}

.use-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  width: min(78rem, 100%);
  margin: 0 auto;
}

.light-card {
  display: flex;
  flex-direction: column;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  background: #fff;
  padding: 28px;
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.06);
}

.light-card img {
  width: 70px;
  height: 70px;
  object-fit: contain;
}

.light-card h3,
.dark-card h3 {
  margin: 22px 0 0;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 32px;
  font-weight: 800;
  font-style: italic;
  line-height: 0.95;
  text-transform: uppercase;
}

.light-card p,
.dark-card p {
  margin: 16px 0 0;
  color: rgba(21, 25, 29, 0.82);
  font-size: 15px;
  line-height: 1.75;
}

.blog-grid .light-card p:last-child {
  margin-top: auto;
  padding-top: 22px;
}

.blog-grid .button {
  width: 100%;
}

.section-logo {
  height: auto;
}

.section-logo-dark {
  width: 270px;
}

.section-logo-light {
  width: 260px;
}

.dark {
  position: relative;
  overflow: hidden;
  background: #050505;
  color: #fff;
}

.dark-pattern::before {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 10% 10%, rgba(255, 255, 255, 0.08), transparent 20%),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.055) 0 7px, transparent 7px 22px);
  content: "";
  opacity: 0.35;
}

.dark > * {
  position: relative;
}

.seo-box {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 44px;
  width: min(86rem, 100%);
  margin: 0 auto;
}

.callout {
  align-self: center;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.08);
  padding: 32px;
}

.callout h3 {
  margin: 0;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 40px;
  font-weight: 800;
  font-style: italic;
  line-height: 0.95;
  text-transform: uppercase;
}

.services-grid {
  display: grid;
  grid-template-columns: 0.95fr 2.05fr;
  gap: 20px;
  width: min(92rem, 100%);
  margin: 0 auto;
}

.featured-service {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  border: 1px solid var(--signal);
  border-radius: 16px;
  background: #080808;
  box-shadow: 0 0 34px rgba(227, 52, 47, 0.35);
}

.featured-service .tag {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  border-radius: 0 0 12px 0;
  background: var(--signal);
  padding: 16px 26px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 22px;
  font-weight: 800;
  font-style: italic;
  text-transform: uppercase;
}

.featured-service .van {
  width: 100%;
  height: 230px;
  object-fit: cover;
  opacity: 0.72;
}

.featured-service .featured-content {
  position: absolute;
  inset: auto 0 0;
  padding: 32px;
  background: linear-gradient(transparent, #050505 25%);
}

.featured-service .featured-content img {
  width: 120px;
}

.service-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.dark-card {
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.06);
  padding: 30px;
  text-align: center;
}

.dark-card img {
  width: 96px;
  height: 96px;
  margin: 0 auto;
  object-fit: contain;
}

.dark-card p {
  color: rgba(255, 255, 255, 0.86);
}

.underline {
  display: block;
  width: 56px;
  height: 3px;
  margin: 18px auto 0;
  background: var(--signal);
}

.availability {
  display: flex;
  align-items: center;
  gap: 22px;
  max-width: 720px;
  margin: 30px auto 0;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.58);
  padding: 20px 28px;
}

.availability img {
  width: 72px;
}

.process-grid,
.why-grid,
.blog-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  width: min(86rem, 100%);
  margin: 0 auto;
}

.process-card {
  background: #fff;
  border-radius: 14px;
  padding: 28px;
}

.process-number {
  color: #b8bec6;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 56px;
  font-weight: 800;
}

.why-section-card {
  position: relative;
  overflow: hidden;
  width: min(86rem, 100%);
  margin: 0 auto;
  border-radius: 18px;
  background: #fff;
  padding: 58px 42px;
  box-shadow: var(--shadow);
}

.why-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  overflow: hidden;
}

.why-card {
  border-right: 1px solid #e5e7eb;
  padding: 28px 22px;
  text-align: center;
}

.why-card:last-child {
  border-right: 0;
}

.why-card img {
  width: 86px;
  height: 86px;
  margin: 0 auto;
  object-fit: contain;
}

.about-card {
  display: grid;
  grid-template-columns: minmax(20px, 1fr) minmax(0, 42vw) minmax(0, 50vw) minmax(20px, 1fr);
  width: 100vw;
  overflow: hidden;
  background: #fff;
  border-radius: 0;
  box-shadow: none;
}

.about-copy {
  grid-column: 2;
  justify-self: end;
  width: min(100%, 640px);
  padding: 64px 44px;
}

.about-copy .display-title {
  font-size: clamp(48px, 4.8vw, 78px);
}

.about-image {
  position: relative;
  grid-column: 3 / 5;
  min-height: 560px;
}

.about-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-list {
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.about-list li {
  display: flex;
  align-items: center;
  gap: 16px;
  border-bottom: 1px solid #e5e7eb;
  padding: 14px 0;
  font-weight: 800;
}

.about-list img {
  width: 40px;
}

.gallery-wrap {
  padding: 58px 28px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  background: #090909;
}

.gallery-logo {
  width: 220px;
  margin: 0 auto;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
  margin-top: 46px;
}

.gallery-item {
  position: relative;
  min-height: 360px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 12px;
}

.gallery-item > img:first-child {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery-caption {
  position: absolute;
  inset: auto 0 0;
  padding: 22px;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.96));
}

.gallery-caption div {
  display: flex;
  align-items: center;
  gap: 12px;
}

.gallery-caption img {
  width: 40px;
}

.contact-card {
  display: grid;
  grid-template-columns: minmax(32px, 1fr) minmax(0, 39vw) minmax(0, 53vw) minmax(32px, 1fr);
  align-items: stretch;
  width: 100vw;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.contact-copy {
  grid-column: 2;
  justify-self: end;
  width: min(100%, 600px);
  padding: 72px 44px;
}

.contact-copy .display-title {
  font-size: clamp(52px, 4.8vw, 78px);
}

.contact-list {
  margin-top: 28px;
}

.contact-row {
  display: flex;
  gap: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  padding: 18px 0;
}

.contact-row img {
  width: 52px;
  height: 52px;
  object-fit: contain;
}

.map-frame {
  position: relative;
  grid-column: 3 / 5;
  min-height: 680px;
  overflow: hidden;
}

.map-frame iframe {
  width: 100%;
  height: 100%;
  min-height: 680px;
  border: 0;
  filter: grayscale(1) invert(0.92);
}

.google-place-card {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 500px;
  margin-top: 24px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 14px;
  background: rgba(5, 5, 5, 0.92);
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.36);
  padding: 20px;
  color: #fff;
  backdrop-filter: blur(12px);
}

.google-place-card p,
.google-place-card h3 {
  margin: 0;
}

.google-place-card p {
  color: var(--safety);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 18px;
  font-weight: 800;
  font-style: italic;
  text-transform: uppercase;
}

.google-place-card h3 {
  margin-top: 8px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(26px, 2.25vw, 34px);
  font-weight: 800;
  font-style: italic;
  line-height: 1;
  text-transform: uppercase;
}

.google-rating {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-top: 14px;
  font-size: 17px;
  font-weight: 700;
}

.google-rating strong {
  font-size: 22px;
}

.stars {
  color: var(--safety);
  letter-spacing: 0;
}

.google-place-card small {
  display: block;
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.84);
  line-height: 1.5;
}

.contact-copy .actions {
  max-width: 560px;
}

.contact-copy .button {
  flex: 1 1 220px;
  padding-right: 22px;
  padding-left: 22px;
  font-size: clamp(18px, 1.25vw, 21px);
}

.faq {
  width: min(62rem, 100%);
  margin: 0 auto;
}

details {
  border: 1px solid #e5e7eb;
  background: #fff;
  padding: 22px 26px;
}

details + details {
  border-top: 0;
}

summary {
  cursor: pointer;
  font-weight: 800;
}

details p {
  line-height: 1.75;
  color: rgba(21, 25, 29, 0.82);
}

.final-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  overflow: hidden;
  padding: 48px;
  background:
    linear-gradient(112deg, transparent 0 60%, rgba(227, 52, 47, 0.9) 60% 64%, transparent 64%),
    var(--asphalt);
  color: #fff;
}

.footer {
  position: relative;
  left: 50%;
  width: 100vw;
  padding: 0;
  margin-left: -50vw;
  background: #050505;
}

.footer-card {
  width: 100vw;
  overflow: hidden;
  border-radius: 0;
  background: transparent;
  color: #fff;
  box-shadow: none;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.35fr 0.75fr 0.9fr 1fr;
  gap: 38px;
  width: min(92rem, calc(100% - 40px));
  margin: 0 auto;
  padding: 52px 0;
}

.footer h2 {
  margin: 0;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 28px;
  font-weight: 800;
  font-style: italic;
  text-transform: uppercase;
}

.footer ul {
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.footer li {
  margin-bottom: 16px;
  color: rgba(255, 255, 255, 0.82);
}

.footer-icon-line {
  display: flex;
  align-items: center;
  gap: 12px;
}

.footer-icon-line img {
  width: 34px;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(92rem, calc(100% - 40px));
  margin: 0 auto;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding: 22px 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
}

.article {
  width: min(880px, calc(100% - 32px));
  margin: 0 auto;
  padding: 72px 0;
}

.article h2 {
  margin-top: 44px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 42px;
  font-style: italic;
  text-transform: uppercase;
}

.article p {
  color: rgba(43, 48, 54, 0.78);
  line-height: 1.85;
}

.article-cta {
  margin-top: 44px;
}

.mobile-sticky {
  display: none;
}

@media (max-width: 1180px) {
  .nav {
    display: none;
  }

  .menu-toggle {
    display: block;
  }

  .nav.open {
    position: absolute;
    left: 0;
    right: 0;
    top: 82px;
    display: grid;
    gap: 0;
    background: #050505;
    padding: 16px 24px 24px;
  }

  .nav.open a {
    padding: 14px 0;
  }

  .header-cta {
    display: none;
  }

  .hero-content,
  .seo-box,
  .services-grid,
  .about-card,
  .contact-card,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .about-copy,
  .about-image,
  .contact-copy,
  .map-frame {
    grid-column: auto;
  }

  .about-copy,
  .contact-copy {
    justify-self: stretch;
    width: 100%;
  }

  .display-title,
  .about-copy .display-title,
  .contact-copy .display-title {
    font-size: clamp(48px, 9vw, 76px);
  }

  .hero-visual {
    min-height: 360px;
    clip-path: none;
    background-position: center;
  }

  .use-grid,
  .process-grid,
  .why-grid,
  .gallery-grid,
  .service-list,
  .blog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .hero-card::after,
  .dark-pattern::after {
    display: none;
  }

  .logo-white {
    width: 210px;
  }

  .section {
    padding: 56px 16px;
  }

  .hero {
    padding: 0;
  }

  .hero-content {
    display: block;
    width: calc(100% - 32px);
    min-height: auto;
    padding: 52px 22px 76px;
  }

  .hero h1 {
    font-size: clamp(40px, 13vw, 54px);
  }

  .hero-visual {
    display: none;
  }

  .display-title {
    font-size: clamp(42px, 13vw, 58px);
  }

  .about-copy .display-title,
  .contact-copy .display-title {
    font-size: clamp(44px, 13vw, 62px);
  }

  .actions {
    gap: 12px;
  }

  .button,
  button.button {
    width: 100%;
    min-height: 50px;
    padding: 13px 18px;
    white-space: normal;
  }

  .trust-row,
  .use-grid,
  .process-grid,
  .why-grid,
  .gallery-grid,
  .service-list,
  .blog-grid {
    grid-template-columns: 1fr;
  }

  .google-place-card {
    position: relative;
    width: 100%;
    border-radius: 12px;
  }

  .trust-item {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.22);
    padding: 16px 0;
  }

  .about-copy,
  .contact-copy,
  .footer-grid,
  .footer-bottom,
  .final-cta {
    padding: 28px;
  }

  .final-cta,
  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .final-cta {
    background: var(--asphalt);
  }

  .mobile-sticky {
    position: fixed;
    inset: auto 0 0;
    z-index: 60;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    background: #050505;
    padding: 8px;
  }

  body {
    padding-bottom: 68px;
  }
}
