.blog-breadcrumb {
  font-size: 14px;
  color: rgb(255 255 255 / 60%);
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.blog-breadcrumb a {
  color: rgb(255 255 255 / 75%);
  text-decoration: none;
}

.blog-breadcrumb a:hover {
  color: #fff;
}

.blog-breadcrumb span[aria-hidden] {
  color: rgb(255 255 255 / 35%);
}

.article-hero .blog-cat {
  color: var(--sky);
}

.blog-cat {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--blue);
}

.blog-featured,
.blog-card {
  border: 1px solid var(--border);
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
  box-shadow: var(--shadow-sm);
  transition:
    box-shadow 0.3s var(--ease-out),
    transform 0.3s var(--ease-out);
  text-decoration: none;
  color: inherit;
}

.blog-featured:hover,
.blog-card:hover {
  box-shadow: var(--shadow-hover);
  transform: translateY(-3px);
}

.blog-featured {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 0;
  margin-bottom: 64px;
}

.blog-featured__body {
  padding: 36px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.blog-featured__body h3 {
  font-size: 34px;
  line-height: 1.15;
  margin: 14px 0 16px;
  letter-spacing: -0.01em;
}

.blog-featured__body p {
  color: var(--text-muted);
  margin-bottom: 24px;
}

.blog-featured__body .btn {
  align-self: flex-end;
  margin-top: 8px;
}

.blog-featured__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: var(--navy);
}

