:root {
  color-scheme: light;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #f4f0e8;
  color: #1c2924;
}

* {
  box-sizing: border-box;
}

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

main {
  width: min(42rem, 100%);
  padding: clamp(2rem, 7vw, 4.5rem);
  border: 1px solid #c8c2b6;
  border-radius: 1.5rem;
  background: #fffdf8;
  box-shadow: 0 1.5rem 4rem rgb(28 41 36 / 10%);
}

.eyebrow {
  margin: 0 0 1rem;
  color: #4d6a5e;
  font-size: 0.78rem;
  font-weight: 750;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

h1 {
  max-width: 14ch;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.25rem, 7vw, 4.75rem);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 0.98;
}

p {
  margin: 2rem 0 0;
  font-size: 1.05rem;
  line-height: 1.7;
}

aside {
  margin-top: 2rem;
  padding: 1rem 1.1rem;
  border-left: 0.25rem solid #c85d3b;
  background: #fff2e9;
  color: #67341f;
  font-size: 0.95rem;
  line-height: 1.55;
}
