.hero-slide { display: none; }
.hero-slide.active { display: contents; }
.honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; }
.form-error { grid-column: 1 / -1; margin: 0; padding: 12px 16px; border-radius: 12px; color: #7a1720; background: #ffe8ea; }
.join-form .form-group { margin: 0; }
[hidden] { display: none !important; }
.detail-page { padding-block: 48px 100px; }
.detail-image { width: 100%; max-height: 620px; margin: 30px 0; object-fit: cover; border-radius: 28px; }
.branded-cover img { width: 100%; height: 100%; object-fit: cover; border-radius: inherit; }
.resident-modal-backdrop:not([hidden]) { display: grid; }
.resident-card-button { text-align: left; }
.prose-section > div p { line-height: 1.75; }
.prose-section > div ul, .prose-section > div ol { padding-left: 24px; line-height: 1.7; }
.partners-section .partner-mark { min-height: 130px; }
.board-card[hidden], .resident-mark[hidden] { display: none !important; }
@media (max-width: 720px) {
  .hero-slide.active { display: block; }
  .hero-slider-controls { grid-column: auto; }
  .join-form { grid-template-columns: 1fr; }
  .join-form > * { grid-column: 1 !important; }
}
