:root {
  /* Blau als neue gewünschte Grundfarbe anstelle des bisherigen Rottons */
  --color-primary: #0b5cad;
  --color-primary-dark: #084985;
  --color-primary-rgb: 11, 92, 173;
  /* aus altem Design/Logo prüfen: dunkler Kopfbereich/technisches Anthrazit */
  --color-secondary: #25313b;
  --color-secondary-rgb: 37, 49, 59;
  --color-accent-red: #b91f2a;
  --color-accent-red-dark: #8f1720;
  --color-accent-red-rgb: 185, 31, 42;
  --color-background: #f1f4f6;
  --color-surface: #ffffff;
  --color-text: #171a1d;
  --color-muted: #66717b;
  --color-border: #e3e8ec;
  --radius-large: 28px;
  --radius-medium: 18px;
  --shadow-soft: 0 28px 80px rgba(23, 26, 29, .10);
  --shadow-hover: 0 24px 54px rgba(23, 26, 29, .14);
  --content-width: 1180px;
  --header-height: 74px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--color-text);
  background:
    linear-gradient(145deg, rgba(var(--color-secondary-rgb), .13) 0 18%, transparent 18% 43%, rgba(var(--color-accent-red-rgb), .10) 43% 55%, transparent 55% 100%),
    linear-gradient(180deg, #f8fafb 0%, var(--color-background) 48%, #eef2f4 100%);
  background-size: 122% 122%, 100% 100%;
  font-family: "Segoe UI", Arial, Helvetica, sans-serif;
  line-height: 1.5;
  text-rendering: optimizeLegibility;
  position: relative;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    repeating-linear-gradient(118deg, transparent 0 116px, rgba(var(--color-secondary-rgb), .045) 116px 118px, transparent 118px 238px),
    linear-gradient(128deg, rgba(var(--color-secondary-rgb), .12), transparent 34%, rgba(var(--color-accent-red-rgb), .11) 67%, transparent);
  background-size: 140% 140%, 130% 130%;
}

.site-paint-mist {
  position: fixed;
  inset: -18vh -14vw;
  z-index: 2;
  pointer-events: none;
  opacity: .24;
  mix-blend-mode: normal;
  background:
    radial-gradient(ellipse at 12% 22%, rgba(var(--color-primary-rgb), .22), transparent 42%),
    radial-gradient(ellipse at 34% 76%, rgba(var(--color-accent-red-rgb), .18), transparent 40%),
    radial-gradient(ellipse at 68% 30%, rgba(255, 255, 255, .28), transparent 38%),
    radial-gradient(ellipse at 92% 78%, rgba(var(--color-primary-rgb), .15), transparent 36%);
  filter: none;
  transform: translate3d(0, 0, 0);
}

.site-paint-mist::before,
.site-paint-mist::after {
  content: "";
  position: absolute;
  inset: -10%;
  pointer-events: none;
  border-radius: 999px;
}

.site-paint-mist::before {
  opacity: .30;
  background:
    radial-gradient(ellipse at 20% 58%, rgba(var(--color-primary-rgb), .16), transparent 42%),
    radial-gradient(ellipse at 78% 34%, rgba(var(--color-accent-red-rgb), .14), transparent 38%);
  filter: none;
}

.site-paint-mist::after {
  opacity: .26;
  background:
    radial-gradient(ellipse at 18% 34%, rgba(255, 255, 255, .28), transparent 30%),
    radial-gradient(ellipse at 52% 70%, rgba(var(--color-primary-rgb), .15), transparent 40%),
    radial-gradient(ellipse at 82% 48%, rgba(var(--color-accent-red-rgb), .12), transparent 34%);
  filter: none;
  transform: translate3d(0, 0, 0);
}

.site-paint-mist-strong {
  display: none;
}

.site-paint-mist-strong::before {
  opacity: .76;
  background:
    repeating-radial-gradient(circle at 54% 50%, rgba(255, 255, 255, .24) 0 1px, transparent 2px 15px),
    radial-gradient(ellipse at 22% 28%, rgba(var(--color-accent-red-rgb), .40), transparent 31%),
    radial-gradient(ellipse at 74% 72%, rgba(var(--color-primary-rgb), .46), transparent 36%);
  filter: blur(14px);
  animation: site-paint-mist-strong-sweep 18s ease-in-out infinite;
}

.site-paint-mist-strong::after {
  opacity: .72;
  background:
    radial-gradient(ellipse at 15% 62%, rgba(var(--color-primary-rgb), .50), transparent 28%),
    radial-gradient(ellipse at 42% 36%, rgba(var(--color-accent-red-rgb), .38), transparent 28%),
    radial-gradient(ellipse at 84% 58%, rgba(255, 255, 255, .40), transparent 25%);
  filter: blur(18px);
  transform: translate3d(-12vw, 4vh, 0) scale(1.06) rotate(-6deg);
  animation: site-paint-mist-strong-return 21s ease-in-out infinite alternate;
}

main,
.site-footer {
  position: relative;
  z-index: 1;
}

.scroll-car-build {
  position: fixed;
  right: max(-220px, -12vw);
  bottom: clamp(42px, 8vh, 112px);
  width: min(1040px, 82vw);
  color: rgba(22, 33, 42, .64);
  opacity: .54;
  pointer-events: none;
  z-index: 0;
  transform: translate3d(0, calc((1 - var(--car-build-progress, 0)) * 18px), 0);
  transition: opacity .2s ease;
  filter: none;
}

.scroll-car-build svg {
  width: 100%;
  height: auto;
}

.build-ghost {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 3;
  opacity: .21;
}

.build-line {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 4.8;
  opacity: .84;
}

.build-line-long {
  stroke-width: 6.2;
  opacity: .98;
}

.build-line-medium {
  stroke-width: 5;
  opacity: .86;
}

.build-line-short {
  stroke-width: 4.2;
  opacity: .78;
}

.build-line-wheel {
  stroke-width: 5.7;
  opacity: .90;
}

.build-line-detail {
  stroke-width: 4.1;
  opacity: .78;
}

.build-line-car-detail {
  stroke-width: 3.5;
  opacity: .76;
}

.build-line-wheel-detail {
  stroke-width: 3.2;
  opacity: .70;
}

.build-line-garage {
  stroke-width: 2.8;
  opacity: .12;
}

.build-line-room {
  stroke-width: 2.2;
  opacity: .09;
}

.build-line-mechanic {
  stroke-width: 3.2;
  opacity: .42;
}

.build-line-panel {
  stroke-width: 3.3;
  opacity: .38;
}

.build-line-tool {
  stroke-width: 2.8;
  opacity: .34;
}

.build-spark {
  fill: rgba(var(--color-primary-rgb), .40);
  opacity: 0;
  transform-box: fill-box;
  transform-origin: center;
  transform: scale(.45);
  filter: drop-shadow(0 0 10px rgba(var(--color-primary-rgb), .28));
  transition: opacity .24s ease, transform .24s ease;
}

.build-spark.is-active {
  opacity: .72;
  transform: scale(1);
  animation: build-spark-pulse 1.8s ease-in-out infinite;
}

body.is-menu-open {
  overflow: hidden;
}

img,
svg {
  display: block;
}

img {
  max-width: 100%;
  height: auto;
}

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

.skip-link {
  position: fixed;
  top: 14px;
  left: 14px;
  z-index: 100;
  transform: translateY(-140%);
  padding: 12px 16px;
  border-radius: 999px;
  color: #fff;
  background: var(--color-secondary);
  font-weight: 800;
}

.skip-link:focus {
  transform: translateY(0);
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(248, 250, 251, .78);
  border-bottom: 1px solid rgba(227, 232, 236, .72);
  backdrop-filter: blur(18px);
  transition: box-shadow .24s ease, background .24s ease;
}

.site-header.is-scrolled {
  background: rgba(255, 255, 255, .88);
  box-shadow: 0 10px 34px rgba(23, 26, 29, .08);
}

.nav-shell {
  width: min(var(--content-width), calc(100% - 40px));
  height: var(--header-height);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: max-content;
  font-weight: 850;
  font-size: 18px;
  letter-spacing: 0;
}

.brand small {
  display: block;
  color: var(--color-muted);
  font-size: 12px;
  font-weight: 700;
}

.brand-mark {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  color: #fff;
  background: linear-gradient(145deg, var(--color-primary), var(--color-accent-red));
  box-shadow: 0 16px 36px rgba(var(--color-accent-red-rgb), .18), 0 12px 28px rgba(var(--color-primary-rgb), .20);
}

.brand-mark svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
  font-size: 14px;
  font-weight: 750;
  color: rgba(23, 26, 29, .76);
}

