.blog-hero {
  position: relative;
  overflow: hidden;
  padding: 105px 0 95px;
  color: white;
  background:
    linear-gradient(100deg, rgba(12,37,62,.96), rgba(32,86,120,.75)),
    url('/static/images/anxing/mountain-river.jpg') center 56%/cover no-repeat;
}
.blog-hero::after { content: ""; position: absolute; right: -130px; top: -210px; width: 520px; height: 520px; border: 1px solid rgba(255,255,255,.13); border-radius: 50%; box-shadow: 0 0 0 80px rgba(255,255,255,.025), 0 0 0 160px rgba(255,255,255,.02); }
.blog-hero-inner { position: relative; z-index: 1; text-align: center; }
.blog-hero .eyebrow { color: #e3c471; }
.blog-hero h1 { max-width: 900px; margin: 16px auto 18px; color: white; font-family: Georgia, serif; font-size: clamp(48px, 7vw, 82px); line-height: 1; }
.blog-hero p { max-width: 720px; margin: 0 auto; color: #dfebf3; font-size: 18px; line-height: 1.7; }
.blog-search { display: flex; width: min(660px, 100%); margin: 34px auto 0; padding: 6px; border: 1px solid rgba(255,255,255,.35); border-radius: 999px; background: rgba(255,255,255,.13); backdrop-filter: blur(8px); }
.blog-search input { flex: 1; min-width: 0; height: 48px; padding: 0 21px; border: 0; color: white; background: transparent; outline: 0; font: inherit; }
.blog-search input::placeholder { color: #d5e0e9; }
.blog-search button { min-width: 112px; border: 0; border-radius: 999px; color: #17324e; background: #e2bd68; font-weight: 800; cursor: pointer; }
.blog-listing-section { min-height: 600px; background: #f8fafb; }
.blog-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 36px; padding-bottom: 18px; border-bottom: 1px solid #dce3e8; }
.blog-categories { display: flex; flex-wrap: wrap; gap: 9px; }
.blog-categories a { display: inline-flex; align-items: center; gap: 7px; padding: 9px 15px; border: 1px solid #d4dde4; border-radius: 999px; color: #526478; background: white; font-size: 13px; font-weight: 700; }
.blog-categories a span { display: grid; place-items: center; min-width: 20px; height: 20px; border-radius: 50%; color: #718297; background: #edf2f5; font-size: 10px; }
.blog-categories a.active, .blog-categories a:hover { border-color: #2b6386; color: white; background: #2b6386; }
.blog-categories a.active span, .blog-categories a:hover span { color: #2b6386; background: white; }
.clear-filter { color: #286184; font-size: 13px; font-weight: 800; white-space: nowrap; }
.journal-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.journal-card { overflow: hidden; display: flex; flex-direction: column; border: 1px solid #e0e6ea; border-radius: 3px; background: white; box-shadow: 0 8px 24px rgba(18,43,66,.05); transition: transform .25s ease, box-shadow .25s ease; }
.journal-card:hover { transform: translateY(-5px); box-shadow: 0 16px 36px rgba(18,43,66,.11); }
.journal-image { overflow: hidden; display: grid; place-items: center; aspect-ratio: 16/10; color: white; background: #234d6a; }
.journal-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.journal-card:hover .journal-image img { transform: scale(1.035); }
.journal-image span { letter-spacing: .16em; font-size: 12px; }
.journal-card-copy { display: flex; flex: 1; flex-direction: column; padding: 25px; }
.journal-meta { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 14px; color: #8995a2; font-size: 11px; letter-spacing: .04em; }
.journal-meta a { color: #2b6386; font-weight: 800; text-transform: uppercase; }
.journal-card h2 { margin: 0 0 12px; color: #152c43; font-family: Georgia, serif; font-size: 25px; line-height: 1.2; }
.journal-card p { margin: 0 0 22px; color: #647386; font-size: 14px; line-height: 1.65; }
.journal-read { display: flex; align-items: center; gap: 10px; margin-top: auto; color: #265e80; font-size: 13px; font-weight: 800; }
.journal-read span { transition: transform .2s; }
.journal-read:hover span { transform: translateX(4px); }
.journal-featured { grid-column: span 2; display: grid; grid-template-columns: 1.12fr .88fr; }
.journal-featured .journal-image { height: 100%; min-height: 440px; aspect-ratio: auto; }
.journal-featured .journal-card-copy { justify-content: center; padding: clamp(30px, 4vw, 52px); }
.journal-featured h2 { font-size: clamp(30px, 3vw, 42px); }
.pagination { display: flex; align-items: center; justify-content: center; gap: 24px; margin-top: 45px; }
.pagination a { color: #286184; font-weight: 800; }
.pagination span { color: #7a8796; font-size: 13px; }
.journal-empty { padding: 80px 20px; border: 1px dashed #cad5dd; color: #718092; background: white; text-align: center; }
.journal-empty > span { color: #c39a4c; font-size: 38px; }
.journal-empty h2 { margin: 12px 0 8px; color: #142d45; font-family: Georgia, serif; font-size: 30px; }
.journal-empty p { margin: 0 0 24px; }

.draft-preview-banner { padding: 10px 20px; color: #6d5316; background: #fff1c8; text-align: center; font-size: 13px; font-weight: 800; }
.article-page { background: #fff; }
.article-header { padding: 74px 0 48px; background: linear-gradient(180deg, #f3f7f9, #fff); text-align: center; }
.article-header-inner { max-width: 1000px; }
.article-breadcrumb { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 8px; margin-bottom: 30px; color: #82909e; font-size: 12px; }
.article-breadcrumb a:hover { color: #2b6386; }
.article-category { color: #2b6386; font-size: 12px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.article-header h1 { max-width: 940px; margin: 14px auto 20px; color: #102a43; font-family: Georgia, serif; font-size: clamp(43px, 6vw, 72px); line-height: 1.08; }
.article-deck { max-width: 760px; margin: 0 auto; color: #5f7183; font-size: 19px; line-height: 1.65; }
.article-byline { display: flex; align-items: center; justify-content: center; gap: 25px; margin-top: 30px; color: #69798a; }
.article-byline > div { display: flex; align-items: center; gap: 10px; }
.article-byline img { width: 38px; height: 38px; border: 1px solid #d8e0e5; border-radius: 50%; background: white; }
.article-byline span { display: flex; flex-direction: column; text-align: left; }
.article-byline b { color: #263d52; font-size: 12px; }
.article-byline small, .article-byline time { color: #8a96a3; font-size: 10px; }
.article-cover { overflow: hidden; max-width: 1240px; height: min(620px, 53vw); padding: 0; }
.article-cover img { width: 100%; height: 100%; object-fit: cover; }
.article-layout { display: grid; grid-template-columns: 70px minmax(0, 760px) 285px; justify-content: center; align-items: start; gap: 48px; padding-top: 70px; padding-bottom: 95px; }
.article-share { position: sticky; top: 125px; display: flex; flex-direction: column; align-items: center; gap: 10px; }
.article-share > span { margin-bottom: 3px; color: #9aa4af; font-size: 9px; font-weight: 900; letter-spacing: .15em; }
.article-share a, .article-share button { display: grid; place-items: center; width: 38px; height: 38px; border: 1px solid #d7e0e7; border-radius: 50%; color: #315f7e; background: white; font-weight: 800; cursor: pointer; }
.article-content { min-width: 0; color: #33475a; font-size: 17px; line-height: 1.85; }
.article-content > *:first-child { margin-top: 0; }
.article-content p { margin: 0 0 1.25em; }
.article-content h1, .article-content h2, .article-content h3, .article-content h4 { color: #112d46; font-family: Georgia, serif; line-height: 1.24; }
.article-content h2 { margin: 1.8em 0 .65em; font-size: 36px; }
.article-content h3 { margin: 1.6em 0 .55em; font-size: 27px; }
.article-content ul, .article-content ol { margin: 0 0 1.4em; padding-left: 1.3em; }
.article-content li { margin: .5em 0; padding-left: .3em; }
.article-content blockquote { margin: 2em 0; padding: 22px 28px; border-left: 4px solid #c49b4e; color: #455b6e; background: #f4f1e9; font-family: Georgia, serif; font-size: 21px; line-height: 1.65; }
.article-content img { max-width: 100%; height: auto; border-radius: 2px; }
.article-content figure { margin: 2.2em 0; }
.article-content figure img { width: 100%; }
.article-content figcaption { margin-top: 10px; color: #8793a0; text-align: center; font-size: 12px; }
.article-content a { color: #256588; text-decoration: underline; text-decoration-color: #a8c4d4; text-underline-offset: 3px; }
.article-content table { display: block; overflow-x: auto; width: 100%; margin: 1.8em 0; border-collapse: collapse; }
.article-content th, .article-content td { padding: 11px 13px; border: 1px solid #d6e0e6; }
.article-content th { color: #15334e; background: #eef4f7; }
.article-content pre { overflow-x: auto; padding: 18px; border-radius: 6px; color: #dce7ef; background: #132238; }
.article-content .article-attachment { display: flex; align-items: center; gap: 10px; padding: 15px 17px; border: 1px solid #cddce5; border-radius: 6px; color: #245f82; background: #f2f7fa; text-decoration: none; font-weight: 800; }
.article-content video, .article-content audio { width: 100%; }
.article-cta { position: sticky; top: 120px; padding: 28px; color: white; background: #163b59; }
.article-cta .eyebrow { color: #e0bd6e; font-size: 10px; }
.article-cta h2 { margin: 12px 0; color: white; font-family: Georgia, serif; font-size: 27px; line-height: 1.25; }
.article-cta p { margin: 0 0 22px; color: #d4e0e8; font-size: 13px; line-height: 1.7; }
.related-section { background: #f1f5f7; }
.related-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; margin-bottom: 28px; }
.related-heading h2 { margin: 8px 0 0; color: #122d44; font-family: Georgia, serif; font-size: 38px; }
.related-heading > a { color: #286184; font-weight: 800; }
.related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.related-grid article { background: white; }
.related-grid img { width: 100%; aspect-ratio: 16/9; object-fit: cover; }
.related-grid span { display: block; padding: 18px 20px 0; color: #8995a2; font-size: 10px; }
.related-grid h3 { margin: 8px 20px 22px; color: #153149; font-family: Georgia, serif; font-size: 22px; line-height: 1.3; }

@media (max-width: 1100px) {
  .journal-grid { grid-template-columns: repeat(2, 1fr); }
  .article-layout { grid-template-columns: 56px minmax(0, 740px); }
  .article-cta { position: static; grid-column: 2; }
}
@media (max-width: 760px) {
  .blog-hero { padding: 76px 0 68px; }
  .blog-hero p { font-size: 16px; }
  .blog-search { border-radius: 16px; }
  .blog-search button { min-width: 88px; }
  .blog-toolbar { align-items: flex-start; flex-direction: column; }
  .journal-grid { grid-template-columns: 1fr; }
  .journal-featured { grid-column: auto; display: flex; }
  .journal-featured .journal-image { min-height: 0; aspect-ratio: 16/10; }
  .article-header { padding: 48px 0 35px; }
  .article-header h1 { font-size: clamp(38px, 12vw, 55px); }
  .article-deck { font-size: 16px; }
  .article-cover { width: calc(100% - 30px); height: 58vw; }
  .article-layout { display: block; padding-top: 45px; padding-bottom: 60px; }
  .article-share { position: static; flex-direction: row; justify-content: flex-start; margin-bottom: 30px; }
  .article-share > span { margin: 0 5px 0 0; }
  .article-cta { margin-top: 45px; }
  .related-heading { align-items: flex-start; flex-direction: column; }
  .related-grid { grid-template-columns: 1fr; }
}
@media (max-width: 480px) {
  .blog-search { flex-direction: column; padding: 8px; }
  .blog-search button { height: 44px; }
  .article-byline { align-items: flex-start; flex-direction: column; gap: 10px; }
  .article-content { font-size: 16px; }
  .article-content h2 { font-size: 30px; }
}
