/*
 * J77Cyber blog: archive, single-post, and homepage-CTA styles.
 * Scoped to blog-specific classes (all prefixed j77-blog-/j77-article-/etc.)
 * and enqueued only on the blog archive, single posts, and the homepage —
 * see j77cyber_blog_enqueue_assets() in functions.php. Uses the theme's
 * existing --j77-* design tokens from assets/css/j77.css, no new palette.
 */

/* ---------- Nav active state (Blog link, set on archive/single) ---------- */
.j77-nav > a.active:not(.j77-nav__cta) { color: #fff; }

/* ---------- Shared blog primitives ---------- */
.j77-blog-page .j77-eyebrow,
.j77-blog-page .j77-section-kicker {
  display: inline-flex;
  margin: 0 0 24px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.j77-blog-page .j77-eyebrow {
  padding: 7px 13px;
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.17);
}
.j77-blog-page .j77-section-kicker { color: var(--j77-blue-dark); margin-bottom: 9px; }

.j77-post-path {
  margin: 18px 0 0;
  color: #94a3b8;
  font-family: "Roboto Mono", monospace;
  font-size: 10px;
  line-height: 1.5;
  overflow-wrap: anywhere;
}

/* ---------- Blog hero ---------- */
.j77-blog-hero {
  position: relative;
  padding: 52px 0 44px;
  overflow: hidden;
  background: var(--j77-blue);
  color: #fff;
}
.j77-blog-hero h1 {
  max-width: 850px;
  margin: 0;
  color: #fff;
  font-size: clamp(32px, 4.4vw, 50px);
  font-weight: 800;
  line-height: 1.03;
}
.j77-blog-hero h1 em { color: #fde68a; font-style: normal; }
.j77-blog-hero__lead { max-width: 680px; margin: 18px 0 0; color: rgba(255, 255, 255, 0.86); font-size: 16px; }

/* ---------- Category filter + featured + grid ---------- */
.j77-blog-index { padding: 36px 0 110px; }
.j77-topic-row { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 42px; }
.j77-topic {
  padding: 10px 15px;
  border: 1px solid var(--j77-border);
  border-radius: 99px;
  background: #fff;
  color: #64748b;
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
}
.j77-topic:hover, .j77-topic.is-active { border-color: var(--j77-ink); background: var(--j77-ink); color: #fff; }

.j77-featured-post {
  display: grid;
  overflow: hidden;
  border: 1px solid var(--j77-border);
  border-radius: var(--j77-radius);
  box-shadow: var(--j77-shadow);
  grid-template-columns: 1.03fr 0.97fr;
}
.j77-featured-visual { position: relative; min-height: 420px; padding: 56px; overflow: hidden; background: #07172e; color: #fff; display: block; }
.j77-visual-grid {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(59, 130, 246, 0.11) 1px, transparent 1px), linear-gradient(90deg, rgba(59, 130, 246, 0.11) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: linear-gradient(to bottom right, #000, transparent 85%);
}
.j77-header-console {
  position: relative;
  z-index: 1;
  margin-top: 54px;
  padding: 0 0 20px;
  border: 1px solid rgba(147, 197, 253, 0.26);
  border-radius: 8px;
  background: var(--j77-ink);
  box-shadow: 0 32px 70px rgba(0, 0, 0, 0.35);
  font-family: "Roboto Mono", monospace;
  font-size: 11px;
  transform: rotate(-2deg);
}
.j77-header-console .console-path,
.j77-article-console .console-path {
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 12px 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  color: #93c5fd;
}
.j77-header-console p, .j77-article-console p {
  display: grid;
  align-items: center;
  margin: 0;
  padding: 15px 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: #cbd5e1;
  grid-template-columns: 28px 1fr auto;
}
.j77-header-console b, .j77-article-console b, .j77-header-console em, .j77-article-console em { color: #6ee7b7; font-style: normal; }
.j77-header-console i, .j77-article-console i { color: #475569; font-style: normal; }
.j77-header-console .missing em, .j77-article-console .missing em { color: #fca5a5; }
.j77-visual-number { position: absolute; right: 25px; bottom: -18px; color: rgba(255, 255, 255, 0.05); font-size: 120px; font-weight: 800; line-height: 1; }
.j77-featured-copy { display: flex; padding: 56px; flex-direction: column; justify-content: center; }
.j77-post-label { display: flex; align-items: center; gap: 12px; color: #64748b; font-size: 10px; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; }
.j77-post-label span:first-child { color: var(--j77-blue-dark); }
.j77-post-label i { width: 26px; height: 1px; background: #cbd5e1; }
.j77-featured-copy h2 { margin: 25px 0 22px; font-size: clamp(30px, 4vw, 44px); }
.j77-featured-copy h2 a:hover { color: var(--j77-blue-dark); }
.j77-featured-copy > p { margin: 0; color: var(--j77-copy); font-size: 15px; }
.j77-featured-copy .j77-post-path { padding-top: 17px; border-top: 1px solid var(--j77-border); }
.j77-post-footer { display: flex; align-items: center; gap: 14px; margin-top: 35px; color: #64748b; font-size: 11px; font-weight: 800; text-transform: uppercase; flex-wrap: wrap; }
.j77-post-footer span { padding: 6px 9px; border-radius: 4px; background: #eff6ff; color: #1d4ed8; }
.j77-post-footer a { margin-left: auto; color: var(--j77-ink); text-transform: none; }
.j77-post-footer a:hover { color: var(--j77-blue-dark); }

.j77-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin: 78px 0 32px; flex-wrap: wrap; }
.j77-section-heading h2 { margin: 0; font-size: 36px; }
.j77-section-heading > p { max-width: 430px; margin: 0; color: #64748b; font-size: 14px; }

.j77-post-grid { display: grid; gap: 16px; grid-template-columns: repeat(2, 1fr); }
.j77-post-card { overflow: hidden; border: 1px solid var(--j77-border); border-radius: 12px; background: #fff; transition: 0.2s; }
.j77-post-card:hover { box-shadow: 0 18px 40px rgba(13, 21, 38, 0.09); transform: translateY(-3px); }
.j77-post-card[hidden], .j77-featured-post[hidden] { display: none; }
.j77-card-index { padding: 24px 25px; background: #f8fafc; color: #cbd5e1; font-size: 38px; font-weight: 800; line-height: 1; }
.j77-card-body { padding: 26px; }
.j77-card-meta { display: flex; justify-content: space-between; margin: 0; color: #94a3b8; font-size: 10px; font-weight: 800; text-transform: uppercase; }
.j77-card-meta span:first-child { color: var(--j77-blue-dark); }
.j77-post-card h3 { margin: 19px 0 16px; font-size: 21px; }
.j77-card-body > p:not(.j77-card-meta) { min-height: 60px; color: #64748b; font-size: 13px; }
.j77-card-body .j77-post-path { min-height: 36px; margin: 19px 0 14px; padding-top: 13px; border-top: 1px solid var(--j77-border); font-size: 9px; }
.j77-post-card > .j77-card-body > a:last-child { font-size: 12px; font-weight: 800; }
.j77-post-card > .j77-card-body > a:last-child span { color: var(--j77-red); }

/* ---------- Article hero ---------- */
.j77-article-hero { overflow: hidden; background: #f8fafc; }
.j77-article-hero__grid { display: grid; min-height: 560px; align-items: center; gap: 48px; grid-template-columns: 1.13fr 0.87fr; }
.j77-article-heading { padding: 68px 0; }
.j77-back-button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 28px;
  padding: 10px 14px;
  border: 1px solid #cbd5e1;
  border-radius: 5px;
  background: #fff;
  color: #334155;
  font-size: 11px;
  font-weight: 800;
}
.j77-back-button:hover { border-color: #94a3b8; background: #f1f5f9; }
.j77-back-button svg { color: var(--j77-blue-dark); width: 16px; height: 16px; }
.j77-tag-row { display: flex; flex-wrap: wrap; gap: 8px; }
.j77-tag-row a { padding: 6px 10px; border-radius: 4px; background: #dbeafe; color: #1d4ed8; font-size: 10px; font-weight: 800; text-transform: uppercase; }
.j77-article-heading h1 { max-width: 760px; margin: 20px 0 22px; font-size: clamp(38px, 4.75vw, 58px); line-height: 1.03; }
.j77-article-deck { max-width: 720px; margin: 0; color: #475569; font-size: 17px; line-height: 1.7; }
.j77-byline { display: flex; align-items: center; gap: 13px; margin-top: 32px; flex-wrap: wrap; }
.j77-author-mark { display: grid; width: 46px; height: 46px; border-radius: 50%; background: var(--j77-ink); color: #fff; font-size: 13px; font-weight: 800; place-items: center; flex-shrink: 0; }
.j77-byline > div { display: grid; }
.j77-byline strong { font-size: 12px; }
.j77-byline span, .j77-byline time { color: #64748b; font-size: 10px; }
.j77-byline i { width: 1px; height: 35px; margin: 0 5px; background: #d1d5db; }

.j77-article-hero-visual { position: relative; height: 100%; min-height: 560px; overflow: hidden; background: #061629; }
.j77-article-console {
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 44px;
  left: 44px;
  padding: 10px 0;
  border: 1px solid rgba(147, 197, 253, 0.28);
  border-radius: 10px;
  background: rgba(13, 21, 38, 0.94);
  box-shadow: 0 35px 70px rgba(0, 0, 0, 0.4);
  transform: translateY(-50%);
  font-family: "Roboto Mono", monospace;
  font-size: 10px;
}

/* ---------- Reading progress ---------- */
.j77-reading-progress { position: sticky; z-index: 90; top: 0; height: 3px; background: transparent; pointer-events: none; }
.j77-reading-progress span { display: block; width: 0; height: 100%; background: var(--j77-red); }

/* ---------- Article layout ---------- */
.j77-article-layout { display: grid; padding-top: 70px; padding-bottom: 90px; gap: 32px; grid-template-columns: 58px minmax(0, 730px) minmax(190px, 1fr); }
.j77-article-rail { position: relative; }
.j77-share-stack { position: sticky; top: 100px; display: grid; justify-items: center; gap: 9px; }
.j77-share-stack > span { margin-bottom: 3px; color: #94a3b8; font-size: 9px; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; writing-mode: vertical-rl; transform: rotate(180deg); }
.j77-share-stack button, .j77-article-end-share button {
  display: grid;
  width: 38px;
  height: 38px;
  padding: 0;
  border: 1px solid var(--j77-border);
  border-radius: 50%;
  background: #fff;
  color: #475569;
  cursor: pointer;
  place-items: center;
}
.j77-share-stack button:hover, .j77-article-end-share button:hover { border-color: var(--j77-blue); color: var(--j77-blue-dark); }
.j77-share-stack svg, .j77-article-end-share svg { width: 15px; height: 15px; }

.j77-article-content { min-width: 0; }
.j77-article-content p { margin: 0 0 24px; color: #374151; font-size: 16px; }
.j77-article-content .standfirst { color: #111827; font-size: 19px; font-weight: 650; line-height: 1.65; }
.j77-article-content h2 { margin: 60px 0 20px; font-size: 32px; scroll-margin-top: 95px; }
.j77-article-content h3 { margin: 40px 0 16px; font-size: 22px; }
.j77-article-content a { color: var(--j77-blue-dark); text-decoration: underline; text-underline-offset: 3px; }
.j77-article-content code { padding: 2px 5px; border-radius: 4px; background: #f1f5f9; color: #be123c; font-family: "Roboto Mono", monospace; font-size: 0.85em; }
.j77-article-content ol:not(.article-toc ol) { padding-left: 22px; }
.j77-article-content ol:not(.article-toc ol) li { margin: 12px 0; padding-left: 6px; color: #374151; }

.article-toc { display: grid; margin: 40px 0 50px; padding: 26px; border-left: 4px solid var(--j77-blue); background: #f8fafc; gap: 22px; grid-template-columns: 150px 1fr; }
.article-toc div { display: grid; align-content: start; }
.article-toc span { color: #64748b; font-size: 9px; font-weight: 800; text-transform: uppercase; }
.article-toc strong { font-size: 18px; }
.article-toc ol { display: grid; margin: 0; padding-left: 20px; gap: 7px; }
.article-toc a { color: #334155; font-size: 12px; text-decoration: none; }
.article-toc a:hover { color: var(--j77-blue-dark); }

.j77-article-content blockquote { position: relative; margin: 40px 0; padding: 8px 0 8px 32px; border-left: 4px solid var(--j77-red); }
.j77-article-content blockquote p { margin: 0 !important; color: var(--j77-ink) !important; font-size: 22px !important; font-weight: 650; line-height: 1.5 !important; }
.j77-article-content blockquote cite { display: block; margin-top: 12px; color: #64748b; font-size: 11px; font-style: normal; }

.code-example { margin: 34px 0; border-radius: 9px; overflow: hidden; background: var(--j77-ink); color: #d1fae5; }
.code-head { display: flex; align-items: center; justify-content: space-between; padding: 11px 17px; border-bottom: 1px solid rgba(255, 255, 255, 0.1); color: #94a3b8; font-size: 10px; font-weight: 700; }
.code-head button { border: 0; background: transparent; color: #93c5fd; font-size: 10px; cursor: pointer; }
.code-example pre { margin: 0; padding: 22px; overflow: auto; background: transparent; }
.code-example code { padding: 0; background: transparent; color: #d1fae5; font-size: 12px; line-height: 1.7; }

.content-callout { display: grid; margin: 32px 0; padding: 22px; border: 1px solid #fed7aa; border-radius: 8px; background: #fff7ed; gap: 14px; grid-template-columns: 32px 1fr; }
.callout-icon { display: grid; width: 30px; height: 30px; border-radius: 50%; background: #ea580c; color: #fff; font-weight: 800; place-items: center; }
.content-callout strong { font-size: 13px; }
.content-callout p { margin: 4px 0 0; color: #7c2d12; font-size: 13px; }

.check-list { display: grid; margin: 24px 0 38px; padding: 0; gap: 10px; list-style: none; }
.check-list li { position: relative; padding-left: 30px; color: #374151; }
.check-list li::before { position: absolute; top: 2px; left: 0; display: grid; width: 20px; height: 20px; border-radius: 50%; background: #dcfce7; color: #047857; content: "\2713"; font-size: 11px; font-weight: 800; place-items: center; }

.decision-flow { display: grid; align-items: center; padding: 26px; border-radius: 10px; background: var(--j77-green); color: #fff; gap: 12px; grid-template-columns: 1fr auto 1fr auto 1fr; margin: 42px 0; }
.decision-flow div { display: grid; align-content: start; min-height: 110px; padding: 16px; border: 1px solid rgba(255, 255, 255, 0.12); border-radius: 7px; background: rgba(255, 255, 255, 0.035); }
.decision-flow span { color: #6ee7b7; font-size: 10px; font-weight: 800; }
.decision-flow strong { margin-top: 8px; font-size: 13px; }
.decision-flow small { margin-top: 6px; color: #94a3b8; font-size: 9px; }
.decision-flow > b { color: #6ee7b7; }

.table-wrap { margin: 28px 0 40px; overflow-x: auto; border: 1px solid var(--j77-border); border-radius: 8px; }
.table-wrap table { width: 100%; border-collapse: collapse; font-size: 12px; }
.table-wrap th, .table-wrap td { padding: 14px 16px; border-bottom: 1px solid var(--j77-border); text-align: left; vertical-align: top; }
.table-wrap th { background: #f8fafc; color: #64748b; font-size: 9px; text-transform: uppercase; }
.table-wrap td:first-child { color: var(--j77-blue-dark); font-weight: 800; }
.table-wrap tr:last-child td { border-bottom: 0; }

.article-sources { margin-top: 50px; padding-top: 24px; border-top: 1px solid var(--j77-border); }
.article-sources h3 { margin: 0 0 14px; font-size: 17px; }
.article-sources ul { display: grid; margin: 0; padding-left: 18px; gap: 5px; }
.article-sources a { font-size: 12px; }

.j77-author-card { display: grid; align-items: center; margin: 50px 0 26px; padding: 26px; border: 1px solid var(--j77-border); border-radius: 10px; background: #f8fafc; gap: 16px; grid-template-columns: 58px 1fr auto; }
.j77-author-card .j77-author-mark { width: 58px; height: 58px; }
.j77-author-card p { margin: 0; color: #64748b; font-size: 9px; text-transform: uppercase; }
.j77-author-card h3 { margin: 2px 0 3px; font-size: 18px; }
.j77-author-card span { color: #64748b; font-size: 11px; }
.j77-author-card > a { font-size: 10px; font-weight: 800; text-transform: uppercase; }

.j77-article-end-share { display: flex; align-items: center; justify-content: space-between; padding: 18px 0; border-top: 1px solid var(--j77-border); border-bottom: 1px solid var(--j77-border); font-size: 11px; font-weight: 800; flex-wrap: wrap; gap: 12px; }
.j77-article-end-share div { display: flex; gap: 7px; }

.j77-article-aside { position: relative; }
.j77-reading-box, .j77-brief-box { position: sticky; top: 100px; margin-left: auto; max-width: 220px; padding: 20px; border: 1px solid var(--j77-border); border-radius: 8px; }
.j77-reading-box { display: grid; grid-template-columns: 1fr auto; }
.j77-reading-box span { color: #64748b; font-size: 9px; font-weight: 800; text-transform: uppercase; }
.j77-reading-box strong { font-size: 11px; }
.j77-reading-box i { height: 4px; margin-top: 12px; border-radius: 99px; background: #e5e7eb; grid-column: 1 / -1; }
.j77-reading-box i b { display: block; width: 0; height: 100%; border-radius: inherit; background: var(--j77-blue); }
.j77-brief-box { top: 195px; margin-top: 14px; background: var(--j77-ink); color: #fff; }
.j77-brief-box span { color: #93c5fd; font-size: 9px; font-weight: 800; text-transform: uppercase; }
.j77-brief-box strong { display: block; margin: 8px 0 16px; font-size: 15px; line-height: 1.45; }
.j77-brief-box a { color: #fff; font-size: 10px; font-weight: 800; }
.j77-brief-box a b { color: var(--j77-red); }

.j77-related-section { padding: 70px 0 85px; background: var(--j77-muted); }
.j77-related-section .j77-section-heading { margin: 0 0 28px; }
.j77-text-back-link { display: inline-flex; align-items: center; gap: 8px; color: var(--j77-blue-dark); font-size: 11px; font-weight: 800; }
.j77-text-back-link svg { width: 14px; height: 14px; }
.j77-related-grid { display: grid; gap: 16px; grid-template-columns: 1fr 1fr; }
.j77-related-grid > a { display: grid; padding: 28px; border: 1px solid var(--j77-border); border-radius: 9px; background: #fff; }
.j77-related-grid span { color: var(--j77-blue-dark); font-size: 9px; font-weight: 800; text-transform: uppercase; }
.j77-related-grid strong { margin: 14px 0 22px; font-size: 20px; line-height: 1.35; }
.j77-related-grid small { color: #64748b; font-size: 10px; }

/* ---------- Homepage "Learn more from our articles" panel ---------- */
.j77-blog-cta { padding: 28px 0 100px; background: #eef2f7; }
.j77-blog-cta__panel {
  position: relative;
  display: grid;
  min-height: 470px;
  overflow: hidden;
  border-radius: var(--j77-radius);
  background: radial-gradient(circle at 15% 115%, rgba(59, 130, 246, 0.35), transparent 43%), #081426;
  color: #fff;
  box-shadow: 0 28px 70px rgba(8, 20, 38, 0.2);
  grid-template-columns: 0.95fr 1.05fr;
}
.j77-blog-cta__copy { position: relative; z-index: 1; display: flex; padding: 64px; flex-direction: column; justify-content: center; }
.j77-blog-cta__copy .j77-section-kicker { color: #93c5fd; }
.j77-blog-cta__copy h2 { margin: 0; color: #fff; font-size: clamp(38px, 5vw, 54px); line-height: 1.02; }
.j77-blog-cta__copy h2 em { color: #fde68a; font-style: normal; }
.j77-blog-cta__copy > p:not(.j77-section-kicker) { max-width: 460px; margin: 24px 0 28px; color: #b8c4d5; font-size: 15px; }
.j77-blog-cta__button {
  display: inline-flex;
  width: max-content;
  align-items: center;
  gap: 10px;
  padding: 14px 18px;
  border-radius: 5px;
  background: var(--j77-red);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}
.j77-blog-cta__button:hover { background: #a91e19; }
.j77-blog-cta__button svg { width: 14px; height: 14px; }
.j77-blog-cta__links { position: relative; z-index: 1; display: grid; align-content: center; padding: 50px 55px 50px 0; gap: 12px; }
.j77-blog-cta__links > a { display: grid; align-items: center; padding: 20px 22px; border: 1px solid rgba(255, 255, 255, 0.12); border-radius: 9px; background: rgba(255, 255, 255, 0.055); transition: 0.18s; gap: 16px; grid-template-columns: 43px 1fr auto; }
.j77-blog-cta__links > a:hover { border-color: rgba(147, 197, 253, 0.6); background: rgba(59, 130, 246, 0.14); transform: translateX(4px); }
.j77-blog-cta__links svg { width: 18px; height: 18px; }
.j77-blog-cta__links > a > svg { display: grid; width: 41px; height: 41px; padding: 11px; border-radius: 8px; background: #fff; color: var(--j77-blue-dark); place-items: center; box-sizing: border-box; }
.j77-blog-cta__links span { display: grid; gap: 4px; }
.j77-blog-cta__links small { color: #93c5fd; font-size: 8px; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; }
.j77-blog-cta__links strong { color: #fff; font-size: 14px; line-height: 1.42; }
.j77-blog-cta__links b { color: rgba(255, 255, 255, 0.14); font-size: 26px; }

.j77-toast {
  position: fixed;
  z-index: 300;
  right: 24px;
  bottom: 24px;
  padding: 11px 16px;
  border-radius: 6px;
  background: var(--j77-ink);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
  transition: 0.2s;
}
.j77-toast.show { opacity: 1; transform: none; }

/* ---------- Responsive ---------- */
@media (max-width: 1000px) {
  .j77-featured-post { grid-template-columns: 1fr; }
  .j77-featured-visual { min-height: 340px; }
  .j77-post-grid { grid-template-columns: 1fr 1fr; }
  .j77-article-hero__grid { grid-template-columns: 1fr; }
  .j77-article-heading { padding-bottom: 36px; }
  .j77-article-hero-visual { min-height: 420px; }
  .j77-article-layout { grid-template-columns: 45px minmax(0, 1fr); }
  .j77-article-aside { display: none; }
  .j77-blog-cta__panel { grid-template-columns: 1fr; }
  .j77-blog-cta__copy { padding: 52px 48px 20px; }
  .j77-blog-cta__links { padding: 26px 48px 50px; }
}
@media (max-width: 700px) {
  .j77-blog-hero { padding: 40px 0 36px; }
  .j77-blog-hero h1 { font-size: clamp(30px, 10vw, 42px); }
  .j77-topic-row { overflow: auto; flex-wrap: nowrap; padding-bottom: 5px; }
  .j77-topic { white-space: nowrap; }
  .j77-featured-copy { padding: 30px 22px; }
  .j77-featured-visual { min-height: 260px; padding: 22px; }
  .j77-header-console { margin-top: 30px; font-size: 8px; }
  .j77-featured-copy h2 { font-size: 30px; }
  .j77-post-footer { align-items: flex-start; }
  .j77-post-footer a { width: 100%; margin: 6px 0 0; }
  .j77-section-heading { align-items: flex-start; margin-top: 60px; flex-direction: column; }
  .j77-post-grid, .j77-related-grid { grid-template-columns: 1fr; }
  .j77-article-heading { padding: 50px 0 34px; }
  .j77-article-heading h1 { font-size: clamp(34px, 11vw, 46px); }
  .j77-article-deck { font-size: 15px; }
  .j77-byline i { display: none; }
  .j77-article-hero-visual { min-height: 340px; }
  .j77-article-console { right: 16px; left: 16px; }
  .j77-article-layout { display: block; padding-top: 45px; }
  .j77-article-rail { margin-bottom: 26px; }
  .j77-share-stack { position: static; display: flex; align-items: center; justify-content: flex-start; }
  .j77-share-stack > span { margin: 0 7px 0 0; writing-mode: initial; transform: none; }
  .j77-article-content .standfirst { font-size: 17px; }
  .j77-article-content h2 { font-size: 27px; }
  .article-toc { grid-template-columns: 1fr; }
  .decision-flow { grid-template-columns: 1fr; }
  .decision-flow > b { transform: rotate(90deg); text-align: center; }
  .j77-author-card { grid-template-columns: 50px 1fr; }
  .j77-author-card > a { grid-column: 2; }
  .j77-article-end-share { align-items: flex-start; flex-direction: column; }
  .j77-blog-cta__copy { padding: 40px 24px 18px; }
  .j77-blog-cta__links { padding: 22px 24px 40px; }
  .j77-blog-cta__links > a { padding: 15px; grid-template-columns: 38px 1fr; }
  .j77-blog-cta__links b { display: none; }
  .j77-blog-cta__copy h2 { font-size: 38px; }
}
