:root {
  --hm-blog-navy: #123844;
  --hm-blog-cyan: #16bad4;
  --hm-blog-cyan-dark: #008faa;
  --hm-blog-lime: #9bef00;
  --hm-blog-ink: #173842;
  --hm-blog-muted: #687d84;
  --hm-blog-line: #d9e7eb;
  --hm-blog-paper: #fff;
}

html { scroll-behavior: smooth; }

.hm-blog-detail-hero .hm-hero-title {
  margin: 0 0 23px;
  color: var(--hm-navy);
  font-size: clamp(43px,5.5vw,72px);
  line-height: 1.18;
  letter-spacing: .025em;
  font-weight: 900;
  text-shadow: 3px 3px 0 #fff, -3px -3px 0 #fff, 3px -3px 0 #fff, -3px 3px 0 #fff;
}
.hm-blog-detail-hero .hm-hero-title em { color: var(--hm-cyan-dark); background: none; font-size: 1.12em; font-style: normal; }
.hm-blog-detail-hero .hm-hero-title strong { display: inline-block; margin-top: 4px; padding: 0 .1em; color: var(--hm-navy); font-size: 1.16em; background: var(--hm-lime); border: 3px solid var(--hm-navy); transform: rotate(-1deg); }
.hm-blog-detail-hero + .hm-blog-single-shell { border-top: 0; }

