/* FirstClub — public styles */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
  margin: 0; font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  background: #0b0b10; color: #e6e6ea; line-height: 1.55;
}
a { color: #ff3b6b; text-decoration: none; }
a:hover { text-decoration: underline; }
img { max-width: 100%; height: auto; display: block; }
h1, h2, h3, h4 { margin: 0 0 .5em; line-height: 1.2; font-weight: 700; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }

/* Header */
.site-header {
  position: sticky; top: 0; z-index: 20;
  background: rgba(11, 11, 16, 0.92); backdrop-filter: blur(8px);
  border-bottom: 1px solid #1f1f29;
}
.header-inner { display: flex; align-items: center; justify-content: space-between; padding: 14px 20px; gap: 20px; }
.brand { font-weight: 800; letter-spacing: .5px; font-size: 18px; color: #fff; text-transform: uppercase; }
.brand:hover { text-decoration: none; color: #ff3b6b; }
.main-nav a { color: #cfcfd6; margin-right: 16px; font-weight: 500; }
.main-nav a:hover { color: #fff; }
.lang-switch a {
  display: inline-block; padding: 4px 8px; margin-left: 4px; font-size: 13px;
  color: #9a9aa3; border-radius: 4px; border: 1px solid transparent;
}
.lang-switch a.active { color: #fff; border-color: #ff3b6b; }
.lang-switch a:hover { text-decoration: none; color: #fff; }

/* Buttons */
.btn { display: inline-block; padding: 12px 22px; border-radius: 6px; font-weight: 600; border: 1px solid transparent; cursor: pointer; font-size: 15px; }
.btn-primary { background: linear-gradient(135deg, #ff3b6b, #ff6a3b); color: #fff; }
.btn-primary:hover { text-decoration: none; opacity: 0.9; }
.btn-ghost { background: transparent; color: #e6e6ea; border-color: #30303d; }
.btn-ghost:hover { text-decoration: none; border-color: #ff3b6b; color: #fff; }

/* Hero */
.hero { padding: 80px 0 30px; background: radial-gradient(ellipse at top, rgba(255,59,107,0.18), transparent 60%); }
.hero-inner { text-align: center; }
.hero h1 { font-size: clamp(32px, 5vw, 56px); margin-bottom: 12px; background: linear-gradient(135deg, #fff, #ff3b6b); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero .subtitle { font-size: clamp(16px, 2vw, 20px); color: #b3b3bd; margin: 0; }

/* Filters */
.filters { padding: 20px 0 40px; }
.filters-form { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)) auto; gap: 16px; align-items: end; background: #15151f; padding: 20px; border-radius: 10px; border: 1px solid #22222e; }
.filters-form label { display: flex; flex-direction: column; gap: 6px; font-size: 13px; color: #b3b3bd; }
.filters-form select { padding: 10px 12px; background: #0b0b10; color: #fff; border: 1px solid #30303d; border-radius: 6px; font-size: 14px; }
.filters-form select:focus { outline: 2px solid #ff3b6b; border-color: transparent; }
.filter-actions { display: flex; gap: 8px; }

/* Sections */
.section { padding: 40px 0; }
.section-title { font-size: clamp(24px, 3vw, 34px); margin-bottom: 24px; }
.empty { padding: 40px; text-align: center; color: #8a8a94; background: #15151f; border-radius: 10px; }

/* Club grid + card */
.club-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 20px; }
.club-grid.small { grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 16px; }
.club-card {
  display: block; background: #15151f; border-radius: 12px; overflow: hidden;
  color: inherit; transition: transform .2s, box-shadow .2s;
  border: 1px solid #22222e;
}
.club-card:hover { transform: translateY(-4px); box-shadow: 0 10px 30px rgba(255,59,107,0.2); text-decoration: none; }
.club-card-img { aspect-ratio: 16/10; background: #0b0b10 center/cover no-repeat; }
.club-card-body { padding: 16px; }
.club-card-meta { display: flex; justify-content: space-between; font-size: 13px; color: #b3b3bd; margin-bottom: 6px; }
.rating { color: #ffc93c; font-weight: 600; }
.price-lvl { color: #7ad957; font-weight: 600; }
.club-card-title { font-size: 18px; margin: 4px 0 6px; color: #fff; }
.club-card-loc { color: #8a8a94; font-size: 13px; margin-bottom: 10px; }
.club-card-tags { display: flex; flex-wrap: wrap; gap: 6px; }
.tag { display: inline-block; padding: 3px 8px; font-size: 12px; background: #22222e; color: #cfcfd6; border-radius: 4px; text-transform: capitalize; }
a.tag:hover { background: #ff3b6b; color: #fff; text-decoration: none; }

/* Why / stats / cta */
.why-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 20px; }
.why-card { background: #15151f; padding: 24px; border-radius: 10px; border: 1px solid #22222e; }
.why-card h3 { font-size: 17px; color: #fff; }
.why-card p { color: #b3b3bd; margin: 0; }
.stats-section { background: linear-gradient(135deg, rgba(255,59,107,0.1), rgba(255,106,59,0.1)); border-radius: 16px; margin: 20px auto; max-width: 1160px; }
.stats-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 20px; padding: 30px; text-align: center; }
.stat strong { display: block; font-size: 38px; color: #ff3b6b; font-weight: 800; }
.stat span { color: #b3b3bd; font-size: 14px; }
.cta { text-align: center; padding: 60px 0; }
.cta h2 { font-size: clamp(26px, 3vw, 36px); }
.cta p { color: #b3b3bd; margin-bottom: 24px; }

/* Club page */
.club-page { padding-bottom: 60px; }
.club-hero { padding: 80px 0 50px; background: #0b0b10 center/cover no-repeat; color: #fff; margin-bottom: 30px; }
.club-hero h1 { font-size: clamp(28px, 4vw, 48px); margin: 0 0 12px; }
.club-hero-meta { display: flex; flex-wrap: wrap; gap: 16px; font-size: 15px; }
.club-hero-meta .loc { color: #cfcfd6; }
.club-layout { display: grid; grid-template-columns: 320px 1fr; gap: 24px; }
@media (max-width: 900px) { .club-layout { grid-template-columns: 1fr; } }
.club-sidebar .card, .club-main .card { background: #15151f; border: 1px solid #22222e; border-radius: 12px; padding: 20px; margin-bottom: 20px; }
.card h2 { font-size: 18px; margin-bottom: 14px; padding-bottom: 10px; border-bottom: 1px solid #22222e; }
.card h3 { font-size: 15px; margin: 16px 0 8px; color: #cfcfd6; text-transform: uppercase; letter-spacing: .5px; }

.kv { margin: 0; display: grid; grid-template-columns: max-content 1fr; gap: 8px 14px; font-size: 14px; }
.kv dt { color: #8a8a94; }
.kv dd { margin: 0; color: #e6e6ea; }
.kv dd small.muted { display: block; color: #8a8a94; margin-top: 2px; }
.social-row { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 14px; }
.social-row a { padding: 6px 12px; border: 1px solid #30303d; border-radius: 20px; font-size: 13px; color: #cfcfd6; }
.social-row a:hover { border-color: #ff3b6b; color: #fff; text-decoration: none; }

.hours { list-style: none; padding: 0; margin: 0; font-size: 14px; }
.hours li { display: flex; justify-content: space-between; padding: 6px 0; border-bottom: 1px dashed #22222e; }
.hours li:last-child { border-bottom: 0; }
.hours .day { color: #cfcfd6; }
.hours .closed { color: #8a8a94; font-style: italic; }

.tag-row { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 12px; }
.prose { color: #cfcfd6; line-height: 1.7; }

.map-embed { width: 100%; height: 300px; border: 0; border-radius: 8px; background: #22222e; }

.gallery { display: grid; grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); gap: 8px; }
.gallery img { aspect-ratio: 4/3; object-fit: cover; width: 100%; border-radius: 6px; }

/* Closed clubs */
.club-card.is-closed { opacity: 0.7; }
.club-card.is-closed .club-card-img { filter: grayscale(80%); }
.club-card.is-closed .club-card-title { text-decoration: line-through; text-decoration-color: rgba(255,107,59,0.7); text-decoration-thickness: 2px; color: #b3b3bd; }
.club-card .club-card-img { position: relative; }
.closed-chip {
  position: absolute; top: 10px; right: 10px; padding: 4px 10px; font-size: 11px; font-weight: 800;
  letter-spacing: 1px; background: #e23b3b; color: #fff; border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.3); text-transform: uppercase;
}
.closed-banner {
  background: linear-gradient(135deg, #7a1a1a, #a82626); color: #fff; padding: 14px 0;
  text-align: center; font-weight: 600; font-size: 15px; letter-spacing: .3px;
  border-bottom: 2px solid #5a0f0f;
}
.closed-banner strong { text-transform: uppercase; letter-spacing: 1px; }
.club-page.is-closed .club-hero h1 { text-decoration: line-through; text-decoration-color: rgba(255,107,59,0.6); text-decoration-thickness: 3px; }
.club-page.is-closed .club-hero { filter: grayscale(40%); }

/* Footer */
.site-footer { background: #08080d; border-top: 1px solid #1f1f29; margin-top: 60px; padding: 40px 0 20px; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 40px; }
@media (max-width: 700px) { .footer-grid { grid-template-columns: 1fr; } }
.footer-brand { font-weight: 800; color: #fff; margin-bottom: 8px; }
.footer-grid p { color: #8a8a94; margin: 0; font-size: 14px; }
.footer-grid h4 { color: #fff; font-size: 14px; text-transform: uppercase; letter-spacing: .5px; }
.footer-list { list-style: none; padding: 0; margin: 0; }
.footer-list li { margin-bottom: 6px; }
.footer-list a { color: #b3b3bd; font-size: 14px; }
.footer-list a:hover { color: #fff; }
.footer-bottom { border-top: 1px solid #1f1f29; padding: 20px 20px 0; margin-top: 30px; color: #66666f; font-size: 13px; text-align: center; }
