* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  --black: #020202;
  --soft-black: #0a0a0a;
  --line: #252525;
  --gold: #d5ad45;
  --gold-soft: #bf9434;
  --white: #f6f2ea;
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--black);
  color: var(--gold);
  font-family: "Cormorant Garamond", Georgia, serif;
}

.site-header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  height: 145px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 22px 42px;
  background: linear-gradient(180deg, #000 0%, rgba(0,0,0,0.82) 70%, transparent 100%);
}

.logo-link {
  display: block;
}

.logo {
  width: min(420px, 54vw);
  display: block;
  filter: drop-shadow(0 12px 26px rgba(213,173,69,0.22));
}

.menu-button {
  position: absolute;
  right: 42px;
  top: 52px;
  width: 54px;
  height: 42px;
  background: transparent;
  border: 0;
  display: grid;
  gap: 8px;
  cursor: pointer;
}

.menu-button span {
  display: block;
  height: 4px;
  background: var(--gold);
}

.hero {
  position: relative;
  min-height: 100vh;
  display: grid;
  place-items: center;
  overflow: hidden;
  padding-top: 140px;
}

.hero-photo {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0,0,0,.36), rgba(0,0,0,.84)),
    radial-gradient(circle at 50% 32%, rgba(255,255,255,.08), transparent 14%),
    linear-gradient(90deg, #020202 0%, #090909 42%, #020202 100%);
}

.hero-photo::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: min(620px, 82vw);
  height: 62vh;
  background:
    radial-gradient(ellipse at center top, rgba(255,255,255,.22), transparent 22%),
    linear-gradient(180deg, rgba(255,255,255,.05), rgba(213,173,69,.08) 48%, transparent 100%);
  clip-path: polygon(34% 0, 66% 0, 88% 100%, 12% 100%);
  opacity: .55;
}

.hero-panel {
  position: relative;
  z-index: 3;
  width: min(100%, 1080px);
  margin-top: 220px;
  padding: 58px 24px 68px;
  border: 1px solid var(--line);
  background: rgba(0,0,0,.92);
  text-align: center;
}

h1,
.apply-content h2 {
  font-size: clamp(58px, 10vw, 128px);
  line-height: .82;
  letter-spacing: -0.045em;
  font-weight: 700;
}

.primary-cta {
  display: inline-block;
  margin-top: 60px;
  padding: 28px 58px;
  background: var(--white);
  color: #070707;
  text-decoration: none;
  font-size: clamp(30px, 5vw, 52px);
  line-height: 1;
  font-weight: 500;
}

.primary-cta.light {
  margin-top: 44px;
  font-size: clamp(28px, 5vw, 48px);
  text-transform: uppercase;
}

.boutique-section,
.visual-section,
.founder-section,
.services-section,
.footer {
  padding: 86px max(6vw, 26px);
  background: #0b0b0b;
}

.image-frame {
  width: 100%;
  min-height: 390px;
  border: 1px solid #151515;
  background-size: cover;
  background-position: center;
}

