.certificate-link {
  margin-top: 24px;
  color: var(--lime);
  font-size: .8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.lead p {
  margin: 0 0 1.15rem;
}

.lead p:last-child {
  margin-bottom: 0;
}

.site-header .brand img {
  width: 250px;
  height: 84px;
}

@media (max-width: 900px) {
  .site-header .brand img {
    width: 195px;
    height: 72px;
  }
}

.equipment-gallery {
  position: relative;
  min-width: 0;
  overflow: hidden;
}

.equipment-track {
  display: flex;
  width: 100%;
  height: 100%;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
}

.equipment-track::-webkit-scrollbar {
  display: none;
}

.equipment-slide {
  flex: 0 0 100%;
  width: 100%;
  scroll-snap-align: start;
}

.equipment-gallery .equipment-slide img {
  width: 100%;
  height: 100%;
  min-height: 680px;
  object-fit: cover;
}

.equipment-controls {
  position: absolute;
  left: 24px;
  bottom: 24px;
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 5px;
  color: white;
  background: rgba(15, 18, 15, .82);
  backdrop-filter: blur(8px);
}

.equipment-arrow {
  width: 44px;
  height: 44px;
  border: 0;
  color: white;
  background: transparent;
  font-size: 1.25rem;
  cursor: pointer;
}

.equipment-arrow:hover,
.equipment-arrow:focus-visible {
  color: var(--ink);
  background: var(--lime);
}

.equipment-count {
  min-width: 58px;
  text-align: center;
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .08em;
}

@media (max-width: 900px) {
  .equipment-gallery .equipment-slide img {
    min-height: 520px;
    max-height: 560px;
  }
}

.equipment-controls {
  inset: 0;
  padding: 0;
  background: transparent;
  backdrop-filter: none;
  pointer-events: none;
}

.equipment-arrow {
  position: absolute;
  top: 50%;
  width: 56px;
  height: 56px;
  border: 1px solid rgba(255, 255, 255, .48);
  background: rgba(15, 18, 15, .68);
  backdrop-filter: blur(6px);
  transform: translateY(-50%);
  font-size: 1.6rem;
  pointer-events: auto;
}

.equipment-prev {
  left: 20px;
}

.equipment-next {
  right: 20px;
}

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

@media (max-width: 580px) {
  .equipment-arrow {
    width: 50px;
    height: 50px;
  }

  .equipment-prev {
    left: 12px;
  }

  .equipment-next {
    right: 12px;
  }
}
