:root {
  --navy: #08132f;
  --navy-2: #0e1a3a;
  --navy-3: #17213f;
  --blue: #3b7cf1;
  --blue-2: #2f6fe8;
  --white: #ffffff;
  --text: #0a1230;
  --muted: #73798b;
  --muted-dark: #a9adba;
  --line: #e4e6ec;
  --card-line: rgba(255, 255, 255, 0.13);
  --blue-gradient: linear-gradient(135deg, var(--blue), var(--blue-2));
  --shadow-blue: 0 18px 42px rgba(59, 124, 241, 0.28);
  --header-height: 112px;
  --display:
    "Barlow Condensed", Impact, Haettenschweiler, "Arial Black",
    "Franklin Gothic Heavy", sans-serif;
  --body:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 0;
}

body {
  background: var(--white);
  color: var(--text);
  font-family: var(--body);
  line-height: 1.5;
  margin: 0;
}

a {
  color: inherit;
}

button,
input,
select,
textarea {
  font: inherit;
}

svg {
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.site-header {
  align-items: center;
  background: var(--navy);
  display: grid;
  gap: clamp(14px, 2vw, 24px);
  grid-template-columns: minmax(150px, auto) 1fr auto;
  height: var(--header-height);
  left: 0;
  padding: 0 clamp(18px, 3.8vw, 58px);
  position: fixed;
  right: 0;
  top: 0;
  transition:
    background 180ms ease,
    box-shadow 180ms ease,
    height 180ms ease;
  z-index: 20;
}

.site-header.is-scrolled {
  background: rgba(8, 19, 47, 0.98);
  box-shadow: 0 16px 46px rgba(0, 0, 0, 0.24);
}

.brand,
.primary-nav a,
.nav-cta,
.button,
.section-heading h2,
.stats-grid strong,
.league-callout h3,
.division-card,
.registration-card h3,
.focus-grid h3,
.faq-question,
.footer-copy h2,
.contact-panel h2 {
  font-family: var(--display);
  letter-spacing: 0;
  text-transform: uppercase;
}

.brand {
  color: var(--white);
  display: inline-grid;
  font-size: clamp(1.1rem, 1.8vw, 1.75rem);
  font-weight: 900;
  line-height: 0.98;
  text-decoration: none;
}

.brand strong {
  color: var(--blue);
  font-size: 0.82em;
  margin-top: 9px;
}

.primary-nav {
  align-items: center;
  display: flex;
  gap: clamp(14px, 2.7vw, 52px);
  justify-content: center;
}

.primary-nav a {
  color: rgba(255, 255, 255, 0.75);
  font-size: clamp(0.92rem, 1.2vw, 1.38rem);
  text-decoration: none;
  transition:
    color 160ms ease,
    transform 160ms ease;
  white-space: nowrap;
}

.primary-nav a:hover,
.primary-nav a:focus-visible {
  color: var(--white);
  transform: translateY(-1px);
}

.menu-toggle {
  display: none;
}

.nav-cta,
.button {
  align-items: center;
  border: 2px solid transparent;
  border-radius: 999px;
  cursor: pointer;
  display: inline-flex;
  gap: 10px;
  justify-content: center;
  min-height: 62px;
  padding: 0 34px;
  text-decoration: none;
  transition:
    background 160ms ease,
    border-color 160ms ease,
    color 160ms ease,
    transform 160ms ease,
    box-shadow 160ms ease;
  white-space: nowrap;
}

.nav-cta {
  background: var(--blue-gradient);
  box-shadow: var(--shadow-blue);
  color: var(--white);
  min-height: 58px;
  padding-inline: clamp(22px, 2.5vw, 36px);
}

.nav-cta:hover,
.nav-cta:focus-visible,
.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
}

.button-primary {
  background: var(--blue-gradient);
  box-shadow: var(--shadow-blue);
  color: var(--white);
}

.button:disabled,
.button[aria-busy="true"] {
  cursor: wait;
  opacity: 0.72;
}

