:root {
  --navy-950: #010d17;
  --navy-900: #021724;
  --navy-800: #052638;
  --navy-700: #09394d;
  --teal: #02bbc2;
  --teal-dark: #008d98;
  --gold: #e9b951;
  --gold-soft: #f4ce79;
  --white: #f7fbfd;
  --muted: #a9c0ca;
  --line: rgba(133, 190, 207, 0.2);
  --page-pad: clamp(22px, 5vw, 100px);
  --section-pad: clamp(48px, 6vw, 96px);
  --shadow-lg: 0 28px 70px rgba(0, 8, 15, 0.42);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body {
  margin: 0;
  overflow-x: hidden;
  background: var(--navy-950);
  color: var(--white);
  font-family: Inter, "Segoe UI", Arial, Helvetica, sans-serif;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  background:
    radial-gradient(circle at 12% 15%, rgba(0, 190, 200, 0.1), transparent 28%),
    radial-gradient(circle at 87% 50%, rgba(230, 177, 71, 0.07), transparent 26%),
    var(--navy-950);
}
.scroll-progress {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 0;
  height: 3px;
  pointer-events: none;
  background: linear-gradient(90deg, var(--gold), #ffe39c 42%, var(--teal));
  box-shadow: 0 0 16px rgba(0, 218, 226, .72);
}
.pointer-glow {
  position: fixed;
  z-index: 4;
  left: 0;
  top: 0;
  width: 380px;
  height: 380px;
  border-radius: 50%;
  pointer-events: none;
  opacity: 0;
  transform: translate3d(-50%, -50%, 0);
  background: radial-gradient(circle, rgba(0, 205, 213, .09), rgba(0, 205, 213, .025) 38%, transparent 70%);
  transition: opacity .35s ease;
  mix-blend-mode: screen;
}
.pointer-glow.is-active { opacity: 1; }
.ambient-layer {
  position: fixed;
  z-index: 3;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  mix-blend-mode: screen;
}
.ambient-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(2px);
  opacity: .32;
  box-shadow: 0 0 40px currentColor;
}
.orb-one {
  top: 18%;
  left: 4%;
  width: 7px;
  height: 7px;
  color: #42e3e7;
  background: currentColor;
  animation: orbFloatOne 11s ease-in-out infinite;
}
.orb-two {
  top: 48%;
  right: 8%;
  width: 10px;
  height: 10px;
  color: #e8b74f;
  background: currentColor;
  animation: orbFloatTwo 15s ease-in-out infinite;
}
.orb-three {
  bottom: 13%;
  left: 26%;
  width: 5px;
  height: 5px;
  color: #64f2f4;
  background: currentColor;
  animation: orbFloatThree 13s ease-in-out infinite;
}
.ambient-ring {
  position: absolute;
  width: 180px;
  height: 180px;
  border: 1px solid rgba(0, 207, 214, .11);
  border-radius: 50%;
}
.ring-one { top: 30%; right: -70px; animation: ringDrift 18s linear infinite; }
.ring-two { bottom: 8%; left: -95px; width: 250px; height: 250px; border-color: rgba(233, 185, 81, .08); animation: ringDrift 24s linear infinite reverse; }
.ambient-particle {
  position: absolute;
  bottom: -20px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: rgba(87, 232, 235, .62);
  box-shadow: 0 0 12px rgba(52, 225, 230, .7);
  animation: particleRise var(--particle-speed) linear infinite;
  animation-delay: var(--particle-delay);
}
.ambient-particle:nth-child(3n) {
  background: rgba(233, 185, 81, .58);
  box-shadow: 0 0 12px rgba(233, 185, 81, .56);
}
main, .site-header { position: relative; z-index: 2; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
img { display: block; max-width: 100%; }
.shell {
  width: 100%;
  margin: 0;
  padding-inline: var(--page-pad);
}

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  height: 86px;
  background: rgba(1, 18, 29, 0.86);
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
  backdrop-filter: blur(18px);
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.2);
}
.nav-wrap { height: 100%; display: flex; align-items: center; gap: clamp(18px, 2.5vw, 40px); }
.brand { display: flex; align-items: center; gap: 13px; flex-shrink: 0; }
.brand img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 50%;
  border: 2px solid var(--gold);
  box-shadow: 0 0 0 5px rgba(233, 185, 81, 0.08), 0 0 28px rgba(233, 185, 81, 0.2);
}
.brand span { display: grid; }
.brand b { font-size: clamp(30px, 2.4vw, 40px); line-height: .84; letter-spacing: -2px; }
.brand small { margin-top: 7px; font-size: 7px; font-weight: 800; letter-spacing: .25px; color: #b6cbd3; }
.main-nav { margin-left: auto; display: flex; align-items: stretch; height: 100%; gap: clamp(13px, 1.7vw, 28px); }
.main-nav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  white-space: nowrap;
  color: #dce9ed;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .25px;
  transition: color .25s ease;
}
.main-nav a:hover, .main-nav a.active { color: white; }
.main-nav a::after {
  content: "";
  position: absolute;
  left: 50%;
  right: 50%;
  bottom: 22px;
  height: 2px;
  background: linear-gradient(90deg, var(--gold), var(--teal));
  transition: left .25s ease, right .25s ease;
}
.main-nav a:hover::after, .main-nav a.active::after { left: 0; right: 0; }
.nav-actions { display: flex; gap: 12px; margin-left: 4px; }
.header-register {
  min-width: 108px;
  height: 44px;
  padding: 0 20px;
  border: 1px solid rgba(233, 185, 81, 0.8);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.025);
  color: white;
  font-size: 11px;
  font-weight: 900;
  cursor: pointer;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}
