/* jessicagarver only — loaded from jessicagarver.html after shared/site.css.
   Other people never see this file. New York Times print/web cues:
   cream paper, black ink, thin rules, masthead serif, Franklin-like UI. */

@import url("https://fonts.googleapis.com/css2?family=Libre+Franklin:ital,wght@0,400;0,500;0,600;0,700;1,400&family=Playfair+Display:wght@500;600;700&family=Source+Serif+4:ital,opsz,wght@0,8..60,400;0,8..60,600;0,8..60,700;1,8..60,400&display=swap");

:root {
  --navy: #121212;
  --gold: #121212;
  --gold-hi: #121212;
  --cream: #121212;
  --muted: #4a4a4a;
  --paper: #f7f4ef;
  --ink: #121212;
  --rule: #121212;
  --sans: "Libre Franklin", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --serif: "Source Serif 4", "Times New Roman", Times, serif;
  --mast: "Playfair Display", "Times New Roman", serif;
}

html, body {
  background: var(--paper);
  color: var(--ink);
}

/* Top lockup reads like a section label, not a gold brand bar */
.lyknss-bar {
  border-bottom: 1px solid var(--rule);
  padding-bottom: 10px;
}
.lyknss-word .name,
.lyknss-word .tld {
  color: var(--ink);
  font-family: var(--mast);
  font-weight: 600;
  letter-spacing: 0;
}
.lyknss-word .say {
  color: #666;
  font-family: var(--sans);
  text-transform: lowercase;
}

header.top {
  border-bottom: 3px double var(--rule);
  padding-bottom: 10px;
  margin-bottom: 6px;
}
.brand {
  font-family: var(--mast);
  font-size: clamp(26px, 3.2vw, 42px);
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--ink);
}
.tag {
  color: #666;
  font-family: var(--sans);
  letter-spacing: .16em;
}

/* About column = newspaper body */
.about {
  font-family: var(--serif);
  color: var(--ink);
}
.about h2 {
  font-family: var(--sans);
  font-size: 11px;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--ink);
  border-bottom: 1px solid var(--rule);
  padding-bottom: 6px;
}
.about p {
  font-size: 17px;
  line-height: 1.45;
  color: var(--ink);
}
.about p em {
  display: block;
  font-family: var(--serif);
  font-style: italic;
  font-size: 19px;
  line-height: 1.35;
  border-left: 2px solid var(--rule);
  padding-left: 12px;
  margin: 6px 0;
}
.about .source,
.about .source a {
  font-family: var(--sans);
  color: #555;
}

.legend {
  font-family: var(--sans);
  color: #666;
}

/* Live panel = section front: rules, no gold pills */
.panel {
  background: transparent;
  border: 0;
  border-left: 1px solid #d6d1c8;
  border-radius: 0;
  padding: 0 0 0 18px;
}
.panel-head h2 {
  font-family: var(--mast);
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--ink);
}
.panel-head .mini {
  background: var(--ink);
  border-radius: 0;
}
.item {
  font-family: var(--sans);
  border-top: 1px solid #d6d1c8;
  padding: 12px 0;
}
.item .t {
  font-family: var(--serif);
  font-size: 16.5px;
  font-weight: 700;
  color: var(--ink);
}
.item .d {
  font-family: var(--sans);
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #666;
}
.item .s {
  font-family: var(--serif);
  font-size: 14.5px;
  color: #333;
}

footer.page-links,
footer.lyknss-foot {
  color: #666;
  border-top: 1px solid var(--rule);
}
footer.lyknss-foot .name,
footer.lyknss-foot .tld {
  color: var(--ink);
}

/* Keep hub geometry; gold ring becomes a thin ink ring via page vars */
spoke-hub { max-width: 560px; }
.panel-head .mini img,
.panel-head .mini svg {
  width: 20px !important;
  height: 20px !important;
  object-fit: contain;
}
.item img {
  width: 92px !important;
  height: 68px !important;
  object-fit: cover;
  background: #ece8e0;
  border-radius: 0;
}
