.carousel-window,.hero,body.modal-open {
    overflow: hidden
}

.club-story,.international>div:last-child,.intro-copy,.qualities {
    align-self: center
}

:root {
    --ink: #06101d;
    --ink-soft: #0b1b2c;
    --paper: #f2f5f7;
    --white: #f7faff;
    --muted: #9aaabd;
    --blue: #1598ff;
    --blue-soft: #8dd2ff;
    --line: rgba(141, 210, 255, .28);
    --display: "Avenir Next","Arial Narrow",sans-serif;
    --serif: Georgia,"Times New Roman",serif
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    background: var(--ink);
    color: var(--white);
    font-family: var(--display);
    font-size: 16px;
    line-height: 1.5;
    overflow-x: hidden
}

img {
    display: block;
    max-width: 100%
}

a {
    color: inherit;
    text-decoration: none
}

.site-loader {
    align-items: center;
    animation: .8s 2.5s forwards loader-auto-hide;
    display: flex;
    inset: 0;
    justify-content: center;
    pointer-events: none;
    position: fixed;
    transition: opacity .8s,visibility .8s;
    z-index: 50
}

.loader-content,.site-header {
    align-items: center;
    display: flex
}

.site-loader.is-hidden {
    opacity: 0;
    pointer-events: none;
    visibility: hidden
}

.loader-backdrop {
    background: rgba(3,12,23,.78);
    inset: 0;
    position: absolute;
    backdrop-filter: blur(22px) saturate(.8);
    -webkit-backdrop-filter: blur(22px) saturate(.8)
}

.loader-content {
    flex-direction: column;
    position: relative;
    text-align: center
}

.loader-content::after {
    animation: 2.5s ease-in-out forwards center-shadow;
    background: rgba(21,152,255,.5);
    border-radius: 50%;
    content: "";
    filter: blur(14px);
    height: 1rem;
    opacity: .5;
    position: absolute;
    top: clamp(150px,19vw,235px);
    transform: scaleX(.8);
    width: clamp(140px,17vw,210px)
}

.loader-content img {
    animation: 2.5s cubic-bezier(.22,.61,.36,1) forwards center-spin;
    filter: drop-shadow(0 20px 35px rgba(21, 152, 255, .22));
    height: clamp(130px,18vw,220px);
    width: clamp(130px,18vw,220px);
    will-change: transform,opacity
}

.loader-content small,.loader-content span {
    opacity: 0;
    transform: translateY(10px)
}

.loader-content span {
    animation: .45s 1.15s forwards loader-copy-in;
    color: var(--white);
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .28em;
    margin-top: 1.25rem
}

.loader-content small {
    animation: .45s 1.28s forwards loader-copy-in;
    color: var(--blue-soft);
    font-size: .58rem;
    letter-spacing: .18em;
    margin-top: .45rem
}

.brand>span,.footer a:hover,.language-button.is-active span,.nav a:hover {
    color: var(--blue)
}

.footer,.site-header,main {
    transition: opacity 1s .15s,transform 1s cubic-bezier(.22, .61, .36, 1) .15s
}

.is-ready>.footer,.is-ready>.site-header,.is-ready>main,.reveal.is-visible {
    opacity: 1;
    transform: translateY(0)
}

@keyframes center-spin {
    0% {
        opacity: 0;
        transform: rotate(0) scale(.86)
    }

    12% {
        opacity: 1
    }

    78% {
        opacity: 1;
        transform: rotate(560deg) scale(1)
    }

    100% {
        opacity: 0;
        transform: rotate(720deg) scale(.96)
    }
}

