/* section: venue — paper-light community close */

.section--venue {
  background: var(--paper);
  color: #22271f;
}

.section--venue .eyebrow {
  color: #7c5a10;
}

.section--venue .section-title {
  color: var(--navy-deep);
  text-shadow: none;
}

.venue-cards {
  display: grid;
  gap: 26px;
  margin-top: 30px;
}

@media (min-width: 800px) {
  .venue-cards {
    grid-template-columns: 1fr 1fr;
  }
}

.venue-card {
  background: #fff;
  border: 1px solid #e2ddd0;
  border-radius: 8px;
  padding: 28px;
}

.venue-card h3 {
  font-family: var(--display);
  font-weight: 400;
  font-size: 1.5rem;
  letter-spacing: 0.06em;
  color: var(--navy);
  margin-bottom: 12px;
}

.venue-address {
  font-style: normal;
  line-height: 1.7;
  margin-bottom: 8px;
}

.venue-address strong {
  color: var(--navy-deep);
}

.venue-reunion {
  font-style: italic;
  color: #6b675c;
  margin-bottom: 18px;
}

.section--venue .btn--ghost {
  color: var(--navy);
  box-shadow: inset 0 0 0 1px rgba(22, 41, 79, 0.4);
}

.section--venue .btn--ghost:hover {
  color: var(--navy-deep);
  box-shadow: inset 0 0 0 1px var(--navy);
}

.venue-artstart-logo {
  display: block;
  width: min(240px, 70%);
  height: auto;
  border-radius: 4px;
  margin-bottom: 14px;
}

.venue-card p {
  color: #4a463c;
}

.venue-card .venue-link {
  color: var(--navy);
  text-underline-offset: 4px;
}
