/* Wedding-specific photography and practical information. */
.wedding-home .hero-home {
  background-image: var(--hero-overlay), url("/assets/images/events/event-reception.jpg");
}
.wedding-home .trust-line { display: grid; gap: .5rem; }
.wedding-home .trust-line span + span::before { content: none; }
.wedding-home .hero-rate-note { max-width: 39rem; font-size: .9rem; line-height: 1.6; margin: 0; }
.wedding-home .hero-rate-note a { color: inherit; text-decoration: underline; text-underline-offset: .2em; }
.wedding-home #guest-reviews { background: var(--bg-soft); }
.wedding-home .faq-showcase-intro .text-link { color: #f7f0e7; text-decoration: underline; text-underline-offset: .2em; }

@media (max-width: 480px) {
  .wedding-home .hero-content > .eyebrow { order: 0; }
  .wedding-home .hero-content > h1 { order: 1; }
  .wedding-home .hero-content > .lead { order: 2; }
  .wedding-home .hero-content > .trust-line { order: 3; }
  .wedding-home .hero-content > .btn-row { order: 4; }
  .wedding-home .hero-content > .hero-rate-note { order: 5; }
}
