/* NSD Club/Venue Pages Step 1 20260626-131500 */

.page-club-pages .ns-club-page {
  --ns-club-border: rgba(255, 255, 255, 0.12);
  --ns-club-bg: rgba(255, 255, 255, 0.045);
  --ns-club-bg-strong: rgba(255, 255, 255, 0.075);
  --ns-club-muted: rgba(255, 255, 255, 0.74);
}

.ns-club-hero {
  position: relative;
  overflow: hidden;
  margin: 1.25rem 0 2rem;
  padding: clamp(1.4rem, 3vw, 2.6rem);
  border: 1px solid var(--ns-club-border);
  border-radius: 1.25rem;
  background:
    radial-gradient(circle at 12% 0%, rgba(140, 32, 255, 0.18), transparent 34%),
    radial-gradient(circle at 90% 15%, rgba(255, 32, 96, 0.13), transparent 30%),
    linear-gradient(135deg, rgba(14, 14, 20, 0.96), rgba(28, 18, 35, 0.92));
  box-shadow: 0 1.2rem 3rem rgba(0, 0, 0, 0.22);
}

.ns-club-hero h1 {
  max-width: 58rem;
  margin: 0.15rem 0 0.55rem;
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 1.05;
}

.ns-club-hero p {
  max-width: 48rem;
  margin: 0;
  color: var(--ns-club-muted);
  font-size: clamp(1rem, 1.5vw, 1.18rem);
}

.ns-club-kicker {
  color: rgba(255, 255, 255, 0.84) !important;
  font-size: 0.82rem !important;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ns-club-hero__meta,
.ns-club-card__counts,
.ns-club-mini-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}

.ns-club-hero__meta span,
.ns-club-card__counts span,
.ns-club-mini-facts span {
  display: inline-flex;
  align-items: center;
  min-height: 1.8rem;
  padding: 0.28rem 0.65rem;
  border: 1px solid var(--ns-club-border);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.88rem;
}

.ns-club-section {
  margin: 2rem 0;
}

.ns-club-section__head {
  margin-bottom: 1rem;
}

.ns-club-section__head h2 {
  margin-bottom: 0.25rem;
}

.ns-club-section__head p,
.ns-club-muted {
  color: var(--ns-club-muted);
}

.ns-club-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 16rem), 1fr));
  gap: 1rem;
}

.ns-club-card {
  position: relative;
  display: flex;
  min-height: 9.25rem;
  flex-direction: column;
  gap: 0.35rem;
  padding: 1rem;
  border: 1px solid var(--ns-club-border);
  border-radius: 1rem;
  background: var(--ns-club-bg);
  color: inherit;
  text-decoration: none;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

.ns-club-card:hover,
.ns-club-card:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, 0.28);
  background: var(--ns-club-bg-strong);
  text-decoration: none;
}

.ns-club-card strong {
  font-size: 1.08rem;
  line-height: 1.25;
}

.ns-club-card > span:not(.ns-club-card__rank):not(.ns-club-card__counts) {
  color: var(--ns-club-muted);
}

.ns-club-card__rank {
  position: absolute;
  top: 0.85rem;
  right: 0.9rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border: 1px solid var(--ns-club-border);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  font-weight: 800;
}

.ns-club-card__genres {
  margin-top: auto;
  font-size: 0.9rem;
}

.ns-club-state {
  margin: 1.5rem 0;
}

.ns-club-state h3 {
  margin-bottom: 0.65rem;
}

.ns-club-table {
  overflow: hidden;
  border: 1px solid var(--ns-club-border);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.035);
}

.ns-club-table__head,
.ns-club-table__row {
  display: grid;
  grid-template-columns: minmax(12rem, 1.6fr) minmax(8rem, 0.9fr) minmax(7rem, 0.65fr) minmax(7rem, 0.65fr) minmax(12rem, 1.4fr);
  gap: 0.75rem;
  align-items: center;
  padding: 0.75rem 1rem;
}

.ns-club-table__head {
  background: rgba(255, 255, 255, 0.075);
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.ns-club-table__row {
  border-top: 1px solid var(--ns-club-border);
  color: inherit;
  text-decoration: none;
}

.ns-club-table__row:hover,
.ns-club-table__row:focus-visible {
  background: rgba(255, 255, 255, 0.065);
  text-decoration: none;
}

.ns-club-address-name {
  font-weight: 800;
}

.ns-club-event-list,
.ns-club-market-list {
  display: grid;
  gap: 0.9rem;
}

.ns-club-event-card,
.ns-club-market-card {
  display: grid;
  grid-template-columns: minmax(8rem, 0.45fr) minmax(0, 1.35fr) auto;
  gap: 1rem;
  align-items: center;
  padding: 1rem;
  border: 1px solid var(--ns-club-border);
  border-radius: 1rem;
  background: var(--ns-club-bg);
}

.ns-club-event-card time,
.ns-club-market-card time {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  color: var(--ns-club-muted);
}

.ns-club-event-card time strong,
.ns-club-market-card time strong {
  color: inherit;
  font-size: 1.02rem;
}

.ns-club-event-card h3,
.ns-club-market-card h3 {
  margin: 0 0 0.35rem;
  font-size: 1.08rem;
}

.ns-club-event-card__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.5rem;
}

