/* CourtBondSurety.com — Shared stylesheet for all bond pages, category hubs, and state pages */
/* Save this as /assets/cbs.css and link it from every page */

:root {
  --ink: #0F1A2E;
  --ink-soft: #2C3A52;
  --ink-muted: #5B6B85;
  --cream: #F7F2E8;
  --cream-deep: #EFE7D5;
  --paper: #FBFAF6;
  --oxblood: #6B1F2A;
  --oxblood-deep: #4A1018;
  --gold: #8B7140;
  --gold-light: #C9B27A;
  --rule: rgba(15, 26, 46, 0.12);
  --rule-strong: rgba(15, 26, 46, 0.25);
  --serif: 'Fraunces', 'Times New Roman', serif;
  --sans: 'Inter', system-ui, sans-serif;
  --mono: 'JetBrains Mono', monospace;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: var(--sans); color: var(--ink); background: var(--paper); font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

/* Container widths */
.wrap { max-width: 1280px; margin: 0 auto; padding: 0 40px; }
.wrap-narrow { max-width: 1080px; margin: 0 auto; padding: 0 40px; }
.wrap-prose { max-width: 880px; margin: 0 auto; padding: 0 40px; }

/* Compliance bar */
.compliance { background: var(--ink); color: var(--cream); font-size: 12px; letter-spacing: 0.04em; padding: 10px 0; }
.compliance .wrap { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; }
.compliance-left { font-family: var(--serif); font-style: italic; }
.compliance-left em { color: var(--gold-light); font-weight: 500; }
.compliance-right { display: flex; gap: 24px; font-family: var(--mono); font-size: 11px; }
.compliance-right a { color: var(--cream); text-decoration: none; opacity: 0.85; }
.compliance-right a:hover { opacity: 1; color: var(--gold-light); }

/* Header */
header.site { background: rgba(251, 250, 246, 0.92); border-bottom: 0.5px solid var(--rule); padding: 24px 0; position: sticky; top: 0; z-index: 50; backdrop-filter: blur(8px); }
header.site .wrap { display: flex; align-items: center; justify-content: space-between; }
.logo { display: flex; align-items: baseline; gap: 12px; text-decoration: none; min-width: 0; }
.logo-mark { font-family: var(--serif); font-size: 26px; font-weight: 500; letter-spacing: -0.02em; color: var(--ink); line-height: 1; white-space: nowrap; }
.logo-mark span { color: var(--oxblood); }
.logo-tag { font-size: 9px; text-transform: uppercase; letter-spacing: 0.14em; color: var(--ink-muted); padding-left: 12px; border-left: 0.5px solid var(--rule-strong); white-space: nowrap; }
nav.primary { display: flex; align-items: center; gap: 28px; }
nav.primary a { text-decoration: none; color: var(--ink-soft); font-size: 13px; font-weight: 500; transition: color 0.2s; white-space: nowrap; }
nav.primary a:hover { color: var(--oxblood); }
nav.primary a.current { color: var(--oxblood); }
.apply-btn { background: transparent; color: var(--ink); padding: 10px 20px; border-radius: 2px; font-size: 12px; font-weight: 500; letter-spacing: 0.08em; text-transform: uppercase; border: 0.5px solid var(--ink); cursor: pointer; font-family: inherit; transition: all 0.2s; text-decoration: none; display: inline-block; }
.apply-btn:hover { background: var(--ink); color: var(--cream); border-color: var(--ink); }

/* Hero (page hero, used by bond pages, hubs, state pages) */
.page-hero { padding: 90px 0 70px; border-bottom: 0.5px solid var(--rule); position: relative; overflow: hidden; }
.page-hero::before { content: ''; position: absolute; top: 0; right: 0; width: 40%; height: 100%; background: var(--cream); opacity: 0.5; z-index: 0; }
.page-hero .wrap { position: relative; z-index: 1; display: grid; grid-template-columns: 1.6fr 1fr; gap: 80px; align-items: end; }
.breadcrumb { font-family: var(--mono); font-size: 11px; text-transform: uppercase; letter-spacing: 0.16em; color: var(--ink-muted); margin-bottom: 32px; }
.breadcrumb a { color: var(--ink-muted); text-decoration: none; }
.breadcrumb a:hover { color: var(--oxblood); }
.breadcrumb .sep { margin: 0 12px; color: var(--rule-strong); }
.breadcrumb .current { color: var(--oxblood); }
.eyebrow { font-family: var(--mono); font-size: 11px; text-transform: uppercase; letter-spacing: 0.2em; color: var(--oxblood); margin-bottom: 24px; display: flex; align-items: center; gap: 14px; }
.eyebrow::before { content: ''; width: 32px; height: 1px; background: var(--oxblood); }
h1.page-title { font-family: var(--serif); font-size: clamp(44px, 5.5vw, 72px); line-height: 1; font-weight: 400; letter-spacing: -0.025em; margin-bottom: 28px; }
h1.page-title em { font-style: italic; color: var(--oxblood); font-weight: 500; }
.hero-sub { font-size: 18px; line-height: 1.55; color: var(--ink-soft); max-width: 580px; margin-bottom: 36px; }
.hero-cta { display: flex; gap: 12px; flex-wrap: wrap; }
.btn { padding: 16px 28px; border-radius: 2px; font-size: 13px; font-weight: 500; letter-spacing: 0.06em; text-transform: uppercase; text-decoration: none; transition: all 0.2s; display: inline-flex; align-items: center; gap: 10px; border: none; cursor: pointer; font-family: inherit; }
.btn-primary { background: var(--ink); color: var(--cream); }
.btn-primary:hover { background: var(--oxblood); }
.btn-outline { background: transparent; color: var(--ink); border: 0.5px solid var(--ink); }
.btn-outline:hover { background: var(--ink); color: var(--cream); }
.btn-arrow { font-family: var(--serif); font-size: 16px; line-height: 1; }
.hero-meta { border-left: 0.5px solid var(--rule-strong); padding-left: 32px; }
.meta-row { padding: 16px 0; border-bottom: 0.5px solid var(--rule); }
.meta-row:last-child { border-bottom: 0; }
.meta-label { font-family: var(--mono); font-size: 10px; text-transform: uppercase; letter-spacing: 0.16em; color: var(--ink-muted); margin-bottom: 4px; }
.meta-value { font-family: var(--serif); font-size: 18px; font-weight: 500; color: var(--ink); letter-spacing: -0.01em; }
.meta-value small { font-family: var(--sans); font-size: 12px; color: var(--ink-muted); display: block; margin-top: 2px; }

/* Sections */
.section { padding: 80px 0; }
.section-cream { background: var(--cream); border-top: 0.5px solid var(--rule-strong); border-bottom: 0.5px solid var(--rule-strong); }
.section-ink { background: var(--ink); color: var(--cream); }
.section-label { font-family: var(--mono); font-size: 11px; text-transform: uppercase; letter-spacing: 0.2em; color: var(--oxblood); }
.section-label::before { content: '§'; font-family: var(--serif); margin-right: 10px; font-style: italic; }
.section-ink .section-label { color: var(--gold-light); }
.section-ink .section-label::before { color: var(--gold-light); }
h2.section-title { font-family: var(--serif); font-size: 38px; line-height: 1.05; font-weight: 400; letter-spacing: -0.02em; margin-top: 14px; color: var(--ink); margin-bottom: 32px; }
h2.section-title em { font-style: italic; color: var(--oxblood); }
.section-ink h2.section-title { color: var(--cream); }
.section-ink h2.section-title em { color: var(--gold-light); }

/* Plain English prose blocks */
.plain-body { font-family: var(--serif); font-size: 19px; line-height: 1.6; color: var(--ink-soft); }
.plain-body p { margin-bottom: 22px; }
.plain-body p:last-child { margin-bottom: 0; }
.plain-body strong { color: var(--ink); font-weight: 600; }
.plain-body em { font-style: italic; color: var(--oxblood); font-weight: 500; }
.plain-body a { color: var(--ink); text-decoration: underline; text-decoration-color: var(--oxblood); text-underline-offset: 4px; text-decoration-thickness: 1px; }
.plain-body a:hover { color: var(--oxblood); }
.plain-body ul, .plain-body ol { margin: 0 0 22px 24px; }
.plain-body li { margin-bottom: 8px; }

/* Statute citation block */
.statute-block { background: var(--paper); border: 0.5px solid var(--rule); padding: 32px; margin: 32px 0; }
.statute-block .label { font-family: var(--mono); font-size: 10px; text-transform: uppercase; letter-spacing: 0.18em; color: var(--oxblood); margin-bottom: 16px; }
.statute-block dl { display: grid; grid-template-columns: 1fr 2fr; gap: 14px 32px; }
.statute-block dt { font-family: var(--mono); font-size: 12px; color: var(--ink-muted); padding-top: 4px; }
.statute-block dd { font-family: var(--serif); font-size: 17px; color: var(--ink); line-height: 1.4; }
.statute-block dd a { color: var(--ink); text-decoration: underline; text-decoration-color: var(--oxblood); text-underline-offset: 3px; }
.statute-block dd a:hover { color: var(--oxblood); }

/* FAQ */
.faq-list { border-top: 0.5px solid var(--rule); }
.faq-item { padding: 24px 0; border-bottom: 0.5px solid var(--rule); }
.faq-q { font-family: var(--serif); font-size: 20px; font-weight: 500; color: var(--ink); margin-bottom: 10px; line-height: 1.3; }
.faq-q em { font-style: italic; color: var(--oxblood); }
.faq-a { font-size: 15px; line-height: 1.65; color: var(--ink-soft); }
.faq-a a { color: var(--ink); text-decoration: underline; text-decoration-color: var(--oxblood); text-underline-offset: 3px; }

/* Cross-links */
.crosslinks { padding: 56px 0; background: var(--paper); border-top: 0.5px solid var(--rule); border-bottom: 0.5px solid var(--rule); }
.crosslinks h3 { font-family: var(--serif); font-size: 22px; font-weight: 500; margin-bottom: 24px; }
.crosslinks h3 em { font-style: italic; color: var(--oxblood); }
.crosslinks-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.crosslink { padding: 16px 20px; border: 0.5px solid var(--rule-strong); text-decoration: none; color: var(--ink); transition: all 0.2s; display: block; }
.crosslink:hover { background: var(--ink); color: var(--cream); border-color: var(--ink); }
.crosslink .label { font-family: var(--mono); font-size: 10px; text-transform: uppercase; letter-spacing: 0.14em; color: var(--ink-muted); margin-bottom: 4px; }
.crosslink:hover .label { color: var(--gold-light); }
.crosslink .name { font-family: var(--serif); font-size: 16px; font-weight: 500; letter-spacing: -0.01em; }

/* Blog strip */
.blog-strip { padding: 56px 0; background: var(--cream); }
.blog-strip-header { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 32px; padding-bottom: 16px; border-bottom: 0.5px solid var(--rule); }
.blog-strip h3 { font-family: var(--serif); font-size: 22px; font-weight: 500; }
.blog-strip h3 em { font-style: italic; color: var(--oxblood); }
.blog-strip-meta { font-family: var(--mono); font-size: 11px; color: var(--ink-muted); text-transform: uppercase; letter-spacing: 0.14em; }
.articles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 36px; }
.article a { text-decoration: none; color: inherit; display: block; }
.article-meta { font-family: var(--mono); font-size: 10px; color: var(--ink-muted); text-transform: uppercase; letter-spacing: 0.14em; margin-bottom: 12px; }
.article-title { font-family: var(--serif); font-size: 18px; line-height: 1.3; font-weight: 500; color: var(--ink); transition: color 0.2s; }
.article a:hover .article-title { color: var(--oxblood); }
.article-link { font-family: var(--mono); font-size: 10px; color: var(--ink-muted); text-transform: uppercase; letter-spacing: 0.14em; margin-top: 14px; }

