/* As pranchas executivas são documentos: devem ser vistas integralmente. */
.executive-grid img,
.executive-wide img,
.executive-grid > figure:not(.executive-wide) img {
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
}

.executive-grid figure {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #080610;
}

.executive-grid .executive-wide { aspect-ratio: 16 / 9; }

.executive-grid img {
  width: 100%;
  height: 100%;
  max-height: none;
  flex: 1 1 auto;
  object-fit: contain;
}

.executive-grid > figure:not(.executive-wide) img {
  height: 100%;
  aspect-ratio: auto;
  object-fit: contain;
}

.trakto-photo-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: minmax(230px, 1fr);
}

.trakto-photo-grid .grid-main { grid-column: auto; grid-row: auto; }

.trakto-photo-grid img,
.trakto-photo-grid .grid-main img {
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  object-fit: cover;
}

.shirt-grid {
  max-width: 980px;
  margin-inline: auto;
  gap: 8px;
}

.shirt-grid figure { background: #f8dbca; }

.shirt-grid img {
  aspect-ratio: 1;
  object-fit: cover;
}

@media (max-width: 720px) {
  .trakto-photo-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }

  .shirt-grid { gap: 6px; }
}
