/* 店ごとのページ(events/event.css の上に重ねる) */
.spot-hero { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(280px, .9fr); gap: clamp(24px, 4vw, 64px); align-items: end; padding-bottom: 32px; border-bottom: 1px solid var(--ink); }
.spot-hero h1 { margin: 0 0 10px; font-size: clamp(2.2rem, 4.8vw, 4.2rem); line-height: 1.08; letter-spacing: -.05em; font-weight: 900; }
.spot-official { margin: 0 0 14px; font: 600 .74rem "Lexend Exa", sans-serif; letter-spacing: .04em; color: var(--muted); }
.spot-hero .event-lead { margin-top: 0; }
.spot-photo { margin: 0; border: 1px solid var(--line); }
.spot-photo img { width: 100%; height: auto; aspect-ratio: 16 / 10; object-fit: cover; }
.spot-photo figcaption { padding: 4px 10px 6px; font: 500 .58rem "Lexend Exa", sans-serif; letter-spacing: .04em; color: var(--muted); }
.spot-page .event-body .event-facts { max-width: 560px; margin-bottom: 26px; }
.spot-page .event-facts div { grid-template-columns: 110px 1fr; }
.spot-near { list-style: none; margin: 0; padding: 0; }
.spot-near li { border-bottom: 1px dashed var(--line); }
.spot-near a { display: grid; gap: 2px; padding: 9px 0; font-size: .9rem; font-weight: 600; }
.spot-near a b { font: 700 .66rem "Lexend Exa", sans-serif; color: var(--accent); }
.spot-near small { font-size: .8rem; font-weight: 400; color: var(--muted); }
.spot-near a:hover { color: var(--teal-deep); }
.tenant-status { color: var(--accent); font-weight: 700; }
@media (max-width: 820px) { .spot-hero { grid-template-columns: 1fr; } }
.spot-civic { margin: 0 0 30px; font-size: .84rem; }
.spot-civic div { grid-template-columns: 80px 1fr; }
