@font-face {
    font-family: "Forty Neue";
    src: url("../fonts/helvetica_neue_medium.woff") format("woff");
    font-display: swap;
    font-weight: 500;
}

@font-face {
    font-family: "Forty Neue";
    src: url("../fonts/helvetica_neue_black.woff") format("woff");
    font-display: swap;
    font-weight: 800;
}

html:has(.aboutv2-page) {
    overflow-x: clip;
    scrollbar-gutter: stable;
}

.aboutv2-page {
    overflow-x: clip;
}

.v2-skip-link {
    position: fixed;
    z-index: 2147483646;
    top: 12px;
    left: 12px;
    padding: 12px 16px;
    color: #fff;
    background: #090909;
    font: 700 14px/1.2 Arial, sans-serif;
    text-decoration: none;
    transform: translateY(calc(-100% - 24px));
    transition: transform 160ms ease;
}

.v2-skip-link:focus-visible {
    outline: 3px solid #b89e61;
    outline-offset: 3px;
    transform: translateY(0);
}

.aboutv2-page main[id] {
    scroll-margin-top: 96px;
}

html:has(body.aboutv2-page.about-menu-open) {
    overflow-x: clip;
    overflow-y: scroll;
}

.aboutv2-page {
    --headerfont: "Bebas Neue", "Arial Narrow", Arial, sans-serif;
    --club-gold: #b89e61;
    --club-black: #090909;
    --club-paper: #f2f0eb;
    --club-card-height: clamp(520px, 40vw, 572px);
    --club-card-padding: clamp(40px, 5vw, 72px);
    --club-card-title-size: clamp(58px, 5.6vw, 86px);
    --club-card-copy-size: 18px;
    --club-card-cta-size: 12px;
    background: #fff;
    color: var(--club-black);
    font-family: var(--font);
}

.club-page {
    font-family: "Forty Neue", var(--font);
}

.aboutv2-page .header {
    --about-header-dark-alpha: .7;
    --about-header-fg: rgb(255, 255, 255);
    --about-header-logo-invert: 1;
    --about-header-white-alpha: 0;
    background:
        linear-gradient(rgba(255, 255, 255, var(--about-header-white-alpha)), rgba(255, 255, 255, var(--about-header-white-alpha))),
        linear-gradient(to bottom, rgba(0, 0, 0, var(--about-header-dark-alpha)) 0%, rgba(0, 0, 0, 0) 100%);
    transition: height var(--transition-duration) var(--transition-ease);
}

.aboutv2-page .overlay {
    position: fixed;
}

.aboutv2-page #menuBtn:not(:checked) ~ .overlay {
    transform: translateX(100%);
}

.aboutv2-page .transparent-bg {
    box-shadow: none;
}

.aboutv2-page .transparent-bg.transparent-header {
    background:
        linear-gradient(rgba(255, 255, 255, var(--about-header-white-alpha)), rgba(255, 255, 255, var(--about-header-white-alpha))),
        linear-gradient(to bottom, rgba(0, 0, 0, var(--about-header-dark-alpha)) 0%, rgba(0, 0, 0, 0) 100%);
}

.aboutv2-page .header.is-about-top {
    background:
        linear-gradient(rgba(255, 255, 255, var(--about-header-white-alpha)), rgba(255, 255, 255, var(--about-header-white-alpha))),
        linear-gradient(to bottom, rgba(0, 0, 0, var(--about-header-dark-alpha)) 0%, rgba(0, 0, 0, 0) 100%);
}

/* About landing page — full-page editorial navigation */
.aboutv2-page .menu:has(.about-menu) {
    float: right;
    height: 100px;
    line-height: normal;
    margin: 0 18px 0 0;
    max-width: none;
}

.aboutv2-page .about-menu,
.aboutv2-page .about-menu * {
    box-sizing: border-box;
}

.aboutv2-page .about-menu__toolbar {
    align-items: center;
    display: flex;
    gap: 14px;
    height: 100px;
    line-height: 1;
    list-style: none;
    margin: 0;
    padding: 0;
    transition: opacity 180ms ease, visibility 180ms ease;
}

.aboutv2-page .menu .about-menu__toolbar li {
    display: block;
    margin: 0;
}

.aboutv2-page .about-menu__icon,
.aboutv2-page .about-menu__toggle,
.aboutv2-page .about-menu__close {
    appearance: none;
    background: none;
    border: 0;
    border-radius: 0;
    color: #0a0a0a;
    cursor: pointer;
    display: grid;
    margin: 0;
    padding: 0;
    place-items: center;
    text-decoration: none;
}

.aboutv2-page .menu .about-menu__icon {
    color: #0a0a0a;
    height: 40px;
    width: 40px;
}

.aboutv2-page .menu .about-menu__icon:hover {
    color: var(--club-gold) !important;
}

.aboutv2-page .transparent-header .about-menu__toolbar .about-menu__icon,
.aboutv2-page .transparent-header .about-menu__toolbar .about-menu__toggle,
.aboutv2-page .transparent-header .about-menu__toolbar .about-menu__language-toggle {
    color: var(--about-header-fg);
}

.aboutv2-page .about-menu__icon i {
    font-size: 30px;
    line-height: 1;
}

.aboutv2-page .about-menu__cart {
    position: relative;
}

.aboutv2-page .about-menu__cart-count {
    align-items: center;
    background: var(--club-gold);
    border-radius: 50%;
    color: #090909;
    display: flex;
    font-family: "Forty Neue", var(--font);
    font-size: 11px;
    font-weight: 800;
    height: 21px;
    justify-content: center;
    line-height: 1;
    min-width: 21px;
    padding: 0 4px;
    position: absolute;
    right: -1px;
    top: -1px;
}

.aboutv2-page .about-menu__cart-count[hidden] {
    display: none;
}

.aboutv2-page .transparent-header .about-menu__cart-count {
    color: #090909;
}

.aboutv2-page .about-menu__toggle {
    align-content: center;
    gap: 4px;
    height: 32px;
    position: relative;
    top: 2px;
    width: 32px;
}

.aboutv2-page .about-menu__toggle span {
    background: currentColor;
    border-radius: 2px;
    display: block;
    height: 2.5px;
    transition: transform 220ms ease;
    width: 24px;
}

.aboutv2-page .about-menu__toggle:hover span:first-child {
    transform: translateX(3px);
}

.aboutv2-page .about-menu__toggle:hover span:last-child {
    transform: translateX(-3px);
}

.aboutv2-page .about-menu__panel {
    --about-menu-section-size: clamp(32px, 2.2vw, 40px);
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background: linear-gradient(135deg, #0b0b0d 0%, #020203 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.035);
    color: #fff;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: auto 1fr auto;
    inset: 0;
    min-height: 100dvh;
    opacity: 0;
    overscroll-behavior: contain;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 22px;
    pointer-events: none;
    position: fixed;
    transform: translateY(-1px);
    visibility: hidden;
    z-index: 100000;
    scrollbar-width: none;
}

.aboutv2-page .about-menu__panel::-webkit-scrollbar {
    height: 0;
    width: 0;
}

.aboutv2-page .about-menu__panel.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: none;
    visibility: visible;
}

.aboutv2-page .about-menu__video-backdrop {
    inset: 0;
    overflow: hidden;
    pointer-events: none;
    position: fixed;
    z-index: 0;
}

.aboutv2-page .about-menu__video-backdrop video {
    display: block;
    filter: grayscale(1);
    height: 100%;
    inset: 0;
    object-fit: cover;
    object-position: center;
    position: absolute;
    width: 100%;
}

.aboutv2-page .about-menu__video-shade {
    background:
        linear-gradient(rgba(0, 0, 0, .15), rgba(0, 0, 0, .15)),
        linear-gradient(90deg, rgba(0, 0, 0, .42) 0%, rgba(0, 0, 0, .38) 55%, rgba(0, 0, 0, .41) 100%),
        linear-gradient(180deg, rgba(0, 0, 0, .19) 0%, rgba(0, 0, 0, .33) 100%);
    inset: 0;
    position: absolute;
}

.aboutv2-page .about-menu__panel > :not(.about-menu__video-backdrop) {
    position: relative;
    z-index: 2;
}

.aboutv2-page .about-menu__panel.is-home-transition > * {
    opacity: 0;
}

.aboutv2-page .about-menu__search-view[hidden],
.aboutv2-page .about-menu__panel.is-searching .about-menu__directory,
.aboutv2-page .about-menu__panel.is-searching .about-menu__footer {
    display: none;
}

.aboutv2-page .about-menu__search-view {
    align-items: center;
    display: flex;
    grid-row: 2 / 4;
    justify-content: center;
    min-height: calc(100dvh - 100px);
    padding: 48px 0 100px;
    position: relative;
}

.aboutv2-page .about-menu__search-inner {
    max-width: 920px;
    width: min(100%, 920px);
}