.site-nav a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  padding: 0 13px;
  border-radius: 999px;
  transition: color .18s ease, background .18s ease;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--color-text);
  background: rgba(37, 49, 59, .07);
}

.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 999px;
  background: var(--color-surface);
  box-shadow: 0 12px 30px rgba(23, 26, 29, .10);
  cursor: pointer;
}

.menu-toggle span:not(.sr-only) {
  width: 18px;
  height: 2px;
  margin: 4px auto;
  display: block;
  border-radius: 999px;
  background: var(--color-text);
  transition: transform .22s ease, opacity .22s ease;
}

.menu-toggle[aria-expanded="true"] span:nth-child(2) {
  transform: translateY(3px) rotate(45deg);
}

.menu-toggle[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-3px) rotate(-45deg);
}

.section {
  width: min(var(--content-width), calc(100% - 40px));
  margin: 0 auto;
  padding: 104px 0;
  scroll-margin-top: calc(var(--header-height) + 24px);
}

.hero {
  width: 100%;
  min-height: min(860px, calc(100svh - var(--header-height) + 80px));
  display: grid;
  grid-template-columns: minmax(0, var(--content-width));
  justify-content: center;
  align-items: center;
  gap: 0;
  padding: calc(var(--header-height) + 76px) max(20px, calc((100vw - var(--content-width)) / 2)) 92px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(8, 13, 18, .62) 0%, rgba(8, 13, 18, .38) 34%, rgba(8, 13, 18, .12) 63%, rgba(8, 13, 18, .25) 100%),
    linear-gradient(180deg, rgba(8, 13, 18, .08) 0%, transparent 42%, rgba(8, 13, 18, .34) 100%);
  z-index: 1;
}

.hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 120px;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(180deg, transparent, rgba(241, 244, 246, .94));
}

.hero-copy,
.hero-media {
  position: relative;
}

.hero-copy {
  max-width: 760px;
  z-index: 2;
  color: #fff;
  text-shadow: 0 18px 44px rgba(0, 0, 0, .38);
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--color-primary);
  font-size: 13px;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}

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

h1 {
  margin-bottom: 12px;
  font-size: clamp(70px, 10.5vw, 148px);
  line-height: .84;
  letter-spacing: 0;
}

.wordmark {
  position: relative;
  display: inline-flex;
  flex-wrap: nowrap;
  gap: .01em;
  width: auto;
  max-width: 100%;
  white-space: nowrap;
  color: #0f151a;
  isolation: isolate;
  text-shadow:
    0 18px 38px rgba(var(--color-secondary-rgb), .16),
    0 0 1px rgba(255, 255, 255, .46);
}

.hero .wordmark {
  color: #f8fbff;
  text-shadow:
    0 24px 60px rgba(0, 0, 0, .72),
    0 0 28px rgba(255, 255, 255, .42),
    0 0 2px rgba(255, 255, 255, .95);
}

.hero .wordmark > span,
.hero .wordmark > span:not(.paint-gun) {
  color: #f8fbff;
  text-shadow:
    0 24px 60px rgba(0, 0, 0, .72),
    0 0 28px rgba(255, 255, 255, .42),
    0 0 2px rgba(255, 255, 255, .95);
}

.wordmark::before,
.wordmark::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.wordmark::before {
  left: -10%;
  right: -8%;
  top: -.18em;
  height: 1.20em;
  border-radius: 999px;
  background:
    radial-gradient(ellipse at var(--spray-x, 8%) 45%, rgba(255, 255, 255, .82) 0 5%, transparent 17%),
    radial-gradient(ellipse at calc(var(--spray-x, 8%) + 7%) 56%, rgba(var(--color-primary-rgb), .42), transparent 28%),
    radial-gradient(ellipse at calc(var(--spray-x, 8%) + 15%) 42%, rgba(var(--color-accent-red-rgb), .34), transparent 26%),
    radial-gradient(ellipse at calc(var(--spray-x, 8%) + 23%) 64%, rgba(255, 255, 255, .26), transparent 24%),
    linear-gradient(90deg, transparent 0 5%, rgba(255, 255, 255, .24), rgba(var(--color-primary-rgb), .26), rgba(var(--color-accent-red-rgb), .14), transparent 78%);
  opacity: 0;
  filter: blur(9px) saturate(1.45);
  transform: translate3d(-7%, .04em, 0) scaleX(.10);
  transform-origin: left center;
  z-index: 0;
  animation: spray-cloud-pass 4.4s cubic-bezier(.18, .72, .18, 1) .22s forwards;
}

.wordmark::after {
  left: -10%;
  right: -8%;
  top: -.36em;
  height: 1.10em;
  background:
    radial-gradient(ellipse at calc(var(--spray-x, 8%) + 2%) 43%, rgba(255, 255, 255, .72) 0 3%, transparent 8%),
    radial-gradient(ellipse at calc(var(--spray-x, 8%) + 9%) 52%, rgba(var(--color-primary-rgb), .42) 0 8%, transparent 20%),
    radial-gradient(ellipse at calc(var(--spray-x, 8%) + 16%) 61%, rgba(var(--color-accent-red-rgb), .34) 0 7%, transparent 18%),
    radial-gradient(ellipse at calc(var(--spray-x, 8%) + 24%) 44%, rgba(255, 255, 255, .34) 0 5%, transparent 15%),
    repeating-radial-gradient(circle at var(--spray-x, 8%) 54%, rgba(255, 255, 255, .34) 0 1px, transparent 2px 10px);
  opacity: 0;
  filter: blur(5px) saturate(1.55);
  transform: translate3d(-8%, .02em, 0) scaleX(.14);
  transform-origin: left center;
  z-index: 2;
  animation: color-mist-pass 4.7s cubic-bezier(.18, .72, .2, 1) .12s forwards;
}

.wordmark > span:not(.paint-gun) {
  position: relative;
  display: inline-block;
  opacity: 0;
  transform: translateY(.05em) scale(.982);
  filter: blur(8px) brightness(1.3) saturate(1.2);
  z-index: 1;
  animation: wordmark-spray-in 2.15s cubic-bezier(.16, .76, .18, 1) forwards;
  animation-delay: calc(var(--letter-index) * 210ms + 720ms);
}

.paint-gun {
  position: absolute;
  left: -.92em;
  top: -1.10em;
  width: 4.35em;
  height: 2.45em;
  opacity: 0;
  pointer-events: none;
  z-index: 5;
  overflow: visible;
  transform: translate3d(-.18em, .04em, 0) scale(.98);
  transform-origin: 20% 54%;
  animation: spray-gun-pass 5.8s cubic-bezier(.22, .72, .18, 1) .05s forwards;
}

.paint-gun::before,
.paint-gun::after,
.paint-gun > span,
.wordmark > span:not(.paint-gun)::before,
.wordmark > span:not(.paint-gun)::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.paint-gun-reference {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left center;
  opacity: 0;
  mix-blend-mode: normal;
  filter:
    contrast(1.34)
    saturate(1.55)
    brightness(1.16)
    drop-shadow(0 .14em .22em rgba(var(--color-secondary-rgb), .18));
  transform: translate3d(-.14em, .04em, 0) scale(1.02);
  transform-origin: left center;
  clip-path: inset(0 100% 0 0);
  animation: reference-spray-reveal 5.8s cubic-bezier(.22, .72, .18, 1) .05s forwards;
}

.paint-gun-tool {
  position: absolute;
  left: 1.25em;
  top: .02em;
  width: 1.10em;
  height: 1.88em;
  object-fit: contain;
  object-position: left top;
  opacity: 0;
  filter:
    contrast(1.18)
    saturate(1.16)
    brightness(1.05)
    drop-shadow(0 .12em .16em rgba(var(--color-secondary-rgb), .30));
  transform: translate3d(-.42em, -.06em, 0) rotate(-1deg) scale(.96);
  transform-origin: 68% 58%;
  animation: reference-gun-focus 5.8s cubic-bezier(.22, .72, .18, 1) .05s forwards;
}

