:root {
  --color-white: #ffffff;
  --color-charcoal: #242629;
  --color-ink: #34383d;
  --color-muted: #687078;
  --color-line: #d9dee3;
  --color-soft: #f5f6f7;
  --color-red: #a93d35;
  --color-red-dark: #7f2f2a;
  --color-navy: #213849;
  --shadow-soft: 0 18px 45px rgba(36, 38, 41, 0.12);
  --radius: 8px;
  --max-width: 1120px;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  color: var(--color-ink);
  background: var(--color-white);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

img,
svg {
  max-width: 100%;
}

a {
  color: inherit;
}

[hidden] {
  display: none !important;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.6rem 1rem;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid var(--color-line);
  backdrop-filter: blur(10px);
}

.brand {
  display: inline-flex;
  align-items: center;
  color: var(--color-charcoal);
  text-decoration: none;
  flex: 0 1 auto;
  min-width: 0;
}

.brand img {
  display: block;
  width: min(230px, 58vw);
  height: auto;
  object-fit: contain;
}

.nav-toggle {
  display: inline-grid;
  gap: 5px;
  width: 42px;
  height: 42px;
  padding: 11px;
  background: var(--color-charcoal);
  border: 0;
  border-radius: 6px;
}

.nav-toggle span:not(.sr-only) {
  display: block;
  height: 2px;
  background: var(--color-white);
}

.site-nav {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  display: none;
  flex-direction: column;
  padding: 0.5rem 1rem 1rem;
  background: var(--color-white);
  border-bottom: 1px solid var(--color-line);
}

.site-nav.is-open {
  display: flex;
}

.site-nav a {
  padding: 0.8rem 0;
  color: var(--color-charcoal);
  font-weight: 700;
  text-decoration: none;
  border-bottom: 1px solid var(--color-line);
}

.site-nav a:last-child {
  border-bottom: 0;
}

.site-nav a[aria-current="page"] {
  color: var(--color-red);
}

.hero,
.page-hero,
.section,
.site-footer {
  width: min(100% - 2rem, var(--max-width));
  margin-inline: auto;
}

.hero {
  display: grid;
  gap: 2rem;
  padding: 3.5rem 0 3rem;
}

.hero-copy {
  max-width: 680px;
}

.section-label {
  margin: 0 0 0.6rem;
  color: var(--color-red);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  color: var(--color-charcoal);
  line-height: 1.15;
}

h1 {
  max-width: 760px;
  margin-bottom: 1rem;
  font-size: clamp(2.1rem, 8vw, 4.6rem);
}

h2 {
  margin-bottom: 0.75rem;
  font-size: clamp(1.65rem, 5vw, 2.6rem);
}

h3 {
  margin-bottom: 0.45rem;
  font-size: 1.08rem;
}

.hero p,
.page-hero p {
  max-width: 680px;
  color: var(--color-muted);
  font-size: 1.06rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

.review-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

.review-summary {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 0.4rem 0.7rem;
  align-items: baseline;
  margin-top: 1rem;
  padding: 0.75rem 0.9rem;
  color: var(--color-muted);
  background: var(--color-soft);
  border: 1px solid var(--color-line);
  border-radius: var(--radius);
}

.review-summary strong {
  color: var(--color-charcoal);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0.75rem 1.05rem;
  border: 2px solid transparent;
  border-radius: 6px;
  font-weight: 800;
  line-height: 1.1;
  text-decoration: none;
  cursor: pointer;
}

.button-primary {
  color: var(--color-white);
  background: var(--color-red);
}

.button-primary:hover,
.button-primary:focus-visible {
  background: var(--color-red-dark);
}

.button-secondary {
  color: var(--color-charcoal);
  background: var(--color-white);
  border-color: var(--color-line);
}

.button-secondary:hover,
.button-secondary:focus-visible {
  border-color: var(--color-red);
}

.shop-panel {
  min-height: 280px;
  padding: 1rem;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(33, 56, 73, 0.9), rgba(36, 38, 41, 0.95)),
    var(--color-navy);
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
}

.garage-sign {
  width: max-content;
  margin: 0 auto 1rem;
  padding: 0.45rem 1rem;
  color: var(--color-white);
  background: var(--color-red);
  border-radius: 4px;
  font-size: 0.8rem;
  font-weight: 800;
}

.garage-door {
  display: grid;
  gap: 0.55rem;
  min-height: 150px;
  padding: 1rem;
  background: #eef1f3;
  border: 8px solid #c7ced4;
  border-radius: 4px;
}

.garage-door span {
  background: #dbe1e6;
  border-radius: 3px;
}

.car-shape {
  position: relative;
  width: min(86%, 360px);
  height: 72px;
  margin: -40px auto 0;
  background: var(--color-red);
  border-radius: 44px 54px 18px 18px;
  box-shadow: 0 10px 0 rgba(0, 0, 0, 0.12);
}

.car-shape::before {
  content: "";
  position: absolute;
  left: 25%;
  top: -28px;
  width: 45%;
  height: 38px;
  background: #f8fafb;
  border-radius: 36px 36px 0 0;
}

.wheel {
  position: absolute;
  bottom: -14px;
  width: 34px;
  height: 34px;
  background: var(--color-charcoal);
  border: 6px solid #111;
  border-radius: 50%;
}

.wheel-left {
  left: 15%;
}

.wheel-right {
  right: 15%;
}

.section {
  padding: 3rem 0;
}

.section-muted {
  width: 100%;
  max-width: none;
  padding-inline: 1rem;
  background: var(--color-soft);
}

.section-muted > * {
  width: min(100%, var(--max-width));
  margin-inline: auto;
}

.section-heading {
  margin-bottom: 1.5rem;
}

.feature-grid,
.review-grid,
.service-list {
  display: grid;
  gap: 1rem;
}

.feature-card,
.review-card,
.service-list article,
.values-list article,
.contact-card {
  padding: 1.2rem;
  background: var(--color-white);
  border: 1px solid var(--color-line);
  border-radius: var(--radius);
}

.feature-card p,
.service-list p,
.values-list p,
.review-card p,
.contact-card p {
  margin-bottom: 0;
  color: var(--color-muted);
}

.split-section,
.contact-layout {
  display: grid;
  gap: 1.5rem;
}

.steps,
.values-list {
  display: grid;
  gap: 1rem;
}

.steps article {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.9rem;
  align-items: start;
}

.steps strong {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  color: var(--color-white);
  background: var(--color-navy);
  border-radius: 50%;
}

.page-hero {
  padding: 3rem 0 1rem;
}

.review-card {
  border-top: 4px solid var(--color-red);
}

.review-card strong {
  display: block;
  margin-top: 1rem;
  color: var(--color-charcoal);
}

.review-meta {
  display: block;
  margin-top: 0.25rem;
  color: var(--color-muted);
  font-size: 0.92rem;
}

.contact-details {
  display: grid;
  gap: 1rem;
  margin: 1rem 0 1.4rem;
}

.contact-details div {
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--color-line);
}

