.hero {
  min-height: auto !important;

  display: block;
  padding: clamp(1.25rem, 4vw, 3rem);

  font-family: "BBH Bogle", sans-serif;
  font-style: normal;
}

.hero-title {
  margin-top: 0rem;
  text-align: center;
  line-height: 0.92;

  font-weight: 100;
  letter-spacing: 0.2rem;
  text-transform: uppercase;

  font-size: clamp(3.2rem, 9vw, 6.5rem);
}

.center {
  display: grid;
  place-items: center;
  margin-bottom: 0rem !important;
}

.center1 {
  display: grid;
  place-items: center;
  margin-bottom: 3rem !important;
}

.center-text {
  text-align: center;
}

.text-wide {
  width: 60%;
  max-width: 100%;
}

.backtext {
  position: relative;
  display: inline-block;

  margin: 0;
  font-size: clamp(1.15rem, 0.92rem + 0.9vw, 1.7rem);

  line-height: 1.55;

  font-family: "Oxygen", sans-serif;
  font-style: normal;
  font-weight: 100;
  letter-spacing: 0.05rem;

  color: var(--accent-ink);
}

@media (max-width: 1024px) {
  .hero {
    margin-top: 5rem !important;
  }

  .hero-title {
    font-size: clamp(2.6rem, 7.5vw, 5.4rem);
  }

  .text-wide {
    width: 90%;
    max-width: 100%;
  }

  .backtext {
    font-size: clamp(1rem, 0.9rem + 0.8vw, 1.5rem);
  }
}

.club-row {
  margin: 0;
  padding: 0;
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.club-row__inner {
  margin: 0 auto;
  padding: 0;

  width: min(100%, 1200px);

  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: center;
  justify-items: center;
  gap: clamp(0.85rem, 2vw, 1.5rem);
}

.club {
  margin: 0;
  padding: 0;
  width: min(100%, 360px);
}

.club__img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 9999px;
  object-fit: cover;
}

@media (max-width: 700px) {
  .club-row {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .club-row__inner {
    width: min(100%, 420px);
    grid-template-columns: 1fr;
    gap: 0.9rem;
  }

  .club {
    width: min(100%, 330px);
  }

  .club:nth-child(n + 2) {
    display: none;
  }
}

@media (max-width: 1024px) and (min-width: 769px) {
  .club-row {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .club-row__inner {
    width: min(100%, 700px);
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(0.75rem, 1.8vw, 1.1rem);
  }
}

.page-branding-design .thought_section .process-inner {
  margin-bottom: 0rem !important;
}

.page-branding-design .thought_section .process--oval {
  margin-bottom: 0rem !important;
}
