/* 🌸 Base layout */
/* Global background */
html, body {
  width: 100%;
  min-height: 100vh;
  margin: 0;
  padding: 0;
  background: #ece8f3 0%,
  );
}
.hero {
  max-width: 640px;
  padding: 2.8rem 3rem;
  background-color: rgba(255, 255, 255, 0.35);
  border-radius: 18px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

body.home {
  display: flex;
  align-items: center;
  justify-content: center;
}
html, body {
  font-family: "Georgia", "Times New Roman", serif;
  background: linear-gradient(
  180deg,
  #ece8f3 0%,
  #e3dfec 100%
);
  color: #2e2a2a;
  max-width: 720px;
  margin: 90px auto;
  padding: 0 26px;
  line-height: 1.85;
}

/* ✨ Headings */
h1 {
  font-size: 2.4em;
  font-weight: normal;
  margin-bottom: 0.25em;
  color: #3f3a63; /* inked violet */
}
h2 {
  color: #3f3a63;
  font-weight: normal;
  font-size: 1.4em;
  margin-top: 2.5em;
}
h3 {
  font-size: 1.05em;          /* smaller than h2 */
  font-weight: normal;
  margin-top: 1.6em;
  margin-bottom: 0.4em;
  color: #3f3a63;             /* same lavender ink as h1 & h2 */
}
strong {
  color: #3f3a63;
  font-weight: normal;
}

/* 💬 Paragraphs */
p {
  margin-bottom: 1.5em;
}

/* 🧭 Navigation */
nav {
  margin: 35px 0 55px 0;
}

nav a {
  color: #6f63b6; /* warm bookish lavender */
  text-decoration: none;
  margin-right: 18px;
  font-size: 0.95em;
  letter-spacing: 0.02em;
}

nav a:hover {
  text-decoration: underline;
}

/* 🔗 Links */
a {
color: #6f63b6; /* warm bookish lavender */

}

a:hover {
  text-decoration: underline;
}

/* 📋 Lists */
ul {
  padding-left: 20px;
}

li {
  margin-bottom: 0.9em;
}

/* 🌙 Soft text */
small, em {
  color: #6f6670;
}

/* 🪶 Footer */
footer {
  margin-top: 90px;
  text-align: center;
  color: #9a8f9c;
  font-size: 0.85em;
}
small {
  font-style: italic;
}
main.post {
  margin-top: 60px;
}

p.intro {
  font-style: italic;
  margin-bottom: 2.2em;
  color: #7a758a;
}

section {
  margin-bottom: 2.5em;
}

section h2 {
  font-size: 1.2em;
  margin-bottom: 0.4em;
  color: #3f3a63;
}
.story {
  max-width: 680px;
  margin: 0 auto;
  line-height: 1.8;
  font-size: 1rem;
}

.story p {
  margin-bottom: 1.5em;
}

.subtitle {
  font-style: italic;
  opacity: 0.8;
  margin-bottom: 3rem;
}
.short-piece {
  max-width: 680px;
  margin: 0 auto;
}
