:root {
  --red: #f01818;
  --red-dark: #c90d12;
  --black: #0b0b0c;
  --black-2: #151516;
  --white: #ffffff;
  --soft: #f5f3ef;
  --line: #e4dfd8;
  --muted: #696a6d;
  --text: #111112;
  --max: 1210px;
  --radius-lg: 18px;
  --radius-md: 12px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  background: var(--white);
  font-family: "Inter", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  line-height: 1.65;
  letter-spacing: 0;
}

body:not(.motion-ready) [data-reveal] {
  opacity: 1;
  transform: none;
}

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

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

.top-shell {
  position: absolute;
  z-index: 5;
  top: 24px;
  left: 50%;
  width: min(calc(100% - 64px), 1500px);
  transform: translateX(-50%);
  transition: top 220ms ease, width 220ms ease, box-shadow 220ms ease;
}

.top-shell.is-sticky {
  position: fixed;
  top: 8px;
  z-index: 30;
  width: min(calc(100% - 56px), 1500px);
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.22);
}

.top-shell.is-sticky .info-bar {
  display: none;
}

.top-shell.is-sticky .nav-bar {
  position: relative;
  min-height: 66px;
  grid-template-columns: 170px 1fr 280px;
}

.top-shell.is-sticky .nav-bar::before {
  content: "";
  width: 112px;
  height: 50px;
  align-self: center;
  justify-self: center;
  background: url("images/logo.png") center / contain no-repeat;
}

.top-shell.is-sticky .nav-links {
  justify-content: center;
  padding-left: 0;
}

.top-shell.is-sticky .nav-links a {
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.info-bar {
  display: grid;
  grid-template-columns: 230px 1fr 1.18fr 1fr;
  align-items: center;
  min-height: 126px;
  background: #101010;
  color: var(--white);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.22);
}

.logo-box {
  padding: 14px 28px;
}

.logo-box img {
  width: 150px;
  max-height: 102px;
  object-fit: contain;
}

.info-item {
  display: flex;
  gap: 16px;
  align-items: center;
  padding: 0 26px;
  border-left: 1px solid rgba(255, 255, 255, 0.08);
}

.info-icon {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  color: var(--white);
  background: var(--red);
  clip-path: polygon(12% 0, 100% 0, 88% 100%, 0 100%);
  font-size: 18px;
  font-weight: 900;
}

.info-label {
  color: #b9bdc5;
  font-size: 12px;
}

.info-strong {
  margin-top: 2px;
  font-size: 15px;
  font-style: italic;
  font-weight: 900;
  letter-spacing: 0;
}

.nav-bar {
  display: grid;
  grid-template-columns: 1fr 280px;
  min-height: 66px;
  background: var(--white);
}

.nav-links {
  display: flex;
  align-items: center;
  padding-left: 28px;
}

.nav-links a {
  padding: 0 30px;
  border-right: 1px solid var(--line);
  font-size: 13px;
  font-weight: 700;
  transition: color 180ms ease;
}

.nav-links a:first-child {
  padding-left: 0;
}

.nav-links a.active,
.nav-links a:hover {
  color: var(--red);
}

.appointment {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  background: var(--red);
  clip-path: polygon(14% 0, 100% 0, 100% 100%, 0 100%);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.hero {
  position: relative;
  min-height: 780px;
  padding: 318px 24px 80px;
  color: var(--white);
  background-image:
    linear-gradient(90deg, rgba(4, 5, 7, 0.94) 0%, rgba(4, 5, 7, 0.7) 46%, rgba(4, 5, 7, 0.18) 100%),
    repeating-linear-gradient(135deg, rgba(255,255,255,0.04) 0 1px, transparent 1px 6px),
    url("images/home-hero.jpg");
  background-position: center;
  background-size: cover;
}

.container {
  width: min(calc(100% - 48px), var(--max));
  margin: 0 auto;
}

.hero-content {
  max-width: var(--max);
}

.kicker {
  display: inline-block;
  margin-bottom: 20px;
  padding: 11px 38px 11px 42px;
  color: var(--white);
  background: var(--red);
  clip-path: polygon(18px 0, 100% 0, calc(100% - 24px) 100%, 0 100%);
  font-size: 12px;
  font-style: italic;
  font-weight: 900;
  line-height: 1.1;
  white-space: nowrap;
  text-transform: uppercase;
}

h1,
h2,
h3,
h4 {
  margin: 0;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.08;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 620px;
  font-size: clamp(42px, 4.5vw, 64px);
  letter-spacing: 0.01em;
}

.hero-panel {
  margin-top: 28px;
  width: min(560px, 100%);
  padding: 26px 32px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(16, 17, 19, 0.82);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.36);
  backdrop-filter: blur(3px);
}

