.hub-front-page{
    background:#f8f7f3;
}

.home-banner{
    background:#000;
    color:var(--white);
}

.home-banner__inner{
    position:relative;
    display:block;
    min-height:440px;
    overflow:hidden;
}

.home-banner__inner::before{
    content:"";
    position:absolute;
    inset:0;
    z-index:1;
    background:linear-gradient(90deg,rgba(0,0,0,.9) 0%,rgba(0,0,0,.72) 22%,rgba(0,0,0,.45) 45%,rgba(0,0,0,.18) 65%,rgba(0,0,0,0) 100%);
    pointer-events:none;
}

.home-banner__content{
    position:relative;
    z-index:2;
    width:38%;
    min-height:440px;
    display:flex;
    flex-direction:column;
    justify-content:center;
    padding:54px 46px 92px;
    background:rgba(0,0,0,.2);
}

.home-banner__eyebrow{
    margin:0 0 14px;
    color:var(--gold);
    font-size:.78rem;
    font-weight:700;
    text-transform:uppercase;
}

.home-banner h1{
    max-width:440px;
    margin:0;
    color:var(--white);
    font-family:var(--font-heading);
    font-size:3.55rem;
    font-weight:700;
    line-height:.98;
}

.home-banner__subtitle{
    margin:18px 0 0;
    color:var(--white);
    font-size:1.2rem;
    font-weight:700;
}

.home-banner__claim{
    max-width:360px;
    margin:22px 0 0;
    color:rgba(245,244,239,.86);
    font-size:1rem;
    line-height:1.55;
}

.home-banner__media{
    position:absolute;
    inset:0;
    min-height:440px;
    margin:0;
    overflow:hidden;
}

.home-banner__media img{
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center;
}

.home-event{
    position:relative;
    z-index:2;
    margin-top:-58px;
}

.home-event-card{
    width:min(940px,100%);
    min-height:116px;
    margin:0 auto;
    display:grid;
    grid-template-columns:70px 1fr auto auto;
    align-items:center;
    gap:22px;
    padding:22px 28px;
    border:1px solid rgba(191,155,77,.68);
    background:var(--primary);
    color:var(--white);
    box-shadow:0 12px 28px rgba(0,0,0,.16);
}

.home-event-card__logo{
    width:56px;
    height:56px;
    display:flex;
    align-items:center;
    justify-content:center;
}

.home-event-card__logo .custom-logo-link{
    display:flex;
    align-items:center;
    justify-content:center;
}

.home-event-card__logo img{
    width:auto;
    height:56px;
    max-height:56px;
}

.home-event-card__label{
    margin:0 0 6px;
    color:var(--gold);
    font-size:.68rem;
    font-weight:700;
    text-transform:uppercase;
}

.home-event-card h2{
    margin:0;
    color:var(--white);
    font-family:var(--font-heading);
    font-size:1.42rem;
    line-height:1.12;
}

.home-event-card__date{
    margin:6px 0 0;
    color:rgba(245,244,239,.84);
    font-size:.84rem;
}

.home-event-card__countdown{
    display:grid;
    grid-template-columns:repeat(3,54px);
    gap:12px;
    align-items:center;
}

.home-event-card__countdown span{
    display:flex;
    flex-direction:column;
    color:var(--gold);
    font-size:.64rem;
    font-weight:700;
    line-height:1.15;
    text-align:center;
    text-transform:uppercase;
}

.home-event-card__countdown strong{
    color:var(--gold);
    font-family:var(--font-heading);
    font-size:1.72rem;
    font-weight:400;
    line-height:1;
}

.home-event-card__link{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:34px;
    padding:0 18px;
    border:1px solid var(--gold);
    background:var(--gold);
    color:var(--primary);
    font-size:.72rem;
    font-weight:700;
    text-decoration:none;
    text-transform:uppercase;
    white-space:nowrap;
    border-radius:var(--button-radius);
}

.quick-links{
    padding:34px 0 42px;
}

.quick-links__grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(130px,1fr));
    gap:14px;
    justify-content:center;
    max-width:980px;
}

.quick-links__item{
    min-height:82px;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:8px;
    border:1px solid #e1dccd;
    background:#fff;
    color:#082b22;
    font-size:.84rem;
    font-weight:800;
    text-align:center;
    text-decoration:none;
    text-transform:uppercase;
    border-radius:var(--button-radius);
    transition:border-color .22s ease,color .22s ease,box-shadow .22s ease,transform .22s ease;
}

.quick-links__item--mobile-only{
    display:none;
}

.quick-links__icon{
    width:22px;
    height:22px;
    display:block;
    color:rgba(199,165,72,.88);
    background:currentColor;
    -webkit-mask:center / contain no-repeat;
    mask:center / contain no-repeat;
    transition:color .22s ease;
}

