body {
  background-color: #faf3e0;
  color: #333;
  font-family: 'Cardo', serif;
  font-size: 1.2rem;
  line-height: 1.7;
}

h1, h2, h3, h4 {
  color: #000;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

a {
  color: inherit;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

.container-narrow {
  max-width: 720px;
  margin: 0 auto;
  padding: 2rem 1rem;
}

/* Newspaper Style Elements */
.masthead {
  border-bottom: 4px solid #000;
  padding-bottom: 2rem;
  margin-bottom: 0rem;
}

.masthead h1 {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 3.5rem;
  letter-spacing: -0.02em;
  margin: 0;
}

.tagline {
  font-style: italic;
  font-size: 1.1rem;
  margin: 1rem 0;
  color: #666;
}

.nav-bar {
  border-top: 2px solid #000;
  border-bottom: 1px solid #000;
  padding: 0.75rem 0;
  margin: 1.5rem 0;
}

.nav-bar a {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 0.9rem;
  letter-spacing: 0.5px;
  text-decoration: none;
  padding: 0.4em 0.8em;
  display: inline-block;
  border-right: 1px solid #ccc;
}


.nav-bar a:last-child {
  border-right: none;
}

.nav-bar a:hover {
  background-color: #000;
  color: #faf3e0;
  border-radius: 4px;
  display: inline-block;
  text-decoration: none;
}

.nav-bar a.active {
  background-color: #D7613C;
  color: #faf3e0;
}

.nav-bar a.active {
  background-color: #D7613C;
  color: #faf3e0;
  padding: 0.4em 0.8em;
  border-radius: 4px;
  display: inline-block;
  text-decoration: none;
}

/* Breadcrumb */
.breadcrumb-section {
  border-bottom: 1px solid #ccc;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
}

.breadcrumb {
  font-family: 'Inter', sans-serif;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  color: #666;
  margin: 0;
}

.breadcrumb a {
  color: #D7613C;
  text-decoration: none;
}

.breadcrumb a:hover {
  text-decoration: underline;
}

/* Page Header */
.page-header {
  margin-bottom: 0;
}

.page-title {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 1.2;
  margin-bottom: 0;
  margin-top: 0;
}

.page-meta {
  font-family: 'Inter', sans-serif;
  font-size: 0.9rem;
  color: #D7613C;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 1.5rem;
}

.page-excerpt {
  font-size: 1.3rem;
  line-height: 1.5;
  color: #555;
  font-style: italic;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 2px solid #000;
}

/* Article Listings */
.article-listing {
  margin-bottom: 0rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #ddd;
}

.article-listing:last-child {
  border-bottom: none;
}

.article-title {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.3;
  margin-bottom: 0.5rem;
}

.article-title a {
  text-decoration: none;
  color: #333;
}

.article-title a:hover {
  text-decoration: underline;
}

.article-meta {
  font-family: 'Inter', sans-serif;
  font-size: 0.9rem;
  color: #D7613C;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 0.75rem;
}

.article-excerpt {
  font-size: 1.1rem;
  line-height: 1.6;
  color: #444;
}


/* Article Content */
.article-content {
  margin-bottom: 3rem;
}

.article-content h2 {
  font-size: 1.8rem;
  margin-top: 3rem;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid #ccc;
  padding-bottom: 0.5rem;
}

.article-content h3 {
  font-size: 1.4rem;
  margin-top: 2.5rem;
  margin-bottom: 1rem;
}

.article-content p {
  margin-bottom: 1.5rem;
}

.article-content blockquote {
  border-left: 4px solid #D7613C;
  padding-left: 2rem;
  margin: 2rem 0;
  font-style: italic;
  color: #555;
}

.article-content ul, .article-content ol {
  margin-bottom: 1.5rem;
  padding-left: 2rem;
}

.article-content li {
  margin-bottom: 0.5rem;
}

/* Navigation Footer */
.article-nav {
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  padding: 1.5rem 0;
  margin: 3rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav-link-wrapper {
  flex: 1;
}

.nav-link-wrapper.next {
  text-align: right;
}

.nav-label {
  font-family: 'Inter', sans-serif;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  color: #666;
  margin-bottom: 0.25rem;
}

.nav-title {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 1rem;
  color: #000;
  text-decoration: none;
}

.nav-title:hover {
  color: #D7613C;
}

/* Back to Index */
.back-to-index {
  text-align: center;
  margin: 2rem 0;
}

.back-to-index a {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 0.9rem;
  letter-spacing: 0.5px;
  text-decoration: none;
  padding: 0.75rem 2rem;
  border: 2px solid #000;
  color: #000;
  transition: all 0.3s ease;
}

.back-to-index a:hover {
  background-color: #000;
  color: #faf3e0;
}



/* Footer */
.footer {
  border-top: 2px solid #000;
  padding-top: 2rem;
  margin-top: 3rem;
  text-align: center;
}

.footer small {
  font-family: 'Inter', sans-serif;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.social-links {
  margin-bottom: 1.5rem;
}

.social-links a {
  font-family: 'Inter', sans-serif;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  text-decoration: none;
  padding: 0 0.75rem;
  border-right: 1px solid #ccc;
  color: #666;
  transition: color 0.3s ease;
}

.social-links a:last-child {
  border-right: none;
}

.social-links a:hover {
  color: #D7613C;
}

/* Responsive Design */
@media (max-width: 768px) {
  .masthead h1 {
    font-size: 2.5rem;
  }

  .social-links a {
    padding: 0 0.5rem;
    font-size: 0.8rem;
  }

  .nav-bar a {
    padding: 0 0.5rem;
    font-size: 0.8rem;
  }

  .page-title {
    font-size: 2rem;
  }

  .article-nav {
    flex-direction: column;
    gap: 1.5rem;
  }

  .nav-link-wrapper.next {
    text-align: left;
  }
}