/* Interim kesiya.com pages — same editorial mood the storefront will use. */
* { box-sizing: border-box; }
body {
  font-family: system-ui, -apple-system, "Segoe UI", sans-serif;
  margin: 0;
  background: #faf7f2;
  color: #3d2b1f;
  line-height: 1.7;
}
main { max-width: 680px; margin: 0 auto; padding: 3rem 1.5rem 4rem; }
h1 { font-family: Georgia, "Times New Roman", serif; font-weight: 600; font-size: 1.9rem; margin: 0 0 0.4rem; }
h2 { font-size: 1.1rem; margin: 2rem 0 0.4rem; }
p, li { margin: 0.4rem 0; }
a { color: #3d2b1f; }
.brand { letter-spacing: .3em; font-weight: 600; text-decoration: none; font-size: .9rem; }
.muted { color: #8a7a6d; font-size: .85rem; }
footer { max-width: 680px; margin: 0 auto; padding: 0 1.5rem 3rem; font-size: .85rem; color: #8a7a6d; }
footer a { color: #8a7a6d; margin-right: 1rem; }
.center { min-height: 70vh; display: flex; align-items: center; justify-content: center; text-align: center; }