.check-list {
  display: grid;
  gap: 11px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 22px;
  font-size: 15px;
  font-weight: 700;
}

.check-list li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 7px;
  height: 7px;
  background: var(--red);
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 26px;
}

.btn {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  gap: 22px;
  padding: 0 26px;
  border: 0;
  color: var(--white);
  background: var(--red);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease;
  border-radius: 2px;
}

.btn:hover,
.btn:focus-visible {
  transform: translateY(-2px);
  background: var(--red-dark);
}

.btn.white {
  color: var(--black);
  background: var(--white);
}

.btn.black {
  background: var(--black);
}

.btn::after {
  content: ">";
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-left: 1px solid rgba(255, 255, 255, 0.36);
  font-size: 18px;
}

.btn.white::after {
  border-left-color: var(--line);
}

.stat-strip {
  margin-top: -48px;
  position: relative;
  z-index: 2;
}

.stat-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: var(--black);
  color: var(--white);
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.22);
  border-radius: 0 0 var(--radius-md) var(--radius-md);
  overflow: hidden;
}

.stat {
  padding: 30px 28px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.stat b {
  display: block;
  color: var(--red);
  font-size: 31px;
  line-height: 1;
}

.stat span {
  display: block;
  margin-top: 9px;
  color: #d5d7db;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.section {
  padding: 104px 0;
}

.section.tight {
  padding: 68px 0;
}

.section.black {
  color: var(--white);
  background: var(--black);
}

.section.soft {
  background: var(--soft);
}

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

.section-head h2 {
  font-size: clamp(34px, 3.4vw, 48px);
}

.section-head p {
  margin: 16px auto 0;
  color: var(--muted);
  font-size: 16px;
}

.black .section-head p {
  color: #c4c7cc;
}

.service-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.service-row-extra {
  margin-top: 54px;
}

.service-card {
  position: relative;
  min-height: 430px;
  height: 100%;
  border-radius: var(--radius-md);
  overflow: hidden;
  background: var(--black);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.service-card:hover,
.service-card:focus-visible {
  transform: translateY(-6px);
  box-shadow: 0 20px 42px rgba(0, 0, 0, 0.24);
}

.service-card img {
  width: 100%;
  height: 235px;
  border-top-left-radius: var(--radius-md);
  border-top-right-radius: var(--radius-md);
  object-fit: cover;
}

.service-card .icon {
  position: absolute;
  top: -15px;
  right: 26px;
  display: grid;
  width: 68px;
  height: 68px;
  place-items: center;
  color: var(--white);
  background: var(--red);
  clip-path: polygon(14% 0, 100% 0, 86% 100%, 0 100%);
  font-size: 27px;
  font-weight: 900;
}

.service-card .icon svg {
  width: 38px;
  height: 38px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 3.4;
}

.service-card-body {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  width: calc(100% - 44px);
  min-height: 270px;
  margin: -44px auto 0;
  padding: 28px 30px;
  color: var(--white);
  background: var(--black);
  border-bottom-left-radius: var(--radius-md);
  border-bottom-right-radius: var(--radius-md);
}

.service-card h3 {
  font-size: 22px;
}

.service-card p {
  margin: 18px 0 0;
  color: #d2d4d8;
  font-size: 15px;
}

.service-card .readmore {
  margin-top: auto;
  padding-top: 22px;
}

.service-list-band {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  margin-top: 64px;
  background: var(--line);
  border-top: 4px solid var(--red);
  border-radius: var(--radius-md);
  overflow: hidden;
}

.service-list-band div {
  min-height: 118px;
  padding: 24px 22px;
  background: var(--white);
}

.service-list-band strong {
  display: block;
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
}

.service-list-band span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-size: 14px;
}

.readmore {
  display: inline-flex;
  gap: 12px;
  align-items: center;
  margin-top: 24px;
  color: var(--white);
  font-size: 12px;
  font-style: italic;
  font-weight: 900;
  text-transform: uppercase;
}

.readmore::after {
  content: ">";
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  background: var(--red);
}

.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
}