@keyframes loader-copy-in {
    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes center-shadow {
    0% {
        opacity: 0;
        transform: scaleX(.55)
    }

    15% {
        opacity: .5
    }

    75% {
        opacity: .5;
        transform: scaleX(1)
    }

    100% {
        opacity: 0;
        transform: scaleX(.8)
    }
}

@keyframes loader-auto-hide {
    to {
        opacity: 0;
        visibility: hidden
    }
}

.skip-link {
    position: fixed;
    left: 1rem;
    top: -5rem;
    z-index: 20;
    background: var(--blue);
    color: #00101f;
    padding: .7rem 1rem;
    font-weight: 700
}

.skip-link:focus {
    top: 1rem
}

.site-header {
    justify-content: space-between;
    left: 0;
    padding: 1.25rem 4vw;
    position: fixed;
    right: 0;
    top: 0;
    transition: background .3s,padding .3s;
    z-index: 10
}

.brand,.brand>span {
    align-items: center
}

.site-header.is-scrolled {
    background: rgba(6,16,29,.9);
    backdrop-filter: blur(16px);
    padding-block:.8rem}

.brand {
    display: flex;
    gap: .75rem;
    letter-spacing: .16em
}

.brand>span {
    border: 1px solid var(--blue);
    display: inline-flex;
    font-size: .85rem;
    font-weight: 800;
    height: 2.15rem;
    justify-content: center;
    letter-spacing: 0;
    width: 2.15rem
}

.brand small,.language-button,.nav a {
    color: var(--muted)
}

.brand small {
    font-size: .6rem;
    font-weight: 700;
    letter-spacing: .18em
}

.nav {
    display: flex;
    gap: 2rem;
    margin-left: auto;
    margin-right: 2rem
}

.header-cta,.nav a {
    font-size: .76rem;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase
}

.nav a {
    transition: color .2s
}

.language-switcher {
    align-items: center;
    display: flex;
    gap: .2rem;
    margin-right: 1.3rem
}

.language-button {
    background: 0 0;
    border: 0;
    cursor: pointer;
    font: inherit;
    font-size: .7rem;
    letter-spacing: .08em;
    padding: .35rem .3rem
}

.hero-statement,h2 em {
    font-family: var(--serif)
}

.eyebrow,.role,.section-kicker {
    letter-spacing: .2em;
    text-transform: uppercase
}

.language-button span {
    font-size: .6rem;
    font-weight: 800
}

.language-button.is-active,.language-button:focus-visible,.language-button:hover {
    color: var(--white);
    outline: 0
}

.club-mark.has-logo>span,.contact-modal[hidden],.language-select {
    display: none
}

.header-cta {
    border-bottom: 1px solid var(--blue);
    padding-bottom: .35rem
}

.hero {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: min(850px,100svh);
    padding: 7rem 7vw 5rem;
    position: relative
}

.hero-image-wrap,.hero-overlay {
    inset: 0;
    position: absolute
}

.hero-image-wrap {
    background: var(--ink);
    overflow: hidden
}

.hero-slide {
    height: 100%;
    inset: 0;
    object-fit: cover;
    object-position: 47% 22%;
    opacity: 0;
    position: absolute;
    transform: scale(1.04);
    transition: opacity .9s,transform 1.4s cubic-bezier(.22, .61, .36, 1);
    width: 100%
}

.hero-slide.is-active {
    opacity: 1;
    transform: scale(1)
}

.hero-progress {
    bottom: 2rem;
    display: flex;
    gap: .4rem;
    left: 9vw;
    position: absolute;
    z-index: 2
}

.hero-progress span {
    background: rgba(247,250,255,.45);
    height: 2px;
    transition: background .4s,transform .4s,width .4s;
    width: 1rem
}

.hero-progress span.is-active {
    background: var(--blue);
    transform: scaleX(1.7)
}

.hero-overlay {
    background: linear-gradient(90deg,rgba(6,16,29,.92) 0,rgba(6,16,29,.58) 42%,rgba(6,16,29,.12) 100%),linear-gradient(0deg,var(--ink) 0,transparent 30%)
}

.hero-content {
    max-width: 740px;
    position: relative;
    text-align: center;
    width: min(100%,740px);
    z-index: 1
}

.eyebrow,.section-kicker {
    color: var(--blue-soft);
    font-size: .72rem;
    font-weight: 800;
    margin: 0 0 1rem
}

.eyebrow span {
    color: var(--white);
    margin: 0 .6rem
}

.role i,.text-link span,h1 span,h2 em {
    color: var(--blue)
}

h1,h2,h3,p {
    margin-top: 0
}

h1 {
    font-size: clamp(4rem, 10vw, 9.5rem);
    letter-spacing: -.07em;
    line-height: .82;
    margin-bottom: 1.4rem;
    max-width: 850px;
    text-transform: uppercase
}

h1 span {
    display: block
}

.role {
    font-size: clamp(.8rem, 1.5vw, 1.15rem);
    font-weight: 700
}

.role i {
    font-style: normal;
    margin: 0 .6rem
}

.hero-statement {
    color: var(--blue-soft);
    font-size: clamp(1.2rem, 2vw, 1.7rem);
    font-style: italic;
    line-height: 1.15;
    margin: 2rem 0
}

.hero-actions {
    align-items: center;
    display: flex;
    gap: 1.5rem;
    justify-content: center
}

.contact-trigger {
    background: 0 0;
    border: 0;
    border-bottom: 1px solid var(--blue);
    color: var(--blue-soft);
    cursor: pointer;
    font: inherit;
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .15em;
    margin-top: 2rem;
    padding: .55rem 0;
    text-transform: uppercase
}

.modal-card,.modal-close {
    border: 1px solid var(--line)
}

.button,.text-link {
    font-size: .7rem;
    letter-spacing: .13em;
    font-weight: 800;
    text-transform: uppercase
}

.contact-trigger span {
    color: var(--blue);
    margin-left: .5rem
}

.button {
    align-items: center;
    display: inline-flex;
    gap: .8rem;
    padding: 1rem 1.35rem;
    transition: transform .2s,background .2s
}

.button:hover {
    transform: translateY(-3px)
}

.button-primary {
    background: var(--blue);
    color: #04101c
}

.button-primary:hover {
    background: var(--blue-soft)
}

.text-link {
    color: var(--white)
}

.text-link span {
    margin-left: .55rem
}

.contact-trigger:hover {
    color: var(--white);
    transform: translateX(4px)
}

.contact-modal {
    align-items: center;
    display: flex;
    inset: 0;
    justify-content: center;
    padding: 1.5rem;
    position: fixed;
    z-index: 60
}

.modal-backdrop {
    background: rgba(2,9,18,.78);
    inset: 0;
    position: absolute;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px)
}

