@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("assets/fonts/manrope-latin-400-normal.woff2") format("woff2");
}

@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("assets/fonts/manrope-latin-600-normal.woff2") format("woff2");
}

@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("assets/fonts/manrope-latin-700-normal.woff2") format("woff2");
}

@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("assets/fonts/manrope-latin-800-normal.woff2") format("woff2");
}

@font-face {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("assets/fonts/dm-sans-latin-400-normal.woff2") format("woff2");
}

@font-face {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("assets/fonts/dm-sans-latin-500-normal.woff2") format("woff2");
}

@font-face {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("assets/fonts/dm-sans-latin-600-normal.woff2") format("woff2");
}

@font-face {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("assets/fonts/dm-sans-latin-700-normal.woff2") format("woff2");
}

@font-face {
  font-family: "Space Mono";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("assets/fonts/space-mono-latin-400-normal.woff2") format("woff2");
}

@font-face {
  font-family: "Space Mono";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("assets/fonts/space-mono-latin-700-normal.woff2") format("woff2");
}

:root {
  --ice: #f7fdff;
  --mist: #dcefff;
  --rally-blue: #075fde;
  --rally-blue-dark: #064aad;
  --court-ink: #10213d;
  --court-ink-soft: #334562;
  --ball-lime: #d6ff42;
  --white: #ffffff;
  --glass: rgba(255, 255, 255, 0.56);
  --glass-solid: rgba(255, 255, 255, 0.9);
  --line: rgba(16, 33, 61, 0.12);
  --line-light: rgba(255, 255, 255, 0.18);
  --font-display: "Manrope", "Avenir Next", "Segoe UI", sans-serif;
  --font-body: "DM Sans", "Segoe UI", sans-serif;
  --font-mono: "Space Mono", "Cascadia Mono", monospace;
  --space-1: 0.25rem;
  --space-2: 0.5rem;
  --space-3: 0.75rem;
  --space-4: 1rem;
  --space-5: 1.5rem;
  --space-6: 2rem;
  --space-7: 3rem;
  --space-8: 4rem;
  --space-9: 6rem;
  --radius-sm: 0.75rem;
  --radius-md: 1.25rem;
  --radius-lg: 2rem;
  --radius-xl: 3rem;
  --radius-pill: 999px;
  --shadow-soft: 0 1.5rem 4rem rgba(39, 79, 118, 0.13);
  --shadow-card: 0 1rem 2.5rem rgba(28, 68, 108, 0.1);
  --shadow-focus: 0 0 0 0.25rem rgba(7, 95, 222, 0.2);
  --ease-out: cubic-bezier(.22, 1, .36, 1);
  --ease-smooth: cubic-bezier(.4, 0, .2, 1);
  --container: 88rem;
  --gutter: clamp(1rem, 3.5vw, 3rem);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 7rem;
}

body {
  margin: 0;
  min-width: 20rem;
  overflow-x: hidden;
  color: var(--court-ink);
  background:
    radial-gradient(circle at 88% 3%, rgba(143, 207, 255, 0.28), transparent 22rem),
    linear-gradient(180deg, #f9feff 0%, var(--ice) 42%, #fff 100%);
  font-family: var(--font-body);
  font-size: 1rem;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

body::before {
  position: fixed;
  z-index: -1;
  inset: 0;
  background-image: linear-gradient(rgba(7, 95, 222, 0.025) 1px, transparent 1px), linear-gradient(90deg, rgba(7, 95, 222, 0.025) 1px, transparent 1px);
  background-size: 5rem 5rem;
  content: "";
  pointer-events: none;
  mask-image: linear-gradient(to bottom, black, transparent 45%);
}

button,
input {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  color: inherit;
}

a {
  color: inherit;
  text-decoration: none;
}

img,
svg {
  display: block;
  max-width: 100%;
}

h1,
h2,
h3,
p,
blockquote,
dl,
dd {
  margin: 0;
}

h1,
h2,
h3 {
  font-family: var(--font-display);
  line-height: 1;
  letter-spacing: -0.045em;
}

em {
  color: var(--rally-blue);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
}

button:focus-visible,
a:focus-visible,
input:focus-visible {
  outline: 2px solid var(--rally-blue);
  outline-offset: 3px;
}

::selection {
  color: var(--court-ink);
  background: var(--ball-lime);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: fixed;
  z-index: 200;
  top: 0.75rem;
  left: 0.75rem;
  padding: 0.75rem 1rem;
  color: var(--white);
  background: var(--court-ink);
  border-radius: var(--radius-sm);
  transform: translateY(-150%);
}

.skip-link:focus {
  transform: none;
}

.section-shell {
  width: min(calc(100% - (var(--gutter) * 2)), var(--container));
  margin-inline: auto;
}

.glass {
  background: var(--glass-solid);
}

@supports ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))) {
  .glass {
    background: var(--glass);
    -webkit-backdrop-filter: blur(22px) saturate(135%);
    backdrop-filter: blur(22px) saturate(135%);
  }
}