@media (max-width: 900px) {
  .blog-featured__img {
    min-height: 220px;
  }
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.blog-card {
  display: flex;
  flex-direction: column;
}

.blog-card__media {
  height: 168px;
  background: linear-gradient(135deg, var(--navy), var(--blue));
  position: relative;
}

.blog-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-card__media--ai {
  background: linear-gradient(135deg, #001b6b, #0047bb 70%, #41b6e6);
}

.blog-card__media--lgr {
  background: linear-gradient(135deg, #12324f, #0047bb);
}

.blog-card__media--data {
  background: linear-gradient(135deg, #001b6b, #4a3aa8);
}

.blog-card__media--cloud {
  background: linear-gradient(135deg, #0b3d5c, #41b6e6);
}

.blog-card__media--service {
  background: linear-gradient(135deg, #1a1a2e, #0047bb);
}

.blog-card__body {
  padding: 26px 26px 28px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.blog-card__body h3 {
  font-size: 22px;
  line-height: 1.2;
  margin: 10px 0 12px;
}

.blog-card__body p {
  color: var(--text-muted);
  font-size: 15px;
  margin-bottom: 20px;
  flex: 1;
}

.cta-section .hero__ctas {
  margin-top: 32px;
  justify-content: center;
}

.blog-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: var(--text-muted);
}

.blog-meta span[aria-hidden] {
  opacity: 0.5;
}

.blog-meta strong {
  color: var(--text);
  font-weight: 600;
}

.article-hero .hero__content {
  max-width: 760px;
}

.article-hero h1 {
  font-size: 46px;
  margin-bottom: 20px;
}

.article-hero__standfirst {
  font-size: 19px !important;
  line-height: 1.6;
  color: rgb(255 255 255 / 82%) !important;
  margin-bottom: 28px !important;
}

.article-byline {
  display: flex;
  align-items: center;
  gap: 14px;
  color: rgb(255 255 255 / 70%);
  font-size: 14px;
}

.article-byline__avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--sky), var(--blue));
  display: grid;
  place-items: center;
  color: #fff;
  font-weight: 600;
  font-family: Outfit, sans-serif;
  font-size: 15px;
  flex-shrink: 0;
}

.article-byline strong {
  color: #fff;
  font-weight: 600;
}

.article-body {
  max-width: 760px;
  margin: 0 auto;
}

.article-body > * + * {
  margin-top: 24px;
}

.article-body h2 {
  font-size: 30px;
  margin-top: 52px;
  margin-bottom: 4px;
}

.article-body h3 {
  font-size: 23px;
  margin-top: 36px;
}

.article-body p {
  font-size: 18px;
  line-height: 1.8;
  color: var(--text);
}

.article-body ul:not(.article-stats) {
  list-style: disc;
}

.article-body ul:not(.article-stats),
.article-body ol {
  padding-left: 24px;
}

.article-body li {
  font-size: 18px;
  line-height: 1.8;
  margin-top: 8px;
}

.article-body a {
  color: var(--blue);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.article-body strong {
  color: var(--ink);
  font-weight: 600;
}

.article-body .pullquote,
.article-body blockquote {
  border-left: 3px solid var(--blue);
  padding: 6px 0 6px 28px;
  margin: 40px 0;
  font-family: "Instrument Serif", serif;
  font-size: 26px;
  line-height: 1.35;
  color: var(--ink);
}

.article-body .pullquote p,
.article-body blockquote p {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  margin: 0;
}

.article-body blockquote cite {
  display: block;
  margin-top: 14px;
  font-family: Outfit, sans-serif;
  font-size: 15px;
  font-style: normal;
  color: var(--text-muted);
}

.article-stats > li {
  margin-top: 0;
  font-size: inherit;
  line-height: inherit;
}

.article-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin: 44px 0;
  padding: 32px;
  background: var(--cool-grey);
  border-radius: 14px;
}

.article-stats__num {
  font-family: "Instrument Serif", serif;
  font-size: 40px;
  color: var(--navy);
  line-height: 1;
}

.article-stats__label {
  font-size: 14px;
  color: var(--text-muted);
  margin-top: 6px;
}

.article-key {
  background: var(--warm-white);
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 28px 32px;
  margin: 44px 0;
}

.article-key h3 {
  font-size: 18px;
  margin: 0 0 12px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--text-muted);
  font-family: Outfit, sans-serif;
  font-weight: 600;
}

.article-key ul {
  margin: 0;
}

.article-key li {
  font-size: 16px;
  line-height: 1.6;
}

@media (max-width: 900px) {
  .blog-featured {
    grid-template-columns: 1fr;
  }

  .blog-featured__body {
    padding: 32px;
  }

  .blog-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .blog-grid {
    grid-template-columns: 1fr;
  }

  .article-stats {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 24px;
  }

  .article-hero h1 {
    font-size: 34px;
  }

  .blog-featured__body h3 {
    font-size: 27px;
  }
}

html,
body {
  overflow-x: clip;
}

.mag-back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  color: rgb(255 255 255 / 80%);
  margin-bottom: 22px;
  transition: color 0.2s;
}

.mag-back:hover {
  color: #fff;
}

.mag-article .article-body {
  max-width: 820px;
}

.mag-article .article-hero__standfirst {
  font-size: 22px !important;
  line-height: 1.55;
}

.mag-article .article-hero .hero__content {
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
}

@media (prefers-reduced-motion: reduce) {
  .mag-back {
    transition: none;
  }
}

.gpost-progress {
  position: fixed;
  top: 0;
  left: 0;
  height: 3px;
  width: 100%;
  transform: scaleX(0);
  transform-origin: 0 50%;
  background: linear-gradient(90deg, var(--navy), var(--blue) 60%, var(--sky));
  z-index: 1200;
  transition: transform 0.1s linear;
}

.gpost-shell {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 40px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 740px) minmax(0, 1fr);
  column-gap: 40px;
  align-items: start;
}

.gpost-main {
  grid-column: 2;
  grid-row: 1;
  min-width: 0;
}

.gpost-shell .article-body {
  max-width: none;
  margin: 0;
}

.gpost-rail {
  grid-column: 1;
  grid-row: 1;
  place-self: start end;
  width: 100%;
  max-width: 210px;
  position: sticky;
  top: 96px;
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.gpost-rail[hidden] {
  display: none;
}

.gpost-eyebrow {
  font-family: Outfit, sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: 12px;
}

.gpost-toc__nav {
  display: flex;
  flex-direction: column;
  border-left: 2px solid var(--border);
}

.gpost-toc__link {
  font-size: 14px;
  line-height: 1.45;
  color: var(--text-muted);
  text-decoration: none;
  padding: 7px 0 7px 16px;
  margin-left: -2px;
  border-left: 2px solid transparent;
  transition:
    color 0.2s,
    border-color 0.2s;
}

.gpost-toc__link:hover {
  color: var(--blue);
}

.gpost-toc__link.is-active {
  color: var(--navy);
  font-weight: 600;
  border-left-color: var(--blue);
}

.gpost-share__row {
  display: flex;
  gap: 8px;
}

.gpost-share__btn {
  min-width: 38px;
  height: 38px;
  padding: 0 12px;
  border-radius: 8px;
  display: inline-grid;
  place-items: center;
  border: 1.5px solid var(--border);
  background: #fff;
  color: var(--ink);
  font-family: Outfit, sans-serif;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  transition:
    border-color 0.2s,
    color 0.2s,
    background 0.2s;
}

.gpost-share__btn:hover {
  border-color: var(--navy);
  color: var(--navy);
}

.gpost-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
  padding: 0;
  margin: -1px;
}

