.venue-hero-row{align-items:flex-start;gap:1.25rem;display:flex}.venue-hero-content{flex:1;min-width:0}.venue-hero-photo{background:var(--surface);width:168px;padding:var(--space-2) var(--space-2) var(--space-3);box-shadow:var(--shadow-md);flex-shrink:0;transform:rotate(-2deg)}.venue-hero-photo__image{aspect-ratio:4/3;object-fit:cover;width:100%;display:block}.venue-hero-photo__caption{margin:var(--space-1) .15rem 0;font-family:var(--font-display);font-style:italic;font-size:var(--text-xs);color:var(--text-3);line-height:1.4}.venue-hero-photo__caption a{color:inherit;-webkit-text-decoration-color:var(--border);text-decoration-color:var(--border);text-underline-offset:2px}.venue-hero-photo__caption a:hover{color:var(--text);-webkit-text-decoration-color:var(--text-3);text-decoration-color:var(--text-3)}.venue-hero-photo__caption a:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.venue-hero-logo{border:1px solid var(--border);border-radius:4px;flex-shrink:0;width:64px;height:64px;overflow:hidden}.venue-hero-logo img{object-fit:cover;width:100%;height:100%;display:block}@media (max-width:640px){.venue-hero-row{flex-direction:column}.venue-hero-photo+.venue-hero-content{order:-1}.venue-hero-photo{width:132px;transform:rotate(-1.5deg)}}