:root {
  --bg: #03040d;
  --panel: #0d0a1f;
  --panel-strong: #151126;
  --line: rgba(201, 93, 255, .28);
  --text: #fbf8ff;
  --muted: #b9b2c8;
  --soft: #817992;
  --pink: #d850ff;
  --pink-strong: #b427ff;
  --cyan: #5beeff;
  --green: #8dffc8;
  --danger: #ff7993;
  --shadow: 0 22px 70px rgba(2, 1, 15, .72);
}

* {
  box-sizing: border-box;
}

html {
  background: #03040d;
  scroll-behavior: smooth;
}

body {
  position: relative;
  isolation: isolate;
  min-width: 320px;
  margin: 0;
  background: transparent;
  color: var(--text);
  font: 16px/1.6 Inter, "Segoe UI", Arial, sans-serif;
}

.site-backdrop {
  --neon-x: calc(50% + min(420px, 25vw));
  --neon-y: clamp(270px, 19vw, 365px);
  position: fixed;
  inset: 0;
  z-index: -1;
  background: #03040d url("/assets/garage-background-neon.png") center calc(clamp(48px, 5vw, 96px) * -1) / min(1700px, 100vw) auto no-repeat;
  pointer-events: none;
}

.site-backdrop::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("/assets/garage-background-neon.png") center calc(clamp(48px, 5vw, 96px) * -1) / min(1700px, 100vw) auto no-repeat;
  -webkit-mask-image: radial-gradient(ellipse 320px 92px at var(--neon-x) var(--neon-y), #000 0 62%, transparent 100%);
  mask-image: radial-gradient(ellipse 320px 92px at var(--neon-x) var(--neon-y), #000 0 62%, transparent 100%);
  mix-blend-mode: screen;
  animation: installedNeonFlicker 6.2s infinite;
}

.site-backdrop::after {
  content: "";
  position: absolute;
  top: var(--neon-y);
  left: var(--neon-x);
  width: clamp(360px, 34vw, 560px);
  height: 100px;
  transform: translate(-50%, -50%);
  background: radial-gradient(ellipse, rgba(233, 101, 255, .24), rgba(206, 55, 255, .08) 48%, transparent 72%);
  filter: blur(18px);
  mix-blend-mode: screen;
  animation: installedNeonPulse 5.5s infinite;
}

a {
  color: inherit;
}

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

.topbar {
  position: sticky;
  top: 20px;
  z-index: 20;
  width: min(1180px, calc(100% - 56px));
  height: 84px;
  margin: 20px auto 0;
  display: grid;
  grid-template-columns: 220px 1fr 220px;
  align-items: center;
  gap: 24px;
  padding: 0 18px;
  border: 1px solid rgba(204, 105, 255, .20);
  border-radius: 8px;
  background: rgba(5, 4, 18, .78);
  box-shadow: 0 12px 42px rgba(0, 0, 0, .26), inset 0 0 26px rgba(186, 60, 255, .05);
  backdrop-filter: blur(18px);
}

.brand {
  width: 84px;
  align-self: center;
  text-decoration: none;
}

.brand img {
  width: 72px;
  height: 72px;
  margin: 0;
  border-radius: 50%;
  filter: drop-shadow(0 0 12px rgba(209, 75, 255, .85)) drop-shadow(0 0 22px rgba(75, 233, 255, .35));
}

.main-nav {
  justify-self: center;
  display: flex;
  align-items: center;
  gap: 40px;
  color: #d7d1e6;
  font-size: 15px;
}

.main-nav a {
  text-decoration: none;
  transition: color .2s, text-shadow .2s;
}

.main-nav a:hover,
.main-nav a.is-active {
  color: #e783ff;
  text-shadow: 0 0 16px rgba(216, 80, 255, .76);
}

.btn {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid rgba(232, 108, 255, .86);
  border-radius: 8px;
  padding: 13px 24px;
  background: linear-gradient(135deg, #c947ff 0%, #8a28e6 52%, #6325c4 100%);
  box-shadow: 0 0 26px rgba(206, 70, 255, .42), inset 0 1px 0 rgba(255, 255, 255, .22);
  color: white;
  font-weight: 750;
  text-decoration: none;
  cursor: pointer;
  transition: transform .2s, box-shadow .2s, border-color .2s;
}

.btn:hover {
  transform: translateY(-2px);
  border-color: white;
  box-shadow: 0 0 34px rgba(206, 70, 255, .58), 0 12px 34px rgba(106, 33, 206, .28);
}

.btn-outline {
  background: rgba(12, 9, 27, .52);
}

.topbar-cta {
  min-width: 136px;
  justify-self: end;
}

.hero {
  position: relative;
  width: 100%;
  min-height: 720px;
  margin: 0;
  padding: 72px max(28px, calc((100vw - 1180px) / 2)) 72px;
  overflow: hidden;
  background: transparent;
}

.hero-copy {
  position: relative;
  z-index: 3;
  width: min(560px, 48%);
  padding-top: 72px;
}

.hero h1 {
  max-width: 560px;
  margin: 0 0 18px;
  color: white;
  font-size: clamp(38px, 4.3vw, 58px);
  font-weight: 900;
  line-height: 1.06;
  letter-spacing: 0;
  text-shadow: 0 3px 12px rgba(0, 0, 0, .98), 0 12px 38px rgba(0, 0, 0, .82);
}

.hero-subtitle {
  max-width: 460px;
  margin: 0 0 14px;
  color: #f2edff;
  font-size: 21px;
  line-height: 1.38;
  text-shadow: 0 2px 12px rgba(0, 0, 0, .96), 0 0 24px rgba(0, 0, 0, .72);
}

.hero-text {
  max-width: 390px;
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  text-shadow: 0 2px 12px rgba(0, 0, 0, .98);
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-top: 30px;
}

.play-link {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  color: white;
  text-decoration: none;
  text-shadow: 0 2px 12px rgba(0, 0, 0, .98);
  transition: color .2s;
}

.play-link span {
  width: 48px;
  height: 48px;
  border: 1px solid rgba(229, 118, 255, .95);
  border-radius: 50%;
  box-shadow: 0 0 20px rgba(216, 80, 255, .38);
  position: relative;
}

.play-link span::after {
  content: "";
  position: absolute;
  top: 15px;
  left: 18px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 12px solid white;
}

.play-link:hover {
  color: var(--cyan);
}

.section {
  width: min(1120px, calc(100% - 56px));
  margin: 0 auto;
  padding: 58px 0;
  scroll-margin-top: 130px;
}

.eyebrow {
  margin: 0 0 8px;
  color: #d279ff;
  font-size: 13px;
  font-weight: 800;
  text-shadow: 0 2px 12px rgba(0, 0, 0, .96), 0 0 18px rgba(216, 80, 255, .62);
  text-transform: uppercase;
}

.center {
  text-align: center;
}

.section h2 {
  margin: 0 0 30px;
  color: white;
  font-size: 36px;
  line-height: 1.15;
  text-align: center;
  text-shadow: 0 3px 14px rgba(0, 0, 0, .98), 0 0 30px rgba(0, 0, 0, .76);
}

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

.service-card {
  min-height: 264px;
  padding: 28px 24px 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(17, 13, 35, .94), rgba(8, 6, 20, .97));
  box-shadow: 0 14px 38px rgba(0, 0, 0, .28), inset 0 1px 0 rgba(255, 255, 255, .06);
  transition: transform .25s, border-color .25s, box-shadow .25s, opacity .55s;
}

.service-card:hover {
  transform: translateY(-6px);
  border-color: rgba(219, 91, 255, .78);
  box-shadow: 0 20px 54px rgba(143, 40, 231, .18), inset 0 1px 0 rgba(255, 255, 255, .08);
}

.service-icon {
  width: 58px;
  height: 58px;
  display: block;
  margin: 0 auto 20px;
  position: relative;
  color: #e381ff;
  filter: drop-shadow(0 0 12px rgba(216, 80, 255, .76));
}

.service-icon::before,
.service-icon::after {
  content: "";
  position: absolute;
  border: 3px solid currentColor;
}

.service-icon.bubbles::before {
  width: 26px;
  height: 26px;
  left: 4px;
  top: 18px;
  border-radius: 50%;
}

.service-icon.bubbles::after {
  width: 16px;
  height: 16px;
  right: 8px;
  top: 8px;
  border-radius: 50%;
  box-shadow: -2px 34px 0 -3px currentColor;
}

.service-icon.sprayer::before {
  width: 42px;
  height: 18px;
  left: 5px;
  bottom: 6px;
  border-radius: 8px;
}

.service-icon.sprayer::after {
  width: 24px;
  height: 15px;
  left: 18px;
  top: 8px;
  border-radius: 4px;
  transform: rotate(-16deg);
  box-shadow: -18px 18px 0 -8px currentColor, 27px 8px 0 -8px currentColor;
}

.service-icon.shield::before {
  width: 38px;
  height: 44px;
  left: 10px;
  top: 4px;
  border-radius: 22px 22px 30px 30px;
  transform: perspective(80px) rotateX(18deg);
}

.service-icon.shield::after {
  width: 15px;
  height: 8px;
  left: 22px;
  top: 26px;
  border-top: 0;
  border-right: 0;
  transform: rotate(-45deg);
}

.service-icon.sparkles::before {
  width: 34px;
  height: 34px;
  left: 11px;
  top: 8px;
  border-width: 0;
  background:
    linear-gradient(currentColor, currentColor) center/3px 34px no-repeat,
    linear-gradient(90deg, currentColor, currentColor) center/34px 3px no-repeat;
  transform: rotate(45deg);
}

.service-icon.sparkles::after {
  width: 10px;
  height: 10px;
  right: 4px;
  bottom: 8px;
  border-width: 0;
  background:
    linear-gradient(currentColor, currentColor) center/2px 10px no-repeat,
    linear-gradient(90deg, currentColor, currentColor) center/10px 2px no-repeat;
}

.service-icon.polish::before {
  width: 44px;
  height: 18px;
  left: 7px;
  bottom: 8px;
  border-radius: 16px 16px 8px 8px;
}

.service-icon.polish::after {
  width: 28px;
  height: 20px;
  left: 15px;
  top: 10px;
  border-radius: 18px 18px 8px 8px;
}

.service-icon.wheel::before {
  width: 45px;
  height: 45px;
  inset: 6px auto auto 6px;
  border-radius: 50%;
}

.service-icon.wheel::after {
  width: 13px;
  height: 13px;
  left: 22px;
  top: 22px;
  border-radius: 50%;
  box-shadow: 0 -18px 0 -4px currentColor, 15px 8px 0 -4px currentColor, -15px 8px 0 -4px currentColor;
}

.service-card h3 {
  margin: 0 0 10px;
  text-align: center;
  font-size: 22px;
  line-height: 1.2;
  text-shadow: 0 2px 12px rgba(0, 0, 0, .96);
}

.service-card p {
  min-height: 70px;
  margin: 0;
  color: #cec8d8;
  text-align: center;
}

.service-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-top: 24px;
}

