body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: #111827;
  background: #ffffff;
}

a {
  color: #AD1E29;
}

a:hover,
a:focus-visible {
  color: #8f1720;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Anton", Impact, "Arial Black", sans-serif;
  font-weight: 400;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: #ffffff;
  border-bottom: 1px solid #e5e7eb;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.top-nav {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.1rem;
  height: 86px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.nav-brand {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  line-height: 0;
}

.nav-brand img {
  display: block;
  height: 86px;
  width: auto;
  max-width: 220px;
  object-fit: contain;
}

.site-links {
  flex: 1 1 auto;
  min-width: 0;
  margin-left: 0.75rem;
}

.brand-address {
  margin: 0;
  font-size: 0.9rem;
  color: #374151;
  flex: 0 0 auto;
  text-align: right;
  line-height: 1.3;
}

.brand-address strong {
  display: block;
  color: #111827;
  font-size: 0.86rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.site-links .nav-primary {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 0.15rem;
}

.site-links .nav-primary > li {
  position: relative;
}

.site-links .nav-primary > li > a {
  display: inline-block;
  padding: 0.55rem 0.75rem;
  font-size: 0.82rem;
  font-weight: 700;
  text-decoration: none;
  color: #AD1E29;
  border-radius: 0;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.site-links .nav-primary > li > a:hover,
.site-links .nav-primary > li > a:focus-visible {
  color: #AD1E29;
  outline: none;
}

.site-links .nav-primary > li > a[aria-current="page"] {
  color: #AD1E29;
}

.site-links .nav-primary > li > a[aria-current="page"]:hover,
.site-links .nav-primary > li > a[aria-current="page"]:focus-visible {
  color: #AD1E29;
}

.site-links .nav-parent {
  cursor: pointer;
  user-select: none;
}

.site-links .nav-chev {
  display: inline-block;
  margin-left: 0.25em;
  font-size: 0.65em;
  line-height: 1;
  vertical-align: 0.12em;
  transition: transform 0.15s ease;
}

.site-links .has-dropdown.submenu-open > .nav-parent .nav-chev {
  transform: rotate(180deg);
}

.site-links .has-dropdown:hover > .nav-parent .nav-chev,
.site-links .has-dropdown:focus-within > .nav-parent .nav-chev {
  transform: rotate(180deg);
}

.site-links .has-dropdown:hover > .nav-parent,
.site-links .has-dropdown:focus-within > .nav-parent {
  color: #AD1E29;
}

.site-links .submenu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0.65rem 0 0.5rem;
  list-style: none;
  min-width: 280px;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.12);
  z-index: 200;
}

.site-links .has-dropdown:hover > .submenu,
.site-links .has-dropdown:focus-within > .submenu,
.site-links .has-dropdown.submenu-open > .submenu {
  display: block;
}

.site-links .submenu a {
  display: block;
  padding: 0.45rem 0.75rem;
  font-size: 0.88rem;
  font-weight: 700;
  color: #AD1E29;
  text-decoration: none;
}

.site-links .submenu a:hover,
.site-links .submenu a:focus-visible {
  background: #f3f4f6;
  color: #AD1E29;
  outline: none;
}

.site-links .submenu a[aria-current="page"] {
  color: #AD1E29;
  background: #fff1f2;
}

.site-links .submenu a[aria-current="page"]:hover,
.site-links .submenu a[aria-current="page"]:focus-visible {
  color: #AD1E29;
  background: #ffe4e6;
}

#hero {
  position: relative;
  min-height: 600px;
  height: 100vh;
  overflow: hidden;
  background: #0b0b0b;
  display: flex;
  align-items: center;
}

#hero .hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

#hero .hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
  display: block;
}

#hero .hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(5, 5, 5, 0.92) 0%, rgba(5, 5, 5, 0.7) 42%, rgba(5, 5, 5, 0) 78%);
  pointer-events: none;
}

#hero .hero-inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 98px 1.1rem 2rem;
}

#hero .hero-content {
  position: relative;
  max-width: 680px;
  padding: 0;
  background: transparent;
}

#hero .hero-kicker {
  margin: 0 0 1rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 0.82rem;
  font-weight: 700;
  color: #d1d5db;
}

