
html,
body {
  width: 100%;
  max-width: 100%;
}

html {
  overflow-x: hidden;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: 'Helvetica Neue', sans-serif;
  background-color: #1a1a1a;
  color: #ffffff;
  min-height: 100vh;
}

img,
video,
iframe {
  max-width: 100%;
}

header {
  background-color: #111 !important;
  padding: 1rem 2rem !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  position: sticky !important;
  top: 0 !important;
  z-index: 1000 !important;
}

nav {
  position: static !important;
  left: auto !important;
  transform: none !important;
  min-width: 0 !important;
}

header h1,
.header-sep,
.header-sep-left,
.header-sep-right,
.nav-contact {
  display: none !important;
}

nav ul.nav {
  list-style: none !important;
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 0.5rem !important;
  margin: 0 !important;
  padding: 0 !important;
}

nav ul.nav li.nav-sep {
  color: #555 !important;
  font-weight: 600 !important;
  user-select: none !important;
}

nav ul.nav a {
  text-decoration: none !important;
  color: #eee !important;
  font-weight: bold !important;
  padding: 0.5rem !important;
  display: block !important;
}

nav ul.nav a:visited {
  color: #eee !important;
}

nav ul.nav > li > a {
  transition: transform 160ms ease, color 160ms ease !important;
  will-change: transform;
}

nav ul.nav > li > a:hover,
nav ul.nav > li > a:focus {
  transform: translateY(-2px) scale(1.08) !important;
  text-decoration: none !important;
  outline: none !important;
}

nav ul.nav > li > a:focus-visible {
  box-shadow: 0 0 0 3px rgba(255, 204, 102, 0.12) !important;
  border-radius: 6px !important;
}

footer {
  background-color: #000 !important;
  text-align: center !important;
  padding: 1rem !important;
  font-size: 0.9rem !important;
  color: #888 !important;
}

footer a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease;
}

footer a:hover {
  color: #fff;
  text-decoration: underline;
}

.project-title {
  font-size: 2rem !important;
  color: #ffffff !important;
  margin: 0 0 0.35rem 0 !important;
  line-height: 1.2 !important;
  font-weight: 700 !important;
}

.project-title a {
  color: inherit !important;
  text-decoration: none !important;
}

.project-title a:hover,
.project-title a:focus {
  text-decoration: underline !important;
}

.project-date {
  font-size: 0.9rem !important;
  color: #9a9a9a !important;
  font-weight: 400 !important;
  letter-spacing: 0.35px !important;
  margin: 0 0 1.25rem 0 !important;
}

.project-description {
  font-size: 1.05rem !important;
  line-height: 1.72 !important;
  color: #d2d2d2 !important;
  max-width: 800px !important;
  margin: 0 0 0.95rem 0 !important;
}

.project-roles {
  display: block !important;
  margin-top: 0.2rem !important;
  color: #d2d2d2 !important;
}

.project-secondary-link {
  display: inline-block !important;
  margin: 0 0 1rem 0 !important;
  font-size: 1.02rem !important;
  line-height: 1.35 !important;
  color: #efefef !important;
  text-decoration: none !important;
}

.project-secondary-link:visited {
  color: #efefef !important;
}

.project-secondary-link:hover,
.project-secondary-link:focus {
  color: #ffffff !important;
  text-decoration: underline !important;
}

.project-cta-icon,
.project-external-arrow,
.project-arrow-down {
  display: inline-block !important;
  margin-left: 0.2em !important;
  font-size: 0.78em !important;
  line-height: 1 !important;
  font-weight: 400 !important;
  color: currentColor !important;
  opacity: 0.82 !important;
  vertical-align: 0.03em !important;
}

.media-block + .project-description,
.media-row + .project-description,
.media-container + .project-description {
  margin-top: 1.15rem !important;
}

@media (max-width: 900px) {
  header {
    flex-direction: column !important;
  }

  nav ul.nav {
    flex-wrap: wrap !important;
    row-gap: 0.2rem !important;
    column-gap: 0.35rem !important;
  }

  nav ul.nav li.nav-sep {
    display: none !important;
  }

  nav ul.nav a {
    padding: 0.4rem 0.5rem !important;
  }

  nav ul.nav li:last-child a {
    border: 1px solid rgba(255, 255, 255, 0.16) !important;
    border-radius: 999px !important;
    padding: 0.38rem 0.8rem !important;
    background: rgba(255, 255, 255, 0.05) !important;
  }
}

@media (max-width: 480px) {
  nav ul.nav {
    column-gap: 0.25rem !important;
  }

  nav ul.nav a {
    font-size: 0.96rem !important;
    padding: 0.36rem 0.42rem !important;
  }
}