.paint-gun::before {
  display: none;
  left: .12em;
  top: .26em;
  width: .86em;
  height: .26em;
  border-radius: .12em .22em .16em .12em;
  background:
    linear-gradient(110deg, rgba(255, 255, 255, .46) 0 16%, transparent 17% 42%, rgba(255, 255, 255, .24) 43% 52%, transparent 53%),
    linear-gradient(180deg, #48525b 0%, #161d23 54%, #0d1115 100%);
  box-shadow:
    inset .08em .05em .08em rgba(255, 255, 255, .28),
    inset -.08em -.08em .10em rgba(0, 0, 0, .34),
    0 .18em .24em rgba(var(--color-secondary-rgb), .28);
}

.paint-gun::after {
  display: none;
  left: .42em;
  top: .47em;
  width: .30em;
  height: .36em;
  border-radius: .08em .08em .16em .18em;
  background:
    linear-gradient(105deg, transparent 0 26%, rgba(255, 255, 255, .24) 27% 39%, transparent 40%),
    linear-gradient(160deg, #11171d 0%, #35414a 52%, #11161b 100%);
  transform: skewX(-15deg);
  box-shadow:
    .12em -.09em 0 -.06em rgba(var(--color-primary-rgb), .80),
    0 .10em .18em rgba(var(--color-secondary-rgb), .25);
}

.gun-cup {
  display: none;
  left: .24em;
  top: -.10em;
  width: .36em;
  height: .34em;
  border-radius: .16em .16em .09em .09em;
  background:
    radial-gradient(ellipse at 30% 18%, rgba(255, 255, 255, .72), transparent 30%),
    linear-gradient(180deg, rgba(var(--color-primary-rgb), .96), rgba(var(--color-accent-red-rgb), .82));
  box-shadow:
    inset -.06em -.08em .08em rgba(0, 0, 0, .22),
    0 .06em .16em rgba(var(--color-primary-rgb), .28);
}

.gun-nozzle {
  display: none;
  right: .01em;
  top: .31em;
  width: .34em;
  height: .15em;
  border-radius: 0 .10em .10em 0;
  background:
    linear-gradient(90deg, #1a2229 0 22%, #68747c 23% 46%, #111820 47% 100%);
  box-shadow:
    .08em .01em .06em rgba(var(--color-primary-rgb), .32),
    inset -.04em 0 .04em rgba(255, 255, 255, .28);
}

.spray-fan,
.spray-fan-alt {
  left: .86em;
  top: .92em;
  width: 2.55em;
  height: .72em;
  border-radius: 999px;
  background:
    radial-gradient(ellipse at 0 50%, rgba(255, 255, 255, .82) 0 8%, transparent 24%),
    radial-gradient(ellipse at 34% 36%, rgba(var(--color-primary-rgb), .62), transparent 38%),
    radial-gradient(ellipse at 58% 62%, rgba(var(--color-accent-red-rgb), .44), transparent 36%),
    radial-gradient(ellipse at 80% 45%, rgba(255, 255, 255, .34), transparent 28%);
  filter: blur(5px) saturate(1.5);
  opacity: 0;
  mix-blend-mode: screen;
  transform: scaleX(.20) translateX(-.18em);
  transform-origin: left center;
  animation: nozzle-fan 1.9s ease-in-out .32s 3 both;
}

.spray-fan-alt {
  top: 1.06em;
  height: .54em;
  opacity: 0;
  filter: blur(9px) saturate(1.8);
  transform: rotate(5deg) scaleX(.18);
  animation-delay: .54s;
}

.wordmark > span:not(.paint-gun)::before {
  inset: .02em -.03em -.08em;
  border-radius: .09em;
  background:
    linear-gradient(112deg, transparent 8%, rgba(255, 255, 255, .0) 26%, rgba(255, 255, 255, .56) 42%, rgba(255, 255, 255, .08) 54%, transparent 72%);
  opacity: 0;
  mix-blend-mode: screen;
  transform: translateX(-68%) skewX(-10deg);
  animation: fresh-paint-shine 1.95s ease-out forwards;
  animation-delay: calc(var(--letter-index) * 210ms + 1.04s);
}

.wordmark > span:not(.paint-gun)::after {
  left: 78%;
  top: .12em;
  width: .05em;
  height: .05em;
  border-radius: 999px;
  background: rgba(255, 255, 255, .92);
  box-shadow:
    -.22em .08em 0 -.018em rgba(var(--color-primary-rgb), .46),
    -.08em -.16em 0 -.022em rgba(255, 255, 255, .72),
    .18em .13em 0 -.026em rgba(var(--color-accent-red-rgb), .38),
    .30em -.06em 0 -.028em rgba(var(--color-secondary-rgb), .22),
    .42em .08em 0 -.030em rgba(var(--color-primary-rgb), .50),
    .54em -.18em 0 -.032em rgba(255, 255, 255, .58);
  opacity: 0;
  filter: blur(.45px);
  transform: translate3d(-.18em, -.08em, 0) scale(.4);
  animation: paint-speckles 1.45s ease-out forwards;
  animation-delay: calc(var(--letter-index) * 210ms + .92s);
}

@keyframes wordmark-spray-in {
  0% {
    opacity: 0;
    color: rgba(25, 33, 39, .12);
    transform: translateY(.08em) scale(.976);
    filter: blur(12px) brightness(1.38) saturate(1.22);
    text-shadow:
      0 0 0 rgba(255, 255, 255, 0),
      0 18px 38px rgba(var(--color-secondary-rgb), .16);
  }

  24% {
    opacity: .42;
    color: rgba(var(--color-primary-rgb), .44);
    transform: translateY(.04em) scale(.99);
    filter: blur(6px) brightness(1.35) saturate(1.24);
    text-shadow:
      0 0 16px rgba(255, 255, 255, .24),
      0 0 30px rgba(var(--color-primary-rgb), .20);
  }

  52% {
    opacity: .96;
    color: rgba(255, 255, 255, .92);
    transform: translateY(.012em) scale(1.006);
    filter: blur(1.2px) brightness(1.12) saturate(1.1);
    text-shadow:
      0 0 18px rgba(255, 255, 255, .26),
      0 0 34px rgba(var(--color-primary-rgb), .18),
      0 18px 38px rgba(var(--color-secondary-rgb), .16);
  }

  72% {
    opacity: 1;
    color: #f4f8ff;
    filter: blur(.2px) brightness(1.06) saturate(1.04);
    text-shadow:
      0 0 8px rgba(255, 255, 255, .16),
      0 18px 38px rgba(var(--color-secondary-rgb), .16);
  }

  100% {
    opacity: 1;
    color: #f8fbff;
    transform: translateY(0) scale(1);
    filter: blur(0) brightness(1);
    text-shadow:
      0 24px 60px rgba(0, 0, 0, .72),
      0 0 28px rgba(255, 255, 255, .42),
      0 0 2px rgba(255, 255, 255, .95);
  }
}

@keyframes fresh-paint-shine {
  0% {
    opacity: 0;
    transform: translateX(-70%) skewX(-10deg);
  }

  24% {
    opacity: .78;
  }

  58% {
    opacity: .34;
    transform: translateX(22%) skewX(-10deg);
  }

  100% {
    opacity: 0;
    transform: translateX(72%) skewX(-10deg);
  }
}

@keyframes reference-spray-reveal {
  0% {
    opacity: 0;
    clip-path: inset(0 100% 0 0);
    transform: translate3d(-.26em, .10em, 0) scale(.96) rotate(.15deg);
  }

  12% {
    opacity: .44;
    clip-path: inset(0 75% 0 0);
    transform: translate3d(-.20em, .07em, 0) scale(.985) rotate(-.10deg);
  }

  28% {
    opacity: .78;
    clip-path: inset(0 46% 0 0);
    transform: translate3d(-.12em, .02em, 0) scale(1.015) rotate(-.22deg);
  }

  48% {
    opacity: .84;
    clip-path: inset(0 22% 0 0);
    transform: translate3d(-.02em, -.03em, 0) scale(1.03) rotate(.16deg);
  }

  68% {
    opacity: .56;
    clip-path: inset(0 0 0 0);
    transform: translate3d(.06em, -.05em, 0) scale(1.045) rotate(-.12deg);
  }

  84% {
    opacity: .26;
    clip-path: inset(0 0 0 0);
    transform: translate3d(.12em, -.07em, 0) scale(1.052) rotate(.08deg);
  }

  100% {
    opacity: 0;
    clip-path: inset(0 0 0 0);
    transform: translate3d(.20em, -.08em, 0) scale(1.06) rotate(0deg);
  }
}

@keyframes reference-gun-focus {
  0% {
    opacity: 0;
    transform: translate3d(-.50em, .00em, 0) rotate(-4deg) scale(.94);
  }

  10% {
    opacity: .92;
    transform: translate3d(-.42em, -.04em, 0) rotate(-2.5deg) scale(.99);
  }

  24% {
    opacity: 1;
    transform: translate3d(-.35em, -.08em, 0) rotate(-.6deg) scale(1.015);
  }

  42% {
    opacity: 1;
    transform: translate3d(-.28em, -.12em, 0) rotate(1.2deg) scale(1.025);
  }

  60% {
    opacity: .88;
    transform: translate3d(-.22em, -.10em, 0) rotate(-.8deg) scale(1.02);
  }

  78% {
    opacity: .50;
    transform: translate3d(-.16em, -.15em, 0) rotate(-1.9deg) scale(1.005);
  }

  90% {
    opacity: .18;
    transform: translate3d(-.12em, -.18em, 0) rotate(-2.5deg) scale(.99);
  }

  100% {
    opacity: 0;
    transform: translate3d(-.08em, -.20em, 0) rotate(-2.5deg) scale(.98);
  }
}

@keyframes nozzle-fan {
  0% {
    opacity: 0;
    transform: scaleX(.16) translateX(-.12em) rotate(-1deg);
  }

  22% {
    opacity: .84;
    transform: scaleX(.70) translateX(-.02em) rotate(.5deg);
  }

  58% {
    opacity: .70;
    transform: scaleX(1.02) translateX(.08em) rotate(1.2deg);
  }

  100% {
    opacity: 0;
    transform: scaleX(1.28) translateX(.20em) rotate(2deg);
  }
}

@keyframes paint-speckles {
  0% {
    opacity: 0;
    transform: translate3d(-.18em, -.08em, 0) scale(.36);
  }

  18% {
    opacity: .95;
    transform: translate3d(-.08em, -.02em, 0) scale(1);
  }

  46% {
    opacity: .58;
    transform: translate3d(.08em, .04em, 0) scale(.82);
  }

  72% {
    opacity: .22;
    transform: translate3d(.17em, .10em, 0) scale(.58);
  }

  100% {
    opacity: 0;
    transform: translate3d(.24em, .16em, 0) scale(.24);
  }
}

@keyframes color-mist-pass {
  0% {
    --spray-x: 4%;
    opacity: 0;
    transform: translate3d(-8%, .02em, 0) scaleX(.12);
  }

  16% {
    --spray-x: 18%;
    opacity: .54;
    transform: translate3d(-5%, .01em, 0) scaleX(.36);
  }

  38% {
    --spray-x: 44%;
    opacity: .86;
    transform: translate3d(-1%, -.02em, 0) scaleX(.68);
  }

  64% {
    --spray-x: 72%;
    opacity: .78;
    transform: translate3d(2%, .02em, 0) scaleX(.95);
  }

  84% {
    --spray-x: 94%;
    opacity: .36;
    transform: translate3d(4%, -.01em, 0) scaleX(1.06);
  }

  100% {
    --spray-x: 98%;
    opacity: 0;
    transform: translate3d(5%, -.03em, 0) scaleX(1.08);
  }
}

@keyframes spray-cloud-pass {
  0% {
    --spray-x: 4%;
    opacity: 0;
    transform: translate3d(-9%, .06em, 0) scaleX(.10);
  }

  18% {
    --spray-x: 18%;
    opacity: .70;
    transform: translate3d(-5%, .02em, 0) scaleX(.36);
  }

  38% {
    --spray-x: 42%;
    opacity: .92;
    transform: translate3d(-1%, -.01em, 0) scaleX(.66);
  }

  62% {
    --spray-x: 70%;
    opacity: .78;
    transform: translate3d(2%, .03em, 0) scaleX(.92);
  }

  82% {
    --spray-x: 94%;
    opacity: .28;
    transform: translate3d(4%, .01em, 0) scaleX(1);
  }

  100% {
    --spray-x: 96%;
    opacity: 0;
    transform: translate3d(5%, -.02em, 0) scaleX(1);
  }
}

@keyframes spray-gun-pass {
  0% {
    left: -.98em;
    opacity: 0;
    transform: translate3d(-.24em, .10em, 0) scale(.96);
  }

  12% {
    left: -.96em;
    opacity: 1;
    transform: translate3d(-.16em, .05em, 0) scale(.995);
  }

  26% {
    left: -.94em;
    opacity: 1;
    transform: translate3d(-.07em, -.01em, 0) scale(1.012);
  }

  44% {
    left: -.90em;
    opacity: 1;
    transform: translate3d(.02em, -.06em, 0) scale(1.025);
  }

  62% {
    left: -.86em;
    opacity: 1;
    transform: translate3d(.09em, -.04em, 0) scale(1.03);
  }

  80% {
    left: -.82em;
    opacity: .72;
    transform: translate3d(.15em, -.10em, 0) scale(1.015);
  }

  100% {
    left: -.80em;
    opacity: 0;
    transform: translate3d(.24em, -.14em, 0) scale(.99);
  }
}

.wordmark::before,
.wordmark::after,
.wordmark > span::before,
.wordmark > span::after,
.paint-gun {
  display: none;
}

.wordmark > span,
.wordmark > span:not(.paint-gun) {
  position: relative;
  display: inline-block;
  opacity: 1;
  transform: none;
  filter: none;
  animation: none !important;
  z-index: 1;
}

.wordmark.is-animating::before {
  display: block;
  left: -24%;
  right: -26%;
  top: -.56em;
  height: 2.08em;
  border-radius: 999px;
  background:
    radial-gradient(ellipse at 14% 52%, rgba(255, 255, 255, .86) 0 6%, transparent 21%),
    radial-gradient(ellipse at 30% 42%, rgba(var(--color-primary-rgb), .58), transparent 34%),
    radial-gradient(ellipse at 50% 66%, rgba(var(--color-accent-red-rgb), .42), transparent 32%),
    radial-gradient(ellipse at 73% 39%, rgba(var(--color-primary-rgb), .38), transparent 30%),
    radial-gradient(ellipse at 91% 58%, rgba(255, 255, 255, .28), transparent 22%),
    linear-gradient(90deg, transparent 0 2%, rgba(255, 255, 255, .30), rgba(var(--color-primary-rgb), .36), rgba(var(--color-accent-red-rgb), .22), transparent 90%);
  opacity: 0;
  filter: blur(18px) saturate(1.85);
  transform: translate3d(-12%, .10em, 0) scaleX(.22) scaleY(.86);
  transform-origin: left center;
  z-index: 0;
  animation: hausott-mist-bloom 4.65s cubic-bezier(.16, .76, .18, 1) .08s forwards;
}

.wordmark.is-animating::after {
  display: block;
  left: -18%;
  right: -18%;
  top: -.20em;
  height: 1.36em;
  border-radius: 999px;
  background:
    repeating-radial-gradient(circle at 16% 54%, rgba(255, 255, 255, .44) 0 1px, transparent 2px 9px),
    radial-gradient(ellipse at 24% 62%, rgba(var(--color-primary-rgb), .48), transparent 30%),
    radial-gradient(ellipse at 52% 40%, rgba(var(--color-accent-red-rgb), .36), transparent 27%),
    radial-gradient(ellipse at 78% 58%, rgba(var(--color-primary-rgb), .30), transparent 24%),
    radial-gradient(ellipse at 93% 44%, rgba(255, 255, 255, .30), transparent 20%);
  opacity: 0;
  filter: blur(6px) saturate(2);
  transform: translate3d(-8%, .05em, 0) scaleX(.26) scaleY(.92);
  transform-origin: left center;
  z-index: 2;
  animation: hausott-color-dust 4.05s cubic-bezier(.18, .72, .2, 1) .18s forwards;
}

.wordmark.is-animating > span,
.wordmark.is-animating > span:not(.paint-gun) {
  opacity: 0;
  color: rgba(255, 255, 255, .22);
  transform: translateY(.06em) scale(.982);
  filter: blur(9px) brightness(1.18) saturate(1.2);
  animation: hausott-letter-mist 2.28s cubic-bezier(.16, .76, .18, 1) forwards !important;
  animation-delay: calc(var(--letter-index) * 145ms + 740ms) !important;
}

@keyframes hausott-letter-mist {
  0% {
    opacity: 0;
    color: rgba(var(--color-primary-rgb), .26);
    transform: translateY(.08em) scale(.978);
    filter: blur(12px) brightness(1.24) saturate(1.24);
    text-shadow:
      0 0 0 rgba(255, 255, 255, 0),
      0 18px 38px rgba(var(--color-secondary-rgb), .16);
  }

  36% {
    opacity: .72;
    color: rgba(255, 255, 255, .84);
    transform: translateY(.025em) scale(1.006);
    filter: blur(4px) brightness(1.42) saturate(1.18);
    text-shadow:
      0 0 18px rgba(255, 255, 255, .38),
      0 0 34px rgba(var(--color-primary-rgb), .20),
      0 18px 38px rgba(var(--color-secondary-rgb), .16);
  }

  66% {
    opacity: 1;
    color: #eef5ff;
    transform: translateY(.006em) scale(1.002);
    filter: blur(.7px) brightness(1.08) saturate(1.06);
  }

  100% {
    opacity: 1;
    color: #f8fbff;
    transform: translateY(0) scale(1);
    filter: blur(0) brightness(1) saturate(1);
    text-shadow:
      0 24px 60px rgba(0, 0, 0, .72),
      0 0 28px rgba(255, 255, 255, .42),
      0 0 2px rgba(255, 255, 255, .95);
  }
}

@keyframes hausott-mist-bloom {
  0% {
    opacity: 0;
    transform: translate3d(-14%, .12em, 0) scaleX(.16) scaleY(.72);
  }

  18% {
    opacity: .74;
    transform: translate3d(-8%, .05em, 0) scaleX(.42) scaleY(.95);
  }

  40% {
    opacity: .96;
    transform: translate3d(-2%, -.02em, 0) scaleX(.82) scaleY(1.18);
  }

  62% {
    opacity: .78;
    transform: translate3d(3%, -.09em, 0) scaleX(1.08) scaleY(1.28);
  }

  82% {
    opacity: .34;
    transform: translate3d(8%, -.16em, 0) scaleX(1.28) scaleY(1.10);
  }

  100% {
    opacity: 0;
    transform: translate3d(12%, -.24em, 0) scaleX(1.42) scaleY(.92);
  }
}

@keyframes hausott-color-dust {
  0% {
    opacity: 0;
    transform: translate3d(-10%, .05em, 0) scaleX(.20) scaleY(.82);
  }

  20% {
    opacity: .82;
    transform: translate3d(-5%, .01em, 0) scaleX(.48) scaleY(1);
  }

  45% {
    opacity: .95;
    transform: translate3d(0, -.04em, 0) scaleX(.86) scaleY(1.16);
  }

  68% {
    opacity: .58;
    transform: translate3d(5%, -.08em, 0) scaleX(1.10) scaleY(1.10);
  }

  84% {
    opacity: .28;
    transform: translate3d(9%, -.12em, 0) scaleX(1.25) scaleY(.96);
  }

  100% {
    opacity: 0;
    transform: translate3d(12%, -.18em, 0) scaleX(1.34) scaleY(.86);
  }
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(34px, 5vw, 64px);
  line-height: .98;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: clamp(22px, 2.4vw, 28px);
  line-height: 1.12;
}

.lead {
  max-width: 560px;
  color: var(--color-muted);
  font-size: clamp(19px, 2vw, 24px);
}

.hero .lead {
  max-width: 660px;
  color: rgba(255, 255, 255, .88);
}

.lead strong {
  color: var(--color-text);
  font-weight: 900;
}

.hero-services {
  display: flex;
  flex-wrap: wrap;
  gap: 7px 10px;
  max-width: 720px;
  margin: 16px 0 20px;
  color: var(--color-text);
  font-size: clamp(22px, 3vw, 38px);
  font-weight: 920;
  line-height: 1.02;
}

.hero .hero-services {
  color: #fff;
}

.hero-services span {
  display: inline-flex;
  padding: .12em .34em .18em;
  border-radius: 999px;
  background: rgba(255, 255, 255, .58);
  box-shadow: 0 1px 0 rgba(255, 255, 255, .65) inset;
  backdrop-filter: blur(12px);
}

.hero .hero-services span {
  background: rgba(6, 12, 18, .40);
  border: 1px solid rgba(255, 255, 255, .22);
  box-shadow: 0 1px 0 rgba(255, 255, 255, .18) inset;
}

.hero-location {
  margin: 0;
  color: var(--color-primary);
  font-size: clamp(17px, 2.2vw, 24px);
  font-weight: 850;
  letter-spacing: .01em;
}

.hero .hero-location {
  color: rgba(255, 255, 255, .86);
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 21px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 850;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--color-primary), #0a4f93 62%, var(--color-accent-red));
  box-shadow: 0 18px 38px rgba(var(--color-primary-rgb), .24), 0 12px 28px rgba(var(--color-accent-red-rgb), .12);
}

.button-primary:hover {
  background: linear-gradient(135deg, var(--color-primary-dark), #073c72 62%, var(--color-accent-red-dark));
}

.button-secondary {
  color: var(--color-text);
  background: rgba(255, 255, 255, .92);
  border-color: var(--color-border);
}

.button-whatsapp {
  color: #fff;
  background: #25d366;
  box-shadow: 0 18px 38px rgba(37, 211, 102, .20);
}

.button-whatsapp:hover {
  background: #1fb858;
}

.button-social {
  color: #fff;
  background: rgba(255, 255, 255, .16);
  border-color: rgba(255, 255, 255, .22);
  backdrop-filter: blur(10px);
}

.button-social:hover {
  background: rgba(255, 255, 255, .24);
}

.hero-media,
.image-panel {
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius-large);
  background: #d8dde1;
  box-shadow: var(--shadow-soft);
}

.hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
  aspect-ratio: auto;
  border-radius: 0;
  box-shadow: none;
  background: #101820;
}

.hero-media picture,
.image-panel picture,
.hero-media img,
.image-panel img {
  display: block;
  width: 100%;
  height: 100%;
}

.hero-media img,
.image-panel img {
  object-fit: cover;
}

.hero-media img {
  object-position: center center;
  filter: brightness(1.16) saturate(1.08) contrast(1.02);
}

.intro-band {
  padding-top: 30px;
}

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

.benefit,
.service-card,
.flow-step,
.contact-card {
  border: 1px solid rgba(255, 255, 255, .58);
  border-radius: var(--radius-medium);
  background: rgba(255, 255, 255, .68);
  box-shadow: 0 1px 0 rgba(255, 255, 255, .72) inset;
  backdrop-filter: blur(14px);
}

.benefit {
  min-height: 188px;
  padding: 24px;
  display: grid;
  place-items: center;
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.benefit:hover {
  transform: translateY(-3px);
  border-color: rgba(var(--color-accent-red-rgb), .24);
  box-shadow: var(--shadow-hover);
}

.benefit h2 {
  margin: 0;
  font-size: clamp(19px, 2vw, 25px);
  line-height: 1.12;
  position: relative;
  z-index: 2;
}

.benefit-demo {
  position: absolute;
  left: 18px;
  top: 18px;
  width: 56px;
  height: 42px;
  z-index: 1;
  opacity: .82;
  pointer-events: none;
}

.benefit-insurance {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .72), rgba(255, 255, 255, .56)),
    linear-gradient(135deg, rgba(var(--color-primary-rgb), .10), rgba(var(--color-secondary-rgb), .06));
}