.page-hero + .split {
  margin-top: 72px;
}

.page-hero + .contact-grid {
  margin-top: 72px;
}

.split-image {
  min-height: 540px;
  background-position: center;
  background-size: cover;
  border-radius: 0 var(--radius-md) var(--radius-md) 0;
}

.split-copy {
  display: flex;
  align-items: center;
  padding: 70px min(6vw, 88px);
  background: var(--soft);
  border-radius: var(--radius-md) 0 0 var(--radius-md);
}

.split-copy h2 {
  font-size: clamp(34px, 3.6vw, 54px);
}

.split-copy p {
  color: var(--muted);
  font-size: 16px;
}

.feature-grid {
  display: grid;
  grid-template-columns: 1.2fr repeat(3, 1fr);
  gap: 24px;
}

.feature-lead {
  padding: 44px;
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(16,17,19,0.78), rgba(16,17,19,0.56)),
    url("images/quality-auto-repair-ram.jpeg");
  background-position: center;
  background-size: cover;
}

.feature-lead h3 {
  font-size: 32px;
}

.feature-lead h3 span {
  color: var(--red);
}

.feature-lead p {
  color: #d0d2d6;
}

.feature-card {
  padding: 42px 34px;
  border: 1px solid var(--line);
  border-top: 4px solid var(--red);
  text-align: center;
  border-radius: var(--radius-md);
}

.feature-card .mini-icon {
  display: grid;
  width: 74px;
  height: 74px;
  margin: 0 auto 24px;
  place-items: center;
  color: var(--white);
  background: var(--red);
  clip-path: polygon(14% 0, 100% 0, 86% 100%, 0 100%);
  font-size: 24px;
}

.feature-card h3 {
  font-size: 22px;
}

.feature-card p {
  color: var(--muted);
}

.about-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.about-card {
  padding: 38px 34px;
  border-top: 4px solid var(--red);
  background: var(--white);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.08);
  border-radius: var(--radius-md);
}

.about-card span {
  display: inline-block;
  margin-bottom: 24px;
  color: var(--red);
  font-size: 40px;
  font-weight: 900;
  line-height: 1;
}

.about-card h3 {
  font-size: 24px;
}

.about-card p {
  color: var(--muted);
}

.inspection-band {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  min-height: 560px;
}

.inspection-photo {
  background-position: center;
  background-size: cover;
  border-radius: 0  var(--radius-md) var(--radius-md) 0;
}

.inspection-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 78px min(7vw, 96px);
  color: var(--white);
  background: var(--black);
  border-radius: var(--radius-md) 0 0 var(--radius-md);
}

.inspection-copy h2,
.about-cta h2 {
  font-size: clamp(34px, 3.8vw, 56px);
}

.inspection-copy p,
.about-cta p {
  color: #d2d4d8;
}

.inspection-points {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-top: 28px;
}

.inspection-points div {
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.inspection-points b,
.inspection-points span {
  display: block;
}

.inspection-points b {
  color: var(--white);
  text-transform: uppercase;
}

.inspection-points span {
  margin-top: 8px;
  color: #c4c7cc;
}

.about-process {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}

.about-workflow {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.92), rgba(245,243,239,0.96)),
    url("images/shop-bays.jpg");
  background-position: center 64%;
  background-size: cover;
}