/* Final CTA */
.final-cta { padding: 120px 0; background: var(--cream); text-align: center; position: relative; }
.final-cta::before, .final-cta::after { content: ''; position: absolute; left: 50%; transform: translateX(-50%); width: 60px; height: 1px; background: var(--oxblood); }
.final-cta::before { top: 60px; }
.final-cta::after { bottom: 60px; }
.final-cta h2 { font-family: var(--serif); font-size: clamp(36px, 4.5vw, 56px); line-height: 1; font-weight: 400; letter-spacing: -0.025em; margin-bottom: 20px; }
.final-cta h2 em { font-style: italic; color: var(--oxblood); font-weight: 500; }
.final-cta p { font-family: var(--serif); font-size: 19px; line-height: 1.55; color: var(--ink-soft); max-width: 640px; margin: 0 auto 40px; font-style: italic; }
.final-cta .hero-cta { justify-content: center; }

/* Footer */
footer { background: var(--ink); color: var(--cream); padding: 80px 0 32px; }
.footer-top { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 60px; padding-bottom: 60px; border-bottom: 0.5px solid rgba(247, 242, 232, 0.15); margin-bottom: 40px; }
.footer-brand .logo-mark { color: var(--cream); }
.footer-brand .logo-mark span { color: var(--gold-light); }
.footer-brand p { font-family: var(--serif); font-size: 14px; line-height: 1.6; opacity: 0.75; margin-top: 16px; font-style: italic; }
.footer-col h4 { font-family: var(--mono); font-size: 11px; font-weight: 500; text-transform: uppercase; letter-spacing: 0.18em; color: var(--gold-light); margin-bottom: 20px; }
.footer-col ul { list-style: none; }
.footer-col li { margin-bottom: 10px; }
.footer-col a { color: var(--cream); text-decoration: none; font-size: 14px; opacity: 0.85; }
.footer-col a:hover { opacity: 1; color: var(--gold-light); }
.footer-bottom { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; font-family: var(--mono); font-size: 11px; opacity: 0.6; letter-spacing: 0.06em; }
.footer-bottom a { color: var(--gold-light); text-decoration: underline; text-underline-offset: 3px; }
.bail-notice { font-family: var(--serif); font-style: italic; font-size: 13px; opacity: 0.5; text-align: center; margin-top: 12px; padding: 12px 0 0; border-top: 0.5px solid rgba(247, 242, 232, 0.08); }
.bail-notice a { color: var(--gold-light); text-decoration: underline; text-underline-offset: 3px; }

