*, *::before, *::after { box-sizing: border-box; }
html, body { height: 100%; margin: 0; }

body {
  background: #0a0a0a;
  color: #eaeaea;
  font-family: ui-sans-serif, system-ui, -apple-system, sans-serif;
  min-height: 100vh;
}

.home {
  min-height: calc(100vh - 56px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(32px, 6vw, 80px) clamp(16px, 4vw, 48px);
}

.home-inner {
  max-width: 640px;
  width: 100%;
}

.home-greeting {
  font-family: "Didot", "Bodoni MT", Georgia, serif;
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 400;
  margin: 0 0 24px;
  color: #eaeaea;
  letter-spacing: 0.02em;
}

.home-update {
  font-size: 1rem;
  line-height: 1.75;
  color: #6e6e6e;
  margin: 0;
}