.button-ghost {
  border-color: rgba(255, 255, 255, 0.8);
  color: var(--white);
}

.button-ghost:hover,
.button-ghost:focus-visible {
  background: rgba(255, 255, 255, 0.12);
}

.spectator-pass-soon {
  cursor: default;
}

.button-outline-light {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.32);
  color: var(--white);
}

.button small {
  color: inherit;
  font-family: var(--body);
  font-size: 0.72em;
  font-weight: 800;
  opacity: 0.78;
  text-transform: none;
}

.hero {
  align-items: center;
  background:
    linear-gradient(rgba(8, 19, 47, 0.68), rgba(8, 19, 47, 0.94)),
    url("assets/hero-almaden-hoop.jpeg") center / cover;
  color: var(--white);
  display: grid;
  min-height: 100svh;
  overflow: hidden;
  padding: calc(var(--header-height) + 34px) clamp(18px, 5vw, 72px) 78px;
  position: relative;
  text-align: center;
}

.hero::after {
  background: linear-gradient(0deg, rgba(8, 19, 47, 0.96), transparent);
  bottom: 0;
  content: "";
  height: 30%;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
}

.hero-content {
  margin: 0 auto;
  max-width: 1120px;
  position: relative;
  z-index: 1;
}

.kicker {
  color: var(--blue);
  font-size: clamp(1rem, 1.6vw, 1.55rem);
  font-weight: 900;
  letter-spacing: 0.32em;
  margin: 0 0 26px;
  text-transform: uppercase;
}

.hero h1,
.section-heading h2 {
  margin: 0;
}

.hero h1 {
  font-family: var(--display);
  font-size: clamp(4.2rem, 9.2vw, 10.5rem);
  line-height: 0.88;
  text-transform: uppercase;
}

.hero h1 span,
.section-heading h2 span,
.footer-copy h2 span {
  color: var(--white);
  display: block;
}

.hero h1 strong,
.section-heading h2 strong,
.footer-copy h2 strong {
  color: var(--blue);
  display: block;
  font-weight: 900;
}

.hero-copy {
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(1.2rem, 2vw, 1.85rem);
  font-weight: 700;
  line-height: 1.32;
  margin: 34px auto 0;
  max-width: 900px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
  margin-top: 58px;
}

.scroll-cue {
  bottom: 52px;
  height: 36px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 44px;
  z-index: 2;
}

.scroll-cue span {
  border-bottom: 5px solid rgba(255, 255, 255, 0.55);
  border-right: 5px solid rgba(255, 255, 255, 0.55);
  display: block;
  height: 20px;
  transform: rotate(45deg);
  width: 20px;
}

.section {
  padding: clamp(148px, 12vw, 190px) clamp(18px, 5vw, 72px);
  scroll-margin-top: 0;
}

.section-dark {
  background: var(--navy);
  color: var(--white);
}

.section-light {
  background: var(--white);
  color: var(--text);
}

.section-inner,
.footer-inner,
.footer-bottom {
  margin: 0 auto;
  max-width: 1580px;
  width: 100%;
}

.section-inner.narrow {
  max-width: 1220px;
}

.section-heading {
  max-width: 900px;
}

.section-heading.centered {
  margin: 0 auto;
  text-align: center;
}

.section-heading h2 {
  color: var(--text);
  font-size: clamp(2.85rem, 5.3vw, 6.1rem);
  line-height: 0.92;
}

.section-heading h2 strong {
  color: var(--blue);
}

.section-light .section-heading h2 span {
  color: #000000;
}

#tournament-title span {
  color: #000000 !important;
}

.section-heading.centered h2 span,
.section-heading.centered h2 strong {
  display: block;
}

.section-heading p {
  color: var(--muted);
  font-size: clamp(1.15rem, 1.75vw, 1.65rem);
  font-weight: 700;
  line-height: 1.48;
  margin: 28px auto 0;
  max-width: 980px;
}

.section-heading.inverted h2,
.section-heading.inverted h2 span {
  color: var(--white);
}