.quick-links__icon--club{
    -webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath d='M12 3v18'/%3E%3Cpath d='M5 7h14'/%3E%3Cpath d='M7 21h10'/%3E%3Cpath d='M8 7c0 4 1.8 7 4 7s4-3 4-7'/%3E%3C/svg%3E");
    mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath d='M12 3v18'/%3E%3Cpath d='M5 7h14'/%3E%3Cpath d='M7 21h10'/%3E%3Cpath d='M8 7c0 4 1.8 7 4 7s4-3 4-7'/%3E%3C/svg%3E");
}

.quick-links__icon--calendar{
    -webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath d='M8 2v4'/%3E%3Cpath d='M16 2v4'/%3E%3Crect width='18' height='18' x='3' y='4' rx='2'/%3E%3Cpath d='M3 10h18'/%3E%3C/svg%3E");
    mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath d='M8 2v4'/%3E%3Cpath d='M16 2v4'/%3E%3Crect width='18' height='18' x='3' y='4' rx='2'/%3E%3Cpath d='M3 10h18'/%3E%3C/svg%3E");
}

.quick-links__icon--home{
    -webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath d='m3 11 9-8 9 8'/%3E%3Cpath d='M5 10v10h14V10'/%3E%3Cpath d='M10 20v-6h4v6'/%3E%3C/svg%3E");
    mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath d='m3 11 9-8 9 8'/%3E%3Cpath d='M5 10v10h14V10'/%3E%3Cpath d='M10 20v-6h4v6'/%3E%3C/svg%3E");
}

.quick-links__icon--gallery{
    -webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' viewBox='0 0 24 24'%3E%3Crect width='18' height='18' x='3' y='3' rx='2'/%3E%3Ccircle cx='9' cy='9' r='2'/%3E%3Cpath d='m21 15-3.1-3.1a2 2 0 0 0-2.8 0L6 21'/%3E%3C/svg%3E");
    mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' viewBox='0 0 24 24'%3E%3Crect width='18' height='18' x='3' y='3' rx='2'/%3E%3Ccircle cx='9' cy='9' r='2'/%3E%3Cpath d='m21 15-3.1-3.1a2 2 0 0 0-2.8 0L6 21'/%3E%3C/svg%3E");
}

.quick-links__icon--news{
    -webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath d='M4 19.5A2.5 2.5 0 0 1 6.5 17H20'/%3E%3Cpath d='M4 4.5A2.5 2.5 0 0 1 6.5 2H20v20H6.5A2.5 2.5 0 0 1 4 19.5z'/%3E%3Cpath d='M8 7h8'/%3E%3Cpath d='M8 11h6'/%3E%3C/svg%3E");
    mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath d='M4 19.5A2.5 2.5 0 0 1 6.5 17H20'/%3E%3Cpath d='M4 4.5A2.5 2.5 0 0 1 6.5 2H20v20H6.5A2.5 2.5 0 0 1 4 19.5z'/%3E%3Cpath d='M8 7h8'/%3E%3Cpath d='M8 11h6'/%3E%3C/svg%3E");
}

.quick-links__icon--contact{
    -webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' viewBox='0 0 24 24'%3E%3Crect width='20' height='16' x='2' y='4' rx='2'/%3E%3Cpath d='m22 7-10 6L2 7'/%3E%3C/svg%3E");
    mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' viewBox='0 0 24 24'%3E%3Crect width='20' height='16' x='2' y='4' rx='2'/%3E%3Cpath d='m22 7-10 6L2 7'/%3E%3C/svg%3E");
}

.quick-links__icon--member{
    -webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath d='M16 21v-2a4 4 0 0 0-8 0v2'/%3E%3Ccircle cx='12' cy='7' r='4'/%3E%3Cpath d='M6 21h12'/%3E%3C/svg%3E");
    mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath d='M16 21v-2a4 4 0 0 0-8 0v2'/%3E%3Ccircle cx='12' cy='7' r='4'/%3E%3Cpath d='M6 21h12'/%3E%3C/svg%3E");
}

.quick-links__item:hover,
.quick-links__item:focus{
    border-color:var(--gold);
    color:var(--gold);
    box-shadow:0 10px 22px rgba(8,43,34,.12);
    transform:translateY(-3px);
}

.quick-links__item:hover .quick-links__icon,
.quick-links__item:focus .quick-links__icon{
    color:var(--gold);
}

.home-section{
    padding:54px 0;
}

.home-news{
    padding-bottom:32px;
}

.home-events{
    padding-top:32px;
}

