/* Community illustrations: additive, naturally sized, and never over body copy. */
.club-scene {
  margin: 28px 0 0;
  overflow: hidden;
  border: 1px solid #c9ad89;
  border-radius: 22px;
  background: #fffaf0;
  box-shadow: 0 7px 20px rgba(73, 48, 24, 0.08);
}
.club-scene img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}
.club-scene figcaption {
  padding: 14px 20px;
  color: #30425a;
  font-size: 0.95rem;
  line-height: 1.5;
}
.club-scene-pair {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  margin-top: 28px;
}
.club-scene-pair .club-scene { margin: 0; }
.club-scene-feature { max-width: 900px; margin-inline: auto; }
.homepage-guide-pair { margin-bottom: 28px; }
.card .club-scene {
  margin: 0 0 20px;
  border-radius: 14px;
  box-shadow: none;
}
.club-life-funny { margin-top: 42px; }
.club-life-funny .section-heading { margin-bottom: 22px; }
.club-life-funny .section-heading h2 { color: white; }
.club-funny-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  margin-bottom: 30px;
}
.club-funny-grid .club-scene { margin: 0; }
@media (max-width: 780px) {
  .club-scene-pair { grid-template-columns: minmax(0, 1fr); gap: 20px; }
  .club-funny-grid { grid-template-columns: minmax(0, 1fr); gap: 18px; }
  .club-scene { border-radius: 16px; box-shadow: none; }
  .club-scene figcaption { padding: 12px 16px; }
}
