:root {
  --paper: #ffffff;
  --ink:   #111111;
  --muted: #666666;
  --red:   #cc0000;
  --rule:  #111111;
}
@media (prefers-color-scheme: dark) {
  :root { --paper:#0d0c09; --ink:#e4e0d8; --muted:#888; --red:#dd2020; --rule:#e4e0d8; }
}
:root[data-theme="dark"]  { --paper:#0d0c09; --ink:#e4e0d8; --muted:#888; --red:#dd2020; --rule:#e4e0d8; }
:root[data-theme="light"] { --paper:#ffffff; --ink:#111111; --muted:#666666; --red:#cc0000; --rule:#111111; }

*,*::before,*::after { box-sizing:border-box; margin:0; padding:0; }

body {
  background: var(--paper);
  color: var(--ink);
  font-family: 'Times New Roman', Times, serif;
  font-size: 16px;
  line-height: 1.65;
  padding: 0 1.25rem;
}

a {
  color: inherit;
  text-decoration-color: var(--red);
  text-underline-offset: 2px;
}
a:hover { color: var(--red); }

.masthead {
  max-width: 900px;
  margin: 0 auto;
  padding: .9rem 0 0;
}
.mast-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: .68rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--muted);
  border-bottom: 1px solid var(--rule);
  padding-bottom: .35rem;
  margin-bottom: .4rem;
}
.mast-top a { color: var(--red); text-decoration: none; }

.mast-name {
  text-align: center;
  font-size: clamp(2rem, 7vw, 4.6rem);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .04em;
  line-height: 1;
  margin: .15rem 0;
}
.mast-name a { text-decoration: none; }
.mast-sub {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: .66rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--muted);
  border-top: 1px solid var(--rule);
  border-bottom: 3px double var(--rule);
  padding: .3rem 0;
  margin-bottom: .7rem;
  gap: .5rem;
}
#theme-btn {
  position: fixed;
  top: 1rem;
  right: 1rem;
  z-index: 100;
  background: var(--paper);
  color: var(--muted);
  border: 1px solid var(--rule);
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
  font-size: .85rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.55;
  transition: opacity .2s;
  padding: 0;
}
#theme-btn:hover { opacity: 1; border-color: var(--red); color: var(--red); }

.page { max-width: 900px; margin: 0 auto; }

.art-head {
  text-align: center;
  border-bottom: 4px solid var(--rule);
  padding-bottom: 1.1rem;
  margin-bottom: 1.3rem;
}
.art-eyebrow {
  font-size: .68rem;
  text-transform: uppercase;
  letter-spacing: .2em;
  color: var(--red);
  margin-bottom: .5rem;
  text-align: center;
}
h1 {
  font-size: clamp(1.7rem, 5vw, 2.8rem);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .01em;
  line-height: 1.08;
  text-wrap: balance;
  margin-bottom: .5rem;
}
.art-deck {
  font-style: italic;
  font-size: 1.05rem;
  color: var(--muted);
  max-width: 640px;
  margin: 0 auto .85rem;
  text-wrap: balance;
  text-align: center;
  line-height: 1.45;
}
.art-byline {
  font-size: .7rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--muted);
  border-top: 1px solid var(--rule);
  padding-top: .5rem;
  margin-top: .5rem;
  text-align: center;
}
.art-byline span { color: var(--ink); font-weight: 700; }

.article-body {
  max-width: 680px;
  margin: 0 auto;
  font-size: 1.02rem;
}
p {
  margin-bottom: .9rem;
  text-align: justify;
  hyphens: auto;
}
em { font-style: italic; }
strong { font-weight: 700; }

.drop::first-letter {
  font-size: 4.4em;
  font-weight: 900;
  line-height: .78;
  float: left;
  margin: .04em .1em -.02em 0;
}

.sec-head {
  border-top: 3px solid var(--rule);
  border-bottom: 1px solid var(--rule);
  padding: .5rem 0 .45rem;
  margin: 1.8rem 0 1.1rem;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
}
.sec-head h2 {
  font-size: clamp(1.15rem, 3vw, 1.55rem);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .02em;
}
.sec-tag {
  font-size: .63rem;
  text-transform: uppercase;
  letter-spacing: .18em;
  color: var(--paper);
  background: var(--ink);
  padding: .18rem .5rem;
  white-space: nowrap;
  flex-shrink: 0;
}

.pull {
  display: flex;
  justify-content: center;
  margin: 1.6rem 0;
}
.pull-inner {
  background: var(--red);
  padding: 1.4rem 2.2rem 1.2rem;
  max-width: 720px;
  width: 100%;
  text-align: center;
}
.pull blockquote {
  font-size: clamp(1.05rem, 2.4vw, 1.35rem);
  font-style: italic;
  font-weight: 700;
  line-height: 1.38;
  color: #fff;
}

.faq-block {
  border-top: 3px solid var(--rule);
  margin: 2rem 0 1rem;
  padding-top: .8rem;
}
.faq-block h2 {
  font-size: clamp(1.15rem, 3vw, 1.55rem);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .02em;
  margin-bottom: .8rem;
}
.faq-block details {
  border-bottom: 1px solid var(--rule);
  padding: .75rem 0;
}
.faq-block summary {
  font-weight: 700;
  cursor: pointer;
}
.faq-block details p {
  margin: .55rem 0 0;
  text-align: left;
}

.related {
  border-top: 3px solid var(--rule);
  margin: 2rem 0 0;
  padding-top: .8rem;
}
.related h2 {
  font-size: clamp(1.15rem, 3vw, 1.55rem);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .02em;
  margin-bottom: .7rem;
}
.related ul { list-style: none; }
.related li {
  border-bottom: 1px solid color-mix(in srgb, var(--ink) 15%, transparent);
  padding: .45rem 0;
}
.related a { font-weight: 700; text-decoration: none; }
.related a:hover { color: var(--red); text-decoration: underline; }

.cta-box {
  border: 1px solid var(--rule);
  padding: 1.2rem 1.4rem;
  margin: 1.6rem 0 0;
}
.cta-box p { text-align: left; margin-bottom: .6rem; }
.cta-box p:last-child { margin-bottom: 0; }

.signoff {
  border-top: 3px double var(--rule);
  margin-top: 2rem;
  padding-top: .9rem;
  text-align: right;
}
.signoff-name { font-size: 1.05rem; font-style: italic; font-weight: 700; }
.signoff-role { font-size: .74rem; color: var(--muted); margin-top: .2rem; }

.page-footer {
  max-width: 900px;
  margin: 0 auto;
  border-top: 3px double var(--rule);
  padding: .7rem 0 1.5rem;
  display: flex;
  justify-content: space-between;
  font-size: .66rem;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: var(--muted);
  flex-wrap: wrap;
  gap: .5rem;
}
.page-footer a { color: var(--red); text-decoration: none; }

@media (max-width: 620px) {
  .sec-tag { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  * { transition: none !important; animation: none !important; }
}
