:root {
  --black: #111;
  --ink: #121229;
  --blue: #181868;
  --eigengrau: #0e0e17;
  --gap: 25px;
}
@media (min-width: 768px) {
  :root {
    --gap: 50px;
  }
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
}

body {
  background: rgba(254, 242, 224, 0.4);
  margin: 0;
  padding: 1em;
  line-height: 1.3;
  color: var(--black);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  margin: 0;
}
a {
  text-decoration: none;
  color: var(--wet);
  opacity: 0.8;
  transition: opacity 0.1s, color 0.1s;
}
a:hover {
  opacity: 1;
  color: #000;
}

.Intro {
  font-size: 2.8em;
  font-family: 'Voyage-Regular';

  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;

  max-width: 740px;
  margin: 0 auto 0;
  text-align: center;

  color: var(--eigengrau);
}

main > header {
  text-align: center;
  font-weight: 900;
  position: absolute;
  left: 0;
  right: 0;
  align-items: center;
  margin: 0.5em 1em;
}
header nav h1 {
  margin: 0 auto;
}
header nav {
  display: flex;
  text-transform: uppercase;
  width: 100%;
  font-weight: 500;
}
header nav div:first-child {
  margin-right: auto;
  font-size: 1.1em;
  display: none;
}
header nav div:last-child {
  margin-left: auto;
  font-size: 1.1em;
  display: none;
}
header nav div:last-child a:last-child {
  margin-left: 1em;
}

main > header h1 {
  font-weight: 500;
}

@media (min-width: 1024px) {
  main > header {
    display: flex;
  }
  header nav div:first-child {
    display: block;
  }
  header nav div:last-child {
    display: block;
  }
}

.First {
  min-height: 100vh;
  display: flex;
  align-items: center;
}
.Intro {
  font-size: 3em;
}
.Intro::first-letter {
  font-size: 4em;
  line-height: 0.5;
  float: left;
  display: inline-block;
  margin-right: -0.3em;
}
.Intro span {
  color: var(--blue);
}

.Process {
  padding: 0 var(--gap);
}
.Process h1 {
  margin: 0 0 0 0;
  font-size: 72px;
  font-family: 'Voyage-Regular';
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;

  font-weight: 400;
  color: var(--eigengrau);
}
.Process header p {
  font-size: 1.2em;
  font-weight: 300;
  line-height: 1.4;
}
.Process article {
  position: relative;
}
.Process article > div {
  font-family: 'Voyage-Regular';
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  line-height: 0.5;
  font-size: 65px;
  margin-bottom: 0.75em;
}
.Process article > div:after {
  content: '/';
  display: inline-block;
  margin-bottom: -0.5em;
  transform: translateY(0.25em);
  font-size: 1.75em;
  margin: 0 0.25em 0 5px;
}
.Process article ul {
  font-size: 1.2em;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 1024px) {
  .Process header {
    display: flex;
  }
  .Process h1 {
    font-size: 144px;
    margin: 0 0 0.5em 0;
  }
  .Process header p {
    margin-left: 2em;
    margin-top: 4em;
    max-width: 450px;
  }
  .Process article > div {
    margin-top: -0.5em;
    line-height: 0;
    margin-bottom: 0;
  }
}

section h2 {
  font-family: 'Voyage-Regular';
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;

  font-size: 2em;
  margin: 0;
}

.Clients__list {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: calc(var(--gap) / 2);
  font-weight: 300;
}
.Clients {
  display: flex;
  align-items: flex-start;
}
.Clients > div {
  border-left: 1px solid var(--black);
  padding-bottom: var(--gap);
  margin-left: var(--gap);
  padding-left: var(--gap);
}
.Clients ul,
.Process ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.Clients li,
.Process li {
  margin: 0;
  padding: 0;
}
.Clients h1 {
  margin: 0;
  font-size: 42px;
  font-family: 'Voyage-Regular';
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;

  font-weight: 400;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  color: var(--eigengrau);
}
@media (min-width: 768px) {
  .Clients {
    margin: var(--gap);
  }
  .Clients__list {
    grid-template-columns: 1fr 1fr;
  }
  .Clients h1 {
    font-size: 72px;
  }
}
@media (min-width: 1024px) {
  .Clients__list {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

.Contact header h1 {
  margin-bottom: 0;
}
.Contact header {
  align-items: flex-end;
}
.Contact nav {
  margin: 3em 1em 1em 1em;
  max-width: none;
  text-transform: uppercase;
  display: none;
}
.Contact a {
  font-weight: 500;
  color: var(--ink);
  opacity: 1;
  margin: 0 0 0 1em;
  display: inline-block;
  padding: 0.5em 0;
}
.Contact div:first-child {
  margin-right: auto;
}
.Contact div:nth-child(2) {
  margin: 0 auto;
}
.Contact div:last-child {
  margin-left: auto;
}

@media (min-width: 1024px) {
  .Contact nav {
    display: flex;
  }
}

.Top a {
  opacity: 0.25;
  border-radius: 1em;
  transition: background-color 0.3s, opacity 0.3s;
  padding: 0.5em 1.25em;
}
.Top a:hover {
  opacity: 0.8;
  background-color: rgba(71, 68, 63, 0.1);
}

.Process > div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: var(--gap);
}
@media (min-width: 768px) {
  .Process article {
    display: flex;
  }
}
@media (min-width: 1024px) {
  .Process > div {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 0;
  }
}

.Founding {
  grid-template-columns: 1fr 1fr;
  grid-gap: var(--gap);
  font-size: 1.2em;
  font-weight: 300;
  line-height: 1.4;
  padding: 0 var(--gap);
  min-height: 50vh;
}
.Founding span {
  font-family: 'Voyage-Bold';
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}
@media (min-width: 1024px) {
  .Founding {
    display: grid;
  }
}

.Quote {
  font-size: 22px;
  min-height: 50vh;
  padding: calc(var(--gap) * 2);
  font-weight: 200;
}
.Quote blockquote {
  display: flex;
  flex-direction: column;
  max-width: 920px;
  margin: 0 auto;
}
.Quote cite {
  margin-left: auto;
  font-family: 'Voyage-Regular';
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}
@media (min-width: 1024px) {
  .Quote {
    font-size: 32px;
  }
}