.section-heading.inverted p {
  color: var(--muted-dark);
}

.pill {
  background: #e2e3e7;
  border-radius: 999px;
  color: var(--text);
  display: inline-flex;
  font-family: var(--display);
  font-size: 1.14rem;
  letter-spacing: 0.12em;
  line-height: 1;
  margin: 0 auto 32px;
  padding: 14px 28px;
  text-transform: uppercase;
}

.summer-date {
  background: rgba(59, 124, 241, 0.17);
  color: var(--blue);
  display: inline-flex;
}

.dark-pill {
  background: rgba(234, 219, 94, 0.2);
  color: #f4e86d;
}

.blue-subhead {
  color: var(--blue) !important;
  font-family: var(--display);
  font-size: clamp(1.1rem, 1.6vw, 1.55rem) !important;
  letter-spacing: 0.18em;
  line-height: 1.2 !important;
  margin-top: 22px !important;
  text-transform: uppercase;
}

.stats-grid {
  display: grid;
  gap: clamp(18px, 2vw, 28px);
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: clamp(74px, 8vw, 105px);
}

.stats-grid article {
  align-items: center;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid var(--card-line);
  border-radius: 24px;
  display: grid;
  min-height: 190px;
  padding: 30px 22px;
  text-align: center;
}

.stat-icon {
  color: var(--blue);
  display: inline-grid;
  height: 40px;
  margin: 0 auto 24px;
  place-items: center;
  width: 40px;
}

.stats-grid strong {
  color: var(--white);
  display: block;
  font-size: clamp(2.1rem, 3.8vw, 3.15rem);
  line-height: 0.92;
}

.stats-grid span:last-child {
  color: rgba(255, 255, 255, 0.56);
  display: block;
  font-size: clamp(0.86rem, 1.1vw, 1.08rem);
  font-weight: 900;
  letter-spacing: 0.16em;
  margin-top: 14px;
  text-transform: uppercase;
}

.league-callout {
  align-items: center;
  background: rgba(10, 28, 68, 0.48);
  border: 1px solid rgba(59, 124, 241, 0.4);
  border-radius: 32px;
  display: grid;
  gap: 42px;
  grid-template-columns: 0.88fr 1.12fr;
  margin-top: clamp(72px, 8vw, 104px);
  padding: clamp(34px, 4.5vw, 76px);
}

.league-callout h3 {
  color: var(--white);
  font-size: clamp(2.2rem, 3.5vw, 3.6rem);
  line-height: 0.95;
  margin: 0;
}

.league-callout p {
  color: var(--muted-dark);
  font-size: clamp(1rem, 1.45vw, 1.38rem);
  font-weight: 700;
  margin: 24px 0 0;
  max-width: 560px;
}

.callout-actions {
  display: grid;
  gap: 24px;
  grid-template-columns: 1.18fr 1fr;
}

.callout-actions .button,
.registration-card .button {
  min-height: 76px;
  width: 100%;
}

.division-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: clamp(72px, 8vw, 106px);
}

.division-card {
  align-items: center;
  border-radius: 16px;
  display: grid;
  font-size: clamp(1.45rem, 2vw, 2rem);
  min-height: 88px;
  place-items: center;
  text-decoration: none;
  transition:
    box-shadow 160ms ease,
    transform 160ms ease;
}

.division-card:hover,
.division-card:focus-visible {
  box-shadow: var(--shadow-blue);
  transform: translateY(-2px);
}

.division-card.boys {
  background: var(--navy);
  color: var(--white);
}

.division-card.girls {
  background: var(--blue-gradient);
  color: var(--navy);
}

.registration-card {
  align-items: center;
  background: var(--navy);
  border-radius: 34px;
  color: var(--white);
  display: grid;
  gap: 48px;
  grid-template-columns: 1fr minmax(360px, 0.54fr);
  margin-top: clamp(82px, 8vw, 110px);
  padding: clamp(34px, 5vw, 72px);
}