.insurance-demo::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 34px;
  height: 40px;
  border: 2px solid rgba(var(--color-secondary-rgb), .26);
  border-radius: 8px;
  background:
    linear-gradient(rgba(var(--color-secondary-rgb), .24) 0 0) 8px 12px / 16px 2px no-repeat,
    linear-gradient(rgba(var(--color-secondary-rgb), .18) 0 0) 8px 20px / 20px 2px no-repeat,
    linear-gradient(rgba(var(--color-secondary-rgb), .14) 0 0) 8px 28px / 13px 2px no-repeat,
    rgba(255, 255, 255, .74);
  animation: document-slide 4.6s ease-in-out infinite;
}

.insurance-demo::after {
  content: "";
  position: absolute;
  right: 0;
  top: 9px;
  width: 24px;
  height: 24px;
  border-radius: 999px;
  background: var(--color-primary);
  box-shadow: 0 0 0 0 rgba(var(--color-primary-rgb), .24);
  clip-path: polygon(42% 69%, 22% 49%, 13% 58%, 42% 86%, 89% 30%, 78% 20%);
  animation: check-pop 4.6s ease-in-out infinite;
}

.benefit-guarantee {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .72), rgba(255, 255, 255, .56)),
    radial-gradient(circle at 20% 22%, rgba(var(--color-primary-rgb), .12), transparent 34%),
    radial-gradient(circle at 80% 78%, rgba(var(--color-accent-red-rgb), .10), transparent 36%);
}