.aboutv2-page .about-menu__search-form {
    align-items: center;
    border-bottom: 3px solid rgba(255, 255, 255, .9);
    display: flex;
}

.aboutv2-page .about-menu__search-close {
    background: transparent;
    border: 0;
    bottom: clamp(24px, 5vh, 54px);
    cursor: pointer;
    height: 52px;
    left: 50%;
    padding: 0;
    position: absolute;
    transform: translateX(-50%);
    width: 52px;
}

.aboutv2-page .about-menu__search-close span {
    background: #fff;
    height: 2px;
    left: 10px;
    position: absolute;
    top: 25px;
    width: 32px;
}

.aboutv2-page .about-menu__search-close span:first-child { transform: rotate(45deg); }
.aboutv2-page .about-menu__search-close span:last-child { transform: rotate(-45deg); }

.aboutv2-page .about-menu__panel.is-direct-search .about-menu__close span {
    left: 8px;
    opacity: 1;
    transform: none;
    width: 28px;
}

.aboutv2-page .about-menu__panel.is-direct-search .about-menu__close span:first-child { top: 12px; }
.aboutv2-page .about-menu__panel.is-direct-search .about-menu__close span:nth-child(2) { top: 21px; }
.aboutv2-page .about-menu__panel.is-direct-search .about-menu__close span:nth-child(3) { top: 30px; }

.aboutv2-page .about-menu__search-form .sr-only {
    clip: rect(0, 0, 0, 0);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

.storev2-page .storev2-title {
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

.aboutv2-page .about-menu__search-form input {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #fff;
    flex: 1;
    font: 400 clamp(28px, 3vw, 48px)/1.2 "Forty Neue", var(--font);
    min-width: 0;
    outline: 0;
    padding: 18px 0;
}

.aboutv2-page .about-menu__search-form input::placeholder {
    color: rgba(255, 255, 255, .58);
}

.aboutv2-page .about-menu__search-form input::-webkit-search-cancel-button,
.aboutv2-page .about-menu__search-form input::-webkit-search-decoration {
    -webkit-appearance: none;
    appearance: none;
    display: none;
}

.aboutv2-page .about-menu__search-form input::-ms-clear,
.aboutv2-page .about-menu__search-form input::-ms-reveal {
    display: none;
    height: 0;
    width: 0;
}

.aboutv2-page .about-menu__search-form button {
    align-items: center;
    background: transparent;
    border: 0;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    font-size: 42px;
    justify-content: center;
    padding: 14px 0 14px 24px;
    position: relative;
}

.aboutv2-page [data-about-search] {
    position: relative;
}

.aboutv2-page [data-about-search] i,
.aboutv2-page .about-menu__search-form button i {
    display: none;
}

.aboutv2-page [data-about-search]::before,
.aboutv2-page .about-menu__search-form button::before {
    border: 2.5px solid currentColor;
    border-radius: 50%;
    box-sizing: border-box;
    content: "";
    height: 20px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-58%, -58%);
    width: 20px;
}

.aboutv2-page [data-about-search]::after,
.aboutv2-page .about-menu__search-form button::after {
    background: currentColor;
    border-radius: 2px;
    content: "";
    height: 2.5px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(5px, 6px) rotate(45deg);
    transform-origin: left center;
    width: 10px;
}

.aboutv2-page .about-menu__search-form button::before {
    height: 24px;
    width: 24px;
}

.aboutv2-page .about-menu__search-form button::after {
    transform: translate(7px, 8px) rotate(45deg);
    width: 12px;
}

.aboutv2-page .about-menu__masthead {
    align-items: flex-start;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    margin-right: -8px;
    min-height: 56px;
}

.aboutv2-page .about-menu__brand {
    display: inline-flex;
    filter: invert(1);
    transform: translateY(-3px);
    width: fit-content;
}

.aboutv2-page .about-menu__masthead p {
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.12em;
    line-height: 1.35;
    margin: 4px 0 0;
    text-align: center;
    text-transform: uppercase;
}

.aboutv2-page .about-menu__close {
    color: #fff;
    height: 36px;
    justify-self: end;
    position: relative;
    top: 2px;
    width: 36px;
}

.aboutv2-page .about-menu__close span {
    background: currentColor;
    border-radius: 2px;
    height: 2.5px;
    left: 50%;
    position: absolute;
    top: 50%;
    transition: transform 220ms ease;
    width: 26px;
}

.aboutv2-page .about-menu__close span:nth-child(2) {
    opacity: 0;
}

.aboutv2-page .about-menu__close span:first-child {
    transform: translate(-50%, -50%) rotate(45deg);
}

.aboutv2-page .about-menu__close span:last-child {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.aboutv2-page .about-menu__close:hover span:first-child {
    transform: translate(-50%, -50%) rotate(45deg) scaleX(1.12);
}

.aboutv2-page .about-menu__close:hover span:last-child {
    transform: translate(-50%, -50%) rotate(-45deg) scaleX(1.12);
}

.aboutv2-page .about-menu__close:focus,
.aboutv2-page .about-menu__close:focus-visible {
    box-shadow: none;
    outline: none;
}

.aboutv2-page .about-menu__layout {
    align-items: end;
    display: grid;
    gap: clamp(35px, 5vw, 90px);
    grid-template-columns: minmax(150px, 0.45fr) minmax(540px, 1.55fr) minmax(250px, 0.7fr);
    padding: clamp(22px, 4vh, 56px) 0 clamp(36px, 6vh, 76px);
}

.aboutv2-page .about-menu__edition {
    align-self: start;
    color: #333;
    font-family: var(--headerfont);
    font-size: clamp(62px, 6vw, 112px);
    line-height: 0.82 !important;
    margin: 3vh 0 0;
    text-transform: uppercase;
}

.aboutv2-page .about-menu__primary {
    display: flex;
    flex-direction: column;
}

.aboutv2-page .about-menu__primary a {
    align-items: baseline;
    border-bottom: 1px solid #292929;
    color: #fff;
    display: grid;
    gap: clamp(14px, 2vw, 34px);
    grid-template-columns: 32px 1fr;
    padding: clamp(7px, 1.1vh, 13px) 0 clamp(8px, 1.25vh, 15px);
    text-decoration: none;
}

.aboutv2-page .about-menu__primary a:first-child {
    border-top: 1px solid #292929;
}

.aboutv2-page .about-menu__primary small {
    color: var(--club-gold);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.12em;
}

.aboutv2-page .about-menu__primary span {
    font-family: var(--headerfont);
    font-size: clamp(46px, 4.55vw, 88px);
    font-weight: 400;
    line-height: 0.86;
    text-transform: uppercase;
    transition: color 180ms ease, transform 260ms var(--transition-ease);
}

.aboutv2-page .about-menu__primary a:hover span,
.aboutv2-page .about-menu__primary a:focus-visible span,
.aboutv2-page .about-menu__primary a.is-current span {
    color: var(--club-gold);
    transform: translateX(12px);
}

.aboutv2-page .about-menu__secondary {
    align-self: end;
    display: flex;
    flex-direction: column;
    padding-bottom: 4px;
}

.aboutv2-page .about-menu__secondary p {
    color: #777;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.13em;
    margin: 0 0 18px;
    text-transform: uppercase;
}

.aboutv2-page .about-menu__secondary a,
.aboutv2-page .about-menu__footer a {
    align-items: center;
    border-bottom: 1px solid #292929;
    color: #fff;
    display: flex;
    font-size: clamp(14px, 1vw, 17px);
    font-weight: 500;
    justify-content: space-between;
    padding: 12px 0;
    text-decoration: none;
}

.aboutv2-page .about-menu__secondary a span,
.aboutv2-page .about-menu__footer a span {
    font-size: 22px;
    transition: transform 220ms var(--transition-ease);
}

.aboutv2-page .about-menu__secondary a:hover,
.aboutv2-page .about-menu__footer a:hover {
    color: var(--club-gold);
}

.aboutv2-page .about-menu__secondary a:hover span,
.aboutv2-page .about-menu__footer a:hover span {
    transform: translateX(7px);
}

.aboutv2-page .about-menu__footer {
    align-items: end;
    border-top: 1px solid #292929;
    display: grid;
    gap: 30px;
    grid-template-columns: 1fr auto 1fr;
    min-height: 68px;
    padding-top: 16px;
}

.aboutv2-page .about-menu__footer > a {
    border: 0;
    gap: 22px;
    justify-self: center;
    padding: 0;
}

.aboutv2-page .about-menu__footer > p {
    color: #777;
    font-size: 10px;
    font-weight: 800;
    justify-self: end;
    letter-spacing: 0.12em;
    margin: 0 0 4px;
    text-transform: uppercase;
}

.aboutv2-page .about-menu__languages {
    align-items: center;
    display: flex;
    gap: 7px;
    min-height: 28px;
}

.aboutv2-page .about-menu__languages a,
.aboutv2-page .about-menu__languages select {
    color: #fff !important;
    font-family: "Forty Neue", var(--font) !important;
}

.aboutv2-page #page-transition.about-menu-transition {
    background: #fff;
    mix-blend-mode: normal;
}

.aboutv2-page #page-transition.about-menu-transition #transition-video {
    filter: invert(1);
}

