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

.title-logotype {
  display: block;
  width: 100%;
  max-width: 520px;
  height: auto;
  aspect-ratio: 1168 / 721;
  object-fit: contain;
  filter: brightness(0) invert(93%) sepia(15%) saturate(484%) hue-rotate(345deg) brightness(103%) contrast(90%) drop-shadow(0 4px 12px #000);
}

.production-art {
  display: grid;
  grid-template-columns: minmax(220px, 320px) 1fr;
  align-items: center;
  gap: 3rem;
  margin-top: 2.5rem;
  padding: 1.5rem;
  background: #171310;
  color: #eee2d0;
}

.production-art img {
  display: block;
  width: 100%;
  max-height: 430px;
  object-fit: contain;
  object-position: center;
  background: #090b08;
  border: 1px solid #4e3b2b;
}

.production-art h3 {
  margin: .2rem 0 .7rem;
  color: #fff;
  font-size: 2rem;
}

.production-art p:last-child {
  max-width: 580px;
  margin: 0;
  color: #cbbdac;
}

.production-art .eyebrow { color: #d3a15c; }

.risotto > div { background: #17110c !important; }
.risotto > div img { width: 100%; height: 100%; object-fit: cover; display: block; }
.risotto > div span,
.risotto > div i,
.risotto > div b { display: none; }

@media (max-width: 720px) {
  .production-art { grid-template-columns: 1fr; gap: 1.25rem; }
  .production-art img { max-height: 520px; object-fit: contain; background: #090b08; }
}
