:root {
  color: #182525;
  background: #f4f6f2;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

body {
  min-height: 100vh;
  margin: 0;
  display: grid;
  place-items: center;
  padding: 2rem;
}

main {
  width: min(100%, 42rem);
  border-top: 3px solid #256d5d;
  padding: 2.5rem 0 0;
}

.eyebrow {
  margin: 0 0 1.25rem;
  color: #256d5d;
  font-size: 0.9rem;
  font-weight: 650;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1 {
  margin: 0;
  font-size: clamp(2rem, 5vw, 3.6rem);
  font-weight: 650;
  line-height: 1.05;
}

.intro {
  max-width: 34rem;
  margin: 1.4rem 0 0;
  color: #536060;
  font-size: 1.1rem;
  line-height: 1.55;
}

.note {
  margin: 3rem 0 0;
  color: #788282;
  font-size: 0.9rem;
}