/* Responsive */
@media (max-width: 1100px) {
  .logo-tag { display: none; }
  nav.primary { gap: 22px; }
  nav.primary a { font-size: 12px; }
}
@media (max-width: 980px) {
  .page-hero .wrap { grid-template-columns: 1fr; gap: 32px; }
  .crosslinks-grid { grid-template-columns: repeat(2, 1fr); }
  .statute-block dl { grid-template-columns: 1fr; gap: 4px 0; }
  .statute-block dt { padding-top: 16px; }
  .articles { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  nav.primary a:not(.apply-btn) { display: none; }
}


/* ========== APPLICATION MODAL ========== */
.apply-modal-overlay {
  position: fixed; inset: 0; background: rgba(15, 26, 46, 0.78);
  backdrop-filter: blur(6px); z-index: 200; display: none;
  align-items: center; justify-content: center; padding: 40px 20px;
  opacity: 0; transition: opacity 0.25s;
}
.apply-modal-overlay.active { display: flex; opacity: 1; }
.apply-modal {
  background: var(--paper); width: 100%; max-width: 720px;
  max-height: calc(100vh - 80px); overflow-y: auto;
  border: 0.5px solid var(--rule-strong); position: relative;
  transform: translateY(20px); transition: transform 0.3s;
}
.apply-modal-overlay.active .apply-modal { transform: translateY(0); }
.apply-modal-header {
  padding: 32px 48px 24px; border-bottom: 0.5px solid var(--rule);
  display: flex; justify-content: space-between; align-items: flex-start;
  position: sticky; top: 0; background: var(--paper); z-index: 2;
}
.apply-modal-header-left .eyebrow { margin-bottom: 8px; }
.apply-modal-header-left h2 {
  font-family: var(--serif); font-size: 28px; font-weight: 500;
  letter-spacing: -0.02em; color: var(--ink); line-height: 1.1;
}
.apply-modal-header-left h2 em { font-style: italic; color: var(--oxblood); }
.apply-modal-close {
  background: transparent; border: none; cursor: pointer;
  font-family: var(--serif); font-size: 32px; color: var(--ink-muted);
  line-height: 1; padding: 0 0 0 16px; transition: color 0.2s;
}
.apply-modal-close:hover { color: var(--oxblood); }
.apply-modal-body { padding: 28px 48px 32px; }
.apply-step {
  font-family: var(--mono); font-size: 10px; text-transform: uppercase;
  letter-spacing: 0.18em; color: var(--oxblood); margin-bottom: 16px;
}
.apply-step span { color: var(--ink-muted); margin: 0 8px; }
.apply-field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-bottom: 20px; }
.apply-field-row.single { grid-template-columns: 1fr; }
.apply-field { display: flex; flex-direction: column; }
.apply-field label {
  font-family: var(--mono); font-size: 10px; text-transform: uppercase;
  letter-spacing: 0.14em; color: var(--ink-muted); margin-bottom: 8px;
}
.apply-field label .required { color: var(--oxblood); }
.apply-field input, .apply-field select, .apply-field textarea {
  font-family: var(--sans); font-size: 15px; color: var(--ink);
  padding: 12px 14px; border: 0.5px solid var(--rule-strong);
  background: var(--paper); transition: border-color 0.2s;
  border-radius: 2px; width: 100%;
}
.apply-field input:focus, .apply-field select:focus, .apply-field textarea:focus {
  outline: none; border-color: var(--oxblood);
}
.apply-field textarea { resize: vertical; min-height: 100px; font-family: var(--sans); }
.apply-field select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%235B6B85' d='M6 8L0 0h12z'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 14px center;
  appearance: none; padding-right: 36px;
}
.apply-upload {
  border: 1px dashed var(--rule-strong); padding: 28px 20px;
  text-align: center; cursor: pointer; transition: all 0.2s;
  background: var(--cream); margin-top: 4px;
}
.apply-upload:hover { border-color: var(--oxblood); background: var(--cream-deep); }
.apply-upload.drag-over { border-color: var(--oxblood); background: var(--cream-deep); }
.apply-upload-icon {
  font-family: var(--serif); font-size: 28px; color: var(--oxblood);
  display: block; margin-bottom: 10px;
}
.apply-upload-text {
  font-family: var(--serif); font-size: 16px; color: var(--ink);
  margin-bottom: 6px; font-style: italic;
}
.apply-upload-hint {
  font-family: var(--mono); font-size: 10px; text-transform: uppercase;
  letter-spacing: 0.14em; color: var(--ink-muted);
}
.apply-upload input[type=file] { display: none; }
.apply-file-list { margin-top: 12px; }
.apply-file-item {
  display: flex; justify-content: space-between; align-items: center;
  padding: 10px 14px; background: var(--paper);
  border: 0.5px solid var(--rule); margin-bottom: 6px; font-size: 13px;
}
.apply-file-item .file-name { color: var(--ink); }
.apply-file-item .file-size {
  font-family: var(--mono); font-size: 11px; color: var(--ink-muted);
}
.apply-file-item .file-remove {
  background: transparent; border: none; cursor: pointer;
  color: var(--ink-muted); font-size: 16px; padding: 0 0 0 12px;
}
.apply-file-item .file-remove:hover { color: var(--oxblood); }
.apply-modal-footer {
  padding: 24px 48px 36px; border-top: 0.5px solid var(--rule);
  display: flex; justify-content: space-between; align-items: center;
  gap: 16px; flex-wrap: wrap;
}
.apply-modal-footer-note {
  font-family: var(--serif); font-style: italic; font-size: 13px;
  color: var(--ink-muted); max-width: 360px;
}
.apply-submit {
  background: var(--ink); color: var(--cream); border: none;
  padding: 14px 28px; font-family: inherit; font-size: 13px;
  font-weight: 500; letter-spacing: 0.06em; text-transform: uppercase;
  cursor: pointer; transition: background 0.2s; border-radius: 2px;
}
.apply-submit:hover { background: var(--oxblood); }
.apply-submit:disabled { background: var(--ink-muted); cursor: not-allowed; }
.apply-success {
  padding: 48px; text-align: center;
}
.apply-success-mark {
  font-family: var(--serif); font-size: 64px; color: var(--oxblood);
  font-style: italic; line-height: 1; margin-bottom: 20px;
}
.apply-success h3 {
  font-family: var(--serif); font-size: 28px; font-weight: 500;
  letter-spacing: -0.02em; color: var(--ink); margin-bottom: 12px;
}
.apply-success h3 em { font-style: italic; color: var(--oxblood); }
.apply-success p {
  font-family: var(--serif); font-size: 17px; color: var(--ink-soft);
  font-style: italic; max-width: 440px; margin: 0 auto;
}
@media (max-width: 720px) {
  .apply-modal-header, .apply-modal-body, .apply-modal-footer { padding-left: 28px; padding-right: 28px; }
  .apply-field-row { grid-template-columns: 1fr; }
  .apply-modal-footer { flex-direction: column; align-items: stretch; }
  .apply-submit { width: 100%; }
}


