/* Blog: Hock Exchange article — body.blog-hock-exchange-page */

.blog-hock-exchange-page .blog-breadcrumb {
  padding: 1.15rem 0 0;
}

.blog-breadcrumb-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem 0.65rem;
  font-size: 0.82rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--text-muted);
}

.blog-breadcrumb-list li:not(:last-child)::after {
  content: "/";
  margin-left: 0.65rem;
  opacity: 0.45;
  font-weight: 500;
}

.blog-breadcrumb-list a {
  color: var(--gold-deep);
  text-decoration: none;
}

.blog-breadcrumb-list a:hover {
  text-decoration: underline;
}

.blog-hock-exchange-page .blog-hock-hero {
  background: linear-gradient(125deg, #120f0a 0%, #2a2318 40%, #1e1812 100%);
}

.blog-article-body {
  padding: 2.5rem 0 3rem;
}

.blog-article-prose {
  max-width: 720px;
  margin-inline: auto;
}

.blog-article-lead {
  font-size: 1.05rem;
  line-height: 1.75;
  color: var(--text);
  margin: 0 0 1.5rem;
}

.blog-article-prose p {
  margin: 0 0 1rem;
  color: var(--text-muted);
  line-height: 1.75;
  font-size: 0.98rem;
}

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

.blog-article-h2 {
  font-family: var(--font-serif);
  font-size: 1.35rem;
  margin: 2rem 0 0.75rem;
  letter-spacing: 0.02em;
  color: var(--text);
}

.blog-article-prose a {
  color: var(--gold-deep);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 0.12em;
}

.blog-article-prose a:hover {
  color: var(--text);
}

.blog-hock-cta {
  border-top: 1px solid var(--line);
}