.guarantee-demo {
  width: 48px;
  height: 48px;
}

.guarantee-demo::before {
  content: "";
  position: absolute;
  inset: 2px 7px;
  background: linear-gradient(145deg, var(--color-secondary), var(--color-primary));
  clip-path: polygon(50% 0, 88% 14%, 82% 62%, 50% 100%, 18% 62%, 12% 14%);
  box-shadow: 0 14px 30px rgba(var(--color-secondary-rgb), .18);
  animation: shield-pulse 4.8s ease-in-out infinite;
}

.guarantee-demo::after {
  content: "";
  position: absolute;
  left: 18px;
  top: 18px;
  width: 15px;
  height: 8px;
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transform: rotate(-45deg);
  animation: check-draw 4.8s ease-in-out infinite;
}

.benefit-loaner {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .72), rgba(255, 255, 255, .56)),
    linear-gradient(180deg, transparent 0 74%, rgba(var(--color-secondary-rgb), .08) 74% 78%, transparent 78%);
}

.loaner-demo {
  left: 14px;
  width: 70px;
  height: 44px;
}

.loaner-demo::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 8px;
  width: 40px;
  height: 18px;
  border-radius: 12px 14px 8px 8px;
  background:
    radial-gradient(circle at 10px 18px, var(--color-secondary) 0 4px, transparent 5px),
    radial-gradient(circle at 31px 18px, var(--color-secondary) 0 4px, transparent 5px),
    linear-gradient(145deg, var(--color-primary), var(--color-accent-red));
  animation: loaner-drive 4.4s ease-in-out infinite;
}