.athlete-image {
  background:
    linear-gradient(90deg, rgba(0,0,0,.2), rgba(0,0,0,.55)),
    radial-gradient(circle at 60% 18%, rgba(255,255,255,.26), transparent 16%),
    linear-gradient(135deg, #161616, #050505 66%);
}

.court-image {
  background:
    linear-gradient(180deg, rgba(0,0,0,.2), rgba(0,0,0,.25)),
    linear-gradient(160deg, #242424 0%, #090909 46%, #17120a 100%);
  position: relative;
}

.court-image::after,
.court-bg::after {
  content: "";
  position: absolute;
  inset: 18% 8%;
  border: 2px solid rgba(255,255,255,.18);
  border-radius: 50%;
  opacity: .45;
}

.ball-image {
  background:
    radial-gradient(circle at 48% 50%, #8c4b23 0%, #7e3d18 24%, #2a1b12 49%, transparent 50%),
    linear-gradient(135deg, #2b2b2b, #090909);
}

.copy-block {
  margin-top: 64px;
}

.copy-block h2,
.visual-section h2,
.founder-section h2 {
  color: var(--gold);
  font-size: clamp(52px, 8vw, 82px);
  line-height: .9;
  letter-spacing: -0.035em;
  margin-bottom: 30px;
}

.copy-block p,
.founder-section p {
  max-width: 940px;
  color: var(--gold);
  font-size: clamp(34px, 5.8vw, 57px);
  line-height: 1.42;
  font-weight: 700;
}

.services-section {
  display: grid;
  gap: 58px;
}

.service-card {
  border: 1px solid var(--line);
  padding: clamp(42px, 7vw, 72px);
  background: #000;
}

.service-card h3 {
  color: var(--gold);
  font-size: clamp(42px, 7vw, 62px);
  line-height: 1;
  margin-bottom: 30px;
}

.service-card p {
  color: var(--gold);
  font-size: clamp(31px, 5.6vw, 48px);
  line-height: 1.48;
  font-weight: 700;
}

.service-card a {
  display: inline-block;
  margin-top: 64px;
  color: var(--white);
  font-size: clamp(34px, 6vw, 50px);
}

.visual-section {
  display: grid;
  gap: 54px;
}

.visual-section h2 {
  text-align: center;
  font-size: clamp(36px, 6vw, 48px);
  margin-bottom: 58px;
}

.apply-section {
  position: relative;
  min-height: 820px;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: #000;
}

.court-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0,0,0,.35), rgba(0,0,0,.1) 48%, rgba(0,0,0,.82)),
    linear-gradient(160deg, #0d0d0d 0%, #25180b 48%, #b07b30 100%);
}

.court-bg::before {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 58%;
  background:
    repeating-linear-gradient(90deg, rgba(255,255,255,.08) 0 2px, transparent 2px 80px),
    linear-gradient(180deg, rgba(214,173,69,.12), rgba(214,173,69,.46));
}

.apply-content {
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  padding: 40px 22px;
}

.founder-section {
  border-top: 1px solid var(--line);
}

.founder-section p {
  font-size: clamp(26px, 4.7vw, 42px);
  margin-bottom: 28px;
}

.footer {
  text-align: center;
  border-top: 1px solid var(--line);
  padding-top: 110px;
  padding-bottom: 90px;
}

.copyright {
  color: var(--gold);
  font-size: clamp(30px, 5vw, 46px);
  letter-spacing: .02em;
  margin-bottom: 80px;
}

.footer-logo {
  width: 108px;
  margin-bottom: 76px;
}

.socials {
  display: flex;
  justify-content: center;
  gap: 34px;
  margin-bottom: 34px;
}

.socials a {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--gold);
  color: #050505;
  text-decoration: none;
  font-family: Inter, Arial, sans-serif;
  font-weight: 800;
}

.email {
  color: var(--white);
  font-family: Inter, Arial, sans-serif;
  text-decoration: none;
  font-size: 16px;
}

@media (min-width: 900px) {
  .site-header {
    height: 170px;
  }

  .logo {
    width: 520px;
  }

  .hero-panel {
    margin-top: 240px;
  }

  .boutique-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 76px;
    align-items: center;
  }

  .copy-block {
    margin-top: 0;
  }

  .copy-block p,
  .service-card p {
    font-size: 34px;
  }

  .services-section {
    grid-template-columns: repeat(3, 1fr);
  }

  .service-card h3 {
    font-size: 44px;
  }

  .service-card a {
    font-size: 32px;
  }

  .visual-section {
    grid-template-columns: 1fr 1fr;
    align-items: start;
  }

  .visual-section h2 {
    grid-column: span 1;
  }
}

@media (max-width: 560px) {
  .site-header {
    height: 126px;
    padding: 18px 24px;
  }

  .logo {
    width: 250px;
  }

  .menu-button {
    right: 24px;
    top: 42px;
    width: 42px;
  }

  .hero {
    padding-top: 120px;
  }

  .hero-panel {
    margin-top: 180px;
  }

  .primary-cta {
    padding: 22px 32px;
  }
}
