.florence-page .rome-title h1 { font-size: clamp(5rem,12vw,10.5rem); }
.florence-page .day-jump { background: var(--blue); }
.florence-arrival-grid img { object-position: center 25%; }
.florence-arrival-grid figure:nth-child(3) img {
  object-fit: contain;
  object-position: center;
  background: #e7e5e3;
}
.tuscany-grid .wide { grid-column: auto; }
.tuscany-grid img { aspect-ratio: 4 / 3; }
.tuscany-grid figure:nth-child(1) img,
.tuscany-grid figure:nth-child(2) img { object-position: center 32%; }
.tuscany-grid figure:nth-child(1) img,
.tuscany-grid figure:nth-child(2) img {
  object-fit: contain;
  background: #e7e5e3;
}
.tuscany-grid figure:nth-child(3) img {
  object-fit: cover;
  object-position: center 45%;
  background: transparent;
}
.tuscany-grid img[src*="33992f48"] {
  object-fit: cover;
  object-position: center 45%;
  background: transparent;
}
.exploration-grid img { aspect-ratio: 4 / 3; }
.exploration-grid figure:nth-child(1) img,
.exploration-grid figure:nth-child(3) img { object-position: center 35%; }
.exploration-grid figure:nth-child(3) img {
  object-fit: cover;
  object-position: center 48%;
}
.museum-pair img { aspect-ratio: 3 / 4; object-fit: cover; object-position: center 22%; }
#sep3 .landscape-pair figure:first-child img {
  object-fit: contain;
  object-position: center;
  background: #e7e5e3;
}
.uffizi-grid { grid-template-columns: .8fr 1.2fr .8fr; }
.uffizi-grid .wide { grid-column: auto; }
.uffizi-grid img { aspect-ratio: 4 / 3; }
.uffizi-grid figure:nth-child(2) img { object-position: center; }
.uffizi-grid figure:nth-child(2) img {
  width: min(100%, 230px);
  margin-inline: auto;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  object-position: center 52%;
  background: transparent;
}
.uffizi-grid figure:nth-child(3) img {
  object-fit: contain;
  object-position: center;
  background: #e7e5e3;
}
.cooking-grid img { aspect-ratio: 4 / 3; }
.cooking-grid figure:nth-child(2) img {
  object-fit: contain;
  object-position: center;
  background: #e7e5e3;
}
.cooking-grid figure:nth-child(3) img {
  object-fit: contain;
  object-position: center;
  background: #e7e5e3;
}

@media (max-width: 850px) {
  .uffizi-grid { grid-template-columns: 1fr 1fr; }
  .uffizi-grid figure:last-child { grid-column: 1 / -1; }
  .tuscany-grid .wide { grid-column: 1 / -1; }
}
@media (max-width: 600px) {
  .florence-page .rome-title h1 { font-size: 21vw; }
  .uffizi-grid { grid-template-columns: 1fr; }
  .uffizi-grid figure:last-child, .tuscany-grid .wide { grid-column: auto; }
  .tuscany-grid img, .exploration-grid img, .uffizi-grid img, .cooking-grid img { height: auto; max-height: none; }
}
