@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,500;0,600;0,700;0,800;1,700&family=DM+Sans:wght@400;500;600;700&display=swap');

:root {
  --navy: #071b3f;
  --navy-soft: #0c2857;
  --blue: #1268e8;
  --cyan: #ffc51b;
  --cream: #f3f0e9;
  --white: #fff;
  --ink: #0b1730;
  --muted: #667085;
  --line: rgba(7, 27, 63, 0.14);
  --display: 'Barlow Condensed', 'Arial Narrow', sans-serif;
  --body: 'DM Sans', Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: var(--body); }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.section { padding: 112px 0; }
.section-tight { padding: 0 0 96px; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 100; padding: 12px 18px; color: #fff; background: var(--blue); }
.skip-link:focus { top: 16px; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 20; height: 82px; color: white; background: rgba(7,27,63,.96); border-bottom: 1px solid rgba(255,255,255,.12); box-shadow: 0 8px 24px rgba(0,0,0,.12); transition: background .25s, height .25s, box-shadow .25s; }
.site-header.scrolled { height: 70px; background: rgba(7,27,63,.95); box-shadow: 0 10px 30px rgba(0,0,0,.14); backdrop-filter: blur(14px); }
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 11px; font: 800 25px/1 var(--display); letter-spacing: .045em; }
.brand > span > span { color: var(--cyan); }
.brand img { border: 2px solid rgba(255,255,255,.8); border-radius: 50%; object-fit: cover; transition: transform .25s; }
.brand:hover img { transform: rotate(-5deg); }
.site-nav { display: flex; align-items: center; gap: 34px; font-size: 14px; font-weight: 600; }
.site-nav > a:not(.button) { position: relative; }
.site-nav > a:not(.button)::after { content: ''; position: absolute; left: 0; right: 100%; bottom: -7px; height: 2px; background: var(--cyan); transition: right .2s; }
.site-nav > a:not(.button):hover::after { right: 0; }
.menu-toggle { display: none; padding: 8px; border: 0; background: none; }
.menu-toggle span { display: block; width: 24px; height: 2px; margin: 5px; background: white; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 20px; min-height: 52px; padding: 0 25px; color: var(--navy); background: var(--cyan); border: 1px solid var(--cyan); font-size: 14px; font-weight: 700; transition: transform .2s, background .2s, color .2s; }
.button:hover { transform: translateY(-2px); background: white; border-color: white; }
.button-small { min-height: 42px; padding: 0 19px; }
.button-dark { color: white; background: var(--navy); border-color: var(--navy); }
.button-dark:hover { color: white; background: var(--blue); border-color: var(--blue); }
.text-link { display: inline-flex; gap: 26px; padding-bottom: 5px; border-bottom: 1px solid rgba(255,255,255,.55); font-size: 14px; font-weight: 600; }
.text-link.dark { border-color: var(--navy); }
.text-link span { transition: transform .2s; }
.text-link:hover span { transform: translateX(5px); }