.service-meta b {
  color: #ef8dff;
  font-size: 18px;
}

.service-meta span {
  color: var(--soft);
  font-size: 13px;
}

.price-board,
.about-grid,
.booking-section {
  display: grid;
  gap: 34px;
  border: 1px solid rgba(199, 92, 255, .24);
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(19, 14, 39, .82), rgba(8, 6, 20, .90));
  box-shadow: var(--shadow), inset 0 1px 0 rgba(255, 255, 255, .05);
}

.price-board {
  grid-template-columns: .82fr 1.18fr;
  padding: 34px;
}

.price-board h2,
.booking-copy h2,
.about-grid h2 {
  text-align: left;
}

.price-board p,
.booking-copy p,
.about-grid p {
  margin: 0;
  color: var(--muted);
}

.price-list {
  display: grid;
  gap: 10px;
}

.price-list article {
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 18px;
  min-height: 74px;
  padding: 16px;
  border: 1px solid rgba(195, 102, 255, .20);
  border-radius: 8px;
  background: rgba(5, 4, 16, .54);
}

.price-list h3 {
  margin: 0;
  font-size: 17px;
}

.price-list p {
  margin-top: 4px;
  font-size: 13px;
}

.price-list strong {
  color: #f197ff;
  white-space: nowrap;
}

