:root {
  --navy: #051d2e;
  --navy-2: #082c43;
  --blue: #007ea7;
  --cyan: #00a8cc;
  --ice: #eaf7f8;
  --white: #fff;
  --coral: #ff6b55;
  --yellow: #ffc830;
  --ink: #0b2332;
  --muted: #58707d;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); font-family: "DM Sans", sans-serif; background: #fff; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.container { width: min(var(--max), calc(100% - 48px)); margin: 0 auto; }
.topbar { background: var(--coral); color: var(--navy); font-size: 12px; letter-spacing: .04em; }
.topbar__inner { height: 34px; display: flex; align-items: center; justify-content: space-between; }
.topbar p { margin: 0; }
.topbar a { font-weight: 700; }

.header { height: 82px; position: absolute; z-index: 20; top: 34px; left: 0; right: 0; border-bottom: 1px solid rgba(255,255,255,.17); color: #fff; }
.nav-wrap { height: 100%; display: flex; align-items: center; gap: 44px; }
.brand { display: inline-flex; align-items: center; gap: 11px; flex-shrink: 0; }
.brand__mark { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 50%; background: var(--coral); }
.brand__mark svg { width: 34px; fill: none; stroke: var(--navy); stroke-width: 2.6; stroke-linecap: round; stroke-linejoin: round; }
.brand__text { display: flex; flex-direction: column; line-height: .9; }
.brand__text b { font: 800 21px/1 "Barlow Condensed", sans-serif; letter-spacing: .055em; }
.brand__text small { margin-top: 5px; font-size: 8px; font-weight: 700; letter-spacing: .4em; color: #8fd2e1; }
.nav { margin-left: auto; display: flex; gap: 36px; font-size: 13px; font-weight: 600; }
.nav a { position: relative; padding: 32px 0; }
.nav a::after { content: ""; position: absolute; height: 2px; left: 0; right: 100%; bottom: 25px; background: var(--coral); transition: right .25s; }
.nav a:hover::after { right: 0; }
.btn { border: 0; cursor: pointer; display: inline-flex; align-items: center; justify-content: center; gap: 24px; min-height: 54px; padding: 0 25px; color: #fff; background: var(--blue); text-transform: uppercase; font-size: 12px; font-weight: 700; letter-spacing: .11em; transition: transform .25s, box-shadow .25s, background .25s; }
.btn:hover { transform: translateY(-2px); box-shadow: 0 12px 30px rgba(0,126,167,.25); background: #0099c2; }
.btn--small { min-height: 42px; padding: 0 20px; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.35); backdrop-filter: blur(8px); }
.menu-toggle { display: none; }

.hero { height: max(720px, 100vh); min-height: 700px; position: relative; color: #fff; background: var(--navy); overflow: hidden; }
.hero__pool-art { position: absolute; inset: 0; overflow: hidden; background: #07334d; }
.hero__pool-art::before { content: ""; position: absolute; inset: 0; background: repeating-linear-gradient(90deg, transparent 0 calc(20% - 1px), rgba(125,213,228,.08) calc(20% - 1px) 20%), linear-gradient(115deg, rgba(0,168,204,.45), transparent 48%); }
.hero__pool-art::after { content: ""; position: absolute; left: -4%; right: -4%; bottom: -45px; height: 33%; border-top: 1px solid rgba(255,255,255,.28); background: repeating-linear-gradient(174deg, rgba(255,255,255,.04) 0 2px, transparent 2px 28px); transform: rotate(-3deg); }
.pool-number { position: absolute; right: 5%; top: 11%; color: transparent; -webkit-text-stroke: 2px rgba(255,255,255,.11); font: 900 clamp(320px, 43vw, 650px)/1 "Barlow Condensed"; letter-spacing: -.08em; }
.pool-ball { position: absolute; right: 18%; top: 38%; width: 150px; height: 150px; border: 4px solid var(--navy); border-radius: 50%; background: var(--yellow); box-shadow: 0 30px 70px rgba(0,0,0,.25); transform: rotate(-14deg); }
.pool-ball::before, .pool-ball::after { content: ""; position: absolute; inset: 13px -4px; border: 4px solid var(--navy); border-radius: 50%; transform: rotate(58deg); }
.pool-ball::after { transform: rotate(-35deg); }
.pool-lines { position: absolute; right: 0; bottom: 15%; width: 52%; display: flex; justify-content: space-around; transform: rotate(-4deg); }
.pool-lines i { width: 14px; height: 360px; background: repeating-linear-gradient(var(--coral) 0 14px, #fff 14px 28px); border-radius: 10px; opacity: .8; }
.pool-word { position: absolute; right: -10px; bottom: 18px; color: rgba(255,255,255,.08); font: 900 clamp(50px, 8vw, 120px)/1 "Barlow Condensed"; letter-spacing: .03em; }
.hero__veil { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,20,33,.98) 0%, rgba(3,20,33,.87) 40%, rgba(3,20,33,.18) 76%, rgba(3,20,33,.08) 100%); }
.hero__content { position: relative; z-index: 2; padding-top: clamp(220px, 25vh, 280px); }
.eyebrow, .kicker { margin: 0 0 23px; text-transform: uppercase; font-size: 11px; font-weight: 700; letter-spacing: .22em; color: var(--blue); }
.eyebrow { color: #a8dce8; display: flex; align-items: center; gap: 12px; }
.eyebrow span { width: 32px; height: 2px; background: var(--coral); }
.hero h1, h2, .n3__number { font-family: "Barlow Condensed", sans-serif; text-transform: uppercase; }
.hero h1 { max-width: 780px; margin: 0; font-size: clamp(66px, 7.6vw, 112px); font-weight: 800; line-height: .81; letter-spacing: -.035em; }
.hero h1 em { color: transparent; -webkit-text-stroke: 1.5px rgba(255,255,255,.85); font-style: italic; }
.hero__lead { max-width: 540px; margin: 32px 0; color: #c6d6dc; line-height: 1.7; font-size: 16px; }
.hero__actions { display: flex; align-items: center; gap: 34px; }
.text-link { display: flex; gap: 12px; align-items: center; font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.play { width: 38px; height: 38px; display: grid; place-items: center; padding-left: 2px; border: 1px solid rgba(255,255,255,.4); border-radius: 50%; font-size: 9px; }
.hero__rail { position: absolute; z-index: 2; right: 30px; top: 50%; transform: rotate(90deg) translateX(50%); transform-origin: right center; display: flex; align-items: center; gap: 14px; font: 700 10px "DM Sans"; letter-spacing: .24em; color: rgba(255,255,255,.6); }
.hero__rail i { width: 40px; height: 1px; background: rgba(255,255,255,.3); }
.scroll-cue { position: absolute; z-index: 3; left: 50%; bottom: 25px; transform: translateX(-50%); display: flex; flex-direction: column; align-items: center; gap: 10px; text-transform: uppercase; font-size: 8px; letter-spacing: .28em; color: rgba(255,255,255,.65); }
.scroll-cue i { width: 1px; height: 32px; background: linear-gradient(#fff, transparent); }

.section { padding: 115px 0; }
.section-heading { display: grid; grid-template-columns: 1.1fr .9fr; align-items: end; gap: 100px; margin-bottom: 55px; }
h2 { margin: 0; font-size: clamp(58px, 6vw, 85px); line-height: .88; letter-spacing: -.025em; }
h2 span { color: var(--blue); font-style: italic; }
.section-intro { max-width: 500px; margin: 0 0 2px; color: var(--muted); font-size: 16px; line-height: 1.75; }
.value-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.value-card { min-height: 320px; position: relative; padding: 38px; border: 1px solid #dce8eb; }
.value-card + .value-card { border-left: 0; }
.value-card__num { color: #8aa0aa; font-size: 10px; font-weight: 700; letter-spacing: .15em; }
.value-card__icon { margin: 38px 0 28px; color: var(--blue); font: 300 42px/1 serif; }
.value-card h3 { margin: 0 0 14px; font: 800 29px "Barlow Condensed"; text-transform: uppercase; }
.value-card p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.75; }
.value-card--accent { background: var(--blue); color: #fff; border-color: var(--blue); transform: translateY(-14px); box-shadow: 0 22px 55px rgba(0,126,167,.18); }
.value-card--accent p, .value-card--accent .value-card__num { color: rgba(255,255,255,.72); }
.value-card--accent .value-card__icon { color: var(--yellow); }

.n3 { position: relative; padding: 110px 0 0; color: #fff; background: var(--navy); overflow: hidden; }
.n3::before { content: ""; position: absolute; width: 660px; height: 660px; left: -360px; top: -260px; border: 120px solid rgba(0,168,204,.06); border-radius: 50%; }
.n3__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 120px; align-items: center; padding-bottom: 100px; }
.kicker--light { color: #61c9dd; }
.n3__copy h2 span { color: var(--coral); }
.n3__copy > p:not(.kicker) { max-width: 500px; margin: 30px 0; color: #9eb6c1; line-height: 1.75; }
.btn--light { background: #fff; color: var(--navy); }
.btn--light:hover { background: var(--coral); box-shadow: 0 12px 30px rgba(255,107,85,.2); }
.n3__panel { height: 430px; position: relative; display: flex; flex-direction: column; justify-content: center; border: 1px solid rgba(255,255,255,.16); background: radial-gradient(circle at 50% 35%, rgba(0,168,204,.25), transparent 52%); }
.n3__panel::before, .n3__panel::after { content: ""; position: absolute; width: 75px; height: 75px; }
.n3__panel::before { top: -1px; left: -1px; border-top: 3px solid var(--coral); border-left: 3px solid var(--coral); }
.n3__panel::after { right: -1px; bottom: -1px; border-right: 3px solid var(--coral); border-bottom: 3px solid var(--coral); }
.n3__label { position: absolute; top: 28px; left: 35px; text-transform: uppercase; color: #8fb1bf; font-size: 10px; letter-spacing: .2em; }
.n3__number { text-align: center; font-size: 230px; font-weight: 900; line-height: .75; letter-spacing: -.09em; color: rgba(255,255,255,.05); -webkit-text-stroke: 1px rgba(255,255,255,.25); }
.n3__number span { color: var(--coral); -webkit-text-stroke: 0; }
.n3__meta { position: absolute; left: 35px; right: 35px; bottom: 28px; display: flex; justify-content: space-between; color: #7795a2; text-transform: uppercase; font-size: 8px; letter-spacing: .18em; line-height: 1.8; }
.n3__meta b { color: #fff; font-size: 10px; }
.ticker { overflow: hidden; padding: 20px 0; background: var(--coral); color: var(--navy); white-space: nowrap; }
.ticker div { width: max-content; font: 800 28px "Barlow Condensed"; letter-spacing: .07em; animation: ticker 22s linear infinite; }
.ticker span { margin: 0 22px; color: #fff; }
@keyframes ticker { to { transform: translateX(-50%); } }

.roster { background: #fff; }
.roster__head, .shop__head, .partners__head { display: grid; grid-template-columns: 1fr .75fr; gap: 80px; align-items: end; margin-bottom: 50px; }
.roster__head > p, .shop__head > p, .partners__head > p { margin: 0 0 5px; color: var(--muted); line-height: 1.7; }
.roster-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.player-card { background: #f3f7f7; }
.player-card__portrait { height: 270px; position: relative; display: grid; place-items: center; overflow: hidden; background: var(--navy-2); }
.player-card__portrait::after { content: ""; position: absolute; width: 190px; height: 190px; border: 1px solid rgba(255,255,255,.14); border-radius: 50%; }
.player-card__portrait span { position: absolute; top: 18px; left: 20px; color: var(--coral); font: 700 13px "DM Sans"; }
.player-card__portrait b { color: rgba(255,255,255,.92); font: 800 75px "Barlow Condensed"; z-index: 1; }
.player-card__portrait img { width: 100%; height: 100%; position: relative; z-index: 1; object-fit: cover; }
.empty-roster { padding: 70px; display: flex; flex-direction: column; gap: 8px; border: 1px dashed #b8cbd0; color: #738b95; text-align: center; }
.empty-roster b { color: var(--ink); font: 800 28px "Barlow Condensed"; text-transform: uppercase; }
.player-card > div:last-child { padding: 20px 22px 23px; }
.player-card p, .product__info p { margin: 0 0 5px; color: var(--blue); text-transform: uppercase; font-size: 8px; font-weight: 700; letter-spacing: .18em; }
.player-card h3, .product__info h3 { margin: 0; font: 800 24px "Barlow Condensed"; text-transform: uppercase; }
.player-card--add { border: 1px dashed #aec1c8; background: transparent; }
.player-card--add .player-card__portrait { background: #e9f1f2; }
.player-card--add .player-card__portrait b { color: #78949f; font-weight: 300; }

.shop { color: #fff; background: var(--navy); }
.shop__head h2 span { color: var(--coral); }
.shop__head > p { color: #91aab4; }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.product { background: #fff; color: var(--ink); }
.product__visual { height: 320px; display: grid; place-items: center; position: relative; overflow: hidden; background: #e9f1f2; }
.product__visual::before { content: ""; position: absolute; width: 220px; height: 220px; border: 1px solid rgba(5,29,46,.13); border-radius: 50%; }
.product__visual span { position: relative; z-index: 1; display: grid; place-items: center; color: #fff; background: var(--blue); font: 900 60px "Barlow Condensed"; box-shadow: 0 25px 40px rgba(4,33,49,.15); }
.product__visual--tee span { width: 170px; height: 190px; clip-path: polygon(25% 0, 40% 10%, 60% 10%, 75% 0, 100% 18%, 86% 41%, 76% 34%, 76% 100%, 24% 100%, 24% 34%, 14% 41%, 0 18%); }
.product__visual--cap span { width: 160px; height: 85px; border-radius: 90px 90px 8px 8px; font-size: 34px; }
.product__visual--bottle span { width: 82px; height: 190px; border-radius: 16px 16px 24px 24px; font-size: 40px; background: var(--coral); color: var(--navy); }
.product__info { padding: 22px; display: flex; justify-content: space-between; align-items: end; }
.product__info b { color: #81969e; font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }
.shop__note { margin-top: 30px; padding-top: 25px; display: flex; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.13); color: #8fa8b3; font-size: 12px; }
.shop__note a { color: #fff; text-transform: uppercase; font-size: 10px; font-weight: 700; letter-spacing: .14em; }
.shop__note b { margin-left: 18px; color: var(--coral); }

.club-info { background: #f2f7f7; }
.info-grid { display: grid; grid-template-columns: 1.1fr .9fr; }
.pool-card, .social-card { min-height: 540px; padding: 55px; position: relative; overflow: hidden; }
.pool-card { color: #fff; background: var(--blue); }
.pool-card h2 { font-size: 70px; }
.pool-card address { margin: 40px 0 30px; display: flex; flex-direction: column; color: #b7e3ea; font-style: normal; line-height: 1.7; }
.pool-card address strong { color: #fff; }
.pool-card__lane { position: absolute; right: -40px; bottom: -150px; display: flex; gap: 30px; transform: rotate(35deg); opacity: .15; }
.pool-card__lane i { width: 12px; height: 500px; background: repeating-linear-gradient(#fff 0 15px, transparent 15px 30px); }
.social-card { background: #fff; }
.social-card h2 { font-size: 70px; }
.social-card > p:not(.kicker) { color: var(--muted); line-height: 1.7; }
.social-links { margin-top: 40px; display: grid; }
.social-links a { display: grid; grid-template-columns: 45px 1fr auto; gap: 18px; align-items: center; padding: 18px 0; border-top: 1px solid #dbe6e9; }
.social-links a:last-child { border-bottom: 1px solid #dbe6e9; }
.social-links a > span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--blue); font: 800 22px "DM Sans"; }
.social-links div { display: flex; flex-direction: column; gap: 3px; }
.social-links small { color: #8197a0; text-transform: uppercase; font-size: 8px; letter-spacing: .16em; }
.social-links b { font-size: 12px; }
.social-links i { color: var(--coral); font-style: normal; }

.partners { background: #fff; }
.partner-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.partner-logo { min-height: 180px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px; border: 1px solid #dce7ea; color: #9aadb4; }
.partner-logo + .partner-logo { border-left: 0; }
.partner-logo span { font: 800 23px "Barlow Condensed"; letter-spacing: .06em; }
.partner-logo small { font-size: 8px; text-transform: uppercase; letter-spacing: .13em; }
.partner-logo--named { color: var(--navy); background: #f7f9f9; }
.partner-logo--named span { color: #ef293d; font-size: 33px; }
.partner-cta { margin-top: 30px; display: flex; justify-content: space-between; align-items: center; }
.partner-cta p { color: var(--muted); }

.season { background: #f4f8f8; }
.season__top { display: flex; justify-content: space-between; align-items: end; margin-bottom: 50px; }
.season__top h2 { font-size: clamp(50px, 5vw, 72px); }
.published-news { margin-bottom: 45px; padding: 28px; color: #fff; background: var(--navy); }
.published-news__label { margin: 0 0 20px; color: #7fc6d7; text-transform: uppercase; font-size: 9px; font-weight: 700; letter-spacing: .18em; }
.published-news__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: rgba(255,255,255,.12); }
.published-article { min-height: 180px; display: flex; flex-direction: column; overflow: hidden; background: var(--navy); }
.published-article > img, .published-article > video { width: 100%; aspect-ratio: 16/9; object-fit: cover; background: #031722; }
.published-article > div { padding: 24px; display: flex; flex: 1; flex-direction: column; }
.published-article small { color: var(--coral); text-transform: uppercase; font-size: 8px; font-weight: 700; letter-spacing: .14em; }
.published-article h3 { margin: 13px 0 9px; font: 800 25px "Barlow Condensed"; text-transform: uppercase; }
.published-article p { margin: 0; color: #91abb6; font-size: 11px; line-height: 1.65; }
.published-article time { margin-top: auto; padding-top: 18px; color: #638390; font-size: 8px; text-transform: uppercase; }
.arrow-link { padding-bottom: 7px; border-bottom: 1px solid #aec0c7; text-transform: uppercase; font-size: 11px; font-weight: 700; letter-spacing: .13em; }
.arrow-link span { margin-left: 26px; }
.news-grid { display: grid; grid-template-columns: 1.3fr 1fr; gap: 24px; }
.news-card { background: #fff; }
.news-card--large { grid-row: span 2; }
.news-card__visual { height: 240px; position: relative; overflow: hidden; padding: 22px; }
.news-card--large .news-card__visual { height: 380px; }
.tag { position: relative; z-index: 2; display: inline-block; padding: 8px 11px; background: #fff; color: var(--navy); text-transform: uppercase; font-size: 8px; font-weight: 700; letter-spacing: .17em; }
.visual--match { display: grid; place-items: center; background: radial-gradient(circle at 50% 55%, #16b4d1, #007ea7 45%, #063752); }
.visual--match::before { content: ""; position: absolute; inset: 0; background: repeating-radial-gradient(ellipse at 50% 120%, transparent 0 22px, rgba(255,255,255,.08) 24px 26px); }
.visual--match .tag { position: absolute; left: 22px; top: 22px; }
.score-visual { position: relative; display: flex; align-items: center; gap: 30px; font: 800 88px "Barlow Condensed"; color: #fff; }
.score-visual b:first-child { width: 105px; height: 105px; display: grid; place-items: center; border: 2px solid rgba(255,255,255,.5); border-radius: 50%; background: var(--coral); color: var(--navy); }
.score-visual i { font-size: 15px; letter-spacing: .15em; color: rgba(255,255,255,.7); }
.news-card__body { padding: 25px 28px 28px; }
.news-card__body p { margin: 0 0 10px; color: var(--blue); text-transform: uppercase; font-size: 9px; font-weight: 700; letter-spacing: .17em; }
.news-card__body h3 { margin: 0 0 13px; font: 800 26px "Barlow Condensed"; text-transform: uppercase; }
.news-card__body span { color: #8498a1; font-size: 11px; }
.visual--training { background: linear-gradient(135deg, #08364e, #009bc0); }
.lane-lines { position: absolute; inset: 0; transform: skewY(-8deg); opacity: .32; display: flex; justify-content: space-around; }
.lane-lines i { width: 2px; height: 140%; background: repeating-linear-gradient(#fff 0 8px, transparent 8px 20px); }
.ball { position: absolute; width: 84px; height: 84px; border-radius: 50%; right: 18%; bottom: 20%; background: var(--yellow); box-shadow: 0 15px 30px rgba(0,0,0,.25); }
.ball::before, .ball::after { content: ""; position: absolute; inset: 10px -2px; border: 2px solid var(--navy); border-radius: 50%; transform: rotate(55deg); }
.ball::after { transform: rotate(-30deg); }
.news-card--join { min-height: 240px; padding: 30px; display: flex; justify-content: space-between; align-items: end; color: #fff; background: var(--coral); }
.news-card--join h3 { max-width: 330px; margin: 8px 0 12px; font: 800 30px "Barlow Condensed"; text-transform: uppercase; }
.news-card--join div > p:last-child { max-width: 360px; margin: 0; color: rgba(5,29,46,.7); font-size: 12px; line-height: 1.6; }
.news-card--join .kicker { color: var(--navy); }
.news-card--join > a { width: 52px; height: 52px; display: grid; flex: 0 0 auto; place-items: center; border: 1px solid rgba(5,29,46,.3); font-size: 25px; }

.join { min-height: 570px; position: relative; display: grid; place-items: center; overflow: hidden; text-align: center; color: #fff; background: linear-gradient(135deg, #007caa, #004f76); }
.join__rings { position: absolute; width: 700px; height: 700px; border: 1px solid rgba(255,255,255,.09); border-radius: 50%; }
.join__rings::before, .join__rings::after { content: ""; position: absolute; inset: 90px; border: 1px solid rgba(255,255,255,.09); border-radius: 50%; }
.join__rings::after { inset: 190px; }
.join__inner { position: relative; z-index: 2; padding: 90px 0; }
.join h2 { font-size: clamp(64px, 7vw, 96px); }
.join__inner > p:not(.kicker):not(.contact-note) { max-width: 540px; margin: 25px auto; color: #c0e1e9; line-height: 1.7; }
.btn--coral { background: var(--coral); color: var(--navy); }
.btn--coral:hover { background: #ff826f; box-shadow: 0 12px 30px rgba(5,29,46,.28); }
.contact-note { margin: 12px 0 0; font-size: 10px; color: rgba(255,255,255,.6); }

.contact-modal { width: min(560px, calc(100% - 32px)); padding: 42px; border: 0; color: var(--ink); background: #fff; box-shadow: 0 35px 100px rgba(2,20,32,.5); }
.contact-modal::backdrop { background: rgba(3,23,35,.82); backdrop-filter: blur(6px); }
.contact-modal[open] { animation: modal-in .25s ease both; }
@keyframes modal-in { from { opacity: 0; transform: translateY(18px) scale(.98); } }
.contact-modal h2 { font-size: 53px; }
.modal-close { position: absolute; top: 16px; right: 18px; border: 0; color: #78909b; background: none; cursor: pointer; font-size: 30px; font-weight: 300; }
.modal-intro { color: var(--muted); line-height: 1.6; }
.contact-modal form { display: grid; gap: 17px; margin-top: 25px; }
.contact-modal label { display: grid; gap: 7px; color: #52707d; text-transform: uppercase; font-size: 9px; font-weight: 700; letter-spacing: .14em; }
.contact-modal input, .contact-modal textarea { width: 100%; padding: 13px 14px; border: 1px solid #cedcdf; border-radius: 0; color: var(--ink); background: #f8fbfb; outline: 0; font: 14px "DM Sans", sans-serif; resize: vertical; }
.contact-modal input:focus, .contact-modal textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(0,126,167,.1); }
.contact-modal small { color: #8ba0a8; font-size: 9px; line-height: 1.5; }
.form-success { display: none; margin-top: 28px; padding: 24px; background: var(--ice); }
.form-success.is-visible { display: flex; flex-direction: column; gap: 8px; }
.form-success b { color: var(--blue); font: 800 28px "Barlow Condensed"; text-transform: uppercase; }
.form-success span { color: var(--muted); font-size: 13px; line-height: 1.6; }

.footer { padding: 65px 0 25px; color: #fff; background: #031722; }
.footer__main { display: grid; grid-template-columns: 1.1fr .8fr 1fr; align-items: start; gap: 70px; padding-bottom: 55px; }
.brand--footer .brand__text small { color: #6692a4; }
.footer__main > p { margin: 5px 0; color: #7895a1; line-height: 1.7; font-size: 13px; }
.footer__links { display: grid; grid-template-columns: 1fr 1fr; gap: 18px 35px; font-size: 12px; color: #c0d0d5; }
.footer__links a:hover { color: var(--coral); }
.footer__bottom { padding-top: 20px; display: flex; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.1); color: #597480; font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }

.reveal { opacity: 0; transform: translateY(25px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 900px) {
  .container { width: min(100% - 32px, var(--max)); }
  .nav-cta { display: none; }
  .nav-wrap { gap: 20px; }
  .menu-toggle { margin-left: auto; z-index: 2; width: 42px; height: 42px; padding: 10px; display: grid; place-content: center; gap: 7px; border: 1px solid rgba(255,255,255,.3); background: transparent; }
  .menu-toggle span { display: block; width: 19px; height: 2px; background: #fff; transition: .25s; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(4.5px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-4.5px) rotate(-45deg); }
  .nav { display: none; position: absolute; inset: 82px 0 auto; padding: 24px; flex-direction: column; gap: 5px; background: var(--navy); }
  .nav.is-open { display: flex; }
  .nav a { padding: 13px; }
  .nav a::after { display: none; }
  .pool-number { right: -10%; opacity: .7; }
  .pool-ball { right: 10%; }
  .section-heading, .n3__grid, .roster__head, .shop__head, .partners__head { grid-template-columns: 1fr; gap: 45px; }
  .section-intro { max-width: 620px; }
  .n3__grid { gap: 60px; }
  .news-grid { grid-template-columns: 1fr; }
  .news-card--large { grid-row: auto; }
  .footer__main { grid-template-columns: 1fr 1fr; }
  .footer__links { grid-column: span 2; }
  .roster-grid, .product-grid { grid-template-columns: repeat(2, 1fr); }
  .info-grid { grid-template-columns: 1fr; }
  .partner-grid { grid-template-columns: repeat(2, 1fr); }
  .partner-logo:nth-child(3) { border-left: 1px solid #dce7ea; }
  .partner-logo:nth-child(n+3) { border-top: 0; }
  .published-news__grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 620px) {
  .topbar__inner > a { display: none; }
  .topbar__inner { justify-content: center; }
  .brand__text b { font-size: 18px; }
  .hero { min-height: 750px; }
  .hero__content { padding-top: 210px; }
  .hero h1 { font-size: 60px; }
  .hero__lead { font-size: 14px; }
  .hero__actions { align-items: flex-start; flex-direction: column; }
  .hero__rail { display: none; }
  .pool-ball { width: 105px; height: 105px; right: 5%; top: 30%; opacity: .8; }
  .pool-lines { opacity: .45; }
  .section { padding: 85px 0; }
  .section-heading { gap: 28px; }
  h2 { font-size: 54px; }
  .value-grid { grid-template-columns: 1fr; gap: 12px; }
  .roster-grid, .product-grid { grid-template-columns: 1fr; }
  .value-card + .value-card { border-left: 1px solid #dce8eb; }
  .value-card--accent { transform: none; }
  .n3 { padding-top: 80px; }
  .n3__panel { height: 350px; }
  .n3__number { font-size: 180px; }
  .news-card--large .news-card__visual { height: 280px; }
  .score-visual { font-size: 60px; gap: 18px; }
  .score-visual b:first-child { width: 80px; height: 80px; }
  .season__top { align-items: start; flex-direction: column; gap: 25px; }
  .footer__main { grid-template-columns: 1fr; gap: 28px; }
  .footer__links { grid-column: auto; }
  .footer__bottom { gap: 12px; flex-direction: column; }
  .pool-card, .social-card { min-height: auto; padding: 38px 26px; }
  .pool-card h2, .social-card h2 { font-size: 54px; }
  .partner-grid { grid-template-columns: 1fr; }
  .partner-logo + .partner-logo { border-left: 1px solid #dce7ea; border-top: 0; }
  .partner-cta, .shop__note { align-items: flex-start; flex-direction: column; gap: 18px; }
  .published-news__grid { grid-template-columns: 1fr; }
  .contact-modal { padding: 32px 24px; }
}

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