.modal-card {
    background: #0b1b2c;
    box-shadow: 0 30px 90px rgba(0,0,0,.45);
    max-height: calc(100dvh - 3rem);
    max-width: 510px;
    overflow-y: auto;
    padding: clamp(2rem,5vw,4rem);
    position: relative;
    width: 100%
}

.modal-close {
    background: 0 0;
    color: var(--white);
    cursor: pointer;
    font-size: 1.5rem;
    height: 2.5rem;
    line-height: 1;
    position: absolute;
    right: 1.25rem;
    top: 1.25rem;
    width: 2.5rem
}

.modal-card h2 {
    font-size: clamp(2.4rem, 6vw, 4.5rem);
    letter-spacing: -.08em;
    line-height: .9;
    margin: 0 0 1.3rem;
    text-transform: uppercase
}

.modal-intro {
    color: var(--muted);
    font-size: .95rem;
    line-height: 1.5;
    max-width: 360px
}

.contact-person {
    border-left: 1px solid var(--blue);
    display: grid;
    gap: .35rem;
    margin: 2rem 0;
    padding-left: 1rem
}

.contact-action small,.contact-person span {
    color: var(--blue-soft);
    display: block;
    font-size: .62rem;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase
}

.contact-person strong {
    font-size: 1.1rem;
    letter-spacing: .04em
}

.contact-actions {
    display: grid;
    gap: .7rem
}

.contact-action {
    align-items: center;
    border: 1px solid rgba(141,210,255,.25);
    display: flex;
    gap: 1rem;
    padding: .9rem 1rem
}

.contact-action:hover {
    background: rgba(21,152,255,.1);
    border-color: var(--blue)
}

.contact-action>span:last-child {
    display: grid;
    gap: .25rem
}

.contact-action-icon {
    align-items: center;
    background: var(--blue);
    border-radius: 50%;
    /* color: var(--ink); */
    display: inline-flex;
    flex: 0 0 2rem;
    font-size: 1rem;
    /* font-weight: 900; */
    height: 2rem;
    justify-content: center;
    width: 2rem
}

.carousel-button,.club-card {
    border: 1px solid var(--line)
}