.hero { position: relative; min-height: 760px; height: 100svh; max-height: 940px; overflow: hidden; color: white; background: #02060c; }
.hero::after { content: ''; position: absolute; inset: 0; z-index: 1; background: rgba(2,6,12,.34); pointer-events: none; }
.hero-slides { position: absolute; inset: 0; z-index: 0; overflow: hidden; background: #02060c; }
.hero-slide { position: absolute; inset: 0; width: 100%; height: 100%; opacity: 0; object-fit: cover; object-position: center; animation: hero-crossfade 16s ease-in-out infinite; }
.hero-slide:nth-child(1) { animation-delay: -.5s; }
.hero-slide:nth-child(2) { animation-delay: 3.5s; }
.hero-slide:nth-child(3) { animation-delay: 7.5s; }
.hero-slide:nth-child(4) { animation-delay: 11.5s; }
.hero-slide-penalty { object-position: center 62%; }
.hero-slide-huddle { object-position: center 62%; }
.hero-slide-ballwork { object-position: center 60%; }
.hero-slide-champions { object-position: center 70%; }
.hero-content { position: relative; z-index: 2; display: flex; min-height: 100%; padding-top: 112px; padding-bottom: 84px; align-items: center; flex-direction: column; justify-content: center; text-align: center; }
.hero h1, .hero-copy, .hero-kicker { text-shadow: 0 2px 18px rgba(0,0,0,.72); }
.hero-kicker { margin: 0; font: 500 clamp(17px, 1.55vw, 23px)/1 var(--display); letter-spacing: .035em; text-transform: uppercase; }
.hero-divider { width: 162px; height: 1px; margin: 16px 0 34px; background: rgba(255,255,255,.82); box-shadow: 0 2px 14px rgba(0,0,0,.5); }
.eyebrow, .section-tag { margin: 0 0 22px; color: var(--cyan); font-size: 11px; font-weight: 700; letter-spacing: .19em; text-transform: uppercase; }
.section-tag { color: var(--blue); }
.section-tag.light { color: var(--cyan); }
h1, h2, h3 { margin: 0; font-family: var(--display); text-transform: uppercase; }
h1 { max-width: 850px; font-size: clamp(72px, 9.7vw, 136px); line-height: .79; letter-spacing: -.035em; }
h1 em { color: transparent; -webkit-text-stroke: 1.5px rgba(255,255,255,.8); font-style: italic; }
.hero h1 { max-width: none; font-size: clamp(76px, 8vw, 112px); line-height: .86; letter-spacing: -.025em; }
.hero-copy { max-width: 620px; margin: 28px auto 26px; color: rgba(255,255,255,.9); font-size: 16px; line-height: 1.65; }
.hero-pitch { max-width: 760px; margin: 30px auto 28px; font: 600 clamp(20px, 1.8vw, 26px)/1.3 var(--display); letter-spacing: .01em; text-wrap: balance; text-transform: uppercase; text-shadow: 0 2px 18px rgba(0,0,0,.72); }
.hero-pitch a { color: var(--cyan); border-bottom: 1px solid currentColor; white-space: nowrap; transition: color .2s, border-color .2s; }
.hero-pitch a:hover { color: white; }
.hero-actions { display: flex; align-items: center; justify-content: center; }
.hero-register { min-width: 260px; min-height: 58px; text-transform: uppercase; letter-spacing: .035em; }
.hero-ticker { position: absolute; z-index: 3; bottom: 0; width: 100%; overflow: hidden; padding: 18px 0; color: var(--navy); background: var(--cyan); font: 700 14px/1 var(--display); letter-spacing: .12em; }
.hero-ticker div { display: flex; width: max-content; gap: 40px; animation: ticker 24s linear infinite; }
.hero-ticker > div { gap: 0; }
.hero-ticker-set { display: flex; flex: none; gap: 40px; padding-right: 40px; }
.hero-ticker b { font-size: 10px; }
@keyframes ticker { to { transform: translateX(-50%); } }
@keyframes hero-crossfade {
  0% { opacity: 0; }
  4%, 25% { opacity: 1; }
  29%, 100% { opacity: 0; }
}

.intro-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; }
h2 { font-size: clamp(52px, 6.8vw, 88px); line-height: .9; letter-spacing: -.025em; }
.intro-body { padding-top: 35px; }
.intro-body p { max-width: 570px; margin: 0 0 35px; font-size: 19px; line-height: 1.75; }
.number-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-block: 1px solid var(--line); }
.number-grid div { display: flex; flex-direction: column; min-height: 170px; padding: 30px; border-right: 1px solid var(--line); justify-content: center; }
.number-grid div:first-child { border-left: 1px solid var(--line); }
.number-grid strong { font: 700 54px/1 var(--display); color: var(--blue); }
.number-grid span { margin-top: 12px; color: var(--muted); font-size: 13px; }

