/* =========================================================
   Kindlearth — Canonical Base Styles
   Phase 1: Structure, Typography, Authority
   ========================================================= */

/* -------- Reset / Base -------- */

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 16px;
}

body {
  margin: 0;
  padding: 0;
  background: #f9f9f6; /* off-white / bone */
  color: #222; /* near-black */
  font-family: "Source Serif 4", Georgia, serif;
  line-height: 1.6;
}

/* -------- Layout -------- */

main {
  max-width: 72ch;
  margin: 0 auto;
  padding: 3rem 1.25rem;
}

section,
header,
footer {
  margin-bottom: 3rem;
}

/* -------- Identity Block -------- */

.identity-block {
  margin-bottom: 4rem;
}

.logo {
  font-family: "Source Sans 3", Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
  color: #046a38; /* Kindlearth green */
}

.identity-block h1 {
  font-family: "Source Sans 3", Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.35;
  margin: 0 0 1rem 0;
}

.identity-block .meta {
  max-width: 65ch;
}

/* -------- Headings -------- */

h2 {
  font-family: "Source Sans 3", Helvetica, Arial, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: 1rem;
}

h3 {
  font-family: "Source Sans 3", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
}

/* -------- Body Text -------- */

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

.meta {
  color: #555; /* warm grey */
  font-size: 0.95rem;
}

/* -------- Links -------- */

a {
  color: #222;
  text-decoration: none;
  border-bottom: 1px solid #ccc;
}

a:hover {
  border-bottom-color: #046a38;
}

/* -------- Lists -------- */

ul {
  padding-left: 1.2rem;
}

li {
  margin-bottom: 0.5rem;
}

/* -------- Rules -------- */

hr {
  border: none;
  border-top: 1px solid #ddd;
  margin: 3rem 0;
}

/* -------- Footer -------- */

footer {
  font-size: 0.9rem;
}

footer .logo {
  margin-bottom: 1rem;
}

/* =========================================================
   End of Canonical Base Styles
   ========================================================= */