/* ========== FOOTER VIDEO ========== */
.footer-video {
  margin-top: 24px;
  max-width: 260px;
}
.footer-video-link {
  display: block;
  text-decoration: none;
  color: var(--cream);
  transition: opacity 0.2s;
}
.footer-video-link:hover { opacity: 0.85; }
.footer-video-link:hover .footer-video-play { background: var(--oxblood); }
.footer-video-thumb {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border: 0.5px solid rgba(199, 178, 122, 0.2);
  background: #000;
}
.footer-video-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: 0.85;
  transition: opacity 0.2s;
}
.footer-video-link:hover .footer-video-thumb img { opacity: 1; }
.footer-video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 44px;
  height: 44px;
  background: var(--ink);
  color: var(--cream);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding-left: 3px;
  border: 0.5px solid var(--gold);
  transition: background 0.2s;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.4);
}
.footer-video-meta {
  margin-top: 10px;
}
.footer-video-label {
  font-family: var(--mono);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--gold);
  margin-bottom: 4px;
}
.footer-video-title {
  font-family: var(--serif);
  font-size: 14px;
  line-height: 1.3;
  color: var(--cream);
  letter-spacing: -0.01em;
}
.footer-video-title em {
  font-style: italic;
  color: var(--gold);
}
@media (max-width: 720px) {
  .footer-video { max-width: 100%; }
}


