.at-header__container {
  padding-top: 2em;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

@media (min-width: 640px) {
  .at-header__container {
    padding-top: 3em;
  }
}

.at-header__accolades {
  margin: 0 auto;
  margin-bottom: 4.5em;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  max-width: 550px;
}

@media (min-width: 640px) {
  .at-header__accolades {
    margin-bottom: 5em;
  }
}

.at-header__accolade:first-child {
  display: none;
}

@media (min-width: 640px) {
  .at-header__accolade:first-child {
    display: block;
    position: absolute;
    top: 2.5rem;
    left: 2.5rem;
    width: 55px;
    margin: 0;
  }
}

.at-header__accolade {
  width: 105px;
  margin-right: 1em;
  margin-left: 1em;
  margin-top: 2em;
}

@media (min-width: 640px) {
  .at-header__accolade {
    width: 140px;
  }
}

.at-header__title {
  margin-bottom: 2.7rem;
}

.at-header__heading {
  font-size: 6.6rem;
  line-height: 6rem;
  letter-spacing: -0.9px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 2.3rem;
  font-family: Monarch, serif;
  padding: 0 0.25em;
}

@media (min-width: 640px) {
  .at-header__heading {
    font-size: 8.5rem;
    line-height: 1;
    letter-spacing: -1.15px;
    margin-bottom: 1.5rem;
    padding: 0 1em;
  }
}

.at-description {
  font-size: 1.5rem;
  line-height: 2.4rem;
  text-transform: uppercase;
  width: 260px;
  margin: 0 auto;
  text-align: center;
  font-family: 'GT America Mono', monospace;
}

@media (min-width: 640px) {
  .at-description {
    font-size: 2rem;
    line-height: 3rem;
    width: 44rem;
  }
}

.at-header__button {
  margin: 0 auto;
  padding: 0 1em;
  text-align: center;
}

@media (min-width: 640px) {
  .at-header__button {
    /*display: block;*/
  }
}

.at-button {
  display: inline-block;
  text-transform: uppercase;
  font-size: 1.5rem;
  border: 1px solid currentColor;
  border-radius: 30px;
  padding: 0.4em 1.2em;
  line-height: 1.2;
  letter-spacing: 0.75px;
  text-decoration: none;
  margin: 0 0.5em;
  margin-bottom: 1em;
}

@media (min-width: 640px) {
  .at-button {
    border-radius: 30px;
    padding: 0.75em 1.2em 0.75em;
  }

  .at-button:hover {
    opacity: 0.75;
  }
}

.at-button__icon {
  display: inline-block;
  margin-left: 0.5em;
  width: 6px;
}

.at-header__figure {
  margin-top: auto;
  overflow: hidden;
}

.at-header__image {
  width: 170%;
  margin-left: -33%;
}

@media (min-width: 640px) {
  .at-header__image {
    width: 100%;
    margin: 0;
    padding: 0 3%;
  }
}

.at-hero {
  width: 100%;
  overflow: hidden;
  margin-bottom: 5em;
}

@media (min-width: 640px) {
  .at-hero {
    margin-bottom: 8.8rem;
  }
}