.announcement {
  display: flex;
  min-height: 2.25rem;
  align-items: center;
  justify-content: center;
  gap: var(--space-3);
  padding: 0.45rem var(--gutter);
  color: #dff1ff;
  background: var(--court-ink);
  font-family: var(--font-mono);
  font-size: 0.67rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.site-header {
  position: absolute;
  z-index: 50;
  top: 3.3rem;
  right: 0;
  left: 0;
  padding-inline: var(--gutter);
}

.nav-shell {
  display: grid;
  width: min(100%, 74rem);
  min-height: 4.5rem;
  margin-inline: auto;
  padding: 0.55rem 0.65rem 0.55rem 1.5rem;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: var(--radius-pill);
  box-shadow: 0 1rem 3rem rgba(44, 89, 132, 0.13), inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.brand {
  width: max-content;
  font-family: var(--font-display);
  font-size: 1.45rem;
  font-weight: 800;
  letter-spacing: -0.075em;
}

.brand span {
  color: var(--rally-blue);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: clamp(1.25rem, 2.5vw, 2.3rem);
  color: var(--court-ink-soft);
  font-size: 0.86rem;
  font-weight: 650;
}

.nav-links a {
  position: relative;
  padding-block: 0.75rem;
}

.nav-links a::after {
  position: absolute;
  right: 0;
  bottom: 0.35rem;
  left: 0;
  height: 2px;
  background: var(--rally-blue);
  content: "";
  transform: scaleX(0);
  transition: transform 180ms var(--ease-out);
}

.nav-links a:hover::after,
.nav-links .is-current::after {
  transform: scaleX(1);
}

.nav-actions {
  display: flex;
  justify-content: flex-end;
  gap: var(--space-2);
}

.icon-button,
.cart-trigger {
  display: inline-flex;
  min-width: 2.85rem;
  min-height: 2.85rem;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.62);
  border-radius: var(--radius-pill);
  cursor: pointer;
  transition: background 180ms ease, border-color 180ms ease, transform 180ms var(--ease-out);
}

.icon-button:hover,
.cart-trigger:hover {
  border-color: rgba(7, 95, 222, 0.35);
  background: var(--white);
  transform: translateY(-1px);
}

.icon-button svg {
  width: 1.15rem;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.75;
}

.cart-trigger {
  gap: 0.65rem;
  padding: 0.3rem 0.35rem 0.3rem 1rem;
  border-color: transparent;
  color: var(--white);
  background: var(--court-ink);
  font-size: 0.84rem;
  font-weight: 700;
}

.cart-trigger:hover {
  color: var(--white);
  background: var(--rally-blue);
}

.cart-count {
  display: grid;
  width: 2.15rem;
  height: 2.15rem;
  place-items: center;
  color: var(--court-ink);
  background: var(--ball-lime);
  border-radius: 50%;
  font-family: var(--font-mono);
  font-size: 0.73rem;
}

.menu-trigger {
  display: none;
}

.hero {
  display: grid;
  min-height: 54rem;
  padding-top: 10rem;
  padding-bottom: 5rem;
  grid-template-columns: minmax(18rem, 0.82fr) minmax(33rem, 1.18fr);
  align-items: center;
  gap: clamp(2rem, 5vw, 6rem);
}

.hero-copy {
  position: relative;
  z-index: 3;
  padding-left: clamp(0rem, 2vw, 2rem);
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: var(--space-2);
  color: var(--rally-blue);
  font-family: var(--font-mono);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.eyebrow-dot {
  width: 0.55rem;
  height: 0.55rem;
  background: var(--ball-lime);
  border: 1px solid rgba(16, 33, 61, 0.25);
  border-radius: 50%;
  box-shadow: 0 0 0 0.25rem rgba(214, 255, 66, 0.2);
}

.hero h1 {
  max-width: 8ch;
  margin-top: var(--space-5);
  font-size: clamp(4rem, 7.3vw, 7.6rem);
  font-weight: 720;
  line-height: 0.86;
  letter-spacing: -0.085em;
}

.hero h1 em {
  display: inline-block;
  margin-left: 0.08em;
  font-size: 1.06em;
  letter-spacing: -0.06em;
  transform: rotate(-3deg);
}

.hero-intro {
  max-width: 29rem;
  margin-top: var(--space-6);
  color: var(--court-ink-soft);
  font-size: clamp(1rem, 1.4vw, 1.15rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-3);
  margin-top: var(--space-6);
}

.button {
  display: inline-flex;
  min-height: 3.25rem;
  align-items: center;
  justify-content: center;
  gap: var(--space-3);
  padding: 0.8rem 1.25rem;
  border: 1px solid transparent;
  border-radius: var(--radius-pill);
  cursor: pointer;
  font-size: 0.86rem;
  font-weight: 750;
  transition: border-color 200ms ease, background 200ms ease, color 200ms ease, transform 220ms var(--ease-out), box-shadow 220ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  color: var(--white);
  background: var(--rally-blue);
  box-shadow: 0 0.75rem 1.5rem rgba(7, 95, 222, 0.2);
}

.button-primary:hover {
  background: var(--rally-blue-dark);
  box-shadow: 0 1rem 2rem rgba(7, 95, 222, 0.25);
}

.button-secondary {
  border-color: rgba(16, 33, 61, 0.13);
  color: var(--court-ink);
  background: rgba(255, 255, 255, 0.82);
}

.button-secondary:hover {
  border-color: rgba(7, 95, 222, 0.4);
}

.hero-proof {
  display: flex;
  align-items: center;
  gap: var(--space-3);
  margin-top: var(--space-7);
  font-size: 0.76rem;
  line-height: 1.35;
}

.hero-proof strong {
  font-family: var(--font-mono);
  font-size: 0.7rem;
}

.hero-proof p span {
  color: var(--court-ink-soft);
}

.avatar-stack {
  display: flex;
}

.avatar-stack span {
  display: grid;
  width: 2rem;
  height: 2rem;
  margin-left: -0.4rem;
  place-items: center;
  border: 2px solid var(--ice);
  color: var(--white);
  background: var(--rally-blue);
  border-radius: 50%;
  font-family: var(--font-mono);
  font-size: 0.55rem;
}

.avatar-stack span:first-child {
  margin-left: 0;
  background: #783fe5;
}

.avatar-stack span:last-child {
  color: var(--court-ink);
  background: var(--ball-lime);
}

.hero-stage {
  position: relative;
  min-height: 42rem;
  overflow: hidden;
  background:
    radial-gradient(circle at 66% 26%, rgba(255, 255, 255, 0.92) 0 6%, transparent 29%),
    radial-gradient(circle at 50% 70%, rgba(109, 183, 255, 0.28), transparent 40%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.8), rgba(204, 235, 255, 0.7));
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: clamp(2rem, 4vw, 4rem);
  box-shadow: var(--shadow-soft), inset 0 1px 0 rgba(255, 255, 255, 0.92);
  isolation: isolate;
}

.hero-stage::before,
.hero-stage::after {
  position: absolute;
  z-index: -1;
  content: "";
  border-radius: 50%;
  filter: blur(2px);
}

.hero-stage::before {
  width: 20rem;
  height: 20rem;
  top: -8rem;
  left: -4rem;
  background: rgba(7, 95, 222, 0.09);
  box-shadow: 0 0 7rem rgba(7, 95, 222, 0.18);
}

.hero-stage::after {
  width: 16rem;
  height: 16rem;
  right: -5rem;
  bottom: -5rem;
  background: rgba(214, 255, 66, 0.17);
}

.court-lines {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.court-arc {
  position: absolute;
  border: 1px solid rgba(7, 95, 222, 0.18);
  border-radius: 50%;
}

.court-arc-one {
  width: 48rem;
  height: 48rem;
  right: -18rem;
  bottom: -29rem;
}

.court-arc-two {
  width: 34rem;
  height: 34rem;
  right: -11rem;
  bottom: -22rem;
}

.court-axis {
  position: absolute;
  width: 1px;
  height: 110%;
  top: -5%;
  left: 48%;
  background: rgba(7, 95, 222, 0.13);
  transform: rotate(24deg);
}

.court-axis::after {
  position: absolute;
  width: 48rem;
  height: 1px;
  top: 52%;
  left: -24rem;
  background: inherit;
  content: "";
}

.hero-paddle {
  --depth-x: 0px;
  --depth-y: 0px;
  position: absolute;
  z-index: 3;
  width: 18.5rem;
  height: 36rem;
  top: 2.8rem;
  left: 48%;
  transform: translateX(calc(-50% + var(--depth-x))) translateY(var(--depth-y)) rotate(9deg);
  filter: drop-shadow(1.5rem 2rem 1.4rem rgba(19, 55, 100, 0.23));
  transition: transform 320ms var(--ease-out);
}

.hero-paddle-face {
  position: relative;
  z-index: 2;
  display: grid;
  width: 18.5rem;
  height: 24.5rem;
  overflow: hidden;
  place-items: center;
  color: var(--white);
  background:
    linear-gradient(120deg, transparent 0 44%, rgba(255, 255, 255, 0.1) 44.5% 45%, transparent 45.5%),
    repeating-linear-gradient(145deg, rgba(255, 255, 255, 0.025) 0 1px, transparent 1px 5px),
    linear-gradient(145deg, #0973f0 0%, #075fde 48%, #063b9f 100%);
  border: 0.35rem solid #0b55c1;
  border-radius: 48% 48% 38% 38% / 35% 35% 26% 26%;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.25), inset -2rem -3rem 4rem rgba(0, 31, 105, 0.3);
}

.hero-paddle-face::before {
  position: absolute;
  width: 24rem;
  height: 6rem;
  top: 7rem;
  left: -3rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  content: "";
  transform: rotate(-16deg);
}

.paddle-wordmark {
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 800;
  letter-spacing: -0.08em;
}

.paddle-wordmark span {
  color: var(--ball-lime);
}

.paddle-index {
  position: absolute;
  right: 1.6rem;
  bottom: 1.7rem;
  font-family: var(--font-mono);
  font-size: 0.62rem;
  letter-spacing: 0.12em;
}

.hero-paddle-neck {
  position: absolute;
  z-index: 1;
  width: 6.2rem;
  height: 5rem;
  top: 22.5rem;
  left: 6.15rem;
  background: linear-gradient(90deg, #063e9e, #0a66d8, #05327e);
  clip-path: polygon(15% 0, 85% 0, 68% 100%, 32% 100%);
}

.hero-paddle-handle {
  position: absolute;
  z-index: 2;
  width: 4.25rem;
  height: 10.3rem;
  top: 26.2rem;
  left: 7.1rem;
  background: repeating-linear-gradient(10deg, #12213a 0 0.55rem, #243653 0.55rem 0.68rem);
  border-radius: 0.8rem 0.8rem 1.25rem 1.25rem;
  box-shadow: inset 0 0 0 0.16rem rgba(255, 255, 255, 0.12);
}

.pickleball,
.campaign-ball,
.sport-ball,
.empty-ball {
  background:
    radial-gradient(circle at 32% 24%, rgba(255, 255, 255, 0.8), transparent 15%),
    radial-gradient(circle at 58% 52%, var(--court-ink) 0 5%, transparent 5.5%),
    var(--ball-lime);
  border-radius: 50%;
  box-shadow: inset -1rem -1.1rem 1.7rem rgba(87, 123, 0, 0.22), 0 1.2rem 2rem rgba(74, 101, 15, 0.2);
}

.pickleball {
  position: absolute;
  z-index: 4;
  width: 6.7rem;
  height: 6.7rem;
  top: 5rem;
  right: 5.5rem;
  transform: rotate(-20deg);
}

.pickleball span {
  position: absolute;
  width: 0.52rem;
  height: 0.52rem;
  background: var(--court-ink);
  border-radius: 50%;
}

.pickleball span:nth-child(1) { top: 1.25rem; left: 2.9rem; }
.pickleball span:nth-child(2) { top: 2.4rem; left: 1.15rem; }
.pickleball span:nth-child(3) { top: 4.15rem; left: 1.8rem; }
.pickleball span:nth-child(4) { top: 3.75rem; right: 1.2rem; }
.pickleball span:nth-child(5) { top: 1.8rem; right: 1.35rem; }

.hero-spec {
  --depth-x: 0px;
  --depth-y: 0px;
  position: absolute;
  z-index: 5;
  width: min(18rem, 42%);
  right: 1.6rem;
  bottom: 3.5rem;
  padding: 1.35rem;
  border: 1px solid rgba(255, 255, 255, 0.84);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-card), inset 0 1px 0 rgba(255, 255, 255, 0.85);
  transform: translate3d(var(--depth-x), var(--depth-y), 0);
  transition: transform 360ms var(--ease-out);
}

.spec-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-3);
  font-family: var(--font-display);
  font-size: 0.95rem;
  font-weight: 750;
}

.spec-arrow {
  display: grid;
  width: 2rem;
  height: 2rem;
  flex: 0 0 auto;
  place-items: center;
  color: var(--white);
  background: var(--rally-blue);
  border-radius: 50%;
}

.hero-spec dl {
  display: grid;
  margin-top: var(--space-5);
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-2);
}