.gpost-top {
  position: fixed;
  right: 24px;
  bottom: 24px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: none;
  background: var(--navy);
  color: #fff;
  font-size: 19px;
  line-height: 1;
  cursor: pointer;
  z-index: 1100;
  box-shadow: 0 6px 20px rgb(0 0 27 / 22%);
  transition:
    background 0.2s,
    opacity 0.3s,
    transform 0.3s;
}

.gpost-top:hover {
  background: var(--blue);
  transform: translateY(-2px);
}

.gpost-top[hidden] {
  display: none;
}

.mag-article .article-body h2 {
  scroll-margin-top: 96px;
}

@media (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }
}

.gpost-toc__link:focus-visible,
.gpost-share__btn:focus-visible,
.gpost-top:focus-visible {
  outline: 2px solid var(--blue);
  outline-offset: 2px;
  border-radius: 4px;
}

.gpost-video {
  margin: 0 0 36px;
}

.gpost-video video {
  width: 100%;
  aspect-ratio: 16 / 9;
  display: block;
  border-radius: 12px;
  background: #000;
  box-shadow: 0 10px 30px rgb(0 0 27 / 12%);
}

@media (max-width: 1200px) {
  .gpost-shell {
    grid-template-columns: 1fr;
    column-gap: 0;
    max-width: 820px;
  }

  .gpost-main,
  .gpost-rail {
    grid-column: auto;
    grid-row: auto;
  }

  .gpost-rail {
    position: static;
    justify-self: stretch;
    max-width: none;
    margin-bottom: 40px;
    gap: 20px;
    padding: 22px 24px;
    border: 1px solid var(--border);
    border-radius: 12px;
    background: var(--warm-white);
  }
}

@media (max-width: 640px) {
  .gpost-top {
    right: 16px;
    bottom: 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .gpost-progress,
  .gpost-top {
    transition: none;
  }
}

@media print {
  site-nav,
  site-footer,
  .gpost-progress,
  .gpost-rail,
  .gpost-top,
  .cta-section,
  .mag-back,
  .gpost-video,
  .cookie-banner {
    display: none !important;
  }

  .section-pad {
    padding: 0 !important;
  }

  .hero,
  .article-hero {
    min-height: 0 !important;
    padding: 0 0 18pt !important;
  }

  .bg-navy,
  .bg-navy-solid,
  .article-hero {
    background: none !important;
  }

  .bg-navy::after {
    display: none !important;
  }

  .bg-navy h1,
  .bg-navy p,
  .article-hero h1,
  .article-hero__standfirst,
  .article-byline,
  .article-byline strong,
  .blog-breadcrumb,
  .blog-breadcrumb a {
    color: #000 !important;
  }

  .article-byline__avatar {
    display: none !important;
  }

  .gpost-shell {
    display: block !important;
    max-width: none;
    padding: 0;
  }

  .gpost-main,
  .article-body,
  .mag-article .article-body {
    max-width: none !important;
  }

  .article-body a {
    color: #000;
    text-decoration: underline;
  }

  .article-body a[href^="http"]::after {
    content: " (" attr(href) ")";
    font-size: 9pt;
  }

  .article-stats,
  .article-key {
    background: none !important;
    border: 1pt solid #999;
  }

  h1,
  h2,
  h3 {
    break-after: avoid;
  }

  .article-stats,
  .article-key,
  .pullquote,
  blockquote,
  figure {
    break-inside: avoid;
  }
}