.price-line {
  align-items: center;
  color: var(--muted-dark);
  display: flex;
  gap: 18px;
  font-size: clamp(1.25rem, 2vw, 1.65rem);
  font-weight: 800;
  margin: 0 0 26px;
}

.price-line span {
  color: var(--blue);
  font-size: 2.7rem;
  font-weight: 400;
}

.price-line strong {
  color: var(--white);
  font-family: var(--display);
  font-size: clamp(2.4rem, 4vw, 3.3rem);
}

.registration-card h3 {
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1;
  margin: 0;
}

.registration-card p:not(.price-line) {
  color: var(--muted-dark);
  font-size: clamp(1rem, 1.25vw, 1.3rem);
  font-weight: 700;
  margin: 20px 0 0;
}

.camps-section .section-inner {
  position: relative;
}

.camps-watermark {
  color: rgba(255, 255, 255, 0.045);
  font-family: var(--display);
  font-size: clamp(9rem, 28vw, 28rem);
  left: 50%;
  line-height: 0.8;
  pointer-events: none;
  position: absolute;
  text-transform: uppercase;
  top: 360px;
  transform: translateX(-50%);
  white-space: nowrap;
}

.focus-grid {
  display: grid;
  gap: 28px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: clamp(70px, 8vw, 100px);
  position: relative;
  z-index: 1;
}

.focus-grid article {
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid var(--card-line);
  border-radius: 22px;
  min-height: 245px;
  padding: 46px 28px;
  text-align: center;
}

.focus-icon {
  align-items: center;
  background: rgba(59, 124, 241, 0.18);
  border-radius: 20px;
  color: var(--blue);
  display: inline-grid;
  height: 76px;
  margin-bottom: 34px;
  place-items: center;
  width: 76px;
}

.focus-icon svg {
  height: 40px;
  width: 40px;
}

.focus-grid h3 {
  color: var(--white);
  font-size: clamp(1.35rem, 1.8vw, 2rem);
  line-height: 1;
  margin: 0;
}

.focus-grid p {
  color: var(--muted-dark);
  font-size: clamp(1rem, 1.25vw, 1.18rem);
  font-weight: 700;
  margin: 24px 0 0;
}

.faq-section {
  padding-bottom: clamp(98px, 11vw, 158px);
}

.faq-program-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin: clamp(36px, 4vw, 54px) auto 0;
}

.faq-program-link {
  background: #eef1f6;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  font-family: var(--display);
  font-size: 1.04rem;
  letter-spacing: 0.08em;
  line-height: 1;
  padding: 13px 22px;
  text-decoration: none;
  text-transform: uppercase;
}

.faq-program-link[href] {
  background: var(--navy);
  border-color: var(--navy);
  color: var(--white);
}

.faq-program-link[aria-disabled="true"] {
  cursor: default;
}

.faq-category {
  margin-top: clamp(44px, 5vw, 72px);
  scroll-margin-top: calc(var(--header-height) + 24px);
}

.faq-category-heading {
  align-items: end;
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: clamp(18px, 3vw, 34px);
  grid-template-columns: auto 1fr;
  margin-bottom: 20px;
  padding-bottom: clamp(22px, 3vw, 34px);
}

.faq-category-pill {
  background: rgba(59, 124, 241, 0.15);
  color: var(--blue);
  margin: 0;
}

.faq-category-heading h3 {
  color: var(--text);
  font-family: var(--display);
  font-size: clamp(2rem, 3.1vw, 3.4rem);
  line-height: 0.95;
  margin: 0;
  text-transform: uppercase;
}

.faq-category-heading p:not(.pill) {
  color: var(--muted);
  font-size: clamp(1.05rem, 1.4vw, 1.35rem);
  font-weight: 700;
  line-height: 1.45;
  margin: 12px 0 0;
}

.accordion {
  display: grid;
  gap: 14px;
  margin-top: 0;
}

.faq-item {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 16px;
  overflow: hidden;
}

