/* Reviewed venue guides and keyword-informed venue copy. */
.venue-shortlist-links { list-style: none; padding: 0; display: grid; gap: .7rem; margin: 1.2rem 0; }
.venue-shortlist-links a { overflow-wrap: anywhere; }
.venue-guide-page .venue-guide-section { scroll-margin-top: 7rem; color: #5C5550; font-size: .95rem; line-height: 1.8; }
.venue-guide-page .venue-guide-heading { font-family: 'Cormorant Garamond', Georgia, serif; font-size: clamp(1.8rem, 3vw, 2.3rem); color: #2C2825; line-height: 1.2; border-bottom: 1px solid #E8D5B0; padding-bottom: .8rem; margin-bottom: 1.5rem; }
.venue-guide-page .venue-guide-section p { margin-bottom: 1rem; }
.venue-guide-page .venue-guide-section h3 { font: 600 1.5rem/1.3 'Cormorant Garamond', Georgia, serif; color: #2C2825; margin-bottom: .6rem; }
.venue-guide-page .venue-guide-section a:not(.venue-guide-button) { color: #72562e; text-decoration: underline; text-underline-offset: .2em; }
.venue-guide-nav { display: flex; flex-wrap: wrap; gap: .6rem; margin-bottom: 2rem; }
.venue-guide-nav a { color: #2C2825; border: 1px solid #C9A96E; padding: .6rem .85rem; background: #fff; font-size: .8rem; }
.venue-guide-nav a:hover, .venue-guide-nav a:focus-visible { background: #F3E7D2; }
.venue-guide-page a:focus-visible { outline: 3px solid #72562e; outline-offset: 4px; }
.venue-guide-cards, .venue-guide-spaces { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; margin: 1.5rem 0; }
.venue-guide-cards > div, .venue-guide-spaces > article { padding: 1.4rem; border: 1px solid #E8D5B0; background: #fff; min-width: 0; }
.venue-guide-cards > div:first-child { grid-column: 1 / -1; }
.venue-guide-page .venue-guide-source { font-size: .8rem; line-height: 1.6; }
.venue-guide-page .venue-guide-eyebrow { font-size: .7rem; text-transform: uppercase; letter-spacing: .1em; color: #72562e; }
.venue-guide-capacity { color: #2C2825; font-weight: 500; }
.venue-guide-note { padding: 1.5rem; background: #F3E7D2; margin-top: 1.5rem; }
.venue-guide-steps { list-style: decimal; padding-left: 1.5rem; }
.venue-guide-steps li { padding-left: .5rem; margin-bottom: 1.5rem; }
.venue-guide-button { display: inline-block; padding: .85rem 1.2rem; margin-top: .8rem; background: #2C2825; color: #fff; font-size: .85rem; }
.venue-guide-button:hover { background: #72562e; }
.venue-guide-page [id] { scroll-margin-top: 7rem; }
.venue-guide-page > .grid > div { min-width: 0; }
.venue-guide-hero { min-height: 38rem; height: auto; padding: 4rem 0; }
@media (max-width: 767px) {
    body #whatsapp-fab { bottom: 8.5rem; }
    #mobile-sticky-cta { gap: .75rem; }
    #mobile-sticky-cta > div { min-width: 0; flex: 1; }
    #mobile-sticky-cta > a { flex-shrink: 0; }
}
@media (max-width: 640px) {
    .venue-guide-cards, .venue-guide-spaces { grid-template-columns: minmax(0, 1fr); }
    .venue-guide-cards > div:first-child { grid-column: auto; }
    .venue-guide-hero { min-height: 40rem; }
    .venue-guide-page dd { max-width: 65%; text-align: right; overflow-wrap: anywhere; }
}