.about-process div {
  position: relative;
  min-height: 260px;
  padding: 34px;
  border: 1px solid var(--line);
  background: var(--white);
  border-radius: var(--radius-md);
  box-shadow: 0 18px 52px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}

.about-process b {
  position: absolute;
  right: 24px;
  bottom: -14px;
  color: rgba(240, 24, 24, 0.12);
  font-size: 92px;
  font-weight: 900;
  line-height: 1;
}

.about-process span {
  display: inline-block;
  margin-bottom: 18px;
  padding: 8px 18px;
  color: var(--white);
  background: var(--red);
  clip-path: polygon(9% 0, 100% 0, 91% 100%, 0 100%);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.about-process h3 {
  position: relative;
  z-index: 1;
  font-size: 23px;
}

.about-process p {
  position: relative;
  z-index: 1;
  color: var(--muted);
}

.about-cta {
  padding: 86px 0;
  color: var(--white);
  text-align: center;
  background:
    linear-gradient(rgba(0,0,0,0.58), rgba(0,0,0,0.68)),
    url("images/engine-diagnostic.jpg") center / cover;
}

.about-cta p {
  max-width: 760px;
  margin: 18px auto 28px;
}

.process {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(rgba(0,0,0,0.84), rgba(0,0,0,0.9)),
    url("images/lift-service.jpg");
  background-position: center;
  background-size: cover;
}

.process-grid {
  display: grid;
  grid-template-columns: 1fr 240px 1fr;
  gap: 38px;
  align-items: center;
  padding-bottom: 8px;
}

.process-list {
  display: grid;
  gap: 44px;
}

.process-item {
  border-bottom: 1px solid rgba(255,255,255,0.14);
  padding-bottom: 34px;
}

.process-item h3 {
  font-size: 24px;
}

.process-item p {
  color: #c8cbd0;
}

.process-center {
  display: grid;
  width: 230px;
  height: 230px;
  margin: 0 auto;
  place-items: center;
  border: 16px solid rgba(255,255,255,0.32);
  border-radius: 50%;
  box-shadow: inset 0 0 0 5px var(--red), 0 0 36px rgba(237,0,31,0.55);
  color: var(--white);
  text-align: center;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.process-center b {
  display: block;
  font-style: italic;
  font-size: 20px;
  text-transform: uppercase;
}

.process-center:hover,
.process-center:focus-visible {
  border-color: rgba(255, 255, 255, 0.55);
  box-shadow: inset 0 0 0 5px var(--red), 0 0 54px rgba(240,24,24,0.72);
  outline: none;
  transform: scale(1.04);
}

.promo-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.promo {
  position: relative;
  min-height: 330px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  border-radius: var(--radius-md);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.promo::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at center, rgba(6, 6, 7, 0.72) 0%, rgba(6, 6, 7, 0.54) 42%, rgba(6, 6, 7, 0.2) 100%);
  transition: background 180ms ease;
}

.promo:hover,
.promo:focus-visible {
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.18);
  outline: none;
  transform: translateY(-6px);
}

.promo-card {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 30px;
  color: var(--white);
  background: transparent;
  border-radius: 0;
  text-align: center;
}

.promo-card h3 {
  font-size: 26px;
}

.promo:hover .promo-card,
.promo:focus-visible .promo-card {
  background: transparent;
}

.promo:hover::before,
.promo:focus-visible::before {
  background: radial-gradient(circle at center, rgba(6, 6, 7, 0.82) 0%, rgba(6, 6, 7, 0.54) 42%, rgba(240, 24, 24, 0.16) 100%);
}


.page-hero {
  min-height: 660px;
  padding: 368px 24px 120px;
  color: var(--white);
  text-align: center;
  background:
    linear-gradient(rgba(0,0,0,0.76), rgba(0,0,0,0.72)),
    repeating-linear-gradient(135deg, rgba(255,255,255,0.04) 0 1px, transparent 1px 6px),
    var(--page-bg);
  background-position: center;
  background-size: cover;
}

.page-hero h1 {
  font-size: clamp(44px, 5vw, 70px);
}

.page-hero p {
  max-width: 640px;
  margin: 24px auto 0;
  color: #e2e4e8;
  font-weight: 700;
}

