.re-container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 40px;
}

.re-section {
  background-color: #0e0820;
  border-top: 1px solid #f5f0e41f;
  padding: 100px 0;
}

.re-label {
  color: #61f1ff;
  letter-spacing: .2em;
  text-transform: uppercase;
  margin-bottom: 56px;
  font-family: Barlow Condensed, sans-serif;
  font-size: 11px;
  font-weight: 600;
}

.re-nav {
  z-index: 100;
  background-color: #0e0820;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 14px 40px;
  display: flex;
  position: fixed;
}

.re-wordmark {
  color: #f5f0e4;
  letter-spacing: .04em;
  text-transform: uppercase;
  font-family: Barlow Condensed, sans-serif;
  font-size: 22px;
  font-style: italic;
  font-weight: 800;
  text-decoration: none;
}

.re-accent {
  color: #61f1ff;
}

.re-nav-links {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  color: #b9ff3c;
  list-style: none;
  display: flex;
}

.re-hero {
  color: #f5f0e4;
  background-color: #0e0820;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 100vh;
  padding-top: 120px;
  padding-bottom: 100px;
  display: flex;
}

.re-eyebrow {
  color: #61f1ff;
  letter-spacing: .18em;
  text-transform: uppercase;
  margin-bottom: 32px;
  font-family: Barlow Condensed, sans-serif;
  font-size: 12px;
  font-weight: 600;
}

.re-headline {
  color: #f5f0e4;
  letter-spacing: -.01em;
  text-transform: uppercase;
  max-width: 900px;
  margin-bottom: 48px;
  font-family: Barlow Condensed, sans-serif;
  font-size: 58px;
  font-style: italic;
  font-weight: 800;
  line-height: .95;
}

.re-hero-body {
  color: #f5f0e473;
  max-width: 560px;
  margin-bottom: 52px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.65;
}

.re-cta {
  color: #0e0820;
  letter-spacing: .12em;
  text-transform: uppercase;
  background-color: #61f1ff;
  padding: 14px 28px;
  font-family: Barlow Condensed, sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
}

.re-cta:hover {
  background-color: #b9ff3c;
}

.re-practices {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  background-color: #f5f0e41f;
  grid-template-rows: auto;
  grid-template-columns: repeat(3, 1fr);
  display: grid;
}

.re-practice {
  background-color: #0e0820;
  padding: 52px 40px;
}

.re-practice-name {
  color: #f5f0e4;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Barlow Condensed, sans-serif;
  font-size: 36px;
  font-style: italic;
  font-weight: 800;
  line-height: 1;
}

.re-practice-desc {
  color: #f5f0e473;
  font-size: 14px;
  line-height: 1.6;
}

.re-practices-note {
  color: #f5f0e473;
  max-width: 580px;
  margin-top: 48px;
  font-size: 15px;
  font-style: italic;
  font-weight: 300;
}

.re-work-list {
  border-bottom: 1px solid #f5f0e41f;
  list-style: none;
}

.re-work-item {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  border-top: 1px solid #f5f0e41f;
  justify-content: space-between;
  align-items: baseline;
  padding: 32px 0;
  display: flex;
}

.re-client {
  color: #61f1ff;
  text-transform: uppercase;
  min-width: 280px;
  font-family: Barlow Condensed, sans-serif;
  font-size: 28px;
  font-style: italic;
  font-weight: 800;
}

.re-client:hover {
  color: #b9ff3c;
}

.re-work-desc {
  color: #f5f0e4;
  flex: 1;
  font-size: 14px;
  font-weight: 300;
}

.re-tags {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-shrink: 0;
  display: flex;
}

.re-tag {
  color: #f5f0e473;
  letter-spacing: .1em;
  text-transform: uppercase;
  border: 1px solid #f5f0e41f;
  padding: 4px 10px;
  font-family: Barlow Condensed, sans-serif;
  font-size: 11px;
  font-weight: 600;
}

.re-about-layout {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.6fr;
  align-items: start;
  display: grid;
}

.re-about-hed {
  color: #f5f0e4;
  text-transform: uppercase;
  font-family: Barlow Condensed, sans-serif;
  font-size: 60px;
  font-style: italic;
  font-weight: 800;
  line-height: .95;
}