.home-section__header{
    margin-bottom:24px;
}

.home-section__header p,
.home-section__kicker{
    margin:0 0 8px;
    color:var(--gold);
    font-size:.74rem;
    font-weight:800;
    text-transform:uppercase;
}

.home-section h2{
    margin:0;
    color:var(--primary);
    font-family:var(--font-heading);
    font-size:2.1rem;
    line-height:1.12;
}

.home-news__grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
    gap:20px;
}

.home-news__grid--count-1{
    grid-template-columns:1fr;
}

.home-news__grid--count-2{
    grid-template-columns:repeat(2,minmax(0,1fr));
}

.home-news__grid--count-3{
    grid-template-columns:repeat(3,minmax(0,1fr));
}

.home-news__item,
.home-events__item{
    border-top:3px solid var(--primary);
    background:#fff;
    padding:22px;
}

.home-news__item{
    display:flex;
    flex-direction:column;
}

.home-news__image{
    display:block;
    margin:-22px -22px 18px;
    background:#f8f7f3;
    overflow:hidden;
}

.home-news__image img{
    display:block;
    width:100%;
    aspect-ratio:4 / 3;
    object-fit:cover;
}

.home-news__item time,
.home-events__item time{
    display:block;
    margin-bottom:10px;
    color:var(--gold);
    font-size:.74rem;
    font-weight:800;
    text-transform:uppercase;
}

.home-news__item h3,
.home-events__item h3{
    margin:0;
    color:var(--primary);
    font-size:1.05rem;
    line-height:1.25;
}

.home-news__item h3 a{
    color:inherit;
    text-decoration:none;
}

.home-news__item h3 a:hover{
    color:var(--gold);
}

.home-events__item h3 a{
    color:inherit;
    text-decoration:none;
}

.home-events__item h3 a:hover{
    color:var(--gold);
}

.home-news__item p,
.home-events__item p{
    margin:12px 0 0;
    color:var(--muted);
    font-size:.94rem;
    line-height:1.55;
}

.home-news__link{
    display:inline-flex;
    margin-top:auto;
    padding-top:16px;
    color:var(--primary);
    font-size:.78rem;
    font-weight:800;
    text-decoration:none;
    text-transform:uppercase;
}

.home-news__link:hover{
    color:var(--gold);
}

.home-news__item--empty{
    grid-column:1 / -1;
}

.home-events__meta{
    color:#333;
    font-weight:700;
}

.home-events__link{
    display:inline-flex;
    margin-top:16px;
    color:var(--primary);
    font-size:.78rem;
    font-weight:800;
    text-decoration:none;
    text-transform:uppercase;
}

.home-events__link:hover{
    color:var(--gold);
}

.home-events__item--empty{
    grid-column:1 / -1;
}

.home-about{
    background:#fff;
}

.home-about__grid{
    display:grid;
    grid-template-columns:1fr 1.2fr;
    gap:56px;
    align-items:start;
}

.home-about__text p{
    margin:0 0 18px;
    color:#333;
    font-size:1rem;
    line-height:1.7;
}

.home-about__text a{
    color:var(--primary);
    font-size:.82rem;
    font-weight:800;
    text-decoration:none;
    text-transform:uppercase;
}

.home-events__list{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:20px;
}

@media (max-width:1100px){
    .home-banner__inner{
        display:block;
    }

    .home-event-card{
        grid-template-columns:56px 1fr;
    }

    .home-event-card__countdown,
    .home-event-card__link{
        grid-column:2;
        justify-self:start;
    }

    .quick-links__grid{
        grid-template-columns:repeat(4,1fr);
    }
}

@media (max-width:980px){
    .home-news__grid--count-3{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }
}

@media (max-width:760px){
    .home-banner__inner{
        display:block;
    }

    .home-banner__content{
        width:100%;
        padding:40px 0 34px;
    }

    .home-banner h1{
        font-size:2.7rem;
    }

    .home-banner__media{
        position:relative;
        min-height:220px;
    }

    .home-event{
        margin-top:0;
    }

    .home-event-card{
        width:100%;
        grid-template-columns:1fr;
        gap:16px;
        padding:22px;
    }

    .home-event-card__countdown,
    .home-event-card__link{
        grid-column:auto;
    }

    .quick-links__grid,
    .home-news__grid,
    .home-about__grid,
    .home-events__list{
        grid-template-columns:1fr;
    }
}

@media (max-width:560px){
    body.home .hub-header__login-wrap{
        display:none;
    }

    body.home .home-banner{
        display:none;
    }

    body.home .home-event{
        margin-top:0;
        padding-top:16px;
    }

    .quick-links__item--mobile-only{
        display:flex;
    }
}