/* ========== TOPICAL CLUSTER (INTERNAL LINKING) ========== */
.topical-cluster {
  background: var(--cream-deep);
  border-top: 0.5px solid var(--rule);
  border-bottom: 0.5px solid var(--rule);
  padding: 72px 0;
  margin: 0;
}
.topical-cluster .cluster-intro {
  max-width: 1200px;
  margin: 0 auto 40px;
}
.cluster-section-title {
  font-family: var(--serif);
  font-size: clamp(28px, 3.2vw, 38px);
  font-weight: 500;
  color: var(--ink);
  letter-spacing: -0.02em;
  line-height: 1.15;
  margin: 8px 0 0;
}
.cluster-section-title em {
  font-style: italic;
  color: var(--oxblood);
}
.cluster-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 40px;
}
.cluster-col {
  border-left: 0.5px solid var(--rule-strong);
  padding-left: 24px;
}
.cluster-label {
  font-family: var(--mono);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--oxblood);
  margin-bottom: 8px;
}
.cluster-heading {
  font-family: var(--serif);
  font-size: 18px;
  font-weight: 500;
  color: var(--ink);
  letter-spacing: -0.01em;
  margin-bottom: 18px;
  line-height: 1.3;
}
.cluster-heading em {
  font-style: italic;
  color: var(--ink-soft);
}
.cluster-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  border-bottom: 0.5px solid var(--rule);
  text-decoration: none;
  color: var(--ink);
  font-family: var(--sans);
  font-size: 14px;
  transition: padding-left 0.2s, color 0.2s;
}
.cluster-link:last-child { border-bottom: none; }
.cluster-link:hover {
  padding-left: 6px;
  color: var(--oxblood);
}
.cluster-state {
  flex: 1;
}
.cluster-arrow {
  font-family: var(--mono);
  color: var(--ink-muted);
  margin-left: 12px;
  transition: color 0.2s;
}
.cluster-link:hover .cluster-arrow { color: var(--oxblood); }
@media (max-width: 720px) {
  .topical-cluster { padding: 56px 0; }
  .cluster-grid { grid-template-columns: 1fr; gap: 28px; }
  .cluster-col { border-left: none; border-top: 0.5px solid var(--rule-strong); padding-left: 0; padding-top: 24px; }
}


