/* KLUB 2000 – samostatná stránka v designu handballuvaly.cz
   Bez kulatých rohů, bez databázové vazby, připraveno pro ruční zařazení do menu. */

main.other-main.club2000-main {
  margin: 0;
  width: 100%;
  max-width: none;
  background: #fff;
  overflow: hidden;
}

.club2000-main *,
.club2000-main *::before,
.club2000-main *::after {
  box-sizing: border-box;
  border-radius: 0 !important;
}

.club2000-hero {
  position: relative;
  min-height: 560px;
  display: flex;
  align-items: stretch;
  background: #000;
  color: #fff;
  overflow: hidden;
}

.club2000-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0,0,0,.94) 0%, rgba(0,0,0,.78) 43%, rgba(220,0,0,.26) 100%),
    url('../assets/images/matches/cervenobila_sila.jpg') center center / cover no-repeat;
  transform: scale(1.02);
}

.club2000-hero::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 12px;
  background: #dc0000;
}

.club2000-hero-content {
  position: relative;
  z-index: 1;
  width: min(1220px, 90%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 48px;
  align-items: end;
  padding: 72px 0 70px;
}

.club2000-kicker {
  display: inline-block;
  margin-bottom: 18px;
  padding: 9px 16px;
  background: #dc0000;
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .16em;
  font-size: 13px;
}

.club2000-hero h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(58px, 8vw, 128px);
  line-height: .84;
  text-transform: uppercase;
  letter-spacing: -.075em;
  font-weight: 1000;
}

.club2000-hero h1 span {
  display: block;
  color: #dc0000;
  text-shadow: 0 2px 0 rgba(0,0,0,.35);
}

.club2000-lead {
  max-width: 780px;
  margin: 26px 0 0;
  color: #fff;
  font-size: clamp(22px, 2.2vw, 34px);
  line-height: 1.18;
  font-weight: 900;
}

.club2000-note {
  max-width: 760px;
  margin: 18px 0 0;
  color: rgba(255,255,255,.86);
  font-size: clamp(16px, 1.1vw, 19px);
  line-height: 1.55;
  font-weight: 650;
}

.club2000-side-box {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 16px;
  border-left: 8px solid #dc0000;
  padding: 24px 0 0 24px;
}

.club2000-side-box strong {
  display: block;
  color: #fff;
  font-size: clamp(32px, 3vw, 50px);
  line-height: .95;
  font-weight: 1000;
}

.club2000-side-box span {
  display: block;
  margin-top: 8px;
  color: rgba(255,255,255,.76);
  font-size: 13px;
  line-height: 1.35;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 900;
}

.club2000-side-box a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 48px;
  padding: 12px 18px;
  background: #dc0000;
  color: #fff;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.club2000-partners {
  width: min(1220px, 90%);
  margin: 0 auto;
  padding: 70px 0 92px;
}

.club2000-section-title {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: end;
  margin-bottom: 34px;
}

.club2000-section-title h2 {
  margin: 0;
  color: #dc0000;
  font-size: clamp(38px, 5.2vw, 82px);
  line-height: .92;
  letter-spacing: -.055em;
  text-transform: uppercase;
  font-weight: 1000;
}

.club2000-section-title p {
  max-width: 760px;
  margin: 14px 0 0;
  color: #222;
  font-size: clamp(16px, 1.1vw, 19px);
  line-height: 1.5;
  font-weight: 650;
}

.club2000-levels {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.club2000-levels span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 9px 13px;
  background: #000;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 900;
}

.club2000-levels span:first-child {
  background: #dc0000;
}

.club2000-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  align-items: start;
}

.club2000-group {
  background: #fff;
  border-top: 8px solid #dc0000;
  box-shadow: 0 18px 42px rgba(0,0,0,.10);
}

.club2000-group-header {
  padding: 24px 26px 18px;
  background: #000;
  color: #fff;
}

