:root {
  color-scheme: light;
  font-family: ui-rounded, "Avenir Next", "Segoe UI", sans-serif;
  background: #f4f0e7;
  color: #24322d;
}

* {
  box-sizing: border-box;
}

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

.shell {
  width: min(42rem, 100%);
  padding: clamp(1.5rem, 5vw, 3rem);
  border: 1px solid #c7c0b1;
  border-radius: 1.5rem;
  background: #fffdf8;
  box-shadow: 0 1rem 3rem rgb(66 56 43 / 10%);
}

.eyebrow {
  margin: 0 0 0.5rem;
  color: #68766f;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

h1 {
  margin: 0;
  font-size: clamp(2rem, 8vw, 3.5rem);
  line-height: 1;
}

p {
  line-height: 1.65;
}

a {
  color: #155f55;
}

.surface-links {
  display: grid;
  gap: 0.75rem;
  margin: 2rem 0;
}

.surface-links a {
  padding: 0.85rem 1rem;
  border: 1px solid #9eb5ad;
  border-radius: 0.8rem;
  background: #eef6f2;
  font-weight: 650;
  text-decoration: none;
}

.status {
  margin-bottom: 0;
  color: #68766f;
  font-size: 0.9rem;
}