#hero h1 {
  margin: 0;
  font-family: "Anton", Impact, "Arial Black", sans-serif;
  font-size: clamp(2.2rem, 5.9vw, 5.1rem);
  line-height: 0.95;
  letter-spacing: 0.01em;
  color: #ffffff;
  text-transform: uppercase;
}

#hero .hero-subtext {
  margin: 1.3rem 0 2rem;
  max-width: 42ch;
  font-size: 1.18rem;
  color: #d1d5db;
}

#hero .hero-subtext > p {
  margin: 0 0 0.85rem;
}

#hero .hero-subtext ul {
  margin: 0;
  padding-left: 1.15rem;
  font-size: 0.98rem;
  line-height: 1.5;
}

/* Page hero - shorter banner for subpages */
.page-hero {
  position: relative;
  min-height: 380px;
  overflow: hidden;
  background: #0b0b0b;
  display: flex;
  align-items: center;
}

.page-hero .hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.page-hero .hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.page-hero .hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(5, 5, 5, 0.9) 0%, rgba(5, 5, 5, 0.72) 50%, rgba(5, 5, 5, 0.45) 100%);
  pointer-events: none;
}

.page-hero .hero-inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 150px 1.1rem 3rem;
}

.page-hero .hero-content {
  max-width: 760px;
}

.page-hero .hero-kicker {
  margin: 0 0 0.9rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 0.82rem;
  font-weight: 700;
  color: #d1d5db;
}

.page-hero h1 {
  margin: 0;
  font-family: "Anton", Impact, "Arial Black", sans-serif;
  font-size: clamp(2rem, 5vw, 4rem);
  line-height: 0.98;
  letter-spacing: 0.01em;
  color: #ffffff;
  text-transform: uppercase;
}

.page-hero .hero-lead {
  margin: 1.1rem 0 0;
  max-width: 58ch;
  font-size: 1.08rem;
  color: #d1d5db;
  line-height: 1.55;
}

.hero-actions {
  margin: 1.6rem 0 0;
  display: flex;
  gap: 0.6rem;
  flex-wrap: wrap;
}

.breadcrumbs {
  margin: 0 0 0.9rem;
  font-size: 0.78rem;
  color: #9ca3af;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.breadcrumbs a {
  color: #d1d5db;
  text-decoration: none;
}

.breadcrumbs a:hover,
.breadcrumbs a:focus-visible {
  color: #ffffff;
}

.breadcrumbs .sep {
  margin: 0 0.45rem;
  color: #6b7280;
}

.btn-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.65rem 1.2rem 0.65rem 0.95rem;
  border: 1px solid #AD1E29;
  border-radius: 999px;
  text-decoration: none;
  text-transform: none;
  letter-spacing: 0.01em;
  font-weight: 600;
  font-size: 0.95rem;
  color: #ffffff;
  background: #AD1E29;
  box-shadow: 0 1px 2px rgba(2, 6, 23, 0.35), 0 1px 3px 1px rgba(2, 6, 23, 0.2);
  transition: background 0.15s ease, box-shadow 0.15s ease;
}

.btn-pill:hover {
  background: #8f1720;
  box-shadow: 0 1px 3px rgba(2, 6, 23, 0.45), 0 2px 6px 2px rgba(2, 6, 23, 0.2);
}

.btn-pill:focus-visible {
  outline: 2px solid #AD1E29;
  outline-offset: 2px;
}

.btn-pill.btn-pill-ghost {
  background: transparent;
  color: #ffffff;
  border-color: #ffffff;
  box-shadow: none;
}

.btn-pill.btn-pill-ghost:hover {
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  box-shadow: none;
}

#hero .hero-cta-icon {
  flex-shrink: 0;
  color: #ffffff;
}

.section-shell {
  max-width: 1200px;
  margin: 0 auto;
  padding: 4.5rem 1.1rem;
}

.section-dark {
  background: #0a0a0a;
  color: #d1d5db;
}

.section-dark h2,
.section-dark h3 {
  color: #ffffff;
}

.section-head {
  margin-bottom: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 1rem;
  flex-wrap: wrap;
}

.section-head h2 {
  margin: 0;
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  line-height: 1.04;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  font-family: "Anton", Impact, "Arial Black", sans-serif;
}

.section-head p {
  margin: 0;
  max-width: 42ch;
  color: #9ca3af;
}

.prose {
  max-width: 72ch;
  color: #d1d5db;
  line-height: 1.65;
  font-size: 1.02rem;
}

