html {
  scroll-padding-top: 104px;
}

.hero {
  padding-top: 88px;
}

.hero-photo {
  background-image: url('assets/hero-parking-bollards.webp?v=20260914');
  background-size: cover;
  background-position: center center;
}

.hero::after {
  background: linear-gradient(90deg, #090d10 27%, rgba(9, 13, 16, 0.94) 42%, rgba(9, 13, 16, 0.5) 63%, rgba(9, 13, 16, 0.2) 100%);
}

.detail-header {
  min-height: 88px;
}

.footer-contact-row {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.footer-contact-row a:hover {
  color: #fff;
  opacity: 1;
}

.footer-contact-icon {
  width: 19px;
  height: 19px;
  flex: 0 0 19px;
  margin-top: 1px;
  color: #ef3a3a;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hero header,
.detail-header header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 50;
  margin: 0 auto;
  background: #090e12;
  border-bottom: 1px solid #252b30;
  box-shadow: 0 0 0 100vmax #090e12;
  clip-path: inset(0 -100vmax);
}

@media (max-width: 800px) {
  html {
    scroll-padding-top: 90px;
  }

  .hero {
    padding-top: 76px;
  }

  .hero-photo {
    top: 76px;
    left: 18%;
    background-position: center center;
    opacity: 0.76;
  }

  .hero::after {
    top: 76px;
    background: linear-gradient(90deg, #090d10 0%, rgba(9, 13, 16, 0.9) 48%, rgba(9, 13, 16, 0.48) 100%);
  }

  .detail-header {
    min-height: 76px;
  }

  .footer-contact-icon {
    width: 18px;
    height: 18px;
    flex-basis: 18px;
  }
}