.breadcrumb {
  display: inline-block;
  margin-top: 42px;
  padding: 12px 28px;
  background: var(--red);
  clip-path: polygon(9% 0, 100% 0, 91% 100%, 0 100%);
  font-size: 12px;
  font-style: italic;
  font-weight: 900;
  text-transform: uppercase;
}

.service-tabs {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  margin-top: 42px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  overflow: hidden;
}

.service-intro-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.service-intro-card {
  padding: 34px 30px;
  border: 1px solid var(--line);
  border-top: 4px solid var(--red);
  background: var(--white);
  border-radius: var(--radius-md);
  box-shadow: 0 16px 44px rgba(0, 0, 0, 0.06);
}

.service-intro-card span {
  display: inline-block;
  margin-bottom: 20px;
  color: var(--red);
  font-size: 34px;
  font-weight: 900;
  line-height: 1;
}

.service-intro-card h3 {
  font-size: 22px;
}

.service-intro-card p {
  margin: 14px 0 0;
  color: var(--muted);
}

.service-tab {
  padding: 34px 12px;
  border-right: 1px solid var(--line);
  text-align: center;
  font-weight: 800;
  text-transform: uppercase;
  transition: color 180ms ease, background 180ms ease;
}

.service-tab:last-child {
  border-right: 0;
}

.service-tab:hover,
.service-tab:focus-visible {
  background: #f3f1ed;
  color: var(--black);
}

.diagnostic-feature {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  margin-top: 34px;
  align-items: center;
}

.diagnostic-card {
  position: relative;
  z-index: 2;
  margin-right: -78px;
  padding: 42px;
  color: var(--white);
  background: var(--black);
  border-radius: var(--radius-md);
}

.diagnostic-card h3 {
  font-size: 30px;
}

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

.diagnostic-card li {
  margin: 11px 0;
  color: #e2e4e8;
}

.diagnostic-card li::before {
  content: "+";
  color: var(--red);
  margin-right: 12px;
  font-weight: 900;
}

.diagnostic-feature img {
  width: 100%;
  height: 430px;
  object-fit: cover;
  border-radius: 0 var(--radius-md) var(--radius-md) 0;
}

.service-detail-grid {
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  gap: 46px;
  align-items: center;
}

.service-detail-copy h2 {
  font-size: clamp(34px, 3.5vw, 50px);
}

.service-detail-copy p {
  margin: 22px 0 28px;
  color: var(--muted);
}

.service-check-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.service-check-card {
  min-height: 146px;
  padding: 28px;
  border: 1px solid var(--line);
  color: inherit;
  font: inherit;
  text-align: left;
  border: 1px solid var(--line);
  background: var(--soft);
  border-radius: var(--radius-md);
  cursor: pointer;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.service-check-card:hover,
.service-check-card:focus-visible {
  border-color: rgba(240, 24, 24, 0.42);
  background: var(--white);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.12);
  outline: none;
  transform: translateY(-4px);
}

.service-check-grid b,
.service-check-grid span {
  display: block;
}

.service-check-grid b {
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
}

.service-check-grid span {
  margin-top: 10px;
  color: var(--muted);
  font-size: 14px;
}

.service-modal {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.service-modal.is-open {
  display: flex;
}

.service-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(7, 7, 8, 0.72);
  backdrop-filter: blur(3px);
}

.service-modal-dialog {
  position: relative;
  z-index: 1;
  width: min(620px, 100%);
  padding: 42px;
  background: var(--white);
  border-top: 5px solid var(--red);
  border-radius: var(--radius-md);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.28);
}

.service-modal-dialog h2 {
  font-size: clamp(30px, 3vw, 42px);
}

.service-modal-dialog p {
  margin: 18px 0 28px;
  color: var(--muted);
  font-size: 16px;
}

.service-modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 0;
  color: var(--white);
  background: var(--black);
  border-radius: 50%;
  cursor: pointer;
  font-size: 26px;
  line-height: 1;
  transition: background 180ms ease, transform 180ms ease;
}