.teams { color: white; background: var(--navy); }
.section-heading { display: grid; grid-template-columns: 1.35fr .65fr; align-items: end; gap: 80px; margin-bottom: 60px; }
.section-heading > p { max-width: 410px; margin: 0 0 7px; color: rgba(255,255,255,.62); line-height: 1.7; }
.team-cards { display: grid; grid-template-columns: 1.3fr 1fr; gap: 18px; }
.team-card { position: relative; min-height: 380px; overflow: hidden; padding: 34px; background: linear-gradient(140deg, #11346a, #0a2147); display: flex; flex-direction: column; justify-content: space-between; transition: transform .25s; }
.team-card:hover { transform: translateY(-5px); }
.team-card::before { content: ''; position: absolute; width: 380px; height: 380px; right: -160px; top: -175px; border: 1px solid rgba(67,217,255,.25); border-radius: 50%; box-shadow: 0 0 0 45px rgba(67,217,255,.035), 0 0 0 90px rgba(67,217,255,.025); }
.team-card-featured { background: linear-gradient(140deg, #0f62d7, #0a3b84); }
.card-number { position: relative; color: rgba(255,255,255,.52); font: 600 13px/1 var(--display); }
.team-card-copy { position: relative; }
.team-card-copy p { margin: 0 0 12px; color: var(--cyan); font-size: 11px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.team-card-copy h3 { font-size: clamp(38px, 4vw, 57px); line-height: .95; }
.team-card-copy span { display: block; margin-top: 12px; color: rgba(255,255,255,.65); font-size: 13px; }
.team-card > a { position: absolute; right: 30px; bottom: 30px; display: grid; place-items: center; width: 46px; height: 46px; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; }
.league-banner { display: grid; grid-template-columns: .5fr 1.5fr auto; align-items: center; gap: 30px; margin-top: 18px; padding: 28px 34px; color: var(--navy); background: var(--cyan); transition: transform .2s, background .2s; }
.league-banner:hover { transform: translateY(-3px); background: white; }
.league-kicker { font-size: 10px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.league-banner strong { font: 700 clamp(27px, 3vw, 40px)/1 var(--display); text-transform: uppercase; }
.league-action { font-size: 12px; font-weight: 700; }

.schedule { background: white; }
.schedule-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 50px; }
.status-pill { display: flex; align-items: center; gap: 9px; padding: 10px 14px; color: #4b5870; background: #f3f6f9; border-radius: 30px; font-size: 12px; }
.status-pill span { width: 7px; height: 7px; background: var(--blue); border-radius: 50%; box-shadow: 0 0 0 5px rgba(18,104,232,.1); }
.match-card { display: grid; grid-template-columns: .8fr 1.6fr .7fr; align-items: center; gap: 35px; padding: 45px; border: 1px solid #dce2ea; box-shadow: 0 20px 60px rgba(13,36,70,.07); }
.match-meta { display: flex; flex-direction: column; padding-right: 25px; border-right: 1px solid #dce2ea; }
.match-meta span { color: var(--blue); font-size: 10px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.match-meta strong { margin: 12px 0 7px; font: 700 27px/1 var(--display); text-transform: uppercase; }
.match-meta small { color: var(--muted); }
.matchup { display: flex; align-items: center; justify-content: center; gap: clamp(25px, 5vw, 65px); }
.club-side { display: flex; align-items: center; gap: 14px; font: 700 21px/1 var(--display); text-transform: uppercase; }
.club-side img { border-radius: 50%; object-fit: cover; }
.crest-placeholder { display: grid; place-items: center; width: 68px; height: 68px; color: #9ba4b2; background: #edf0f4; border-radius: 50%; font: 700 25px/1 var(--display); }
.opponent { color: #7d8795; }
.versus { display: flex; flex-direction: column; align-items: center; gap: 7px; }
.versus span { color: var(--muted); font: 700 14px/1 var(--display); }
.versus small { white-space: nowrap; font: 700 20px/1 var(--display); }
.competition-links { display: flex; flex-wrap: wrap; gap: 12px 24px; margin-top: 22px; color: var(--muted); font-size: 12px; }
.competition-links a { color: var(--blue); font-weight: 600; }
.competition-links a:hover { text-decoration: underline; }

.values { color: white; background-image: linear-gradient(105deg, rgba(5,25,58,.98) 12%, rgba(7,27,63,.92) 58%, rgba(7,27,63,.78)), url('https://pub-b8191960f89b4ae5905ae36de27a508e.r2.dev/gallery/tiger/full/025.jpg'); background-position: center, center 46%; background-size: cover; }
.values-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; }
.values-title h2 { max-width: 500px; }
.value-list article { display: grid; grid-template-columns: 50px 1fr; gap: 25px; padding: 32px 0; border-bottom: 1px solid rgba(255,255,255,.15); }
.value-list article:first-child { border-top: 1px solid rgba(255,255,255,.15); }
.value-list > article > span { padding-top: 6px; color: var(--cyan); font: 600 12px/1 var(--display); }
.value-list h3 { font-size: 38px; line-height: 1; }
.value-list p { margin: 9px 0 0; color: rgba(255,255,255,.62); line-height: 1.6; }

.join { background: var(--cyan); }
.join-inner { display: grid; grid-template-columns: 1.2fr .8fr; gap: 100px; align-items: end; }
.join .section-tag { color: var(--navy); opacity: .65; }
.join-copy p { max-width: 470px; margin: 0 0 28px; font-size: 17px; line-height: 1.7; }
.join-copy small { display: block; margin-top: 14px; opacity: .65; }

footer { padding: 72px 0 24px; color: white; background: #04112a; }
.footer-top { display: flex; align-items: start; justify-content: space-between; padding-bottom: 65px; }
.brand-footer { font-size: 30px; }
.footer-links { display: grid; grid-template-columns: repeat(3, minmax(120px, 160px)); gap: clamp(24px, 4vw, 45px); }
.footer-links > div { display: flex; flex-direction: column; gap: 12px; }
.footer-links span { margin-bottom: 5px; color: rgba(255,255,255,.42); font-size: 10px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.footer-links a { color: rgba(255,255,255,.75); font-size: 13px; }
.footer-links a:hover { color: var(--cyan); }
.social-links { display: flex; gap: 10px; }
.social-links a { display: grid; width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.24); border-radius: 50%; place-items: center; transition: color .2s, border-color .2s, transform .2s; }
.social-links a:hover { color: var(--cyan); border-color: var(--cyan); transform: translateY(-2px); }
.social-links svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.social-links .social-icon-dot, .social-links .social-icon-fill { fill: currentColor; stroke: none; }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 23px; border-top: 1px solid rgba(255,255,255,.13); color: rgba(255,255,255,.38); font-size: 11px; }

.subpage-hero { position: relative; overflow: hidden; padding: 180px 0 100px; color: white; background: radial-gradient(circle at 78% 20%, rgba(18,104,232,.75), transparent 28%), var(--navy); }
.subpage-hero::after { content: ''; position: absolute; width: 580px; height: 580px; right: -180px; bottom: -390px; border: 1px solid rgba(255,197,27,.3); border-radius: 50%; box-shadow: 0 0 0 70px rgba(255,197,27,.03), 0 0 0 140px rgba(255,197,27,.02); }
.subpage-hero h1 { font-size: clamp(76px, 11vw, 140px); }
.subpage-hero .shell > p:last-of-type { max-width: 570px; margin: 30px 0 0; color: rgba(255,255,255,.7); font-size: 17px; line-height: 1.7; }
.photo-subpage-hero { background-position: center; background-size: cover; }
.photo-subpage-hero::before { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,15,37,.97), rgba(3,15,37,.78) 58%, rgba(3,15,37,.48)); }
.photo-subpage-hero > .shell { position: relative; z-index: 1; }
.gallery-hero { background-image: url('https://pub-b8191960f89b4ae5905ae36de27a508e.r2.dev/gallery/tiger/full/127.jpg'); background-position: center 50%; }
.roster-section { background: #eef1f5; }
.roster-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 48px; }
.roster-heading > p { max-width: 430px; margin: 0 0 7px; color: var(--muted); line-height: 1.65; }
.roster-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; counter-reset: player; }
.player-card { position: relative; display: grid; grid-template-columns: 112px minmax(0, 1fr); align-items: center; min-width: 0; min-height: 112px; overflow: hidden; background: white; border: 1px solid #dce2ea; box-shadow: 0 10px 30px rgba(13,36,70,.05); counter-increment: player; transition: transform .2s, box-shadow .2s, border-color .2s; }
.player-card:hover { transform: translateY(-3px); border-color: rgba(18,104,232,.35); box-shadow: 0 16px 38px rgba(13,36,70,.11); }
.player-card img { width: 112px; height: 112px; object-fit: cover; object-position: center 24%; background: #dfe5ed; transition: transform .3s ease; }
.player-card:hover img { transform: scale(1.025); }
.player-card h2 { min-width: 0; padding: 22px 18px; font-size: clamp(24px, 2.1vw, 31px); line-height: .95; overflow-wrap: anywhere; }
.player-card h2::before { content: counter(player, decimal-leading-zero); display: block; margin-bottom: 10px; color: var(--blue); font: 700 10px/1 var(--body); letter-spacing: .15em; }
.roster-source { display: flex; align-items: center; justify-content: space-between; gap: 25px; margin-top: 46px; padding-top: 25px; border-top: 1px solid var(--line); color: var(--muted); font-size: 12px; }
.roster-source a { color: var(--blue); font-weight: 700; }
.photo-feature { background: var(--cream); }
.photo-feature-heading { display: flex; align-items: end; justify-content: space-between; gap: 35px; margin-bottom: 48px; }
.photo-feature-grid { display: grid; grid-template-columns: 1.35fr .65fr; grid-template-rows: repeat(2, 260px); gap: 16px; }
.photo-feature-grid figure { position: relative; overflow: hidden; margin: 0; background: var(--navy); }
.photo-feature-grid .photo-feature-main { grid-row: 1 / 3; }
.photo-feature-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.photo-feature-grid figure:hover img { transform: scale(1.025); }
.photo-feature-grid figure::after { content: ''; position: absolute; inset: 45% 0 0; background: linear-gradient(transparent, rgba(2,12,30,.78)); }
.photo-feature-grid figcaption { position: absolute; z-index: 2; left: 24px; right: 24px; bottom: 20px; display: flex; justify-content: space-between; color: white; font: 600 19px/1 var(--display); text-transform: uppercase; }
.photo-feature-grid figcaption span { color: rgba(255,255,255,.62); font: 500 11px/1 var(--body); text-transform: none; }
.gallery-section { background: #eef1f5; }
.gallery-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 48px; }
.gallery-heading > p { max-width: 460px; margin: 0 0 7px; color: var(--muted); line-height: 1.65; }
.gallery-category-nav { display: flex; flex-wrap: wrap; gap: 12px; margin: -16px 0 36px; }
.gallery-category-nav a { min-width: 220px; padding: 15px 18px; background: white; border: 1px solid var(--line); transition: border-color .2s, transform .2s; }
.gallery-category-nav a:hover { border-color: rgba(18,104,232,.5); transform: translateY(-2px); }
.gallery-category-nav span { display: block; margin-bottom: 6px; color: var(--blue); font-size: 9px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.gallery-category-nav strong { font: 700 20px/1 var(--display); text-transform: uppercase; }
.gallery-category { padding: 30px; background: white; border: 1px solid var(--line); }
.gallery-category + .gallery-category { margin-top: 28px; }
.gallery-category + .gallery-heading { margin-top: 72px; }
.gallery-category-heading { display: flex; align-items: end; justify-content: space-between; gap: 28px; margin-bottom: 28px; padding-bottom: 22px; border-bottom: 1px solid var(--line); }
.gallery-category-heading p { margin: 0 0 8px; color: var(--blue); font-size: 10px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.gallery-category-heading h3 { font-size: clamp(34px, 4vw, 52px); line-height: .92; }
.gallery-category-meta { display: flex; align-items: flex-end; flex-direction: column; gap: 8px; color: var(--muted); font-size: 12px; text-align: right; }
.gallery-category-meta a { color: var(--blue); font-weight: 700; }
.gallery-category-meta a:hover { text-decoration: underline; }
.gallery-category .album-list { margin-bottom: 0; }
.gallery-grid { display: grid; grid-auto-flow: dense; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.gallery-item { position: relative; min-height: 330px; overflow: hidden; padding: 0; border: 0; color: white; background: var(--navy); cursor: zoom-in; text-align: left; }
.gallery-item.featured { grid-column: span 2; grid-row: span 2; min-height: 674px; }
.gallery-item.wide { grid-column: span 2; }
.gallery-item img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; transition: transform .4s ease; }
.gallery-item:hover img { transform: scale(1.035); }
.gallery-item::after { content: ''; position: absolute; inset: 48% 0 0; background: linear-gradient(transparent, rgba(2,12,30,.88)); }
.gallery-caption { position: absolute; z-index: 2; left: 22px; right: 22px; bottom: 20px; }
.gallery-caption strong { display: block; font: 700 27px/1 var(--display); text-transform: uppercase; }
.gallery-caption span { display: block; margin-top: 7px; color: rgba(255,255,255,.68); font-size: 11px; }
.album-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; margin-bottom: 72px; }
.album-card { position: relative; display: flex; min-height: 390px; overflow: hidden; padding: 32px; color: white; background: var(--navy); align-items: flex-end; }
.album-card > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.album-card::after { content: ''; position: absolute; inset: 18% 0 0; background: linear-gradient(transparent, rgba(2,12,30,.95)); }
.album-card:hover > img { transform: scale(1.035); }
.album-card-copy { position: relative; z-index: 1; width: 100%; }
.album-card-copy > span { color: var(--cyan); font-size: 10px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.album-card-copy h3 { margin: 9px 0 12px; font-size: clamp(38px, 4vw, 54px); line-height: .9; }
.album-card-meta { display: flex; justify-content: space-between; gap: 20px; color: rgba(255,255,255,.7); font-size: 12px; }
.album-hero { background-position: center; background-size: cover; }
.album-hero::before { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,15,37,.96), rgba(3,15,37,.72) 55%, rgba(3,15,37,.4)); }
.album-hero > .shell { position: relative; z-index: 1; }
.album-hero-tiger { background-image: url('https://pub-b8191960f89b4ae5905ae36de27a508e.r2.dev/gallery/tiger/full/127.jpg'); }
.album-hero-nbh { background-image: url('https://pub-b8191960f89b4ae5905ae36de27a508e.r2.dev/gallery/nbh/full/052.jpg'); }
.album-hero-sfu { background-image: url('https://pub-b8191960f89b4ae5905ae36de27a508e.r2.dev/gallery/sfu/full/011.jpg'); }
.album-hero-hehe { background-image: url('https://pub-b8191960f89b4ae5905ae36de27a508e.r2.dev/gallery/hehe/full/042.jpg'); }
.album-hero-btg { background-image: url('https://pub-b8191960f89b4ae5905ae36de27a508e.r2.dev/gallery/btg/full/028.jpg'); background-position: center 48%; }
.album-hero-btg h1 { font-size: clamp(58px, 8vw, 112px); }
.album-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 22px; margin-top: 30px; }
.album-actions .text-link { color: white; }
.album-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.album-photo { position: relative; overflow: hidden; aspect-ratio: 4 / 3; padding: 0; border: 0; background: #d8dee7; cursor: zoom-in; }
.album-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease, opacity .25s ease; }
.album-photo:hover img { transform: scale(1.035); }
.album-photo span { position: absolute; right: 10px; bottom: 9px; padding: 5px 7px; color: white; background: rgba(2,8,23,.7); font-size: 10px; }
.album-footer-note { display: flex; align-items: center; justify-content: space-between; gap: 25px; margin-top: 38px; padding-top: 24px; border-top: 1px solid var(--line); color: var(--muted); font-size: 12px; }
.lightbox { width: min(1120px, calc(100% - 32px)); max-width: none; padding: 0; border: 0; color: white; background: #020817; box-shadow: 0 30px 100px rgba(0,0,0,.5); }
.lightbox::backdrop { background: rgba(2,8,23,.9); backdrop-filter: blur(6px); }
.lightbox img { width: 100%; max-height: 78vh; object-fit: contain; background: #020817; }
.lightbox p { margin: 0; padding: 18px 70px 20px 22px; font-size: 13px; }
.lightbox-close { position: absolute; z-index: 2; right: 14px; top: 14px; width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.4); border-radius: 50%; color: white; background: rgba(2,8,23,.72); cursor: pointer; font-size: 24px; }
.lightbox-arrow { position: absolute; z-index: 2; top: 50%; display: grid; place-items: center; width: 46px; height: 56px; border: 1px solid rgba(255,255,255,.35); color: white; background: rgba(2,8,23,.7); cursor: pointer; font-size: 28px; transform: translateY(-50%); }
.lightbox-prev { left: 14px; }
.lightbox-next { right: 14px; }

.reveal { opacity: 0; transform: translateY(18px); animation: reveal .7s ease forwards; }
.reveal:nth-child(2) { animation-delay: .1s; }
.reveal:nth-child(3) { animation-delay: .2s; }
.reveal:nth-child(4) { animation-delay: .3s; }
@keyframes reveal { to { opacity: 1; transform: none; } }

@media (max-width: 900px) {
  .section { padding: 85px 0; }
  .menu-toggle { display: block; cursor: pointer; }
  .site-nav { position: fixed; inset: 70px 0 auto; display: flex; flex-direction: column; align-items: stretch; gap: 0; padding: 22px 24px 28px; color: white; background: var(--navy); transform: translateY(-130%); transition: transform .25s; }
  .site-nav.open { transform: translateY(0); }
  .site-nav > a:not(.button) { padding: 15px 0; border-bottom: 1px solid rgba(255,255,255,.12); }
  .site-nav .button { margin-top: 18px; }
  .intro-grid, .values-grid, .join-inner, .section-heading { grid-template-columns: 1fr; gap: 36px; }
  .intro-body { padding-top: 0; }
  .number-grid { grid-template-columns: repeat(2, 1fr); }
  .number-grid div:nth-child(3) { border-left: 1px solid var(--line); }
  .team-cards { grid-template-columns: 1fr; }
  .league-banner { grid-template-columns: 1fr; gap: 10px; }
  .match-card { grid-template-columns: 1fr; text-align: center; }
  .match-meta { align-items: center; padding: 0 0 25px; border-right: 0; border-bottom: 1px solid #dce2ea; }
  .match-card .button { justify-self: center; }
  .footer-top { flex-wrap: wrap; gap: 38px; }
  .footer-links { grid-template-columns: repeat(3, 1fr); width: 100%; }
}

@media (max-width: 600px) {
  .shell { width: min(100% - 30px, 1180px); }
  .site-header { height: 70px; }
  .brand { font-size: 21px; }
  .brand img { width: 40px; height: 40px; }
  .hero { height: 620px; min-height: 620px; max-height: none; background: #02060c; }
  .hero::after { background: linear-gradient(180deg, rgba(0,0,0,.04) 0%, rgba(0,0,0,.14) 34%, rgba(2,6,12,.86) 57%, #02060c 75%); }
  .hero-slides { height: 60%; }
  .hero-slide { object-position: center 58%; }
  .hero-slide-penalty { object-position: 66% 58%; }
  .hero-slide-huddle { object-position: 58% 60%; }
  .hero-slide-ballwork { object-position: 62% 58%; }
  .hero-slide-champions { object-fit: contain; object-position: center; background: #02060c; }
  .hero-content { min-height: auto; padding-top: 300px; padding-bottom: 68px; justify-content: flex-start; }
  h1 { font-size: clamp(42px, 11.8vw, 54px); line-height: .84; }
  .hero h1 { font-size: clamp(48px, 14vw, 60px); line-height: .88; }
  .hero-kicker { font-size: 15px; }
  .hero-divider { width: 110px; margin: 11px 0 20px; }
  .hero-copy { max-width: 350px; margin: 17px auto 18px; font-size: 13px; line-height: 1.5; }
  .hero-pitch { max-width: 350px; margin: 16px auto 18px; font-size: 16px; line-height: 1.35; }
  .hero-actions { width: 100%; }
  .hero-register { width: min(100%, 250px); min-height: 50px; }
  .intro-grid { gap: 25px; }
  .intro-body p { font-size: 16px; }
  .number-grid { grid-template-columns: 1fr 1fr; }
  .number-grid div { min-height: 135px; padding: 19px; }
  .number-grid strong { font-size: 43px; }
  .number-grid div:nth-child(odd) { border-left: 1px solid var(--line); }
  .schedule-heading { align-items: flex-start; flex-direction: column; }
  .match-card { padding: 30px 18px; }
  .matchup { gap: 15px; }
  .club-side { flex-direction: column; font-size: 17px; }
  .club-side img { width: 62px; height: 62px; }
  .crest-placeholder { width: 58px; height: 58px; }
  .team-card { min-height: 330px; padding: 25px; }
  .roster-heading, .roster-source { align-items: flex-start; flex-direction: column; }
  .roster-grid { grid-template-columns: 1fr; gap: 10px; }
  .player-card { grid-template-columns: 96px minmax(0, 1fr); min-height: 96px; }
  .player-card img { width: 96px; height: 96px; }
  .player-card h2 { padding: 17px 16px; font-size: 27px; }
  .photo-feature-heading, .gallery-heading { align-items: flex-start; flex-direction: column; }
  .gallery-category-nav { display: grid; grid-template-columns: 1fr; }
  .gallery-category-nav a { min-width: 0; }
  .gallery-category { padding: 20px; }
  .gallery-category-heading { align-items: flex-start; flex-direction: column; }
  .gallery-category-meta { align-items: flex-start; text-align: left; }
  .photo-feature-grid { grid-template-columns: 1fr; grid-template-rows: 380px 240px 240px; }
  .photo-feature-grid .photo-feature-main { grid-row: auto; }
  .gallery-grid { grid-template-columns: 1fr; }
  .gallery-item, .gallery-item.featured, .gallery-item.wide { grid-column: auto; grid-row: auto; min-height: 430px; }
  .album-list { grid-template-columns: 1fr; }
  .album-card { min-height: 330px; padding: 24px; }
  .album-grid { grid-template-columns: repeat(2, 1fr); gap: 7px; }
  .album-footer-note { align-items: flex-start; flex-direction: column; }
  .values-grid, .join-inner { gap: 50px; }
  .footer-top, .footer-bottom { flex-direction: column; gap: 38px; }
  .footer-links { grid-template-columns: repeat(2, 1fr); width: 100%; }
  .footer-social { grid-column: 1 / -1; }
}

@media (min-width: 601px) and (max-width: 900px) {
  .roster-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .album-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .hero-slide { opacity: 0; transform: none; }
  .hero-slide:first-child { opacity: 1; }
}
