/* Preserve the original feed layout without a WordPress AJAX backend. */
#sb_instagram #sbi_images .sbi_photo {display:block; opacity:1!important; aspect-ratio:1; height:auto!important;}
#sb_instagram #sbi_images .sbi_photo img {display:block!important; width:100%; height:100%; aspect-ratio:1; object-fit:cover;}
#sb_instagram .sbi_item {opacity:1!important;}
#sb_instagram #sbi_load {clear:both;}
html {scroll-behavior:smooth;}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto;}}

/* Keep music links at the bottom of the opening photograph. */
.home #music_player { display: none; } /* Empty legacy player otherwise covers the links. */
.hero-section .stuff {
  position: absolute;
  top: auto !important;
  bottom: clamp(24px, 6vh, 48px);
  left: 24px;
  right: 24px;
  width: auto;
  max-width: none;
}
.hero-section .header-social {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px 32px;
  padding-top: 0;
}
.hero-section .header-social .social-icon { margin: 0; }
.hero-section .header-social .social-icon a { white-space: nowrap; }
@media (max-width: 480px) {
  .hero-section .stuff { left: 16px; right: 16px; }
  .hero-section .header-social { gap: 12px 16px; }
  .hero-section .header-social .social-icon a { font-size: 14px; }
  .hero-section .header-social i { font-size: 24px; margin-right: 6px; }
}