.faq-question {
  align-items: center;
  background: transparent;
  border: 0;
  color: var(--text);
  cursor: pointer;
  display: flex;
  font-size: clamp(1.05rem, 1.25vw, 1.35rem);
  justify-content: space-between;
  line-height: 1.15;
  min-height: 78px;
  padding: 0 clamp(18px, 2.4vw, 34px);
  text-align: left;
  width: 100%;
}

.faq-question span {
  border-bottom: 3px solid var(--blue);
  border-right: 3px solid var(--blue);
  display: block;
  flex: 0 0 auto;
  height: 12px;
  margin-left: 18px;
  transform: rotate(45deg);
  transition: transform 160ms ease;
  width: 12px;
}

.faq-question[aria-expanded="true"] span {
  transform: rotate(225deg);
}

.faq-answer {
  border-top: 1px solid var(--line);
  padding: 0 clamp(18px, 2.4vw, 34px) 24px;
}

.faq-answer p {
  color: var(--muted);
  font-size: 1.05rem;
  font-weight: 700;
  margin: 18px 0 0;
  max-width: 880px;
}

.site-footer {
  background: var(--navy);
  color: var(--white);
  padding: clamp(92px, 11vw, 150px) clamp(18px, 5vw, 72px) 72px;
  scroll-margin-top: 0;
}

.footer-inner {
  align-items: start;
  display: grid;
  gap: clamp(46px, 8vw, 120px);
  grid-template-columns: 0.9fr 1.1fr;
}

.footer-copy h2 {
  font-size: clamp(2.7rem, 4.5vw, 4.2rem);
  line-height: 0.98;
  margin: 0;
}

.footer-copy p {
  color: var(--muted-dark);
  font-size: clamp(1.1rem, 1.45vw, 1.45rem);
  font-weight: 700;
  line-height: 1.45;
  margin: 48px 0;
  max-width: 570px;
}

address {
  display: grid;
  gap: 18px;
  font-style: normal;
}

address span,
address a,
.footer-nav a {
  color: rgba(255, 255, 255, 0.6);
  font-size: 1.08rem;
  font-weight: 800;
  text-decoration: none;
}

address span::before,
address a::before {
  color: var(--blue);
  display: inline-block;
  margin-right: 18px;
  width: 24px;
}

address span::before {
  content: "⌖";
}

address a::before {
  content: "✉";
}

.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  margin-top: 62px;
}

.contact-panel {
  align-self: start;
  display: grid;
  gap: 28px;
}

.contact-panel h2 {
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1;
  margin: 0 0 18px;
}

.contact-method {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 20px;
  display: grid;
  gap: 20px;
  padding: clamp(26px, 4vw, 46px);
}

.contact-label {
  color: var(--white);
  font-family: var(--display);
  font-size: clamp(1.35rem, 2vw, 2rem);
  line-height: 1;
  margin: 0;
  text-transform: uppercase;
}

.contact-email {
  align-items: center;
  background: var(--blue-gradient);
  border-radius: 999px;
  box-shadow: var(--shadow-blue);
  color: var(--white);
  display: inline-flex;
  font-weight: 900;
  justify-content: center;
  line-height: 1.2;
  max-width: 100%;
  min-height: 68px;
  overflow-wrap: anywhere;
  padding: 16px 26px;
  text-align: center;
  text-decoration: none;
  width: fit-content;
}

.contact-method p:not(.contact-label) {
  color: var(--muted-dark);
  font-size: clamp(1rem, 1.25vw, 1.18rem);
  font-weight: 700;
  line-height: 1.45;
  margin: 0;
  max-width: 640px;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.34);
  display: flex;
  font-weight: 800;
  justify-content: space-between;
  margin-top: 92px;
  padding-top: 46px;
}

.mobile-sticky-cta {
  background: var(--blue-gradient);
  border-radius: 999px;
  bottom: 14px;
  box-shadow: var(--shadow-blue);
  color: var(--white);
  display: none;
  font-family: var(--display);
  min-height: 58px;
  left: 14px;
  place-items: center;
  position: fixed;
  right: 14px;
  text-decoration: none;
  text-transform: uppercase;
  z-index: 30;
}

