:root{--brand-yellow:#f2ce2a;--brand-yellow-bright:#ffe043;--brand-yellow-muted:#d5b727;--brand-black:#0a0a08;--brand-ink:#141410;--brand-charcoal:#20201b;--brand-stone:#5f5d54;--brand-line:#d8d4c7;--brand-canvas:#f2efe5;--brand-paper:#fbf9f2;--brand-white:#fffdf7;--brand-black-rgb:10 10 8;--brand-white-rgb:255 253 247;--color-text:var(--brand-black);--color-muted:var(--brand-stone);--color-surface:var(--brand-paper);--color-background:var(--brand-canvas);--color-accent:var(--brand-yellow);--color-dark:var(--brand-black);--color-dark-soft:var(--brand-ink);--color-on-dark:var(--brand-white);--color-border:var(--brand-line);--font-display:"Arial Narrow", "Roboto Condensed", "Helvetica Neue", Arial, sans-serif;--font-body:Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--space-1:.25rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-5:1.5rem;--space-6:2rem;--space-7:3rem;--space-8:4rem;--space-9:6rem;--space-10:8rem;--radius-small:.2rem;--radius-medium:.45rem;--shadow-small:0 8px 24px rgb(var(--brand-black-rgb) / 8%);--shadow-large:0 30px 80px rgb(var(--brand-black-rgb) / 18%);--container:84rem;--container-narrow:66rem;--header-height:5.5rem;--transition-fast:.16s ease;--transition-medium:.32s cubic-bezier(.2, .8, .2, 1)}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--color-background);color:var(--color-text);font-family:var(--font-body);text-rendering:optimizelegibility;min-width:20rem;margin:0;line-height:1.5}body,button,input,textarea{font-size:1rem}img,picture,svg,video{max-width:100%;display:block}button,input,textarea,select{font:inherit}h1,h2,h3,h4,p,ul,ol,dl,dd,figure{margin:0}ul,ol{padding:0}a{color:inherit;text-decoration:none}::selection{background:var(--color-accent);color:var(--color-dark)}:focus-visible{outline:3px solid var(--brand-yellow-bright);outline-offset:4px}.skip-link{background:var(--color-accent);color:var(--color-dark);left:var(--space-4);text-transform:uppercase;z-index:1000;padding:.75rem 1rem;font-size:.8rem;font-weight:800;position:fixed;top:-5rem}.skip-link:focus{top:var(--space-4)}.container{max-width:var(--container);width:100%;margin-inline:auto;padding-inline:clamp(1.25rem,4vw,4rem)}.section{padding-block:clamp(5rem,10vw,9rem)}.eyebrow{color:var(--color-muted);letter-spacing:.18em;text-transform:uppercase;align-items:center;gap:.7rem;font-size:.68rem;font-weight:800;line-height:1.2;display:flex}.eyebrow:before{content:"";background:currentColor;width:1.75rem;height:1px}.eyebrow--yellow{color:var(--color-accent)}.button{letter-spacing:.09em;text-transform:uppercase;min-height:3.25rem;transition:background var(--transition-fast), color var(--transition-fast), border-color var(--transition-fast), transform var(--transition-fast);border:1px solid #0000;justify-content:space-between;align-items:center;gap:2rem;padding:.8rem 1rem .8rem 1.25rem;font-size:.72rem;font-weight:850;display:inline-flex}.button:hover{transform:translateY(-2px)}.button__icon{height:1.15rem;transition:transform var(--transition-fast);width:1.15rem}.button:hover .button__icon{transform:translate(3px)}.button--primary{background:var(--color-accent);color:var(--color-dark)}.button--primary:hover{background:var(--brand-yellow-bright)}.button--secondary{background:var(--color-dark);color:var(--color-on-dark)}.button--secondary:hover{background:var(--color-accent);color:var(--color-dark)}.button--light{border-color:rgb(var(--brand-white-rgb) / 42%);color:var(--color-on-dark)}.button--light:hover{background:var(--color-on-dark);color:var(--color-dark)}.button-row{flex-wrap:wrap;gap:.75rem;display:flex}.text-link{letter-spacing:.1em;text-transform:uppercase;align-items:center;gap:.65rem;font-size:.7rem;font-weight:850;display:inline-flex}.text-link svg{height:1.1rem;transition:transform var(--transition-fast);width:1.1rem}.text-link:hover svg{transform:translate(4px)}.text-link--light{color:var(--color-on-dark)}.site-header{border-bottom:1px solid rgb(var(--brand-white-rgb) / 18%);color:var(--color-on-dark);height:var(--header-height);z-index:100;position:absolute;top:0;left:0;right:0}.site-header__inner{align-items:center;gap:var(--space-5);grid-template-columns:auto 1fr auto;height:100%;display:grid}.site-header__brand{align-items:center;gap:.8rem;display:flex}.site-header__brand>span:last-child{display:grid}.site-header__brand strong{font-family:var(--font-display);letter-spacing:-.01em;text-transform:uppercase;font-size:1rem;font-weight:900;font-stretch:75%;line-height:1}.site-header__brand small{color:rgb(var(--brand-white-rgb) / 62%);letter-spacing:.14em;text-transform:uppercase;margin-top:.3rem;font-size:.56rem;font-weight:700}.club-crest{aspect-ratio:1;flex:none;width:4rem;display:inline-flex;overflow:hidden}.club-crest img{object-fit:contain;width:100%;height:100%}.site-header__mark{width:3.1rem}.desktop-navigation{justify-self:center}.desktop-navigation ul{gap:clamp(1.1rem,2.2vw,2.5rem);list-style:none;display:flex}.desktop-navigation a{color:rgb(var(--brand-white-rgb) / 78%);letter-spacing:.08em;text-transform:uppercase;font-size:.68rem;font-weight:750;position:relative}.desktop-navigation a:after{background:var(--color-accent);content:"";transform-origin:100%;height:2px;transition:transform var(--transition-medium);width:100%;position:absolute;bottom:-.65rem;left:0;transform:scaleX(0)}.desktop-navigation a:hover{color:var(--color-on-dark)}.desktop-navigation a:hover:after{transform-origin:0;transform:scaleX(1)}.site-header__cta{min-height:2.8rem}.mobile-navigation{display:none}.home-hero{background:var(--color-dark);color:var(--color-on-dark);min-height:min(58rem,100svh);position:relative;overflow:hidden}.home-hero__media,.home-hero__wash{position:absolute;inset:0}.home-hero__media{left:38%}.home-hero__wash{background:linear-gradient(90deg, var(--color-dark) 0%, rgb(var(--brand-black-rgb) / 95%) 28%, rgb(var(--brand-black-rgb) / 62%) 60%, rgb(var(--brand-black-rgb) / 28%) 100%)}.home-hero__inner{min-height:min(58rem,100svh);padding-bottom:clamp(1.5rem,4vh,3rem);padding-top:calc(var(--header-height) + clamp(2.5rem, 8vh, 6rem));z-index:2;flex-direction:column;display:flex;position:relative}.home-hero__topline{color:rgb(var(--brand-white-rgb) / 58%);letter-spacing:.14em;text-transform:uppercase;justify-content:space-between;font-size:.58rem;font-weight:750;display:flex}.home-hero__content{grid-template-columns:minmax(0,1.5fr) minmax(17rem,.5fr);align-items:end;gap:3rem;margin-block:auto;padding-block:3rem;display:grid}.home-hero h1,.page-hero h1,.section-heading h2,.club-intro h2,.sponsorship-cta h2{font-family:var(--font-display);letter-spacing:-.075em;text-transform:uppercase;font-weight:900;font-stretch:75%;line-height:.84}.home-hero h1{max-width:10ch;margin-top:1.4rem;font-size:clamp(4.6rem,10.4vw,10rem)}.home-hero h1 span,.section-heading h2 em,.club-intro h2 em{color:var(--color-accent);text-transform:none;font-family:Georgia,Times New Roman,serif;font-size:.85em;font-weight:400}.home-hero h1 span{color:var(--color-on-dark);font-style:italic}.home-hero__aside{border-left:1px solid rgb(var(--brand-white-rgb) / 24%);padding-left:1.5rem}.home-hero__aside>p{color:rgb(var(--brand-white-rgb) / 78%);max-width:33rem;margin-bottom:1.8rem;font-size:clamp(.92rem,1.2vw,1.08rem);line-height:1.7}.home-hero__footer{color:rgb(var(--brand-white-rgb) / 50%);letter-spacing:.15em;text-transform:uppercase;align-items:center;gap:1rem;font-size:.56rem;font-weight:750;display:flex}.home-hero__rule{background:rgb(var(--brand-white-rgb) / 25%);flex:1;height:1px}.identity-strip{background:var(--color-accent);color:var(--color-dark);padding-block:.7rem;overflow:hidden}.identity-strip__track{font-family:var(--font-display);letter-spacing:-.04em;text-transform:uppercase;white-space:nowrap;justify-content:center;align-items:center;gap:clamp(2rem,6vw,6rem);font-size:clamp(1.25rem,2.2vw,2rem);font-weight:950;display:flex}.identity-strip .club-crest{width:2.4rem}.media-placeholder{background:var(--color-dark-soft);color:var(--color-on-dark);min-height:20rem;position:relative;overflow:hidden}.media-placeholder:after{background:var(--color-accent);content:"";transform-origin:0;height:.35rem;transition:transform var(--transition-medium);position:absolute;top:0;left:0;right:0;transform:scaleX(.22)}.media-placeholder:hover:after{transform:scaleX(1)}.media-placeholder__grid{background-image:linear-gradient(rgb(var(--brand-white-rgb) / 8%) 1px, transparent 1px), linear-gradient(90deg, rgb(var(--brand-white-rgb) / 8%) 1px, transparent 1px);opacity:.55;background-size:3rem 3rem;position:absolute;inset:0}.media-placeholder__circle{border:1px solid rgb(var(--brand-white-rgb) / 24%);border-radius:50%;width:72%;height:72%;position:absolute;top:14%;right:-16%}.media-placeholder__circle:after{background:var(--color-accent);content:"";border-radius:50%;width:.65rem;height:.65rem;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.media-placeholder__label{letter-spacing:.14em;text-transform:uppercase;z-index:2;font-size:.58rem;font-weight:850;position:absolute;bottom:1.25rem;left:1.25rem}.media-placeholder__title{font-family:var(--font-display);letter-spacing:-.04em;text-transform:uppercase;z-index:2;max-width:10ch;font-size:clamp(1.5rem,3vw,3rem);line-height:.95;position:absolute;top:1.5rem;left:1.25rem}.media-placeholder__marker{color:rgb(var(--brand-white-rgb) / 14%);font-family:var(--font-display);font-size:clamp(6rem,12vw,12rem);font-weight:950;line-height:.7;position:absolute;top:1.5rem;right:1rem}.media-placeholder--hero{height:100%;min-height:100%}.media-placeholder--hero .media-placeholder__grid{background-size:5rem 5rem;transform:perspective(500px)rotateY(-8deg)scale(1.12)}.media-placeholder--hero .media-placeholder__title,.media-placeholder--hero .media-placeholder__label{opacity:.28}.media-placeholder__crest{opacity:.14;width:min(32vw,25rem);position:absolute;top:20%;right:10%;transform:rotate(8deg)}.section-heading{border-top:1px solid var(--color-border);grid-template-columns:minmax(0,1.4fr) minmax(16rem,.6fr);align-items:end;gap:3rem;margin-bottom:clamp(2.5rem,5vw,5rem);padding-top:1.5rem;display:grid}.section-heading h2{margin-top:1rem;font-size:clamp(3rem,6vw,6rem)}.section-heading__aside>p{color:var(--color-muted);max-width:31rem;margin-bottom:1.25rem;font-size:.95rem;line-height:1.7}.section-heading--dark{border-color:rgb(var(--brand-white-rgb) / 20%)}.section-heading--dark h2,.section-heading--dark .text-link{color:var(--color-on-dark)}.section-heading--dark .eyebrow,.section-heading--dark .section-heading__aside>p{color:rgb(var(--brand-white-rgb) / 58%)}.match-centre-preview{background:var(--color-surface)}.match-centre-preview__grid{grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.match-board{background:var(--color-dark);color:var(--color-on-dark);min-height:27rem;padding:clamp(1.5rem,3vw,2.5rem);position:relative}.match-board+.match-board{border-left:1px solid rgb(var(--brand-white-rgb) / 20%)}.match-board--result{background:var(--color-accent);color:var(--color-dark)}.match-board--result .eyebrow,.match-board--result .match-board__topline>span{color:rgb(var(--brand-black-rgb) / 62%)}.match-board__topline{border-bottom:1px solid rgb(var(--brand-white-rgb) / 18%);justify-content:space-between;align-items:center;padding-bottom:1rem;display:flex}.match-board--result .match-board__topline{border-color:rgb(var(--brand-black-rgb) / 20%)}.match-board__topline>span{color:rgb(var(--brand-white-rgb) / 55%);letter-spacing:.11em;text-transform:uppercase;font-size:.6rem;font-weight:750}.match-board__empty-content{grid-template-columns:auto 1fr;align-items:center;gap:1.5rem;margin-block:clamp(4rem,8vw,6rem);display:grid}.match-board__empty-content svg{color:var(--color-accent);opacity:.85;width:5.5rem;height:5.5rem}.match-board--result .match-board__empty-content svg{color:var(--color-dark)}.match-board__empty-content strong{font-family:var(--font-display);letter-spacing:-.05em;text-transform:uppercase;font-size:clamp(2rem,3.2vw,3.4rem);font-weight:900;line-height:.95;display:block}.match-board__empty-content p{color:rgb(var(--brand-white-rgb) / 58%);max-width:24rem;margin-top:.8rem;font-size:.78rem;line-height:1.6}.match-board--result .match-board__empty-content p{color:rgb(var(--brand-black-rgb) / 62%)}.match-board__date,.match-board__venue{letter-spacing:.08em;text-align:center;text-transform:uppercase;font-size:.7rem;font-weight:750}.match-board__date{margin-top:2rem}.match-board__teams{grid-template-columns:1fr auto 1fr;align-items:center;gap:1rem;margin-block:2.5rem;display:grid}.match-board__teams>div{text-align:center;flex-direction:column;align-items:center;gap:.8rem;display:flex}.match-board__teams strong{font-family:var(--font-display);text-transform:uppercase;font-size:1.2rem}.match-board__score{align-items:center;gap:.7rem;display:flex}.match-board__score span{font-family:var(--font-display);font-size:3.4rem;font-weight:950}.match-board__score small{letter-spacing:.1em;font-size:.55rem}.team-badge{aspect-ratio:1;border:1px solid;justify-content:center;align-items:center;width:4rem;font-weight:900;display:flex}.club-intro{background:var(--color-background)}.club-intro__grid{grid-template-columns:minmax(0,1.06fr) minmax(18rem,.72fr);align-items:center;gap:clamp(3rem,8vw,8rem);display:grid}.club-intro__visual{min-height:clamp(30rem,58vw,47rem);position:relative}.club-intro__visual .media-placeholder{position:absolute;inset:0}.club-intro__visual:before{border:1px solid var(--color-border);content:"";position:absolute;inset:2rem -2rem -2rem 2rem}.club-intro h2{margin-block:1.5rem 2.5rem;font-size:clamp(3.1rem,6vw,6rem)}.club-intro__content>p:not(.eyebrow){color:var(--color-muted);max-width:36rem;margin-bottom:1.5rem;line-height:1.8}.club-intro__content .club-intro__lead{color:var(--color-text);letter-spacing:-.025em;font-size:clamp(1.2rem,2vw,1.6rem);font-weight:650;line-height:1.4}.club-intro__content .button{margin-top:1rem}.squad-preview{background:var(--color-dark);color:var(--color-on-dark)}.player-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:1px;display:grid}.player-card{background:var(--color-dark-soft);min-width:0}.player-card a{display:block}.player-card__media{aspect-ratio:.76;background:var(--brand-charcoal);position:relative;overflow:hidden}.player-card__media:before{background-image:linear-gradient(rgb(var(--brand-white-rgb) / 6%) 1px, transparent 1px), linear-gradient(90deg, rgb(var(--brand-white-rgb) / 6%) 1px, transparent 1px);content:"";background-size:2.4rem 2.4rem;position:absolute;inset:0}.player-card__media:after{background:var(--color-accent);content:"";transform-origin:0;height:.35rem;transition:transform var(--transition-medium);width:100%;position:absolute;bottom:0;left:0;transform:scaleX(0)}.player-card:hover .player-card__media:after{transform:scaleX(1)}.player-card__media img{object-fit:cover;transition:transform .6s}.player-card:hover .player-card__media img{transform:scale(1.025)}.player-card__figure{background:var(--brand-stone);opacity:.4;border-radius:50% 50% 8% 8%;width:60%;height:72%;position:absolute;bottom:-5%;left:20%}.player-card__figure:before{background:var(--brand-stone);content:"";border-radius:50%;width:44%;height:35%;position:absolute;top:-25%;left:28%}.player-card__code{color:rgb(var(--brand-white-rgb) / 10%);font-family:var(--font-display);letter-spacing:-.08em;font-size:clamp(4rem,8vw,8rem);font-weight:950;line-height:.8;position:absolute;top:1rem;left:.5rem}.player-card__placeholder{letter-spacing:.12em;text-transform:uppercase;z-index:2;font-size:.52rem;font-weight:800;position:absolute;bottom:1rem;left:1rem}.player-card__content{min-height:7rem;padding:1.3rem 1.25rem 1.5rem;position:relative}.player-card__content p{color:var(--color-accent);letter-spacing:.14em;text-transform:uppercase;margin-bottom:.45rem;font-size:.55rem;font-weight:800}.player-card__content h3{font-family:var(--font-display);letter-spacing:-.04em;overflow-wrap:anywhere;text-transform:uppercase;font-size:clamp(1.25rem,2vw,1.8rem);font-weight:900;line-height:1}.player-card__number{color:rgb(var(--brand-white-rgb) / 18%);font-family:var(--font-display);font-size:4rem;font-weight:950;line-height:1;position:absolute;top:.8rem;right:1rem}.club-pulse{background:var(--color-accent)}.club-pulse>.container>.eyebrow{color:rgb(var(--brand-black-rgb) / 60%)}.club-pulse__list{margin-top:2rem}.club-pulse__list article{border-top:1px solid rgb(var(--brand-black-rgb) / 25%);grid-template-columns:minmax(8rem,.35fr) minmax(16rem,1fr) minmax(14rem,.65fr);align-items:center;gap:2rem;padding-block:clamp(1.5rem,3.5vw,3rem);display:grid}.club-pulse__list article:last-child{border-bottom:1px solid rgb(var(--brand-black-rgb) / 25%)}.club-pulse__list span{letter-spacing:.12em;text-transform:uppercase;font-size:.6rem;font-weight:800}.club-pulse__list h2{font-family:var(--font-display);letter-spacing:-.07em;text-transform:uppercase;font-size:clamp(3.2rem,7vw,7rem);font-weight:950;line-height:.8}.club-pulse__list p{color:rgb(var(--brand-black-rgb) / 68%);max-width:24rem;font-size:.9rem;line-height:1.6}.gallery-preview{background:var(--color-surface)}.gallery-preview__grid{grid-template-rows:repeat(2,18rem);grid-template-columns:1.2fr .8fr .8fr;gap:1rem;display:grid}.gallery-preview__item--1{grid-row:1/3}.gallery-preview__item--2{grid-column:2/4}.gallery-preview__item--3{background:var(--color-accent);color:var(--color-dark)}.gallery-preview__item--3 .media-placeholder__grid{background-image:linear-gradient(rgb(var(--brand-black-rgb) / 9%) 1px, transparent 1px), linear-gradient(90deg, rgb(var(--brand-black-rgb) / 9%) 1px, transparent 1px)}.gallery-preview__item--3 .media-placeholder__circle{border-color:rgb(var(--brand-black-rgb) / 24%)}.gallery-preview__item--3 .media-placeholder__circle:after{background:var(--color-dark)}.gallery-preview__item--3 .media-placeholder__marker{color:rgb(var(--brand-black-rgb) / 14%)}.gallery-preview__item--4{background:var(--brand-charcoal)}.partners-preview{background:var(--color-background)}.partners-empty{border:1px solid var(--color-border);grid-template-columns:1fr .7fr;gap:4rem;padding:clamp(2rem,5vw,5rem);display:grid;position:relative}.partners-empty:after{border:1px solid var(--color-border);content:"";pointer-events:none;width:calc(100% - 2rem);height:calc(100% - 2rem);position:absolute;top:1rem;left:1rem}.partners-empty>div{z-index:1;position:relative}.partners-empty__plus{color:var(--color-accent);font-family:var(--font-display);margin-bottom:2rem;font-size:5rem;font-weight:300;line-height:.8;display:block}.partners-empty h3{font-family:var(--font-display);letter-spacing:-.055em;text-transform:uppercase;max-width:13ch;margin-top:1rem;font-size:clamp(2rem,4vw,4rem);line-height:.95}.partners-empty>div:last-child{align-self:end}.partners-empty>div:last-child p{color:var(--color-muted);max-width:30rem;margin-bottom:1.5rem;line-height:1.7}.sponsor-grid{grid-template-columns:repeat(3,1fr);display:grid}.sponsor-tile{border:1px solid var(--color-border);justify-content:center;align-items:center;min-height:14rem;display:flex}.sponsorship-cta{background:var(--color-accent);padding-block:clamp(5rem,10vw,9rem);position:relative;overflow:hidden}.sponsorship-cta__line{border:1px solid rgb(var(--brand-black-rgb) / 22%);border-radius:50%;width:42rem;height:42rem;position:absolute;top:-11rem;right:-18rem}.sponsorship-cta__line:before,.sponsorship-cta__line:after{background:rgb(var(--brand-black-rgb) / 22%);content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.sponsorship-cta__line:before{width:100%;height:1px}.sponsorship-cta__line:after{width:1px;height:100%}.sponsorship-cta__inner{z-index:1;grid-template-columns:1.4fr .6fr;align-items:end;gap:4rem;display:grid;position:relative}.sponsorship-cta .eyebrow{color:rgb(var(--brand-black-rgb) / 64%)}.sponsorship-cta h2{margin-top:1.5rem;font-size:clamp(4rem,9vw,9rem)}.sponsorship-cta h2 span{text-transform:none;font-family:Georgia,Times New Roman,serif;font-size:.82em;font-style:italic;font-weight:400}.sponsorship-cta__aside>p{color:rgb(var(--brand-black-rgb) / 72%);max-width:28rem;margin-bottom:1.5rem;line-height:1.7}.page-hero{background:var(--color-dark);color:var(--color-on-dark);min-height:clamp(32rem,68vh,44rem);padding-top:var(--header-height);position:relative;overflow:hidden}.page-hero__pitch{border:1px solid rgb(var(--brand-white-rgb) / 10%);border-radius:50%;width:min(70vw,55rem);height:min(70vw,55rem);position:absolute;top:-8rem;right:-18rem}.page-hero__pitch:before,.page-hero__pitch:after{background:rgb(var(--brand-white-rgb) / 10%);content:"";position:absolute;top:50%;left:50%}.page-hero__pitch:before{width:100%;height:1px;transform:translate(-50%,-50%)}.page-hero__pitch:after{width:1px;height:100%;transform:translate(-50%,-50%)}.page-hero__inner{min-height:clamp(26.5rem, calc(68vh - var(--header-height)), 38.5rem);flex-direction:column;padding-top:1.5rem;padding-bottom:clamp(2rem,5vw,4rem);display:flex;position:relative}.breadcrumbs{color:rgb(var(--brand-white-rgb) / 50%);letter-spacing:.12em;text-transform:uppercase;font-size:.58rem;font-weight:700}.breadcrumbs ol{gap:1.5rem;list-style:none;display:flex}.breadcrumbs li+li:before{content:"/";margin-right:1.5rem}.breadcrumbs a:hover{color:var(--color-accent)}.page-hero__content{grid-template-columns:1.35fr .65fr;align-items:end;gap:3rem;margin-block:auto 0;padding-top:5rem;display:grid}.page-hero h1{max-width:11ch;margin-top:1.4rem;font-size:clamp(4rem,9vw,9rem)}.page-hero h1 em{color:var(--color-accent);text-transform:none;font-family:Georgia,Times New Roman,serif;font-size:.82em;font-weight:400}.page-hero__intro{border-left:1px solid rgb(var(--brand-white-rgb) / 22%);color:rgb(var(--brand-white-rgb) / 70%);max-width:32rem;padding-left:1.5rem;line-height:1.75}.page-hero__marker{color:rgb(var(--brand-white-rgb) / 5%);font-family:var(--font-display);font-size:clamp(9rem,22vw,22rem);font-weight:950;line-height:.7;position:absolute;top:28%;right:2rem}.sr-only{clip:rect(0, 0, 0, 0);clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.story-section{background:var(--color-surface)}.story-section__grid{grid-template-columns:.35fr 1.65fr;gap:clamp(3rem,8vw,8rem);display:grid}.story-section__aside{border-right:1px solid var(--color-border);flex-direction:column;justify-content:space-between;min-height:33rem;padding-right:2rem;display:flex}.story-section__index{color:var(--color-border);font-family:var(--font-display);letter-spacing:-.09em;font-size:clamp(6rem,12vw,12rem);font-weight:950;line-height:.7}.story-section__body h2,.badge-section__content h2,.home-ground-section h2,.matches-section__header h2,.gallery-callout h2,.why-partner-section__intro h2,.partner-contact-section h2,.contact-section__intro h2,.contact-location-section h2,.player-profile-body h2,.related-players h2{font-family:var(--font-display);letter-spacing:-.065em;text-transform:uppercase;font-size:clamp(3rem,6vw,6rem);font-weight:900;line-height:.88}.story-section__body h2 em{color:var(--color-accent);text-transform:none;font-family:Georgia,Times New Roman,serif;font-size:.76em;font-weight:400}.story-section__copy{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:clamp(3rem,6vw,6rem);display:grid}.story-section__copy p{color:var(--color-muted);font-size:.9rem;line-height:1.8}.story-section__copy .lead{color:var(--color-text);letter-spacing:-.02em;font-size:1.2rem;font-weight:650;line-height:1.5}.club-quote{background:var(--color-accent);padding-block:clamp(5rem,9vw,8rem);overflow:hidden}.club-quote__inner{grid-template-columns:auto 1fr;align-items:start;display:grid}.club-quote__inner>span{opacity:.25;font-family:Georgia,Times New Roman,serif;font-size:clamp(8rem,16vw,16rem);line-height:.7}.club-quote blockquote{font-family:var(--font-display);letter-spacing:-.06em;text-transform:uppercase;max-width:18ch;font-size:clamp(3rem,6.5vw,6.5rem);font-weight:900;line-height:.92}.club-quote blockquote em{text-transform:none;font-family:Georgia,Times New Roman,serif;font-size:.78em;font-weight:400}.values-section{background:var(--color-background)}.values-grid{grid-template-columns:repeat(3,1fr);display:grid}.values-grid article{border-left:1px solid var(--color-border);min-height:24rem;padding:1.5rem clamp(1.25rem,3vw,2.5rem)}.values-grid article:last-child{border-right:1px solid var(--color-border)}.values-grid span,.opportunity-list article>span{color:var(--color-accent);font-family:var(--font-display);letter-spacing:-.06em;font-size:3.5rem;font-weight:900}.values-grid h3{font-family:var(--font-display);letter-spacing:-.055em;text-transform:uppercase;margin-top:5rem;font-size:clamp(2rem,4vw,3.5rem);font-weight:900}.values-grid p{color:var(--color-muted);margin-top:1rem;font-size:.88rem;line-height:1.7}.badge-section{background:var(--color-surface)}.badge-section__grid{grid-template-columns:1fr 1fr;align-items:center;gap:clamp(3rem,8vw,8rem);display:grid}.badge-section__crest{aspect-ratio:1;background:var(--color-dark);justify-content:center;align-items:center;padding:clamp(1.5rem,5vw,4rem);display:flex}.badge-section__crest .club-crest{width:min(100%,32rem)}.badge-section__content h2{margin-block:1.5rem 2rem;font-size:clamp(3rem,5vw,5rem)}.badge-section__content>p:not(.eyebrow){color:var(--color-muted);max-width:34rem;line-height:1.8}.badge-section__content dl{border-top:1px solid var(--color-border);margin-top:2.5rem}.badge-section__content dl div{border-bottom:1px solid var(--color-border);justify-content:space-between;align-items:center;padding-block:1rem;display:flex}.badge-section__content dt{color:var(--color-muted);letter-spacing:.12em;text-transform:uppercase;font-size:.6rem;font-weight:800}.badge-section__content dd{font-family:var(--font-display);text-transform:uppercase;font-size:1rem;font-weight:800}.home-ground-section{background:var(--color-dark);color:var(--color-on-dark)}.home-ground-section__grid{grid-template-columns:1.2fr .8fr;align-items:end;gap:4rem;display:grid}.home-ground-section h2{max-width:12ch;margin-block:1.5rem}.home-ground-section p:not(.eyebrow){color:rgb(var(--brand-white-rgb) / 60%);max-width:35rem;margin-bottom:1.5rem;line-height:1.75}.home-ground-section__coordinates{border:1px solid rgb(var(--brand-white-rgb) / 20%);grid-template-columns:.5fr 1.5fr;padding:clamp(1.5rem,4vw,3rem);display:grid}.home-ground-section__coordinates span,.home-ground-section__coordinates strong{border-bottom:1px solid rgb(var(--brand-white-rgb) / 14%);padding-block:1rem}.home-ground-section__coordinates span{color:rgb(var(--brand-white-rgb) / 42%);letter-spacing:.12em;text-transform:uppercase;font-size:.55rem;font-weight:800}.home-ground-section__coordinates strong{font-family:var(--font-display);text-align:right;text-transform:uppercase;font-size:1.15rem}.roster-section{background:var(--color-dark);color:var(--color-on-dark)}.content-notice{background:var(--color-accent);color:var(--color-dark);grid-template-columns:auto 1fr;align-items:center;gap:2rem;margin-bottom:6rem;padding:1.25rem 1.5rem;display:grid}.content-notice>span{letter-spacing:.12em;text-transform:uppercase;font-size:.58rem;font-weight:900}.content-notice p{font-size:.78rem}.content-notice code{font-size:.72rem;font-weight:700}.position-group+.position-group{margin-top:clamp(5rem,10vw,9rem)}.position-group__header{border-top:1px solid rgb(var(--brand-white-rgb) / 20%);justify-content:space-between;align-items:center;padding-block:1.25rem 2.5rem;display:flex}.position-group__header .eyebrow{color:var(--color-on-dark)}.position-group__header>span{color:rgb(var(--brand-white-rgb) / 40%);letter-spacing:.12em;text-transform:uppercase;font-size:.58rem;font-weight:800}.player-profile-hero{background:var(--color-dark);color:var(--color-on-dark);min-height:52rem;padding-top:var(--header-height)}.player-profile-hero__inner{padding-top:1.5rem}.player-profile-hero__grid{grid-template-columns:1fr .72fr;align-items:end;gap:clamp(2rem,7vw,7rem);margin-top:2rem;display:grid}.player-profile-hero__content{padding-bottom:clamp(4rem,10vw,8rem)}.player-profile-hero__content h1{font-family:var(--font-display);letter-spacing:-.075em;overflow-wrap:anywhere;text-transform:uppercase;margin-block:1.5rem 2rem;font-size:clamp(4.5rem,10vw,10rem);font-weight:950;line-height:.82}.player-profile-hero__content>p:last-child{border-left:1px solid rgb(var(--brand-white-rgb) / 22%);color:rgb(var(--brand-white-rgb) / 60%);max-width:36rem;padding-left:1.5rem;line-height:1.75}.player-profile-hero__grid>.media-placeholder{aspect-ratio:.78;min-height:0}.player-profile-data{background:var(--color-accent)}.player-profile-data__grid{grid-template-columns:repeat(4,1fr);display:grid}.player-profile-data__grid>div{border-left:1px solid rgb(var(--brand-black-rgb) / 20%);padding:1.5rem}.player-profile-data__grid>div:last-child{border-right:1px solid rgb(var(--brand-black-rgb) / 20%)}.player-profile-data span{letter-spacing:.12em;text-transform:uppercase;margin-bottom:.6rem;font-size:.55rem;font-weight:800;display:block}.player-profile-data strong{font-family:var(--font-display);text-transform:uppercase;font-size:clamp(1.4rem,3vw,2.8rem);font-weight:950;line-height:1}.player-profile-body{background:var(--color-surface)}.player-profile-body__grid{grid-template-columns:.4fr 1.6fr;gap:4rem;display:grid}.player-profile-body h2{max-width:15ch;font-size:clamp(2.8rem,5vw,5rem)}.player-profile-body__grid>div>p{color:var(--color-muted);max-width:38rem;margin-block:1.5rem;line-height:1.75}.related-players{background:var(--color-background)}.related-players__header{border-top:1px solid var(--color-border);justify-content:space-between;align-items:end;margin-bottom:3rem;padding-top:1.5rem;display:flex}.related-players h2{margin-top:1rem;font-size:clamp(2.7rem,5vw,5rem)}.related-players .player-card{color:var(--color-on-dark)}.matches-section{background:var(--color-surface)}.matches-section__header{border-top:1px solid var(--color-border);justify-content:space-between;align-items:end;margin-bottom:3rem;padding-top:1.5rem;display:flex}.matches-section__header h2{margin-top:1rem}.matches-section__header>p{color:var(--color-muted);text-align:right;max-width:25rem;font-size:.8rem;line-height:1.6}.match-empty-state{border:1px solid var(--color-border);grid-template-columns:auto 1fr;align-items:center;gap:3rem;padding:clamp(2rem,5vw,5rem);display:grid}.match-empty-state>span{color:var(--color-accent);font-family:var(--font-display);letter-spacing:-.08em;font-size:clamp(5rem,12vw,12rem);font-weight:950;line-height:.7}.match-empty-state h3,.results-empty-state h3,.current-partners-empty h3{font-family:var(--font-display);letter-spacing:-.055em;text-transform:uppercase;font-size:clamp(2.2rem,4vw,4rem);font-weight:900;line-height:.95}.match-empty-state p{color:var(--color-muted);margin-top:.8rem}.matches-list{grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.results-section{background:var(--color-dark);color:var(--color-on-dark)}.matches-section__header--dark{border-color:rgb(var(--brand-white-rgb) / 18%)}.matches-section__header--dark .eyebrow,.matches-section__header--dark>p{color:rgb(var(--brand-white-rgb) / 48%)}.results-empty-state{border:1px solid rgb(var(--brand-white-rgb) / 18%);padding:clamp(3rem,7vw,7rem)}.results-empty-state h3{max-width:15ch;margin-top:1.5rem}.result-row{border-top:1px solid rgb(var(--brand-white-rgb) / 18%);grid-template-columns:.8fr 1fr auto 1fr;align-items:center;gap:1.5rem;padding-block:1.5rem;display:grid}.result-row>div{display:grid}.result-row span,.result-row small{color:rgb(var(--brand-white-rgb) / 50%);letter-spacing:.1em;text-transform:uppercase;font-size:.58rem}.result-row p:last-child{text-align:right}.result-row strong{color:var(--color-accent);font-family:var(--font-display);font-size:2.2rem}.table-section{background:var(--color-background)}.league-table-wrap{overflow-x:auto}.league-table{border-collapse:collapse;width:100%;min-width:46rem}.league-table th,.league-table td{border-bottom:1px solid var(--color-border);text-align:center;padding:1.15rem 1rem}.league-table th:nth-child(2),.league-table td:nth-child(2){text-align:left}.league-table thead th{color:var(--color-muted);letter-spacing:.1em;text-transform:uppercase;font-size:.55rem}.league-table tbody th{font-family:var(--font-display);text-transform:uppercase}.league-table .is-club{background:var(--color-accent)}.table-empty-state{border-bottom:1px solid var(--color-border);border-top:1px solid var(--color-border);grid-template-columns:1fr 1fr;align-items:center;gap:3rem;padding-block:3rem;display:grid}.table-empty-state span{color:var(--color-border);font-family:var(--font-display);letter-spacing:-.08em;font-size:clamp(4rem,9vw,9rem);font-weight:950;line-height:.75}.table-empty-state p{color:var(--color-muted);max-width:32rem;line-height:1.75}.gallery-page-section{background:var(--color-surface)}.gallery-page-intro{border-top:1px solid var(--color-border);grid-template-columns:1fr 1fr;align-items:start;gap:3rem;margin-bottom:4rem;padding-top:1.5rem;display:grid}.gallery-page-intro>p:last-child{color:var(--color-muted);max-width:34rem;line-height:1.7}.gallery-page-grid{grid-auto-flow:dense;grid-template-columns:repeat(3,1fr);gap:1.25rem;display:grid}.gallery-card{min-width:0}.gallery-card--landscape{grid-column:span 2}.gallery-card--portrait{grid-row:span 2}.gallery-card .media-placeholder,.gallery-card__image{aspect-ratio:1;min-height:0;position:relative}.gallery-card--landscape .media-placeholder,.gallery-card--landscape .gallery-card__image{aspect-ratio:2.05}.gallery-card--portrait .media-placeholder,.gallery-card--portrait .gallery-card__image{aspect-ratio:.75}.gallery-card__image img{object-fit:cover}.gallery-card figcaption{border-bottom:1px solid var(--color-border);align-items:start;gap:.4rem;padding-block:.85rem 1.2rem;display:grid}.gallery-card figcaption span{color:var(--color-muted);letter-spacing:.12em;text-transform:uppercase;font-size:.54rem;font-weight:800}.gallery-card figcaption strong{font-family:var(--font-display);text-transform:uppercase;font-size:1.1rem}.gallery-callout{background:var(--color-dark);color:var(--color-on-dark);padding-block:clamp(5rem,9vw,8rem)}.gallery-callout__inner{grid-template-columns:.45fr 1.2fr .55fr;gap:2rem;display:grid}.gallery-callout h2{font-size:clamp(2.7rem,5vw,5rem)}.gallery-callout__inner>p:last-child{color:rgb(var(--brand-white-rgb) / 55%);line-height:1.75}.current-partners-section{background:var(--color-surface)}.partner-list{grid-template-columns:repeat(3,1fr);display:grid}.partner-list article{border:1px solid var(--color-border);min-height:20rem;padding:2rem}.current-partners-empty{border:1px solid var(--color-border);grid-template-columns:auto 1fr .65fr;align-items:end;gap:clamp(2rem,5vw,5rem);padding:clamp(2rem,5vw,5rem);display:grid}.current-partners-empty__mark{color:var(--color-accent);font-family:var(--font-display);letter-spacing:-.09em;font-size:clamp(6rem,11vw,11rem);font-weight:950;line-height:.65}.current-partners-empty h3{max-width:14ch;margin-top:1rem}.current-partners-empty>p{color:var(--color-muted);font-size:.85rem;line-height:1.7}.why-partner-section{background:var(--color-dark);color:var(--color-on-dark)}.why-partner-section__intro{grid-template-columns:.4fr 1fr .6fr;gap:2rem;margin-bottom:5rem;display:grid}.why-partner-section__intro h2{font-size:clamp(3rem,6vw,6rem)}.why-partner-section__intro>p:last-child{color:rgb(var(--brand-white-rgb) / 55%);line-height:1.75}.partner-benefits{grid-template-columns:repeat(3,1fr);display:grid}.partner-benefits article{border-left:1px solid rgb(var(--brand-white-rgb) / 18%);min-height:22rem;padding:1.5rem clamp(1rem,3vw,2.5rem)}.partner-benefits article:last-child{border-right:1px solid rgb(var(--brand-white-rgb) / 18%)}.partner-benefits span{color:var(--color-accent);font-family:var(--font-display);font-size:3.5rem;font-weight:950}.partner-benefits h3{font-family:var(--font-display);letter-spacing:-.045em;text-transform:uppercase;margin-top:5rem;font-size:clamp(1.8rem,3vw,3rem);font-weight:900}.partner-benefits p{color:rgb(var(--brand-white-rgb) / 52%);margin-top:1rem;font-size:.85rem;line-height:1.7}.opportunities-section{background:var(--color-background)}.opportunity-list article{border-top:1px solid var(--color-border);grid-template-columns:.25fr .85fr .9fr;align-items:center;gap:2rem;padding-block:2rem;display:grid}.opportunity-list article:last-child{border-bottom:1px solid var(--color-border)}.opportunity-list h3{font-family:var(--font-display);letter-spacing:-.045em;text-transform:uppercase;font-size:clamp(1.8rem,3vw,3rem);font-weight:900}.opportunity-list p{color:var(--color-muted);font-size:.88rem;line-height:1.7}.partner-contact-section{background:var(--color-accent);padding-block:clamp(5rem,9vw,8rem)}.partner-contact-section__inner{grid-template-columns:1.2fr .8fr;align-items:end;gap:4rem;display:grid}.partner-contact-section h2{max-width:13ch;margin-top:1.5rem}.partner-contact-section__inner>div:last-child>p{color:rgb(var(--brand-black-rgb) / 68%);max-width:30rem;margin-bottom:1.5rem;line-height:1.7}.contact-section{background:var(--color-surface)}.contact-section__grid{grid-template-columns:.7fr 1.3fr;gap:clamp(3rem,8vw,8rem);display:grid}.contact-section__intro h2{margin-block:1.5rem;font-size:clamp(3rem,5vw,5rem)}.contact-section__intro>p:last-child{color:var(--color-muted);max-width:33rem;line-height:1.75}.contact-routes article{border-top:1px solid var(--color-border);grid-template-columns:auto 1fr auto;align-items:center;gap:1.5rem;padding-block:1.5rem;display:grid}.contact-routes article:last-child{border-bottom:1px solid var(--color-border)}.contact-routes article>span{color:var(--color-accent);font-family:var(--font-display);font-size:2.5rem;font-weight:950}.contact-routes h3{font-family:var(--font-display);text-transform:uppercase;font-size:1.5rem;font-weight:900}.contact-routes article>div p{color:var(--color-muted);margin-top:.25rem;font-size:.75rem}.contact-routes article>a{align-items:center;gap:.5rem;font-size:.72rem;font-weight:750;display:flex}.contact-routes article>a:hover{color:var(--color-accent)}.contact-routes article>a svg{width:1rem;height:1rem}.contact-routes__pending{color:var(--color-muted);letter-spacing:.1em;text-transform:uppercase;font-size:.6rem;font-weight:800}.contact-location-section{background:var(--color-dark);color:var(--color-on-dark);padding-block:clamp(5rem,9vw,8rem);overflow:hidden}.contact-location-section__grid{grid-template-columns:.7fr 1.3fr;align-items:center;gap:4rem;display:grid}.contact-location-section h2{overflow-wrap:anywhere;margin-block:1.5rem .5rem;font-size:clamp(4rem,8vw,8rem)}.contact-location-section__grid>div:first-child>p:last-child{color:rgb(var(--brand-white-rgb) / 48%);letter-spacing:.1em;text-transform:uppercase;font-size:.7rem}.contact-location-section__pitch{aspect-ratio:1.8;border:1px solid rgb(var(--brand-white-rgb) / 18%);position:relative}.contact-location-section__pitch:before{border:1px solid rgb(var(--brand-white-rgb) / 18%);content:"";border-radius:50%;width:25%;height:45%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.contact-location-section__pitch:after{background:rgb(var(--brand-white-rgb) / 18%);content:"";width:1px;height:100%;position:absolute;top:0;left:50%}.contact-location-section__pitch span{background:var(--color-accent);z-index:1;border-radius:50%;width:.75rem;height:.75rem;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.prose-page{background:var(--color-surface)}.prose-page__inner{max-width:var(--container-narrow)}.prose-page__updated{color:var(--color-muted);letter-spacing:.1em;text-transform:uppercase;margin-bottom:4rem;font-size:.62rem;font-weight:800}.prose-page h2{border-top:1px solid var(--color-border);font-family:var(--font-display);letter-spacing:-.045em;text-transform:uppercase;margin-top:3rem;padding-top:1rem;font-size:clamp(2rem,4vw,3.5rem);font-weight:900}.prose-page p:not(.prose-page__updated){color:var(--color-muted);max-width:46rem;margin-top:1rem;font-size:1rem;line-height:1.85}.not-found-page{background:var(--color-dark);color:var(--color-on-dark);min-height:100vh;padding-top:var(--header-height);align-items:center;display:flex}.not-found-page h1{font-family:var(--font-display);letter-spacing:-.075em;text-transform:uppercase;max-width:10ch;margin-block:1.5rem;font-size:clamp(4rem,10vw,10rem);font-weight:950;line-height:.82}.not-found-page__inner>p:not(.eyebrow){color:rgb(var(--brand-white-rgb) / 58%);margin-bottom:2rem}.site-footer{background:var(--color-dark);color:var(--color-on-dark);padding-block:clamp(4rem,8vw,7rem) 1.5rem}.site-footer__top{border-bottom:1px solid rgb(var(--brand-white-rgb) / 18%);justify-content:space-between;align-items:end;padding-bottom:3rem;display:flex}.site-footer__identity{align-items:center;gap:1.25rem;display:flex}.site-footer__mark{width:5rem}.site-footer__identity>div>p:last-child{color:rgb(var(--brand-white-rgb) / 58%);margin-top:.5rem}.site-footer__statement{font-family:var(--font-display);letter-spacing:-.05em;text-align:right;text-transform:uppercase;font-size:clamp(2rem,3.4vw,3.5rem);font-weight:900;line-height:.9}.site-footer__statement span{color:var(--color-accent);text-transform:none;font-family:Georgia,Times New Roman,serif;font-size:.78em;font-style:italic;font-weight:400}.site-footer__grid{grid-template-columns:1.2fr .8fr 1fr;gap:4rem;padding-block:4rem;display:grid}.site-footer__label{color:rgb(var(--brand-white-rgb) / 38%);letter-spacing:.14em;text-transform:uppercase;margin-bottom:1.5rem;font-size:.56rem;font-weight:800}.site-footer__links{column-count:2;list-style:none}.site-footer__links li{margin-bottom:.75rem}.site-footer__links a,.site-footer__details dd{color:rgb(var(--brand-white-rgb) / 75%);font-size:.82rem}.site-footer__links a:hover{color:var(--color-accent)}.site-footer__details div{margin-bottom:1rem}.site-footer__details dt{color:rgb(var(--brand-white-rgb) / 38%);letter-spacing:.1em;text-transform:uppercase;margin-bottom:.25rem;font-size:.52rem;font-weight:700}.footer-contact-link{border-bottom:1px solid rgb(var(--brand-white-rgb) / 24%);font-family:var(--font-display);text-transform:uppercase;justify-content:space-between;align-items:center;padding-bottom:.75rem;font-size:1.6rem;font-weight:800;display:flex}.footer-contact-link svg{width:1.2rem;height:1.2rem}.footer-contact-link:hover{border-color:var(--color-accent);color:var(--color-accent)}.site-footer__muted{color:rgb(var(--brand-white-rgb) / 38%);margin-top:1rem;font-size:.68rem;line-height:1.6}.site-footer__bottom{border-top:1px solid rgb(var(--brand-white-rgb) / 18%);color:rgb(var(--brand-white-rgb) / 38%);letter-spacing:.08em;text-transform:uppercase;grid-template-columns:1fr auto 1fr;align-items:center;gap:1rem;padding-top:1.5rem;font-size:.55rem;display:grid}.site-footer__bottom>div{gap:1.5rem;display:flex}.site-footer__bottom a:hover{color:var(--color-on-dark)}.site-footer__credit{text-align:right}@media (max-width:68rem){.desktop-navigation,.site-header__cta{display:none}.site-header__inner{grid-template-columns:1fr auto}.mobile-navigation{display:block;position:relative}.mobile-navigation summary{cursor:pointer;flex-direction:column;justify-content:center;align-items:stretch;gap:.3rem;width:3rem;min-height:3rem;padding:.7rem;list-style:none;display:flex}.mobile-navigation summary::-webkit-details-marker{display:none}.mobile-navigation summary span{height:1px;transition:transform var(--transition-fast), opacity var(--transition-fast);background:currentColor;width:100%}.mobile-navigation[open] summary span:first-child{transform:translateY(6px)rotate(45deg)}.mobile-navigation[open] summary span:nth-child(2){opacity:0}.mobile-navigation[open] summary span:last-child{transform:translateY(-6px)rotate(-45deg)}.mobile-navigation__panel{background:var(--color-dark);border-top:1px solid rgb(var(--brand-white-rgb) / 18%);min-height:calc(100vh - var(--header-height));right:0;top:var(--header-height);width:min(100%,32rem);padding:2rem clamp(1.25rem,4vw,4rem) 3rem;position:fixed}.mobile-navigation__panel ul{margin-block:2rem;list-style:none}.mobile-navigation__panel li{border-top:1px solid rgb(var(--brand-white-rgb) / 16%);grid-template-columns:2rem 1fr;align-items:center;padding-block:.8rem;display:grid}.mobile-navigation__panel li:last-child{border-bottom:1px solid rgb(var(--brand-white-rgb) / 16%)}.mobile-navigation__panel li span{color:var(--color-accent);background:0 0;width:auto;height:auto;font-size:.55rem}.mobile-navigation__panel li a{font-family:var(--font-display);letter-spacing:-.04em;text-transform:uppercase;font-size:2rem;font-weight:900}.home-hero__content,.section-heading,.page-hero__content,.sponsorship-cta__inner{grid-template-columns:1fr}.home-hero__content{align-items:start;gap:2rem}.home-hero__aside{max-width:34rem}.home-hero__media{left:25%}.section-heading{align-items:start;gap:1.5rem}.club-intro__grid{grid-template-columns:1fr .8fr;gap:5rem}.player-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.gallery-preview__grid{grid-template-rows:repeat(2,15rem)}.page-hero__content{gap:2rem}.page-hero__intro{max-width:38rem}.story-section__copy{grid-template-columns:1fr 1fr}.story-section__copy .lead{grid-column:1/3}.gallery-page-grid{grid-template-columns:repeat(2,1fr)}.gallery-card--landscape{grid-column:span 2}.why-partner-section__intro,.gallery-callout__inner{grid-template-columns:1fr 1fr}.why-partner-section__intro .eyebrow,.gallery-callout__inner .eyebrow{grid-column:1/3}}@media (max-width:48rem){:root{--header-height:4.75rem}.site-header__mark{width:2.5rem}.home-hero,.home-hero__inner{min-height:47rem}.home-hero__topline p:last-child{display:none}.home-hero__media{opacity:.62;left:0}.home-hero__wash{background:linear-gradient(180deg, rgb(var(--brand-black-rgb) / 70%) 0%, rgb(var(--brand-black-rgb) / 42%) 30%, rgb(var(--brand-black-rgb) / 90%) 72%, var(--color-dark) 100%)}.home-hero h1{font-size:clamp(4rem,20vw,6.3rem)}.home-hero__aside{border-left:0;border-top:1px solid rgb(var(--brand-white-rgb) / 22%);padding-top:1.25rem;padding-left:0}.home-hero__footer span:first-child{display:none}.identity-strip__track{justify-content:flex-start;padding-left:1.25rem}.match-centre-preview__grid,.club-intro__grid,.partners-empty,.site-footer__grid{grid-template-columns:1fr}.match-board+.match-board{border-left:0;border-top:1px solid rgb(var(--brand-white-rgb) / 20%)}.club-intro__grid{gap:5rem}.club-intro__visual{min-height:32rem}.club-intro__visual:before{inset:1rem -.5rem -1rem 1rem}.club-pulse__list article{grid-template-columns:1fr;align-items:start;gap:.75rem}.club-pulse__list h2{margin-block:.5rem}.gallery-preview__grid{grid-template-rows:24rem 15rem 15rem;grid-template-columns:1fr 1fr}.gallery-preview__item--1{grid-area:auto/1/auto/3}.gallery-preview__item--2{grid-column:1/3}.partners-empty{gap:2rem}.sponsorship-cta__aside{max-width:32rem}.page-hero{min-height:36rem}.page-hero__inner{min-height:calc(36rem - var(--header-height))}.page-hero h1{font-size:clamp(3.8rem,18vw,6rem)}.site-footer__top{flex-direction:column;align-items:start;gap:3rem}.site-footer__statement{text-align:left}.site-footer__grid{gap:2.5rem}.site-footer__bottom{grid-template-columns:1fr;align-items:start}.site-footer__credit{text-align:left}.story-section__grid,.badge-section__grid,.home-ground-section__grid,.player-profile-hero__grid,.player-profile-body__grid,.table-empty-state,.gallery-page-intro,.why-partner-section__intro,.gallery-callout__inner,.partner-contact-section__inner,.contact-section__grid,.contact-location-section__grid{grid-template-columns:1fr}.story-section__aside{border-bottom:1px solid var(--color-border);border-right:0;flex-direction:row;min-height:0;padding-bottom:1rem;padding-right:0}.story-section__index{font-size:4rem}.story-section__copy{grid-template-columns:1fr}.story-section__copy .lead,.why-partner-section__intro .eyebrow,.gallery-callout__inner .eyebrow{grid-column:auto}.values-grid,.partner-benefits,.player-profile-data__grid{grid-template-columns:repeat(2,1fr)}.values-grid article:nth-child(3),.partner-benefits article:nth-child(3){grid-column:1/3}.values-grid article,.partner-benefits article{min-height:18rem}.values-grid h3,.partner-benefits h3{margin-top:2.5rem}.player-profile-hero{padding-bottom:0}.player-profile-hero__content{padding-bottom:1rem}.player-profile-hero__grid>.media-placeholder{max-height:36rem}.current-partners-empty{grid-template-columns:1fr;align-items:start}.current-partners-empty__mark{font-size:6rem}.opportunity-list article{grid-template-columns:auto 1fr;align-items:start}.opportunity-list article p{grid-column:2}.contact-routes article{grid-template-columns:auto 1fr}.contact-routes article>a,.contact-routes__pending{grid-column:2}}@media (max-width:34rem){.site-header__brand small{display:none}.button-row{flex-direction:column;align-items:stretch}.button-row .button{width:100%}.match-board__empty-content{grid-template-columns:1fr;align-items:start}.match-board__empty-content svg{width:4rem;height:4rem}.player-grid{gap:.75rem}.player-card__content{min-height:6rem;padding:1rem .8rem}.player-card__placeholder{left:.75rem}.player-card__code{font-size:3rem}.gallery-preview__grid{flex-direction:column;display:flex}.gallery-preview__item{min-height:20rem}.content-notice,.match-empty-state{grid-template-columns:1fr;align-items:start}.position-group__header{flex-direction:column;align-items:start;gap:.75rem}.player-profile-data__grid,.values-grid,.partner-benefits{grid-template-columns:1fr}.values-grid article:nth-child(3),.partner-benefits article:nth-child(3){grid-column:auto}.player-profile-data__grid>div,.player-profile-data__grid>div:last-child{border-bottom:1px solid rgb(var(--brand-black-rgb) / 20%);border-left:0;border-right:0}.related-players__header,.matches-section__header{flex-direction:column;align-items:start;gap:1rem}.matches-section__header>p{text-align:left}.gallery-page-grid{grid-template-columns:1fr}.gallery-card--landscape{grid-column:auto}.gallery-card--landscape .media-placeholder,.gallery-card--landscape .gallery-card__image{aspect-ratio:1}.opportunity-list article{grid-template-columns:1fr}.opportunity-list article p{grid-column:auto}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important}}
