.hero {
  min-height: auto !important;

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

  font-family: "BBH Bogle", sans-serif;
  font-style: normal;
  margin-bottom: 0rem !important;
}

.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);
  margin-bottom: 0rem !important;
}

.center {
  font-family: "Oxygen", sans-serif;
  font-style: normal;
  align-items: center;
  display: grid;
  place-items: center;

  margin-bottom: 0rem !important;

  padding: 0 clamp(1.25rem, 4vw, 3rem) clamp(2rem, 6vw, 4rem);
  padding-bottom: 0 !important;
}

.center-text {
  text-align: center !important;
  width: 100%;
  max-width: 60vw;
}

.text-wide {
  width: 100%;
}

.backtext {
  margin: 0;
  font-size: clamp(1.05rem, 0.95rem + 0.6vw, 1.35rem);
  line-height: 1.6;
  letter-spacing: 0.01em;
  font-weight: 400;
}

@media (max-width: 1024px) {
  .hero {
    margin-top: 5rem !important;
    padding: clamp(1rem, 5vw, 2rem);

    display: grid;
    justify-items: center;
  }

  .hero-title {
    text-align: center;
    letter-spacing: 0.16rem;
  }

  .center {
    padding: 0 clamp(1rem, 5vw, 2rem) 0;
  }

  .center-text {
    text-align: center !important;
    width: 100%;
    max-width: 80vw;
  }

  .backtext {
    font-size: clamp(0.95rem, 0.9rem + 0.35vw, 1.1rem);
    line-height: 1.7;
  }
}

.blog-header {
  padding: clamp(1.75rem, 5vw, 3.5rem) clamp(1rem, 4vw, 3rem);
  width: 100%;
  display: grid;
  place-items: center;
  text-align: center;
}

.blog-header__title {
  margin: 0;
  width: 50%;
  text-wrap: balance;
  line-height: 1.08;

  font-family: "BBH Bogle", system-ui, -apple-system, "Segoe UI", Arial,
    sans-serif;
  font-weight: 100;
  letter-spacing: 0.08em;

  font-size: clamp(1.55rem, 1.15rem + 1.8vw, 2.6rem);

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

.blog-post {
  font-family: "Oxygen", sans-serif;
  font-style: normal;
  padding: 2rem 1rem;
  justify-content: left;
}

.blog-post__inner {
  max-width: 50%;
  margin: 0 auto;
}

.blog-post__content p {
  margin: 0 0 1rem;
}

.blog-post__list {
  margin: 0 0 1rem;
  padding-left: 1.25rem;
}

.blog-post__list li {
  margin: 0.5rem 0;
}

@media (max-width: 1024px) {
  .blog-header {
    width: 100%;
    place-items: left;
    text-align: left;
    padding-left: 1rem !important;
  }

  .blog-header__title {
    width: 95%;
  }

  .blog-post__inner {
    max-width: 95%;
  }
}
