:root {
  --ink: #e8fbff;
  --deep: #03152c;
  --deepest: #010914;
  --cyan: #69e7ff;
  --blue: #097eea;
  --lime: #b7fa23;
  --muted: #9bc7df;
  --glass: rgba(5, 61, 99, 0.42);
  --line: rgba(153, 230, 255, 0.35);
  --rounded: "Arial Rounded MT Bold", "Trebuchet MS", Arial, sans-serif;
  --sans: Arial, Helvetica, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--deepest); }
body { margin: 0; min-width: 1100px; color: var(--ink); background: var(--deepest); font-family: var(--sans); overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }

.site-shell { overflow: hidden; position: relative; isolation: isolate; background: #03172d; }
.site-shell::before { content: ""; position: fixed; inset: 0; z-index: -4; background: radial-gradient(850px circle at calc(var(--mx, .5) * 100%) calc(var(--my, .5) * 100%), rgba(38, 172, 255, .14), transparent 46%), linear-gradient(180deg, #041b33, #020914); pointer-events: none; }
.section { position: relative; min-height: 960px; }
.topbar { position: absolute; z-index: 10; top: 0; left: 0; width: 100%; height: 94px; padding: 0 4.2vw; display: flex; align-items: center; border-bottom: 1px solid rgba(157, 226, 255, .27); background: linear-gradient(180deg, rgba(1, 17, 36, .65), rgba(1, 17, 36, .03)); backdrop-filter: blur(8px); }
.brand { display: inline-flex; align-items: center; gap: 14px; font-family: var(--rounded); letter-spacing: .08em; font-size: 20px; }
.brand-mark { display: grid; gap: 3px; width: 33px; transform: translateY(1px); }
.brand-mark i { display: block; height: 3px; border-radius: 99px; background: var(--cyan); box-shadow: 0 0 9px var(--cyan); transform: rotate(-9deg); }
.brand-mark i:nth-child(1) { width: 26px; margin-left: 4px; }
.brand-mark i:nth-child(2) { width: 33px; }
.brand-mark i:nth-child(3) { width: 24px; margin-left: 7px; }
.desktop-nav { display: flex; gap: 38px; margin: 0 auto; font-size: 12px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.desktop-nav a { opacity: .72; transition: opacity .2s ease, color .2s ease; }
.desktop-nav a:hover { opacity: 1; color: var(--lime); }
.nav-dive { padding: 13px 17px 12px; border: 1px solid rgba(105, 231, 255, .66); border-radius: 99px; font-size: 11px; font-weight: 700; letter-spacing: .13em; background: rgba(4, 43, 75, .45); transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.nav-dive span { font-size: 17px; margin-left: 9px; color: var(--cyan); }
.nav-dive:hover { transform: translateY(-2px); background: rgba(7, 122, 202, .55); box-shadow: 0 12px 30px rgba(41, 189, 255, .2); }

.hero { z-index: 0; isolation: isolate; min-height: 1000px; display: flex; align-items: center; padding: 142px 9.2vw 125px; background: #031a30; overflow: hidden; }
.hero-visual { position: absolute; inset: 0; z-index: -2; display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; transform: scale(1.025) translate(calc((var(--mx, .5) - .5) * -12px), calc((var(--my, .5) - .5) * -8px)); transition: transform .7s cubic-bezier(.16,1,.3,1); }
.hero::before { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, rgba(0, 10, 28, .82) 0%, rgba(0, 13, 34, .50) 39%, rgba(0, 15, 31, .05) 73%), linear-gradient(0deg, rgba(2, 11, 28, .48), transparent 44%); pointer-events: none; }
.hero::after { content: ""; position: absolute; inset: 0; z-index: -1; background: repeating-linear-gradient(115deg, rgba(129, 231, 255, .07) 0 1px, transparent 1px 68px); mix-blend-mode: screen; opacity: .35; pointer-events: none; }
.hero-waterlines { position: absolute; z-index: -1; inset: auto -8% 0; height: 37%; opacity: .75; background: repeating-radial-gradient(ellipse at 50% 100%, transparent 0 32px, rgba(84, 224, 255, .18) 34px 36px, transparent 39px 74px); transform: perspective(600px) rotateX(57deg) translateY(100px); pointer-events: none; }
.hero-left-glow { position: absolute; width: 520px; height: 520px; left: -170px; top: 22%; z-index: -1; border-radius: 50%; background: radial-gradient(circle, rgba(36, 212, 255, .18), transparent 68%); filter: blur(7px); }
.hero-copy { width: 50%; max-width: 760px; align-self: center; }
.eyebrow { margin: 0 0 19px; font-size: 12px; font-weight: 700; letter-spacing: .21em; color: #bdefff; text-transform: uppercase; }
.pulse-dot { display: inline-block; width: 8px; height: 8px; margin-right: 8px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 0 rgba(183, 250, 35, .65); animation: pulse 2.4s infinite; }
.hero h1, h2 { font-family: var(--rounded); margin: 0; letter-spacing: -.06em; text-transform: uppercase; }
.hero h1 { font-size: clamp(108px, 10.5vw, 202px); line-height: .77; color: #c9f8ff; text-shadow: 0 0 4px rgba(255,255,255,.7), 0 0 25px rgba(52, 213, 255, .55), 0 10px 1px rgba(1, 35, 65, .65); -webkit-text-stroke: 2px rgba(255,255,255,.42); }
.hero-ticker { margin: 26px 0 19px; color: var(--lime); font-family: var(--rounded); letter-spacing: .09em; font-size: 17px; }
.hero-ticker em { color: var(--cyan); font-style: normal; margin: 0 6px; }
.hero-line { max-width: 378px; margin: 0; color: #d3f4ff; font-size: 18px; line-height: 1.55; letter-spacing: .015em; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.action-pill { display: inline-flex; align-items: center; gap: 12px; height: 54px; padding: 0 21px; border: 1px solid rgba(135, 235, 255, .69); border-radius: 99px; font-size: 12px; font-weight: 800; letter-spacing: .1em; transition: transform .22s ease, background .22s ease, box-shadow .22s ease, color .22s ease; }
.action-pill b { font-size: 17px; line-height: 1; color: var(--cyan); transition: transform .22s ease; }
.action-pill:hover { transform: translateY(-4px) scale(1.01); box-shadow: 0 17px 33px rgba(25, 159, 235, .26); }
.action-pill:hover b { transform: translate(2px, -2px); }
.action-pill.primary { background: #e2fdff; color: #032a56; border-color: transparent; }
.action-pill.primary:hover { background: var(--lime); }
.action-pill.ghost { background: rgba(2, 41, 73, .46); }
.mini-wave { font-size: 25px; line-height: 0; color: #0374d1; transform: translateY(-1px); }
.x-icon { font-family: Arial, sans-serif; font-size: 18px; }

.glass-card { background: linear-gradient(140deg, rgba(16, 125, 177, .55), rgba(4, 42, 79, .58)); border: 1px solid rgba(156, 228, 255, .4); border-radius: 27px; box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 24px 55px rgba(0, 7, 21, .34); backdrop-filter: blur(13px); }
.ca-panel { position: absolute; z-index: 2; left: 9.2vw; bottom: 82px; width: min(530px, 32vw); padding: 20px 22px 16px; }
.ca-topline { display: flex; align-items: center; justify-content: space-between; gap: 12px; color: #bceaff; font-size: 10px; font-weight: 800; letter-spacing: .16em; }
.ca-status { color: #dfff7b; font-size: 9px; }
.ca-panel code { display: block; overflow: hidden; margin: 11px 0 14px; color: #fff; font-family: "Courier New", monospace; font-size: 13px; white-space: nowrap; text-overflow: ellipsis; }
.copy-button { display: inline-flex; align-items: center; gap: 9px; padding: 0; border: 0; background: transparent; color: var(--lime); font-size: 11px; font-weight: 800; letter-spacing: .16em; cursor: pointer; transition: color .2s ease, transform .2s ease; }
.copy-button:hover { color: #fff; transform: translateX(3px); }
.copy-icon { font-size: 18px; }
.hero-badge { position: absolute; right: 7.8vw; bottom: 72px; display: flex; align-items: center; justify-content: center; width: 116px; height: 116px; border: 1px solid rgba(178, 244, 255, .73); border-radius: 50%; background: rgba(1, 28, 57, .42); box-shadow: inset 0 0 0 8px rgba(91, 221, 255, .1), 0 0 35px rgba(64, 210, 255, .2); backdrop-filter: blur(10px); transform: rotate(-10deg); }
.hero-badge span { font-family: var(--rounded); color: var(--lime); font-size: 56px; line-height: 1; }
.hero-badge small { margin-left: 3px; font-size: 9px; line-height: 1.1; letter-spacing: .14em; color: var(--cyan); }
.scroll-hint { position: absolute; z-index: 2; bottom: 72px; left: 50%; display: flex; flex-direction: column; align-items: center; gap: 13px; font-size: 9px; font-weight: 700; letter-spacing: .17em; color: #c7f6ff; transform: translateX(-50%); }
.scroll-hint i { width: 1px; height: 42px; background: linear-gradient(var(--cyan), transparent); animation: scrollLine 1.9s ease-in-out infinite; }

.marquee { position: relative; z-index: 3; overflow: hidden; height: 68px; border-top: 1px solid rgba(122, 229, 255, .32); border-bottom: 1px solid rgba(122, 229, 255, .32); background: #8eeafe; color: #073c69; white-space: nowrap; }
.marquee-track { display: inline-flex; min-width: max-content; height: 100%; align-items: center; animation: marquee 22s linear infinite; font-family: var(--rounded); font-size: 22px; letter-spacing: .08em; }
.marquee-track span { padding-right: 38px; }
.marquee-track b { color: #075ac3; }

.deep-end { min-height: 1040px; padding: 150px 10vw; background: radial-gradient(650px circle at 75% 42%, rgba(11, 124, 208, .31), transparent 53%), linear-gradient(122deg, #041731 0%, #082b4a 49%, #03182c 100%); overflow: hidden; }
.deep-end::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(116, 229, 255, .075) 1px, transparent 1px), linear-gradient(90deg, rgba(116, 229, 255, .075) 1px, transparent 1px); background-size: 88px 88px; mask-image: linear-gradient(90deg, black, transparent 68%); opacity: .44; }
.water-void { position: absolute; right: -12%; bottom: -42%; width: 1000px; height: 1000px; border: 1px solid rgba(104, 232, 255, .17); border-radius: 50%; box-shadow: 0 0 0 75px rgba(0, 158, 238, .035), 0 0 0 150px rgba(0, 158, 238, .025), 0 0 100px rgba(30, 193, 255, .34); }
.section-number { position: absolute; top: 120px; right: 10.3vw; color: rgba(150, 234, 255, .37); font-family: var(--rounded); font-size: 18px; letter-spacing: .1em; }
.deep-copy { position: relative; z-index: 1; width: 44%; }
h2 { font-size: clamp(72px, 7.1vw, 136px); line-height: .84; color: #e1faff; }
h2 span { color: var(--lime); }
.body-copy { max-width: 430px; margin: 31px 0 0; font-size: 19px; line-height: 1.55; color: #d5eff9; }
.body-copy.quiet { margin-top: 14px; color: #9ac5da; font-size: 15px; }
.deep-card { position: relative; z-index: 2; width: 372px; margin-top: 64px; padding: 24px 28px; transform: rotate(-3.6deg); }
.card-index { color: var(--lime); font-size: 10px; font-weight: 800; letter-spacing: .16em; }
.deep-card p { margin: 19px 0 13px; font-family: var(--rounded); font-size: 25px; line-height: 1.1; letter-spacing: -.04em; }
.card-wave { color: var(--cyan); font-family: var(--rounded); letter-spacing: .18em; font-size: 22px; }
.nasnut-float { position: absolute; z-index: 2; top: 60px; right: 8.2vw; width: min(45vw, 780px); margin: 0; transform: rotate(var(--tilt-y, 0deg)) rotateX(var(--tilt-x, 0deg)); transform-style: preserve-3d; transition: transform .5s cubic-bezier(.16,1,.3,1); }
.nasnut-float img { position: relative; z-index: 2; display: block; width: 100%; max-height: 820px; margin: 0 auto; border: 1px solid rgba(126, 224, 255, .24); border-radius: 24%; object-fit: contain; box-shadow: 0 33px 65px rgba(0, 7, 24, .4), inset 0 0 38px rgba(110, 232, 255, .13); filter: saturate(1.04) drop-shadow(0 0 22px rgba(76, 220, 255, .16)); animation: bob 5.7s ease-in-out infinite; }
.nasnut-float figcaption { position: absolute; z-index: 3; right: 3%; bottom: 9%; padding: 9px 12px; border: 1px solid rgba(182, 244, 255, .55); border-radius: 99px; background: rgba(3, 36, 64, .64); font-size: 9px; font-weight: 800; letter-spacing: .12em; transform: rotate(-6deg); }
.pool-facts { position: absolute; z-index: 3; right: 10vw; bottom: 108px; display: flex; gap: 27px; color: #add9eb; font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.pool-facts span { display: flex; flex-direction: column; gap: 7px; }
.pool-facts b { color: var(--lime); font-family: var(--rounded); font-size: 32px; letter-spacing: -.04em; }

.rules { min-height: 900px; display: grid; grid-template-columns: .98fr 1.02fr; gap: 90px; align-items: center; padding: 120px 11vw; background: #dffbff; color: #073b66; overflow: hidden; }
.rules::before { content: ""; position: absolute; inset: 0; background: radial-gradient(620px circle at 20% 20%, rgba(83, 226, 255, .71), transparent 50%), radial-gradient(510px circle at 95% 88%, rgba(9, 143, 231, .24), transparent 55%); opacity: .74; }
.rules-ripple { position: absolute; z-index: 0; right: -4%; top: -7%; width: 740px; height: 740px; border-radius: 47% 53% 50% 50%; border: 1px solid rgba(2, 96, 175, .17); box-shadow: 0 0 0 60px rgba(2, 96, 175, .06), 0 0 0 122px rgba(2, 96, 175, .05), 0 0 0 185px rgba(2, 96, 175, .035); transform: rotate(-16deg); }
.rules-head, .rules-list { position: relative; z-index: 1; }
.rules .eyebrow { color: #0a78bb; }
.rules h2 { color: #064a83; }
.rules h2 span { color: #0c9bdf; }
.rules-head > p:last-child { max-width: 410px; margin: 31px 0 0; font-size: 17px; line-height: 1.55; color: #276a93; }
.rules-list { display: grid; gap: 13px; }
.rule { position: relative; display: grid; grid-template-columns: 54px 1fr 45px; align-items: center; min-height: 150px; padding: 21px 24px; border: 1px solid rgba(20, 114, 173, .27); border-radius: 25px; background: rgba(237, 255, 255, .48); box-shadow: inset 0 1px 0 rgba(255,255,255,.8); transition: transform .25s ease, box-shadow .25s ease, background .25s ease; }
.rule:hover { transform: translateX(10px); background: rgba(249, 255, 255, .73); box-shadow: 0 15px 36px rgba(19, 128, 187, .16); }
.rule-number { align-self: start; font-family: var(--rounded); color: #0c9ee1; font-size: 19px; }
.rule h3 { margin: 0 0 8px; font-family: var(--rounded); color: #064a83; font-size: 28px; letter-spacing: -.04em; }
.rule p { margin: 0; color: #39769a; font-size: 14px; line-height: 1.4; }
.rule-squiggle { color: #09a6e7; font-family: var(--rounded); font-size: 34px; text-align: right; }
.rule-sticker { position: absolute; z-index: 2; bottom: 56px; left: 41%; display: flex; align-items: center; justify-content: center; width: 130px; height: 130px; border: 7px solid #064a83; border-radius: 50% 48% 51% 46%; background: var(--lime); color: #064a83; box-shadow: 8px 8px 0 rgba(8, 134, 205, .36); font-family: var(--rounded); font-size: 17px; line-height: .88; text-align: center; transform: rotate(-16deg); }

.clubhouse { min-height: 990px; display: flex; align-items: center; padding: 128px 10vw; background: #061b34; overflow: hidden; }
.club-image { position: absolute; inset: 0; z-index: -2; background: url("../assets/images/pool-world.png") center / cover no-repeat; transform: scale(1.08); filter: saturate(1.1) contrast(1.08); }
.club-overlay { position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, rgba(2, 14, 35, .92) 0%, rgba(3, 17, 42, .68) 41%, rgba(0, 13, 33, .08) 100%), linear-gradient(0deg, rgba(3, 12, 31, .75), transparent 58%); }
.club-copy { max-width: 580px; }
.club-copy p:last-child { max-width: 385px; margin: 27px 0 0; font-size: 18px; line-height: 1.52; color: #c5e5f2; }
.club-actions { position: absolute; bottom: 112px; left: 10vw; display: flex; width: 600px; overflow: hidden; }
.club-link { display: flex; flex: 1; align-items: center; gap: 12px; padding: 19px 23px; transition: background .2s ease, color .2s ease; }
.club-link + .club-link { border-left: 1px solid rgba(160, 235, 255, .3); }
.club-link span { font-size: 24px; color: var(--lime); }
.club-link b { font-size: 11px; letter-spacing: .12em; }
.club-link i { margin-left: auto; font-style: normal; font-size: 19px; color: var(--cyan); }
.club-link:hover { background: rgba(9, 132, 201, .56); color: #fff; }
.tiny-lap-counter { position: absolute; right: 10vw; bottom: 115px; display: flex; flex-direction: column; align-items: end; color: #abdcf0; font-size: 10px; font-weight: 700; letter-spacing: .17em; }
.tiny-lap-counter b { margin-top: 7px; color: var(--lime); font-family: var(--rounded); font-size: 46px; line-height: 1; }

.final { min-height: 820px; display: flex; align-items: center; justify-content: center; padding: 126px 10vw 100px; background: radial-gradient(560px circle at 50% 36%, rgba(35, 182, 244, .29), transparent 60%), linear-gradient(180deg, #052442, #031426 74%, #010915); overflow: hidden; text-align: center; }
.final::before { content: ""; position: absolute; inset: 0; opacity: .65; background: repeating-radial-gradient(ellipse at 50% 30%, transparent 0 48px, rgba(102, 225, 255, .1) 49px 50px, transparent 51px 91px); transform: perspective(800px) rotateX(65deg) translateY(-210px); }
.final-wrap { position: relative; z-index: 1; }
.final .eyebrow { color: #b9ecff; }
.final h2 { font-size: clamp(88px, 10vw, 170px); line-height: .74; text-shadow: 0 0 35px rgba(49, 209, 255, .48); }
.final h2 em { color: var(--lime); font-size: .35em; letter-spacing: .04em; font-style: normal; }
.final-ca { display: flex; align-items: center; justify-content: center; gap: 17px; min-width: 600px; margin: 40px auto 21px; padding: 16px 20px 16px 24px; border: 1px solid rgba(152, 235, 255, .42); border-radius: 19px; background: rgba(8, 67, 111, .42); box-shadow: inset 0 1px 0 rgba(255,255,255,.2); backdrop-filter: blur(10px); }
.final-ca > span { color: var(--lime); font-size: 11px; font-weight: 800; letter-spacing: .16em; }
.final-ca code { min-width: 290px; max-width: 410px; overflow: hidden; color: #fff; font-family: "Courier New", monospace; font-size: 13px; white-space: nowrap; text-overflow: ellipsis; text-align: left; }
.final-ca button { display: inline-flex; align-items: center; gap: 9px; margin-left: auto; padding: 11px 14px; border: 1px solid rgba(174, 249, 255, .45); border-radius: 11px; background: rgba(80, 221, 255, .15); color: #d9faff; font-size: 10px; font-weight: 800; letter-spacing: .12em; cursor: pointer; transition: background .2s ease, color .2s ease, transform .2s ease; }
.final-ca button:hover { background: var(--lime); color: #07335d; transform: translateY(-2px); }
.final-ca button b { font-size: 17px; }
.final-links { display: flex; justify-content: center; gap: 30px; }
.final-links a { padding-bottom: 5px; border-bottom: 1px solid rgba(163, 235, 255, .48); font-size: 11px; font-weight: 800; letter-spacing: .15em; transition: color .2s ease, border-color .2s ease; }
.final-links a:hover { color: var(--lime); border-color: var(--lime); }
.final-links span { margin-left: 9px; font-size: 16px; }
.final-bubble { position: absolute; border: 1px solid rgba(173, 239, 255, .5); border-radius: 50%; box-shadow: inset 9px 9px 12px rgba(255,255,255,.09), inset -14px -12px 20px rgba(0, 89, 177, .19), 0 0 28px rgba(63, 218, 255, .14); opacity: .8; }
.final-bubble-a { top: 13%; left: 10%; width: 115px; height: 115px; animation: bubbleFloat 7s ease-in-out infinite; }
.final-bubble-b { right: 10%; bottom: 17%; width: 180px; height: 180px; animation: bubbleFloat 9s ease-in-out -3s infinite; }
footer { position: absolute; z-index: 2; right: 0; bottom: 0; left: 0; height: 77px; padding: 0 4.4vw; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid rgba(144, 231, 255, .2); color: #89bad0; font-size: 10px; font-weight: 700; letter-spacing: .14em; }
.footer-brand { font-size: 16px; color: var(--ink); }
.back-top { padding: 0; border: 0; background: transparent; color: #aeeaf8; font-size: 10px; font-weight: 700; letter-spacing: .14em; cursor: pointer; transition: color .2s ease; }
.back-top:hover { color: var(--lime); }

.bubble-field { position: fixed; z-index: -1; inset: 0; overflow: hidden; pointer-events: none; }
.bubble-field i { position: absolute; bottom: -30px; left: var(--left); width: var(--size); height: var(--size); border: 1px solid rgba(173, 239, 255, .5); border-radius: 50%; background: radial-gradient(circle at 30% 27%, rgba(255,255,255,.7), rgba(102, 216, 255, .08) 35%, transparent 66%); box-shadow: inset 0 0 9px rgba(255,255,255,.24), 0 0 8px rgba(118, 229, 255, .15); opacity: .5; animation: driftUp var(--duration) linear var(--delay) infinite; }
.cursor-orb { position: fixed; z-index: 30; top: -22px; left: -22px; width: 44px; height: 44px; border: 1px solid rgba(190, 247, 255, .67); border-radius: 50%; box-shadow: 0 0 18px rgba(79, 224, 255, .35), inset 0 0 13px rgba(79, 224, 255, .15); pointer-events: none; mix-blend-mode: screen; transform: translate3d(-100px, -100px, 0); transition: width .2s ease, height .2s ease; }
.toast { position: fixed; z-index: 50; right: 34px; bottom: 32px; padding: 15px 20px; border: 1px solid rgba(180, 248, 255, .62); border-radius: 14px; background: rgba(3, 51, 87, .88); box-shadow: 0 17px 50px rgba(0,0,0,.26); color: var(--lime); font-size: 11px; font-weight: 800; letter-spacing: .15em; opacity: 0; transform: translateY(16px); pointer-events: none; transition: opacity .25s ease, transform .25s ease; }
.toast.is-visible { opacity: 1; transform: translateY(0); }

.reveal { opacity: 0; transform: translateY(25px); transition: opacity .9s cubic-bezier(.16,1,.3,1), transform .9s cubic-bezier(.16,1,.3,1); }
.reveal.delay-1 { transition-delay: .14s; }
.reveal.delay-2 { transition-delay: .28s; }
.reveal.delay-3 { transition-delay: .42s; }
.reveal.is-in { opacity: 1; transform: translateY(0); }

@keyframes pulse { 60% { box-shadow: 0 0 0 10px rgba(183, 250, 35, 0); } 100% { box-shadow: 0 0 0 0 rgba(183, 250, 35, 0); } }
@keyframes scrollLine { 0%,100% { transform: scaleY(.65); transform-origin: top; opacity: .45; } 50% { transform: scaleY(1); transform-origin: top; opacity: 1; } }
@keyframes marquee { to { transform: translateX(-33.333%); } }
@keyframes bob { 0%,100% { transform: translateY(0) rotate(-1.3deg); } 50% { transform: translateY(-19px) rotate(1.1deg); } }
@keyframes bubbleFloat { 0%,100% { transform: translateY(0) translateX(0); } 50% { transform: translateY(-26px) translateX(12px); } }
@keyframes driftUp { from { transform: translate3d(0,0,0) scale(.65); opacity: 0; } 12%,86% { opacity: .5; } to { transform: translate3d(var(--drift), -115vh, 0) scale(1); opacity: 0; } }

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

@media (max-width: 1320px) {
  .hero { padding-left: 7vw; padding-right: 7vw; }
  .ca-panel { left: 7vw; }
  .hero-badge { right: 5vw; }
  .deep-end { padding-left: 7vw; padding-right: 7vw; }
  .nasnut-float { right: 3vw; width: min(48vw, 680px); }
  .pool-facts { right: 6vw; }
  .rules { padding-left: 8vw; padding-right: 8vw; gap: 52px; }
  .rule-sticker { left: 37%; }
  .clubhouse { padding-left: 8vw; padding-right: 8vw; }
  .club-actions { left: 8vw; }
  .tiny-lap-counter { right: 8vw; }
}
