@import url("https://fonts.googleapis.com/css2?family=Geologica:wght@400;500;600;700;800;900&display=swap");

:root {
  --navy: #140b46;
  --purple: #26106d;
  --purple-bright: #3c268b;
  --lime: #e3ec12;
  --lime-hover: #cdd70d;
  --cream: #f7f8ef;
  --white: #fff;
  --ink: #11152b;
  --slate: #596478;
  --line: #e4e7df;
  --shadow: 0 22px 70px rgba(20, 11, 70, 0.09);
  font-family: "Geologica", Arial, sans-serif;
  color: var(--ink);
  background: var(--cream);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  background: var(--cream);
}

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

p {
  margin: 0;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: "Geologica", Arial, sans-serif;
  letter-spacing: -0.045em;
}

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

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

.container {
  width: min(1240px, calc(100% - 40px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid rgba(20, 11, 70, 0.07);
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(16px);
}

.header-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  min-height: 94px;
}

.identity {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  flex-shrink: 0;
}

.identity-mark {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  padding: 5px;
  overflow: hidden;
  border-radius: 50%;
  background: var(--white);
  box-shadow: 0 8px 22px rgba(20, 11, 70, 0.11);
}

.identity-mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.header-identity .identity-mark {
  width: 72px;
  height: 72px;
  padding: 4px;
}

.identity strong {
  display: block;
  font-size: 0.88rem;
  color: var(--purple);
  letter-spacing: 0.19em;
  text-transform: uppercase;
}

.identity small {
  display: block;
  margin-top: 4px;
  font-size: 0.76rem;
  color: #687286;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: clamp(18px, 2.3vw, 34px);
  margin-left: auto;
  font-size: 0.9rem;
  font-weight: 700;
  color: #4d5669;
}

.desktop-nav a {
  transition: color 0.18s ease;
}

.desktop-nav a:hover,
.footer-links a:hover {
  color: var(--lime-hover);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 50px;
  padding: 0 27px;
  border: 1px solid transparent;
  border-radius: 999px;
  cursor: pointer;
  font-size: 0.93rem;
  font-weight: 800;
  text-transform: uppercase;
  transition: transform 0.18s ease, background 0.18s ease, border-color 0.18s ease;
}

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

.button .icon {
  width: 18px;
}

.accent {
  color: var(--purple);
  background: var(--lime);
}

.accent:hover {
  background: var(--lime-hover);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.header-cta {
  height: 48px;
  padding-inline: 23px;
  font-size: 0.78rem;
}

.header-draws-cta {
  border-color: var(--purple);
  color: var(--white);
  background: var(--purple);
}

.header-draws-cta:hover {
  border-color: var(--lime);
  color: var(--purple);
  background: var(--lime);
}

.menu-toggle {
  display: none;
  padding: 8px;
  border: 0;
  color: var(--purple);
  background: transparent;
  cursor: pointer;
}

.menu-toggle .icon {
  width: 27px;
  height: 27px;
}

.mobile-nav {
  display: none;
}

.hero {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background: var(--navy);
}

.hero-glow {
  position: absolute;
  width: 440px;
  height: 440px;
  border-radius: 50%;
  opacity: 0.2;
  filter: blur(76px);
}

.hero-glow-left {
  top: 85px;
  left: -210px;
  background: var(--lime);
}

.hero-glow-right {
  right: -170px;
  bottom: -140px;
  background: #745eff;
}

.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1.07fr 0.93fr;
  align-items: center;
  gap: clamp(46px, 6vw, 82px);
  min-height: 670px;
  padding: 72px 0 76px;
}

.pill {
  display: inline-flex;
  padding: 11px 20px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  color: var(--lime);
  background: rgba(255, 255, 255, 0.075);
  font-size: 0.82rem;
  font-weight: 700;
}

.hero-copy h1 {
  max-width: 680px;
  margin-top: 27px;
  font-size: clamp(3rem, 5.25vw, 4.55rem);
  line-height: 1.09;
  color: var(--white);
}

.hero-copy p {
  max-width: 595px;
  margin-top: 21px;
  color: #d7d9e3;
  font-size: clamp(1rem, 1.5vw, 1.12rem);
  line-height: 1.75;
}

.hero-actions {
  display: flex;
  gap: 16px;
  margin-top: 35px;
}

.ghost {
  border-color: rgba(255, 255, 255, 0.27);
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
}

.ghost:hover {
  color: var(--purple);
  background: var(--white);
}

.hero-tournament-button {
  color: var(--purple);
  background: var(--white);
}

.hero-tournament-button:hover {
  color: var(--purple);
  background: var(--lime);
}

.hero-visual {
  position: relative;
  width: min(100%, 500px);
  justify-self: end;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 46px;
  background: rgba(255, 255, 255, 0.075);
  box-shadow: 0 32px 80px rgba(0, 0, 0, 0.23);
}

.club-badge {
  position: absolute;
  top: 29px;
  right: 29px;
  z-index: 2;
  padding: 16px 20px;
  border-radius: 15px;
  color: var(--purple);
  background: var(--lime);
  font-size: 0.73rem;
  font-weight: 900;
}

.logo-stage {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  aspect-ratio: 1;
  padding: clamp(40px, 10%, 55px);
  border-radius: 35px;
  background: var(--white);
}

.logo-stage img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.hero-photo {
  padding: 0;
  overflow: hidden;
}

.hero-photo img {
  object-fit: cover;
  object-position: center;
}

.court-lines {
  position: absolute;
  right: -62px;
  bottom: -60px;
  width: 170px;
  height: 190px;
  border: 2px solid rgba(227, 236, 18, 0.28);
  border-radius: 36px;
  transform: rotate(-14deg);
}

.reveal {
  animation: rise 0.65s ease both;
}

.reveal-late {
  animation: rise 0.65s 0.16s ease both;
}

@keyframes rise {
  from {
    opacity: 0;
    transform: translateY(22px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.sponsors {
  padding: 27px 0 32px;
  border-bottom: 1px solid var(--line);
  background: var(--white);
}

.eyebrow {
  color: var(--purple);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.eyebrow.muted {
  color: #9299a7;
}

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

.center {
  text-align: center;
}

.sponsor-carousel {
  position: relative;
  overflow: hidden;
  margin-top: 17px;
}

.sponsor-carousel::before,
.sponsor-carousel::after {
  position: absolute;
  top: 0;
  z-index: 1;
  width: clamp(26px, 8vw, 96px);
  height: 100%;
  content: "";
  pointer-events: none;
}

.sponsor-carousel::before {
  left: 0;
  background: linear-gradient(to right, var(--white), transparent);
}

.sponsor-carousel::after {
  right: 0;
  background: linear-gradient(to left, var(--white), transparent);
}

.sponsor-track {
  display: flex;
  width: max-content;
  animation: sponsors-scroll var(--sponsor-duration, 10s) linear infinite;
}

.sponsor-group {
  display: flex;
  flex-shrink: 0;
  gap: 13px;
  padding-right: 13px;
}

.sponsor-slide {
  display: grid;
  flex: 0 0 clamp(112px, 12vw, 148px);
  place-items: center;
  aspect-ratio: 1 / 1;
  padding: clamp(9px, 1.2vw, 14px);
  border: 1px solid #eef0eb;
  border-radius: 20px;
  background: #fafbf8;
}

a.sponsor-slide {
  cursor: pointer;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

a.sponsor-slide:hover,
a.sponsor-slide:focus-visible {
  border-color: rgba(38, 16, 109, 0.32);
  box-shadow: 0 12px 28px rgba(20, 11, 70, 0.1);
  transform: translateY(-2px);
  outline: none;
}

.sponsor-slide img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.sponsors-empty {
  padding: 18px;
  text-align: center;
  color: #8f96a6;
  font-size: 0.9rem;
  font-weight: 700;
}

@keyframes sponsors-scroll {
  to {
    transform: translateX(calc(-1 * var(--sponsor-distance)));
  }
}

.section {
  padding: clamp(70px, 7vw, 90px) 0;
  scroll-margin-top: 75px;
}

.split-heading {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: clamp(42px, 7vw, 82px);
}

h2 {
  font-size: clamp(2.2rem, 3.6vw, 3.05rem);
  line-height: 1.14;
}

.split-heading h2,
.section-heading h2,
.news-heading h2 {
  margin-top: 15px;
}

.lead {
  color: var(--slate);
  font-size: 1.04rem;
  line-height: 1.8;
}

.club {
  background: var(--cream);
}

.club-showcase {
  position: relative;
  overflow: hidden;
  padding: clamp(40px, 5vw, 58px) clamp(20px, 4vw, 58px) clamp(36px, 5vw, 58px);
  border-radius: 0 0 72px 72px;
  color: var(--white);
  background:
    radial-gradient(circle at 12% 22%, rgba(227, 236, 18, 0.17), transparent 28%),
    linear-gradient(135deg, #11182a 0%, #161e2f 48%, #253323 100%);
  box-shadow: 0 26px 70px rgba(20, 11, 70, 0.12);
}

.club-showcase::before {
  position: absolute;
  inset: auto -8% -72px 7%;
  height: 145px;
  border-top: 5px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  content: "";
  transform: rotate(-8deg);
}

.club-showcase-header {
  position: relative;
  z-index: 1;
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.club-showcase-header h2 {
  margin-top: 14px;
  color: var(--white);
  text-transform: uppercase;
}

.club-showcase-header p:not(.eyebrow) {
  max-width: 640px;
  margin: 14px auto 0;
  color: #d9dce6;
  font-size: 1rem;
  line-height: 1.7;
}

.club-stats {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: clamp(34px, 5vw, 48px);
}

.club-stat-card {
  display: flex;
  min-height: 270px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: clamp(28px, 4vw, 42px) 22px;
  border: 1px solid rgba(20, 11, 70, 0.08);
  border-radius: 24px;
  color: var(--ink);
  text-align: center;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 18px 45px rgba(5, 10, 22, 0.17);
}

.stat-icon {
  display: grid;
  place-items: center;
  width: 82px;
  height: 82px;
  border-radius: 50%;
  color: var(--lime);
  background: #26322a;
}

.stat-icon .icon {
  width: 42px;
  height: 42px;
}

.club-stat-card strong {
  margin-top: 18px;
  color: #26322a;
  font-size: clamp(3.2rem, 5vw, 4.6rem);
  font-weight: 900;
  letter-spacing: -0.08em;
  line-height: 0.95;
}

.stat-number-plus {
  margin-left: 6px;
  letter-spacing: -0.04em;
}

.club-stat-card h3 {
  margin-top: 18px;
  color: #26322a;
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.club-stat-card p {
  margin-top: 8px;
  color: #667085;
  font-size: 0.88rem;
  line-height: 1.55;
}

.club-court-mark {
  position: absolute;
  right: 28%;
  bottom: -54px;
  width: 250px;
  height: 122px;
  border: 5px solid rgba(255, 255, 255, 0.28);
  border-bottom: 0;
  border-radius: 130px 130px 0 0;
  transform: rotate(-13deg);
}

.club-ball {
  position: absolute;
  right: 22%;
  bottom: 28px;
  width: 76px;
  height: 76px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 30% 26%, rgba(255, 255, 255, 0.3), transparent 24%),
    linear-gradient(135deg, #e3ec12, #809215);
  box-shadow: 0 0 32px rgba(227, 236, 18, 0.35);
}

.club-ball::before,
.club-ball::after {
  position: absolute;
  top: 7px;
  width: 50px;
  height: 62px;
  border: 2px solid rgba(255, 255, 255, 0.4);
  border-color: transparent rgba(255, 255, 255, 0.45) transparent transparent;
  border-radius: 50%;
  content: "";
}

.club-ball::before {
  left: -12px;
}

.club-ball::after {
  right: -12px;
  transform: rotate(180deg);
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 13px;
  margin-top: 29px;
}

.feature-card {
  min-height: 178px;
  padding: 24px 21px;
  border-radius: 22px;
  background: var(--white);
  box-shadow: 0 4px 20px rgba(20, 11, 70, 0.035);
}

.icon {
  width: 29px;
  height: 29px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.feature-card .icon {
  color: var(--purple);
}

.feature-card h3 {
  margin-top: 17px;
  font-size: 1.03rem;
  letter-spacing: -0.02em;
}

.feature-card p {
  margin-top: 8px;
  color: var(--slate);
  font-size: 0.81rem;
  line-height: 1.6;
}

.academies,
.news {
  background: var(--white);
}

.section-heading {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.section-heading .lead {
  margin-top: 17px;
}

.academy-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
  margin-top: 42px;
}

.academy-card {
  min-height: 360px;
  padding: clamp(29px, 4vw, 37px);
  border-radius: 29px;
}

.academy-card .icon {
  width: 40px;
  height: 40px;
}

.academy-card h3 {
  margin-top: 26px;
  font-size: clamp(1.4rem, 2.2vw, 1.65rem);
}

.academy-card p {
  max-width: 535px;
  margin: 14px 0 28px;
  line-height: 1.7;
}

.junior {
  color: var(--ink);
  background: var(--cream);
}

.junior .icon {
  color: var(--purple);
}

.junior p {
  color: var(--slate);
}

.primary {
  color: var(--white);
  background: var(--purple);
}

.primary:hover {
  background: #1d0c55;
}

.adult {
  color: var(--white);
  background: var(--purple);
}

.adult .icon {
  color: var(--lime);
}

.adult p {
  color: #d6d3e7;
}

.tournament-panel {
  display: grid;
  grid-template-columns: 1fr minmax(330px, 0.72fr);
  align-items: center;
  gap: clamp(42px, 6vw, 84px);
  padding: clamp(34px, 4.4vw, 52px);
  border-radius: 37px;
  color: var(--white);
  background: var(--navy);
}

.tournament-panel h2 {
  margin-top: 15px;
}

.tournament-panel .light {
  margin-top: 18px;
  color: #d5d6e1;
}

.event-card {
  padding: clamp(27px, 3vw, 34px);
  border-radius: 27px;
  background: rgba(255, 255, 255, 0.1);
}

.event-card .icon {
  width: 39px;
  height: 39px;
  color: var(--lime);
}

.event-card h3 {
  margin-top: 21px;
  font-size: 1.45rem;
}

.event-card p {
  margin: 12px 0 27px;
  color: #d5d6e1;
  line-height: 1.68;
}

.news-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 24px;
}

.outline {
  border-color: var(--purple);
  color: var(--purple);
  background: transparent;
}

.outline:hover {
  color: var(--white);
  background: var(--purple);
}

.post-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 39px;
}

.post-card {
  min-height: 272px;
  padding: 28px 26px;
  border-radius: 27px;
  background: var(--cream);
}

.post-card time {
  color: var(--purple);
  font-size: 0.74rem;
  font-weight: 800;
}

.post-card h3 {
  margin-top: 15px;
  font-size: 1.25rem;
  line-height: 1.3;
}

.post-card p {
  margin-top: 12px;
  color: var(--slate);
  font-size: 0.92rem;
  line-height: 1.7;
}

.read-more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 22px;
  color: var(--purple);
  font-size: 0.8rem;
  font-weight: 900;
}

.read-more .icon {
  width: 16px;
  height: 16px;
}

.contact-panel {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  overflow: hidden;
  border-radius: 36px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.contact-copy {
  padding: clamp(34px, 4.5vw, 51px);
  color: var(--white);
  background: var(--purple);
}

.contact-copy h2 {
  margin-top: 16px;
  font-size: clamp(2rem, 3vw, 2.55rem);
}

.contact-lines {
  display: grid;
  gap: 21px;
  margin-top: 32px;
  color: #e2e0ef;
}

.contact-lines p {
  display: flex;
  align-items: center;
  gap: 13px;
}

.contact-lines .icon {
  width: 22px;
  height: 22px;
  color: var(--lime);
}

.contact-form {
  display: grid;
  gap: 13px;
  padding: clamp(29px, 4.2vw, 48px);
}

.contact-form label span {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  white-space: nowrap;
  clip-path: inset(50%);
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 1px solid #e4e6e3;
  border-radius: 15px;
  outline: 0;
  color: var(--ink);
  background: #fbfcf8;
  transition: border-color 0.16s ease, box-shadow 0.16s ease;
}

.contact-form input,
.contact-form select {
  height: 54px;
  padding: 0 18px;
}

.contact-form textarea {
  min-height: 107px;
  padding: 16px 18px;
  resize: vertical;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: var(--purple);
  box-shadow: 0 0 0 3px rgba(38, 16, 109, 0.09);
}

.submit {
  width: 100%;
}

.form-status {
  text-align: center;
  color: var(--purple);
  font-size: 0.89rem;
  font-weight: 700;
}

.footer {
  padding: 44px 0 25px;
  color: var(--white);
  background: var(--navy);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.65fr 0.85fr;
  gap: clamp(38px, 6vw, 80px);
}

.footer-identity strong {
  color: var(--white);
  font-size: 0.88rem;
  letter-spacing: 0;
  text-transform: none;
}

.footer-identity small {
  color: #a9aec1;
}

.light-mark {
  background: var(--white);
}

.footer-about p,
.footer-bookings p {
  margin-top: 20px;
  color: #b8bdcd;
  font-size: 0.9rem;
  line-height: 1.7;
}

.social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.social-links a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 15px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 999px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.06);
  font-size: 0.82rem;
  font-weight: 800;
  transition: background 0.18s ease, border-color 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.social-links a:hover {
  border-color: var(--lime);
  color: var(--purple);
  background: var(--lime);
  transform: translateY(-1px);
}

.footer h3 {
  margin-bottom: 19px;
  font-size: 0.94rem;
  letter-spacing: 0;
}

.footer-links {
  display: flex;
  flex-direction: column;
  gap: 11px;
  color: #b8bdcd;
  font-size: 0.88rem;
}

.footer-links h3 {
  color: var(--white);
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 37px;
  padding-top: 21px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.copyright {
  margin: 0;
  color: #8890a5;
  font-size: 0.78rem;
}

.powered-by {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  color: #b8bdcd;
  font-size: 0.76rem;
  font-weight: 700;
  transition: opacity 0.18s ease, transform 0.18s ease;
}

.powered-by:hover {
  opacity: 0.86;
  transform: translateY(-1px);
}

.powered-by img {
  width: clamp(118px, 11vw, 150px);
  height: auto;
}

.draws-page {
  height: calc(100vh - 94px);
  min-height: 560px;
  background: var(--white);
}

.draws-frame {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

@media (max-width: 1060px) {
  .header-actions {
    display: none;
  }

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

  .hero-copy {
    max-width: 760px;
  }

  .hero-visual {
    width: min(560px, 100%);
    justify-self: start;
  }
}

@media (max-width: 959px) {
  .desktop-nav {
    display: none;
  }

  .menu-toggle {
    display: block;
  }

  .mobile-nav.is-open {
    display: flex;
    flex-direction: column;
    gap: 17px;
    padding: 10px 20px 25px;
    color: #485368;
    font-weight: 700;
    background: var(--white);
  }

  .mobile-nav .button {
    margin-top: 6px;
  }

  .draws-page {
    height: calc(100vh - 94px);
  }

  .split-heading,
  .tournament-panel,
  .contact-panel {
    grid-template-columns: 1fr;
  }

  .club-stats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
  }

  .club-stat-card {
    min-height: 240px;
  }

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

  .footer-about {
    grid-column: 1 / -1;
  }
}

@media (max-width: 720px) {
  .container {
    width: min(100% - 32px, 1240px);
  }

  .header-row {
    min-height: 82px;
  }

  .draws-page {
    height: calc(100vh - 82px);
  }

  .identity-mark {
    width: 48px;
    height: 48px;
  }

  .header-identity .identity-mark {
    width: 62px;
    height: 62px;
  }

  .hero-grid {
    min-height: unset;
    padding: 48px 0 55px;
  }

  .hero-copy h1 {
    font-size: clamp(2.4rem, 12vw, 3.15rem);
  }

  .hero-actions {
    flex-direction: column;
  }

  .hero-actions .button {
    width: 100%;
  }

  .hero-visual {
    padding: 17px;
    border-radius: 29px;
  }

  .logo-stage {
    border-radius: 22px;
  }

  .club-badge {
    top: 18px;
    right: 18px;
    padding: 12px 13px;
  }

  .feature-grid,
  .club-stats,
  .academy-grid,
  .post-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .club-showcase {
    padding: 34px 18px 30px;
    border-radius: 0 0 36px 36px;
  }

  .club-showcase-header h2 {
    font-size: clamp(2rem, 10vw, 2.65rem);
  }

  .club-stat-card {
    min-height: 224px;
  }

  .club-court-mark {
    right: -40px;
    bottom: -42px;
    width: 185px;
    height: 92px;
  }

  .club-ball {
    right: 28px;
    bottom: 20px;
    width: 54px;
    height: 54px;
  }

  .feature-card {
    min-height: unset;
  }

  .news-heading {
    flex-direction: column;
    align-items: start;
  }

  .tournament-panel {
    padding: 28px 22px;
    border-radius: 27px;
  }

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

  .powered-by {
    justify-content: flex-start;
  }

  .footer-about {
    grid-column: auto;
  }
}