.loaner-demo::after {
  content: "";
  position: absolute;
  left: 4px;
  right: 0;
  bottom: 5px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(var(--color-secondary-rgb), .22), transparent);
  animation: road-glide 4.4s ease-in-out infinite;
}

.benefit-clean {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .72), rgba(255, 255, 255, .56)),
    radial-gradient(circle at 18% 24%, rgba(var(--color-secondary-rgb), .20) 0 4px, transparent 5px),
    radial-gradient(circle at 78% 30%, rgba(var(--color-secondary-rgb), .16) 0 5px, transparent 6px),
    radial-gradient(circle at 36% 76%, rgba(var(--color-accent-red-rgb), .14) 0 4px, transparent 5px);
}

.clean-demo {
  position: absolute;
  inset: 18px;
  border-radius: calc(var(--radius-medium) - 6px);
  overflow: hidden;
  z-index: 1;
  opacity: .78;
}

.clean-demo::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 22%, rgba(var(--color-secondary-rgb), .22) 0 4px, transparent 5px),
    radial-gradient(circle at 72% 22%, rgba(var(--color-secondary-rgb), .18) 0 5px, transparent 6px),
    radial-gradient(circle at 56% 66%, rgba(var(--color-accent-red-rgb), .17) 0 6px, transparent 7px),
    radial-gradient(circle at 32% 78%, rgba(var(--color-secondary-rgb), .16) 0 4px, transparent 5px),
    linear-gradient(135deg, rgba(var(--color-secondary-rgb), .08), rgba(var(--color-accent-red-rgb), .07));
  animation: dirt-clean-cycle 4.8s ease-in-out infinite;
}

.clean-demo::after {
  content: "";
  position: absolute;
  top: -26%;
  bottom: -26%;
  left: -54%;
  width: 46%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .94) 36%, rgba(255, 255, 255, .98) 64%, transparent);
  filter: blur(1px);
  transform: rotate(12deg);
  animation: clean-wipe 4.8s ease-in-out infinite;
}

.flow-step span {
  color: var(--color-accent-red);
  font-size: 24px;
  font-weight: 900;
  line-height: 1;
}

.section-heading {
  max-width: 770px;
  margin-bottom: 40px;
}

.section-heading p:not(.eyebrow) {
  max-width: 670px;
  color: var(--color-muted);
  font-size: 19px;
}

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

.service-card {
  min-height: 270px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  background: rgba(255, 255, 255, .46);
  border-color: rgba(255, 255, 255, .42);
  box-shadow: 0 1px 0 rgba(255, 255, 255, .58) inset, 0 18px 46px rgba(23, 26, 29, .07);
  backdrop-filter: blur(18px);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.service-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 78% 18%, rgba(var(--color-primary-rgb), .11), transparent 30%);
  opacity: .66;
  pointer-events: none;
}

.service-card > * {
  position: relative;
  z-index: 1;
}

.service-card:hover {
  transform: translateY(-4px);
  border-color: rgba(var(--color-accent-red-rgb), .30);
  box-shadow: var(--shadow-hover);
}

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

.service-card a {
  width: max-content;
  margin-top: auto;
  color: var(--color-primary);
  font-weight: 850;
}

.service-demo {
  position: relative;
  display: block;
  width: 92px;
  height: 46px;
  margin-bottom: 22px;
  opacity: .82;
}

.service-demo::before,
.service-demo::after {
  content: "";
  position: absolute;
  display: block;
}

.service-bodywork .service-demo::before {
  left: 0;
  right: 2px;
  top: 23px;
  height: 3px;
  border-radius: 999px;
  background:
    radial-gradient(circle at var(--dent-position, 28%) 50%, rgba(var(--color-accent-red-rgb), .32) 0 8px, transparent 9px),
    linear-gradient(90deg, rgba(var(--color-secondary-rgb), .34), rgba(var(--color-primary-rgb), .34));
  animation: bodywork-smooth 4.8s ease-in-out infinite;
}

.service-bodywork .service-demo::after {
  left: 12px;
  top: 12px;
  width: 34px;
  height: 22px;
  border: 2px solid rgba(var(--color-secondary-rgb), .28);
  border-radius: 50%;
  border-bottom-color: transparent;
  transform: rotate(-8deg);
  animation: bodywork-dent 4.8s ease-in-out infinite;
}

.service-paint .service-demo::before {
  left: 2px;
  top: 15px;
  width: 34px;
  height: 20px;
  border-radius: 8px 6px 6px 8px;
  background: linear-gradient(135deg, var(--color-secondary), var(--color-primary));
  box-shadow: 0 8px 18px rgba(var(--color-secondary-rgb), .13);
}

.service-paint .service-demo::after {
  left: 35px;
  top: 8px;
  width: 56px;
  height: 34px;
  border-radius: 999px;
  background:
    radial-gradient(circle at 14% 50%, rgba(var(--color-primary-rgb), .42) 0 3px, transparent 4px),
    linear-gradient(90deg, rgba(var(--color-primary-rgb), .28), rgba(var(--color-accent-red-rgb), .12), transparent);
  filter: blur(.3px);
  transform-origin: left center;
  animation: paint-spray 4.4s ease-in-out infinite;
}

.service-inspection .service-demo::before {
  left: 7px;
  top: 4px;
  width: 34px;
  height: 38px;
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .74), rgba(255, 255, 255, .32)),
    linear-gradient(135deg, rgba(var(--color-primary-rgb), .18), rgba(var(--color-secondary-rgb), .10));
  border: 1px solid rgba(var(--color-secondary-rgb), .16);
  box-shadow: 48px 14px 0 -8px rgba(var(--color-primary-rgb), .16);
}

.service-inspection .service-demo::after {
  left: 51px;
  top: 19px;
  width: 25px;
  height: 13px;
  border-left: 4px solid var(--color-accent-red);
  border-bottom: 4px solid var(--color-accent-red);
  transform: rotate(-45deg) scale(.82);
  animation: inspection-check 4.6s ease-in-out infinite;
}

.service-repair .service-demo::before {
  left: 11px;
  top: 10px;
  width: 28px;
  height: 28px;
  border: 4px solid rgba(var(--color-primary-rgb), .34);
  border-radius: 50%;
  box-shadow:
    44px 0 0 -8px rgba(var(--color-secondary-rgb), .18),
    44px 0 0 -2px rgba(var(--color-secondary-rgb), .11);
  animation: service-turn 5s linear infinite;
}

.service-repair .service-demo::after {
  left: 45px;
  top: 21px;
  width: 42px;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(var(--color-secondary-rgb), .30), rgba(var(--color-accent-red-rgb), .26));
  transform-origin: 8px center;
  animation: wrench-swing 5s ease-in-out infinite;
}

.company-section {
  width: 100%;
  max-width: none;
  padding: 116px max(20px, calc((100% - var(--content-width)) / 2));
  background:
    linear-gradient(135deg, rgba(var(--color-secondary-rgb), .78), rgba(21, 27, 32, .70) 58%, rgba(var(--color-accent-red-rgb), .42));
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, .10);
  border-bottom: 1px solid rgba(255, 255, 255, .10);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08), inset 0 -1px 0 rgba(255, 255, 255, .04);
  backdrop-filter: blur(7px);
}

.company-section .eyebrow,
.company-section .company-copy p:not(.eyebrow) {
  color: rgba(255, 255, 255, .72);
}

.company-layout,
.contact-layout {
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  align-items: center;
  gap: clamp(32px, 5vw, 74px);
}

.company-copy p:not(.eyebrow),
.contact-copy p:not(.eyebrow) {
  color: var(--color-muted);
  font-size: 19px;
}

.company-line.reveal {
  transition-delay: var(--company-delay, 0ms);
}

.company-line:nth-child(1) {
  --company-delay: 0ms;
}

.company-line:nth-child(2) {
  --company-delay: 110ms;
}

.company-line:nth-child(3) {
  --company-delay: 220ms;
}

.company-line:nth-child(4) {
  --company-delay: 330ms;
}

.company-line:nth-child(5) {
  --company-delay: 440ms;
}

