.spinsy-it-page-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin: 1.75rem 0;
}

.spinsy-it-page-shot {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--spinsy-it-line);
  border-radius: 10px;
  background: #080909;
}

.spinsy-it-page-shot img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1200 / 554;
  object-fit: cover;
}

.spinsy-it-hero__veil {
  background: linear-gradient(105deg, rgba(0, 0, 0, .92), rgba(0, 0, 0, .68) 38%, rgba(0, 0, 0, .1) 75%);
}

.spinsy-it-sidenav__list {
  max-height: calc(100vh - 100px);
  overflow: auto;
  padding-right: 3px;
}

.spinsy-it-sidenav__link { line-height: 1.25; }
.spinsy-it-brand img { max-width: 190px; height: auto; }

@media (max-width: 700px) {
  .spinsy-it-page-gallery { grid-template-columns: 1fr; }
}
