/*
Theme Name: SUPERCHOMP
Theme URI: https://www.superchomp.tv
Author: You
Description: A trifold-style food zine theme in monochrome.
Version: 1.0
*/

/* Base Styles */
body {
  margin: 0;
  font-family: 'Crimson Text', serif;
  font-size: 18px;
  line-height: 1.6;
  color: #111;
  background: #fff;
}

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

/* Site Header */
.site-header {
  text-align: center;
  padding: 2rem 1rem 1rem;
  border-bottom: 1px solid #ddd;
}

.site-title {
  font-family: 'Crimson Text', serif;
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 1px;
  margin: 0;
}

.site-title a {
  text-decoration: none;
  color: #000;
}

/* Section Titles with Checker Background */
.section-title {
  font-family: 'Crimson Text', serif;
  font-size: 1.8rem;
  color: #0a481e; /* dark green */
  text-transform: uppercase;
  margin-top: 3rem;
  padding: 1rem 0;
  border-top: 12px solid red;
  background-image: url('checker.svg');
  background-repeat: repeat-x;
  background-size: auto 16px;
}

/* Section Title Links */
.section-title a {
  color: #0a481e;
  text-decoration: none;
}

.section-title a:hover {
  color: #0a481e;
}

.section-title a:active,
.section-title a:visited {
  color: red;
}

/* Article Previews */
.article-preview {
  margin: 1.5rem 0;
}

.article-preview h3 {
  margin-bottom: 0.3rem;
  font-size: 1.25rem;
}

.article-preview h3 a {
  text-decoration: none;
  color: #111;
}

.article-preview .teaser {
  font-style: italic;
  color: #444;
  margin-top: 0.3rem;
}

/* Single Article */
.single-article {
  max-width: 700px;
  margin: 2rem auto;
  padding: 1rem;
}

.article-title {
  font-size: 2rem;
  margin-bottom: 1rem;
  font-weight: 700;
}

.featured-image img {
  width: 100%;
  height: auto;
  margin-bottom: 1rem;
}

.article-content {
  margin-top: 1rem;
}

.article-meta {
  font-size: 0.9rem;
  color: #555;
  margin-top: 2rem;
}

.back-link a {
  color: red;
  text-decoration: none;
  border-bottom: 1px dashed red;
}

/* Category Archive */
.category-archive {
  max-width: 800px;
  margin: 0 auto;
  padding: 1rem;
}

.archive-thumbnail img {
  max-width: 100%;
  height: auto;
  margin-bottom: 0.5rem;
}

.pagination {
  margin-top: 2rem;
  text-align: center;
}

/* Footer */
.site-footer {
  text-align: center;
  font-size: 0.9rem;
  color: #666;
  padding: 2rem 1rem;
  border-top: 1px solid #ccc;
  margin-top: 4rem;
}

/* Error Page */
.error-404 h1 {
  font-size: 2.5rem;
  margin-bottom: 1rem;
}

.error-404 a:hover {
  color: darkred;
}
