html {
  scroll-behavior: smooth;
}

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

body.lightbox-open {
  overflow: hidden;
}

.hero-bg {
  background-image:
    linear-gradient(
      180deg,
      rgba(5, 5, 5, 0) 0%,
      rgba(5, 5, 5, 0.66) 50%,
      rgba(5, 5, 5, 0.99) 100%
    ),
    url("./brand/ft-bg.png");
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}

.section-panel {
  background-color: #050505;
}

.section-panel-gold {
  background-image: linear-gradient(
    180deg,
    rgba(59, 50, 31, 0.22),
    rgba(5, 5, 5, 0.96)
  );
}

.section-panel-blue {
  background-image: linear-gradient(
    180deg,
    rgba(25, 24, 27, 0.9),
    rgba(5, 5, 5, 0.96)
  );
}

.gallery-card img {
  display: block;
  width: 100%;
}