.hero-spec dl div {
  min-width: 0;
  padding-right: var(--space-2);
  border-right: 1px solid var(--line);
}

.hero-spec dl div:last-child {
  border: 0;
}

.hero-spec dt,
.hero-spec p {
  color: var(--court-ink-soft);
  font-family: var(--font-mono);
  font-size: 0.54rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.hero-spec dd {
  margin-top: 0.25rem;
  font-size: 0.7rem;
  font-weight: 700;
}

.spec-meter {
  display: flex;
  gap: 0.2rem;
  margin-top: var(--space-5);
}

.spec-meter span {
  height: 0.22rem;
  flex: 1;
  background: var(--rally-blue);
  border-radius: var(--radius-pill);
}

.spec-meter span:last-child {
  background: rgba(16, 33, 61, 0.12);
}

.hero-spec p {
  margin-top: var(--space-2);
}

.hero-spec p span {
  color: var(--rally-blue);
}

.hero-caption {
  position: absolute;
  right: 2rem;
  bottom: 1.25rem;
  left: 2rem;
  display: flex;
  justify-content: space-between;
  color: rgba(16, 33, 61, 0.55);
  font-family: var(--font-mono);
  font-size: 0.56rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.trust-strip {
  display: grid;
  padding-block: var(--space-6);
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.trust-strip article {
  display: flex;
  align-items: center;
  gap: var(--space-4);
  padding-inline: clamp(1rem, 2.5vw, 2rem);
  border-right: 1px solid var(--line);
}

.trust-strip article:first-child {
  padding-left: 0;
}

.trust-strip article:last-child {
  border-right: 0;
}

.trust-icon {
  display: grid;
  width: 2.5rem;
  height: 2.5rem;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid var(--line);
  color: var(--rally-blue);
  background: rgba(255, 255, 255, 0.72);
  border-radius: 50%;
  font-family: var(--font-mono);
  font-size: 0.85rem;
}

.trust-strip h2 {
  font-size: 0.86rem;
  letter-spacing: -0.02em;
}

.trust-strip p {
  margin-top: 0.2rem;
  color: var(--court-ink-soft);
  font-size: 0.72rem;
}

.products-section,
.sports {
  padding-block: var(--space-9);
}

.section-heading {
  display: grid;
  grid-template-columns: 1fr minmax(17rem, 28rem);
  align-items: end;
  gap: var(--space-7);
}

.section-heading h2,
.newsletter h2 {
  margin-top: var(--space-4);
  font-size: clamp(2.8rem, 5vw, 5.5rem);
}

.section-heading > p {
  padding-bottom: 0.4rem;
  color: var(--court-ink-soft);
  font-size: 1rem;
}

.filter-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-5);
  margin-top: var(--space-7);
  padding-bottom: var(--space-5);
  border-bottom: 1px solid var(--line);
}

.filter-list {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-2);
}

.filter-list button {
  min-height: 2.8rem;
  padding: 0.65rem 1rem;
  border: 1px solid var(--line);
  color: var(--court-ink-soft);
  background: transparent;
  border-radius: var(--radius-pill);
  cursor: pointer;
  font-size: 0.76rem;
  font-weight: 700;
}

.filter-list button:hover {
  border-color: rgba(7, 95, 222, 0.4);
}

.filter-list button[aria-pressed="true"] {
  border-color: var(--court-ink);
  color: var(--white);
  background: var(--court-ink);
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.42);
  font-weight: 800;
}

.results-count,
.technical-label {
  color: var(--court-ink-soft);
  font-family: var(--font-mono);
  font-size: 0.65rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.empty-results {
  margin-top: var(--space-7);
  padding: var(--space-8);
  text-align: center;
  background: var(--mist);
  border: 1px dashed rgba(7, 95, 222, 0.28);
  border-radius: var(--radius-lg);
}

.empty-results h3 {
  font-size: 1.5rem;
}

.empty-results p {
  margin: var(--space-3) 0 var(--space-5);
  color: var(--court-ink-soft);
}

.product-grid {
  display: grid;
  margin-top: var(--space-6);
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 1.5rem);
  opacity: 1;
  transition: opacity 180ms var(--ease-smooth);
}

.product-grid.is-updating {
  opacity: 0.72;
}

.product-grid[hidden] {
  display: none;
}

.product-card {
  min-width: 0;
  padding-bottom: var(--space-4);
  border-bottom: 1px solid var(--line);
}

.product-art {
  --art-bg: #dcefff;
  --art-face: #075fde;
  --art-mark: #d6ff42;
  position: relative;
  display: grid;
  min-height: clamp(18rem, 26vw, 24rem);
  overflow: hidden;
  place-items: center;
  background: var(--art-bg);
  background:
    radial-gradient(circle at 25% 18%, rgba(255, 255, 255, 0.8), transparent 22%),
    linear-gradient(145deg, color-mix(in srgb, var(--art-bg), white 22%), var(--art-bg));
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: var(--radius-md);
  isolation: isolate;
  transition: box-shadow 260ms ease, transform 280ms var(--ease-out);
}

.product-art::before,
.product-art::after {
  position: absolute;
  z-index: -1;
  content: "";
  border-radius: 50%;
}

.product-art::before {
  width: 22rem;
  height: 22rem;
  right: -14rem;
  bottom: -14rem;
  border: 1px solid rgba(16, 33, 61, 0.13);
  box-shadow: 0 0 0 3rem rgba(255, 255, 255, 0.12);
}

.product-art::after {
  width: 8rem;
  height: 8rem;
  top: -4rem;
  left: -3rem;
  background: rgba(255, 255, 255, 0.22);
}

.product-card:hover .product-art,
.product-card:focus-within .product-art {
  box-shadow: var(--shadow-card);
  transform: translateY(-4px);
}