.image-panel {
  aspect-ratio: 16 / 10;
}

.service-flow {
  padding-bottom: 90px;
}

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

.flow-step {
  min-height: 230px;
  padding: 25px;
  background: rgba(255, 255, 255, .46);
  border-color: rgba(255, 255, 255, .42);
  box-shadow: 0 1px 0 rgba(255, 255, 255, .58) inset, 0 18px 46px rgba(23, 26, 29, .07);
  backdrop-filter: blur(18px);
}

.flow-step h3 {
  margin-top: 48px;
  font-size: 24px;
}

.flow-step p {
  color: var(--color-muted);
}

.contact-section {
  width: min(1320px, calc(100% - 40px));
  padding: 70px clamp(22px, 5vw, 72px);
  border-radius: var(--radius-large);
  color: #fff;
  background:
    linear-gradient(135deg, rgba(var(--color-secondary-rgb), 1), rgba(22, 29, 35, 1) 58%, rgba(var(--color-accent-red-rgb), .92));
  position: relative;
  overflow: hidden;
}

.contact-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, transparent 0 52%, rgba(255, 255, 255, .10) 52% 53%, transparent 53% 100%);
  transform: translateX(-22%);
  animation: sheen-slide 9s ease-in-out infinite;
  pointer-events: none;
}

.contact-section .eyebrow {
  color: #ffd0d3;
}

.contact-copy p:not(.eyebrow) {
  color: rgba(255, 255, 255, .72);
}

.contact-card {
  padding: clamp(24px, 4vw, 42px);
  color: var(--color-text);
  position: relative;
}

.contact-card dl {
  margin: 0;
  display: grid;
  gap: 24px;
}

.contact-card div {
  padding-bottom: 20px;
  border-bottom: 1px solid var(--color-border);
}

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

.contact-card dt {
  margin-bottom: 6px;
  color: var(--color-muted);
  font-size: 13px;
  font-weight: 850;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.contact-card dd {
  margin: 0;
  font-size: 18px;
  font-weight: 750;
}

.map-preview-link {
  display: block;
  margin-top: 26px;
  border: 1px solid rgba(var(--color-secondary-rgb), .10);
  border-radius: var(--radius-medium);
  overflow: hidden;
  background: rgba(255, 255, 255, .64);
  box-shadow: 0 18px 42px rgba(var(--color-secondary-rgb), .10);
}

.map-preview {
  position: relative;
  display: block;
  height: clamp(146px, 18vw, 188px);
  overflow: hidden;
  background:
    linear-gradient(130deg, rgba(236, 241, 244, .94), rgba(248, 250, 251, .90)),
    repeating-linear-gradient(0deg, transparent 0 32px, rgba(var(--color-secondary-rgb), .055) 32px 33px),
    repeating-linear-gradient(90deg, transparent 0 38px, rgba(var(--color-secondary-rgb), .045) 38px 39px);
  transform: scale(1);
  transform-origin: 56% 52%;
  transition: transform .7s cubic-bezier(.2, .8, .2, 1);
}

.map-preview-link:hover .map-preview,
.map-preview-link:focus-visible .map-preview {
  transform: scale(1.12);
}

.map-preview::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 58% 48%, rgba(var(--color-primary-rgb), .18), transparent 28%),
    linear-gradient(90deg, rgba(255, 255, 255, .20), transparent 42%, rgba(255, 255, 255, .22));
  pointer-events: none;
}

.map-block,
.map-road,
.map-pin {
  position: absolute;
  display: block;
}

.map-block {
  border-radius: 8px;
  background: rgba(var(--color-secondary-rgb), .08);
  border: 1px solid rgba(var(--color-secondary-rgb), .055);
}

.map-block-one {
  left: 9%;
  top: 13%;
  width: 26%;
  height: 24%;
}

.map-block-two {
  right: 9%;
  top: 10%;
  width: 23%;
  height: 30%;
}

.map-block-three {
  right: 17%;
  bottom: 9%;
  width: 30%;
  height: 24%;
}

.map-road {
  height: 10px;
  border-radius: 999px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .68), rgba(255, 255, 255, .92)),
    rgba(var(--color-secondary-rgb), .14);
  box-shadow: 0 0 0 1px rgba(var(--color-secondary-rgb), .055);
}

.map-road-main {
  left: -12%;
  top: 51%;
  width: 128%;
  transform: rotate(-13deg);
}

.map-road-side {
  left: 38%;
  top: -8%;
  width: 10px;
  height: 120%;
  transform: rotate(18deg);
}

.map-road-cross {
  left: 12%;
  top: 69%;
  width: 72%;
  transform: rotate(15deg);
}

.map-pin {
  left: 57%;
  top: 43%;
  width: 28px;
  height: 28px;
  border-radius: 50% 50% 50% 0;
  background: linear-gradient(145deg, var(--color-accent-red), var(--color-primary));
  box-shadow: 0 10px 22px rgba(var(--color-secondary-rgb), .22);
  transform: translate(-50%, -50%) rotate(-45deg);
  animation: map-pin-pulse 2.8s ease-in-out infinite;
}

.map-pin::after {
  content: "";
  position: absolute;
  inset: 8px;
  border-radius: 50%;
  background: #fff;
}

.map-link {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  margin-top: 12px;
  color: var(--color-primary);
  font-weight: 850;
}

.legal-section {
  padding-top: 104px;
  padding-bottom: 40px;
}

.legal-layout {
  width: min(var(--content-width), calc(100% - 40px));
  margin: 0 auto;
}

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

.legal-card {
  padding: clamp(24px, 4vw, 34px);
  border: 1px solid rgba(255, 255, 255, .42);
  border-radius: var(--radius-medium);
  background: rgba(255, 255, 255, .50);
  box-shadow: 0 1px 0 rgba(255, 255, 255, .58) inset, 0 18px 46px rgba(23, 26, 29, .07);
  backdrop-filter: blur(18px);
}

.legal-card h3 {
  margin-bottom: 20px;
}

.legal-card h4 {
  margin: 28px 0 10px;
  font-size: 17px;
  line-height: 1.25;
}

.legal-card h4:first-of-type {
  margin-top: 0;
}

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

.legal-card dl {
  margin: 0;
  display: grid;
  gap: 18px;
}