.prose p {
  margin: 0 0 1rem;
}

.prose h3 {
  margin: 1.8rem 0 0.6rem;
  font-size: 1.3rem;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: #ffffff;
}

.prose ul,
.prose ol {
  margin: 0 0 1rem;
  padding-left: 1.2rem;
}

.prose li {
  margin-bottom: 0.35rem;
}

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

.service-grid.cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.service-card {
  border: 1px solid #1f2937;
  background: #111827;
  padding: 1.25rem;
  min-height: 220px;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.service-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transform: scale(1.02);
  transition: transform 0.5s ease;
  z-index: -2;
}

.service-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(2, 6, 23, 0.48) 0%, rgba(2, 6, 23, 0.8) 100%);
  z-index: -1;
}

.service-card:hover::before,
.service-card:focus-within::before {
  transform: scale(1.08);
}

.service-card h3 {
  margin: 0;
  font-size: 1.1rem;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.service-card p {
  margin: 0;
  color: #cbd5e1;
  line-height: 1.45;
  flex: 1;
}

.service-card a {
  color: #AD1E29;
  text-decoration: none;
  font-weight: 700;
  font-size: 0.86rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.service-card a:hover,
.service-card a:focus-visible {
  color: #8f1720;
  outline: none;
}

.service-ac::before {
  background-image: url("images/ac_repair.jpg");
}

.service-chassis::before {
  background-image: url("images/chassis.jpg");
}

.service-brakes::before {
  background-image: url("images/brake.jpg");
}

.service-diagnostics::before {
  background-image: url("images/diagnostics.jpg");
}

.service-tires::before {
  background-image: url("images/tire.jpg");
}

.service-wheels::before {
  background-image: url("images/hero.jpg");
}

.split-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 1.25rem;
}

.split-grid.even {
  grid-template-columns: 1fr 1fr;
}

.panel {
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: #171717;
  padding: 1.35rem;
  color: #d1d5db;
}

.panel h3 {
  margin: 0 0 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-size: 1rem;
  color: #ffffff;
}

.panel p {
  margin: 0 0 0.8rem;
  line-height: 1.55;
}

.panel p:last-child {
  margin-bottom: 0;
}

.panel ul {
  margin: 0;
  padding-left: 1.15rem;
  line-height: 1.55;
}

.panel ul li {
  margin-bottom: 0.25rem;
}

.faq-list {
  display: grid;
  gap: 0.8rem;
}

.faq-list details {
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: #171717;
  padding: 0.85rem 1rem;
}

.faq-list summary {
  cursor: pointer;
  font-weight: 700;
  color: #ffffff;
}

.faq-list p {
  margin: 0.7rem 0 0;
  color: #d1d5db;
  line-height: 1.5;
}

.promo-spotlight {
  position: relative;
  overflow: hidden;
  background: #050505;
  border-top: 1px solid #1f2937;
  border-bottom: 1px solid #1f2937;
}

.promo-spotlight-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.promo-spotlight-bg img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  opacity: 0.9;
}

.promo-spotlight-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(5, 5, 5, 0.92) 0%, rgba(5, 5, 5, 0.82) 42%, rgba(5, 5, 5, 0.45) 72%, rgba(5, 5, 5, 0.18) 100%);
  pointer-events: none;
}

.promo-spotlight-inner {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  padding: 4.5rem 1.1rem;
}

.promo-content {
  max-width: 620px;
  color: #e5e7eb;
}

.promo-content h2 {
  margin: 0 0 0.5rem;
  color: #ffffff;
  font-size: clamp(1.9rem, 4vw, 3rem);
  line-height: 1.03;
  text-transform: uppercase;
  letter-spacing: 0.01em;
}

.promo-highlight {
  margin: 0 0 1.2rem;
  font-size: 1.05rem;
  color: #fecdd3;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.promo-content p {
  margin: 0 0 0.95rem;
  line-height: 1.55;
  color: #d1d5db;
}

.promo-note {
  font-size: 0.85rem;
  color: #9ca3af;
}

.cta-strip {
  border-top: 1px solid #1f2937;
  border-bottom: 1px solid #1f2937;
  background: #000000;
}

.cta-strip-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2.25rem 1.1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  flex-wrap: wrap;
  color: #e5e7eb;
}

