/* Editorial layer: the publisher hub, product sections and existing articles. */
.blog-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 143px var(--gutter) 76px;
}
.blog-breadcrumbs { position: relative; z-index: 2; margin-bottom: 38px; }
.blog-breadcrumbs ol { display: flex; flex-wrap: wrap; align-items: center; gap: 0 13px; padding: 0; margin: 0; list-style: none; }
.blog-breadcrumbs li { display: flex; align-items: center; gap: 13px; min-width: 0; color: #aabbcf; font-size: 13px; line-height: 1.5; }
.blog-breadcrumbs a { display: inline-flex; align-items: center; min-height: 44px; color: #c7d7e9; text-underline-offset: 5px; }
.blog-breadcrumbs a:hover { color: white; text-decoration: underline; }
.blog-breadcrumbs [aria-current] { overflow-wrap: anywhere; }
.breadcrumb-divider { color: #6f839e; }
.blog-hero-copy { position: relative; z-index: 1; max-width: 810px; }
.blog-hero-copy .section-label { color: #aac2dd; }
.blog-hero h1 { font-size: clamp(45px, 5.1vw, 76px); letter-spacing: -.06em; line-height: 1.13; }
.blog-hero-copy > p:last-child { margin-top: 27px; max-width: 560px; color: #b8c6d9; font-size: 19px; line-height: 1.7; }
.blog-hub-hero { min-height: 580px; }
.blog-hub-hero .blog-hero-copy { max-width: 690px; }
.blog-hero-index { position: absolute; z-index: -1; width: 360px; height: 370px; right: 7%; bottom: -24px; transform: rotate(-13deg); color: #487dab; }
.blog-hero-index::before { content: ''; position: absolute; inset: 0; border-radius: 34px; background: #0d2039; border: 1px solid #284465; box-shadow: 9px 10px 0 #132b47, 10px 11px 0 #314664, 21px 22px 0 #101e33, 22px 23px 0 #29405d; }
.blog-hero-index > span { position: absolute; z-index: 1; top: 32px; left: 30px; font-family: var(--display-font); font-size: 23px; letter-spacing: -.065em; color: #c9dbed; }
.blog-hero-index svg { position: absolute; left: 65px; bottom: 52px; width: 220px; height: 178px; stroke-width: 1; }
.blog-hub-library, .blog-collection { padding: 63px var(--gutter) 88px; border-radius: 32px 32px 0 0; }
.blog-library-heading { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-bottom: 32px; }
.blog-library-heading h2 { font-size: clamp(29px, 3.2vw, 43px); letter-spacing: -.05em; line-height: 1.2; }
.blog-library-heading > span { color: #536780; font-size: 15px; flex-shrink: 0; }
.blog-section-list { display: grid; grid-template-columns: minmax(0, 1fr); gap: 28px; }
.blog-section-card { position: relative; display: block; isolation: isolate; overflow: hidden; border-radius: 24px; background: #0b2832; color: white; }
.blog-section-cover { position: absolute; z-index: -3; width: 100%; height: 100%; inset: 0; object-fit: cover; object-position: center 70%; }
.blog-section-card::after { content: ''; position: absolute; z-index: -2; inset: 0; background: linear-gradient(90deg, #092631fa, #0a2732e8 35%, #0c29337a 72%, #102a3526); }
.blog-section-card-content { display: flex; align-items: flex-start; flex-direction: column; position: relative; min-height: 435px; padding: 40px 45px; }
.blog-section-count { padding: 7px 13px; border: 1px solid #c5e2e347; border-radius: 30px; color: #d2e1e5; font-size: 13px; margin-bottom: 28px; }
.blog-section-card h3 { max-width: 700px; font-size: clamp(29px, 3.4vw, 47px); line-height: 1.18; letter-spacing: -.05em; }
.blog-section-card p { max-width: 480px; margin-top: 19px; color: #c4d7df; font-size: 18px; line-height: 1.65; }
.blog-section-topics { display: flex; flex-wrap: wrap; gap: 8px 19px; padding: 0; margin-top: 26px; color: #bed4dc; font-size: 13px; }
.blog-section-action { display: flex; align-items: center; gap: 20px; margin-top: 33px; font-size: 16px; }
.blog-section-action > span { display: grid; place-items: center; width: 45px; height: 45px; border: 1px solid #c2dbdf66; border-radius: 50%; transition: background .2s, color .2s; }
.blog-section-action svg { width: 20px; height: 20px; }
.blog-section-card:hover .blog-section-action > span { background: white; color: #092631; }
.blog-section-card:focus-visible { outline-color: #1240c0; outline-offset: 6px; }
.blog-app-note { display: flex; justify-content: space-between; align-items: center; gap: 36px; padding: 62px var(--gutter) 70px; background: #e7edf6; color: var(--ink); }
.blog-app-note .section-label { color: #526780; }
.blog-app-note h2 { font-size: clamp(29px, 3.1vw, 42px); line-height: 1.2; letter-spacing: -.045em; }
.blog-app-note p:last-child { color: #536780; margin-top: 16px; font-size: 17px; }
.blog-app-note .text-link { flex-shrink: 0; }
.blog-app-note :focus-visible { outline-color: #1240c0; }
.blog-section-hero h1 { max-width: 960px; font-size: clamp(40px, 4.7vw, 66px); }
.blog-back-link { display: inline-flex; align-items: center; min-height: 44px; margin-top: 28px; color: #b1cee9; font-size: 14px; text-decoration: underline; text-underline-offset: 5px; }
.blog-topic-filters { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 40px; }
.blog-topic-filters button { min-height: 44px; padding: 10px 19px; border: 1px solid #bdcad9; border-radius: 28px; background: transparent; color: #3e536d; font-size: 14px; line-height: 1.4; }
.blog-topic-filters button[aria-pressed="true"] { color: white; background: #112a4b; border-color: #112a4b; }
.blog-topic-filters button:hover:not([aria-pressed="true"]) { background: #e3eaf3; }
.blog-story-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 310px), 1fr)); gap: 28px; }
.blog-story { position: relative; display: flex; flex-direction: column; align-items: stretch; min-width: 0; padding: 28px; border-radius: 17px; border: 1px solid #d4dce7; background: #fff; }
.blog-story-meta { display: flex; align-items: flex-start; flex-wrap: wrap; justify-content: space-between; gap: 8px 14px; color: #526b85; font-size: 12px; line-height: 1.5; }
.blog-story h3 { font-size: 24px; line-height: 1.27; letter-spacing: -.04em; margin: 24px 0 17px; }
.blog-story h3 a::after { content: ''; position: absolute; inset: 0; border-radius: 17px; }
.blog-story:focus-within { outline: 3px solid #1240c0; outline-offset: 4px; }
.blog-story h3 a:focus-visible { outline: none; }
.blog-story h3 a:hover { color: #164b99; }
.blog-story > p { font-size: 17px; line-height: 1.65; color: #536477; }
.blog-story-read { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding-top: 32px; margin-top: auto; font-size: 14px; color: #294a75; }
.blog-story-read svg { width: 19px; height: 19px; }
.blog-article-intro { padding-top: 143px; }
.blog-article-intro .blog-breadcrumbs { margin-bottom: 30px; }
.blog-article-intro .blog-breadcrumbs li:last-child { max-width: 100%; }
.blog-article-intro .article-meta { margin-top: 0; }
.blog-related { padding: 60px var(--gutter) 74px; border-top: 1px solid #d2dce8; }
.blog-related .blog-library-heading { flex-wrap: wrap; }
.blog-related .blog-story-grid { grid-template-columns: repeat(auto-fit, minmax(min(100%, 340px), 1fr)); }
.blog-reading-exit { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 20px; padding: 28px var(--gutter); color: #b4cce7; border-top: 1px solid #26394f; }
.blog-reading-exit a { min-height: 44px; display: inline-flex; align-items: center; font-size: 14px; text-decoration: underline; text-underline-offset: 5px; }
@media (max-width: 1100px) {
  .blog-hero-index { right: -65px; opacity: .65; }
  .blog-hub-hero .blog-hero-copy { max-width: 570px; }
}
@media (max-width: 800px) {
  .blog-hub-hero { min-height: 540px; }
  .blog-hero-index { right: -145px; opacity: .27; }
  .blog-story-grid { gap: 20px; }
  .blog-app-note { flex-direction: column; align-items: flex-start; gap: 27px; }
}
@media (max-width: 700px) {
  .blog-hero, .blog-article-intro { padding-top: 111px; }
  .blog-hero { padding-bottom: 52px; }
  .blog-breadcrumbs { margin-bottom: 25px; }
  .blog-breadcrumbs ol, .blog-breadcrumbs li { gap: 0 9px; }
  .blog-breadcrumbs li { font-size: 12px; }
  .blog-hub-hero { min-height: 0; }
  .blog-hero h1 { font-size: clamp(34px, 9vw, 53px); }
  .blog-hero-copy > p:last-child { font-size: 18px; margin-top: 24px; }
  .blog-hero-index { right: -145px; bottom: -92px; transform: rotate(-13deg) scale(.8); }
  .blog-hub-library, .blog-collection { padding-top: 42px; padding-bottom: 54px; border-radius: 24px 24px 0 0; }
  .blog-library-heading { gap: 18px; margin-bottom: 26px; }
  .blog-library-heading h2 { font-size: 30px; }
  .blog-section-card-content { min-height: 430px; padding: 29px 26px; }
  .blog-section-card::after { background: linear-gradient(110deg, #082631f7, #0a2732cc 70%, #0c29338c); }
  .blog-section-card h3 { font-size: clamp(28px, 7.4vw, 37px); }
  .blog-section-card p { font-size: 17px; }
  .blog-section-count { margin-bottom: 24px; }
  .blog-section-action { margin-top: 27px; }
  .blog-section-topics { gap: 8px 14px; }
  .blog-app-note { padding-block: 44px 50px; }
  .blog-section-hero h1 { font-size: clamp(33px, 8.8vw, 48px); overflow-wrap: normal; }
  .blog-topic-filters { gap: 8px; margin-bottom: 28px; }
  .blog-topic-filters button { padding-inline: 14px; font-size: 13px; }
  .blog-story-grid { grid-template-columns: minmax(0, 1fr); }
  .blog-story { padding: 24px; }
  .blog-story h3 { font-size: 24px; margin-top: 21px; }
  .blog-story-read { padding-top: 25px; }
  .blog-article-intro .blog-breadcrumbs { margin-bottom: 23px; }
  .blog-article-intro .blog-breadcrumbs li:last-child { flex: 1 0 100%; }
  .blog-article-intro .blog-breadcrumbs li:last-child .breadcrumb-divider { display: none; }
  .blog-article-intro .blog-breadcrumbs li:last-child [aria-current] { color: #a8b9cc; padding-block: 5px; }
  .blog-related { padding-top: 45px; padding-bottom: 52px; }
  .blog-related .blog-library-heading { align-items: flex-start; gap: 19px; }
  .blog-reading-exit { align-items: flex-start; flex-direction: column; gap: 5px; padding-block: 22px; }
}
@media (prefers-reduced-motion: reduce) {
  .blog-section-action > span { transition: none; }
}
