/* === style.css (partial) === */
body {
  background-color: #fafafa;
  background-image: url('background-texture.png');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: top center;
  background-size: cover;
  font-family: "Source Serif Pro", Georgia, serif;
  font-size: 18px;
  line-height: 1.7;
  color: #111;
  margin: 0;
  padding: 0;
  text-align: center;
}

.site-header .header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2rem;
  max-width: 1000px;
  margin: 0 auto;
}

.site-header a {
  text-decoration: none;
  color: #000;
  font-weight: bold;
  font-size: 18px;
  margin: 0 1rem;
}

.intro h1,
.hero-title {
  font-size: 2.5rem;
  margin-top: 2rem;
}

.optin-form {
  margin-top: 1rem;
}

.optin-form input[type="email"] {
  padding: 0.6rem;
  border: none;
  width: 250px;
  font-size: 1rem;
}

.optin-form button {
  background: #111;
  color: #fff;
  border: none;
  padding: 0.6rem 1rem;
  font-size: 1rem;
  cursor: pointer;
}

.site-footer {
  font-size: 0.8rem;
  color: #777;
  opacity: 0.45;
  margin-top: 6rem;
  text-align: center;
  padding-bottom: 2rem;
}

/* --------------------
   Trilogy Links (Editorial Styling)
-------------------- */

.latest-5 a {
  color: #111;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
  opacity: 0.82;
  transition: opacity 0.15s ease;
}

.latest-5 a:hover {
  opacity: 1;
}

.latest-5 p {
  margin-bottom: 1.4rem;
}
/* --------------------
   Front Page Signals Block (Trilogy)
-------------------- */

/* Subtle label above trilogy links */
.signal-label {
  font-size: 0.9rem;
  color: #666;
  margin-top: 3rem;
  margin-bottom: 1.5rem;
}

/* Trilogy links - refined */
.signal-link {
  margin: 1.2rem 0;
}

.signal-link a {
  color: #111;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  opacity: 0.85;
  transition: all 0.2s ease;
}

.signal-link a:hover {
  opacity: 1;
  text-decoration-thickness: 1.5px;
}

/* Email opt-in disclaimer */
.disclaimer {
  font-size: 0.85rem;
  color: #666;
  margin-top: 3rem;
}
/* === SIGNAL BODY STYLES === */

.signal-body {
  max-width: 680px;
  margin: 4rem auto;
  padding: 0 1rem;
  text-align: left;
  font-size: 1.05rem;
  line-height: 1.8;
  color: #111;
}

.signal-body h1.signal-title {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 2.5rem;
  text-align: left;
}

.signal-body h2 {
  font-size: 1.4rem;
  margin-top: 3rem;
  margin-bottom: 1rem;
  font-weight: 600;
}

.signal-body p {
  margin-bottom: 1.5rem;
}

.signal-body blockquote {
  margin: 2rem 0;
  padding-left: 1.25rem;
  border-left: 3px solid #ccc;
  color: #555;
  font-style: italic;
}

.signal-body hr {
  margin: 3rem 0;
  border: none;
  border-top: 1px solid #ddd;
}
/* === POST ALIGNMENT OVERRIDES === */
.single-post .entry-content,
.single-post .content-area {
  text-align: left;
}
/* === SIGNAL BODY STYLES === */

.signal-body {
  max-width: 680px;
  margin: 4rem auto;
  padding: 0 1rem;
  text-align: left;
  font-size: 1.05rem;
  line-height: 1.8;
  color: #111;
}

.signal-body,
.signal-body p,
.signal-body h1,
.signal-body h2 {
  text-align: left;
}

.signal-body h1.signal-title {
  font-size: 2.4rem;
  line-height: 1.25;
  font-weight: 700;
  margin-bottom: 3rem;
}

.signal-body h2 {
  font-size: 1.4rem;
  margin-top: 3rem;
  margin-bottom: 1rem;
  font-weight: 600;
}

.signal-body p {
  margin-bottom: 1.02rem;
}

/* Compress repeated short lines (clusters) */
.signal-body p:has(+ p):has(+ p) {
  margin-bottom: 0.6rem;
}


.signal-body blockquote {
  margin: 2rem 0;
  padding-left: 1.25rem;
  border-left: 3px solid #ccc;
  color: #555;
  font-style: italic;
}

.signal-body hr {
  margin: 3rem 0;
  border: none;
  border-top: 1px solid #ddd;
}

.single-post .entry-content,
.single-post .content-area {
  text-align: left !important;
}

.signal-body p:first-of-type {
  font-size: 1.15rem;
}
/* === MANIFESTO PAGE === */

.manifesto-page {
  max-width: 700px;
  margin: 4rem auto;
  padding: 0 1.5rem;
  text-align: left;
}

.manifesto-body {
  font-size: 1.05rem;
  line-height: 1.85;
  color: #111;
}

.manifesto-body p {
  margin-bottom: 1.4rem;
}

.manifesto-body p br {
  line-height: 2.2;
}
/* === ARTICLES PAGE === */

.articles-page {
  max-width: 700px;
  margin: 4rem auto;
  padding: 0 1.5rem;
  font-size: 1.05rem;
  line-height: 1.75;
  color: #111;
}

.articles-header {
  text-align: center;
  margin-bottom: 3rem;
}

.articles-header h1 {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}

.articles-header p {
  font-size: 1rem;
  opacity: 0.8;
  margin: 0;
}

.articles-list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.article-entry a {
  font-weight: 600;
  font-size: 1.15rem;
  text-decoration: none;
  color: #111;
  border-bottom: 1px solid transparent;
}

.article-entry a:hover {
  border-color: #999;
}

.article-date {
  font-size: 0.9rem;
  color: #777;
  margin-top: 0.25rem;
}

.no-signals {
  text-align: center;
  opacity: 0.5;
  font-style: italic;
  margin-top: 4rem;
}
/* === ARTICLES PAGE STYLES === */

.signal-archive {
  max-width: 680px;
  margin: 4rem auto;
  padding: 0 1rem;
  font-size: 1.05rem;
  line-height: 1.7;
  color: #111;
}

.archive-header {
  margin-bottom: 3rem;
  text-align: center;
}

.archive-header h1 {
  font-size: 2rem;
  margin-bottom: 1rem;
}

.archive-header p {
  color: #666;
  font-size: 1rem;
  line-height: 1.6;
}

.signal-entry {
  margin-bottom: 2.5rem;
}

.signal-entry h2 {
  font-size: 1.3rem;
  margin-bottom: 0.3rem;
  font-weight: 600;
}

.signal-entry h2 a {
  text-decoration: none;
  color: inherit;
  border-bottom: 1px solid #ccc;
}

.signal-entry h2 a:hover {
  border-color: #111;
}

.signal-entry time {
  font-size: 0.9rem;
  color: #888;
}

.archive-footer {
  margin-top: 4rem;
  font-size: 0.95rem;
  color: #666;
  text-align: center;
}