.legal-card dt {
  color: var(--color-muted);
  font-size: 13px;
  font-weight: 850;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.legal-card dd {
  margin: 4px 0 0;
  font-size: 17px;
  font-weight: 750;
}

.legal-disclaimer {
  font-size: 15px;
}

.site-footer {
  margin-top: 90px;
  padding: 54px 0;
  color: rgba(255, 255, 255, .74);
  background: linear-gradient(135deg, #151b20, #202a32 64%, #311217);
}

@keyframes background-drift {
  from {
    background-position: 0% 0%, 0% 50%;
  }

  to {
    background-position: 100% 28%, 82% 50%;
  }
}

@keyframes site-paint-mist-drift {
  0% {
    opacity: .46;
    transform: translate3d(-8vw, -3vh, 0) scale(1.04) rotate(-2deg);
  }

  35% {
    opacity: .66;
    transform: translate3d(2vw, 2vh, 0) scale(1.14) rotate(2deg);
  }

  70% {
    opacity: .54;
    transform: translate3d(9vw, -1vh, 0) scale(1.20) rotate(-1deg);
  }

  100% {
    opacity: .62;
    transform: translate3d(14vw, 4vh, 0) scale(1.12) rotate(3deg);
  }
}

@keyframes site-paint-mist-pulse {
  0%,
  100% {
    opacity: .58;
    transform: translate3d(-6vw, 1vh, 0) scale(.92);
  }

  45% {
    opacity: .88;
    transform: translate3d(7vw, -3vh, 0) scale(1.12);
  }

  72% {
    opacity: .72;
    transform: translate3d(13vw, 2vh, 0) scale(1.04);
  }
}

@keyframes site-paint-mist-cross {
  0% {
    opacity: .48;
    transform: translate3d(12vw, -6vh, 0) rotate(-5deg) scale(.96);
  }

  48% {
    opacity: .78;
    transform: translate3d(-2vw, 3vh, 0) rotate(3deg) scale(1.12);
  }

  100% {
    opacity: .64;
    transform: translate3d(-12vw, -1vh, 0) rotate(-2deg) scale(1.05);
  }
}

@keyframes site-paint-mist-strong-drift {
  0% {
    opacity: .50;
    transform: translate3d(18vw, -5vh, 0) scale(1.10) rotate(2deg);
  }

  42% {
    opacity: .82;
    transform: translate3d(2vw, 4vh, 0) scale(1.24) rotate(-3deg);
  }

  100% {
    opacity: .64;
    transform: translate3d(-18vw, 1vh, 0) scale(1.16) rotate(4deg);
  }
}

@keyframes site-paint-mist-strong-sweep {
  0%,
  100% {
    opacity: .54;
    transform: translate3d(-16vw, -2vh, 0) scale(.98) rotate(-3deg);
  }

  50% {
    opacity: .92;
    transform: translate3d(18vw, 3vh, 0) scale(1.18) rotate(3deg);
  }
}

@keyframes site-paint-mist-strong-return {
  0% {
    opacity: .52;
    transform: translate3d(-18vw, 5vh, 0) scale(1.02) rotate(-6deg);
  }

  52% {
    opacity: .84;
    transform: translate3d(1vw, -3vh, 0) scale(1.18) rotate(2deg);
  }

  100% {
    opacity: .68;
    transform: translate3d(16vw, 2vh, 0) scale(1.10) rotate(-2deg);
  }
}

@keyframes panel-float {
  from {
    transform: skewY(-5deg) translate3d(0, 0, 0);
  }

  to {
    transform: skewY(-5deg) translate3d(-18px, 14px, 0);
  }
}

@keyframes sheen-slide {
  0%, 48% {
    transform: translateX(-28%);
    opacity: .18;
  }

  72% {
    transform: translateX(32%);
    opacity: .34;
  }

  100% {
    transform: translateX(32%);
    opacity: .18;
  }
}

@keyframes map-pin-pulse {
  0%,
  100% {
    transform: translate(-50%, -50%) rotate(-45deg) scale(1);
  }

  50% {
    transform: translate(-50%, -56%) rotate(-45deg) scale(1.08);
  }
}

@keyframes build-spark-pulse {
  0%,
  100% {
    opacity: .50;
    transform: scale(.86);
  }

  50% {
    opacity: .82;
    transform: scale(1.1);
  }
}

@keyframes bodywork-smooth {
  0%,
  28% {
    --dent-position: 28%;
    opacity: .72;
  }

  56%,
  82% {
    --dent-position: 58%;
    opacity: 1;
  }

  100% {
    --dent-position: 28%;
    opacity: .72;
  }
}

@keyframes bodywork-dent {
  0%,
  28% {
    transform: translateX(0) rotate(-8deg) scale(1);
    opacity: .78;
  }

  56%,
  82% {
    transform: translateX(30px) rotate(0deg) scale(.44);
    opacity: .18;
  }

  100% {
    transform: translateX(0) rotate(-8deg) scale(1);
    opacity: .78;
  }
}

@keyframes paint-spray {
  0%,
  24% {
    transform: scaleX(.42);
    opacity: .28;
  }

  52%,
  76% {
    transform: scaleX(1);
    opacity: .88;
  }

  100% {
    transform: scaleX(.42);
    opacity: .28;
  }
}

@keyframes inspection-check {
  0%,
  26% {
    transform: rotate(-45deg) scale(.68);
    opacity: .18;
  }

  48%,
  78% {
    transform: rotate(-45deg) scale(1);
    opacity: .92;
  }

  100% {
    transform: rotate(-45deg) scale(.68);
    opacity: .18;
  }
}

@keyframes service-turn {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes wrench-swing {
  0%,
  100% {
    transform: rotate(-8deg);
  }

  50% {
    transform: rotate(12deg);
  }
}

@keyframes document-slide {
  0%, 22% {
    transform: translateX(0);
  }

  44%, 72% {
    transform: translateX(10px);
  }

  100% {
    transform: translateX(0);
  }
}

@keyframes check-pop {
  0%, 30% {
    transform: scale(.76);
    opacity: .45;
    box-shadow: 0 0 0 0 rgba(var(--color-primary-rgb), .22);
  }

  46%, 74% {
    transform: scale(1);
    opacity: 1;
    box-shadow: 0 0 0 10px rgba(var(--color-primary-rgb), 0);
  }

  100% {
    transform: scale(.76);
    opacity: .45;
  }
}

@keyframes shield-pulse {
  0%, 100% {
    transform: scale(.96);
    filter: brightness(1);
  }

  44%, 70% {
    transform: scale(1.04);
    filter: brightness(1.08);
  }
}

@keyframes check-draw {
  0%, 30% {
    opacity: .25;
    transform: rotate(-45deg) scale(.78);
  }

  46%, 78% {
    opacity: 1;
    transform: rotate(-45deg) scale(1);
  }

  100% {
    opacity: .25;
    transform: rotate(-45deg) scale(.78);
  }
}

@keyframes loaner-drive {
  0%, 100% {
    transform: translateX(0);
  }

  48%, 70% {
    transform: translateX(20px);
  }
}

@keyframes road-glide {
  0%, 100% {
    opacity: .35;
    transform: translateX(0);
  }

  48%, 70% {
    opacity: .75;
    transform: translateX(-8px);
  }
}

@keyframes clean-wipe {
  0%, 26% {
    transform: translateX(0) rotate(12deg);
    opacity: 0;
  }

  38% {
    opacity: .95;
  }

  68% {
    transform: translateX(340%) rotate(12deg);
    opacity: .95;
  }

  82%, 100% {
    transform: translateX(340%) rotate(12deg);
    opacity: 0;
  }
}

@keyframes dirt-clean-cycle {
  0%, 34% {
    opacity: 1;
  }

  58%, 82% {
    opacity: .08;
  }

  100% {
    opacity: 1;
  }
}

.footer-grid {
  width: min(var(--content-width), calc(100% - 40px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.1fr .8fr 1fr 1fr;
  gap: 28px;
}

.site-footer strong {
  color: #fff;
  font-size: 18px;
}

.site-footer p {
  margin: 10px 0 0;
}

.site-footer nav {
  display: grid;
  align-content: start;
  gap: 10px;
}

.site-footer a:hover {
  color: #fff;
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .7s ease, transform .7s ease;
}

.benefit.reveal {
  transition: opacity .7s ease, transform .7s ease, box-shadow .22s ease, border-color .22s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 980px) {
  .menu-toggle {
    display: block;
  }

  .site-nav {
    position: fixed;
    top: calc(var(--header-height) + 10px);
    right: 20px;
    left: 20px;
    display: grid;
    gap: 6px;
    padding: 12px;
    border: 1px solid var(--color-border);
    border-radius: var(--radius-medium);
    background: rgba(255, 255, 255, .96);
    box-shadow: var(--shadow-soft);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-10px);
    transition: opacity .2s ease, transform .2s ease;
  }

  .site-nav.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .site-nav a {
    justify-content: center;
    border-radius: 14px;
  }

  .hero,
  .company-layout,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: 720px;
    padding: calc(var(--header-height) + 72px) 28px 88px;
  }

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

  .hero-media {
    aspect-ratio: auto;
  }

  .benefit-grid,
  .cards-grid,
  .legal-grid,
  .flow-grid,
  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .scroll-car-build {
    width: 112vw;
    right: -48vw;
    bottom: 82px;
    opacity: .18;
  }
}

@media (max-width: 640px) {
  :root {
    --header-height: 68px;
  }

  .nav-shell,
  .section,
  .contact-section,
  .footer-grid {
    width: min(100% - 28px, var(--content-width));
  }

  .hero {
    width: 100%;
  }

  .brand small {
    display: none;
  }

  .brand-mark {
    width: 42px;
    height: 42px;
  }

  .hero {
    min-height: 680px;
    padding: calc(var(--header-height) + 54px) 18px 76px;
  }

  h1 {
    font-size: clamp(54px, 17vw, 78px);
  }

  .hero-services {
    font-size: clamp(21px, 8vw, 32px);
  }

  .button-row,
  .button {
    width: 100%;
  }

  .benefit-grid,
  .cards-grid,
  .legal-grid,
  .flow-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .section {
    padding: 74px 0;
  }

  .intro-band {
    padding-top: 12px;
  }

  .service-card,
  .benefit,
  .flow-step {
    min-height: auto;
  }

  .company-section {
    padding: 78px 14px;
  }

  .contact-section {
    padding: 54px 20px;
  }

  .site-footer {
    margin-top: 60px;
  }

  .scroll-car-build {
    width: 162vw;
    right: -104vw;
    bottom: 72px;
    opacity: .11;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }

  .wordmark > span:not(.paint-gun) {
    opacity: 1;
    transform: none;
    filter: none;
    animation: none !important;
  }

  .paint-gun,
  .wordmark::before,
  .wordmark::after {
    display: none;
  }

  .site-paint-mist,
  .site-paint-mist::before,
  .site-paint-mist::after,
  .site-paint-mist-strong,
  .site-paint-mist-strong::before,
  .site-paint-mist-strong::after {
    animation: none !important;
  }

  .scroll-car-build {
    display: none;
  }
}