.carousel-button svg,.contact-action-icon svg,.play-icon svg {
    fill: #fff;
    height: 1.1rem;
    /* stroke: currentColor; */
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
    width: 1.1rem
}

.play-icon svg {
    fill: currentColor;
    stroke: none
}

.hero-facts {
    display: flex;
    gap: 2.2rem;
    justify-content: center;
    margin-top: 2rem;
    position: relative;
    z-index: 1
}

.hero-facts div {
    border-left: 1px solid var(--blue);
    padding-left: 1rem
}

.hero-facts strong {
    display: block;
    font-size: 1.25rem;
    letter-spacing: .04em
}

.hero-facts span {
    color: var(--muted);
    font-size: .66rem;
    letter-spacing: .12em;
    text-transform: uppercase
}

.hero-index {
    bottom: 3rem;
    color: var(--blue-soft);
    font-size: .75rem;
    letter-spacing: .2em;
    position: absolute;
    right: 4vw
}

.hero-index span {
    color: var(--muted);
    margin: 0 .4rem
}

@media (min-width: 801px) {
    .hero {
        min-height:max(720px,min(850px,100svh))
    }
}

.section-grid {
    display: grid;
    gap: 4rem;
    grid-template-columns: minmax(180px,.75fr) minmax(280px,1fr) minmax(180px,.75fr);
    margin: 0 auto;
    max-width: 1320px;
    padding: 9rem 4vw;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.highlight-content h2,.next-chapter h2,.section-grid h2,.section-heading h2 {
    font-size: clamp(3rem, 6vw, 6.5rem);
    letter-spacing: -.08em;
    line-height: .83;
    margin: 0;
    text-transform: uppercase
}

h2 em {
    font-weight: 400;
    letter-spacing: -.08em;
    text-transform: lowercase
}

.intro,.profile {
    background: var(--paper);
    color: var(--ink)
}

.international .section-kicker,.intro .section-kicker,.profile .section-kicker {
    color: #147bc5
}

.intro-copy {
    max-width: 440px
}

.lead {
    font-size: clamp(1.15rem, 2vw, 1.65rem);
    line-height: 1.25
}

.body-copy,.intro-copy p:not(.lead) {
    color: #5c6a78;
    font-size: .9rem
}

.intro-image {
    position: relative
}

.intro-image img {
    filter: saturate(.9);
    height: 430px;
    object-fit: cover;
    width: 100%
}

.international-image span,.intro-image span {
    background: var(--ink);
    bottom: 0;
    color: var(--blue-soft);
    font-size: .58rem;
    font-weight: 800;
    left: 0;
    letter-spacing: .16em;
    padding: .7rem 1rem;
    position: absolute
}

.section-note,.video-heading>p {
    font-family: var(--serif);
    font-size: 1rem;
    font-style: italic;
    color: var(--muted)
}

.club-card,.international-image,.timeline,.timeline-item,.timeline-mark {
    position: relative
}

.video-intro {
    background: #0b1b2c;
    margin: 0 auto;
    max-width: 1320px;
    padding: 7rem 4vw
}

.gallery-heading,.video-heading {
    align-items: end;
    display: flex;
    gap: 3rem;
    justify-content: space-between;
    margin-bottom: 3rem
}

.video-heading>p {
    line-height: 1.25;
    margin: 0;
    max-width: 250px
}

.video-frame {
    aspect-ratio: 16/9;
    background: #02070d;
    box-shadow: 0 24px 60px rgba(0,0,0,.25);
    overflow: hidden
}

.video-frame iframe {
    border: 0;
    height: 100%;
    width: 100%
}

.timeline-section {
    background: #071625;
    padding: 2rem 4vw 3rem;
}

.section-heading {
    align-items: end;
    display: flex;
    justify-content: space-between;
    margin: 0 auto 5rem;
    max-width: 1320px
}

.section-note {
    line-height: 1.1;
    text-align: right
}

.timeline-carousel {
    margin: 0 auto;
    max-width: 1080px
}

.carousel-toolbar {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 1.5rem
}

.carousel-count {
    color: var(--muted);
    font-size: .7rem;
    font-weight: 800;
    letter-spacing: .14em
}

.carousel-count strong,.footer a {
    color: var(--blue-soft)
}

.carousel-controls {
    display: flex;
    gap: .6rem
}

.carousel-button {
    background: 0 0;
    color: var(--white);
    cursor: pointer;
    font-size: 1.25rem;
    height: 2.8rem;
    transition: background .2s,color .2s;
    width: 2.8rem
}

.carousel-button:focus-visible,.carousel-button:hover {
    background: var(--blue);
    color: var(--ink);
    outline: 0
}

.carousel-track {
    display: flex;
    transition: transform .55s cubic-bezier(.22, .61, .36, 1)
}

.club-card {
    align-items: center;
    display: grid;
    flex: 0 0 100%;
    gap: clamp(2rem,7vw,7rem);
    grid-template-columns: minmax(190px,.8fr) minmax(260px,1fr);
    min-height: 370px;
    padding: 2.5rem clamp(1.5rem,7vw,7rem)
}

.club-story,.qualities article:nth-child(2n) {
    padding-left: 1.5rem
}

.club-card::before {
    background: linear-gradient(90deg,var(--blue),transparent);
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    right: 30%;
    top: 0
}

.club-story {
    border-left: 1px solid var(--blue);
    max-width: 270px
}

.club-story span {
    color: var(--blue);
    font-size: .6rem;
    font-weight: 800;
    letter-spacing: .2em
}

.club-story p,.gallery-heading>p:last-child {
    font-family: var(--serif);
    font-size: 1rem;
    font-style: italic;
    color: var(--muted)
}

.club-story p {
    line-height: 1.25;
    margin: 1rem 0 0
}

.club-detail {
    justify-self: center;
    min-width: 280px
}

.club-year {
    color: var(--blue-soft);
    display: block;
    font-size: clamp(2.5rem, 7vw, 6rem);
    font-weight: 900;
    letter-spacing: -.08em;
    line-height: .9
}

.club-mark {
    align-items: center;
    border: 1px solid var(--blue);
    color: var(--blue);
    display: flex;
    font-size: clamp(2.5rem, 8vw, 6rem);
    font-weight: 900;
    height: clamp(7rem,16vw,12rem);
    justify-content: center;
    letter-spacing: -.1em;
    margin: 2rem 0;
    max-width: 17rem
}

.selection h2 em,.year {
    color: var(--white)
}

.club-mark img {
    height: 78%;
    object-fit: contain;
    width: 78%
}

.club-card h3 {
    font-size: clamp(1.2rem, 2.6vw, 2rem);
    letter-spacing: .08em;
    margin-bottom: .3rem;
    text-transform: uppercase
}

.club-card p {
    color: var(--muted);
    font-size: .75rem;
    letter-spacing: .14em;
    margin: 0;
    text-transform: uppercase
}

.carousel-dots {
    display: flex;
    gap: .5rem;
    justify-content: center;
    margin-top: 1.5rem
}

.carousel-dot {
    background: var(--muted);
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    height: .45rem;
    opacity: .45;
    padding: 0;
    transition: background .2s,opacity .2s,transform .2s;
    width: .45rem
}

.carousel-dot.is-active {
    background: var(--blue);
    opacity: 1;
    transform: scale(1.35)
}

.timeline {
    display: grid;
    grid-template-columns: repeat(8,1fr);
    margin: 0 auto;
    max-width: 1320px
}

.timeline::before {
    background: var(--blue);
    content: "";
    height: 1px;
    left: 0;
    opacity: .7;
    position: absolute;
    right: 0;
    top: 4rem
}

.timeline-item {
    min-width: 0;
    padding-right: 1rem
}

.year {
    display: block;
    font-size: .75rem;
    font-weight: 800;
    margin-bottom: 1.6rem;
    white-space: nowrap
}

.selection,.selection .section-kicker {
    color: #03111e
}

.timeline-mark {
    background: var(--ink);
    border: 2px solid var(--blue-soft);
    border-radius: 50%;
    display: block;
    height: 10px;
    margin-bottom: 4rem;
    text-indent: -9999px;
    width: 10px;
    z-index: 1
}

.timeline-item.current .timeline-mark {
    background: var(--blue);
    box-shadow: 0 0 0 5px rgba(21,152,255,.15)
}

.timeline-item h3 {
    font-size: .84rem;
    letter-spacing: .08em;
    margin-bottom: .4rem;
    text-transform: uppercase
}

.timeline-item p {
    color: var(--muted);
    font-size: .78rem;
    line-height: 1.3;
    margin: 0;
    max-width: 130px
}

.selection {
    align-items: center;
    background: var(--blue);
    padding-bottom: 5rem;
    padding-top: 5rem
}

.selection-badge {
    align-items: center;
    border: 3px solid #03111e;
    display: flex;
    font-size: 1.4rem;
    font-weight: 900;
    height: 100px;
    justify-content: center;
    transform: rotate(-4deg);
    width: 80px
}

.chapter-copy,.pitch-copy {
    border-left: 1px solid var(--blue)
}

.gallery-grid img,.highlight-image img,.international-image img,.profile-photo {
    object-fit: cover;
    width: 100%
}

.selection-stat {
    align-items: center;
    display: flex;
    gap: 1rem;
    justify-content: end
}

.selection-stat strong {
    font-size: clamp(5rem, 10vw, 9rem);
    letter-spacing: -.1em;
    line-height: .7
}

.selection-stat span {
    font-size: .75rem;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase
}

.selection-stat small {
    align-self: end;
    font-size: .65rem;
    letter-spacing: .08em;
    margin-left: 1rem
}

.profile-photo {
    height: 330px;
    margin-top: 4rem
}

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

.qualities article {
    border-bottom: 1px solid #ccd6de;
    min-height: 150px;
    padding: 1.5rem 1rem 1.5rem 0
}

.qualities article:nth-child(odd) {
    border-right: 1px solid #ccd6de;
    padding-right: 1.5rem
}

.qualities article.wide {
    grid-column: span 2;
    border-right: 0;
    padding-left: 0
}

.qualities span {
    color: #147bc5;
    font-size: .68rem;
    font-weight: 800;
    letter-spacing: .1em
}

.qualities h3 {
    font-size: 1.05rem;
    letter-spacing: .05em;
    margin: 1.1rem 0 .35rem;
    text-transform: uppercase
}

.qualities p {
    color: #6a7885;
    font-size: .84rem;
    line-height: 1.4;
    margin: 0;
    max-width: 210px
}

.photo-gallery {
    background: #071625;
    margin: 0 auto;
    max-width: 1320px;
    padding: 7rem 4vw
}

.gallery-heading h2 {
    font-size: clamp(3rem, 6vw, 6rem);
    letter-spacing: -.08em;
    line-height: .84;
    margin: 0;
    text-transform: uppercase
}

.gallery-heading>p:last-child {
    max-width: 230px
}

.gallery-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(12,1fr)
}

