.venice-page .rome-title h1 { font-size: clamp(5rem, 12vw, 10.5rem); }
.venice-page .day-jump { background: var(--red); }
.venice-hero .hero-photo img { object-position: center; }
.arrival-grid img, .island-grid img, .bologna-grid img,
.class-grid img, .dinner-grid img { aspect-ratio: 4 / 3; }
.arrival-grid figure:nth-child(2) img,
.arrival-grid figure:nth-child(3) img,
.island-grid figure:nth-child(1) img,
.island-grid figure:nth-child(3) img,
.bologna-grid figure:nth-child(1) img,
.class-grid figure:nth-child(1) img,
.class-grid figure:nth-child(2) img,
.dinner-grid figure:nth-child(1) img { object-position: center 32%; }
.bologna-grid figure:nth-child(1) img {
  object-fit: contain;
  object-position: center;
  background: #e7e5e3;
}
.bologna-grid figure:nth-child(3) img,
.class-grid figure:nth-child(3) img,
.dinner-grid figure:nth-child(2) img,
.dinner-grid figure:nth-child(3) img {
  object-fit: contain;
  background: #e7e5e3;
}
.bologna-grid figure:nth-child(2) img,
.dinner-grid figure:nth-child(2) img,
.dinner-grid figure:nth-child(3) img { object-position: center; }
.map-photo { max-width: 720px; margin-inline: auto; }
.map-photo img { max-height: 520px; object-fit: contain; background: #111; }

@media (max-width: 600px) {
  .venice-page .rome-title h1 { font-size: 21vw; }
  .arrival-grid img, .island-grid img, .bologna-grid img, .class-grid img, .dinner-grid img {
    height: auto;
    max-height: none;
  }
}