body.single-post { padding-bottom: 104px; }
.hm-blog-fixed-recruit-banner {
  position: fixed;
  z-index: 9990;
  right: 24px;
  bottom: 18px;
  left: 24px;
  display: grid;
  width: min(720px, calc(100% - 48px));
  min-height: 78px;
  grid-template-columns: auto 1fr 48px;
  align-items: center;
  gap: 16px;
  margin-inline: auto;
  padding: 12px 16px 12px 25px;
  color: #fff;
  background: linear-gradient(105deg, var(--hm-blog-cyan-dark), var(--hm-blog-cyan));
  border: 4px solid var(--hm-blog-navy);
  box-shadow: 8px 8px 0 var(--hm-blog-lime);
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease;
}
.hm-blog-fixed-recruit-banner:hover,
.hm-blog-fixed-recruit-banner:focus-visible { color: #fff; box-shadow: 11px 11px 0 var(--hm-blog-lime); transform: translateY(-3px); }
.hm-blog-fixed-recruit-banner > span { padding: 7px 10px; color: var(--hm-blog-navy); background: #fff; border: 2px solid var(--hm-blog-navy); font-size: 12px; font-weight: 900; white-space: nowrap; }
.hm-blog-fixed-recruit-banner > strong { font-size: clamp(19px,2.2vw,27px); line-height: 1.25; text-align: center; }
.hm-blog-fixed-recruit-banner > i { display: grid; width: 44px; height: 44px; place-items: center; color: var(--hm-blog-navy); background: var(--hm-blog-lime); border: 2px solid var(--hm-blog-navy); font-size: 22px; font-style: normal; font-weight: 900; }

.hm-blog-archive-hero {
  position: relative;
  overflow: hidden;
  padding: 72px 0 66px;
  color: var(--hm-blog-navy);
  text-align: center;
  background:
    radial-gradient(circle at 12% 24%, rgba(155,239,0,.58) 0 9px, transparent 10px),
    radial-gradient(circle at 88% 74%, rgba(18,56,68,.13) 0 5px, transparent 6px),
    repeating-linear-gradient(90deg, #e8faff 0 130px, #d9f5fb 130px 260px);
  border-bottom: 5px solid var(--hm-blog-navy);
}

.hm-blog-archive-hero::before,
.hm-blog-archive-hero::after {
  content: "";
  position: absolute;
  width: 160px;
  height: 160px;
  border: 4px solid var(--hm-blog-navy);
  border-radius: 50%;
  opacity: .09;
}

.hm-blog-archive-hero::before { left: -45px; top: -64px; }
.hm-blog-archive-hero::after { right: -36px; bottom: -82px; }
.hm-blog-archive-hero .hm-container { position: relative; z-index: 1; }
.hm-blog-archive-hero .hm-eyebrow { margin: 0 0 12px; color: var(--hm-blog-cyan-dark); font-weight: 900; letter-spacing: .18em; }
.hm-blog-archive-hero h1 { margin: 0; font-size: clamp(34px, 5vw, 62px); line-height: 1.2; font-weight: 900; }
.hm-blog-archive-hero p:last-child { max-width: 760px; margin: 20px auto 0; font-size: 17px; line-height: 1.9; font-weight: 700; }

.hm-blog-category-nav { padding: 22px 0; background: #fff; border-bottom: 1px solid var(--hm-blog-line); }
.hm-blog-category-list { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; }
.hm-blog-category-list a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 8px 22px;
  color: var(--hm-blog-navy);
  background: #fff;
  border: 2px solid var(--hm-blog-navy);
  font-weight: 900;
  text-decoration: none;
  box-shadow: 4px 4px 0 #d9f5fb;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.hm-blog-category-list a:hover,
.hm-blog-category-list a:focus-visible,
.hm-blog-category-list a.is-current { color: #fff; background: var(--hm-blog-navy); box-shadow: 4px 4px 0 var(--hm-blog-lime); transform: translate(-2px,-2px); }

.hm-blog-archive-section { padding: 70px 0 92px; background: #f5f7f8; }
.hm-blog-heading-row { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 32px; }
.hm-blog-heading-row .hm-eyebrow { margin: 0 0 6px; color: var(--hm-blog-cyan-dark); font-weight: 900; letter-spacing: .15em; }
.hm-blog-heading-row h2 { margin: 0; color: var(--hm-blog-navy); font-size: clamp(30px, 4vw, 44px); line-height: 1.2; }
.hm-blog-heading-row > span { padding-bottom: 5px; color: var(--hm-blog-muted); font-size: 13px; font-weight: 900; letter-spacing: .12em; }

.hm-blog-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 34px 28px; }
.hm-blog-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  background: #fff;
  border: 3px solid var(--hm-blog-navy);
  box-shadow: 8px 8px 0 #d8e7eb;
  transition: transform .22s ease, box-shadow .22s ease;
}
.hm-blog-card:hover { transform: translateY(-7px); box-shadow: 8px 15px 0 rgba(22,186,212,.3); }
.hm-blog-card-media { position: relative; display: block; overflow: hidden; aspect-ratio: 16/10; background: #dff8fc; border-bottom: 3px solid var(--hm-blog-navy); }
.hm-blog-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.hm-blog-card:hover .hm-blog-card-media img { transform: scale(1.045); }
.hm-blog-card-category { position: absolute; left: 18px; bottom: 0; min-width: 110px; padding: 10px 16px; color: #fff; background: var(--hm-blog-navy); text-align: center; font-size: 13px; font-weight: 900; }
.hm-blog-card-body { display: flex; flex: 1; flex-direction: column; padding: 25px 24px 24px; }
.hm-blog-card-title { margin: 0 0 15px; font-size: 21px; line-height: 1.55; font-weight: 900; }
.hm-blog-card-title a { color: var(--hm-blog-navy); text-decoration: none; }
.hm-blog-card-title a:hover { color: var(--hm-blog-cyan-dark); }
.hm-blog-card-excerpt { display: -webkit-box; overflow: hidden; margin: 0 0 18px; color: #405c64; font-size: 15px; line-height: 1.85; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.hm-blog-card-meta { display: flex; gap: 14px; margin-top: auto; padding-top: 15px; color: var(--hm-blog-muted); border-top: 1px dotted #a6bac0; font-size: 12px; font-weight: 800; }
.hm-blog-card-more { display: flex; align-items: center; justify-content: space-between; margin-top: 15px; color: var(--hm-blog-cyan-dark); font-size: 14px; font-weight: 900; text-decoration: none; }
.hm-blog-card-more span { display: inline-grid; width: 28px; height: 28px; place-items: center; color: var(--hm-blog-navy); background: var(--hm-blog-lime); border: 2px solid var(--hm-blog-navy); }

.hm-blog-pagination { margin-top: 54px; }
.hm-blog-pagination .nav-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; }
.hm-blog-pagination a,
.hm-blog-pagination span { display: grid; min-width: 45px; height: 45px; padding: 0 12px; place-items: center; color: var(--hm-blog-navy); background: #fff; border: 2px solid var(--hm-blog-navy); font-weight: 900; text-decoration: none; }
.hm-blog-pagination .current { color: #fff; background: var(--hm-blog-navy); box-shadow: 4px 4px 0 var(--hm-blog-lime); }
.hm-blog-empty { padding: 70px 24px; background: #fff; border: 3px solid var(--hm-blog-navy); text-align: center; box-shadow: 8px 8px 0 var(--hm-blog-lime); }

.hm-blog-progress { position: fixed; z-index: 9999; top: 0; right: 0; left: 0; height: 5px; pointer-events: none; }
.admin-bar .hm-blog-progress { top: 32px; }
.hm-blog-progress span { display: block; width: 0; height: 100%; background: linear-gradient(90deg,var(--hm-blog-cyan),var(--hm-blog-lime)); box-shadow: 0 1px 0 var(--hm-blog-navy); }

.hm-blog-single-shell {
  padding: 36px 0 96px;
  color: var(--hm-blog-ink);
  background-color: #f6fdff;
  background-image: radial-gradient(rgba(22,186,212,.21) 1.5px, transparent 1.5px);
  background-size: 18px 18px;
}
.hm-blog-breadcrumb { display: flex; max-width: 100%; flex-wrap: wrap; align-items: center; gap: 8px; margin: 0 0 30px; color: var(--hm-blog-muted); font-size: 13px; }
.hm-blog-breadcrumb a { color: var(--hm-blog-cyan-dark); font-weight: 800; text-decoration: none; }
.hm-blog-breadcrumb span:last-child { overflow: hidden; max-width: 58ch; text-overflow: ellipsis; white-space: nowrap; }

.hm-blog-article-header { margin-bottom: 34px; padding: 42px 48px 38px; background: #fff; border: 4px solid var(--hm-blog-navy); box-shadow: 10px 10px 0 var(--hm-blog-lime); }
.hm-blog-article-categories { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 18px; }
.hm-blog-article-categories a { padding: 7px 14px; color: #fff; background: var(--hm-blog-cyan-dark); font-size: 13px; font-weight: 900; text-decoration: none; }
.hm-blog-article-header h1 { margin: 0; color: var(--hm-blog-navy); font-size: clamp(32px, 5vw, 56px); line-height: 1.35; font-weight: 900; overflow-wrap: anywhere; }
.hm-blog-article-meta { display: flex; flex-wrap: wrap; gap: 12px 24px; margin-top: 25px; padding-top: 18px; color: var(--hm-blog-muted); border-top: 2px dotted #b6cbd1; font-size: 13px; font-weight: 800; }
.hm-blog-article-meta time::before,
.hm-blog-article-meta span::before { content: ""; display: inline-block; width: 8px; height: 8px; margin-right: 7px; background: var(--hm-blog-lime); border: 1px solid var(--hm-blog-navy); border-radius: 50%; }

.hm-blog-layout { display: grid; grid-template-columns: minmax(0, 1fr) 300px; align-items: start; gap: 32px; }
.hm-blog-article {
  min-width: 0;
  padding: 48px 52px 54px;
  background: var(--hm-blog-paper);
  border: 3px solid var(--hm-blog-navy);
  box-shadow: 8px 8px 0 rgba(22,186,212,.45);
}
.hm-blog-featured { overflow: hidden; margin: -16px -18px 38px; border: 3px solid var(--hm-blog-navy); }
.hm-blog-featured img { display: block; width: 100%; height: auto; }

.hm-blog-toc { margin: 0 0 44px; padding: 0 25px 22px; background: #edfbfe; border: 2px solid var(--hm-blog-navy); border-top: 8px solid var(--hm-blog-cyan); box-shadow: 5px 5px 0 #dff2f6; }
.hm-blog-toc[hidden] { display: none; }
.hm-blog-toc-title { display: flex; width: 100%; align-items: center; justify-content: space-between; padding: 17px 0 13px; color: var(--hm-blog-navy); background: transparent; border: 0; font: inherit; font-size: 18px; font-weight: 900; cursor: pointer; }
.hm-blog-toc-title span:last-child { display: grid; width: 28px; height: 28px; place-items: center; color: var(--hm-blog-navy); background: var(--hm-blog-lime); border: 2px solid var(--hm-blog-navy); transition: transform .2s ease; }
.hm-blog-toc-title[aria-expanded="true"] span:last-child { transform: rotate(45deg); }
.hm-blog-toc ol { margin: 0; padding: 2px 0 0 1.5em; }
.hm-blog-toc li { margin: 9px 0; color: var(--hm-blog-cyan-dark); font-size: 14px; font-weight: 800; }
.hm-blog-toc li.is-h3 { margin-left: 18px; font-size: 13px; }
.hm-blog-toc a { color: var(--hm-blog-ink); text-decoration: none; }
.hm-blog-toc a:hover,
.hm-blog-toc a.is-active { color: var(--hm-blog-cyan-dark); text-decoration: underline; text-underline-offset: 4px; }
.hm-blog-toc.is-collapsed ol { display: none; }

.hm-blog-entry-content { color: var(--hm-blog-ink); font-size: 18px; line-height: 2; overflow-wrap: anywhere; }
.hm-blog-entry-content > *:first-child { margin-top: 0; }
.hm-blog-entry-content p { margin: 0 0 1.75em; font-size: inherit; line-height: inherit; }
.hm-blog-entry-content ul,
.hm-blog-entry-content ol { margin: 0 0 1.8em; padding-left: 1.55em; }
.hm-blog-entry-content li { margin: .55em 0; }
.hm-blog-entry-content a { color: #007e9a; font-weight: 700; text-decoration-thickness: 2px; text-underline-offset: 3px; }
.hm-blog-entry-content img { max-width: 100%; height: auto; }
.hm-blog-entry-content figure { margin: 2.2em 0; }
.hm-blog-entry-content figcaption { margin-top: 8px; color: var(--hm-blog-muted); font-size: 13px; text-align: center; }
.hm-blog-entry-content h2,
.hm-blog-entry-content h3 { scroll-margin-top: 110px; }
.hm-blog-entry-content h2 {
  position: relative;
  margin: 2.7em 0 1.1em;
  padding: 19px 22px 18px 28px;
  color: #fff;
  background: var(--hm-blog-navy);
  border-left: 10px solid var(--hm-blog-cyan);
  font-size: 30px;
  line-height: 1.45;
  font-weight: 900;
  box-shadow: 7px 7px 0 var(--hm-blog-lime);
}
.hm-blog-entry-content h2::after { content: ""; position: absolute; right: 16px; bottom: -14px; width: 72px; border-top: 4px dotted var(--hm-blog-cyan); }
.hm-blog-entry-content h3 { margin: 2.35em 0 1em; padding: 7px 15px 10px; color: var(--hm-blog-navy); border-left: 8px solid var(--hm-blog-cyan); border-bottom: 3px dotted #8faab2; font-size: 25px; line-height: 1.5; font-weight: 900; }
.hm-blog-entry-content h4 { margin: 2em 0 .85em; padding: 12px 17px; color: var(--hm-blog-navy); background: linear-gradient(90deg,rgba(155,239,0,.23),rgba(155,239,0,.05)); border-left: 6px solid var(--hm-blog-lime); font-size: 22px; line-height: 1.55; font-weight: 900; }
.hm-blog-entry-content h5 { position: relative; margin: 1.8em 0 .75em; padding: 0 0 8px 27px; color: var(--hm-blog-navy); border-bottom: 2px dotted #aac1c7; font-size: 19px; line-height: 1.6; font-weight: 900; }
.hm-blog-entry-content h5::before { content: ""; position: absolute; left: 0; top: .35em; width: 15px; height: 15px; background: var(--hm-blog-lime); border: 2px solid var(--hm-blog-navy); transform: rotate(8deg); }
.hm-blog-entry-content blockquote { position: relative; margin: 2em 0; padding: 25px 28px 24px 62px; background: #f1fbfd; border: 0; border-left: 5px solid var(--hm-blog-cyan); }
.hm-blog-entry-content blockquote::before { content: "“"; position: absolute; left: 18px; top: -5px; color: var(--hm-blog-cyan); font: 900 58px/1 Georgia,serif; }
.hm-blog-entry-content blockquote p:last-child { margin-bottom: 0; }
.hm-blog-entry-content table { display: block; overflow-x: auto; width: 100%; margin: 2em 0; border-collapse: collapse; font-size: 16px; }
.hm-blog-entry-content th,
.hm-blog-entry-content td { padding: 12px 14px; border: 1px solid #bfd3d8; }
.hm-blog-entry-content th { color: #fff; background: var(--hm-blog-navy); }
.hm-blog-entry-content .wp-block-button__link { color: #fff; background: var(--hm-blog-cyan-dark); border: 3px solid var(--hm-blog-navy); border-radius: 0; box-shadow: 5px 5px 0 var(--hm-blog-lime); text-decoration: none; }

.hm-blog-tags { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-top: 44px; padding-top: 22px; border-top: 2px dotted #adc3c9; }
.hm-blog-tags strong { margin-right: 4px; color: var(--hm-blog-navy); font-size: 14px; }
.hm-blog-tags a { padding: 6px 10px; color: var(--hm-blog-cyan-dark); background: #e9fafd; font-size: 13px; font-weight: 800; text-decoration: none; }
.hm-blog-share { display: flex; flex-wrap: wrap; align-items: center; gap: 9px; margin-top: 24px; padding: 18px; background: #f5f7f8; }
.hm-blog-share strong { margin-right: auto; color: var(--hm-blog-navy); }
.hm-blog-share a,
.hm-blog-share button { min-width: 64px; padding: 8px 12px; color: #fff; background: var(--hm-blog-navy); border: 0; border-radius: 0; font: inherit; font-size: 13px; font-weight: 900; text-align: center; text-decoration: none; cursor: pointer; }
.hm-blog-share a:nth-of-type(2) { background: #06c755; }
.hm-blog-share [data-copy-status] { flex-basis: 100%; color: var(--hm-blog-cyan-dark); font-size: 12px; text-align: right; }

.hm-blog-inline-cta { margin-top: 42px; padding: 34px 30px; color: var(--hm-blog-navy); text-align: center; background: repeating-linear-gradient(90deg,#effcff 0 80px,#def8fd 80px 160px); border: 3px solid var(--hm-blog-navy); box-shadow: 7px 7px 0 var(--hm-blog-lime); }
.hm-blog-inline-cta p { margin: 0 0 6px; color: var(--hm-blog-cyan-dark); font-size: 14px; font-weight: 900; letter-spacing: .08em; }
.hm-blog-inline-cta h2 { margin: 0; color: var(--hm-blog-navy); background: transparent; border: 0; font-size: 25px; box-shadow: none; }
.hm-blog-inline-cta h2::after { display: none; }
.hm-blog-inline-cta > div { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-top: 22px; }

.hm-blog-sidebar { position: sticky; top: 120px; display: grid; gap: 22px; }
.admin-bar .hm-blog-sidebar { top: 152px; }
.hm-blog-side-card { padding: 25px 23px; background: #fff; border: 3px solid var(--hm-blog-navy); box-shadow: 6px 6px 0 #d9e9ed; }
.hm-blog-side-card .hm-eyebrow { margin: 0 0 5px; color: var(--hm-blog-cyan-dark); font-size: 11px; font-weight: 900; letter-spacing: .13em; }
.hm-blog-side-card h2 { margin: 0 0 17px; color: var(--hm-blog-navy); font-size: 21px; line-height: 1.45; }
.hm-blog-side-card--guide { border-top: 8px solid var(--hm-blog-lime); }
.hm-blog-side-card--guide > a { display: block; padding: 12px 2px; color: var(--hm-blog-ink); border-top: 1px dotted #a6bcc2; font-size: 14px; font-weight: 800; text-decoration: none; }
.hm-blog-side-card--guide > a::after { content: "→"; float: right; color: var(--hm-blog-cyan-dark); }
.hm-blog-side-card ul { margin: 0; padding: 0; list-style: none; }
.hm-blog-side-card li a { display: flex; align-items: center; justify-content: space-between; padding: 10px 0; color: var(--hm-blog-ink); border-top: 1px dotted #adc3c9; font-size: 14px; font-weight: 800; text-decoration: none; }
.hm-blog-side-card li b { display: grid; min-width: 27px; height: 27px; padding: 0 5px; place-items: center; color: var(--hm-blog-navy); background: var(--hm-blog-lime); border: 1px solid var(--hm-blog-navy); font-size: 11px; }
.hm-blog-side-card--cta { color: #fff; background: var(--hm-blog-cyan-dark); box-shadow: 6px 6px 0 var(--hm-blog-lime); }
.hm-blog-side-card--cta span { font-size: 12px; font-weight: 900; }
.hm-blog-side-card--cta h2 { margin-top: 7px; color: #fff; }
.hm-blog-side-card--cta a { display: block; padding: 12px 10px; color: var(--hm-blog-navy); background: var(--hm-blog-lime); border: 2px solid var(--hm-blog-navy); font-size: 14px; font-weight: 900; text-align: center; text-decoration: none; }

.hm-blog-post-nav { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 20px; margin: 52px 0; }
.hm-blog-post-nav a { display: flex; min-height: 120px; flex-direction: column; justify-content: center; padding: 23px 26px; color: var(--hm-blog-navy); background: #fff; border: 3px solid var(--hm-blog-navy); box-shadow: 6px 6px 0 #d7e8ec; text-decoration: none; }
.hm-blog-post-nav a:last-child { text-align: right; }
.hm-blog-post-nav span { color: var(--hm-blog-cyan-dark); font-size: 12px; font-weight: 900; }
.hm-blog-post-nav strong { margin-top: 7px; font-size: 16px; line-height: 1.5; }
.hm-blog-related { padding-top: 22px; }
.hm-blog-related .hm-blog-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }

@media (max-width: 1050px) {
  .hm-blog-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .hm-blog-layout { grid-template-columns: minmax(0,1fr); }
  .hm-blog-sidebar { position: static; grid-template-columns: repeat(3,minmax(0,1fr)); }
}

@media (max-width: 782px) {
  .admin-bar .hm-blog-progress { top: 46px; }
}

@media (max-width: 700px) {
  body.single-post { padding-bottom: calc(76px + env(safe-area-inset-bottom)); }
  .hm-blog-fixed-recruit-banner {
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    min-height: 68px;
    grid-template-columns: 1fr 38px;
    gap: 10px;
    padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
    border-width: 3px 0 0;
    box-shadow: 0 -5px 0 var(--hm-blog-lime);
  }
  .hm-blog-fixed-recruit-banner:hover,
  .hm-blog-fixed-recruit-banner:focus-visible { box-shadow: 0 -5px 0 var(--hm-blog-lime); transform: none; }
  .hm-blog-fixed-recruit-banner > span { display: none; }
  .hm-blog-fixed-recruit-banner > strong { font-size: 19px; text-align: center; }
  .hm-blog-fixed-recruit-banner > i { width: 36px; height: 36px; font-size: 18px; }
  .hm-blog-archive-hero { padding: 48px 0 45px; }
  .hm-blog-archive-hero h1 { font-size: 34px; }
  .hm-blog-archive-hero p:last-child { font-size: 15px; }
  .hm-blog-category-nav { padding: 16px 0; }
  .hm-blog-category-list { flex-wrap: nowrap; justify-content: flex-start; overflow-x: auto; padding-bottom: 7px; }
  .hm-blog-category-list a { flex: 0 0 auto; min-height: 40px; padding: 7px 16px; font-size: 13px; }
  .hm-blog-archive-section { padding: 48px 0 70px; }
  .hm-blog-heading-row { align-items: flex-start; margin-bottom: 24px; }
  .hm-blog-heading-row h2 { font-size: 30px; }
  .hm-blog-heading-row > span { font-size: 10px; }
  .hm-blog-grid,
  .hm-blog-related .hm-blog-grid { grid-template-columns: minmax(0,1fr); gap: 25px; }
  .hm-blog-card { box-shadow: 6px 6px 0 #d8e7eb; }
  .hm-blog-card-body { padding: 21px 19px; }
  .hm-blog-card-title { font-size: 20px; }
  .hm-blog-single-shell { padding: 24px 0 70px; background-size: 15px 15px; }
  .hm-blog-breadcrumb { margin-bottom: 20px; font-size: 11px; }
  .hm-blog-article-header { margin-bottom: 25px; padding: 27px 21px 24px; border-width: 3px; box-shadow: 6px 6px 0 var(--hm-blog-lime); }
  .hm-blog-article-header h1 { font-size: 29px; line-height: 1.42; }
  .hm-blog-article-meta { gap: 8px 14px; font-size: 11px; }
  .hm-blog-article { padding: 29px 20px 35px; box-shadow: 5px 5px 0 rgba(22,186,212,.45); }
  .hm-blog-featured { margin: -8px -8px 28px; }
  .hm-blog-toc { margin-bottom: 34px; padding: 0 18px 18px; }
  .hm-blog-entry-content { font-size: 18px; line-height: 1.95; }
  .hm-blog-entry-content h2 { margin-top: 2.35em; padding: 16px 15px 15px 19px; border-left-width: 7px; font-size: 25px; box-shadow: 5px 5px 0 var(--hm-blog-lime); }
  .hm-blog-entry-content h3 { padding-left: 12px; font-size: 22px; }
  .hm-blog-entry-content h4 { font-size: 20px; }
  .hm-blog-entry-content h5 { font-size: 18px; }
  .hm-blog-entry-content blockquote { padding: 22px 18px 20px 48px; }
  .hm-blog-inline-cta { padding: 27px 17px; }
  .hm-blog-inline-cta h2 { font-size: 22px; }
  .hm-blog-inline-cta > div { display: grid; grid-template-columns: 1fr; }
  .hm-blog-sidebar { grid-template-columns: 1fr; }
  .hm-blog-post-nav { grid-template-columns: 1fr; margin: 38px 0; }
  .hm-blog-post-nav a:last-child { text-align: left; }
  .hm-blog-share strong { flex-basis: 100%; }
  .hm-blog-share [data-copy-status] { text-align: left; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .hm-blog-card,
  .hm-blog-card-media img,
  .hm-blog-category-list a { transition: none; }
}

/* Selected editorial emphasis: limits are enforced before auto-posting. */
.hm-blog-entry-content .hm-auto-article mark {
  color: inherit;
  background: linear-gradient(transparent 58%, #e2f4a8 58%);
  padding: 0 .08em;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
.hm-blog-entry-content .hm-auto-article ul:not(.hm-auto-sources),
.hm-blog-entry-content .hm-auto-article ol {
  padding: 1.1em 1.4em 1.1em 2.6em;
  background: #f3fafb;
  border-left: 3px solid var(--hm-blog-cyan);
  border-radius: 0 8px 8px 0;
}
.hm-blog-entry-content .hm-auto-article li::marker {
  color: #087c88;
  font-weight: 700;
}
@media (max-width: 680px) {
  .hm-blog-entry-content .hm-auto-article ul:not(.hm-auto-sources),
  .hm-blog-entry-content .hm-auto-article ol { padding-right: 1em; padding-left: 2.1em; }
}