.gallery-grid figure {
    margin: 0;
    position: relative
}

.gallery-grid figure:first-child,.gallery-grid figure:nth-child(4) {
    grid-column: span 6
}

.gallery-grid figure:nth-child(2),.gallery-grid figure:nth-child(3),.gallery-grid figure:nth-child(5),.gallery-grid figure:nth-child(6) {
    grid-column: span 3
}

.gallery-grid img {
    aspect-ratio: 3/4;
    filter: saturate(.9);
    height: 100%;
    transition: filter .4s,transform .5s
}

.gallery-grid figure:hover img {
    filter: saturate(1.15);
    transform: scale(1.025)
}

.gallery-grid figcaption {
    background: rgba(6,16,29,.82);
    bottom: 0;
    color: var(--blue-soft);
    font-size: .64rem;
    font-weight: 800;
    left: 0;
    letter-spacing: .14em;
    padding: .65rem .8rem;
    position: absolute;
    text-transform: uppercase
}

.international {
    background: #dfe8ed;
    color: var(--ink)
}

.international-image {
    min-height: 500px
}

.international-image img {
    height: 100%
}

.country-line {
    align-items: center;
    border-bottom: 1px solid #abb9c3;
    border-top: 1px solid #abb9c3;
    display: flex;
    gap: 2rem;
    margin: 3rem 0 1.5rem;
    padding: 1rem 0
}

