@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;500&family=EB+Garamond:ital,wght@0,400;0,500;1,400&display=swap');

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

:root {
  --marble: #F5F2ED;
  --ivory: #FDFBF8;
  --vellum: #EDE8E0;
  --vein: #C8C0B2;
  --deep-athena: #1A3A5C;
  --athenian: #2A5298;
  --gold: #C9A84C;
  --bronze: #8c6d31;
  --night: #111C2B;
  --charcoal: #2C2A26;
  --body-text: #3A3630;
  --muted: #7A7468;
}

html { font-size: 21px; }

body {
  background: var(--marble);
  color: var(--body-text);
  font-family: 'EB Garamond', Georgia, serif;
  min-height: 100vh;
  position: relative;
}

body::before {
  content: '';
  position: fixed;
  inset: 0;
  background-image: url('/assets/marble-bg.webp');
  background-size: cover;
  background-position: center top;
  background-attachment: fixed;
  opacity: 0.45;
  z-index: 0;
  pointer-events: none;
}

/* ─── Mobile overrides ──────────────────────────────────────────────────── */

#bg-graph { display: none; }

nav {
  padding: 28px 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(200,192,178,0.5);
  animation: fadeIn 0.8s ease both;
  position: relative; z-index: 10;
}

.nav-wordmark {
  font-family: 'Cinzel', serif;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.18em;
  color: var(--deep-athena);
  text-transform: uppercase;
  flex-shrink: 0;
  white-space: nowrap;
  margin-right: 24px;
}

.nav-logo {
  height: 48px;
  width: auto;
  display: block;
}

.nav-links {
  display: flex;
  flex-wrap: nowrap;
  gap: 32px;
  list-style: none;
}

.nav-links a {
  font-family: 'EB Garamond', serif;
  font-size: 20px;
  color: var(--muted);
  text-decoration: none;
  letter-spacing: 0.02em;
  transition: color 0.2s;
}

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

.nav-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 6px;
  color: var(--deep-athena);
  font-size: 22px;
  line-height: 1;
}

@media (max-width: 1280px) {
  .nav-links { gap: 22px; }
  .nav-links a { font-size: 17px; }
}

@media (max-width: 1100px) {
  .nav-links { gap: 14px; }
  .nav-links a { font-size: 15px; }
}

@media (max-width: 960px) {
  .nav-links { gap: 10px; }
  .nav-links a { font-size: 13px; }
}

.hero {
  max-width: 860px;
  margin: 0 auto;
  padding: 96px 64px 80px;
  animation: riseIn 1s ease 0.2s both;
  position: relative; z-index: 1;
}

.hero-rule {
  width: 32px;
  height: 1px;
  background: var(--bronze);
  margin-bottom: 40px;
}

.declaration {
  font-family: 'Cinzel', serif;
  font-size: clamp(26px, 3.4vw, 39px);
  font-weight: 400;
  color: var(--deep-athena);
  line-height: 1.45;
  letter-spacing: 0.01em;
  margin-bottom: 52px;
  max-width: 720px;
}

.blurb {
  font-size: 25px;
  line-height: 1.8;
  color: var(--body-text);
  max-width: 600px;
  margin-bottom: 44px;
}

.blurb em {
  font-style: italic;
  color: var(--deep-athena);
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 28px;
}

.btn-primary {
  font-family: 'Cinzel', serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ivory);
  background: var(--deep-athena);
  border: none;
  padding: 14px 28px;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  transition: background 0.2s;
}

.btn-primary:hover { background: var(--athenian); }

.btn-ghost {
  font-family: 'EB Garamond', serif;
  font-size: 21px;
  color: var(--muted);
  text-decoration: none;
  letter-spacing: 0.02em;
  border-bottom: 1px solid transparent;
  transition: all 0.2s;
}

.btn-ghost:hover { color: var(--deep-athena); border-bottom-color: var(--vein); }

.agent-note {
  margin-top: 32px;
  font-family: 'EB Garamond', serif;
  font-size: 15px;
  color: var(--muted);
  font-style: italic;
  max-width: 520px;
}

.agent-note code {
  font-family: monospace;
  font-size: 13px;
  font-style: normal;
  color: var(--deep-athena);
  background: rgba(26,58,92,0.06);
  padding: 1px 5px;
  border-radius: 2px;
}

.section-divider {
  max-width: 860px;
  margin: 0 auto;
  padding: 0 64px;
  position: relative; z-index: 1;
}

.section-divider hr {
  border: none;
  border-top: 1px solid var(--vein);
}

