.venue-hero { padding: 64px 0 48px; background: var(--soft); border-bottom: 1px solid var(--line); }
.venue-hero .container { max-width: 1040px; }
.venue-hero-photo { display: block; width: 100%; height: auto; border-radius: 16px; margin: 0 0 28px; }
.venue-kicker { color: var(--red-dark); font-size: .875rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.venue-hero h1 { font-size: clamp(2rem, 4.5vw, 3.7rem); line-height: 1.12; letter-spacing: -.035em; margin: 18px 0 22px; color: var(--ink); max-width: none; }
.venue-hero p { max-width: none; font-size: 1.125rem; margin-bottom: 0; }
.venue-region-nav { display: flex; flex-wrap: wrap; gap: 10px; margin: 26px 0 0; }
.venue-region-nav a { padding: 9px 17px; border: 1px solid #ddd; background: white; border-radius: 24px; text-decoration: none; font-size: 1rem; font-weight: 700; }
.venue-region-nav a:hover, .venue-region-nav a:focus-visible { border-color: var(--red); color: var(--red-dark); }
.venue-directory { padding: 36px 0 70px; }
.venue-intro-note { max-width: none; font-size: .9375rem; color: var(--muted); }
.venue-region { padding-top: 42px; scroll-margin-top: 100px; }
.venue-region-heading { display: flex; align-items: baseline; gap: 18px; border-bottom: 1px solid var(--line); padding-bottom: 16px; margin-bottom: 26px; }
.venue-region-heading h2 { margin: 0; font-size: 1.875rem; letter-spacing: -.025em; }
.venue-region-heading span { color: var(--muted); font-size: .9375rem; }
.venue-grid { display: grid; grid-template-columns: minmax(0, 1fr); gap: 36px; }
.venue-card { border: 1px solid var(--line); border-radius: 20px; overflow: hidden; display: flex; flex-direction: column; background: white; box-shadow: 0 8px 24px rgba(0,0,0,.04); scroll-margin-top: 105px; }
.venue-card-image { width: 100%; height: auto; aspect-ratio: 3/2; object-fit: cover; background: #f4f4f4; }
.venue-card-body { padding: 26px; display: flex; flex-direction: column; flex: 1; }
.venue-setting { color: var(--red-dark); font-weight: 700; font-size: .875rem; margin-bottom: 9px; }
.venue-card h3 { font-size: 1.5rem; line-height: 1.25; margin: 0 0 14px; letter-spacing: -.025em; }
.venue-description { margin: 0 0 20px; font-size: 1rem; max-width: none; }
.venue-details { margin: auto 0 0; padding-top: 18px; border-top: 1px solid var(--line); }
.venue-details dt { color: var(--muted); font-size: .875rem; margin-top: 10px; }
.venue-details dd { margin: 3px 0 0; font-size: 1rem; overflow-wrap: anywhere; }
.venue-details a { text-decoration-thickness: 1px; text-underline-offset: 3px; }
.venue-card-note { padding: 12px 14px; background: var(--soft); border-left: 3px solid var(--red); font-size: .875rem; margin: 18px 0 0; }
.venue-source-links { display: flex; flex-wrap: wrap; gap: 12px 20px; margin-top: 22px; font-size: .875rem; }
.venue-source-links a { color: var(--red-dark); font-weight: 700; text-underline-offset: 3px; }
@media (max-width: 700px) {
  .venue-grid { grid-template-columns: 1fr; }
  .venue-hero { padding: 42px 0 32px; }
  .venue-card-body { padding: 22px; }
  .venue-region-heading { flex-wrap: wrap; gap: 4px 16px; }
}
.venue-gallery { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; padding: 0 26px 26px; }
.venue-photo { position: relative; display: block; overflow: hidden; border-radius: 10px; background: var(--soft); }
.venue-photo img, .venue-placeholder { display: block; width: 100%; height: auto; aspect-ratio: 3 / 2; object-fit: cover; border-radius: 10px; }
.venue-photo-zoom { position: absolute; bottom: 10px; right: 10px; padding: 5px 10px; border-radius: 5px; background: rgba(0,0,0,.75); color: white; font-size: .875rem; }
.venue-photo:focus-visible { outline: 3px solid var(--red); outline-offset: 4px; }
.venue-photo:hover .venue-photo-zoom { background: var(--red-dark); }
.venue-viewer-open { overflow: hidden; }
.venue-lightbox { width: min(1200px, calc(100vw - 32px)); max-width: none; max-height: calc(100dvh - 24px); padding: 48px 0 0; border: 0; border-radius: 12px; background: #111; color: white; }
.venue-lightbox::backdrop { background: rgba(0,0,0,.88); }
.venue-lightbox figure { margin: 0; }
.venue-lightbox figure img { display: block; width: 100%; height: auto; max-height: calc(100dvh - 190px); object-fit: contain; }
.venue-lightbox figcaption { padding: 12px 20px 0; text-align: center; font-size: .9375rem; }
.venue-lightbox button { min-width: 44px; min-height: 44px; border: 1px solid #666; border-radius: 6px; background: #222; color: white; cursor: pointer; font: inherit; padding: 8px 12px; }
.venue-lightbox button:focus-visible { outline: 3px solid white; outline-offset: 2px; }
.venue-lightbox-close { position: absolute; top: 2px; right: 8px; font-size: 1.5rem !important; }
.venue-lightbox-controls { display: flex; align-items: center; justify-content: center; gap: 18px; padding: 12px; }
.venue-lightbox button[hidden] { display: none; }
@media (max-width: 700px) {
  .venue-gallery { gap: 12px; padding: 0 22px 22px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 480px) {
  .venue-gallery { grid-template-columns: minmax(0, 1fr); }
}
