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

* {
  box-sizing: border-box;
}

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

.site-shell {
  width: min(720px, 100%);
  padding: clamp(28px, 7vw, 72px);
  background: #ffffff;
  border: 1px solid #ead7dd;
  border-radius: 8px;
  box-shadow: 0 18px 48px rgba(36, 30, 40, 0.1);
}

.eyebrow {
  margin: 0 0 14px;
  color: #a94f5e;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1 {
  margin: 0 0 18px;
  font-size: clamp(2.5rem, 9vw, 5.5rem);
  line-height: 0.96;
  letter-spacing: 0;
}

p {
  margin: 0 0 26px;
  color: #675d62;
  font-size: clamp(1.05rem, 2vw, 1.22rem);
  line-height: 1.65;
}

a {
  color: #934051;
  font-weight: 800;
}