.essay-section {
  max-width: 860px;
  margin: 0 auto;
  padding: 72px 64px;
  animation: riseIn 1s ease 0.5s both;
  position: relative; z-index: 1;
}

.section-label {
  font-family: 'Cinzel', serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--bronze);
  margin-bottom: 28px;
}

.essay-byline {
  font-family: 'EB Garamond', serif;
  font-size: 18px;
  color: var(--muted);
  letter-spacing: 0.04em;
  margin-bottom: 16px;
  font-style: italic;
}

.essay-title {
  font-family: 'Cinzel', serif;
  font-size: clamp(23px, 2.6vw, 31px);
  font-weight: 400;
  color: var(--deep-athena);
  line-height: 1.4;
  letter-spacing: 0.02em;
  margin-bottom: 24px;
  max-width: 560px;
}

.essay-excerpt {
  font-size: 23px;
  line-height: 1.85;
  color: var(--body-text);
  max-width: 580px;
  margin-bottom: 28px;
  border-left: 2px solid var(--vein);
  padding-left: 24px;
}

.essay-link {
  font-family: 'EB Garamond', serif;
  font-size: 21px;
  color: var(--athenian);
  text-decoration: none;
  letter-spacing: 0.02em;
  border-bottom: 1px solid rgba(42,82,152,0.3);
  transition: border-color 0.2s;
}

.essay-link:hover { border-bottom-color: var(--athenian); }

.principles-section {
  background: var(--night);
  padding: 72px 64px;
  animation: riseIn 1s ease 0.7s both;
  position: relative; z-index: 1;
}

.principles-inner {
  max-width: 860px;
  margin: 0 auto;
}

.principles-section .section-label {
  color: rgba(201,168,76,0.7);
}

.principles-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: rgba(255,255,255,0.04);
  margin-top: 32px;
}

.principle {
  padding: 32px 28px;
  background: var(--night);
}

.principle-name {
  font-family: 'Cinzel', serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(201,168,76,0.85);
  margin-bottom: 12px;
}

.principle-text {
  font-size: 20px;
  line-height: 1.7;
  color: rgba(196,204,216,0.65);
  font-family: 'EB Garamond', serif;
}

.participants-section {
  max-width: 860px;
  margin: 0 auto;
  padding: 72px 64px;
  animation: riseIn 1s ease 0.9s both;
  position: relative; z-index: 1;
}

.participants-note {
  font-size: 22px;
  line-height: 1.8;
  color: var(--body-text);
  max-width: 560px;
  margin-bottom: 36px;
}

.participant-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.participant-tag {
  font-family: 'Cinzel', serif;
  font-size: 13px;
  letter-spacing: 0.12em;
  color: var(--deep-athena);
  border: 1px solid var(--vein);
  padding: 6px 14px;
  text-transform: uppercase;
  cursor: default;
  transition: all 0.15s;
}

.participant-tag:hover {
  background: rgba(26,58,92,0.05);
  border-color: rgba(26,58,92,0.3);
}

footer {
  background: #0D1621;
  padding: 36px 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative; z-index: 1;
}

.footer-wordmark {
  font-family: 'Cinzel', serif;
  font-size: 13px;
  letter-spacing: 0.20em;
  color: rgba(74,106,138,0.6);
  text-transform: uppercase;
}