.service-modal-close:hover,
.service-modal-close:focus-visible {
  background: var(--red);
  outline: none;
  transform: rotate(90deg);
}

.parts-brand-strip {
  padding: 80px 0;
  overflow: hidden;
  background: var(--soft);
}

.parts-brand-head {
  max-width: 760px;
  margin: 0 auto 38px;
  text-align: center;
}

.parts-brand-head h2 {
  font-size: clamp(30px, 3vw, 44px);
}

.parts-logo-marquee {
  width: 100%;
  overflow: hidden;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--white);
}

.parts-logo-track {
  display: flex;
  width: max-content;
  gap: 18px;
  padding: 24px 18px;
  animation: partsMarquee 30s linear infinite;
}

.parts-logo-marquee:hover .parts-logo-track {
  animation-play-state: paused;
}

.parts-logo {
  display: grid;
  width: 180px;
  height: 84px;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid var(--line);
  background: var(--white);
  border-radius: var(--radius-md);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.06);
}

.parts-logo img {
  max-width: 118px;
  max-height: 42px;
  object-fit: contain;
  filter: grayscale(1) contrast(1.08);
  opacity: 0.86;
  transition: filter 180ms ease, opacity 180ms ease, transform 180ms ease;
}

.parts-logo:hover img {
  filter: grayscale(0) contrast(1);
  opacity: 1;
  transform: scale(1.05);
}

@keyframes partsMarquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.services-confidence {
  padding: 92px 0;
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(8,8,9,0.54), rgba(8,8,9,0.38)),
    url("images/shop-bays.jpg");
  background-position: center 82%;
  background-size: cover;
}

.confidence-grid {
  display: grid;
  grid-template-columns: minmax(520px, 1.15fr) repeat(3, minmax(170px, 0.82fr));
  gap: 18px;
  align-items: stretch;
}

.confidence-grid h2 {
  max-width: 520px;
  font-size: clamp(34px, 3vw, 46px);
}

.confidence-card {
  display: flex;
  min-height: 246px;
  flex-direction: column;
  justify-content: flex-start;
  padding: 30px 28px 28px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-top: 4px solid var(--red);
  background: rgba(10, 10, 11, 0.78);
  border-radius: var(--radius-md);
}

.confidence-card h3 {
  font-size: 21px;
}

.confidence-card p {
  color: #d0d2d6;
}

.service-cta {
  padding: 72px 0;
  color: var(--white);
  background: var(--red);
}

.service-cta-inner {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 36px;
  align-items: center;
}

.service-cta .kicker {
  color: var(--red);
  background: var(--white);
}

.service-cta h2 {
  max-width: 780px;
  font-size: clamp(34px, 3.6vw, 52px);
}

.service-cta p {
  max-width: 720px;
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-weight: 700;
}

.service-cta .btn {
  background: var(--black);
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.gallery-grid img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  border-radius: var(--radius-md);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.gallery-grid img:hover,
.gallery-grid img:focus-visible {
  transform: scale(1.03);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.22);
}

.contact-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
}

.contact-info {
  padding: 68px 56px;
  background: var(--soft);
  border-radius: var(--radius-md) 0 0 var(--radius-md);
}

.contact-info h1 {
  font-size: clamp(34px, 3.4vw, 50px);
}

.contact-form {
  padding: 68px 48px;
  color: var(--white);
  background: var(--black);
  border-radius: 0 var(--radius-md) var(--radius-md) 0;
}

.contact-form h2 {
  color: var(--red);
  font-size: 36px;
  font-style: italic;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin-top: 28px;
}