.header-register:hover { transform: translateY(-2px); background: rgba(233, 185, 81, 0.1); }
.header-register.primary {
  min-width: 154px;
  border-color: transparent;
  background: linear-gradient(135deg, var(--gold-soft), #d99c32);
  color: #071824;
  box-shadow: 0 10px 30px rgba(224, 165, 52, .22);
}
.header-register.primary:hover { box-shadow: 0 14px 35px rgba(224, 165, 52, .38); }
.menu-toggle { display: none; margin-left: auto; border: 0; background: transparent; color: white; font-size: 26px; }

/* Hero */
.hero {
  position: relative;
  min-height: min(700px, calc(100vh - 86px));
  overflow: hidden;
  border-bottom: 1px solid rgba(233, 185, 81, .22);
  background: #021522;
  isolation: isolate;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, #01111d 0%, rgba(1, 17, 29, .94) 30%, rgba(1, 17, 29, .32) 66%, rgba(1, 17, 29, .08)),
    linear-gradient(0deg, #01111d 0%, transparent 24%);
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: .23;
  background-image:
    linear-gradient(rgba(0, 194, 203, .13) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 194, 203, .13) 1px, transparent 1px);
  background-size: 70px 70px;
  mask-image: linear-gradient(90deg, black, transparent 55%);
}
.hero-art {
  position: absolute;
  inset: 0 0 0 auto;
  z-index: -2;
  width: 72%;
  height: 100%;
  background: url("assets/hero-circle-kabaddi.png") center / cover no-repeat;
  transform: translate3d(0, var(--hero-parallax, 0px), 0) scale(1.04);
  filter: saturate(1.15) contrast(1.06);
  animation: heroBreathe 12s ease-in-out infinite alternate;
}
.hero-content { min-height: inherit; display: flex; align-items: center; }
.hero-copy { width: min(720px, 54vw); padding-block: 70px; }
.hero-copy > * {
  opacity: 0;
  transform: translateY(24px);
  animation: heroCopyIn .7s ease forwards;
}
.hero-copy > :nth-child(1) { animation-delay: .12s; }
.hero-copy > :nth-child(2) { animation-delay: .24s; }
.hero-copy > :nth-child(3) { animation-delay: .36s; }
.hero-copy > :nth-child(4) { animation-delay: .48s; }
.hero-copy::before {
  content: "WORLD CIRCLE KABADDI ASSOCIATION";
  display: inline-flex;
  margin-bottom: 22px;
  padding: 9px 14px;
  border: 1px solid rgba(0, 187, 194, .34);
  border-radius: 999px;
  background: rgba(0, 187, 194, .08);
  color: #76e2e4;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 2.4px;
}
.hero h1 {
  margin: 0;
  font-size: clamp(64px, 7.4vw, 122px);
  line-height: .82;
  font-style: italic;
  letter-spacing: clamp(-6px, -.4vw, -2px);
  font-weight: 950;
  text-shadow: 0 10px 35px rgba(0, 0, 0, .35);
}
.hero h1 em {
  color: transparent;
  background: linear-gradient(135deg, #14dce2, #008f9c);
  background-clip: text;
  font-style: italic;
  text-shadow: none;
}
.tagline {
  margin: 28px 0 12px;
  color: var(--gold-soft);
  font-size: clamp(16px, 1.55vw, 25px);
  font-style: italic;
  font-weight: 900;
  letter-spacing: clamp(5px, .7vw, 12px);
}
.hero-description { margin: 0; color: #d9e5e9; font-size: clamp(15px, 1.2vw, 20px); line-height: 1.55; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 30px; }
.cta {
  min-width: 190px;
  height: 52px;
  padding: 0 25px;
  border: 1px solid transparent;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .35px;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}
.cta:hover { transform: translateY(-3px); }
.cta.teal { background: linear-gradient(135deg, #05c7ce, #008d98); box-shadow: 0 14px 35px rgba(0, 184, 192, .25); }
.cta.teal:hover { box-shadow: 0 18px 42px rgba(0, 184, 192, .42); }
.cta.outline { border-color: rgba(255, 255, 255, .65); background: rgba(2, 23, 36, .44); backdrop-filter: blur(10px); }
.cta.outline:hover { border-color: var(--gold); background: rgba(233, 185, 81, .09); }

/* Full-width content bands */
.page-body {
  position: relative;
  background:
    radial-gradient(circle at 14% 20%, rgba(0, 185, 194, .08), transparent 25%),
    radial-gradient(circle at 90% 75%, rgba(233, 185, 81, .06), transparent 28%),
    linear-gradient(180deg, #031b2a, #02131f);
}
.page-body::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .28;
  background-image: linear-gradient(120deg, transparent 49.7%, rgba(0, 185, 194, .09) 50%, transparent 50.3%);
  background-size: 220px 220px;
}
.ambassador {
  position: relative;
  min-height: 400px;
  padding-inline: 0;
  display: grid;
  grid-template-columns: minmax(330px, 36%) 1fr minmax(190px, 20%);
  overflow: hidden;
  border-block: 1px solid rgba(233, 185, 81, .32);
  background: linear-gradient(115deg, rgba(8, 45, 63, .97), rgba(2, 23, 36, .98));
  box-shadow: var(--shadow-lg);
}
.ambassador::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, transparent 65%, rgba(0, 185, 194, .06));
}
.ambassador-image { position: relative; overflow: hidden; border-right: 1px solid rgba(233, 185, 81, .42); }
.ambassador-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, transparent 65%, rgba(2, 23, 36, .75)); }
.ambassador-image img { width: 100%; height: 100%; object-fit: cover; object-position: center 10%; transition: transform .8s ease; }
.ambassador:hover .ambassador-image img { transform: scale(1.035); }
.ambassador-copy { align-self: center; max-width: 760px; padding: 55px clamp(32px, 5vw, 85px); }
.ambassador-copy > span { color: #22d9de; font-size: 13px; font-weight: 900; letter-spacing: 1.5px; }
.ambassador-copy h2 { margin: 12px 0 7px; font-size: clamp(32px, 3vw, 54px); letter-spacing: .5px; }
.ambassador-copy h3 { margin: 0; color: var(--gold); font-size: clamp(13px, 1.2vw, 18px); letter-spacing: 3px; }
.ambassador-copy p { max-width: 620px; margin: 23px 0 0; color: #d1e0e5; font-size: clamp(13px, 1.05vw, 17px); line-height: 1.75; }
.signature { margin-top: 22px; color: var(--gold); font-family: "Segoe Script", cursive; font-size: 34px; font-style: italic; transform: rotate(-3deg); transform-origin: left; }
.ambassador-copy small { color: var(--gold-soft); font-size: 11px; }
.ambassador-logo {
  z-index: 1;
  width: clamp(150px, 13vw, 220px);
  height: clamp(150px, 13vw, 220px);
  align-self: center;
  justify-self: center;
  object-fit: cover;
  border: 4px solid var(--gold);
  border-radius: 50%;
  box-shadow: 0 0 0 12px rgba(233, 185, 81, .06), 0 0 55px rgba(233, 185, 81, .18);
  animation: logoHover 5s ease-in-out infinite;
}

.stats {
  position: relative;
  min-height: 130px;
  padding-inline: var(--page-pad);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  overflow: hidden;
  border-block: 1px solid rgba(81, 226, 229, .22);
  background: linear-gradient(115deg, #06394b, #009ca4 56%, #007e89);
  box-shadow: 0 22px 55px rgba(0, 13, 21, .32);
}
.stats::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, transparent 20%, rgba(255,255,255,.09) 50%, transparent 75%);
  transform: translateX(-100%);
  animation: statShine 8s ease-in-out infinite;
}
.stat {
  position: relative;
  display: grid;
  grid-template-columns: 66px auto;
  grid-template-rows: 1fr 1fr;
  align-items: center;
  align-content: center;
  padding: 26px clamp(22px, 3vw, 60px);
  transition: background .25s ease;
}
.stat:hover { background: rgba(255, 255, 255, .07); }
.stat:not(:last-child)::after { content: ""; position: absolute; right: 0; top: 25%; width: 1px; height: 50%; background: rgba(255,255,255,.32); }
.stat-symbol, .court-icon { grid-row: 1/3; width: 48px; height: 48px; display: grid; place-items: center; color: white; font-size: 42px; }
.court-icon { border: 3px double white; font-size: 25px; }
.stat strong { align-self: end; font-size: clamp(28px, 2.3vw, 42px); line-height: 1; }
.stat > span:not(.court-icon):not(.stat-symbol), .stat small { align-self: start; font-size: 12px; font-weight: 900; letter-spacing: 1.2px; }

.content-grid {
  position: relative;
  padding-block: var(--section-pad);
  display: grid;
  grid-template-columns: 1.15fr .9fr 1fr;
  gap: clamp(18px, 2vw, 34px);
}
.panel {
  min-width: 0;
  min-height: 450px;
  padding: clamp(20px, 2vw, 34px);
  overflow: hidden;
  border: 1px solid rgba(120, 180, 198, .24);
  border-radius: 18px;
  background: linear-gradient(145deg, rgba(9, 46, 64, .92), rgba(2, 24, 37, .88));
  box-shadow: 0 18px 55px rgba(0, 8, 14, .26);
  backdrop-filter: blur(12px);
  transition: transform .35s ease, border-color .35s ease, box-shadow .35s ease;
}
.panel::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 -130%;
  width: 70%;
  pointer-events: none;
  transform: skewX(-20deg);
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.035), transparent);
  transition: left .8s ease;
}
.panel { position: relative; }
.panel:hover::before { left: 150%; }
.panel:hover { transform: translateY(-7px); border-color: rgba(0, 205, 213, .5); box-shadow: 0 26px 65px rgba(0, 8, 14, .4); }
.panel-title { min-height: 48px; display: flex; align-items: flex-start; justify-content: space-between; }
.panel-title h2 { margin: 0; font-size: clamp(15px, 1.2vw, 21px); letter-spacing: .35px; }
.panel-title a { display: flex; align-items: center; gap: 6px; color: #32dfe3; font-size: 10px; font-weight: 800; }
.panel-title a span { transition: transform .25s ease; }
.panel-title a:hover span { transform: translateX(4px); }
.team-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.team-card {
  min-width: 0;
  height: 167px;
  display: grid;
  grid-template-rows: 140px 1fr;
  overflow: hidden;
  border-radius: 10px;
  background: #f6f7f5;
  color: #071928;
  text-align: center;
  box-shadow: 0 8px 20px rgba(0,0,0,.16);
  transition: transform .25s ease, box-shadow .25s ease;
}
.team-card:hover { transform: translateY(-6px) scale(1.015); box-shadow: 0 15px 30px rgba(0,0,0,.28); }
.team-card img { width: 100%; height: 140px; object-fit: cover; object-position: top; transition: transform .35s ease; }
.team-card:hover img { transform: scale(1.06); }
.team-card span { align-self: center; overflow: hidden; padding: 0 4px; font-size: 9px; font-weight: 950; text-overflow: ellipsis; text-transform: uppercase; white-space: nowrap; }
.news-list { display: grid; gap: 4px; }
.news-item {
  min-height: 109px;
  display: grid;
  grid-template-columns: minmax(105px, 32%) 1fr;
  gap: 16px;
  padding: 12px;
  border-bottom: 1px solid rgba(255,255,255,.08);
  border-radius: 10px;
  transition: background .25s ease, transform .25s ease;
}
.news-item:hover { background: rgba(0, 184, 192, .08); transform: translateX(5px); }
.news-item img { width: 100%; height: 85px; object-fit: cover; border-radius: 7px; }
.news-item > span { display: flex; flex-direction: column; justify-content: center; }
.news-item b { font-size: clamp(11px, .9vw, 15px); line-height: 1.35; }
.news-item small { margin-top: 10px; color: #3fd8dc; font-size: 9px; font-weight: 700; }
.video-feature {
  position: relative;
  width: 100%;
  height: 286px;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(233, 185, 81, .7);
  border-radius: 12px;
  background: #031624;
  color: white;
  text-align: left;
  cursor: default;
}
.video-feature::after { content: ""; position: absolute; inset: 0; background: linear-gradient(transparent 52%, rgba(0, 11, 18, .93)); }
.video-feature img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.video-feature:hover img { transform: scale(1.04); }
.video-feature b { position: absolute; z-index: 2; left: 18px; right: 18px; bottom: 18px; font-size: clamp(12px, 1vw, 16px); }
.play {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 44%;
  width: 62px;
  height: 62px;
  display: grid;
  place-items: center;
  transform: translate(-50%, -50%);
  border: 2px solid white;
  border-radius: 50%;
  background: rgba(1, 18, 29, .58);
  box-shadow: 0 8px 30px rgba(0,0,0,.35);
}
.video-thumbs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 12px; }
.video-thumbs button {
  position: relative;
  height: 72px;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(233, 185, 81, .45);
  border-radius: 8px;
  background: #031624;
  color: white;
  cursor: default;
}
.video-thumbs img { width: 100%; height: 100%; object-fit: cover; opacity: .82; transition: transform .3s ease, opacity .3s ease; }
.video-thumbs button:hover img { transform: scale(1.08); opacity: 1; }
.video-thumbs button > span { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); filter: drop-shadow(0 2px 5px #000); }

.sponsors {
  position: relative;
  padding-block: 15px var(--section-pad);
  border-top: 1px solid rgba(255,255,255,.05);
}
.section-rule { display: flex; align-items: center; gap: 28px; color: #24d8de; font-size: clamp(14px, 1.2vw, 20px); font-weight: 950; letter-spacing: clamp(3px, .55vw, 8px); text-align: center; }
.section-rule::before, .section-rule::after { content: ""; height: 1px; flex: 1; background: linear-gradient(90deg, transparent, var(--gold)); }
.section-rule::after { background: linear-gradient(90deg, var(--gold), transparent); }
.sponsor-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(16px, 2vw, 32px); margin-top: 32px; }
.sponsor-card {
  min-height: 138px;
  padding: 25px;
  display: flex;
  align-items: center;
  gap: 18px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.55);
  border-radius: 15px;
  background: linear-gradient(145deg, #ffffff, #e9f0f2);
  color: #071725;
  box-shadow: 0 14px 35px rgba(0,0,0,.22);
  transition: transform .3s ease, box-shadow .3s ease;
}
.sponsor-card:hover { transform: translateY(-7px); box-shadow: 0 23px 45px rgba(0,0,0,.34); }
.sponsor-icon { width: 70px; flex-shrink: 0; display: grid; place-items: center; color: #0d9d9d; }
.sponsor-icon .shield { color: #c69732; font-size: 55px; }
.sponsor-icon .hands { font-size: 47px; filter: grayscale(1); }
.sponsor-icon .people, .sponsor-icon .microphone { color: #138e8b; font-size: 53px; }
.sponsor-card > span { display: grid; gap: 9px; }
.sponsor-card b { font-size: clamp(12px, .95vw, 16px); white-space: nowrap; }
.sponsor-card small { color: #52606a; font-size: 11px; letter-spacing: .5px; white-space: nowrap; }

/* Footer */
footer { background: linear-gradient(120deg, #073246, #021621); border-top: 1px solid rgba(0, 196, 204, .2); }
.footer-main {
  min-height: 285px;
  padding-block: 55px 42px;
  display: grid;
  grid-template-columns: 1.45fr repeat(4, 1fr);
}
.footer-brand { padding-right: clamp(25px, 4vw, 70px); border-right: 1px solid rgba(255,255,255,.13); }
.footer-wordmark {
  font-size: clamp(50px, 4vw, 70px);
  font-weight: 950;
  font-style: italic;
  line-height: .8;
  letter-spacing: -4px;
  color: transparent;
  background: linear-gradient(#d1edef, #55b8bb);
  background-clip: text;
}
.footer-brand > b { display: block; margin-top: 13px; color: #2bc6cb; font-size: 11px; letter-spacing: .8px; }
.footer-brand p { margin-block: 18px; color: #c7d8de; font-size: 12px; line-height: 1.55; }
.socials { display: flex; gap: 12px; }
.socials a { width: 32px; height: 32px; display: grid; place-items: center; border: 1px solid #8aa8b3; border-radius: 50%; font-size: 14px; transition: background .25s ease, transform .25s ease, border-color .25s ease; }
.socials a:hover { transform: translateY(-3px); border-color: var(--teal); background: rgba(0,187,194,.12); }
.footer-links { padding-left: clamp(20px, 3vw, 55px); border-right: 1px solid rgba(255,255,255,.11); display: flex; flex-direction: column; gap: 12px; }
.footer-links:last-child { border-right: 0; }
.footer-links h3 { margin: 2px 0 6px; font-size: 14px; letter-spacing: .5px; }
.footer-links a { width: fit-content; color: #c7d8de; font-size: 12px; transition: color .2s ease, transform .2s ease; }
.footer-links a:hover { color: #43dce0; transform: translateX(4px); }
.copyright { min-height: 58px; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.1); color: #afc4cc; font-size: 10px; }
.copyright > span:last-child { display: flex; align-items: center; gap: 15px; }
.copyright i { width: 1px; height: 15px; background: #6f8c98; }

/* Scroll reveal */
.reveal-ready {
  opacity: 0;
  transform: translateY(38px) scale(.985);
  transition:
    opacity .72s ease var(--reveal-delay, 0ms),
    transform .72s cubic-bezier(.2,.75,.25,1) var(--reveal-delay, 0ms);
}
.reveal-ready.is-visible { opacity: 1; transform: translateY(0); }

@keyframes heroBreathe {
  from { transform: translate3d(0, var(--hero-parallax, 0px), 0) scale(1.04); }
  to { transform: translate3d(0, var(--hero-parallax, 0px), 0) scale(1.1); }
}
@keyframes statShine {
  0%, 55% { transform: translateX(-110%); }
  75%, 100% { transform: translateX(110%); }
}
@keyframes heroCopyIn {
  to { opacity: 1; transform: translateY(0); }
}
@keyframes logoHover {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  50% { transform: translateY(-9px) rotate(1.5deg); }
}
@keyframes orbFloatOne {
  0%, 100% { transform: translate3d(0, 0, 0); }
  50% { transform: translate3d(80px, -70px, 0); }
}
@keyframes orbFloatTwo {
  0%, 100% { transform: translate3d(0, 0, 0); }
  50% { transform: translate3d(-100px, 90px, 0); }
}
@keyframes orbFloatThree {
  0%, 100% { transform: translate3d(0, 0, 0); }
  50% { transform: translate3d(60px, -110px, 0); }
}
@keyframes ringDrift {
  from { transform: rotate(0deg) scale(1); opacity: .3; }
  50% { transform: rotate(180deg) scale(1.12); opacity: .7; }
  to { transform: rotate(360deg) scale(1); opacity: .3; }
}
@keyframes particleRise {
  0% { transform: translate3d(0, 0, 0) scale(.6); opacity: 0; }
  12% { opacity: .75; }
  80% { opacity: .45; }
  100% { transform: translate3d(var(--particle-drift), -115vh, 0) scale(1.25); opacity: 0; }
}

@media (max-width: 1220px) {
  :root { --page-pad: clamp(22px, 3.5vw, 55px); }
  .main-nav { gap: 14px; }
  .main-nav a { font-size: 10px; }
  .brand small { display: none; }
  .header-register:first-child { display: none; }
  .content-grid { grid-template-columns: 1fr 1fr; }
  .videos-panel { grid-column: 1 / -1; }
  .video-feature { height: 390px; }
  .sponsor-grid { grid-template-columns: 1fr 1fr; }
  .footer-main { grid-template-columns: 1.2fr repeat(2, 1fr); row-gap: 38px; }
}

@media (max-width: 820px) {
  :root { --page-pad: 20px; --section-pad: 55px; }
  .site-header { height: 74px; }
  .brand img { width: 52px; height: 52px; }
  .brand b { font-size: 31px; }
  .menu-toggle { display: grid; place-items: center; cursor: pointer; }
  .nav-actions { display: none; }
  .main-nav {
    position: absolute;
    top: 74px;
    left: 0;
    right: 0;
    height: auto;
    margin: 0;
    padding: 14px 20px 25px;
    flex-direction: column;
    gap: 0;
    background: rgba(1, 18, 29, .98);
    border-bottom: 1px solid rgba(233, 185, 81, .45);
    box-shadow: 0 24px 50px rgba(0,0,0,.35);
    transform: translateY(-130%);
    opacity: 0;
    pointer-events: none;
    transition: transform .28s ease, opacity .28s ease;
  }
  .main-nav.is-open { transform: translateY(0); opacity: 1; pointer-events: auto; }
  .main-nav a { padding: 14px 8px; border-bottom: 1px solid rgba(255,255,255,.07); font-size: 12px; }
  .main-nav a::after { display: none; }
  .hero { min-height: 720px; }
  .hero-art { inset: auto 0 0; width: 100%; height: 58%; background-position: 60% center; opacity: .78; }
  .hero::before { background: linear-gradient(#01111d 0%, rgba(1,17,29,.85) 53%, rgba(1,17,29,.18)); }
  .hero::after { mask-image: linear-gradient(black, transparent 65%); }
  .hero-content { align-items: flex-start; }
  .hero-copy { width: 100%; padding-top: 55px; }
  .hero-copy::before { margin-bottom: 17px; font-size: 8px; letter-spacing: 1.7px; }
  .hero h1 { font-size: clamp(58px, 15vw, 86px); }
  .tagline { margin-top: 22px; font-size: 15px; letter-spacing: 5px; }
  .hero-description { font-size: 14px; }
  .ambassador { grid-template-columns: 1fr; }
  .ambassador-image { height: 390px; border-right: 0; border-bottom: 1px solid rgba(233,185,81,.35); }
  .ambassador-image::after { background: linear-gradient(0deg, rgba(2,23,36,.7), transparent 45%); }
  .ambassador-copy { max-width: none; padding: 42px 24px 50px; }
  .ambassador-logo { position: absolute; top: 315px; right: 24px; width: 125px; height: 125px; }
  .stats { grid-template-columns: 1fr 1fr; padding-inline: 0; }
  .stat { min-height: 110px; padding: 22px 28px; }
  .stat:nth-child(2)::after { display: none; }
  .stat:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.25); }
  .content-grid { grid-template-columns: 1fr; }
  .videos-panel { grid-column: auto; }
  .panel { min-height: auto; }
  .team-grid { grid-template-columns: repeat(2, 1fr); }
  .team-card { height: 160px; }
  .team-card img { height: 134px; }
  .video-feature { height: 280px; }
  .sponsor-grid { grid-template-columns: 1fr; }
  .sponsor-card { min-height: 110px; }
  .section-rule { gap: 10px; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; padding: 0 0 35px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.12); }
  .footer-links { padding-left: 0; border-right: 0; }
  .copyright { padding-block: 20px; flex-direction: column; align-items: flex-start; gap: 13px; line-height: 1.5; }
  .pointer-glow { display: none; }
}

@media (max-width: 450px) {
  .hero { min-height: 680px; }
  .hero h1 { font-size: 54px; }
  .hero-actions { gap: 10px; }
  .cta { min-width: calc(50% - 5px); padding-inline: 12px; font-size: 10px; }
  .ambassador-image { height: 320px; }
  .ambassador-logo { top: 257px; width: 105px; height: 105px; }
  .ambassador-copy h2 { font-size: 29px; }
  .stat { grid-template-columns: 48px 1fr; padding: 18px 14px; }
  .stat-symbol, .court-icon { width: 38px; height: 38px; font-size: 33px; }
  .stat strong { font-size: 25px; }
  .team-card { height: 145px; }
  .team-card img { height: 120px; }
  .news-item { grid-template-columns: 95px 1fr; }
  .video-feature { height: 220px; }
  .sponsor-card { padding: 18px; }
  .sponsor-icon { width: 56px; }
  .footer-main { grid-template-columns: 1fr; }
  .copyright > span:last-child { flex-wrap: wrap; gap: 10px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition-duration: .01ms !important; }
  .reveal-ready { opacity: 1; transform: none; }
  .hero-copy > * { opacity: 1; transform: none; }
  .ambient-layer, .pointer-glow { display: none; }
}
