
/* v4.3.1 Repair - based on last good v4.2.1 */
.hero h1{
  line-height:.88 !important;
}
.hero-subtitle{
  max-width:980px;
  margin-left:auto;
  margin-right:auto;
}
.mission-band{
  background:linear-gradient(180deg,#0b0d12,#06070a);
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
}
.mission-inner{
  max-width:1180px;
  margin:auto;
  padding:46px 24px;
  text-align:center;
}
.mission-inner h2{
  color:var(--gold);
  font-size:clamp(34px,5vw,64px);
  margin:0 0 18px;
}
.mission-inner p{
  color:var(--silver);
  font-size:clamp(18px,2vw,25px);
  max-width:980px;
  margin:0 auto;
}
.values-grid{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:14px;
  margin-top:28px;
}
.value-pill{
  border:1px solid rgba(212,175,55,.32);
  background:#0e1118;
  color:var(--gold);
  padding:13px 10px;
  border-radius:999px;
  text-transform:uppercase;
  font-weight:1000;
  letter-spacing:1px;
  font-size:13px;
}
.club{
  position:relative;
  overflow:hidden;
  isolation:isolate;
}
.founding-badge{
  position:relative;
  display:inline-block;
  border:1px solid rgba(212,175,55,.45);
  color:#111;
  background:var(--gold);
  border-radius:999px;
  padding:7px 12px;
  font-size:11px;
  font-weight:1000;
  text-transform:uppercase;
  letter-spacing:.8px;
  margin:0 auto 14px;
}
.founding-badge.available{
  background:transparent;
  color:var(--gold);
}
.founding-confirmed{
  border-color:rgba(212,175,55,.75)!important;
  box-shadow:0 22px 45px rgba(212,175,55,.08);
}
.founding-confirmed h3{
  color:var(--gold)!important;
}
.club-logo-wrap,
.team-logo-box{
  width:104px;
  height:104px;
  display:grid;
  place-items:center;
  margin:0 auto 14px;
  border-radius:50%;
  border:1px solid var(--line);
  background:#050609;
  overflow:hidden;
}
.club-logo-wrap img,
.team-logo-box img,
.logo-badge img{
  max-width:86%;
  max-height:86%;
  object-fit:contain;
  display:block;
}
.safe-kits{
  display:flex;
  justify-content:center;
  align-items:flex-end;
  gap:12px;
  margin-top:14px;
}
.safe-kits img{
  width:78px!important;
  height:104px!important;
  object-fit:contain!important;
  background:transparent!important;
  border:1px solid rgba(212,175,55,.26)!important;
  border-radius:8px;
  padding:4px;
}
.team-card .safe-kits img{
  width:96px!important;
  height:128px!important;
}
.club-colours{
  color:var(--muted)!important;
  font-size:12px!important;
  text-transform:uppercase;
  letter-spacing:.7px;
}
.badge-mark{
  display:inline-block;
  border:1px solid var(--line);
  color:var(--gold);
  border-radius:999px;
  padding:8px 14px;
  margin:0 auto 14px;
  font-weight:1000;
  text-transform:uppercase;
  letter-spacing:1px;
  font-size:12px;
}
.logo-badge{
  width:58px!important;
  height:58px!important;
  overflow:hidden;
}
.club-cell{
  display:flex;
  align-items:center;
  gap:10px;
}
.club-cell .badge{
  margin:0;
  flex:0 0 auto;
}
.media{
  background:
    linear-gradient(135deg,rgba(5,6,9,.92),rgba(17,20,27,.94)),
    radial-gradient(circle at 50% 20%,rgba(212,175,55,.10),transparent 35%)!important;
  display:grid;
  place-items:center;
}
.media:after{
  content:"Photos Coming Soon";
  color:var(--gold);
  font-weight:1000;
  text-transform:uppercase;
  letter-spacing:2px;
  border:1px solid var(--line);
  padding:18px 24px;
  border-radius:999px;
}
@media(max-width:1000px){
  .values-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:760px){
  .values-grid{grid-template-columns:1fr}
  .mission-inner{padding:38px 18px}
}