.cta-strip-inner h2 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(1.4rem, 3vw, 2rem);
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.cta-strip-inner p {
  margin: 0.3rem 0 0;
  color: #9ca3af;
  max-width: 48ch;
}

.cta-strip-actions {
  display: flex;
  gap: 0.6rem;
  flex-wrap: wrap;
}

/* Coupon cards */
.coupon-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.coupon-card {
  border: 1px dashed #AD1E29;
  background: #171717;
  padding: 1.35rem;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  color: #d1d5db;
  position: relative;
}

.coupon-card .coupon-eyebrow {
  margin: 0;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #fecdd3;
}

.coupon-card h3 {
  margin: 0;
  color: #ffffff;
  font-size: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  line-height: 1.05;
}

.coupon-card p {
  margin: 0;
  color: #d1d5db;
  line-height: 1.5;
  font-size: 0.95rem;
}

.coupon-card .coupon-fine {
  color: #9ca3af;
  font-size: 0.78rem;
  margin-top: auto;
}

/* Testimonials */
.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.testimonial-card {
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: #171717;
  padding: 1.5rem;
  color: #d1d5db;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.testimonial-card .stars {
  color: #fbbf24;
  font-size: 1.05rem;
  letter-spacing: 0.1em;
}

.testimonial-card blockquote {
  margin: 0;
  line-height: 1.55;
  color: #e5e7eb;
  font-size: 0.98rem;
  font-style: italic;
}

.testimonial-card cite {
  color: #9ca3af;
  font-style: normal;
  font-size: 0.82rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-top: auto;
}

/* Contact info block */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 1.5rem;
}

.contact-info {
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: #171717;
  padding: 1.75rem;
  color: #d1d5db;
}

.contact-info h3 {
  margin: 0 0 0.5rem;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-size: 1rem;
  color: #ffffff;
}

.contact-info p,
.contact-info address {
  margin: 0 0 1.1rem;
  font-style: normal;
  line-height: 1.6;
}

.contact-info a {
  color: #AD1E29;
  text-decoration: none;
}

.contact-info a:hover,
.contact-info a:focus-visible {
  color: #8f1720;
}

.contact-map {
  position: relative;
  width: 100%;
  min-height: 420px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: #0b0b0b;
}

.contact-map iframe {
  width: 100%;
  height: 100%;
  border: 0;
  filter: grayscale(100%) invert(92%) contrast(84%) brightness(0.75);
}

/* Blog post list */
.post-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.post-card {
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: #171717;
  padding: 1.35rem;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  color: #d1d5db;
}

.post-card .post-meta {
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #9ca3af;
}

.post-card h3 {
  margin: 0;
  font-size: 1.15rem;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  line-height: 1.15;
}

.post-card p {
  margin: 0;
  color: #d1d5db;
  line-height: 1.55;
}

.post-card a.post-link {
  color: #AD1E29;
  text-decoration: none;
  font-weight: 700;
  font-size: 0.82rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.site-footer {
  background: #050505;
  border-top: 1px solid #1f2937;
  color: #d1d5db;
}

.footer-grid {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem 1.1rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
}

.site-footer h3 {
  margin: 0 0 0.7rem;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 0.95rem;
  letter-spacing: 0.05em;
}

.site-footer p {
  color: #d1d5db;
  line-height: 1.5;
}

.site-footer a {
  color: #AD1E29;
  line-height: 1.5;
  text-decoration: none;
}

.site-footer a:hover,
.site-footer a:focus-visible {
  color: #AD1E29;
  outline: none;
}

.site-footer-legal {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  max-width: 1200px;
  margin: 0 auto;
  padding: 0.8rem 1.1rem 1.1rem;
  font-size: 0.72rem;
  color: #9ca3af;
  text-align: center;
  letter-spacing: 0.02em;
}

.footer-map {
  position: relative;
  width: 100%;
  height: 260px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: #0b0b0b;
}

.footer-map iframe {
  width: 100%;
  height: 100%;
  border: 0;
  filter: grayscale(100%) invert(92%) contrast(84%) brightness(0.75);
}

.footer-map::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.28);
  pointer-events: none;
}

.footer-map-link {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  background: rgba(0, 0, 0, 0.45);
  opacity: 0;
  transition: opacity 0.2s ease;
}

.footer-map-link span {
  border: 1px solid #AD1E29;
  background: #AD1E29;
  color: #ffffff;
  padding: 0.55rem 0.9rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 0.78rem;
  border-radius: 999px;
}