.footer-note {
  font-family: 'EB Garamond', serif;
  font-size: 17px;
  color: rgba(74,106,138,0.4);
  font-style: italic;
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes riseIn {
  from { opacity: 0; transform: translateY(16px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Article/prose content area */
.prose {
  max-width: 860px;
  margin: 0 auto;
  padding: 72px 64px 96px;
  position: relative;
  z-index: 1;
}

.prose p {
  font-family: 'EB Garamond', Georgia, serif;
  font-size: 25px;
  line-height: 1.75;
  color: var(--body-text);
  margin-bottom: 1.4em;
}

.prose em { font-style: italic; }
.prose strong { font-weight: 500; }

.prose a {
  color: var(--athenian);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s;
}
.prose a:hover { border-bottom-color: var(--vein); }

.prose blockquote {
  border-left: 3px solid var(--vein);
  padding-left: 1.5em;
  margin: 2em 0;
  color: var(--muted);
  font-style: italic;
}

.prose ul, .prose ol {
  margin: 1em 0 1.4em 1.5em;
}
.prose li {
  font-family: 'EB Garamond', Georgia, serif;
  font-size: 25px;
  line-height: 1.7;
  margin-bottom: 0.4em;
}

.prose hr {
  border: none;
  border-top: 1px solid rgba(200,192,178,0.4);
  margin: 2.5em 0;
}

.prose h1, .prose h2, .prose h3, .prose h4 {
  font-family: 'Cinzel', serif;
  color: var(--deep-athena);
  font-weight: 400;
  line-height: 1.25;
  margin-top: 2.2em;
  margin-bottom: 0.7em;
  letter-spacing: 0.03em;
}

.prose h1 { font-size: clamp(29px, 3.1vw, 39px); }
.prose h2 { font-size: clamp(22px, 2.3vw, 29px); }
.prose h3 { font-size: 23px; }
.prose h4 { font-size: 21px; font-weight: 500; }

/* Forms */
.contact-form, .subscribe-form {
  max-width: 560px;
  margin-top: 2em;
}

.form-field {
  margin-bottom: 1.4em;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.form-field label {
  font-family: 'Cinzel', serif;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
}

.form-optional, .form-required { font-size: 10px; }
.form-required { color: var(--gold); }

.form-field input, .form-field textarea {
  font-family: 'EB Garamond', serif;
  font-size: 17px;
  color: var(--body-text);
  background: rgba(255,255,255,0.7);
  border: 1px solid var(--vein);
  padding: 10px 14px;
  outline: none;
  transition: border-color 0.2s;
  width: 100%;
}

.form-field input:focus, .form-field textarea:focus {
  border-color: var(--deep-athena);
}

.form-field textarea { resize: vertical; }

.form-honeypot { display: none !important; }

.form-actions { margin-top: 1.8em; }

.form-result, .subscribe-result { margin-top: 1em; }
.form-success { color: var(--deep-athena); font-family: 'EB Garamond', serif; font-size: 17px; }
.form-error { color: #8B0000; font-family: 'EB Garamond', serif; font-size: 17px; }

.subscribe-row {
  display: flex;
  gap: 12px;
  align-items: stretch;
}

.subscribe-input {
  font-family: 'EB Garamond', serif;
  font-size: 17px;
  color: var(--body-text);
  background: rgba(255,255,255,0.7);
  border: 1px solid var(--vein);
  padding: 10px 14px;
  outline: none;
  flex: 1;
  transition: border-color 0.2s;
}
.subscribe-input:focus { border-color: var(--deep-athena); }
.subscribe-btn { white-space: nowrap; }

.subscribe-section {
  max-width: 860px;
  margin: 0 auto;
  padding: 72px 64px;
  position: relative; z-index: 1;
}

.subscribe-inner { max-width: 560px; }

.subscribe-note {
  font-family: 'EB Garamond', serif;
  font-size: 19px;
  color: var(--muted);
  margin-bottom: 1.4em;
}


@media (max-width: 768px) {
  body::before {
    background-attachment: scroll;
  }

  /* Nav: hamburger layout */
  nav {
    padding: 16px 20px;
    gap: 12px;
    position: relative;
  }

  .nav-logo {
    height: 36px;
  }

  .nav-wordmark {
    font-size: 16px;
    letter-spacing: 0.12em;
    gap: 8px;
  }

  .nav-toggle {
    display: block;
  }

  .nav-links {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    width: 220px;
    background: #111C2B;
    flex-direction: column;
    padding: 20px 24px;
    gap: 0;
    align-items: flex-end;
    text-align: right;
    border-bottom-left-radius: 4px;
    border-bottom: 1px solid rgba(201,168,76,0.2);
    border-left: 1px solid rgba(201,168,76,0.2);
    box-shadow: 0 8px 24px rgba(0,0,0,0.18);
    z-index: 10;
  }

  .nav-links.open {
    display: flex;
  }

  .nav-links li {
    width: 100%;
    border-bottom: 1px solid rgba(255,255,255,0.05);
  }

  .nav-links li:last-child {
    border-bottom: none;
  }

  .nav-links a {
    display: block;
    font-size: 16px;
    color: rgba(196,204,216,0.75);
    padding: 14px 0;
    letter-spacing: 0.04em;
  }

  .nav-links a:hover,
  .nav-links a.active {
    color: #C9A84C;
  }

  .nav-auth-item {
    margin-left: 0;
    padding-left: 0;
    border-left: none;
    border-top: none;
    width: 100%;
  }

  /* Section horizontal padding */
  .hero,
  .essay-section,
  .participants-section,
  .subscribe-section,
  .prose {
    padding-left: 24px;
    padding-right: 24px;
  }

  /* principles-section is full-bleed so we handle its inner padding differently */
  .principles-section {
    padding-left: 0;
    padding-right: 0;
  }

  .principles-inner {
    padding-left: 24px;
    padding-right: 24px;
  }

  /* Reduce vertical padding on all sections */
  .hero {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .essay-section,
  .participants-section,
  .subscribe-section {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .principles-section {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .prose {
    padding-top: 48px;
    padding-bottom: 64px;
  }

  /* Declaration: cap font size so it doesn't dominate at 375px */
  .declaration {
    font-size: clamp(18px, 5vw, 26px);
    margin-bottom: 32px;
  }

  /* Body copy: reduce from 25px at mobile */
  .blurb {
    font-size: 19px;
  }

  /* Hero actions: stack button + ghost link vertically */
  .hero-actions {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  /* Essay section */
  .essay-title {
    font-size: clamp(18px, 5vw, 24px);
  }

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

  /* Principles grid: collapse to 1 column on mobile */
  .principles-grid {
    grid-template-columns: 1fr;
  }

  .principle {
    padding: 24px 20px;
  }

  /* Prose body copy */
  .prose p,
  .prose li {
    font-size: 19px;
  }

  .prose h1 { font-size: clamp(22px, 5.5vw, 29px); }
  .prose h2 { font-size: clamp(18px, 4.5vw, 23px); }
  .prose h3 { font-size: 19px; }
  .prose h4 { font-size: 17px; }

  /* Subscribe form: stack input + button */
  .subscribe-row {
    flex-direction: column;
  }

  .subscribe-input {
    width: 100%;
  }

  /* Footer: stack wordmark and note */
  footer {
    padding: 28px 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
}

/* ─── Blog ──────────────────────────────────────────────────────────────── */

/* Shared page-label / article-label (dark gold Cinzel small caps) */
.page-label,
.article-label {
  font-family: 'Cinzel', serif;
  font-size: 0.50rem;
  letter-spacing: 0.24em;
  font-weight: 400;
  text-transform: uppercase;
  color: var(--bronze);
  display: block;
  margin-bottom: 20px;
}

/* ── Blog index ─────────────────────────────────────────────────────────── */

.page-header {
  position: relative;
  z-index: 1;
  max-width: 760px;
  margin: 0 auto;
  padding: 72px 64px 56px;
  animation: riseIn 0.8s ease 0.1s both;
}

.page-title {
  font-family: 'Cinzel', serif;
  font-size: clamp(1.05rem, 2.8vw, 1.52rem);
  font-weight: 400;
  color: var(--deep-athena);
  letter-spacing: 0.02em;
  margin-bottom: 16px;
  line-height: 1.3;
}

.page-sub {
  font-size: 0.81rem;
  color: var(--muted);
  line-height: 1.7;
  max-width: 480px;
}

/* Post list */
.post-list {
  position: relative;
  z-index: 1;
  max-width: 760px;
  margin: 0 auto;
  padding: 0 64px 120px;
  animation: riseIn 0.8s ease 0.2s both;
}

.post-list-rule {
  border: none;
  border-top: 1px solid var(--vein);
  margin-bottom: 0;
}

.post-entry {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 0 40px;
  padding: 36px 0;
  border-bottom: 1px solid rgba(200,192,178,0.4);
  text-decoration: none;
  color: inherit;
  transition: background 0.15s;
  cursor: pointer;
}

.post-entry:hover .post-title { color: var(--athenian); }

.post-entry:hover .post-arrow {
  opacity: 1;
  transform: translateX(3px);
}

.post-meta { padding-top: 4px; }

.post-date {
  font-family: 'Cinzel', serif;
  font-size: 0.43rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
  display: block;
  margin-bottom: 8px;
  line-height: 1.4;
}

.post-author {
  font-family: 'Cinzel', serif;
  font-size: 0.55rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--bronze);
  display: block;
}

.post-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.post-title {
  font-family: 'EB Garamond', serif;
  font-size: 1rem;
  font-weight: 400;
  color: var(--deep-athena);
  line-height: 1.35;
  margin-bottom: 8px;
  transition: color 0.15s;
}

.post-desc {
  font-size: 0.71rem;
  color: var(--muted);
  line-height: 1.6;
  max-width: 520px;
}

.post-arrow {
  display: inline-block;
  margin-left: 8px;
  opacity: 0;
  transition: all 0.2s;
  color: var(--athenian);
  font-size: 0.67rem;
}

.post-note {
  padding: 48px 0 0;
  font-size: 0.67rem;
  color: var(--muted);
  font-style: italic;
  line-height: 1.7;
}

/* ── Individual blog post ───────────────────────────────────────────────── */

.blog-article {
  position: relative;
  z-index: 1;
  max-width: 720px;
  margin: 0 auto;
  padding: 64px 64px 96px;
  animation: riseIn 0.8s ease 0.15s both;
}

.article-label {
  margin-bottom: 24px;
}

.article-title {
  font-family: 'Cinzel', serif;
  font-size: clamp(1.05rem, 3vw, 1.62rem);
  font-weight: 400;
  color: var(--deep-athena);
  line-height: 1.3;
  letter-spacing: 0.01em;
  margin-bottom: 20px;
  max-width: 600px;
}

.article-byline {
  font-family: 'EB Garamond', serif;
  font-size: 0.71rem;
  color: var(--muted);
  font-style: italic;
  margin-bottom: 48px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.article-byline::after {
  content: '';
  width: 60px;
  height: 1px;
  background: #8c6d31;
  opacity: 0.5;
  transform: translateY(2px);
}

/* Article body */
.article-body {
  font-family: 'EB Garamond', Georgia, serif;
  font-size: 1rem;
  line-height: 1.85;
  color: var(--body-text);
}

.article-body p {
  margin-bottom: 1.4em;
}

.article-body p:last-child {
  margin-bottom: 0;
}

/* Section headers — Cinzel small caps with top border */
.article-body h2 {
  font-family: 'Cinzel', serif;
  font-size: 0.62rem; /* ~13px at 21px base */
  font-weight: 400;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--deep-athena);
  margin: 2.8em 0 1.2em;
  padding-top: 1.2em;
  border-top: 1px solid var(--vein);
}

/* Opening paragraph — slightly larger */
.article-body p:first-of-type {
  font-size: 1.05rem;
  color: var(--body-text);
  line-height: 1.9;
}

/* Horizontal rules become section rules */
.article-body hr {
  border: none;
  border-top: 1px solid var(--vein);
  margin: 2.8em 0;
}

.article-body hr + h2 {
  border-top: none;
  padding-top: 0;
  margin-top: 1.2em;
}

/* Blockquotes as pull quotes */
.article-body blockquote {
  font-size: 1.05rem;
  font-style: italic;
  color: var(--deep-athena);
  border-left: 2px solid var(--gold);
  padding: 4px 0 4px 22px;
  margin: 1.8em 0;
  line-height: 1.7;
}

/* Code */
.article-body code {
  font-family: 'JetBrains Mono', 'Courier New', monospace;
  font-size: 0.78rem;
  background: var(--vellum);
  padding: 2px 6px;
  border-radius: 2px;
  color: var(--deep-athena);
}

/* Links */
.article-body a {
  color: var(--athenian);
  text-decoration: none;
  border-bottom: 1px solid rgba(42,82,152,0.3);
  transition: border-color 0.15s;
}

.article-body a:hover { border-bottom-color: var(--athenian); }

/* Author note — last paragraph gets special treatment */
.article-body p:last-of-type {
  margin-top: 56px;
  padding-top: 24px;
  border-top: 1px solid var(--vein);
  font-size: 0.67rem;
  color: var(--muted);
  font-style: italic;
  line-height: 1.7;
}

/* Article back nav */
.article-nav {
  position: relative;
  z-index: 1;
  max-width: 720px;
  margin: 0 auto;
  padding: 0 64px 48px;
}

.back-link {
  font-family: 'EB Garamond', serif;
  font-size: 0.71rem;
  color: var(--muted);
  text-decoration: none;
  letter-spacing: 0.02em;
  border-bottom: 1px solid transparent;
  transition: all 0.2s;
}

.back-link:hover {
  color: var(--deep-athena);
  border-bottom-color: var(--vein);
}

/* Blog responsive */
@media (max-width: 768px) {
  .page-header,
  .post-list {
    padding-left: 24px;
    padding-right: 24px;
  }

  .page-header {
    padding-top: 48px;
    padding-bottom: 36px;
  }

  .post-list {
    padding-bottom: 72px;
  }

  .post-entry {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 28px 0;
  }

  .post-meta {
    display: flex;
    gap: 16px;
    align-items: baseline;
    padding-top: 0;
  }

  .blog-article,
  .article-nav {
    padding-left: 24px;
    padding-right: 24px;
  }

  .blog-article {
    padding-top: 48px;
    padding-bottom: 72px;
  }
}

/* ─── Small mobile (≤ 480px): collapse nav links below wordmark ─────────── */

@media (max-width: 480px) {
  nav {
    padding: 14px 20px;
  }

  /* Tighten declaration further at very small sizes */
  .declaration {
    font-size: clamp(17px, 4.8vw, 22px);
    margin-bottom: 24px;
  }

  .blurb {
    font-size: 17px;
  }

  .hero-rule {
    margin-bottom: 28px;
  }
}

/* Bottom markdown nav — smaller font to fit all links on one line */
.prose p:last-of-type a {
  font-size: 20px;
}
