/* ── RESET ── */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* ── BASE ── */
html {
  font-size: 16px;
}

body {
  background-color: #1e1e1e;
  color: #d4cfbf;
  font-family: 'Georgia', 'Times New Roman', serif;
  line-height: 1.9;
  min-height: 100vh;
}

a {
  color: #d4cfbf;
  text-decoration: none;
}

a:hover {
  color: #ffffff;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

/* ── NAVIGATION ── */
.sh-nav {
  width: 100%;
  padding: 1.2rem 2rem;
  background-color: #1e1e1e;
  border-bottom: 1px solid #2e2e2e;
  display: flex;
  justify-content: center;
}

.sh-nav ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem 2rem;
}

.sh-nav ul li a {
  font-size: 0.75rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #a09e94;
}

.sh-nav ul li a:hover,
.sh-nav ul li a.active {
  color: #d4cfbf;
}

/* ── HERO BANNER ── */
.sh-hero {
  width: 100%;
  max-height: 780px;
  overflow: hidden;
}

.sh-hero img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  object-position: center 35%;
}

/* ── TAGLINE ── */
.sh-tagline {
  text-align: center;
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  color: #6e6c64;
  text-transform: uppercase;
  padding: 2rem 1.5rem 0;
}

/* ── PAGE HEADER ── */
.sh-page-header {
  text-align: center;
  padding: 3rem 1.5rem 0.5rem;
}

.sh-page-header h1 {
  font-size: 0.85rem;
  font-weight: normal;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #6e6c64;
}

/* ── MAIN CONTENT ── */
.sh-content {
  max-width: 580px;
  margin: 3rem auto;
  padding: 0 1.5rem;
}

/* ── HOME FEED ── */
.sh-post-entry {
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #2a2a2a;
}

.sh-post-entry:last-child {
  border-bottom: none;
}

.sh-post-title {
  font-size: 1.1rem;
  font-weight: normal;
  margin-bottom: 0.3rem;
}

.sh-post-title a:hover {
  color: #ffffff;
}

.sh-post-meta {
  font-size: 0.72rem;
  color: #6e6c64;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* ── FREE VERSE POEM TITLE ── */
.sh-poem-title {
  font-size: 1rem;
  font-weight: normal;
  font-style: normal;
  color: #d4cfbf;
  letter-spacing: 0.04em;
  margin-bottom: 1.5rem;
}

/* ── SERIES ── */
.sh-series {
  margin-bottom: 4rem;
  padding-bottom: 4rem;
  border-bottom: 1px solid #2a2a2a;
}

.sh-series:last-child {
  border-bottom: none;
}

.sh-series-title {
  font-size: 0.75rem;
  font-weight: normal;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #6e6c64;
  margin-bottom: 0.3rem;
}

.sh-series-date {
  font-size: 0.72rem;
  color: #444;
  letter-spacing: 0.06em;
  margin-bottom: 2.5rem;
}

/* ── POEMS ── */
.sh-poem {
  margin-bottom: 2.5rem;
}

.sh-poem p {
  font-size: 1rem;
  line-height: 2.1;
  color: #d4cfbf;
  font-style: italic;
}

.sh-free-verse .sh-poem p {
  line-height: 1.6;
}

.sh-poem:last-child {
  margin-bottom: 0;
}

/* ── ABOUT ── */
.sh-about p {
  font-size: 1rem;
  line-height: 1.9;
  color: #a09e94;
  margin-bottom: 1.5rem;
}

.sh-about p:last-child {
  margin-bottom: 0;
}

/* ── ESSAYS ARCHIVE ── */
.sh-essay-entry {
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #2a2a2a;
}

.sh-essay-entry:last-child {
  border-bottom: none;
}

.sh-essay-title {
  font-size: 1.1rem;
  font-weight: normal;
  margin-bottom: 0.3rem;
}

.sh-essay-date {
  font-size: 0.72rem;
  color: #6e6c64;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.sh-empty-state {
  font-size: 0.85rem;
  color: #444;
  font-style: italic;
  text-align: center;
  padding: 3rem 0;
}

/* ── INDIVIDUAL ESSAY ── */
.sh-essay-header {
  text-align: center;
  padding: 3rem 1.5rem 1rem;
  max-width: 580px;
  margin: 0 auto;
}

.sh-essay-header-date {
  font-size: 0.72rem;
  color: #6e6c64;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
}

.sh-essay-header-title {
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.4;
  color: #d4cfbf;
}

.sh-essay-body p {
  font-size: 1rem;
  line-height: 1.9;
  color: #a09e94;
  margin-bottom: 1.5rem;
}

.sh-essay-body p:last-child {
  margin-bottom: 0;
}

.sh-section-break {
  text-align: center;
  color: #444;
  letter-spacing: 0.3em;
  margin: 2.5rem 0;
}

.sh-back-link {
  margin-top: 3rem;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.sh-back-link a {
  color: #6e6c64;
}

.sh-back-link a:hover {
  color: #d4cfbf;
}

/* ── SUBSCRIBE ── */
.sh-subscribe {
  max-width: 580px;
  margin: 4rem auto;
  padding: 2.5rem 1.5rem;
  border-top: 1px solid #2a2a2a;
  border-bottom: 1px solid #2a2a2a;
  text-align: center;
}

.sh-subscribe p {
  font-size: 0.9rem;
  color: #a09e94;
  letter-spacing: 0.04em;
  margin-bottom: 1.5rem;
}

.sh-subscribe-btn {
  display: inline-block;
  border: 1px solid #555;
  color: #a09e94;
  padding: 0.6rem 1.4rem;
  font-family: 'Georgia', serif;
  font-size: 0.8rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.sh-subscribe-btn:hover {
  border-color: #d4cfbf;
  color: #d4cfbf;
}

/* ── FOOTER ── */
.sh-footer {
  text-align: center;
  padding: 2rem 0 3rem;
  font-size: 0.72rem;
  color: #444;
  letter-spacing: 0.06em;
}

/* ── MOBILE ── */
@media (max-width: 600px) {
  .sh-nav {
    padding: 1rem 1rem;
  }

  .sh-nav ul {
    gap: 0.4rem 1rem;
  }

  .sh-nav ul li a {
    font-size: 0.7rem;
  }

  .sh-content {
    padding: 0 1.2rem;
  }

  .sh-essay-header {
    padding: 2rem 1.2rem 1rem;
  }

  .sh-essay-header-title {
    font-size: 1.3rem;
  }
}