.form-grid input,
.form-grid textarea {
  width: 100%;
  border: 1px solid #44484f;
  padding: 16px;
  color: var(--white);
  background: #34363a;
  font: inherit;
  border-radius: 8px;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.form-grid input:focus-visible,
.form-grid textarea:focus-visible {
  outline: none;
  border-color: var(--red);
  box-shadow: 0 0 0 3px rgba(240, 24, 24, 0.22);
}

.form-grid textarea {
  grid-column: 1 / -1;
  min-height: 150px;
}

.contact-photo {
  min-height: 620px;
  background: url("images/equipment.jpg") center / cover;
  border-radius: 0 var(--radius-md) var(--radius-md) 0;
}

.map-section {
  padding-bottom: 0;
  background: var(--soft);
}

.map-frame {
  width: 100%;
  margin-top: 48px;
}

.map-frame iframe {
  display: block;
  width: 100%;
  height: 520px;
  border: 0;
  filter: grayscale(0.2) contrast(1.05);
  border-radius: var(--radius-md);
}

.footer {
  padding: 82px 0 36px;
  color: var(--white);
  background: #181a1f;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.1fr 1.1fr 0.8fr 1fr;
  gap: 44px;
}

.footer img {
  width: 160px;
}

.footer p,
.footer li {
  color: #c3c6cb;
}

.footer h3 {
  font-size: 22px;
}

.footer ul {
  display: grid;
  gap: 10px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.footer-bottom {
  margin-top: 54px;
  padding-top: 28px;
  border-top: 1px solid rgba(255,255,255,0.12);
  color: #aeb2b9;
  font-size: 14px;
}

.help-widget {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 60;
  display: grid;
  justify-items: end;
  gap: 12px;
}

.help-actions {
  display: grid;
  gap: 10px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.help-widget.is-open .help-actions {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.help-toggle,
.help-action {
  border: 0;
  color: var(--white);
  background: var(--red);
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.24);
  cursor: pointer;
  font-weight: 900;
  text-transform: uppercase;
}

.help-toggle {
  min-height: 54px;
  padding: 0 22px;
  border-radius: 999px;
  font-size: 13px;
}

.help-action {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border-radius: 50%;
  font-size: 12px;
  transition: transform 180ms ease, background 180ms ease;
}

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

.help-action:hover,
.help-action:focus-visible,
.help-toggle:hover,
.help-toggle:focus-visible {
  background: var(--red-dark);
  outline: none;
  transform: translateY(-2px);
}

.help-action.whatsapp {
  background: #18a558;
}

.help-action.sms {
  background: #1f6feb;
}

.help-action.maps {
  border: 1px solid var(--line);
  background: var(--white);
}

.help-action.maps img {
  width: 28px;
  height: 28px;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(34px);
  transition:
    opacity 720ms ease,
    transform 720ms cubic-bezier(0.2, 0.7, 0.2, 1);
  transition-delay: var(--reveal-delay, 0ms);
  will-change: opacity, transform;
}

[data-reveal="left"] {
  transform: translateX(-42px);
}

[data-reveal="right"] {
  transform: translateX(42px);
}

[data-reveal="zoom"] {
  transform: scale(0.96);
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translate(0, 0) scale(1);
}

@media (prefers-reduced-motion: reduce) {
  [data-reveal] {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

@media (max-width: 1040px) {
  .top-shell {
    position: static;
    width: 100%;
    transform: none;
  }

  .top-shell.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    transform: none;
  }

  .info-bar,
  .nav-bar,
  .split,
  .feature-grid,
  .process-grid,
  .inspection-band,
  .contact-grid,
  .service-detail-grid,
  .confidence-grid,
  .service-cta-inner {
    grid-template-columns: 1fr;
  }

  .info-item {
    display: none;
  }

  .hero {
    padding-top: 80px;
  }

  .page-hero {
    min-height: 480px;
    padding-top: 120px;
  }

  .service-row,
  .about-cards,
  .about-process,
  .promo-grid,
  .stat-grid,
  .footer-grid,
  .service-intro-grid,
  .service-check-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .diagnostic-feature {
    grid-template-columns: 1fr;
  }

  .diagnostic-card {
    margin-right: 0;
  }

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

  .diagnostic-card {
    margin-right: 0;
    margin-bottom: -4px;
  }
}

@media (max-width: 720px) {
  html,
  body {
    overflow-x: hidden;
  }

  .container {
    width: min(calc(100% - 30px), var(--max));
  }

  .info-bar {
    min-height: auto;
    padding: 14px 0;
  }

  .logo-box {
    padding: 8px 18px;
  }

  .logo-box img {
    width: 118px;
    max-height: 82px;
  }

  .nav-links {
    flex-wrap: wrap;
    gap: 12px 18px;
    padding: 16px 18px;
  }

  .nav-links a {
    border: 0;
    padding: 0;
    font-size: 13px;
  }

  .top-shell.is-sticky .nav-bar {
    grid-template-columns: 58px minmax(0, 1fr) 74px;
    min-height: 56px;
  }

  .top-shell.is-sticky .nav-bar::before {
    width: 42px;
    height: 34px;
  }

  .top-shell.is-sticky .nav-links {
    flex-wrap: nowrap;
    justify-content: center;
    gap: 12px;
    min-width: 0;
    padding: 0 8px;
    overflow: hidden;
  }

  .top-shell.is-sticky .nav-links a {
    flex: 0 0 auto;
    font-size: 10px;
    line-height: 1;
    white-space: nowrap;
  }

  .top-shell.is-sticky .appointment {
    min-height: 56px;
    padding: 0;
    clip-path: none;
    font-size: 0;
  }

  .top-shell.is-sticky .appointment::after {
    content: "Call";
    font-size: 10px;
    font-weight: 900;
    line-height: 1;
  }

  .nav-bar,
  .service-row,
  .service-intro-grid,
  .service-detail-grid,
  .service-check-grid,
  .confidence-grid,
  .service-cta-inner,
  .about-cards,
  .about-process,
  .inspection-points,
  .promo-grid,
  .stat-grid,
  .footer-grid,
  .service-tabs,
  .gallery-grid,
  .service-list-band,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .appointment {
    clip-path: none;
    min-height: 54px;
  }

  .hero {
    min-height: 650px;
    padding: 62px 18px 58px;
  }

  .hero h1,
  .page-hero h1 {
    font-size: clamp(38px, 13vw, 54px);
    line-height: 1.02;
  }

  .hero-panel {
    padding: 22px 20px;
  }

  .actions {
    gap: 10px;
  }

  .btn {
    width: 100%;
    justify-content: center;
    min-height: 50px;
  }

  .section {
    padding: 62px 0;
  }

  .section-head {
    margin-bottom: 36px;
  }

  .section-head h2 {
    font-size: clamp(32px, 11vw, 44px);
  }

  .service-card {
    min-height: auto;
  }

  .service-card img {
    height: 220px;
  }

  .service-card-body {
    width: calc(100% - 24px);
    min-height: auto;
    padding: 25px 24px;
  }

  .service-card .readmore {
    margin-top: 22px;
    padding-top: 0;
  }

  .service-card h3,
  .promo-card h3 {
    font-size: 23px;
  }

  .promo {
    min-height: 290px;
  }

  .promo-card {
    width: 94%;
    padding: 25px;
  }

  .split-copy,
  .contact-info,
  .contact-form {
    padding: 48px 24px;
  }

  .page-hero + .split {
    margin-top: 42px;
  }

  .page-hero + .contact-grid {
    margin-top: 42px;
  }

  .split-image,
  .contact-photo,
  .inspection-photo {
    min-height: 340px;
  }

  .inspection-copy {
    padding: 52px 24px;
  }

  .page-hero {
    min-height: 460px;
    padding: 86px 18px 72px;
  }

  .diagnostic-card {
    padding: 30px 24px;
  }

  .diagnostic-feature img {
    height: 300px;
  }

  .gallery-grid img {
    height: 230px;
  }

  .service-list-band div {
    min-height: auto;
  }

  .service-modal-dialog {
    padding: 34px 24px;
  }

  .parts-logo {
    width: 148px;
    height: 76px;
  }

  .map-frame iframe {
    height: 360px;
  }

  .footer {
    padding-top: 58px;
  }

  .help-widget {
    right: 15px;
    bottom: 15px;
  }

  .help-toggle {
    min-height: 50px;
    padding: 0 18px;
  }

  .help-action {
    width: 50px;
    height: 50px;
  }
}