.mini-link,
.text-link,
.footer a {
  color: #ee89ff;
  text-decoration: none;
}

.mini-link:hover,
.text-link:hover,
.footer a:hover {
  color: var(--cyan);
}

.works-section {
  padding-top: 36px;
}

.gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 12px;
}

.work-tile {
  position: relative;
  min-height: 220px;
  border: 1px solid rgba(207, 102, 255, .28);
  border-radius: 8px;
  overflow: hidden;
  background-image:
    linear-gradient(180deg, rgba(2, 2, 10, .04), rgba(4, 3, 12, .84)),
    var(--work-image, url("/assets/garage-wide-background.png"));
  background-size: cover;
  background-position: center, var(--work-focus, center);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .03);
  transition: transform .25s, filter .25s, border-color .25s;
}

.work-tile:hover {
  transform: translateY(-4px);
  filter: saturate(1.28);
  border-color: rgba(91, 238, 255, .58);
}

.work-tile span {
  position: absolute;
  left: 12px;
  top: 12px;
  display: inline-flex;
  max-width: calc(100% - 24px);
  border: 1px solid rgba(238, 137, 255, .32);
  border-radius: 999px;
  padding: 4px 9px;
  background: rgba(5, 4, 16, .58);
  color: #f3b9ff;
  font-size: 13px;
  font-weight: 800;
  text-shadow: 0 0 14px rgba(216, 80, 255, .95);
}

