/* =================================
   DEVRAZOR – FOUNDATION STYLES
   ================================= */

:root {
  --bg: #f7f7f5;
  --text: #1c1c1c;
  --muted: #6a6a6a;
  --accent: #3a4a5a;
  --border: #e3e3df;

  --max-width: 720px;
}

/* =================================
   GLOBAL RESET
   ================================= */

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.65;
}

/* =================================
   LAYOUT
   ================================= */

.container {
  max-width: var(--max-width);
  margin: auto;
  padding: 40px 20px;
}

/* =================================
   NAVIGATION
   ================================= */

.site-header {
  border-bottom: 1px solid var(--border);
  background: var(--bg);
}

.nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.brand {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
  text-decoration: none;
  color: var(--text);
  font-weight: 600;
}

.nav-links a {
  margin-left: 24px;
  text-decoration: none;
  color: var(--muted);
  font-size: 15px;
}

.nav-links a:hover {
  color: var(--text);
}

/* =================================
   ESSAY HEADER
   ================================= */

.essay-header {
  margin-bottom: 48px;
}

.eyebrow {
  color: var(--muted);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.essay-title {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 38px;
  line-height: 1.2;
  margin: 10px 0 16px 0;
}

.essay-subtitle {
  font-size: 18px;
  color: var(--muted);
  max-width: 600px;
}

.essay-meta {
  margin-top: 14px;
  color: var(--muted);
  font-size: 14px;
}

.dot {
  margin: 0 6px;
}

/* =================================
   ESSAY BODY
   ================================= */

.essay-body {
  font-size: 18px;
}

.essay-body p {
  margin: 20px 0;
}

.lede {
  font-size: 20px;
  line-height: 1.6;
}

.essay-body h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  margin-top: 40px;
}

.essay-body ul {
  padding-left: 20px;
}

.essay-body li {
  margin: 10px 0;
}

/* =================================
   QUOTE
   ================================= */

.pull-quote {
  border-left: 3px solid var(--accent);
  padding-left: 20px;
  margin: 40px 0;
  font-style: italic;
  color: var(--muted);
}

/* =================================
   DIVIDER
   ================================= */

.essay-divider {
  border: none;
  border-top: 1px solid var(--border);
  margin: 50px 0;
}

/* =================================
   FOOTER
   ================================= */

.site-footer {
  border-top: 1px solid var(--border);
  margin-top: 80px;
}

.footer-text {
  text-align: center;
  font-size: 14px;
  color: var(--muted);
}

/* =================================
   LINKS
   ================================= */

a {
  color: var(--accent);
}

a:hover {
  text-decoration: underline;
}

/* =================================
   ACCESSIBILITY
   ================================= */

.skip-link {
  position: absolute;
  left: -999px;
}

.skip-link:focus {
  left: 20px;
  top: 20px;
  background: white;
  padding: 8px 12px;
  border: 1px solid var(--border);
}

.pdf-link {
  text-decoration: none;
  color: var(--accent);
  font-weight: 500;
}

.pdf-link:hover {
  text-decoration: underline;
}

/* =================================
   HOME / LISTING CARDS
   ================================= */

.home-title {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 40px;
  line-height: 1.15;
  margin: 0 0 18px 0;
  max-width: 780px;
}

.home-subtitle {
  font-size: 18px;
  color: var(--muted);
  max-width: 680px;
  margin: 0;
  margin-top: 18px;
}

.home-section-head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 16px;
}

.home-link {
  font-size: 14px;
  color: var(--muted);
  text-decoration: none;
}

.home-link:hover {
  color: var(--text);
  text-decoration: underline;
}

.essay-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
  margin-top: 18px;
}

.essay-card {
  padding: 18px 18px;
  border: 1px solid var(--border);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.35);
}

.essay-card-eyebrow {
  margin: 0 0 8px 0;
  font-size: 13px;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.essay-card-title {
  margin: 0 0 10px 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  line-height: 1.25;
}

.essay-card a {
  text-decoration: none;
  color: inherit;
}

.essay-card:hover {
  border-color: #d5d5d1;
  background: rgba(255,255,255,0.6);
}

.essay-card-title a:hover {
  text-decoration: underline;
}

.essay-card-abstract {
  margin: 0 0 12px 0;
  color: var(--muted);
  font-size: 16px;
}

.essay-card-meta {
  margin: 0;
  font-size: 14px;
  color: var(--muted);
}

.muted {
  color: var(--muted);
}

.home-author {
  margin-top: 28px;
  font-size: 15px;
  color: var(--muted);
}

/* =================================
   BRAND LOGO
   ================================= */

/* BRAND LOGO – make it readable */
.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
}

.brand-logo {
  height: 34px;          /* was ~22px */
  width: auto;
  display: block;
}

.brand-name {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;       /* slightly up */
  font-weight: 650;
  color: var(--text);
}

/* =================================
   PAGE HEAD + TOOLBAR
   ================================= */

.page-head {
  margin-bottom: 26px;
}

.page-title {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 34px;
  line-height: 1.2;
  margin: 0 0 10px 0;
}

.page-subtitle {
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  max-width: 680px;
}

.toolbar {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 22px 0 12px 0;
}

.filter-label {
  font-size: 14px;
  color: var(--muted);
}

.filter-select {
  background: transparent;
  border: 1px solid var(--border);
  padding: 8px 10px;
  border-radius: 8px;
  font-size: 14px;
  color: var(--text);
}

/* =================================
   HOME MANIFESTO SPACING
   ================================= */

.home-manifesto {
  margin-top: 20px;
}

.home-manifesto p:last-child {
  margin-bottom: 10px;
}

/* =================================
   EDITORIAL RAIL (subtle)
   ================================= */

.home-manifesto,
.home-section {
  border-left: 2px solid var(--border);
  padding-left: 18px;
}

.home-section-head {
  padding-left: 0; /* keeps alignment clean */
}

.contact-links {
  list-style: none;
  padding: 0;
}

.contact-links li {
  margin: 10px 0;
}

.contact-links a {
  color: #333;
  text-decoration: none;
  border-bottom: 1px solid #ccc;
}

.contact-links a:hover {
  border-bottom: 1px solid #000;
}

.author-block {
  display: flex;
  gap: 24px;
  align-items: flex-start;
  margin-top: 20px;
}

.author-photo {
  width: 150px;
  border-radius: 4px;
}

.author-text {
  flex: 1;
}

.author-links {
  margin-top: 10px;
  font-size: 0.9rem;
}