@font-face {
  font-family: Switzer;
  src: url("/assets/6IN5WOLRCYP4G4MOCOHOMXNON6Q7MDAR-ce38aa90da.woff2");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: Switzer;
  src: url("/assets/6XPIMU23OJVRY676OG5YVJMWEHWICATX-cfab7610f8.woff2");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: Switzer;
  src: url("/assets/Y7SCNZJOT2MW5ADSGOFLDGH4TNL4JCQY-8f06c60729.woff2");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: Switzer;
  src: url("/assets/O34WRFYO7JNWEBBA2LRV2XYRUSYXYDKH-08704f749a.woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Redaction 35 Italic";
  src: url("/assets/jssw9Hg4nVO6tIpmyfRdNw1g-05ec51a23d.woff2");
  font-style: italic;
  font-display: swap;
}
.blog-body {
  margin: 0;
  background: #121818;
  color: #f5f7f3;
  font:
    400 16px/1.6 Switzer,
    Arial,
    sans-serif;
  -webkit-font-smoothing: antialiased;
}
.blog-body * {
  box-sizing: border-box;
}
.blog-body a {
  color: inherit;
  text-underline-offset: 4px;
}
.blog-body a:hover {
  color: #b7c0bc;
}
.blog-body :focus-visible {
  outline: 2px solid #b8d9ed;
  outline-offset: 4px;
}
.blog-body img {
  max-width: 100%;
  height: auto;
}
.blog-body h1,
.blog-body h2,
.blog-body h3 {
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: -0.03em;
}
.blog-body h1 {
  font-size: 64px;
  margin: 16px 0 24px;
}
.blog-body em {
  font-style: italic;
}
.blog-heading em {
  font-family: "Redaction 35 Italic", Georgia, serif;
  font-size: 1.16em;
  font-weight: 400;
}
.blog-main {
  max-width: 1200px;
  margin: auto;
  padding: 132px 32px 80px;
}
.blog-subnav {
  display: flex;
  gap: 28px;
  border-bottom: 1px solid #424848;
  padding-bottom: 18px;
  flex-wrap: wrap;
  font-size: 14px;
}
.blog-subnav a {
  text-decoration: none;
}
.blog-heading {
  padding: 64px 0;
  max-width: 800px;
}
.blog-heading > p:last-child {
  max-width: 580px;
  font-size: 18px;
  color: #b7c0bc;
}
.blog-eyebrow {
  color: #b7c0bc;
  font-size: 14px;
  letter-spacing: 0.03em;
  margin: 0;
}
.blog-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 64px 32px;
}
.blog-card {
  min-width: 0;
}
.blog-cover {
  display: flex;
  aspect-ratio: 16/9;
  overflow: hidden;
  border-radius: 12px;
  background: #1d2020;
  border: 1px solid #424848;
}
.blog-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 180ms ease-out;
}
.blog-cover:hover img {
  transform: scale(1.025);
}
.blog-cover-type {
  padding: 32px;
  flex-direction: column;
  justify-content: space-between;
  font-size: 14px;
  color: #b7c0bc;
  background:
    radial-gradient(#424848 1px, transparent 1px) 0 0/6px 6px,
    #1d2020;
}
.blog-cover-type span {
  font:
    italic 44px/1.1 "Redaction 35 Italic",
    Georgia,
    serif;
  color: #f5f7f3;
  background: #1d2020;
  padding: 8px;
  align-self: flex-start;
}
.blog-card-meta {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 24px;
  font-size: 13px;
  color: #b7c0bc;
}
.blog-card h2 {
  font-size: 28px;
  margin: 12px 0;
}
.blog-card h2 a {
  text-decoration: none;
}
.blog-card h2 a:hover {
  text-decoration: underline;
}
.blog-card > p {
  color: #b7c0bc;
  margin: 0 0 16px;
}
.blog-byline {
  font-size: 14px;
}
.blog-byline a {
  text-decoration: none;
}
.blog-pagination {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 64px;
}
.blog-pagination a {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 1px solid #7e8884;
  border-radius: 8px;
  text-decoration: none;
}
.blog-pagination a[aria-current] {
  background: #f5f7f3;
  color: #121818;
}
.blog-footer {
  max-width: 1136px;
  margin: 0 auto;
  padding: 48px 0;
  border-top: 1px solid #424848;
  display: flex;
  gap: 24px;
  align-items: center;
  flex-wrap: wrap;
}
.blog-footer > p {
  font-size: 20px;
}
.blog-footer nav {
  display: flex;
  gap: 24px;
  margin-left: auto;
  font-size: 14px;
  flex-wrap: wrap;
}
.blog-footer small {
  color: #b7c0bc;
  width: 100%;
}
.blog-footer img {
  border-radius: 6px;
  display: block;
}
.blog-back {
  display: inline-block;
  margin-bottom: 32px;
  font-size: 14px;
}
.blog-article-heading {
  padding: 48px 0;
  max-width: 900px;
}
.blog-article-heading h1 {
  font-size: 48px;
  line-height: 1.12;
  overflow-wrap: anywhere;
}
.blog-authors {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  margin-top: 32px;
}
.blog-author {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  text-decoration: none;
}
.blog-author img {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  object-fit: cover;
}
.blog-author small {
  display: block;
  font-size: 12px;
  color: #b7c0bc;
}
.blog-hero-image {
  margin-bottom: 48px;
  border-radius: 12px;
  overflow: hidden;
  background: #1d2020;
}
.blog-hero-image img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 600px;
  object-fit: contain;
}
.blog-reading {
  display: grid;
  grid-template-columns: minmax(0, 760px) minmax(180px, 1fr);
  gap: 64px;
  align-items: start;
}
.blog-prose {
  min-width: 0;
  overflow-wrap: anywhere;
  font-size: 18px;
  line-height: 1.75;
}
.blog-prose > :first-child {
  margin-top: 0;
}
.blog-prose p,
.blog-prose ul,
.blog-prose ol {
  margin: 0 0 24px;
}
.blog-prose h2 {
  font-size: 32px;
  margin: 48px 0 20px;
  scroll-margin-top: 120px;
}
.blog-prose h3 {
  font-size: 24px;
  margin: 32px 0 16px;
  scroll-margin-top: 120px;
}
.blog-prose h4 {
  scroll-margin-top: 120px;
}
.blog-prose li {
  margin-bottom: 8px;
}
.blog-prose strong {
  font-weight: 700;
}
.blog-prose pre {
  font-size: 13px;
  line-height: 1.65;
  padding: 24px;
  background: #1d2020;
  border: 1px solid #424848;
  border-radius: 8px;
  overflow-x: auto;
  white-space: pre;
  overflow-wrap: normal;
  max-width: 100%;
}
.blog-prose code {
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
  font-size: 0.85em;
}
.blog-prose pre code {
  font-size: inherit;
}
.blog-prose :not(pre) > code {
  padding: 2px 5px;
  background: #2c2d2e;
  border-radius: 4px;
}
.blog-prose img {
  border-radius: 8px;
  height: auto;
  display: block;
  margin: 32px auto;
  background: #f5f7f3;
}
.blog-prose blockquote {
  margin: 32px 0;
  padding: 8px 24px;
  border-left: 2px solid #b7c0bc;
  color: #b7c0bc;
}
.blog-prose hr {
  border: 0;
  border-top: 1px solid #424848;
  margin: 40px 0;
}
.blog-table {
  overflow-x: auto;
  margin: 24px 0;
  max-width: 100%;
  font-size: 15px;
}
.blog-table table {
  width: 100%;
  border-collapse: collapse;
}
.blog-table td,
.blog-table th {
  padding: 12px;
  text-align: left;
  border-bottom: 1px solid #424848;
  min-width: 120px;
}
.blog-table th {
  background: #1d2020;
}
.blog-callout {
  border-left: 3px solid #b8d9ed;
  background: #1d2020;
  padding: 20px 24px;
  margin: 24px 0;
  border-radius: 0 8px 8px 0;
  font-size: 16px;
}
.blog-callout.tip {
  border-color: #b8d99b;
}
.blog-callout.warning {
  border-color: #f0cf8a;
}
.blog-callout.danger {
  border-color: #ffb4ab;
}
.blog-callout .callout-title {
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 12px;
}
.blog-callout > :last-child {
  margin-bottom: 0;
}
.blog-toc {
  position: sticky;
  top: 120px;
  font-size: 14px;
  color: #b7c0bc;
  max-height: calc(100vh - 150px);
  overflow: auto;
}
.blog-toc summary {
  font-weight: 500;
  color: #f5f7f3;
  cursor: pointer;
  padding-bottom: 16px;
}
.blog-toc ol {
  list-style: none;
  padding: 0;
  margin: 0;
}
.blog-toc li {
  margin-bottom: 12px;
}
.blog-toc li.h3 {
  padding-left: 12px;
}
.blog-toc a {
  text-decoration: none;
}
.blog-toc a:hover {
  text-decoration: underline;
}
.blog-tags {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 48px;
}
.blog-tag {
  font-size: 13px;
  border: 1px solid #7e8884;
  border-radius: 999px;
  padding: 8px 14px;
  text-decoration: none;
}
.blog-tag:hover {
  background: #2c2d2e;
}
.blog-related {
  margin-top: 64px;
  padding-top: 48px;
  border-top: 1px solid #424848;
}
.blog-related > h2 {
  font-size: 32px;
  margin-bottom: 32px;
}
.blog-author-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
.blog-author-grid article {
  padding: 24px;
  border: 1px solid #424848;
  border-radius: 12px;
}
.blog-author-grid img {
  border-radius: 50%;
  width: 64px;
  height: 64px;
  object-fit: cover;
}
.blog-author-grid h2 {
  font-size: 24px;
}
.blog-author-grid p {
  color: #b7c0bc;
}
.blog-archive {
  display: grid;
  grid-template-columns: 140px 1fr;
  border-top: 1px solid #424848;
  padding: 24px 0;
}
.blog-archive h2 {
  font-size: 32px;
  margin: 0;
}
.blog-archive ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.blog-archive li {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 24px;
  padding: 16px 0;
}
.blog-archive time {
  color: #b7c0bc;
  font-size: 14px;
}
.blog-topic-index {
  margin-top: 0;
}
@media (max-width: 1100px) {
  .blog-footer {
    margin: 0 32px;
  }
  .blog-reading {
    gap: 32px;
    grid-template-columns: minmax(0, 1fr) 200px;
  }
}
@media (max-width: 767px) {
  .blog-main {
    padding: 116px 16px 48px;
  }
  .blog-subnav {
    gap: 20px;
  }
  .blog-heading {
    padding: 48px 0;
  }
  .blog-body h1 {
    font-size: 40px;
  }
  .blog-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .blog-card h2 {
    font-size: 26px;
  }
  .blog-article-heading {
    padding: 32px 0;
  }
  .blog-article-heading h1 {
    font-size: 36px;
  }
  .blog-reading {
    display: flex;
    flex-direction: column;
    gap: 32px;
  }
  .blog-toc {
    position: static;
    order: -1;
    max-height: 240px;
    width: 100%;
    border-bottom: 1px solid #424848;
  }
  .blog-prose {
    width: 100%;
    font-size: 16px;
  }
  .blog-prose h2 {
    font-size: 28px;
  }
  .blog-prose pre {
    padding: 16px;
  }
  .blog-hero-image {
    margin-bottom: 32px;
  }
  .blog-footer {
    margin: 0 16px;
    gap: 16px;
  }
  .blog-footer nav {
    margin-left: 0;
    width: 100%;
    gap: 20px;
  }
  .blog-author-grid {
    grid-template-columns: 1fr;
  }
  .blog-archive {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .blog-archive li {
    grid-template-columns: 1fr;
    gap: 4px;
  }
  .blog-cover-type span {
    font-size: 36px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .blog-cover img {
    transition: none;
  }
  .blog-cover:hover img {
    transform: none;
  }
}
.blog-body .nav-contact,
.blog-body .mobile-contact {
  color: #121818;
}
.blog-body .nav-contact:hover,
.blog-body .mobile-contact:hover {
  color: #121818;
  background: #d8d8d6;
}
