/* === VENUE HERO === */
.venue-hero {
  position: relative;
  min-height: 72vh;
  background: var(--dark) center 35%/cover no-repeat;
  display: flex;
  align-items: flex-end;
  padding: 4rem 2rem;
}
.venue-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.05) 0%, rgba(0,0,0,0.55) 70%, rgba(0,0,0,0.7) 100%);
}
.venue-hero-inner {
  position: relative;
  z-index: 1;
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  color: var(--cream);
  text-align: center;
}
.venue-hero .eyebrow {
  color: rgba(245, 240, 232, 0.85);
  margin-bottom: 1.4rem;
  display: block;
}
.venue-hero h1 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 400;
  font-size: clamp(2.4rem, 5vw, 3.6rem);
  line-height: 1.15;
  margin: 0 auto 1.6rem auto;
  max-width: 22ch;
  color: var(--cream);
}
.venue-hero hr.divider {
  border: none;
  border-top: 1px solid rgba(245, 240, 232, 0.5);
  width: 60px;
  margin: 0 auto;
}

/* === VENUE BODY === */
.venue-body {
  max-width: 720px;
  margin: 0 auto;
}
.venue-body h2 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 400;
  font-size: clamp(1.6rem, 2.8vw, 2.1rem);
  line-height: 1.25;
  color: var(--charcoal);
  margin: 3rem 0 1rem 0;
  text-align: center;
}
.venue-body p {
  font-size: 1.05rem;
  line-height: 1.9;
  color: var(--charcoal);
  margin: 0 0 1.4rem 0;
}
.venue-body p.lede {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: clamp(1.15rem, 1.8vw, 1.35rem);
  line-height: 1.6;
  color: var(--charcoal);
  text-align: center;
  max-width: 60ch;
  margin: 0 auto 2.4rem auto;
}

/* === FILM EMBED === */
.film-block {
  max-width: 1000px;
  margin: 4rem auto;
  padding: 0 1.4rem;
}
.film-block .film-wrap {
  padding: 56.25% 0 0 0;
  position: relative;
  background: #000;
  overflow: hidden;
}
.film-block .film-wrap iframe {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.film-block .film-credit {
  text-align: center;
  font-size: 0.65rem;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: var(--sage);
  margin-top: 1rem;
}

/* === FILM COMING SOON (for American Swedish) === */
.film-coming-soon {
  max-width: 1000px;
  margin: 4rem auto;
  padding: 0 1.4rem;
}
.film-coming-soon .placeholder {
  padding: 56.25% 0 0 0;
  position: relative;
  background: var(--sand);
}
.film-coming-soon .placeholder::after {
  content: 'FILM COMING SOON';
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--cream);
  font-family: 'Inter', sans-serif;
  font-size: 0.7rem;
  letter-spacing: 0.5em;
  text-transform: uppercase;
}

/* === BLOCKQUOTE === */
.venue-body blockquote {
  max-width: 700px;
  margin: 2rem auto;
  padding: 2.4rem 1.6rem;
  border-top: 1px solid var(--sand);
  border-bottom: 1px solid var(--sand);
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: clamp(1.2rem, 2vw, 1.45rem);
  line-height: 1.5;
  color: var(--charcoal);
  text-align: center;
}

/* === FAQ === */
.venue-faq {
  max-width: 720px;
  margin: 0 auto;
}
.venue-faq details {
  border-bottom: 1px solid var(--sand);
  padding: 1.3rem 0;
}
.venue-faq details summary {
  cursor: pointer;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.25rem;
  color: var(--charcoal);
  list-style: none;
  position: relative;
  padding-right: 2rem;
  line-height: 1.3;
}
.venue-faq details summary::-webkit-details-marker { display: none; }
.venue-faq details summary::after {
  content: '+';
  position: absolute;
  right: 0.4rem;
  top: 0;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.6rem;
  color: var(--sage);
  line-height: 1;
  transition: transform 0.25s ease;
}
.venue-faq details[open] summary::after { content: '\2013'; }
.venue-faq details p {
  margin: 1rem 0 0 0;
  color: var(--charcoal);
  line-height: 1.85;
  font-size: 0.98rem;
}

/* === RELATED VENUES === */
.related-venues {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.6rem;
  max-width: 1000px;
  margin: 3rem auto 0 auto;
}
.related-venue {
  text-decoration: none;
  color: inherit;
  display: block;
}
.related-venue .thumb {
  aspect-ratio: 4 / 5;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 0.9rem;
  transition: transform 0.4s ease;
}
.related-venue:hover .thumb { transform: scale(1.02); }
.related-venue .eyebrow {
  font-size: 0.58rem;
  margin-bottom: 0.4rem;
  display: block;
  color: var(--sage);
  letter-spacing: 0.35em;
  text-transform: uppercase;
}
.related-venue h4 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 400;
  font-size: 1.2rem;
  margin: 0;
  color: var(--charcoal);
  line-height: 1.25;
}

@media (max-width: 800px) {
  .related-venues { grid-template-columns: 1fr; }
  .venue-hero { min-height: 60vh; padding: 3rem 1.5rem; }
}