.ns-club-profile-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 20rem), 1fr));
  gap: 1rem;
}

.ns-club-profile-card {
  padding: 1rem;
  border: 1px solid var(--ns-club-border);
  border-radius: 1rem;
  background: var(--ns-club-bg);
}

.ns-club-profile-card h3 {
  margin-top: 0;
}

.ns-club-chip-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.ns-club-chip-list span {
  display: inline-flex;
  padding: 0.3rem 0.65rem;
  border: 1px solid var(--ns-club-border);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.055);
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.9rem;
}

@media (max-width: 56rem) {
  .ns-club-table__head {
    display: none;
  }

  .ns-club-table__row,
  .ns-club-event-card,
  .ns-club-market-card {
    grid-template-columns: 1fr;
  }

  .ns-club-table__row span,
  .ns-club-table__row strong {
    display: block;
  }

  .ns-club-event-card__actions {
    justify-content: flex-start;
  }
}

/* NSD Club/Venue Pages Step 1 Polish V2 20260626-140000 */

.ns-club-glance {
  margin-bottom: 1.5rem;
}

.ns-club-address-panel {
  margin-top: 1.5rem;
}

.ns-club-address-block {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  line-height: 1.55;
}

.ns-club-address-block span {
  display: block;
}

.ns-club-section--profile {
  padding: 1.15rem;
  border: 1px solid var(--ns-club-border);
  border-radius: 1.2rem;
  background:
    radial-gradient(circle at 0 0, rgba(255, 255, 255, 0.075), transparent 30%),
    rgba(255, 255, 255, 0.035);
}

.ns-club-profile-intro {
  max-width: 58rem;
  margin: 0.35rem 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 1.02rem;
}

.ns-club-profile-card p:last-child {
  margin-bottom: 0;
}

.ns-club-chip-list--names span {
  background: rgba(255, 255, 255, 0.035);
}

.ns-club-event-list--primary .ns-club-event-card:first-child {
  background: var(--ns-club-bg-strong);
}

.ns-club-event-card--compact {
  grid-template-columns: minmax(8rem, 0.4fr) minmax(0, 1.6fr) auto;
  padding: 0.85rem 1rem;
}

.ns-club-more-events {
  border: 1px solid var(--ns-club-border);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.035);
}

.ns-club-more-events summary {
  cursor: pointer;
  padding: 1rem 1.1rem;
  font-weight: 800;
}

.ns-club-more-events[open] summary {
  border-bottom: 1px solid var(--ns-club-border);
}

.ns-club-more-events .ns-club-event-list {
  padding: 1rem;
}

.ns-club-section--markets {
  padding-top: 0.5rem;
}

.ns-club-section--nearby .ns-club-card-grid--nearby {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 15rem), 1fr));
}

.ns-club-card--nearby {
  min-height: 8.5rem;
  background:
    radial-gradient(circle at 100% 0, rgba(255, 255, 255, 0.07), transparent 34%),
    var(--ns-club-bg);
}

.ns-club-card__distance {
  font-weight: 700;
}

@media (max-width: 56rem) {
  .ns-club-event-card--compact {
    grid-template-columns: 1fr;
  }

  .ns-club-more-events .ns-club-event-list {
    padding: 0.75rem;
  }
}

/* NSD Club/Venue Pages Polish V3 20260626-143000 */

.ns-club-address-block {
  display: block !important;
  font-style: normal;
  line-height: 1.6;
  white-space: normal;
}

.ns-club-address-block span {
  display: block !important;
  margin: 0 0 0.08rem;
}

.ns-club-section--nearby {
  padding: 1rem;
  border: 1px solid var(--ns-club-border);
  border-radius: 1.2rem;
  background: rgba(255, 255, 255, 0.025);
}

.ns-club-card--nearby {
  justify-content: flex-start;
  min-height: 9rem;
}

.ns-club-card__location,
.ns-club-card__distance {
  display: block;
}

.ns-club-card--nearby .ns-club-card__counts {
  margin-top: auto;
}

@media (max-width: 56rem) {
  .ns-club-section--nearby {
    padding: 0.8rem;
  }
}
