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

body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont,
               "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.7;
  color: #1f1f1f;
  background-color: #fffbea;
}

.page {
  max-width: 820px;
  margin: 0 auto;
  padding: 3rem 2rem;
}


article {
  width: 100%;
  max-width: 820px;         
  padding: 3rem 2rem;       
  margin: 0 auto;
}

header {
  margin-bottom: 3rem;
}

header h1 {
  font-size: 2.4rem;
  line-height: 1.2;
  margin-bottom: 0.75rem;
}

header p {
  font-size: 1.05rem;
  color: #444;
}

section {
  margin-bottom: 3rem;
}

section h2 {
  font-size: 1.6rem;
  line-height: 1.3;
  margin-bottom: 1rem;
}

section p {
  margin-bottom: 1rem;
  font-size: 1rem;
}

ul {
  margin-left: 1.25rem;
  margin-bottom: 1.25rem;
}

li {
  margin-bottom: 0.6rem;
}

hr {
  border: none;
  height: 1px;
  background-color: #e5e0c8;
  margin: 2.5rem 0;
}

strong {
  font-weight: 600;
}

em {
  font-style: italic;
  color: #555;
}

.author-presence {
  margin-top: 2.5rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  border-top: 1px solid #e5e0c8;
}

.author-name {
  font-size: 0.95rem;
  font-weight: 600;
  margin-bottom: 0.4rem;
}

.author-links {
  margin-top: 0.6rem;
  font-size: 0.9rem;
}

.author-links a {
  color: #6b5f1a;
  text-decoration: none;
}

.author-links a:hover {
  text-decoration: underline;
}


@media (max-width: 640px) {
  article {
    padding: 2rem 1.25rem;
  }

  header h1 {
    font-size: 2rem;
  }

  section h2 {
    font-size: 1.4rem;
  }
}
