:root {
  color-scheme: dark;
  background: #111c29;
  color: #c1ced8;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

* { box-sizing: border-box; }

body {
  margin: 0;
  min-height: 100svh;
  background-image: radial-gradient(circle, #c0d8ef0a 0.65px, transparent 0.85px);
  background-size: 20px 20px;
}

main {
  width: min(100% - 3rem, 35rem);
  margin-inline: auto;
  padding-block: clamp(4rem, 17vh, 10rem) 4rem;
}

h1 {
  margin: 0 0 2.25rem;
  color: #d8eaf5;
  font-size: 1.625rem;
  line-height: 1.25;
  letter-spacing: -0.035em;
  font-weight: 500;
}

p {
  margin: 0 0 1.25rem;
  font-size: 1.0625rem;
  line-height: 1.8;
  letter-spacing: 0.002em;
}

footer {
  border-top: 1px solid #344454;
  margin-top: 2.5rem;
  padding-top: 1.125rem;
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  font-size: 0.875rem;
  line-height: 1.7;
}

nav {
  display: flex;
  flex-wrap: wrap;
  column-gap: 1.5rem;
  row-gap: 0.25rem;
}

a {
  color: #b7d9ef;
  text-decoration: underline;
  text-decoration-color: #678399;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.3em;
  padding-block: 0.5rem;
}

a:hover { color: #f0f8ff; text-decoration-color: currentColor; }
a:focus-visible { outline: 2px solid #b7d9ef; outline-offset: 5px; border-radius: 1px; }
.email { display: inline-block; margin-top: 0.25rem; overflow-wrap: anywhere; }
::selection { background: #b7d9ef; color: #111c29; }

@media (max-width: 480px) {
  main { padding-top: 4.5rem; }
  h1 { margin-bottom: 2rem; }
}
