:root {
    --urban-footer-muted: #858585;
    --urban-footer-line: rgba(255, 255, 255, 0.14);
  }

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

html,
body {
  max-width: 100%;
  overflow-x: clip;
}

html {
  scroll-behavior: smooth;
}

.urban-wordmark > svg {
  display: none;
}

.urban-wordmark::after {
  content: "URBAN TUNING";
  display: inline-flex;
  height: 100%;
  align-items: center;
  color: currentColor;
  font-size: 0.66rem;
  font-weight: 600;
  letter-spacing: 0.13em;
  line-height: 1;
  white-space: nowrap;
}

  .sw-fluid-background-layer .page__canvas {
    opacity: 0.36;
    filter: brightness(0.84) contrast(1.14) saturate(0.34);
  }

  html[data-urban-route="home"] body {
    background-color: #040505;
  }

  html[data-urban-route="home"] section.scene,
  html[data-urban-route="home"] section.hero,
  html[data-urban-route="home"] .showcase-section {
    background-color: rgba(0, 0, 0, 0.18);
  }

  body > div > .fixed.inset-0.z-200 img {
    display: none;
  }

  footer > :not(.urban-footer-brand) {
    display: none;
  }

  .urban-footer-brand {
    display: grid;
    grid-template-columns: minmax(16rem, 1.35fr) repeat(3, minmax(9rem, 1fr));
    gap: 3vw;
    padding: 7vw 0 4vw;
    color: #fff;
    border-top: 1px solid var(--urban-footer-line);
  }

  .urban-footer-brand__intro {
    max-width: 26rem;
  }

  .urban-footer-brand__name {
    margin: 0 0 1rem;
    font-size: clamp(1.8rem, 2.6vw, 3.5rem);
    line-height: 0.95;
    letter-spacing: -0.045em;
  }

  .urban-footer-brand__description,
  .urban-footer-brand__meta {
    margin: 0;
    color: var(--urban-footer-muted);
    font-size: clamp(0.82rem, 0.9vw, 1rem);
    line-height: 1.45;
  }

  .urban-footer-brand__title {
    margin: 0 0 1.1rem;
    color: #575757;
    font-size: clamp(0.72rem, 0.78vw, 0.86rem);
    line-height: 1;
    text-transform: uppercase;
  }

  .urban-footer-brand__links {
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
  }

  .urban-footer-brand__links a,
  .urban-footer-brand__links span {
    width: fit-content;
    color: #b6b6b6;
    font-size: clamp(0.78rem, 0.88vw, 0.96rem);
    line-height: 1.25;
    text-decoration: none;
    transition: color 300ms ease;
  }

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

  .urban-footer-brand__meta + .urban-footer-brand__meta {
    margin-top: 0.5rem;
  }

  .urban-contact-meta {
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
    margin-top: 2rem;
    color: #b6b6b6;
    font-size: clamp(0.84rem, 0.92vw, 1rem);
    line-height: 1.4;
  }

  .urban-contact-meta p {
    margin: 0;
  }

  .urban-proof-label {
    max-width: 12rem;
  }

  @media (max-width: 767px) {
    .urban-footer-brand {
      grid-template-columns: 1fr 1fr;
      gap: 2.5rem 1.25rem;
      padding: 4rem 0 2rem;
    }

    .urban-footer-brand__intro {
      grid-column: 1 / -1;
    }
  }

  @media (max-width: 479px) {
    .urban-footer-brand {
      grid-template-columns: 1fr;
    }
  }
