/* =========================
   CLUB ARCHIVE REDESIGN
   ========================= */

body.tax-equipes {
  background: var(--tmls-bg, #f6f7f8);
}

.tax-equipes .site.grid-container {
  max-width: 100%;
  padding: 0;
}

.tax-equipes .site-content {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px 56px;
}

/* — Masthead — */

.club-masthead {
  position: relative;
  overflow: hidden;
  border-radius: 0 0 28px 28px;
  margin-bottom: 32px;
  background:
    linear-gradient(180deg, rgba(10,12,15,0.55), rgba(10,12,15,0.82)),
    var(--club-hero, none) center/cover no-repeat,
    #111418;
  color: #fff;
}

.club-masthead__inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 42px 20px 34px;
}

.club-masthead__identity {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 24px;
  align-items: center;
}

.club-masthead__logo {
  width: 120px;
  height: 120px;
  border-radius: 24px;
  background: rgba(255,255,255,0.96);
  display: grid;
  place-items: center;
  padding: 18px;
  box-shadow: 0 12px 28px rgba(0,0,0,0.18);
}

.club-masthead__logo img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.club-masthead__initials {
  font-size: 2rem;
  font-weight: 800;
  color: #64748b;
  text-transform: uppercase;
}

.club-masthead__eyebrow {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.78);
}

.club-masthead h1 {
  margin: 0 0 10px;
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 0.95;
  letter-spacing: -0.04em;
  color: #fff;
}

.club-masthead p {
  max-width: 760px;
  margin: 0;
  font-size: 1rem;
  line-height: 1.6;
  color: rgba(255,255,255,0.82);
}

.club-masthead__stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 28px;
}

.club-masthead .stat {
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 14px;
  padding: 14px 16px;
  backdrop-filter: blur(8px);
}

.club-masthead .stat strong {
  display: block;
  font-size: 1.4rem;
  line-height: 1;
  margin-bottom: 6px;
  color: #fff;
}

.club-masthead .stat span {
  font-size: 0.78rem;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: rgba(255,255,255,0.72);
}

/* — Layout — */

.club-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.8fr) 320px;
  gap: 28px;
  align-items: start;
}

.club-main,
.club-sidebar {
  min-width: 0;
}

/* — Panels — */

.club-panel,
.club-featured,
.club-latest {
  background: #ffffff;
  border: 1px solid #e6e8eb;
  border-radius: 18px;
  box-shadow: 0 10px 30px rgba(17, 20, 24, 0.06);
}

.club-panel {
  padding: 20px;
  margin-bottom: 18px;
}

.club-panel h3 {
  margin: 0 0 16px;
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #66707a;
}

.club-meta-list {
  display: grid;
  gap: 14px;
}

.club-meta-item {
  padding-bottom: 14px;
  border-bottom: 1px solid #e6e8eb;
}

.club-meta-item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.club-meta-item span {
  display: block;
}

.club-meta-item .label {
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #8a949e;
  margin-bottom: 4px;
}

.club-meta-item .value {
  color: #111418;
  font-weight: 600;
}

.club-nav-links {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.club-nav-links a {
  display: flex;
  align-items: center;
  min-height: 40px;
  padding: 0 14px;
  border-radius: 10px;
  border: 1px solid #e6e8eb;
  background: #f6f7f8;
  color: #111418;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 500;
  transition: background 0.15s ease, border-color 0.15s ease;
}

.club-nav-links a:hover {
  background: #eef0f2;
  border-color: #d7dbe0;
}

/* — Featured Story — */

.club-featured {
  padding: 20px;
  margin-bottom: 24px;
}

.section-kicker {
  display: inline-block;
  margin-bottom: 14px;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #66707a;
}

.club-featured__card {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 420px);
  gap: 22px;
  align-items: stretch;
  text-decoration: none;
  color: inherit;
}

.club-featured__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.club-featured__title {
  margin: 0 0 14px;
  font-size: clamp(1.6rem, 2.2vw, 2.4rem);
  line-height: 1.05;
  letter-spacing: -0.03em;
  color: #111418;
}

.club-featured__excerpt {
  margin: 0 0 18px;
  color: #66707a;
  line-height: 1.65;
}

.club-featured__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 0.82rem;
  color: #8a949e;
}

.club-featured__media {
  border-radius: 16px;
  overflow: hidden;
  min-height: 280px;
  background: #dfe3e7;
}

.club-featured__media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

/* — Latest Grid — */

.club-latest {
  padding: 20px;
}

.club-latest__header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.club-latest__header h2 {
  margin: 0;
  font-size: 1.5rem;
  letter-spacing: -0.02em;
  color: #111418;
}

.club-post-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.club-post-card {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  background: #fff;
  border: 1px solid #e6e8eb;
  border-radius: 16px;
  overflow: hidden;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.club-post-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(17,20,24,0.08);
  border-color: #d7dbe0;
}

.club-post-card__thumb {
  aspect-ratio: 16 / 9;
  background: #e8ebef;
  overflow: hidden;
}

.club-post-card__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.club-post-card__body {
  padding: 14px 14px 16px;
}

.club-post-card__title {
  margin: 0 0 10px;
  font-size: 1.02rem;
  line-height: 1.3;
  letter-spacing: -0.015em;
  color: #111418;
}

.club-post-card__meta {
  font-size: 0.8rem;
  color: #8a949e;
}

/* — Back Link / Pagination — */

.club-backlink {
  margin-top: 24px;
}

.club-backlink a,
.tax-equipes .nav-links a,
.tax-equipes .nav-links span {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid #e6e8eb;
  background: #fff;
  color: #111418;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 500;
  transition: background 0.15s ease;
}

.club-backlink a:hover,
.tax-equipes .nav-links a:hover {
  background: #f6f7f8;
}

.tax-equipes .nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.tax-equipes .nav-links .current {
  background: #111418;
  color: #fff;
  border-color: #111418;
}

/* — Responsive — */

@media (max-width: 1024px) {
  .club-layout {
    grid-template-columns: 1fr;
  }

  .club-sidebar {
    order: -1;
  }

  .club-featured__card {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .club-masthead__identity {
    grid-template-columns: 1fr;
    text-align: center;
    justify-items: center;
  }

  .club-masthead__logo {
    width: 92px;
    height: 92px;
  }

  .club-masthead__stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .club-post-grid {
    grid-template-columns: 1fr;
  }

  .tax-equipes .site-content {
    padding-left: 14px;
    padding-right: 14px;
  }
}