@media (max-width: 1200px) {
  .league-callout,
  .registration-card {
    grid-template-columns: 1fr;
  }

  .registration-card .button {
    justify-self: start;
    max-width: 520px;
  }
}

@media (max-width: 900px) {
  .stats-grid,
  .callout-actions,
  .division-grid,
  .focus-grid,
  .footer-inner,
  .registration-card {
    grid-template-columns: 1fr 1fr;
  }

}

@media (max-width: 760px) {
  :root {
    --header-height: 138px;
  }

  .faq-program-nav {
    justify-content: flex-start;
  }

  .faq-program-link {
    flex: 1 1 calc(50% - 12px);
    text-align: center;
  }

  .faq-category-heading {
    align-items: start;
    grid-template-columns: 1fr;
  }

  body.mobile-menu-open {
    overflow: hidden;
  }

  .site-header {
    align-items: center;
    background:
      linear-gradient(rgba(8, 19, 47, 0.84), rgba(8, 19, 47, 0.94)),
      url("assets/hero-almaden-hoop.jpeg") center 20% / cover;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 0;
    gap: 0;
    grid-template-columns: 1fr auto;
    height: var(--header-height);
    padding: 22px clamp(24px, 7vw, 52px);
  }

  .site-header.menu-open::after {
    background: rgba(8, 19, 47, 0.99);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    content: "";
    height: 585px;
    left: 0;
    position: absolute;
    right: 0;
    top: var(--header-height);
    z-index: 1;
  }

  .brand {
    font-size: clamp(1.55rem, 6vw, 2.25rem);
    position: relative;
    z-index: 3;
  }

  .brand strong {
    margin-top: 14px;
  }

  .menu-toggle {
    align-items: center;
    background: rgba(255, 255, 255, 0.02);
    border: 3px solid var(--white);
    border-radius: 8px;
    box-shadow:
      inset 0 0 0 3px var(--blue),
      0 0 0 1px rgba(255, 255, 255, 0.4);
    color: var(--white);
    cursor: pointer;
    display: grid;
    height: clamp(70px, 14vw, 88px);
    place-items: center;
    position: relative;
    width: clamp(70px, 14vw, 88px);
    z-index: 3;
  }

  .menu-toggle span {
    background: currentColor;
    border-radius: 999px;
    display: block;
    height: 4px;
    position: absolute;
    transition:
      opacity 160ms ease,
      transform 160ms ease;
    width: 34px;
  }

  .menu-toggle span:nth-child(1) {
    transform: translateY(-13px);
  }

  .menu-toggle span:nth-child(3) {
    transform: translateY(13px);
  }

  .site-header.menu-open .menu-toggle span:nth-child(1) {
    transform: rotate(45deg);
  }

  .site-header.menu-open .menu-toggle span:nth-child(2) {
    opacity: 0;
  }

  .site-header.menu-open .menu-toggle span:nth-child(3) {
    transform: rotate(-45deg);
  }

  .primary-nav {
    background: transparent;
    border-top: 0;
    display: none;
    gap: 38px;
    grid-column: 1 / -1;
    grid-template-columns: 1fr;
    justify-items: start;
    left: 0;
    padding: 48px clamp(48px, 7vw, 60px) 26px;
    position: absolute;
    right: 0;
    top: var(--header-height);
    z-index: 2;
  }

  .site-header.menu-open .primary-nav {
    display: grid;
  }

  .primary-nav a {
    color: rgba(255, 255, 255, 0.8);
    font-family: var(--body);
    font-size: clamp(1.55rem, 5.2vw, 2.1rem);
    font-weight: 900;
    letter-spacing: 0.02em;
    text-transform: uppercase;
  }

  .nav-cta {
    display: none;
  }

  .site-header.menu-open .nav-cta {
    display: inline-flex;
    grid-column: 1 / -1;
    margin-top: 382px;
    min-height: 80px;
    position: absolute;
    left: clamp(32px, 6vw, 48px);
    right: clamp(32px, 6vw, 48px);
    top: var(--header-height);
    z-index: 3;
  }

  .hero {
    align-items: start;
    background:
      linear-gradient(rgba(8, 19, 47, 0.62), rgba(8, 19, 47, 0.96)),
      url("assets/hero-almaden-hoop.jpeg") 34% top / auto 64% no-repeat,
      var(--navy);
    min-height: 100svh;
    padding: calc(var(--header-height) + 118px) clamp(24px, 7vw, 54px) 168px;
  }

  .hero-actions,
  .footer-bottom {
    align-items: stretch;
    flex-direction: column;
  }

  .hero-actions .button {
    max-width: 380px;
    min-height: 82px;
    margin-inline: auto;
    width: 100%;
  }

  .stats-grid,
  .callout-actions,
  .division-grid,
  .focus-grid,
  .footer-inner,
  .registration-card,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .section {
    padding: 210px clamp(24px, 6.5vw, 52px) 132px;
  }

  .stats-grid article,
  .league-callout,
  .registration-card,
  .focus-grid article {
    border-radius: 20px;
  }

  .mobile-sticky-cta {
    border-radius: 999px;
    bottom: 30px;
    display: grid;
    font-size: clamp(1.12rem, 4.2vw, 1.5rem);
    left: clamp(28px, 6vw, 46px);
    min-height: 80px;
    right: clamp(28px, 6vw, 46px);
  }

  .site-footer {
    padding-bottom: 116px;
  }
}