.work-tile b {
  position: absolute;
  right: 12px;
  bottom: 12px;
  left: 12px;
  color: white;
  font-size: 17px;
  line-height: 1.25;
  text-shadow: 0 0 16px rgba(216, 80, 255, .95), 0 8px 18px rgba(0, 0, 0, .72);
}

.work-empty {
  grid-column: 1 / -1;
  min-height: 150px;
  display: grid;
  place-items: center;
  border: 1px dashed rgba(207, 102, 255, .28);
  border-radius: 8px;
  color: var(--muted);
  background: rgba(5, 4, 16, .48);
}

.section-cta {
  width: 280px;
  display: flex;
  margin: 28px auto 0;
  position: relative;
  z-index: 2;
}

.about-grid {
  grid-template-columns: .92fr 1.08fr;
  padding: 34px 46px;
}

.about-grid article {
  padding-right: 24px;
}

.contact-panel {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.contact-panel div {
  min-height: 96px;
  padding: 18px;
  border: 1px solid rgba(199, 92, 255, .20);
  border-radius: 8px;
  background: rgba(7, 5, 19, .54);
}

.contact-panel span {
  display: block;
  margin-bottom: 8px;
  color: #ca78ff;
  font-size: 13px;
  text-transform: uppercase;
}

.contact-panel b,
.contact-panel a {
  color: #ebe7f6;
  font-size: 15px;
}

.contact-links {
  display: grid;
  gap: 6px;
  margin: 0;
}

.contact-links a {
  width: fit-content;
  text-decoration: none;
}

.contact-links a:hover {
  color: #67efff;
}

.booking-section {
  grid-template-columns: .82fr 1.18fr;
  align-items: start;
  padding: 38px;
  margin-bottom: 26px;
}

.booking-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.booking-form label {
  display: grid;
  gap: 7px;
}

.booking-form label span {
  color: #cfc8de;
  font-size: 13px;
}

.booking-form input,
.booking-form select,
.booking-form textarea {
  width: 100%;
  min-height: 50px;
  border: 1px solid rgba(206, 108, 255, .26);
  border-radius: 8px;
  padding: 12px 14px;
  background: rgba(3, 3, 13, .82);
  color: white;
  font: inherit;
  outline: none;
  transition: border-color .2s, box-shadow .2s;
}

.booking-form textarea {
  min-height: 106px;
  resize: vertical;
}

.booking-form input:focus,
.booking-form select:focus,
.booking-form textarea:focus {
  border-color: var(--cyan);
  box-shadow: 0 0 0 3px rgba(91, 238, 255, .12), 0 0 22px rgba(91, 238, 255, .15);
}

.booking-services {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.booking-services legend {
  padding: 0;
  color: #cfc8de;
  font-size: 13px;
}

.booking-services > p {
  margin: 5px 0 10px;
  color: var(--soft);
  font-size: 13px;
}

.booking-service-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.booking-form .booking-service-option {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  min-height: 62px;
  padding: 11px 13px;
  border: 1px solid rgba(206, 108, 255, .22);
  border-radius: 8px;
  background: rgba(3, 3, 13, .72);
  cursor: pointer;
  transition: border-color .2s, background .2s, box-shadow .2s;
}

.booking-form .booking-service-option:hover {
  border-color: rgba(103, 239, 255, .55);
  background: rgba(9, 10, 24, .86);
}

.booking-form .booking-service-option:has(input:checked) {
  border-color: rgba(212, 91, 255, .72);
  background: rgba(119, 29, 171, .16);
  box-shadow: inset 3px 0 0 rgba(212, 91, 255, .78);
}

.booking-form .booking-service-option input {
  flex: 0 0 20px;
  width: 20px;
  min-height: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 4px;
  accent-color: #bd39f5;
  box-shadow: none;
}

.booking-form .booking-service-copy {
  display: grid;
  gap: 4px;
  min-width: 0;
  color: white;
}

.booking-service-copy b {
  overflow-wrap: anywhere;
  font-size: 14px;
}

.booking-service-copy small {
  color: var(--soft);
  font-size: 12px;
}

.booking-services-summary {
  margin-top: 10px;
  color: #e0d9eb;
  font-size: 13px;
}

.wide {
  grid-column: 1 / -1;
}

.notice {
  margin-top: 20px;
  padding: 14px 16px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, .16);
}

.notice.success {
  color: var(--green);
  border-color: rgba(141, 255, 200, .32);
  background: rgba(36, 120, 84, .12);
}

.notice.error {
  color: var(--danger);
  border-color: rgba(255, 121, 147, .32);
  background: rgba(120, 36, 64, .12);
}

.footer {
  width: min(1120px, calc(100% - 56px));
  margin: 0 auto 28px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: var(--soft);
  font-size: 14px;
}

.service-card,
.work-tile,
.price-list article,
.contact-panel div {
  opacity: .45;
  transform: translateY(18px);
  transition: opacity .55s, transform .55s, border-color .25s, box-shadow .25s, filter .25s;
}

.service-card.visible,
.work-tile.visible,
.price-list article.visible,
.contact-panel div.visible {
  opacity: 1;
  transform: none;
}

@keyframes installedNeonPulse {
  0%, 16%, 21%, 54%, 59%, 100% { opacity: .84; transform: translate(-50%, -50%) scale(1); }
  18%, 56% { opacity: .28; transform: translate(-50%, -50%) scale(.96); }
  19%, 57% { opacity: .70; transform: translate(-50%, -50%) scale(1.04); }
}

@keyframes installedNeonFlicker {
  0%, 15%, 22%, 48%, 55%, 100% { opacity: .52; filter: brightness(1.34) saturate(1.28); }
  16%, 20%, 50% { opacity: .12; filter: brightness(.92) saturate(1); }
  17%, 21%, 51% { opacity: .68; filter: brightness(1.58) saturate(1.42); }
  70% { opacity: .36; filter: brightness(1.18) saturate(1.18); }
}

@media (max-width: 1060px) {
  .topbar {
    grid-template-columns: auto 1fr auto;
  }

  .brand {
    width: 78px;
  }

  .brand img {
    width: 76px;
    height: 76px;
    margin-top: 0;
  }

  .main-nav {
    gap: 18px;
    font-size: 14px;
  }

  .hero {
    min-height: 690px;
  }

  .hero-copy {
    width: 46%;
  }

  .hero h1 {
    font-size: 52px;
  }

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

  .price-board,
  .about-grid,
  .booking-section {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .site-backdrop {
    --neon-x: 59%;
    --neon-y: 270px;
    background-position: right 110px;
    background-size: max(620px, 100vw) auto;
  }

  .site-backdrop::before {
    background-position: right 110px;
    background-size: max(620px, 100vw) auto;
    -webkit-mask-image: radial-gradient(ellipse 155px 58px at var(--neon-x) var(--neon-y), #000 0 60%, transparent 100%);
    mask-image: radial-gradient(ellipse 155px 58px at var(--neon-x) var(--neon-y), #000 0 60%, transparent 100%);
  }

  .site-backdrop::after {
    display: none;
  }

  .topbar {
    top: 12px;
    width: min(100% - 28px, 640px);
    height: auto;
    min-height: 74px;
    grid-template-columns: auto 1fr;
    padding: 10px 12px;
  }

  .main-nav {
    order: 3;
    grid-column: 1 / -1;
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px 15px;
    padding: 4px 0 0;
    overflow: visible;
    font-size: 13px;
  }

  .main-nav a {
    flex: 0 0 auto;
  }

  .topbar-cta {
    justify-self: end;
    min-height: 44px;
    min-width: 116px;
    padding: 9px 14px;
  }

  .hero,
  .section,
  .footer {
    width: min(100% - 28px, 640px);
  }

  .hero {
    width: 100%;
  }

  .hero {
    min-height: 1080px;
    padding: 58px 14px 54px;
  }

  .hero-copy {
    width: 100%;
    padding-top: 440px;
  }

  .hero h1 {
    max-width: 360px;
    font-size: 40px;
  }

  .hero-subtitle {
    max-width: 340px;
    font-size: 20px;
  }

  .hero-text {
    max-width: 330px;
  }

  .hero-actions {
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
  }

  .section h2 {
    font-size: 30px;
  }

  .service-grid,
  .booking-form,
  .contact-panel {
    grid-template-columns: 1fr;
  }

  .booking-service-options {
    grid-template-columns: 1fr;
  }

  .price-board,
  .about-grid,
  .booking-section {
    padding: 24px;
  }

  .price-list article {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .gallery {
    grid-template-columns: 1fr 1fr;
    height: auto;
  }

  .work-tile {
    min-height: 176px;
  }

  .section-cta {
    width: 100%;
    margin-top: 18px;
  }

  .footer {
    flex-direction: column;
  }
}

@media (max-width: 430px) {
  .hero h1 {
    font-size: 36px;
  }

  .btn,
  .play-link {
    width: 100%;
  }

  .play-link {
    justify-content: center;
  }

  .gallery {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}
