.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: 1rem !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;
  }

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

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

  .backtext {
    font-size: clamp(0.95rem, 0.82rem + 0.6vw, 1.35rem);
  }
}

.see-work {
  margin-top: 2rem;
  display: flex;
  justify-content: center;
  padding: 0 1rem;
}

.see-work__link {
  font-family: "BBH Bogle", system-ui, -apple-system, "Segoe UI", Arial,
    sans-serif;
  font-weight: 200;
  letter-spacing: 0rem;
  text-transform: uppercase;

  font-size: clamp(1.1rem, 2.2vw, 1.6rem);
  color: var(--accent-ink);
  text-decoration: underline;
  text-decoration-thickness: 3px;
  text-underline-offset: 0.22em;

  display: inline-block;
  transform: translateZ(0);
  transition: transform 180ms ease, opacity 180ms ease;
}

.see-work__link:hover {
  transform: scale(1.06);
}

.see-work__link:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 6px;
}

.thought_section .process--oval {
  padding-top: 2rem !important;
}