.chapter-layout,.professional-pitch {
    gap: 4rem;
    grid-template-columns: 1fr 1fr
}

.country-line strong {
    color: #147bc5;
    font-size: 2rem;
    letter-spacing: -.05em
}

.country-line span {
    font-size: .74rem;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase
}

.next-chapter {
    background: var(--ink);
    margin: 0 auto;
    max-width: 1320px;
    padding: 4rem 4vw;
}

.chapter-layout {
    align-items: end;
    display: grid
}

.chapter-year {
    color: var(--blue);
    display: block;
    font-size: clamp(6rem, 16vw, 15rem);
    font-weight: 900;
    letter-spacing: -.12em;
    line-height: .7;
    margin: 2rem 0
}

.chapter-copy {
    max-width: 430px;
    padding-left: 2rem
}

.chapter-copy p:not(.lead),.pitch-copy p:not(.lead) {
    color: var(--muted);
    font-size: .9rem
}

.professional-pitch {
    background: #0b1b2c;
    display: grid;
    margin: 0 auto;
    max-width: 1320px;
    padding: 7rem 4vw
}

.professional-pitch h2 {
    font-size: clamp(3rem, 5vw, 5.5rem);
    letter-spacing: -.08em;
    line-height: .86;
    margin: 0;
    text-transform: uppercase
}

