:root {
  color: #151719;
  background: #f4f4f1;
  font-family:
    ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
}

body {
  min-width: 320px;
  min-height: 100vh;
  margin: 0;
}

a {
  color: inherit;
}

.shell {
  display: grid;
  align-content: center;
  gap: clamp(32px, 6vh, 56px);
  grid-template-rows: auto auto;
  min-height: 100vh;
  min-height: 100svh;
  padding: clamp(24px, 5vw, 64px);
  padding-bottom: clamp(72px, 14vh, 140px);
}

.identity {
  display: grid;
  align-content: start;
  width: min(100%, 760px);
}

.kicker {
  color: #686c70;
  font-size: clamp(0.78rem, 1.8vw, 0.9rem);
  font-weight: 550;
  letter-spacing: 0;
  line-height: 1.6;
  margin: 0;
}

h1 {
  color: #101214;
  font-size: clamp(3.3rem, 13.2vw, 8.15rem);
  font-weight: 720;
  letter-spacing: 0;
  line-height: 0.92;
  margin: 12px 0 0;
}

.statement {
  max-width: 32rem;
  color: #34383c;
  font-size: clamp(1.05rem, 2.4vw, 1.45rem);
  line-height: 1.55;
  margin: 24px 0 0;
}

.contact {
  width: fit-content;
  color: #55595d;
  font-size: 0.9rem;
  font-weight: 500;
  margin-top: 22px;
  text-decoration-color: #b4b6b8;
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
}

.contact:focus-visible {
  border-radius: 4px;
  outline: 2px solid #151719;
  outline-offset: 6px;
}

footer {
  color: #686c70;
  font-size: 0.78rem;
  line-height: 1.5;
  margin: 0;
}

@media (max-width: 540px) {
  .shell {
    gap: 32px;
    padding: 24px;
    padding-bottom: 72px;
  }
}