.contact-details div:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.contact-details dt {
  color: var(--color-charcoal);
  font-weight: 800;
}

.contact-details dd {
  margin: 0.15rem 0 0;
  color: var(--color-muted);
}

.contact-details a {
  color: var(--color-charcoal);
  font-weight: 800;
}

.map-card {
  min-height: 320px;
  overflow: hidden;
  background: var(--color-soft);
  border: 1px solid var(--color-line);
  border-radius: var(--radius);
}

.map-card iframe {
  display: block;
  width: 100%;
  min-height: 320px;
  height: 100%;
  border: 0;
}

.site-footer {
  display: grid;
  gap: 0.4rem;
  padding: 2rem 0;
  color: var(--color-muted);
  border-top: 1px solid var(--color-line);
}

.site-footer p {
  margin: 0;
}

.site-footer a {
  color: var(--color-charcoal);
  font-weight: 700;
}

@media (min-width: 760px) {
  .site-header {
    padding-inline: max(1rem, calc((100vw - var(--max-width)) / 2));
  }

  .nav-toggle {
    display: none;
  }

  .site-nav {
    position: static;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1.25rem;
    padding: 0;
    background: transparent;
    border-bottom: 0;
  }

  .site-nav a {
    padding: 0;
    border-bottom: 0;
  }

  .hero {
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.75fr);
    align-items: center;
    min-height: calc(100vh - 75px);
    padding: 4rem 0;
  }

  .feature-grid,
  .review-grid,
  .service-list {
    grid-template-columns: repeat(3, 1fr);
  }

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

  .split-section,
  .contact-layout {
    grid-template-columns: 0.85fr 1fr;
    align-items: start;
  }

  .site-footer {
    grid-template-columns: 1fr auto;
    align-items: center;
  }
}

@media (min-width: 1020px) {
  .service-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