.club2000-group-header h3 {
  position: static !important;
  top: auto !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  color: #fff !important;
  opacity: 1 !important;
  text-align: left !important;
  font-size: clamp(24px, 2.1vw, 34px) !important;
  line-height: 1 !important;
  text-transform: uppercase;
}

.club2000-group-header p {
  margin: 9px 0 0;
  color: rgba(255,255,255,.72);
  font-size: 14px;
  line-height: 1.42;
  font-weight: 650;
}

.club2000-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: #e5e5e5;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

.club2000-card {
  min-height: 168px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #fff;
  padding: 22px;
}

.club2000-card.is-empty {
  background: #f8f8f8;
}

.club2000-mark {
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  background: #dc0000;
  color: #fff;
  font-size: 22px;
  font-weight: 1000;
  text-transform: uppercase;
}

.club2000-card.is-empty .club2000-mark {
  background: #000;
}

.club2000-card b {
  display: block;
  color: #111;
  font-size: 20px;
  line-height: 1.15;
  font-weight: 1000;
}

.club2000-card small {
  display: block;
  margin-top: 7px;
  color: #666;
  line-height: 1.28;
  font-weight: 650;
}

.club2000-badge {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin-top: 18px;
  padding: 7px 10px;
  background: #111;
  color: #fff;
  font-size: 11px;
  line-height: 1;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 900;
}

.club2000-card.is-empty .club2000-badge {
  background: #dc0000;
}

.club2000-contact-strip {
  margin-top: 34px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  padding: 24px 28px;
  background: #dc0000;
  color: #fff;
}

.club2000-contact-strip p {
  margin: 0;
  font-size: clamp(16px, 1.1vw, 19px);
  line-height: 1.4;
  font-weight: 800;
}

.club2000-contact-strip a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 18px;
  background: #000;
  color: #fff;
  text-decoration: none;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
  white-space: nowrap;
}

@media (max-width: 980px) {
  main.other-main.club2000-main {
    margin-top: 100px;
  }

  .club2000-hero-content {
    grid-template-columns: 1fr;
    width: min(92%, 760px);
    gap: 34px;
    padding: 58px 0 56px;
  }

  .club2000-side-box {
    border-left: 0;
    border-top: 8px solid #dc0000;
    padding: 20px 0 0;
  }

  .club2000-section-title,
  .club2000-list,
  .club2000-contact-strip {
    grid-template-columns: 1fr;
  }

  .club2000-levels {
    justify-content: flex-start;
  }

  .club2000-cards {
    grid-template-columns: 1fr;
  }

  .club2000-contact-strip a {
    width: fit-content;
  }
}

@media (max-width: 620px) {
  main.other-main.club2000-main {
    margin-top: 82px;
  }

  .club2000-hero {
    min-height: 0;
  }

  .club2000-hero h1 {
    font-size: clamp(54px, 17vw, 86px);
  }

  .club2000-partners {
    width: 92%;
    padding-top: 52px;
  }

  .club2000-card {
    min-height: 150px;
  }
}

/* === KLUB 2000: první doplnění firemních partnerů s logy === */
.club2000-card-logo {
  justify-content: space-between;
}

.club2000-logo-box {
  height: 92px;
  margin: -4px -4px 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f3f3f3;
  overflow: hidden;
}

.club2000-logo-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.club2000-card-logo b {
  font-size: 19px;
}

.club2000-card-logo small a {
  color: #555;
  text-decoration: none;
  font-weight: 800;
}

.club2000-card-logo small a:hover {
  color: #dc0000;
}

.club2000-card-logo .club2000-badge {
  background: #dc0000;
}

@media (max-width: 620px) {
  .club2000-logo-box {
    height: 84px;
  }
}

/* === KLUB 2000: vrácení prostoru nad nápisem bez bílé mezery nad fotkou === */
.club2000-hero-content {
  padding-top: 118px;
}

@media (max-width: 980px) {
  .club2000-hero-content {
    padding-top: 92px;
  }
}

@media (max-width: 620px) {
  .club2000-hero-content {
    padding-top: 78px;
  }
}
