.boat-hero { min-height: min(650px, calc(100dvh - 74px)); }
.boat-hero > img { object-position: center center; }
.boat-story { scroll-margin-top: 82px; }
.back-button { display: inline-flex; align-items: center; text-decoration: none; }
.secondary-photo { margin-top: 22px; }
.secondary-photo:empty { display: none; }
.secondary-photo img { display: block; width: 100%; max-height: 520px; object-fit: cover; border-radius: 16px; }
.secondary-photo p { margin: 8px 2px 0; color: var(--muted); font-size: .86rem; }

@media (max-width: 640px) {
  .boat-hero { min-height: 540px; }
  .boat-hero > img { object-position: 53% center; }
}

/* v11.8: links back to the main site */
.tour-links { display: flex; gap: 8px; flex: 0 0 auto; }
@media (max-width: 640px) { .home-link { font-size: 0; width: 45px; height: 45px; padding: 0; display: grid; place-items: center; } .home-link::before { content: "⌂"; font-size: 1.3rem; } }