.pitch-copy {
    max-width: 480px;
    padding-left: 2rem
}

.pitch-note {
    color: var(--blue-soft)!important;
    font-size: .68rem!important;
    font-weight: 800;
    letter-spacing: .12em;
    margin-top: 2rem;
    text-transform: uppercase
}

.highlights {
    background: #071625;
    display: grid;
    grid-template-columns: 1.15fr .85fr;
    min-height: 590px
}

.highlight-image img {
    height: 100%;
    max-height: 680px;
    object-position: center 25%
}

.highlight-content {
    align-self: center;
    padding: 4rem 7vw 4rem 5vw
}

.highlight-content h2 {
    margin-bottom: 1.5rem
}

.highlight-content>p:not(.section-kicker) {
    color: var(--muted);
    margin-bottom: 2rem
}

.play-icon {
    font-size: .8rem
}

.copyright,.footer a,.footer p {
    color: var(--muted);
    font-size: .72rem;
    letter-spacing: .08em;
    text-transform: uppercase
}

.footer {
    align-items: center;
    display: flex;
    gap: 1.5rem;
    justify-content: center;
    padding: 2rem 4vw;
    text-align: center
}

.footer a,.footer p {
    margin: 0
}

.reveal {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity .8s,transform .8s
}

.delay-1 {
    transition-delay: .1s
}

.delay-2 {
    transition-delay: .2s
}

.delay-3 {
    transition-delay: .3s
}