.theme-ice-blue { --art-bg: #dcefff; --art-face: #075fde; --art-mark: #d6ff42; }
.theme-lavender { --art-bg: #e8e2ff; --art-face: #5940b8; --art-mark: #bff6ff; }
.theme-rally-blue { --art-bg: #bcdcff; --art-face: #10213d; --art-mark: #d6ff42; }
.theme-volt { --art-bg: #e8f99e; --art-face: #10213d; --art-mark: #d6ff42; }
.theme-mint { --art-bg: #d9f6ed; --art-face: #17655b; --art-mark: #cfff8d; }
.theme-coral { --art-bg: #ffe0d7; --art-face: #c5462e; --art-mark: #fff1a5; }
.theme-sunset { --art-bg: #ffe9bd; --art-face: #df651f; --art-mark: #2a3a84; }
.theme-ember { --art-bg: #efd6d3; --art-face: #691f28; --art-mark: #ffb351; }

.paddle-art {
  position: relative;
  width: 8.4rem;
  height: 12.5rem;
  margin-top: -3rem;
  color: var(--art-mark);
  background:
    linear-gradient(135deg, transparent 0 46%, rgba(255, 255, 255, 0.16) 46.5% 47.5%, transparent 48%),
    repeating-linear-gradient(145deg, rgba(255, 255, 255, 0.03) 0 1px, transparent 1px 4px),
    var(--art-face);
  border: 0.24rem solid var(--art-face);
  border-color: color-mix(in srgb, var(--art-face), black 12%);
  border-radius: 47% 47% 35% 35% / 34% 34% 26% 26%;
  box-shadow: inset -1rem -1.5rem 2rem rgba(0, 0, 0, 0.18), 1rem 1.4rem 1.8rem rgba(25, 57, 88, 0.19);
  transform: rotate(7deg);
  transition: transform 350ms var(--ease-out);
}

.product-card:hover .paddle-art,
.product-card:focus-within .paddle-art {
  transform: rotate(3deg) scale(1.035);
}

.paddle-art::before {
  position: absolute;
  width: 2.25rem;
  height: 6.8rem;
  bottom: -6.1rem;
  left: 2.84rem;
  background: repeating-linear-gradient(10deg, #14233c 0 0.42rem, #2b3d59 0.42rem 0.53rem);
  border-radius: 0 0 0.65rem 0.65rem;
  box-shadow: 0.35rem 0.65rem 0.7rem rgba(26, 48, 72, 0.2);
  content: "";
}

.paddle-art::after {
  position: absolute;
  width: 3.1rem;
  height: 2.4rem;
  bottom: -1.9rem;
  left: 2.4rem;
  background: var(--art-face);
  content: "";
  clip-path: polygon(12% 0, 88% 0, 68% 100%, 32% 100%);
}

.paddle-art span {
  position: absolute;
  top: 45%;
  left: 50%;
  font-family: var(--font-display);
  font-size: 1.4rem;
  font-weight: 850;
  letter-spacing: -0.08em;
  transform: translate(-50%, -50%);
}

.paddle-art-wide { width: 9.1rem; }
.paddle-art-round { height: 12rem; border-radius: 50% 50% 38% 38% / 40% 40% 28% 28%; }
.paddle-art-long { width: 7.6rem; height: 14rem; border-radius: 46% 46% 31% 31% / 28% 28% 22% 22%; }

.product-badge {
  position: absolute;
  z-index: 3;
  top: 0.9rem;
  left: 0.9rem;
  padding: 0.43rem 0.65rem;
  color: var(--court-ink);
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: var(--radius-pill);
  font-family: var(--font-mono);
  font-size: 0.55rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.quick-button {
  position: absolute;
  z-index: 3;
  right: 0.9rem;
  bottom: 0.9rem;
  display: grid;
  width: 2.75rem;
  height: 2.75rem;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.8);
  color: var(--court-ink);
  background: rgba(255, 255, 255, 0.82);
  border-radius: 50%;
  cursor: pointer;
  transition: color 180ms ease, background 180ms ease, transform 220ms var(--ease-out);
}

.quick-button:hover {
  color: var(--white);
  background: var(--rally-blue);
  transform: rotate(8deg);
}

.product-details {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: var(--space-3);
  margin-top: var(--space-4);
}

.product-style {
  color: var(--rally-blue);
  font-family: var(--font-mono);
  font-size: 0.58rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.product-details h3 {
  margin-top: var(--space-2);
  font-size: 1.05rem;
  line-height: 1.15;
  letter-spacing: -0.035em;
}

.product-price {
  flex: 0 0 auto;
  font-family: var(--font-mono);
  font-size: 0.75rem;
  font-weight: 700;
}

.product-meta {
  display: flex;
  justify-content: space-between;
  margin-top: var(--space-3);
  color: var(--court-ink-soft);
  font-size: 0.67rem;
}

.product-meta span:first-child {
  color: var(--court-ink);
  font-family: var(--font-mono);
}

.add-button {
  display: flex;
  width: 100%;
  min-height: 2.9rem;
  align-items: center;
  justify-content: space-between;
  margin-top: var(--space-4);
  padding-inline: 1rem;
  border: 1px solid var(--line);
  background: transparent;
  border-radius: var(--radius-pill);
  cursor: pointer;
  font-size: 0.75rem;
  font-weight: 750;
  transition: color 180ms ease, background 180ms ease, border-color 180ms ease;
}

.add-button span {
  font-family: var(--font-mono);
  font-size: 1rem;
}

.add-button:hover {
  border-color: var(--court-ink);
  color: var(--white);
  background: var(--court-ink);
}

.finder {
  position: relative;
  display: grid;
  min-height: 38rem;
  overflow: hidden;
  padding: clamp(2rem, 5vw, 5rem);
  grid-template-columns: minmax(18rem, 0.8fr) minmax(25rem, 1.2fr);
  align-items: center;
  gap: clamp(2rem, 7vw, 8rem);
  color: var(--white);
  background:
    radial-gradient(circle at 72% 24%, rgba(43, 105, 205, 0.34), transparent 26rem),
    linear-gradient(125deg, #10213d, #08152a);
  border-radius: var(--radius-xl);
  box-shadow: 0 2rem 5rem rgba(16, 33, 61, 0.2);
}

.finder::before {
  position: absolute;
  width: 42rem;
  height: 42rem;
  right: -14rem;
  bottom: -30rem;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 50%;
  box-shadow: 0 0 0 6rem rgba(255, 255, 255, 0.025), 0 0 0 12rem rgba(255, 255, 255, 0.018);
  content: "";
}

.finder-copy,
.finder-result {
  position: relative;
  z-index: 2;
}

.eyebrow-light {
  color: var(--ball-lime);
}

.finder h2 {
  margin-top: var(--space-5);
  font-size: clamp(3.2rem, 5vw, 5.8rem);
}

.finder h2 em {
  color: var(--ball-lime);
}

.finder-copy > p:not(.eyebrow) {
  max-width: 27rem;
  margin-top: var(--space-5);
  color: #b8c6da;
}

.finder-options {
  display: grid;
  margin-top: var(--space-7);
  gap: var(--space-2);
}

.finder-options button {
  display: flex;
  min-height: 3.2rem;
  align-items: center;
  gap: var(--space-4);
  padding-inline: 0.35rem 1rem;
  border: 0;
  border-bottom: 1px solid var(--line-light);
  color: #aebed5;
  background: transparent;
  cursor: pointer;
  text-align: left;
  font-family: var(--font-display);
  font-size: 0.95rem;
  font-weight: 700;
}

.finder-options button span {
  font-family: var(--font-mono);
  font-size: 0.55rem;
}

.finder-options button[aria-pressed="true"] {
  color: var(--white);
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 0.35rem;
}

.finder-options button[aria-pressed="true"] span {
  color: var(--ball-lime);
}

.finder-result {
  display: grid;
  overflow: hidden;
  grid-template-columns: 1.05fr 0.95fr;
  color: var(--court-ink);
  background: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: var(--radius-lg);
  box-shadow: 0 2rem 4rem rgba(0, 0, 0, 0.25);
}

.finder-result-art {
  display: grid;
  min-height: 27rem;
  place-items: center;
  overflow: hidden;
  background: linear-gradient(145deg, #eaf7ff, var(--art-bg));
}

.finder-result-art .paddle-art {
  width: 10rem;
  height: 15rem;
  margin-top: -4rem;
}

.finder-result-copy {
  display: flex;
  padding: clamp(1.5rem, 3vw, 2.5rem);
  flex-direction: column;
  justify-content: center;
}

.finder-result-copy h3 {
  margin-top: var(--space-3);
  font-size: clamp(1.7rem, 2.8vw, 2.8rem);
  line-height: 1.02;
}

.finder-result-copy > p:not(.technical-label) {
  margin-top: var(--space-4);
  color: var(--court-ink-soft);
  font-size: 0.86rem;
}

.finder-result-copy > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-4);
  margin-top: var(--space-6);
}

.finder-result-copy strong {
  font-family: var(--font-mono);
  font-size: 0.78rem;
}

.finder-result-copy button {
  min-height: 2.8rem;
  padding-inline: 1rem;
  border: 0;
  color: var(--white);
  background: var(--rally-blue);
  border-radius: var(--radius-pill);
  cursor: pointer;
  font-size: 0.73rem;
  font-weight: 750;
}

.campaign {
  display: grid;
  min-height: 28rem;
  margin-top: var(--space-9);
  overflow: hidden;
  grid-template-columns: 0.9fr 1.1fr;
  background: var(--mist);
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: var(--radius-xl);
}

.campaign-copy {
  align-self: center;
  padding: clamp(2rem, 5vw, 5rem);
}

.campaign-copy h2 {
  max-width: 11ch;
  margin-top: var(--space-5);
  font-size: clamp(2.8rem, 4.8vw, 5.2rem);
}

.campaign-copy > p:not(.eyebrow) {
  max-width: 34rem;
  margin-top: var(--space-5);
  color: var(--court-ink-soft);
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: var(--space-4);
  margin-top: var(--space-6);
  padding-bottom: 0.3rem;
  border-bottom: 1px solid var(--court-ink);
  font-size: 0.85rem;
  font-weight: 750;
}

.text-link span {
  transition: transform 180ms var(--ease-out);
}

.text-link:hover span {
  transform: translateX(0.3rem);
}

.button > span[aria-hidden="true"] {
  transition: transform 220ms var(--ease-out);
}

.button:hover > span[aria-hidden="true"] {
  transform: translate(0.2rem, -0.08rem);
}

.campaign-art {
  position: relative;
  min-height: 28rem;
  overflow: hidden;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.24), rgba(7, 95, 222, 0.09));
}

.campaign-art::before,
.campaign-art::after {
  position: absolute;
  border: 1px solid rgba(7, 95, 222, 0.17);
  content: "";
}

.campaign-art::before {
  width: 34rem;
  height: 34rem;
  right: -10rem;
  bottom: -23rem;
  border-radius: 50%;
}

.campaign-art::after {
  width: 70%;
  height: 160%;
  top: -30%;
  left: 28%;
  transform: rotate(24deg);
}

.campaign-bag {
  position: absolute;
  z-index: 2;
  width: min(22rem, 55%);
  height: 22rem;
  top: 3rem;
  left: 22%;
  background:
    linear-gradient(115deg, transparent 0 48%, rgba(255, 255, 255, 0.1) 48.5% 49%, transparent 49.5%),
    var(--rally-blue);
  border: 0.35rem solid #0651bd;
  border-radius: 42% 42% 18% 18% / 24% 24% 12% 12%;
  box-shadow: inset -3rem -2rem 4rem rgba(3, 42, 116, 0.27), 2rem 2.2rem 2.5rem rgba(46, 95, 134, 0.2);
  transform: rotate(-8deg);
}

.campaign-bag::before {
  position: absolute;
  width: 58%;
  height: 4rem;
  top: -3.2rem;
  left: 21%;
  border: 0.6rem solid var(--court-ink);
  border-bottom: 0;
  border-radius: 3rem 3rem 0 0;
  content: "";
}

.campaign-bag span {
  position: absolute;
  top: 48%;
  left: 50%;
  color: var(--white);
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 850;
  letter-spacing: -0.08em;
  transform: translate(-50%, -50%);
}

.campaign-ball {
  position: absolute;
  z-index: 3;
  width: 5.2rem;
  height: 5.2rem;
}

.campaign-ball-one { top: 5rem; right: 12%; }
.campaign-ball-two { right: 25%; bottom: 2rem; transform: scale(0.7); }

.campaign-line {
  position: absolute;
  z-index: 4;
  width: 13rem;
  height: 3rem;
  right: 9%;
  bottom: 7rem;
  border: 0.25rem solid rgba(255, 255, 255, 0.82);
  border-right: 0;
  border-left: 0;
  transform: rotate(-32deg);
}

.sports-collage {
  display: grid;
  min-height: 42rem;
  margin-top: var(--space-7);
  grid-template-columns: 1.25fr 0.75fr 0.75fr;
  grid-template-rows: repeat(2, 1fr);
  gap: var(--space-4);
}

.sport-tile {
  position: relative;
  display: flex;
  min-height: 13rem;
  overflow: hidden;
  padding: clamp(1.25rem, 2.5vw, 2rem);
  flex-direction: column;
  justify-content: flex-end;
  background: var(--mist);
  border-radius: var(--radius-md);
  isolation: isolate;
  transition: transform 260ms var(--ease-out), box-shadow 260ms ease;
}

.sport-tile::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(to top, rgba(16, 33, 61, 0.55), transparent 65%);
  content: "";
}

a.sport-tile:hover {
  box-shadow: var(--shadow-card);
  transform: translateY(-4px);
}

.sport-tile h3 {
  color: var(--white);
  font-size: clamp(1.5rem, 2.8vw, 2.6rem);
}

.sport-tile p,
.sport-index {
  color: rgba(255, 255, 255, 0.78);
}

.sport-tile p {
  margin-top: var(--space-2);
  font-size: 0.75rem;
}

.sport-index {
  position: absolute;
  top: 1.4rem;
  left: 1.5rem;
  font-family: var(--font-mono);
  font-size: 0.58rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.sport-arrow {
  position: absolute;
  top: 1rem;
  right: 1rem;
  display: grid;
  width: 2.5rem;
  height: 2.5rem;
  place-items: center;
  color: var(--white);
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  transition: transform 220ms var(--ease-out);
}

a.sport-tile:hover .sport-arrow,
a.sport-tile:focus-visible .sport-arrow {
  transform: translate(0.18rem, -0.18rem);
}

.sport-status {
  position: absolute;
  top: 1rem;
  right: 1rem;
  padding: 0.45rem 0.65rem;
  color: var(--white);
  background: rgba(16, 33, 61, 0.45);
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: var(--radius-pill);
  font-family: var(--font-mono);
  font-size: 0.55rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.sport-pickleball {
  grid-row: 1 / 3;
  background:
    radial-gradient(circle at 66% 35%, rgba(255, 255, 255, 0.17), transparent 22%),
    linear-gradient(145deg, #095fd6, #06337f);
}

.sport-pickleball h3 {
  font-size: clamp(3rem, 5vw, 5rem);
}

.sport-paddle {
  position: absolute;
  z-index: -1;
  width: 13rem;
  height: 20rem;
  top: 3rem;
  right: 16%;
  background: var(--white);
  border: 0.35rem solid rgba(255, 255, 255, 0.4);
  border-radius: 48% 48% 35% 35% / 34% 34% 25% 25%;
  box-shadow: inset -2rem -2rem 3rem rgba(7, 95, 222, 0.12), 1.5rem 2rem 2rem rgba(0, 24, 73, 0.28);
  transform: rotate(13deg);
}

.sport-paddle::before {
  position: absolute;
  width: 3.2rem;
  height: 9rem;
  bottom: -8.2rem;
  left: 4.55rem;
  background: var(--court-ink);
  border-radius: 0 0 0.8rem 0.8rem;
  content: "";
}

.sport-ball {
  position: absolute;
  z-index: -1;
  width: 5.5rem;
  height: 5.5rem;
  top: 20%;
  left: 11%;
}

.sport-running { background: linear-gradient(145deg, #4a6b7e, #192e3b); }
.sport-training { background: linear-gradient(145deg, #794f45, #2d2429); }
.sport-basketball { background: linear-gradient(145deg, #b85828, #4a2015); }
.sport-golf { background: linear-gradient(145deg, #577e6f, #17362d); }

.sport-running::after,
.sport-training::after,
.sport-basketball::after,
.sport-golf::after {
  position: absolute;
  z-index: -2;
  width: 10rem;
  height: 10rem;
  top: 2rem;
  right: 1rem;
  border: 1rem solid rgba(255, 255, 255, 0.08);
  border-radius: 48% 52% 55% 45%;
  content: "";
  transform: rotate(-20deg);
}

.testimonial {
  display: grid;
  padding-block: var(--space-9);
  grid-template-columns: auto minmax(20rem, 1fr) auto;
  align-items: end;
  gap: clamp(1.5rem, 4vw, 4rem);
  border-top: 1px solid var(--line);
}

.quote-mark {
  align-self: start;
  color: var(--rally-blue);
  font-family: Georgia, serif;
  font-size: 8rem;
  line-height: 0.8;
}

.testimonial blockquote > p {
  max-width: 29ch;
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 4.3rem);
  font-weight: 600;
  line-height: 1.06;
  letter-spacing: -0.055em;
}

.testimonial blockquote footer {
  display: flex;
  margin-top: var(--space-6);
  gap: var(--space-3);
  font-size: 0.75rem;
}

.testimonial blockquote footer span {
  color: var(--court-ink-soft);
}

.testimonial-stats {
  display: flex;
  gap: var(--space-6);
}

.testimonial-stats span {
  display: flex;
  max-width: 6rem;
  flex-direction: column;
  color: var(--court-ink-soft);
  font-size: 0.65rem;
}

.testimonial-stats strong {
  color: var(--court-ink);
  font-family: var(--font-mono);
  font-size: 1.3rem;
}

.newsletter {
  display: grid;
  margin-bottom: var(--space-9);
  padding: clamp(2rem, 5vw, 5rem);
  grid-template-columns: 1fr minmax(21rem, 0.85fr);
  align-items: end;
  gap: var(--space-8);
  background: linear-gradient(135deg, var(--mist), #eff9ff);
  border: 1px solid rgba(255, 255, 255, 0.92);
  border-radius: var(--radius-xl);
}

.newsletter > div > p:last-child {
  max-width: 32rem;
  margin-top: var(--space-4);
  color: var(--court-ink-soft);
}

.newsletter-form label {
  display: block;
  margin-bottom: var(--space-3);
  font-family: var(--font-mono);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.newsletter-form > div {
  display: flex;
  padding: 0.35rem;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-pill);
  box-shadow: 0 0.75rem 2rem rgba(29, 69, 108, 0.08);
}

.newsletter-form input {
  min-width: 0;
  min-height: 3rem;
  padding-inline: 1rem;
  flex: 1;
  border: 0;
  background: transparent;
}

.newsletter-form button {
  min-height: 3rem;
  padding-inline: 1rem;
  border: 0;
  color: var(--white);
  background: var(--court-ink);
  border-radius: var(--radius-pill);
  cursor: pointer;
  font-size: 0.75rem;
  font-weight: 750;
}

.newsletter-form > p {
  margin-top: var(--space-2);
  color: var(--court-ink-soft);
  font-size: 0.65rem;
}

.newsletter-form .newsletter-feedback {
  min-height: 1rem;
  font-weight: 700;
}

.newsletter-feedback[data-state="error"] {
  color: #a32924;
}

.newsletter-feedback[data-state="success"] {
  color: #0c684e;
}

.site-footer {
  padding-top: var(--space-8);
  color: var(--white);
  background: var(--court-ink);
}

.footer-shell {
  display: grid;
  padding-bottom: var(--space-8);
  grid-template-columns: minmax(16rem, 2fr) repeat(3, 1fr);
  gap: var(--space-7);
}

.brand-light {
  color: var(--white);
  font-size: clamp(2.8rem, 5vw, 5rem);
}

.footer-brand p {
  max-width: 20rem;
  margin-top: var(--space-5);
  color: #9cafc7;
}

.footer-links {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: var(--space-3);
}

.footer-links h2 {
  margin-bottom: var(--space-3);
  color: #7790ad;
  font-family: var(--font-mono);
  font-size: 0.6rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.footer-links a,
.footer-links > span {
  color: #d8e2ed;
  font-size: 0.8rem;
}

.footer-links > span {
  color: #91a5bc;
}

.footer-links a:hover {
  color: var(--ball-lime);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: var(--space-4);
  padding-block: var(--space-5);
  border-top: 1px solid var(--line-light);
  color: #7790ad;
  font-family: var(--font-mono);
  font-size: 0.57rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.cart-drawer {
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  display: flex;
  width: min(100%, 30rem);
  height: 100dvh;
  max-width: none;
  max-height: none;
  margin: 0 0 0 auto;
  padding: clamp(1.25rem, 3vw, 2rem);
  border: 0;
  flex-direction: column;
  background: var(--ice);
  box-shadow: -2rem 0 5rem rgba(16, 33, 61, 0.18);
}

.cart-drawer:not([open]) {
  display: none;
}

.drawer-header,
.shipping-progress > div,
.cart-summary > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-4);
}

.drawer-header h2 {
  margin-top: var(--space-3);
  font-size: 2.5rem;
}

.shipping-progress {
  margin-top: var(--space-6);
  color: var(--court-ink-soft);
  font-size: 0.67rem;
}

.progress-track {
  display: block;
  height: 0.3rem;
  margin-top: var(--space-2);
  overflow: hidden;
  background: var(--mist);
  border-radius: var(--radius-pill);
}

.progress-track span {
  display: block;
  width: 0;
  height: 100%;
  background: var(--rally-blue);
}

.cart-empty {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  padding: var(--space-7);
  flex-direction: column;
  text-align: center;
}

.cart-empty[hidden] {
  display: none;
}

.empty-ball {
  width: 5rem;
  height: 5rem;
  margin-bottom: var(--space-5);
}

.cart-empty h3 {
  font-size: 1.5rem;
}

.cart-empty p {
  max-width: 18rem;
  margin: var(--space-3) 0 var(--space-5);
  color: var(--court-ink-soft);
  font-size: 0.85rem;
}

.cart-lines {
  min-height: 0;
  overflow-y: auto;
}

.cart-line {
  display: grid;
  padding-block: var(--space-4);
  grid-template-columns: 5.5rem 1fr;
  gap: var(--space-4);
  border-bottom: 1px solid var(--line);
}

.cart-line-art {
  --art-bg: #dcefff;
  --art-face: #075fde;
  --art-mark: #d6ff42;
  display: grid;
  min-height: 7rem;
  overflow: hidden;
  place-items: center;
  background: var(--art-bg);
  border-radius: var(--radius-sm);
}

.cart-line-art .paddle-art {
  width: 2.8rem;
  height: 4.2rem;
  margin-top: -1.5rem;
}

.cart-line-art .paddle-art::before {
  width: 0.8rem;
  height: 2.3rem;
  bottom: -2.1rem;
  left: 0.76rem;
}

.cart-line-art .paddle-art::after {
  width: 1.1rem;
  height: 0.9rem;
  bottom: -0.72rem;
  left: 0.62rem;
}

.cart-line-art .paddle-art span {
  font-size: 0.55rem;
}

.cart-line-details h3 {
  font-size: 0.9rem;
}

.cart-line-details > p {
  margin-top: var(--space-2);
  font-family: var(--font-mono);
  font-size: 0.68rem;
}

.quantity-controls {
  display: inline-grid;
  margin-top: var(--space-3);
  grid-template-columns: repeat(3, 2rem);
  align-items: center;
  text-align: center;
  border: 1px solid var(--line);
  border-radius: var(--radius-pill);
}

.quantity-controls button {
  min-height: 2rem;
  border: 0;
  background: transparent;
  border-radius: 50%;
  cursor: pointer;
}

.quantity-controls span {
  font-family: var(--font-mono);
  font-size: 0.65rem;
}

.quantity-value {
  animation: quantity-update 220ms var(--ease-out) both;
}

.cart-line-remove {
  margin-left: var(--space-3);
  border: 0;
  color: var(--court-ink-soft);
  background: transparent;
  cursor: pointer;
  font-size: 0.65rem;
  text-decoration: underline;
}

.cart-summary[hidden] {
  display: none;
}

.cart-summary {
  margin-top: auto;
  padding-top: var(--space-5);
  border-top: 1px solid var(--line);
}

.cart-summary strong {
  font-family: var(--font-mono);
}

.cart-summary p {
  margin: var(--space-2) 0 var(--space-4);
  color: var(--court-ink-soft);
  font-size: 0.67rem;
}

.cart-summary .button {
  width: 100%;
}

dialog {
  padding: 0;
  border: 0;
  color: var(--court-ink);
  background: transparent;
}

dialog::backdrop {
  background: rgba(5, 17, 34, 0.62);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  animation: backdrop-enter 240ms var(--ease-smooth) both;
}

.cart-drawer[open] {
  animation: drawer-enter 320ms var(--ease-out) both;
}

.quick-view[open] .dialog-panel {
  animation: dialog-enter 300ms var(--ease-out) both;
}

.mobile-menu[open] {
  animation: menu-enter 260ms var(--ease-out) both;
}

.quick-view {
  width: min(calc(100% - 2rem), 62rem);
  max-height: calc(100dvh - 2rem);
  border-radius: var(--radius-lg);
}

.dialog-panel {
  position: relative;
  display: grid;
  overflow: hidden;
  grid-template-columns: 1.1fr 0.9fr;
  background: var(--white);
  border-radius: var(--radius-lg);
}

.dialog-close {
  position: absolute;
  z-index: 3;
  top: 1rem;
  right: 1rem;
  font-size: 1.4rem;
}

.dialog-art {
  display: grid;
  min-height: 36rem;
  place-items: center;
  background: linear-gradient(145deg, #effaff, var(--art-bg));
}

.dialog-art .paddle-art {
  width: 12rem;
  height: 18rem;
  margin-top: -4rem;
}

.dialog-copy {
  display: flex;
  padding: clamp(2rem, 4vw, 4rem);
  flex-direction: column;
  justify-content: center;
}

.dialog-copy h2 {
  margin-top: var(--space-4);
  font-size: clamp(2.5rem, 4vw, 4.2rem);
}

.dialog-price {
  margin-top: var(--space-5);
  font-family: var(--font-mono);
  font-size: 0.9rem;
  font-weight: 700;
}

.dialog-rating {
  color: var(--court-ink);
  font-family: var(--font-mono);
  font-size: 0.65rem;
  font-weight: 700;
}

.dialog-copy > p:not(.eyebrow, .dialog-price) {
  margin-top: var(--space-4);
  color: var(--court-ink-soft);
}

.dialog-copy dl {
  display: grid;
  margin-top: var(--space-6);
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-3);
}

.dialog-copy dl div {
  padding-top: var(--space-3);
  border-top: 1px solid var(--line);
}

.dialog-copy dt {
  color: var(--court-ink-soft);
  font-family: var(--font-mono);
  font-size: 0.55rem;
  text-transform: uppercase;
}

.dialog-copy dd {
  margin-top: var(--space-2);
  font-size: 0.72rem;
  font-weight: 700;
}

.dialog-copy .button {
  width: 100%;
  margin-top: var(--space-6);
}

.mobile-menu {
  width: min(calc(100% - 1rem), 32rem);
  max-height: calc(100dvh - 1rem);
  margin: 0.5rem 0.5rem auto auto;
  padding: var(--space-6);
  background: var(--ice);
  border-radius: var(--radius-lg);
}

.mobile-menu-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mobile-menu-head h2 {
  font-size: 1.5rem;
  font-weight: 800;
}

.mobile-menu nav {
  display: flex;
  margin-top: var(--space-7);
  flex-direction: column;
}

.mobile-menu nav a {
  display: flex;
  min-height: 4rem;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
  font-family: var(--font-display);
  font-size: 1.3rem;
  font-weight: 700;
}

.mobile-menu > p {
  margin-top: var(--space-7);
  color: var(--court-ink-soft);
  font-size: 0.75rem;
}

[data-reveal] {
  opacity: 1;
  filter: none;
  transition: opacity 520ms var(--ease-out), filter 520ms var(--ease-out), transform 520ms var(--ease-out);
  transition-delay: var(--reveal-delay, 0ms);
}

.reveal-ready [data-reveal]:not(.is-visible) {
  opacity: 0;
  filter: blur(6px);
  transform: translateY(1rem);
}

@keyframes drawer-enter {
  from { opacity: 0; transform: translateX(1.5rem); }
  to { opacity: 1; transform: none; }
}

@keyframes dialog-enter {
  from { opacity: 0; transform: translateY(0.75rem) scale(0.985); }
  to { opacity: 1; transform: none; }
}

@keyframes menu-enter {
  from { opacity: 0; transform: translateY(-0.75rem); }
  to { opacity: 1; transform: none; }
}

@keyframes backdrop-enter {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes quantity-update {
  from { opacity: 0.45; transform: scale(0.86); }
  to { opacity: 1; transform: none; }
}

@media (max-width: 72rem) {
  .nav-links {
    gap: 1.25rem;
  }

  .nav-links a:nth-child(4) {
    display: none;
  }

  .hero {
    min-height: 50rem;
    grid-template-columns: minmax(17rem, 0.82fr) minmax(28rem, 1.18fr);
    gap: 2rem;
  }

  .hero h1 {
    font-size: clamp(3.75rem, 7vw, 6.25rem);
  }

  .hero-stage {
    min-height: 38rem;
  }

  .hero-paddle {
    width: 16rem;
    height: 32rem;
    top: 3.5rem;
  }

  .hero-paddle-face {
    width: 16rem;
    height: 21rem;
  }

  .hero-paddle-neck {
    top: 19.4rem;
    left: 5rem;
  }

  .hero-paddle-handle {
    top: 23.3rem;
    left: 5.9rem;
  }

  .hero-spec {
    width: 18rem;
  }

  .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-art {
    min-height: 25rem;
  }

  .finder {
    grid-template-columns: 0.7fr 1.3fr;
    gap: 2rem;
  }

  .finder-result {
    grid-template-columns: 1fr;
  }

  .finder-result-art {
    min-height: 19rem;
  }

  .finder-result-copy {
    padding: 1.5rem;
  }

  .sports-collage {
    grid-template-columns: 1.2fr 0.8fr;
    grid-template-rows: repeat(4, 1fr);
  }

  .sport-pickleball {
    grid-row: 1 / 5;
  }

  .testimonial {
    grid-template-columns: auto 1fr;
  }

  .testimonial-stats {
    grid-column: 2;
  }
}

@media (max-width: 52rem) {
  .announcement span:nth-child(n+2) {
    display: none;
  }

  .site-header {
    top: 3rem;
  }

  .nav-shell {
    display: flex;
    min-height: 4rem;
    justify-content: space-between;
    padding: 0.45rem 0.45rem 0.45rem 1.2rem;
  }

  .nav-links,
  .cart-trigger > span:first-child {
    display: none;
  }

  .cart-trigger {
    min-width: 2.85rem;
    padding: 0.3rem;
    background: transparent;
  }

  .cart-trigger:hover {
    background: transparent;
  }

  .menu-trigger {
    display: inline-flex;
  }

  .hero {
    min-height: auto;
    padding-top: 9rem;
    padding-bottom: var(--space-7);
    grid-template-columns: 1fr;
  }

  .hero-copy {
    padding-inline: 0.25rem;
  }

  .hero h1 {
    font-size: clamp(3.15rem, 15vw, 5.5rem);
  }

  .hero-stage {
    min-height: 34rem;
  }

  .hero-spec {
    width: min(18rem, calc(100% - 2rem));
    right: 1rem;
    bottom: 2.7rem;
  }

  .hero-caption {
    right: 1rem;
    left: 1rem;
  }

  .pickleball {
    top: 3rem;
    right: 2rem;
  }

  .trust-strip {
    grid-template-columns: repeat(2, 1fr);
  }

  .trust-strip article {
    padding-block: var(--space-4);
  }

  .trust-strip article:nth-child(2) {
    border-right: 0;
  }

  .trust-strip article:nth-child(-n+2) {
    border-bottom: 1px solid var(--line);
  }

  .trust-strip article:nth-child(odd) {
    padding-left: 0;
  }

  .section-heading {
    grid-template-columns: 1fr;
    gap: var(--space-4);
  }

  .section-heading > p {
    max-width: 35rem;
  }

  .finder {
    padding: var(--space-7) var(--space-5);
    grid-template-columns: 1fr;
    border-radius: var(--radius-lg);
  }

  .finder-result {
    grid-template-columns: 1fr 1fr;
  }

  .campaign {
    grid-template-columns: 1fr;
  }

  .campaign-art {
    min-height: 24rem;
  }

  .sports-collage {
    min-height: auto;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
  }

  .sport-pickleball {
    min-height: 32rem;
    grid-row: auto;
    grid-column: 1 / 3;
  }

  .testimonial {
    grid-template-columns: 1fr;
  }

  .quote-mark {
    font-size: 5rem;
  }

  .testimonial-stats {
    grid-column: auto;
  }

  .newsletter {
    grid-template-columns: 1fr;
    gap: var(--space-6);
  }

  .footer-shell {
    grid-template-columns: 1.5fr 1fr 1fr;
  }

  .footer-brand {
    grid-column: 1 / 4;
  }

  .dialog-panel {
    grid-template-columns: 1fr;
  }

  .dialog-art {
    min-height: 19rem;
  }

  .dialog-art .paddle-art {
    width: 8rem;
    height: 12rem;
    margin-top: -3rem;
  }

  button,
  .button,
  .brand,
  .text-link,
  .footer-links a {
    min-height: 2.75rem;
  }

  .brand,
  .text-link,
  .footer-links a,
  .footer-bottom a {
    min-width: 2.75rem;
    display: inline-flex;
    align-items: center;
  }

  .footer-bottom a {
    min-height: 2.75rem;
  }

  .quantity-controls {
    grid-template-columns: repeat(3, 2.75rem);
  }

  .hero > *,
  .finder > *,
  .newsletter > * {
    min-width: 0;
  }
}

@media (max-width: 36rem) {
  :root {
    --gutter: 1rem;
    --space-9: 4.5rem;
  }

  .announcement {
    font-size: 0.58rem;
    text-align: center;
  }

  .hero-actions .button {
    flex: 1 1 100%;
  }

  .hero-proof {
    margin-top: var(--space-5);
  }

  .hero-stage {
    min-height: 30rem;
    border-radius: var(--radius-lg);
  }

  .hero-paddle {
    width: 12.5rem;
    height: 27rem;
    top: 2.5rem;
    left: 42%;
  }

  .hero-paddle-face {
    width: 12.5rem;
    height: 16.5rem;
  }

  .hero-paddle-neck {
    width: 5rem;
    top: 15.1rem;
    left: 3.75rem;
  }

  .hero-paddle-handle {
    width: 3.5rem;
    height: 8rem;
    top: 18.5rem;
    left: 4.5rem;
  }

  .pickleball {
    width: 4.8rem;
    height: 4.8rem;
    right: 1rem;
  }

  .pickleball span {
    display: none;
  }

  .hero-spec {
    right: 0.75rem;
    bottom: 2.4rem;
    width: min(15.5rem, calc(100% - 1.5rem));
    padding: 1rem;
  }

  .hero-spec dl {
    margin-top: var(--space-3);
  }

  .spec-meter {
    margin-top: var(--space-3);
  }

  .trust-strip {
    grid-template-columns: 1fr;
  }

  .trust-strip article {
    padding-inline: 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .trust-strip article:last-child {
    border-bottom: 0;
  }

  .filter-row {
    align-items: flex-start;
    flex-direction: column;
  }

  .filter-list {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
  }

  .product-grid {
    gap: var(--space-4) var(--space-3);
  }

  .product-art {
    min-height: 14.5rem;
  }

  .paddle-art {
    width: 5.5rem;
    height: 8.2rem;
    margin-top: -2.5rem;
  }

  .paddle-art::before {
    width: 1.6rem;
    height: 4.5rem;
    bottom: -4.1rem;
    left: 1.72rem;
  }

  .paddle-art::after {
    width: 2.3rem;
    height: 1.8rem;
    bottom: -1.45rem;
    left: 1.35rem;
  }

  .paddle-art span {
    font-size: 1rem;
  }

  .paddle-art-wide { width: 6rem; }
  .paddle-art-long { width: 5rem; height: 9.3rem; }

  .product-badge {
    top: 0.55rem;
    left: 0.55rem;
    max-width: calc(100% - 3.5rem);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .quick-button {
    right: 0.55rem;
    bottom: 0.55rem;
  }

  .product-details {
    display: block;
  }

  .product-price {
    margin-top: var(--space-2);
  }

  .product-meta span:last-child {
    display: none;
  }

  .add-button {
    padding-inline: 0.7rem;
  }

  .finder-result {
    grid-template-columns: 1fr;
  }

  .finder-result-art {
    min-height: 17rem;
  }

  .campaign {
    margin-top: var(--space-8);
    border-radius: var(--radius-lg);
  }

  .campaign-art {
    min-height: 20rem;
  }

  .campaign-bag {
    width: 12rem;
    height: 15rem;
    top: 3rem;
    left: 20%;
  }

  .sports-collage {
    grid-template-columns: 1fr;
  }

  .sport-pickleball {
    min-height: 27rem;
    grid-column: auto;
  }

  .sport-tile:not(.sport-pickleball) {
    min-height: 12rem;
  }

  .sport-paddle {
    width: 9rem;
    height: 14rem;
    right: 14%;
  }

  .sport-paddle::before {
    width: 2.4rem;
    height: 7rem;
    bottom: -6.4rem;
    left: 3rem;
  }

  .testimonial blockquote footer,
  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .newsletter {
    padding-inline: 1.25rem;
    border-radius: var(--radius-lg);
  }

  .newsletter-form > div {
    align-items: stretch;
    padding: 0.45rem;
    flex-direction: column;
    border-radius: var(--radius-md);
  }

  .newsletter-form button {
    margin-top: 0.25rem;
  }

  .footer-shell {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-brand {
    grid-column: 1 / 3;
  }

  .dialog-copy dl {
    grid-template-columns: 1fr;
  }

  .dialog-copy {
    padding: 1.5rem;
  }
}

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

  .reveal-ready [data-reveal] {
    opacity: 1 !important;
    filter: none !important;
    transform: none !important;
    transition: none !important;
  }

  .hero-paddle,
  .hero-spec {
    --depth-x: 0px !important;
    --depth-y: 0px !important;
  }

  dialog::backdrop,
  .glass {
    -webkit-backdrop-filter: none !important;
    backdrop-filter: none !important;
  }
}

@media (forced-colors: active) {
  .glass,
  .product-art,
  .finder,
  .campaign,
  .newsletter {
    border: 1px solid CanvasText;
  }

  .filter-list button[aria-pressed="true"] {
    outline: 3px solid Highlight;
  }

  button,
  .button,
  input,
  .sport-tile {
    border: 1px solid ButtonText;
  }

  a {
    text-decoration: underline;
  }

  [aria-pressed="true"] {
    outline: 3px solid Highlight;
    outline-offset: 2px;
  }

  dialog::backdrop {
    background: Canvas;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }
}