.re-contact-layout {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: end;
  display: grid;
}

.re-contact-hed {
  color: #f5f0e4;
  text-transform: uppercase;
  font-family: Barlow Condensed, sans-serif;
  font-size: 64px;
  font-style: italic;
  font-weight: 800;
  line-height: .95;
}

.re-contact-copy {
  color: #f5f0e4;
  margin-bottom: 36px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.75;
}

.re-email {
  color: #61f1ff;
  text-transform: uppercase;
  border-bottom: 0 solid #61f1ff;
  padding-bottom: 4px;
  font-family: Barlow Condensed, sans-serif;
  font-size: 22px;
  font-style: italic;
  font-weight: 800;
  text-decoration: none;
  display: inline-block;
}

.re-email:hover {
  color: #b9ff3c;
  border-bottom-color: #b9ff3c;
}

.re-footer {
  background-color: #0e0820;
  border-top: 1px solid #f5f0e41f;
  justify-content: space-between;
  align-items: center;
  padding: 40px;
  display: flex;
}

.re-footer-wm {
  color: #f5f0e4;
  text-transform: uppercase;
  font-family: Barlow Condensed, sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 800;
}

.re-footer-copy {
  color: #f5f0e473;
  font-size: 12px;
  font-weight: 300;
}

.re-page-bg {
  color: #f5f0e4;
  background-color: #0e0820;
}

.re-logo {
  width: auto;
  height: 36px;
  display: block;
}

.re-logo-link {
  align-items: center;
  display: flex;
}

.re-logo-img {
  width: auto;
  height: 100px;
  display: block;
}

.paragraph, .paragraph-2, .paragraph-3, .bold-text {
  color: #f5f0e4;
}

.re-nav-link {
  color: #61f1ff;
  letter-spacing: .12em;
  text-transform: uppercase;
  font-family: Barlow Condensed, sans-serif;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}

.re-nav-link:hover {
  color: #b9ff3c;
}

.re-about-para {
  color: #f5f0e4;
  margin-bottom: 24px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.75;
}

.re-client-link {
  color: #61f1ff;
  text-transform: uppercase;
  min-width: 280px;
  font-family: Barlow Condensed, sans-serif;
  font-size: 28px;
  font-style: italic;
  font-weight: 800;
  text-decoration: none;
  transition: color .2s;
  display: inline-block;
}

.re-principles {
  border-bottom: 1px solid #f5f0e41f;
  list-style: none;
}

.re-principle {
  color: #f5f0e4;
  letter-spacing: -.01em;
  text-transform: none;
  border-top: 1px solid #f5f0e41f;
  padding: 28px 0;
  font-family: Barlow Condensed, sans-serif;
  font-size: clamp(22px, 3vw, 32px);
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}

.re-principle-num {
  color: #61f1ff;
  letter-spacing: .15em;
  text-transform: uppercase;
  margin-right: 24px;
  font-family: Barlow Condensed, sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .re-container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .re-section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .re-nav {
    padding-left: 24px;
    padding-right: 24px;
  }

  .re-nav-links {
    grid-column-gap: 20px;
  }

  .re-hero {
    justify-content: flex-start;
    min-height: auto;
    padding-top: 80px;
    padding-bottom: 60px;
  }

  .re-headline {
    font-size: 28px;
  }

  .re-practices {
    grid-template-columns: 1fr;
  }

  .re-practice-name {
    font-size: 28px;
  }

  .re-work-item {
    flex-direction: column;
    align-items: flex-start;
  }

  .re-client {
    min-width: auto;
    font-size: 22px;
  }

  .re-about-layout {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .re-about-hed {
    font-size: 28px;
  }

  .re-contact-layout {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .re-contact-hed {
    font-size: 28px;
  }

  .re-logo-img {
    width: 160px;
    max-width: 100%;
    height: 50px;
  }

  .re-nav-link {
    font-size: 11px;
  }

  .re-client-link {
    font-size: 28px;
  }
}

@media screen and (max-width: 479px) {
  .re-hero {
    justify-content: flex-start;
    min-height: auto;
    padding-top: 80px;
    padding-bottom: 60px;
  }

  .re-headline {
    font-size: 28px;
  }
}


