/* RDA — chosen design "1A / Braun, plain": warm off-white, sentence case,
   hairline-ruled work list, no accent colour, no ornament. */

* { margin: 0; padding: 0; box-sizing: border-box; }

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  background: #f4f2ee;
  color: #1c1c1a;
  font-size: 18px;
  line-height: 1.65;
}

main {
  max-width: 44rem;
  margin: 0 auto;
  padding: 6rem 2rem 5rem;
}

h1 {
  font-size: 1.35rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  margin-bottom: 1.5rem;
}

p { max-width: 34rem; margin-bottom: 1.1rem; }

a {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid #c9c5bc;
  padding-bottom: 1px;
}

a:hover { border-color: #1c1c1a; }

a:focus-visible {
  outline: 2px solid #1c1c1a;
  outline-offset: 3px;
  border-bottom-color: transparent;
}