/* ========== STATES COVERAGE GRID (on standalone bond pages + hubs) ========== */
.states-coverage {
  background: var(--cream-deep);
  border-top: 0.5px solid var(--rule);
  border-bottom: 0.5px solid var(--rule);
  padding: 72px 0;
}
.states-coverage-intro {
  max-width: 1200px;
  margin: 0 auto 40px;
}
.states-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 0;
  max-width: 1200px;
  margin: 0 auto;
  border-top: 0.5px solid var(--rule);
}
.state-grid-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 20px;
  border-bottom: 0.5px solid var(--rule);
  border-right: 0.5px solid var(--rule);
  text-decoration: none;
  color: var(--ink);
  font-family: var(--sans);
  font-size: 14px;
  transition: background 0.2s, color 0.2s, padding-left 0.2s;
}
.state-grid-link:hover {
  background: var(--paper);
  color: var(--oxblood);
  padding-left: 24px;
}
.state-arrow {
  font-family: var(--mono);
  color: var(--ink-muted);
  font-size: 12px;
  transition: color 0.2s;
}
.state-grid-link:hover .state-arrow { color: var(--oxblood); }
@media (max-width: 720px) {
  .states-grid { grid-template-columns: 1fr 1fr; }
}

/* ========== GLOSSARY ========== */
.glossary-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin-top: 16px;
  padding-bottom: 8px;
  border-bottom: 0.5px solid var(--rule);
}
.glossary-nav a {
  display: inline-block;
  font-family: var(--mono);
  font-size: 12px;
  color: var(--ink-soft);
  padding: 6px 10px;
  text-decoration: none;
  border: 0.5px solid var(--rule);
  background: var(--paper);
  letter-spacing: 0.06em;
  transition: all 0.2s;
}
.glossary-nav a:hover {
  border-color: var(--oxblood);
  color: var(--oxblood);
  background: var(--cream);
}
.glossary-section {
  padding: 48px 0;
  border-bottom: 0.5px solid var(--rule);
}
.glossary-section:last-of-type { border-bottom: none; }
.glossary-letter {
  font-family: var(--serif);
  font-size: 64px;
  font-style: italic;
  color: var(--oxblood);
  line-height: 0.9;
  margin-bottom: 24px;
  letter-spacing: -0.04em;
}
.glossary-list {
  margin: 0;
  padding: 0;
}
.glossary-entry {
  padding: 24px 0;
  border-top: 0.5px solid var(--rule);
}
.glossary-entry:first-child { border-top: none; }
.glossary-entry dt {
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 500;
  color: var(--ink);
  letter-spacing: -0.01em;
  margin-bottom: 12px;
}
.glossary-entry dd {
  margin: 0;
  padding: 0;
}
.glossary-short {
  font-family: var(--serif);
  font-size: 16px;
  font-style: italic;
  color: var(--ink-soft);
  margin: 0 0 12px;
}
.glossary-long {
  font-family: var(--sans);
  font-size: 15px;
  line-height: 1.65;
  color: var(--ink);
  margin: 0 0 12px;
}
.glossary-link {
  display: inline-block;
  font-family: var(--mono);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--oxblood);
  text-decoration: none;
  padding-top: 4px;
}
.glossary-link:hover { text-decoration: underline; }

/* ========== HOMEPAGE BOTTOM REFERENCE LINKS ========== */
.bottom-references {
  border-top: 0.5px solid var(--rule);
  padding: 32px 0;
  background: var(--paper);
}
.bottom-references .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}
.bottom-references-label {
  font-family: var(--mono);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--ink-muted);
}
.bottom-references-links {
  display: flex;
  gap: 28px;
  flex-wrap: wrap;
}
.bottom-references-links a {
  font-family: var(--serif);
  font-style: italic;
  font-size: 15px;
  color: var(--ink-soft);
  text-decoration: none;
  transition: color 0.2s;
}
.bottom-references-links a:hover { color: var(--oxblood); }