@media (prefers-reduced-motion:reduce) {
    .site-loader {
        animation-delay: 0s
    }

    .loader-content img,.loader-content small,.loader-content span {
        animation: none;
        opacity: 1;
        transform: none
    }

    *,::after,::before {
        scroll-behavior: auto!important;
        transition-duration: NaNs!important;
        animation-duration: NaNs!important
    }

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

@media (max-width: 800px) {
    .site-header {
        padding:1rem 5vw
    }

    .hero-index,.language-button,.nav,.selection-stat small {
        display: none
    }

    .language-switcher {
        margin-left: auto;
        margin-right: .5rem
    }

    .language-select {
        appearance: none;
        -webkit-appearance: none;
        background: rgba(21,152,255,.1);
        border: 1px solid var(--line);
        border-radius: 0;
        color: var(--white);
        display: block;
        font: inherit;
        font-size: .72rem;
        font-weight: 800;
        letter-spacing: .08em;
        padding: .55rem 1.8rem .55rem .65rem
    }

    .language-select option {
        background: var(--ink);
        color: var(--white)
    }

    .header-cta {
        font-size: .6rem
    }

    .hero {
        min-height: 760px;
        padding: 3rem 4vw 2rem;
    }

    .hero-slide {
        object-position: 47% 22%
    }

    .hero-overlay {
        background: linear-gradient(0deg,rgba(6,16,29,.98) 5%,rgba(6,16,29,.42) 65%,rgba(6,16,29,.1))
    }

    .hero-progress {
        bottom: 1.5rem;
        left: 7vw
    }

    h1 {
        font-size: clamp(4rem, 18vw, 7rem)
    }

    .contact-trigger {
        margin-top: 1.4rem
    }

    .hero-facts {
        gap: .75rem;
        margin-top: 2rem;
        width: 100%
    }

    .hero-facts div {
        flex: 1;
        min-width: 0
    }

    .hero-facts strong {
        font-size: .92rem
    }

    .hero-facts span {
        font-size: .52rem;
        letter-spacing: .04em
    }

    .professional-pitch,.section-grid {
        display: block;
        padding: 3rem 5vw;
    }

    .intro-copy {
        margin: 3rem 0
    }

    .intro-image img {
        height: 390px
    }

    .section-heading {
        align-items: start;
        display: block;
        margin-bottom: 3rem
    }

    .section-note {
        margin-top: 2rem;
        text-align: left
    }

    .next-chapter,.timeline-section {
        padding-inline: 4vw 2rem;}

    .carousel-toolbar {
        margin-bottom: 1rem
    }

    .club-card {
        display: block;
        min-height: 470px;
        padding: 2rem 1.25rem
    }

    .club-story {
        margin-bottom: 2rem;
        max-width: none
    }

    .club-story p {
        font-size: .95rem
    }

    .club-detail {
        min-width: 0
    }

    .club-mark {
        margin: 1.7rem 0
    }

    .gallery-heading>p:last-child,.selection-stat,.video-heading>p {
        margin-top: 2rem
    }

    .carousel-controls {
        gap: .35rem
    }

    .carousel-button {
        height: 2.5rem;
        width: 2.5rem
    }

    .timeline {
        display: block;
        margin-left: .5rem
    }

    .timeline::before {
        bottom: 0;
        height: auto;
        left: 4px;
        right: auto;
        top: 0;
        width: 1px
    }

    .timeline-item {
        min-height: 105px;
        padding-left: 2.5rem
    }

    .year {
        margin-bottom: .6rem
    }

    .timeline-mark {
        left: -4px;
        position: absolute;
        top: .2rem
    }

    .timeline-item h3 {
        margin-bottom: .2rem
    }

    .selection {
        display: grid;
        gap: 1.5rem;
        grid-template-columns: 70px 1fr
    }

    .selection-stat {
        grid-column: span 2;
        justify-content: start
    }

    .selection-badge {
        height: 75px;
        width: 62px
    }

    .highlight-content,.video-intro {
        padding: 3rem 5vw;
    }

    .gallery-heading,.video-heading {
        align-items: start;
        display: block
    }

    .profile-photo {
        height: 360px;
        margin: 3rem 0
    }

    .qualities {
        gap: 0;
        grid-template-columns: 1fr;
        margin-top: 2rem
    }

    .qualities article,.qualities article.wide,.qualities article:nth-child(2n),.qualities article:nth-child(odd) {
        border-right: 0;
        min-height: 0;
        padding: 1.25rem 0;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column
    }

    .qualities article.wide {
        grid-column: auto
    }

    .photo-gallery {
        padding: 2rem 7vw;
    }

    .gallery-grid {
        grid-template-columns: repeat(2,1fr)
    }

    .gallery-grid figure:nth-child(n) {
        grid-column: span 1
    }

    .gallery-grid figure:first-child,.gallery-grid figure:nth-child(4) {
        grid-column: span 2
    }

    .international-image {
        margin-bottom: 3rem;
        min-height: 470px
    }

    .chapter-layout,.highlights {
        display: block
    }

    .chapter-copy {
        margin-top: 4rem
    }

    .pitch-copy {
        margin-top: 3rem
    }

    .highlight-image img {
        height: 430px
    }

    .footer {
        align-items: center;
        flex-direction: column;
        gap: 1rem;
        padding: 2rem 7vw
    }
}

@media (max-width: 430px) {
    .brand small {
        display:none
    }

    .hero-facts {
        gap: .7rem
    }

    .hero-facts div {
        padding-left: .6rem
    }

    .hero-facts strong {
        font-size: .9rem
    }

    .hero-facts span {
        letter-spacing: .06em
    }
}
