* {
  box-sizing: border-box;
}

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

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  background-color: #ffffff;
  color: #111111;
}

.hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  text-align: center;
  padding: 1.5rem;
}

.brand {
  font-size: clamp(2.5rem, 8vw, 5rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  margin: 0;
}

.dot {
  color: #6b6b6b;
}

.tagline {
  font-size: clamp(1rem, 3vw, 1.5rem);
  font-weight: 400;
  color: #6b6b6b;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin: 1rem 0 0;
}
