.club-header{position:fixed;display:grid;grid-template-columns:1fr auto 1fr;align-items:center}
.club-header__nav{justify-self:start;margin-left:0}
.club-header__logo{position:absolute;left:50%;top:50%;z-index:2;transform:translate(-50%,-50%);display:grid;place-items:center}
.club-header__logo .custom-logo-link{display:grid;place-items:center}
.club-header__logo .custom-logo{display:block;width:auto;max-width:clamp(70px,7vw,112px);height:auto;max-height:68px;object-fit:contain}
.club-header__logo .brand{white-space:nowrap;font-size:clamp(.88rem,1.3vw,1.15rem)}
.club-header__trial{grid-column:3;justify-self:end;margin-left:0;margin-right:96px}
.club-header>.menu-toggle{position:absolute;right:clamp(18px,3vw,48px);top:50%;transform:translateY(-50%);margin:0}
@media(max-width:900px){
  .club-header{display:flex;justify-content:flex-end}
  .club-header__logo .custom-logo{max-width:82px;max-height:58px}
  .club-header__trial{display:none}
}
