:root {
  color-scheme: light;
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", serif;
  background: #f3f0e9;
  color: #201f1c;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  min-height: 100vh;
  padding: 4rem 1.25rem;
}

main {
  width: min(44rem, 100%);
  margin: 0 auto;
  padding: clamp(2rem, 5vw, 4rem);
  background: #fffdf8;
  border: 1px solid #d7d1c5;
  box-shadow: 0 1.25rem 3rem rgb(38 34 28 / 8%);
}

h1,
h2,
p {
  margin-top: 0;
}

h1 {
  max-width: 13ch;
  margin-bottom: 1.5rem;
  font-size: clamp(2.4rem, 7vw, 4.75rem);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 0.95;
}

h2 {
  margin-bottom: 0.55rem;
  font-family: ui-sans-serif, system-ui, sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

p {
  color: #4d4941;
  font-size: 1.05rem;
  line-height: 1.65;
}

section {
  padding-top: 1.35rem;
  border-top: 1px solid #e2ddd3;
}

section + section {
  margin-top: 1.35rem;
}

.eyebrow {
  margin-bottom: 1rem;
  color: #875c2d;
  font-family: ui-sans-serif, system-ui, sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.lede {
  margin-bottom: 2.25rem;
  color: #292722;
  font-size: clamp(1.25rem, 3vw, 1.55rem);
  line-height: 1.45;
}

.links {
  margin: 2.25rem 0 0;
  font-family: ui-sans-serif, system-ui, sans-serif;
  font-size: 0.9rem;
}

a {
  color: #70481e;
  text-underline-offset: 0.18em;
}

a:hover,
a:focus-visible {
  color: #201f1c;
}

code {
  padding: 0.08em 0.28em;
  border-radius: 0.18em;
  background: #eee8dc;
  color: #322d25;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.82em;
}

@media (max-width: 36rem) {
  body {
    padding: 0;
  }

  main {
    min-height: 100vh;
    border: 0;
    box-shadow: none;
  }
}
