/* --- Journal Article Styles (shared by all journal article pages) --- */
/* Loaded after style.css. Self-contained editorial layout in the site palette. */

:root {
  --ivory: #f9fefc;
  --cream: #edf7f0;
  --ink: #2c2c2c;
  --soft-ink: #444;
  --muted-ink: #6f7d76;
  --brass: #afc7b7;
  --brass-soft: #c5d9cf;
  --line: rgba(175, 199, 183, 0.5);
}

body {
  background: var(--ivory);
  color: var(--ink);
  font-family: 'Jost', sans-serif;
  font-weight: 300;
  letter-spacing: 0.01em;
  line-height: 1.75;
  min-height: 100vh;
}

.journal-wrap {
  padding: 7rem 1.5rem 5rem;
}

.page {
  position: relative;
  z-index: 2;
  max-width: 720px;
  margin: 0 auto;
}

/* masthead */
.masthead {
  text-align: center;
  margin-bottom: 4rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid var(--line);
}
.masthead .brand {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-weight: 400;
  font-size: 1.1rem;
  color: var(--brass);
  letter-spacing: 0.08em;
}
.masthead .section-label {
  font-family: 'Jost', sans-serif;
  font-size: 0.65rem;
  text-transform: uppercase;
  letter-spacing: 0.5em;
  color: var(--muted-ink);
  margin-top: 0.5rem;
  padding-left: 0.5em;
}
.masthead .section-label a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease;
}
.masthead .section-label a:hover {
  color: var(--ink);
}

/* article header */
.article-header {
  text-align: center;
  margin-bottom: 3.5rem;
}
.kicker {
  font-family: 'Jost', sans-serif;
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.45em;
  color: var(--brass);
  margin-bottom: 1.75rem;
  padding-left: 0.45em;
}
.journal-wrap h1 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 300;
  font-size: clamp(2.25rem, 5vw, 3.4rem);
  line-height: 1.1;
  letter-spacing: -0.01em;
  margin-bottom: 1.5rem;
  color: var(--ink);
}
.journal-wrap h1 em {
  font-style: italic;
  color: var(--brass);
}
.deck {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-weight: 300;
  font-size: 1.25rem;
  color: var(--soft-ink);
  max-width: 540px;
  margin: 0 auto 2rem;
  line-height: 1.5;
}
.byline {
  font-family: 'Jost', sans-serif;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  color: var(--muted-ink);
  padding-left: 0.3em;
}
.byline span { color: var(--brass); }

/* article body */
.journal-wrap article p {
  font-size: 1.02rem;
  color: var(--soft-ink);
  margin-bottom: 1.5rem;
  line-height: 1.8;
}
.journal-wrap article a {
  color: var(--muted-ink);
  text-decoration: underline;
  text-decoration-color: var(--brass);
  text-underline-offset: 3px;
  transition: color 0.3s ease;
}
.journal-wrap article a:hover {
  color: var(--ink);
}
.journal-wrap article p.lead {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 1.35rem;
  color: var(--ink);
  line-height: 1.5;
  text-align: center;
  margin: 2.5rem 0 3rem;
}
.journal-wrap article p.lead::before,
.journal-wrap article p.lead::after {
  content: '';
  display: block;
  width: 40px;
  height: 1px;
  background: var(--line);
  margin: 1.5rem auto;
}

/* drop cap */
.journal-wrap article > p:first-of-type::first-letter {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 400;
  font-style: italic;
  float: left;
  font-size: 4rem;
  line-height: 0.9;
  padding: 0.35rem 0.75rem 0 0;
  color: var(--brass);
}

.journal-wrap h2 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 400;
  font-style: italic;
  font-size: 2rem;
  line-height: 1.15;
  margin: 3.5rem 0 1.5rem;
  color: var(--ink);
}
.journal-wrap h2::before {
  content: '';
  display: block;
  width: 30px;
  height: 1px;
  background: var(--brass);
  margin-bottom: 1.5rem;
}

.journal-wrap h3 {
  font-family: 'Jost', sans-serif;
  font-weight: 400;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  color: var(--brass);
  margin: 2rem 0 0.5rem;
  padding-left: 0.3em;
}

/* pull quote */
.pullquote {
  margin: 3rem -1rem;
  padding: 2.5rem 1.5rem;
  text-align: center;
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-weight: 300;
  font-size: 1.55rem;
  line-height: 1.4;
  color: var(--ink);
  position: relative;
}
.pullquote::before {
  content: '"';
  display: block;
  font-size: 4rem;
  line-height: 0.5;
  color: var(--brass);
  margin-bottom: 1rem;
  font-weight: 400;
}

/* checklist */
ul.considered {
  list-style: none;
  margin: 1rem 0 2rem;
  padding: 0;
}
ul.considered li {
  padding: 1rem 0 1rem 2rem;
  position: relative;
  font-size: 0.98rem;
  color: var(--soft-ink);
  border-bottom: 1px solid rgba(175, 199, 183, 0.3);
  line-height: 1.7;
}
ul.considered li:last-child { border-bottom: none; }
ul.considered li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 1.6rem;
  width: 14px;
  height: 1px;
  background: var(--brass);
}
ul.considered li strong {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-weight: 500;
  font-size: 1.12rem;
  color: var(--ink);
  display: block;
  margin-bottom: 0.25rem;
}

/* signoff */
.signoff {
  text-align: center;
  margin-top: 4rem;
  padding-top: 3rem;
  border-top: 1px solid var(--line);
}
.signoff p {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 1.15rem;
  color: var(--soft-ink);
  margin-bottom: 1rem;
  text-align: center;
}
.signoff .names {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 400;
  font-style: italic;
  font-size: 1.5rem;
  color: var(--brass);
}

/* CTA */
.cta-block {
  margin-top: 4rem;
  padding: 3rem 2rem;
  background: var(--cream);
  text-align: center;
  border: 1px solid var(--line);
}
.cta-block h3 {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-weight: 300;
  font-size: 1.75rem;
  text-transform: none;
  letter-spacing: 0;
  color: var(--ink);
  padding-left: 0;
  margin: 0 0 1rem;
}
.cta-block p {
  font-size: 0.95rem;
  color: var(--soft-ink);
  margin-bottom: 1.75rem;
}
.cta-link {
  display: inline-block;
  padding: 1rem 2.25rem;
  font-family: 'Jost', sans-serif;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.35em;
  text-decoration: none;
  color: var(--ink);
  border: 1px solid var(--ink);
  transition: all 0.3s ease;
  padding-left: 2.6em;
}
.cta-link:hover {
  background: var(--ink);
  color: var(--ivory);
}
.cta-sub {
  margin-top: 1.6rem;
  font-family: 'Jost', sans-serif;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
.cta-sub a {
  color: var(--muted-ink);
  text-decoration: none;
  border-bottom: 1px solid var(--brass);
  padding-bottom: 2px;
  transition: color 0.3s ease;
}
.cta-sub a:hover { color: var(--ink); }
.cta-sub span.sep {
  color: var(--brass);
  margin: 0 0.9rem;
}

/* ornament */
.ornament {
  text-align: center;
  margin: 3rem 0;
  color: var(--brass);
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  letter-spacing: 1em;
  font-size: 1rem;
  padding-left: 1em;
}

@media (min-width: 600px) {
  .pullquote { margin: 3rem 0; padding: 2.5rem 3rem; }
}