.footer-map:hover .footer-map-link,
.footer-map:focus-within .footer-map-link {
  opacity: 1;
}

/* Hamburger button - hidden on desktop */
.nav-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
  z-index: 1001;
}
.nav-toggle span {
  display: block;
  width: 26px;
  height: 3px;
  background: #111;
  border-radius: 2px;
  margin: 5px 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.nav-toggle.active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 6px);
}
.nav-toggle.active span:nth-child(2) {
  opacity: 0;
}
.nav-toggle.active span:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -6px);
}

/* Mobile sticky CTA buttons */
.mobile-cta-bar {
  display: none;
}

@media (max-width: 900px) {
  .top-nav {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    height: auto;
    min-height: 86px;
    padding: 0.6rem 0.9rem;
  }

  .nav-brand img {
    height: 60px;
    max-width: 180px;
  }

  /* Show hamburger */
  .nav-toggle {
    display: block;
    order: 2;
  }

  /* Mobile nav dropdown */
  .site-links {
    display: none;
    width: 100%;
    order: 10;
    margin: 0;
    margin-top: 0.6rem;
    border-top: 1px solid #e5e7eb;
  }

  .site-links.nav-open {
    display: block;
  }

  .site-links .nav-primary {
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 0;
    padding: 0;
    margin: 0;
  }

  .site-links .nav-primary > li {
    width: 100%;
    border-bottom: 1px solid #f1f1f1;
  }

  .site-links .nav-primary > li > a {
    display: block;
    padding: 0.85rem 0.5rem;
    text-align: left;
  }

  .brand-address {
    display: none;
  }

  .site-links .has-dropdown .submenu {
    position: static;
    display: none;
    min-width: auto;
    padding: 0.35rem 0 0.35rem 0.75rem;
    border: 0;
    border-left: 2px solid #e5e7eb;
    box-shadow: none;
    margin: 0 0 0.5rem 1rem;
    background: transparent;
  }

  .site-links .has-dropdown:hover > .submenu,
  .site-links .has-dropdown:focus-within > .submenu,
  .site-links .has-dropdown.submenu-open > .submenu {
    display: block;
  }

  /* Sticky bottom CTA bar */
  .mobile-cta-bar {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    border-top: 2px solid rgba(0, 0, 0, 0.15);
  }
  .mobile-cta-bar a {
    flex: 1 1 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.9rem 0.5rem;
    font-weight: 700;
    font-size: 0.95rem;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.02em;
  }
  .mobile-cta-bar__directions {
    background: #1f2937;
    color: #fff;
  }
  .mobile-cta-bar__call {
    background: #b91c1c;
    color: #fff;
  }
  body {
    padding-bottom: 3.4rem;
  }

  #hero {
    height: auto;
    min-height: 620px;
  }

  #hero .hero-overlay {
    background: linear-gradient(180deg, rgba(5, 5, 5, 0.9) 0%, rgba(5, 5, 5, 0.68) 46%, rgba(5, 5, 5, 0.25) 100%);
  }

  #hero .hero-inner {
    padding-top: 104px;
  }

  #hero .hero-content {
    padding: 0 0 2.2rem;
    background: transparent;
  }

  .page-hero {
    min-height: 320px;
  }

  .page-hero .hero-inner {
    padding: 120px 1.1rem 2.2rem;
  }

  .page-hero .hero-overlay {
    background: linear-gradient(180deg, rgba(5, 5, 5, 0.88) 0%, rgba(5, 5, 5, 0.7) 52%, rgba(5, 5, 5, 0.45) 100%);
  }

  .service-grid,
  .service-grid.cols-2,
  .split-grid,
  .split-grid.even,
  .footer-grid,
  .coupon-grid,
  .testimonial-grid,
  .contact-grid,
  .post-grid {
    grid-template-columns: 1fr;
  }

  .contact-map {
    min-height: 300px;
  }

  .promo-spotlight-inner {
    padding: 3rem 1.1rem;
  }

  .promo-spotlight-overlay {
    background: linear-gradient(180deg, rgba(5, 5, 5, 0.9) 0%, rgba(5, 5, 5, 0.74) 54%, rgba(5, 5, 5, 0.5) 100%);
  }

  .cta-strip-inner {
    flex-direction: column;
    align-items: flex-start;
  }
}