@media (max-width: 520px) {
  .hero h1 {
    font-size: clamp(3.08rem, 12vw, 4.2rem);
  }

  .hero {
    padding-top: calc(var(--header-height) + 74px);
  }

  .hero h1 span {
    white-space: nowrap;
  }

  .section-heading h2 {
    font-size: clamp(2.85rem, 12.5vw, 4.45rem);
  }

  .hero-copy {
    font-size: clamp(1.28rem, 5.2vw, 1.85rem);
    line-height: 1.38;
    margin-top: 34px;
  }

  .kicker {
    font-size: clamp(1.02rem, 4vw, 1.35rem);
    letter-spacing: 0.35em;
    margin-bottom: 48px;
  }

  .hero-actions {
    gap: 18px;
    margin-top: 34px;
  }

  .hero-actions .button,
  .button,
  .nav-cta {
    min-height: 68px;
  }

  .mobile-sticky-cta {
    min-height: 72px;
  }

  .scroll-cue {
    display: none;
  }

  .summer-date {
    display: inline-flex;
    background: rgba(59, 124, 241, 0.17);
    color: var(--blue);
    margin-bottom: 46px;
  }

  .section-heading p {
    font-size: clamp(1.5rem, 6vw, 2.2rem);
    line-height: 1.5;
    margin-top: 44px;
  }

  .stats-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
    margin-top: 118px;
  }

  .stats-grid article {
    border-radius: 30px;
    min-height: 228px;
    padding: 34px 18px;
  }

  .stats-grid strong {
    font-size: clamp(2.8rem, 13vw, 4rem);
  }

  .stats-grid span:last-child {
    font-size: clamp(0.95rem, 4vw, 1.25rem);
  }

  .league-callout {
    border-radius: 30px;
    margin-top: 128px;
    padding: 72px clamp(32px, 8vw, 66px);
  }

  .league-callout h3 {
    font-size: clamp(2rem, 9vw, 3rem);
  }

  .league-callout p {
    font-size: clamp(1.45rem, 5.6vw, 2rem);
    line-height: 1.45;
  }

  .callout-actions {
    gap: 30px;
  }

  .callout-actions .button {
    justify-content: center;
    min-height: 94px;
    white-space: normal;
  }

  .division-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    margin-top: 104px;
  }

  .division-card {
    border-radius: 22px;
    font-size: clamp(1.45rem, 6vw, 2rem);
    min-height: 112px;
  }

  .registration-card {
    margin-top: 94px;
  }
}
