html,
body {
  height: 100%;
  margin: 0;
}

body {
  background-color: #0a0d12;
  background-image:
    radial-gradient(ellipse 90% 70% at 50% 52%, rgba(6, 9, 14, 0.46), rgba(6, 9, 14, 0.1) 70%),
    linear-gradient(to bottom, rgba(6, 9, 14, 0.3), rgba(6, 9, 14, 0.08) 45%, rgba(6, 9, 14, 0.62)),
    url('../cover.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  color: #eceef1;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.cover {
  min-height: 100vh;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 1.5rem;
  box-sizing: border-box;
}

.name {
  margin: 0;
  font-size: clamp(1.4rem, 1rem + 3.2vw, 3.6rem);
  font-weight: 300;
  letter-spacing: clamp(0.18em, 0.1em + 0.4vw, 0.32em);
  text-indent: clamp(0.18em, 0.1em + 0.4vw, 0.32em);
  text-transform: uppercase;
  color: #f4f5f7;
  text-shadow: 0 1px 24px rgba(4, 6, 10, 0.55);
}

.strap {
  margin: 1.4em 0 0;
  font-size: clamp(0.82rem, 0.72rem + 0.5vw, 1.05rem);
  font-weight: 400;
  letter-spacing: 0.14em;
  color: rgba(226, 229, 236, 0.78);
  text-shadow: 0 1px 16px rgba(4, 6, 10, 0.5);
}

.contact {
  margin-top: 2.6rem;
  font-size: 0.78rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(226, 229, 236, 0.62);
  text-decoration: none;
  border-bottom: 1px solid rgba(226, 229, 236, 0.28);
  padding-bottom: 0.2em;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.contact:hover {
  color: #f4f5f7;
  border-color: rgba(244, 245, 247, 0.6);
}

.colophon {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 1.4rem;
  padding: 0 1rem;
  text-align: center;
}

.colophon p {
  margin: 0;
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  color: rgba(200, 206, 219, 0.42);
}

.credit {
  font-size: 0.62rem;
  letter-spacing: 0.12em;
  color: rgba(200, 206, 219, 0.26);
}

.credit a {
  color: inherit;
  text-decoration: none;
}