.aboutv2-page #page-transition.about-menu-transition.about-menu-transition--closing {
    background: #000;
}

.aboutv2-page #page-transition.about-menu-transition.about-menu-transition--closing #transition-video {
    filter: none;
}

@media (max-width: 980px) {
    .aboutv2-page .about-menu__layout {
        align-items: start;
        grid-template-columns: 1fr;
    }

    .aboutv2-page .about-menu__edition {
        display: none;
    }

    .aboutv2-page .about-menu__primary span {
        font-size: clamp(42px, 8vw, 72px);
    }

    .aboutv2-page .about-menu__secondary {
        display: grid;
        gap: 0 30px;
        grid-template-columns: 1fr 1fr;
    }

    .aboutv2-page .about-menu__secondary p {
        grid-column: 1 / -1;
    }
}

@media (max-width: 700px) {
    .aboutv2-page .menu:has(.about-menu) {
        height: 75px;
        margin-right: 9px;
    }

    .aboutv2-page .about-menu__toolbar {
        gap: 7px;
        height: 75px;
    }

    .aboutv2-page .about-menu__icon i {
        font-size: 28px;
    }

    .aboutv2-page .about-menu__cart-count {
        font-size: 9px;
        height: 18px;
        min-width: 18px;
        right: 1px;
        top: 2px;
    }

    .aboutv2-page .about-menu__toggle span {
        height: 2.5px;
        width: 22px;
    }

    .aboutv2-page .about-menu__panel {
        padding: 17px;
    }

    .aboutv2-page .about-menu__masthead {
        min-height: 44px;
    }

    .aboutv2-page .about-menu__brand img {
        height: 40px;
        width: 40px;
    }

    .aboutv2-page .about-menu__brand {
        transform: none;
    }

    .aboutv2-page .about-menu__close {
        height: 32px;
        width: 32px;
    }

    .aboutv2-page .about-menu__close span {
        left: 50%;
        top: 50%;
        width: 24px;
    }

    .aboutv2-page .about-menu__masthead p {
        display: none;
    }

    .aboutv2-page .about-menu__layout {
        gap: 32px;
        padding: 22px 0 34px;
    }

    .aboutv2-page .about-menu__primary a {
        gap: 8px;
        grid-template-columns: 25px 1fr;
    }

    .aboutv2-page .about-menu__primary span {
        font-size: clamp(35px, 11vw, 53px);
    }

    .aboutv2-page .about-menu__secondary {
        display: flex;
    }

    .aboutv2-page .about-menu__footer {
        gap: 16px;
        grid-template-columns: 1fr auto;
    }

    .aboutv2-page .about-menu__footer > p {
        display: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    .aboutv2-page .about-menu__primary span,
    .aboutv2-page .about-menu__secondary span,
    .aboutv2-page .about-menu__toggle span,
    .aboutv2-page .about-menu__close span {
        transition: none;
    }
}

/* Minimal directory menu. The black panel is the reveal; the paint film is only its organic edge. */
.aboutv2-page .about-menu__tools {
    align-items: center;
    display: flex;
    gap: 18px;
}

.aboutv2-page .about-menu__panel .about-menu__icon {
    color: #fff;
}

.aboutv2-page .about-menu__panel {
    clip-path: circle(0 at calc(100% - 50px) 50px);
    opacity: 1;
    pointer-events: none;
    transform: none;
    transition: clip-path 700ms cubic-bezier(.72, 0, .2, 1);
    visibility: visible;
    will-change: clip-path;
}

.aboutv2-page .about-menu__panel.is-open {
    clip-path: circle(155vmax at calc(100% - 50px) 50px);
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
}

.aboutv2-page .about-menu__panel.is-paint-opening,
.aboutv2-page .about-menu__panel.is-paint-closing {
    animation: about-menu-mask-frames 600ms step-end both;
    -webkit-mask-image: var(--about-menu-mask);
    -webkit-mask-mode: alpha;
    -webkit-mask-position: 0 0;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: 500% 500%;
    clip-path: inset(0);
    mask-image: var(--about-menu-mask);
    mask-mode: alpha;
    mask-position: 0 0;
    mask-repeat: no-repeat;
    mask-size: 500% 500%;
    pointer-events: auto;
    transition: none;
}

.aboutv2-page .about-menu__panel.is-paint-opening {
    animation-duration: 550ms;
}

@keyframes about-menu-mask-frames {
    0% { -webkit-mask-position: 0% 0%; mask-position: 0% 0%; }
    4.1667% { -webkit-mask-position: 25% 0%; mask-position: 25% 0%; }
    8.3333% { -webkit-mask-position: 50% 0%; mask-position: 50% 0%; }
    12.5% { -webkit-mask-position: 75% 0%; mask-position: 75% 0%; }
    16.6667% { -webkit-mask-position: 100% 0%; mask-position: 100% 0%; }
    20.8333% { -webkit-mask-position: 0% 25%; mask-position: 0% 25%; }
    25% { -webkit-mask-position: 25% 25%; mask-position: 25% 25%; }
    29.1667% { -webkit-mask-position: 50% 25%; mask-position: 50% 25%; }
    33.3333% { -webkit-mask-position: 75% 25%; mask-position: 75% 25%; }
    37.5% { -webkit-mask-position: 100% 25%; mask-position: 100% 25%; }
    41.6667% { -webkit-mask-position: 0% 50%; mask-position: 0% 50%; }
    45.8333% { -webkit-mask-position: 25% 50%; mask-position: 25% 50%; }
    50% { -webkit-mask-position: 50% 50%; mask-position: 50% 50%; }
    54.1667% { -webkit-mask-position: 75% 50%; mask-position: 75% 50%; }
    58.3333% { -webkit-mask-position: 100% 50%; mask-position: 100% 50%; }
    62.5% { -webkit-mask-position: 0% 75%; mask-position: 0% 75%; }
    66.6667% { -webkit-mask-position: 25% 75%; mask-position: 25% 75%; }
    70.8333% { -webkit-mask-position: 50% 75%; mask-position: 50% 75%; }
    75% { -webkit-mask-position: 75% 75%; mask-position: 75% 75%; }
    79.1667% { -webkit-mask-position: 100% 75%; mask-position: 100% 75%; }
    83.3333% { -webkit-mask-position: 0% 100%; mask-position: 0% 100%; }
    87.5% { -webkit-mask-position: 25% 100%; mask-position: 25% 100%; }
    91.6667% { -webkit-mask-position: 50% 100%; mask-position: 50% 100%; }
    95.8333% { -webkit-mask-position: 75% 100%; mask-position: 75% 100%; }
    100% { -webkit-mask-position: 100% 100%; mask-position: 100% 100%; }
}

.aboutv2-page .about-menu__masthead {
    align-items: center;
    grid-template-columns: 1fr auto;
}

.aboutv2-page .about-menu__panel .about-menu__masthead .about-menu__icon,
.aboutv2-page .about-menu__panel .about-menu__masthead .about-menu__close {
    color: #fff;
}

.aboutv2-page .about-menu__brand {
    filter: none;
}

.aboutv2-page .about-menu__brand img {
    filter: invert(1);
    height: 50px;
    width: 50px;
}

.aboutv2-page .about-menu__directory {
    align-content: center;
    align-items: start;
    display: grid;
    gap: clamp(28px, 2.5vw, 52px);
    grid-template-columns: repeat(3, minmax(210px, 1fr)) minmax(300px, 1.08fr);
    margin: 0 auto;
    max-width: 1900px;
    min-width: 0;
    box-sizing: border-box;
    padding: clamp(48px, 8vh, 110px) clamp(30px, 4vw, 64px);
    position: relative;
    width: 100%;
    z-index: 1;
}

.aboutv2-page .about-menu__group {
    align-self: start;
    min-width: 0;
}

.aboutv2-page .about-menu__stack {
    align-self: start;
    display: grid;
    gap: clamp(42px, 5vh, 60px);
    min-width: 0;
}

.aboutv2-page .about-menu__group-columns {
    display: grid;
    gap: clamp(40px, 5.5vw, 105px);
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.aboutv2-page .about-menu__section-title {
    color: #fff;
    font-family: var(--headerfont);
    font-size: var(--about-menu-section-size);
    font-weight: 400;
    letter-spacing: -0.015em;
    line-height: 0.9;
    margin: 0 0 28px;
    text-transform: uppercase;
    white-space: normal;
}

.aboutv2-page .about-menu__column {
    align-self: start;
    min-width: 0;
}

.aboutv2-page .about-menu__eyebrow {
    color: var(--club-gold);
    font-family: "Forty Neue", var(--font);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .13em;
    margin: 0 0 25px;
    text-transform: uppercase;
}

.aboutv2-page .about-menu__column ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.aboutv2-page .about-menu__column li {
    display: block;
    margin: 0;
    padding: 0;
}

.aboutv2-page .about-menu__column a,
.aboutv2-page .about-menu__visit address {
    color: #fff;
    display: block;
    font-family: "Forty Neue", var(--font);
    font-size: clamp(17px, 1.05vw, 20px);
    font-style: normal;
    font-weight: 500;
    line-height: 1.45;
    text-decoration: none;
}

.aboutv2-page .about-menu__column a,
.aboutv2-page .about-menu__route,
.club-offer__link,
.club-feature__link {
    font-family: var(--font);
}

.aboutv2-page .about-menu__column a {
    padding: 5px 0;
    transition: color 180ms ease, transform 220ms ease;
}

.aboutv2-page .about-menu__column a:hover,
.aboutv2-page .about-menu__column a:focus-visible {
    color: var(--club-gold);
    transform: translateX(6px);
}

.aboutv2-page .about-menu__visit address {
    color: #b8b8b8;
    margin-bottom: 22px;
}

.aboutv2-page .about-menu__visit strong {
    color: #fff;
}

.aboutv2-page .about-menu__visit em {
    color: #fff;
    display: block;
    font-family: "Forty Neue", var(--font);
    font-size: 14px;
    margin-top: 10px;
}

.aboutv2-page .about-menu__follow {
    color: #fff;
    font-family: "Forty Neue", var(--font);
    font-size: 18px;
    margin: 30px 0 0;
}

.aboutv2-page .about-menu__route span {
    display: inline-block;
    font-size: 25px;
    margin-left: 8px;
    transition: transform 220ms ease;
}

.aboutv2-page .about-menu__route:hover span {
    transform: translateX(7px);
}

.aboutv2-page .about-menu__socials {
    border-top: 1px solid #2c2c2c;
    display: flex;
    gap: 22px;
    margin-top: 27px;
    padding-top: 20px;
}

.aboutv2-page .about-menu__socials a {
    font-size: 34px;
    font-weight: 700;
    padding: 0;
}

.aboutv2-page .about-menu__group--community-card {
    align-self: stretch;
    background: #fff;
    box-sizing: border-box;
    color: #080808;
    display: flex;
    flex-direction: column;
    min-height: clamp(400px, 46vh, 500px);
    padding: clamp(28px, 2.4vw, 40px);
}

.aboutv2-page .about-menu__group--community-card > .about-menu__section-title {
    color: #080808;
}

.aboutv2-page .about-menu__community-card {
    display: flex;
    flex: 1;
    flex-direction: column;
    min-height: 0;
}

.aboutv2-page .about-menu__group--community-card .about-menu__column a {
    color: #080808;
}

.aboutv2-page .about-menu__group--community-card .about-menu__follow {
    color: #080808;
    margin-top: auto;
    padding-top: 0;
}

.aboutv2-page .about-menu__group--community-card .about-menu__socials {
    border-top: 0;
    margin-top: 14px;
    padding-top: 0;
}

.aboutv2-page .about-menu__group--community-card .about-menu__socials a {
    color: #080808;
}

.aboutv2-page .about-menu__group--community-card .about-menu__socials a:hover,
.aboutv2-page .about-menu__group--community-card .about-menu__socials a:focus-visible {
    color: var(--club-gold);
}

.aboutv2-page .about-menu__footer {
    align-items: center;
    border-top: 0;
    display: grid;
    gap: 24px;
    grid-template-columns: 1fr;
    min-height: 44px;
    min-width: 0;
    padding: 0 clamp(30px, 4vw, 64px) clamp(20px, 3vh, 38px);
    pointer-events: auto;
    position: relative;
    z-index: 30;
}

@media (min-width: 1401px) {
    .aboutv2-page .about-menu__directory {
        padding-inline: clamp(80px, 6vw, 150px);
        transform: translateY(24px);
    }

    .aboutv2-page .about-menu__group--community-card {
        padding-top: 60px;
        transform: translateY(-60px);
    }
}

.aboutv2-page .about-menu__languages {
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    width: 1px;
}

.aboutv2-page .about-menu__language-picker {
    position: relative;
    z-index: 40;
}

.aboutv2-page .about-menu__language-toggle {
    align-items: center;
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #0a0a0a;
    cursor: pointer;
    display: inline-flex;
    font-family: var(--font);
    font-size: 13px;
    font-weight: 600;
    height: 40px;
    justify-content: center;
    letter-spacing: .025em;
    line-height: 1;
    padding: 0;
    position: relative;
    transition: background-color 180ms ease;
    width: 40px;
}

.aboutv2-page .about-menu__language-toggle::before {
    border: 2.5px solid currentColor;
    border-radius: 10px;
    content: "";
    inset: 5px;
    position: absolute;
    transition: background-color 180ms ease;
}

.aboutv2-page .about-menu__language-toggle > span {
    align-items: center;
    display: inline-flex;
    height: 100%;
    justify-content: center;
    line-height: 1;
    position: relative;
    text-transform: lowercase;
    transform: translateY(0);
    z-index: 1;
}

.aboutv2-page .about-menu__masthead .about-menu__language-toggle {
    color: #fff;
}

.aboutv2-page .about-menu__language-toggle:hover,
.aboutv2-page .about-menu__language-toggle:focus-visible,
.aboutv2-page .about-menu__language-picker.is-open .about-menu__language-toggle {
    background: transparent;
    color: var(--club-gold) !important;
}

.aboutv2-page .about-menu__masthead .about-menu__language-picker.is-open .about-menu__language-toggle {
    background: transparent;
    color: var(--club-gold);
}

.aboutv2-page .about-menu__masthead .about-menu__language-picker.is-open .about-menu__language-toggle::before {
    background: transparent;
}

.aboutv2-page .about-menu__language-dropdown {
    background: #fff;
    top: calc(100% + 10px);
    box-shadow: 0 12px 34px rgba(0, 0, 0, .22);
    display: grid;
    gap: 2px;
    left: 0;
    min-width: 58px;
    padding: 6px;
    position: absolute;
}

.aboutv2-page .about-menu__language-dropdown[hidden] {
    display: none;
}

.aboutv2-page .about-menu__language-dropdown button {
    align-items: center;
    background: transparent;
    border: 0;
    color: #080808;
    cursor: pointer;
    display: flex;
    font-family: "Forty Neue", var(--font);
    font-size: 13px;
    font-weight: 650;
    height: 38px;
    justify-content: center;
    letter-spacing: .035em;
    padding: 0 10px;
}

.aboutv2-page .about-menu__language-dropdown button:hover,
.aboutv2-page .about-menu__language-dropdown button:focus-visible,
.aboutv2-page .about-menu__language-dropdown button[aria-current="true"] {
    background: #080808;
    color: #fff;
}

.aboutv2-page .about-menu__utility {
    align-items: center;
    display: flex;
    gap: 28px;
    justify-self: end;
    width: 100%;
}

.aboutv2-page .about-menu__utility a {
    color: #fff;
    font-family: "Forty Neue", var(--font);
    font-size: 13px;
    font-weight: 400;
    letter-spacing: .01em;
    text-decoration: none;
    transition: color 180ms ease;
}

.aboutv2-page .about-menu__footer .about-menu__utility {
    border-top: 0;
    justify-content: flex-end;
    padding-top: 0;
}

.aboutv2-page .about-menu__footer .about-menu__utility a {
    border: 0;
    display: inline-flex;
    font-size: 13px;
    padding: 4px 0;
}

.aboutv2-page .about-menu__utility a:hover,
.aboutv2-page .about-menu__utility a:focus-visible {
    color: #fff;
}

.aboutv2-page .about-menu__languages a,
.aboutv2-page .about-menu__languages select {
    align-items: center;
    border: 0 !important;
    display: inline-flex;
    height: 44px;
    justify-content: center;
    min-width: 44px;
    padding: 0 !important;
    pointer-events: auto;
    position: relative;
    text-decoration: none !important;
    z-index: 32;
}

.aboutv2-page .about-menu__languages a.glink.gt-current-lang {
    align-items: center;
    background: #fff;
    color: #080808 !important;
    display: inline-flex;
    height: 44px;
    justify-content: center;
    min-width: 44px;
    padding: 0 !important;
}

.aboutv2-page .about-menu-paint {
    display: none;
}

@media (max-width: 1600px) {
    .aboutv2-page .about-menu__directory {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 1400px) {
    .aboutv2-page .about-menu__directory {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 700px) {
    .aboutv2-page .about-menu__panel {
        --about-menu-section-size: 46px;
    }

    .aboutv2-page .about-menu__tools {
        gap: 7px;
    }

    .aboutv2-page .about-menu__brand img {
        height: 40px;
        width: 40px;
    }

    .aboutv2-page .about-menu__masthead {
        background: transparent;
        margin-left: 0;
        margin-right: 0;
        min-height: 75px;
        padding: 17px 0 18px;
        position: static;
        top: auto;
        z-index: auto;
    }

    .aboutv2-page .about-menu__panel {
        grid-template-rows: auto auto 1fr auto;
        padding: 0 9px 17px 17px;
        scroll-padding-top: 0;
    }

    .aboutv2-page .about-menu__close {
        top: 2px;
    }

    .aboutv2-page .about-menu__search-view {
        align-items: center;
        min-height: calc(100dvh - 75px);
        padding: 24px 12px 92px 0;
    }

    .aboutv2-page .about-menu__directory {
        gap: 36px;
        grid-row: 3;
        grid-template-columns: minmax(0, 1fr);
        padding: 34px 0 60px;
    }

    .aboutv2-page .about-menu__stack {
        gap: 36px;
    }

    .aboutv2-page .about-menu__group-columns {
        gap: 20px;
        grid-template-columns: minmax(0, 1fr);
    }

    .aboutv2-page .about-menu__section-title {
        font-size: 46px;
        margin-bottom: 24px;
    }

    .aboutv2-page .about-menu__column a,
    .aboutv2-page .about-menu__visit address {
        font-size: 22px;
        line-height: 1.45;
    }

    .aboutv2-page .about-menu__column a {
        padding: 10px 0;
    }

    .aboutv2-page .about-menu__group--community-card {
        min-height: 400px;
        padding: 30px 24px;
    }

    .aboutv2-page .about-menu__eyebrow {
        margin-bottom: 15px;
    }

    .aboutv2-page .about-menu__footer {
        align-self: start;
        display: block;
        grid-column: 1;
        grid-row: 4;
        height: 76px;
        min-height: 76px;
        padding: 0;
        position: relative;
        z-index: 20;
    }

    .aboutv2-page .about-menu__language-dropdown {
        left: 0;
        top: calc(100% + 8px);
    }

    .aboutv2-page .about-menu__utility {
        flex-wrap: wrap;
        grid-column: 1;
        grid-row: 4;
        justify-self: start;
        padding: 26px 0 18px;
    }

    .aboutv2-page .about-menu__footer .about-menu__utility {
        gap: 14px 24px;
        justify-content: flex-start;
    }

}

@media (prefers-reduced-motion: reduce) {
    .aboutv2-page .about-menu__panel {
        transition: none;
    }
}

.club-page h1,
.club-page h2,
.club-page h3,
.club-page strong {
    font-family: var(--headerfont);
    font-weight: 400;
    letter-spacing: 0;
}

.club-page h1,
.club-page h2,
.club-page h3 {
    letter-spacing: -0.015em;
}

.club-page p {
    line-height: 1.65;
}

.club-shell {
    margin: 0 auto;
    max-width: 1440px;
    padding-left: clamp(24px, 5vw, 80px);
    padding-right: clamp(24px, 5vw, 80px);
}

.club-hero {
    background: #000;
    height: 100svh;
    min-height: 650px;
    overflow: hidden;
    position: relative;
}

.club-hero::after {
    background: rgba(0, 0, 0, 0.18);
    content: "";
    inset: 0;
    position: absolute;
    z-index: 1;
}

.club-hero__image {
    height: 100%;
    inset: 0;
    object-fit: cover;
    opacity: 0;
    position: absolute;
    transition: opacity 1600ms var(--transition-ease);
    width: 100%;
}

.club-hero__image.is-visible {
    opacity: 1;
}

.club-hero__hitarea {
    cursor: pointer;
    inset: 0;
    position: absolute;
    z-index: 2;
}

.club-hero__hitarea:focus-visible {
    outline: 3px solid #fff;
    outline-offset: -8px;
}

.aboutv2-index-page .club-hero__hitarea::after {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 42%, rgba(0, 0, 0, .12) 62%, rgba(0, 0, 0, .78) 100%);
    content: "";
    inset: 0;
    opacity: calc(1 - var(--club-hero-fade-progress, 0));
    pointer-events: none;
    position: absolute;
}

.club-hero__title {
    align-items: center;
    display: flex;
    inset: 0;
    justify-content: center;
    padding: 120px clamp(24px, 5vw, 80px) 60px;
    position: absolute;
    pointer-events: none;
    text-align: center;
    transform: translateY(-96px);
    z-index: 2;
}

.club-hero__title h1 {
    color: #fff;
    font-family: var(--headerfont);
    font-size: clamp(84px, 8vw, 166px);
    font-style: italic;
    font-weight: 900;
    line-height: 0.86;
    margin: 0;
    text-transform: none;
    white-space: nowrap;
}

/* Full-bleed hero: the photo dissolves to white while its lettering turns black. */
.aboutv2-page.hero-fade .transparent-bg.transparent-header {
    background:
        linear-gradient(rgba(255, 255, 255, var(--about-header-white-alpha)), rgba(255, 255, 255, var(--about-header-white-alpha))),
        linear-gradient(to bottom, rgba(0, 0, 0, var(--about-header-dark-alpha)) 0%, rgba(0, 0, 0, 0) 100%);
}

.aboutv2-page.hero-fade .header > .logo {
    filter: invert(var(--about-header-logo-invert));
    transition: none;
}

.aboutv2-page.hero-fade .transparent-header .about-menu__toolbar .about-menu__icon,
.aboutv2-page.hero-fade .transparent-header .about-menu__toolbar .about-menu__toggle,
.aboutv2-page.hero-fade .transparent-header .about-menu__toolbar .about-menu__language-toggle {
    color: var(--about-header-fg);
}

.aboutv2-page.hero-fade .club-hero {
    --club-hero-dark-opacity: .28;
    --club-hero-fade-progress: 0;
    --club-hero-title-color: #fff;
    --club-hero-title-opacity: 1;
    background: #fff;
    margin-bottom: clamp(120px, 14vh, 180px);
    position: sticky;
    top: 0;
    z-index: 0;
}

.aboutv2-page.hero-fade .club-hero__title,
.aboutv2-page.hero-fade .club-hero__scroll {
    opacity: var(--club-hero-title-opacity);
    will-change: opacity;
}

.aboutv2-page.hero-fade .club-hero::before,
.aboutv2-page.hero-fade .club-hero::after {
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
    z-index: 1;
}

.aboutv2-page.hero-fade .club-hero::before {
    background: #000;
    opacity: var(--club-hero-dark-opacity);
}

.aboutv2-page.hero-fade .club-hero::after {
    background: #fff;
    opacity: var(--club-hero-fade-progress);
}

.aboutv2-page.hero-fade .club-hero__image {
    height: 100%;
    opacity: 0;
    top: 0;
    transform: none;
    will-change: opacity;
}

.aboutv2-page.hero-fade .club-hero__image.is-visible {
    opacity: 1;
}

.aboutv2-page.hero-fade .club-hero__title h1 {
    color: var(--club-hero-title-color);
    transition: none;
}

.aboutv2-page.hero-fade .club-hero__scroll span::before {
    background: var(--club-hero-title-color);
}

.aboutv2-page.hero-fade .club-hero__scroll span::after {
    border-color: var(--club-hero-title-color);
}

.aboutv2-page.hero-fade .club-content-layer {
    background: transparent;
    padding-top: 500px;
    position: relative;
    z-index: 1;
}

/* V2 home hero reveal: split the pinned image from its centre and let the
   first content section rise through the opening. */
.aboutv2-index-page.hero-fade .club-hero {
    --club-hero-split-top: 50%;
    --club-hero-split-bottom: 50%;
    --club-hero-title-split: 50%;
    --club-hero-image-scale: 1;
    --club-hero-title-top-y: 0px;
    --club-hero-title-bottom-y: 0px;
    --club-hero-cue-opacity: 1;
    --club-hero-cue-y: 0px;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% var(--club-hero-split-top), 0 var(--club-hero-split-top), 0 var(--club-hero-split-bottom), 100% var(--club-hero-split-bottom), 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% var(--club-hero-split-top), 0 var(--club-hero-split-top), 0 var(--club-hero-split-bottom), 100% var(--club-hero-split-bottom), 100% 100%, 0 100%);
    isolation: isolate;
    z-index: 2;
}

.aboutv2-index-page.hero-fade .club-hero::after {
    opacity: 0;
}

.aboutv2-index-page.hero-fade .club-hero__image {
    transform: scale(var(--club-hero-image-scale));
    transform-origin: center center;
    will-change: transform;
}

.aboutv2-index-page .club-hero__title h1 {
    display: grid;
    position: relative;
}

.aboutv2-index-page .club-hero__title {
    padding-block: 0;
    transform: none;
}

.aboutv2-index-page .club-hero__title-accessible {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.aboutv2-index-page .club-hero__title-copy {
    color: #fff;
    display: block;
    grid-area: 1 / 1;
    will-change: clip-path, transform;
}

.aboutv2-index-page .club-hero__title-copy--top {
    -webkit-clip-path: inset(0 0 calc(100% - var(--club-hero-title-split, 50%)) 0);
    clip-path: inset(0 0 calc(100% - var(--club-hero-title-split, 50%)) 0);
    transform: translateY(var(--club-hero-title-top-y));
}

.aboutv2-index-page .club-hero__title-copy--bottom {
    -webkit-clip-path: inset(var(--club-hero-title-split, 50%) 0 0 0);
    clip-path: inset(var(--club-hero-title-split, 50%) 0 0 0);
    transform: translateY(var(--club-hero-title-bottom-y));
}

.aboutv2-index-page.hero-fade .club-hero__title,
.aboutv2-index-page.hero-fade .club-hero__scroll {
    opacity: 1;
}

.aboutv2-index-page.hero-fade .club-hero__scroll {
    opacity: var(--club-hero-cue-opacity);
    transform: translateX(-50%) translateY(var(--club-hero-cue-y));
    will-change: opacity, transform;
}

.aboutv2-index-page.hero-fade .club-hero__scroll-label {
    color: #fff;
    letter-spacing: var(--club-hero-cue-spacing, 0em);
}

.aboutv2-index-page.hero-fade .club-hero__scroll span {
    animation: none;
    height: var(--club-hero-cue-height, 60px);
    transform: translateX(-50%);
}

.aboutv2-index-page.hero-fade .club-hero__scroll span::before {
    background: #fff;
    height: calc(var(--club-hero-cue-height, 60px) - 5px);
}

.aboutv2-index-page.hero-fade .club-hero__scroll span::after {
    border-color: #fff;
}

.aboutv2-page.aboutv2-index-page.hero-fade .club-content-layer {
    background: #fff;
    padding-top: clamp(180px, 25vh, 300px);
    z-index: 1;
}

.aboutv2-page.aboutv2-index-page.hero-fade .club-hero {
    margin-bottom: 0;
}

@media (max-width: 700px) {
    .aboutv2-page.aboutv2-index-page .club-hero {
        height: 100dvh;
        min-height: 620px;
    }

    .aboutv2-page.aboutv2-index-page.hero-fade .club-content-layer {
        /* Keep the first card below the mobile viewport until the split reveal
           has fully cleared the hero, including Safari's dynamic toolbar. */
        padding-top: max(650px, 95dvh);
    }
}

@media (prefers-reduced-motion: reduce) {
    .aboutv2-index-page.hero-fade .club-hero {
        -webkit-clip-path: none;
        clip-path: none;
        margin-bottom: 0;
        position: relative;
    }

    .aboutv2-index-page.hero-fade .club-hero__image {
        transform: none;
    }

    .aboutv2-page.aboutv2-index-page.hero-fade .club-content-layer {
        padding-top: 0;
    }
}

.aboutv2-page.hero-fade .club-hero__scroll {
    bottom: auto;
    top: calc(50% + clamp(105px, 10vw, 150px));
    transform: translate(-50%, -24px);
}

.club-hero__scroll {
    bottom: auto;
    height: 76px;
    left: 50%;
    position: absolute;
    top: calc(50% + clamp(105px, 10vw, 150px));
    transform: translate(-50%, -24px);
    width: 28px;
    z-index: 3;
}

.aboutv2-index-page.hero-fade .club-hero__scroll {
    bottom: clamp(34px, 6vh, 64px);
    top: auto;
    transform: translateX(-50%);
}

.aboutv2-index-page .club-hero__scroll-label {
    color: var(--club-hero-title-color, #fff);
    font-family: var(--font);
    font-size: var(--club-card-cta-size);
    font-weight: 600;
    left: 50%;
    letter-spacing: normal;
    line-height: 1;
    position: absolute;
    text-transform: uppercase;
    top: -25px;
    transform: translateX(-50%);
    white-space: nowrap;
}

.club-hero__scroll span {
    animation: club-scroll-cue 1800ms ease-in-out infinite;
    display: block;
    height: 60px;
    left: 50%;
    position: absolute;
    top: 2px;
    transform: translateX(-50%);
    width: 18px;
}

.club-hero__scroll span::before {
    background: #fff;
    content: "";
    height: 55px;
    left: 50%;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    width: 2px;
}

.club-hero__scroll span::after {
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    bottom: 1px;
    content: "";
    height: 11px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%) rotate(45deg);
    width: 11px;
}

@keyframes club-scroll-cue {
    0%, 100% {
        opacity: 1;
        transform: translate(-50%, 0);
    }
    50% {
        opacity: 1;
        transform: translate(-50%, 7px);
    }
}

@media (prefers-reduced-motion: reduce) {
    .club-hero__scroll span {
        animation: none;
    }
}

.club-offer {
    background: transparent;
    display: grid;
    grid-template-columns: 1fr;
    padding-bottom: clamp(100px, 11vw, 170px);
    padding-top: 0;
    scroll-margin-top: 140px;
}

.club-offer__item {
    box-sizing: border-box;
    color: var(--club-black);
    display: flex;
    flex-direction: column;
    font-weight: 400;
    min-height: clamp(430px, 33vw, 470px);
    padding: var(--club-card-padding);
    position: relative;
    transition: background-color 260ms ease, color 260ms ease, transform 260ms ease;
}

.club-hover-video {
    isolation: isolate;
    overflow: hidden;
}

.aboutv2-page[data-video-ambient="on"] .club-hover-video {
    overflow: visible;
}

.club-video-ambient {
    border-radius: inherit;
    inset: -3%;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    transform: scale(.96);
    transition: opacity 420ms ease, transform 520ms var(--transition-ease);
    z-index: -1;
}

.club-video-ambient--poster {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    filter: blur(20px) saturate(1.2);
}

.club-video-ambient--canvas {
    display: none;
    filter: blur(20px) saturate(1.3);
    height: 106%;
    object-fit: cover;
    width: 106%;
}

.club-hover-video.has-live-ambient .club-video-ambient--poster {
    display: none;
}

.club-hover-video.has-live-ambient .club-video-ambient--canvas {
    display: block;
}

.club-hover-video::before {
    background: rgba(0, 0, 0, 0.42);
    content: "";
    inset: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    transition: opacity 320ms ease;
    z-index: 1;
}

.club-hover-video > video {
    height: 100%;
    inset: 0;
    object-fit: cover;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    transition: opacity 400ms ease;
    width: 100%;
    z-index: 0;
}

.club-hover-video > :not(video):not(.club-video-ambient) {
    position: relative;
    z-index: 2;
}

/* The card owns the black-to-white colour transition. Headings inherit a
   global colour transition from main.css; disabling that second transition
   keeps the title, copy and CTA on the exact same curve on touch devices. */
.club-hover-video > h2,
.club-hover-video > p,
.club-hover-video > .club-offer__link {
    color: inherit;
    transition-property: none;
}

.club-offer__item--gold {
    background: transparent;
}

.club-offer__item--light {
    background: transparent;
}

.aboutv2-index-page .club-offer__item + .club-offer__item {
    border-top: 1px solid rgba(8, 8, 8, 0.55);
}

.club-offer__item:link,
.club-offer__item:visited {
    color: var(--club-black);
    font-weight: 400;
}

@media (hover: hover) {
    .club-offer__item:hover {
        transform: scale(1.025);
        z-index: 2;
    }

    .club-hover-video:hover,
    .club-hover-video:focus-visible {
        color: #fff;
    }

    .club-hover-video:hover::before,
    .club-hover-video:hover > video,
    .club-hover-video:focus-visible::before,
    .club-hover-video:focus-visible > video {
        opacity: 1;
    }

    .aboutv2-page[data-video-ambient="on"] .club-hover-video:hover > .club-video-ambient,
    .aboutv2-page[data-video-ambient="on"] .club-hover-video:focus-visible > .club-video-ambient,
    .aboutv2-page[data-video-ambient="on"] .club-hover-video:focus-within > .club-video-ambient {
        opacity: .34;
        transform: scale(1.02);
    }
}

@media (hover: none), (pointer: coarse) {
    .club-hover-video.is-in-view {
        color: #fff;
    }

    .club-hover-video.is-in-view::before,
    .club-hover-video.is-in-view > video {
        opacity: 1;
    }

    .aboutv2-page[data-video-ambient="on"] .club-hover-video.is-in-view > .club-video-ambient--poster {
        opacity: .2;
        transform: scale(1.015);
    }

    .club-feature--rides.is-in-view .club-feature__link,
    .club-feature--rides.is-in-view .club-feature__link:link,
    .club-feature--rides.is-in-view .club-feature__link:visited {
        color: #fff;
    }
}

.club-offer__item:focus-visible {
    outline: 4px solid var(--club-gold);
    outline-offset: -4px;
    z-index: 2;
}

.club-offer h2 {
    color: inherit;
    font-size: var(--club-card-title-size);
    line-height: 0.86;
    margin: 0 0 35px;
    text-transform: uppercase;
}

.club-offer p {
    font-size: var(--club-card-copy-size);
    font-weight: 400;
    margin: 0 0 45px;
    max-width: 500px;
}

.club-offer__link {
    align-items: center;
    color: inherit;
    display: inline-flex;
    font-size: var(--club-card-cta-size);
    font-weight: 600;
    gap: 13px;
    justify-content: flex-start;
    margin-top: auto;
    width: fit-content;
    text-transform: uppercase;
}

.club-offer__link > span {
    display: inline-block;
    flex: 0 0 42px;
    font-size: 0;
    height: 14px;
    position: relative;
    transition: transform 260ms ease;
    width: 42px;
}

.club-offer__link > span::before,
.club-feature__link > span::before,
.club-final__links b::before {
    background: currentColor;
    content: "";
    height: 1.5px;
    left: 0;
    position: absolute;
    right: 1px;
    top: 50%;
    transform: translateY(-50%);
}

.club-offer__link > span::after,
.club-feature__link > span::after,
.club-final__links b::after {
    border-right: 1.5px solid currentColor;
    border-top: 1.5px solid currentColor;
    content: "";
    height: 8px;
    position: absolute;
    right: 1px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    width: 8px;
}

.club-offer__item:hover .club-offer__link > span,
.club-offer__item:focus-visible .club-offer__link > span {
    transform: translateX(12px);
}

.club-digital-v2 {
    margin-bottom: 0;
    overflow: clip;
    padding-bottom: clamp(60px, 6vw, 100px);
    padding-top: 0;
}

.club-digital-v2 > h2 {
    font-size: clamp(78px, 10vw, 150px);
    line-height: 0.8;
    margin-bottom: clamp(65px, 8vw, 110px);
    margin-top: 0;
    max-width: 1440px;
    text-transform: uppercase;
}

.club-digital-v2__cards {
    display: block;
}

.club-feature {
    box-sizing: border-box;
    color: var(--club-black);
    display: flex;
    flex-direction: column;
    font-weight: 400;
    min-height: var(--club-card-height);
    padding: var(--club-card-padding);
    position: relative;
    transition: background-color 260ms ease, color 260ms ease, transform 260ms ease;
}

.club-feature--gold {
    background: var(--club-gold);
}

.club-feature--light {
    background: var(--club-paper);
}

.club-feature--rides > h3,
.club-feature--rides > p,
.club-feature--rides > .club-feature__link,
.club-feature--rides > .club-feature__actions {
    position: relative;
    z-index: 2;
}

.club-feature--rides .club-feature__link,
.club-feature--rides .club-feature__link:link,
.club-feature--rides .club-feature__link:visited {
    color: var(--club-black);
}

@media (hover: hover) {
    .club-feature--rides:hover .club-feature__link:link,
    .club-feature--rides:hover .club-feature__link:visited,
    .club-feature--rides:focus-within .club-feature__link:link,
    .club-feature--rides:focus-within .club-feature__link:visited {
        color: #fff;
    }
}

.club-feature--app {
    background: #fff;
    display: block;
    height: clamp(780px, 58vw, 1020px);
    min-height: 780px;
    overflow: hidden;
    padding: 0;
}

.aboutv2-page footer .slideshow-container {
    display: none !important;
}

.club-feature--app::after {
    display: none;
}

.club-feature__visual {
    background: #fff;
    display: block;
    inset: 0;
    overflow: hidden;
    position: absolute;
}

.club-feature__visual img {
    display: block;
    height: 100%;
    object-fit: contain;
    object-position: center;
    transform: translate3d(calc(var(--app-scroll-x, 0px) - 135px), 0, 0);
    transform-origin: center;
    width: 100%;
    will-change: transform;
}

.club-feature__body {
    background: transparent;
    bottom: clamp(56px, 5vw, 96px);
    display: flex;
    flex-direction: column;
    min-height: 0;
    padding: 0;
    position: absolute;
    right: max(clamp(45px, 6vw, 80px), calc((100vw - 1440px) / 2 + 80px));
    width: min(34vw, 520px);
    z-index: 2;
    transform: none;
}

.club-feature--app .club-feature__body {
    isolation: isolate;
}

.club-feature.club-feature--app h3 {
    font-size: clamp(72px, 7vw, 100px);
    max-width: 720px;
}

.club-feature--app .club-feature__body > p {
    margin-bottom: 0;
}

.club-feature--app .club-feature__body > .club-feature__link {
    background: var(--club-black);
    box-sizing: border-box;
    color: #fff;
    justify-content: center;
    margin-top: clamp(34px, 4vw, 65px);
    min-height: 60px;
    min-width: min(100%, 360px);
    padding: 18px 24px;
    text-align: center;
    transition: background-color 220ms ease, color 220ms ease;
}

.club-feature--app .club-feature__body > .club-feature__link:visited {
    color: #fff;
}

.club-feature--app .club-feature__body > .club-feature__link:hover,
.club-feature--app .club-feature__body > .club-feature__link:focus-visible {
    background: var(--club-gold);
    color: var(--club-black);
    outline: none;
}

.club-highscores-v2 {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding-bottom: clamp(100px, 12vw, 180px);
    position: relative;
    z-index: 2;
}

.club-highscores-v2 .club-feature {
    min-height: var(--club-card-height);
    min-width: 0;
    width: auto;
}

.club-feature:link,
.club-feature:visited {
    color: var(--club-black);
    font-weight: 400;
}

.club-feature.club-hover-video.is-in-view,
.club-feature.club-hover-video.is-in-view:link,
.club-feature.club-hover-video.is-in-view:visited {
    color: #fff;
}

@media (hover: hover) {
    .club-feature.club-hover-video:hover,
    .club-feature.club-hover-video:focus-visible {
        color: #fff;
    }

    .club-feature--rides:hover .club-feature__link,
    .club-feature--rides:hover .club-feature__link:link,
    .club-feature--rides:hover .club-feature__link:visited,
    .club-feature--rides:focus-within .club-feature__link,
    .club-feature--rides:focus-within .club-feature__link:link,
    .club-feature--rides:focus-within .club-feature__link:visited {
        color: #fff;
    }

    .club-feature:not(.club-feature--app):hover {
        transform: scale(1.025);
        z-index: 2;
    }
}

.club-feature:focus-visible {
    outline: 4px solid var(--club-gold);
    outline-offset: -4px;
    z-index: 2;
}

.club-feature h3 {
    color: inherit;
    font-size: var(--club-card-title-size);
    line-height: 0.86;
    margin: 0 0 35px;
    text-transform: uppercase;
}

.club-feature p {
    font-size: var(--club-card-copy-size);
    font-weight: 400;
    margin: 0 0 45px;
    max-width: 520px;
}

.club-feature__link {
    align-items: center;
    color: inherit;
    display: inline-flex;
    font-size: var(--club-card-cta-size);
    font-weight: 600;
    gap: 13px;
    justify-content: flex-start;
    margin-top: auto;
    text-transform: uppercase;
    width: fit-content;
}

.club-feature__link > span {
    display: inline-block;
    flex: 0 0 42px;
    font-size: 0;
    height: 14px;
    position: relative;
    transition: transform 260ms ease;
    width: 42px;
}

.club-feature__actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 20px 34px;
    margin-top: auto;
}

.club-feature__actions .club-feature__link {
    margin-top: 0;
}

.club-feature:not(.club-feature--app):hover .club-feature__link > span,
.club-feature__actions .club-feature__link:hover > span,
.club-feature--app .club-feature__link:hover > span,
.club-feature:focus-visible .club-feature__link > span {
    transform: translateX(12px);
}

.club-final {
    align-items: start;
    color: #fff;
    display: grid;
    gap: clamp(70px, 10vw, 150px);
    grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
    grid-template-rows: minmax(0, 1fr);
    box-sizing: border-box;
    height: clamp(900px, 70vw, 1080px);
    margin-top: 0;
    max-width: 1920px;
    overflow: visible;
    padding-bottom: 0;
    padding-top: clamp(120px, 10vw, 180px);
    position: relative;
    z-index: 1;
}

.club-final::before {
    background: var(--club-black);
    content: "";
    inset: 0 auto 0 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 100vw;
    z-index: 0;
}

.club-final__title {
    align-items: center;
    align-self: stretch;
    display: flex;
    height: 100%;
    min-width: 0;
    overflow: visible;
    position: relative;
    z-index: 1;
}

.club-final__title img {
    display: block;
    filter: brightness(0) invert(1);
    height: auto;
    flex: 0 0 auto;
    max-width: none;
    width: min(125%, 850px);
}

.club-final__links {
    display: grid;
    padding-top: clamp(220px, 18vw, 310px);
    position: relative;
    z-index: 1;
}

.club-final__studio {
    align-self: center;
    max-width: 680px;
    padding-top: clamp(70px, 7vw, 120px);
    position: relative;
    z-index: 1;
}

.club-final__studio-lead {
    font-size: clamp(18px, 1.25vw, 23px);
    font-weight: 400;
    line-height: 1.5;
    margin: 0 0 24px;
    max-width: 610px;
}

.club-final__studio-copy {
    color: rgba(255, 255, 255, .72);
    font-size: clamp(15px, 1vw, 18px);
    font-weight: 300;
    line-height: 1.6;
    margin: 0 0 42px;
    max-width: 620px;
}

.aboutv2-page footer {
    position: relative;
    z-index: 2;
}

.club-final__links a,
.club-final__links a:link,
.club-final__links a:visited {
    align-items: center;
    color: #fff;
    display: grid;
    font-family: var(--headerfont);
    font-size: clamp(34px, 3.2vw, 50px);
    font-weight: 400;
    gap: clamp(14px, 2vw, 32px);
    grid-template-columns: minmax(0, 1fr) auto;
    min-height: 78px;
    text-transform: uppercase;
}

.club-final__links a:hover {
    color: var(--club-gold);
}

.club-final__links b {
    display: inline-block;
    font-size: 0;
    height: 14px;
    position: relative;
    transition: transform 260ms ease;
    width: 42px;
}

@media (prefers-reduced-motion: reduce) {
    .club-hover-video.has-live-ambient .club-video-ambient--canvas {
        display: none;
    }

    .club-hover-video.has-live-ambient .club-video-ambient--poster {
        display: block;
    }
}

.club-final__links a:hover b,
.club-final__links a:focus-visible b {
    transform: translateX(12px);
}

.club-reveal {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 650ms ease, transform 800ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.club-reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 900px) {
    .club-hero {
        height: 100svh;
        min-height: 620px;
    }

    .club-final {
        grid-template-rows: auto auto;
        height: auto;
        grid-template-columns: 1fr;
        margin-top: 0;
        padding-bottom: clamp(100px, 12vw, 180px);
        padding-top: clamp(90px, 14vw, 140px);
    }

    .club-final__title {
        height: clamp(320px, 52vw, 420px);
        justify-content: center;
    }

    .club-final__links {
        padding-top: clamp(80px, 14vw, 130px);
    }

    .club-final__title img {
        margin: 0 auto;
        width: min(82vw, 520px);
    }
}

@media (max-width: 700px) {
    .aboutv2-page {
        --club-card-height: 490px;
        --club-card-title-size: 52px;
    }

    .club-hero__title {
        padding: 100px 24px 50px;
        transform: translateY(-48px);
    }

    .aboutv2-page.hero-fade .club-hero {
        margin-bottom: 110px;
    }

    .aboutv2-page.hero-fade .club-content-layer {
        padding-top: 500px;
    }

    .club-hero__title h1 {
        font-size: clamp(68px, 21vw, 104px);
        white-space: normal;
    }

    .club-offer {
        grid-template-columns: 1fr;
        padding-top: 0;
        scroll-margin-top: 110px;
    }

    .club-offer__item {
        min-height: clamp(400px, 96vw, 420px);
        padding: 44px 24px;
    }

    .club-highscores-v2 .club-feature {
        min-height: clamp(440px, 116vw, 510px);
        padding: 44px 24px;
    }

    .club-offer__item > p,
    .club-highscores-v2 .club-feature > p,
    .club-feature__body > p {
        font-size: 18px;
        line-height: 1.55;
    }

    .club-offer__link,
    .club-feature__link {
        min-height: 48px;
        padding-block: 10px;
        touch-action: manipulation;
    }

    .club-digital-v2 > h2 {
        font-size: clamp(68px, 20vw, 88px);
    }

    .club-digital-v2 {
        margin-bottom: 24px;
        padding-bottom: 32px;
    }

    .club-feature--app {
        display: flex;
        height: auto;
        min-height: 0;
    }

    .club-feature--app::after {
        display: none;
    }

    .club-feature__visual {
        aspect-ratio: 1 / 1;
        flex: 0 0 auto;
        position: relative;
    }

    .club-feature__visual img {
        object-fit: cover;
        object-position: 40% center;
        transform: none;
        will-change: auto;
    }

    .club-feature__body {
        background: #fff;
        display: flex;
        flex-direction: column;
        inset: auto;
        min-height: 400px;
        padding: 48px 24px;
        position: relative;
        transform: none;
        width: auto;
    }

    .club-feature--app .club-feature__body::before {
        display: none;
    }

    .club-feature.club-feature--app h3 {
        font-size: clamp(52px, 15vw, 68px);
    }

    .club-final__title img {
        margin: 0 auto;
        max-height: none;
        object-fit: contain;
        transform: none;
        width: min(110vw, 620px);
    }

    .club-feature--app .club-feature__body > .club-feature__link {
        margin-top: 44px;
        min-height: 60px;
    }

    .club-highscores-v2 .club-feature {
        overflow-wrap: normal;
        word-break: normal;
        width: 100%;
    }

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

    .club-final {
        gap: 48px;
        margin-top: 0;
        padding-top: 90px;
    }

    .club-final__title {
        height: min(150vw, 680px);
        overflow: visible;
    }

    .club-final__links {
        padding-top: 50px;
    }

    .club-final__studio {
        padding-top: 0;
    }

    .club-final__studio-lead {
        font-size: 18px;
    }

    .aboutv2-page footer {
        margin-top: 0;
    }

    .aboutv2-page .footer {
        padding-top: 48px;
    }

    .club-final__links a,
    .club-final__links a:link,
    .club-final__links a:visited {
        font-size: 34px;
        min-height: 68px;
        touch-action: manipulation;
    }
}

@media (prefers-reduced-motion: reduce) {
    .aboutv2-page * {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
    }

    .club-reveal {
        opacity: 1;
        transform: none;
    }

}
/* Ecwid consent surfaced from the hidden storefront preload on static V2 pages. */
.ecwid-preload-consent {
    background: #fff;
    bottom: 24px;
    box-shadow: 0 20px 54px rgba(0, 0, 0, .24);
    box-sizing: border-box;
    color: #050505;
    max-width: 520px;
    opacity: 0;
    padding: 28px;
    position: fixed;
    right: 24px;
    transform: translateY(24px);
    transition: opacity 220ms ease, transform 220ms ease;
    width: calc(100% - 48px);
    z-index: 2147483000;
}

.ecwid-preload-consent.is-visible { opacity: 1; transform: translateY(0); }
.ecwid-preload-consent h2 { font-family: var(--headerfont); font-size: 38px; font-weight: 400; line-height: .95; margin: 0 42px 16px 0; text-transform: uppercase; }
.ecwid-preload-consent > p { font-size: 15px; line-height: 1.55; margin: 0; }
.ecwid-preload-consent__close { background: transparent; border: 0; color: #050505; cursor: pointer; font-size: 30px; line-height: 1; padding: 4px; position: absolute; right: 18px; top: 14px; }
.ecwid-preload-consent__settings-toggle { background: transparent; border: 0; border-bottom: 1px solid currentColor; color: #050505; cursor: pointer; font: 600 13px/1.2 var(--font); margin-top: 16px; padding: 0 0 3px; }
.ecwid-preload-consent__settings { border-top: 1px solid #d8d8d8; margin-top: 18px; padding-top: 16px; }
.ecwid-preload-consent__settings[hidden] { display: none; }
.ecwid-preload-consent__settings label { align-items: center; display: flex; font-size: 14px; gap: 10px; margin-top: 10px; }
.ecwid-preload-consent__settings input { accent-color: #050505; height: 18px; width: 18px; }
.ecwid-preload-consent__actions { display: grid; gap: 10px; grid-template-columns: 1fr 1fr; margin-top: 22px; }
.ecwid-preload-consent__accept,
.ecwid-preload-consent__decline,
.ecwid-preload-consent__save { border: 1px solid #050505; cursor: pointer; font: 700 13px/1 var(--font); min-height: 50px; padding: 0 18px; text-transform: uppercase; }
.ecwid-preload-consent__accept,
.ecwid-preload-consent__save { background: #050505; color: #fff; }
.ecwid-preload-consent__decline { background: #fff; color: #050505; }
.ecwid-preload-consent__save { margin-top: 18px; width: 100%; }

@media (max-width: 700px) {
    .ecwid-preload-consent { bottom: 12px; padding: 24px 20px 20px; right: 12px; width: calc(100% - 24px); }
    .ecwid-preload-consent h2 { font-size: 34px; }
    .ecwid-preload-consent__actions { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
    .ecwid-preload-consent { transition: none; }
}
