:root {
  --groupie-card-border: #e8ddd0;
  --groupie-card-shadow: 0 20px 48px -36px rgba(38, 29, 22, 0.22);
  --groupie-card-shadow-hover: 0 24px 56px -36px rgba(38, 29, 22, 0.3);
  --groupie-ink: #1d2430;
  --groupie-text: #495567;
  --groupie-muted: #707988;
  --groupie-panel: #ffffff;
  --groupie-subtle: #fcf7f0;
  --groupie-line: #ece2d7;
  --groupie-blue: #5f82ff;
  --groupie-blue-soft: rgba(95, 130, 255, 0.14);
  --groupie-green: #32a063;
  --groupie-green-soft: rgba(50, 160, 99, 0.14);
  --groupie-amber: #c27a10;
  --groupie-amber-soft: rgba(194, 122, 16, 0.14);
  --groupie-purple: #7453cc;
  --groupie-purple-soft: rgba(116, 83, 204, 0.14);
  --blog-radius-lg: 30px;
  --blog-radius-md: 22px;
  --blog-radius-sm: 18px;
  --blog-content-width: 740px;
  --blog-accent: var(--groupie-blue);
  --blog-accent-soft: var(--groupie-blue-soft);
}

body.blog-page {
  font-family: "Open Sans", sans-serif;
  color: var(--groupie-text);
  background:
    radial-gradient(circle at 0% 0%, rgba(255, 209, 163, 0.18), rgba(255, 209, 163, 0) 24%),
    radial-gradient(circle at 100% 0%, rgba(116, 83, 204, 0.08), rgba(116, 83, 204, 0) 24%),
    linear-gradient(180deg, #fcf8f2 0%, #ffffff 22%);
}

body.blog-page h1,
body.blog-page h2,
body.blog-page h3,
body.blog-page h4,
body.blog-page h5,
body.blog-page h6 {
  color: var(--groupie-ink);
  font-family: "Dosis", sans-serif;
  font-weight: 600;
  letter-spacing: -0.02em;
}

body.blog-page .blog-hero h1,
body.blog-page .blog-hero .blog-article-hero__content h1 {
  color: #ffffff;
}

body.blog-page--green {
  --blog-accent: var(--groupie-green);
  --blog-accent-soft: var(--groupie-green-soft);
}

body.blog-page--amber {
  --blog-accent: var(--groupie-amber);
  --blog-accent-soft: var(--groupie-amber-soft);
}

body.blog-page--purple {
  --blog-accent: var(--groupie-purple);
  --blog-accent-soft: var(--groupie-purple-soft);
}

body.blog-page a {
  color: var(--blog-accent);
}

body.blog-page a:hover,
body.blog-page a:focus {
  color: var(--groupie-ink);
}

.blog-main {
  overflow: hidden;
  background:
    radial-gradient(circle at 0% 0%, rgba(255, 214, 171, 0.14), rgba(255, 214, 171, 0) 26%),
    radial-gradient(circle at 100% 0%, rgba(95, 130, 255, 0.08), rgba(95, 130, 255, 0) 26%),
    radial-gradient(circle at 100% 100%, rgba(50, 160, 99, 0.07), rgba(50, 160, 99, 0) 24%);
}

.blog-topbar {
  background: rgba(20, 22, 34, 0.92);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.blog-topbar .container {
  min-height: 76px;
}

.blog-shell__label {
  margin-left: 16px;
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  color: rgba(255, 248, 240, 0.82);
  font-family: "Dosis", sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.blog-shell__utility-link {
  color: rgba(255, 248, 240, 0.8);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.blog-shell__utility-link:hover,
.blog-shell__utility-link:focus {
  color: #ffffff;
  text-decoration: none;
}

.blog-hero {
  position: relative;
  padding: 154px 0 100px;
  background: linear-gradient(135deg, #181723 0%, #203149 48%, #573f86 100%);
  color: #ffffff;
}

.blog-hero__backdrop {
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 10% 18%, rgba(255, 198, 138, 0.28) 0, rgba(255, 198, 138, 0) 28%),
    radial-gradient(circle at 84% 18%, rgba(95, 130, 255, 0.22) 0, rgba(95, 130, 255, 0) 30%),
    radial-gradient(circle at 60% 64%, rgba(116, 83, 204, 0.18) 0, rgba(116, 83, 204, 0) 34%),
    radial-gradient(circle at 78% 70%, rgba(50, 160, 99, 0.1) 0, rgba(50, 160, 99, 0) 26%),
    linear-gradient(135deg, rgba(18, 20, 31, 0.96) 0%, rgba(21, 33, 51, 0.92) 52%, rgba(54, 37, 84, 0.94) 100%);
  background-size: auto, auto, auto, auto, cover;
  background-position: center;
  opacity: 0.97;
}

.blog-hero--green .blog-hero__backdrop {
  background-image:
    radial-gradient(circle at 10% 18%, rgba(50, 160, 99, 0.26) 0, rgba(50, 160, 99, 0) 30%),
    radial-gradient(circle at 84% 18%, rgba(255, 206, 162, 0.18) 0, rgba(255, 206, 162, 0) 28%),
    radial-gradient(circle at 64% 62%, rgba(95, 130, 255, 0.12) 0, rgba(95, 130, 255, 0) 30%),
    radial-gradient(circle at 74% 72%, rgba(50, 160, 99, 0.14) 0, rgba(50, 160, 99, 0) 24%),
    linear-gradient(135deg, rgba(16, 22, 26, 0.95) 0%, rgba(18, 40, 34, 0.92) 54%, rgba(25, 67, 45, 0.9) 100%);
}

.blog-hero--amber .blog-hero__backdrop {
  background-image:
    radial-gradient(circle at 10% 18%, rgba(194, 122, 16, 0.28) 0, rgba(194, 122, 16, 0) 30%),
    radial-gradient(circle at 84% 18%, rgba(255, 214, 171, 0.22) 0, rgba(255, 214, 171, 0) 28%),
    radial-gradient(circle at 64% 62%, rgba(95, 130, 255, 0.1) 0, rgba(95, 130, 255, 0) 30%),
    radial-gradient(circle at 74% 72%, rgba(194, 122, 16, 0.1) 0, rgba(194, 122, 16, 0) 24%),
    linear-gradient(135deg, rgba(22, 18, 15, 0.95) 0%, rgba(53, 38, 22, 0.92) 52%, rgba(87, 57, 24, 0.9) 100%);
}

.blog-hero--purple .blog-hero__backdrop {
  background-image:
    radial-gradient(circle at 10% 18%, rgba(116, 83, 204, 0.28) 0, rgba(116, 83, 204, 0) 32%),
    radial-gradient(circle at 84% 18%, rgba(255, 206, 162, 0.18) 0, rgba(255, 206, 162, 0) 28%),
    radial-gradient(circle at 64% 62%, rgba(95, 130, 255, 0.12) 0, rgba(95, 130, 255, 0) 30%),
    radial-gradient(circle at 76% 72%, rgba(116, 83, 204, 0.16) 0, rgba(116, 83, 204, 0) 26%),
    linear-gradient(135deg, rgba(20, 17, 30, 0.95) 0%, rgba(33, 27, 51, 0.92) 54%, rgba(63, 40, 96, 0.9) 100%);
}

.blog-hero .container {
  position: relative;
  z-index: 1;
}

.blog-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(310px, 0.92fr);
  gap: 28px;
  align-items: stretch;
}

.blog-hero__content {
  max-width: 760px;
}

.blog-hero__eyebrow,
.blog-section-heading__eyebrow,
.blog-callout__eyebrow,
.blog-toc__eyebrow,
.blog-cta__eyebrow,
.blog-sources__eyebrow {
  margin: 0 0 12px;
  color: rgba(255, 247, 236, 0.8);
  font-family: "Dosis", sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.blog-section-heading__eyebrow,
.blog-callout__eyebrow,
.blog-toc__eyebrow,
.blog-cta__eyebrow,
.blog-sources__eyebrow {
  color: var(--groupie-muted);
}

.blog-hero h1 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(44px, 5.6vw, 66px);
  line-height: 1.02;
  font-weight: 600;
  text-wrap: balance;
}

.blog-hero__lead {
  max-width: 700px;
  margin: 22px 0 0;
  color: rgba(255, 247, 236, 0.88);
  font-size: 18px;
  line-height: 1.74;
}

.blog-hero__actions,
.blog-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 18px;
  align-items: center;
  margin-top: 28px;
}

.blog-text-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--blog-accent);
  font-weight: 700;
  text-decoration: none;
}

.blog-text-link:hover,
.blog-text-link:focus {
  text-decoration: none;
}

.blog-hero .blog-text-link {
  color: rgba(255, 255, 255, 0.82);
}

.blog-hero__panel {
  border: 1px solid rgba(255, 248, 240, 0.18);
  border-radius: var(--blog-radius-lg);
  background: linear-gradient(180deg, rgba(255, 247, 237, 0.12) 0%, rgba(255, 255, 255, 0.08) 100%);
  box-shadow: 0 26px 60px -40px rgba(10, 12, 19, 0.48);
  padding: 28px;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.blog-hero__panel-label {
  margin: 0 0 18px;
  color: rgba(255, 247, 236, 0.78);
  font-family: "Dosis", sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.blog-hero__stat-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.blog-hero__stat-grid > div {
  min-height: 130px;
  padding: 20px 18px;
  border: 1px solid rgba(255, 247, 236, 0.12);
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255, 247, 237, 0.14) 0%, rgba(255, 255, 255, 0.08) 100%);
}

.blog-hero__stat-grid strong {
  display: block;
  color: #ffffff;
  font-size: 34px;
  line-height: 1;
  font-family: "Dosis", sans-serif;
  font-weight: 600;
  letter-spacing: -0.05em;
}

.blog-hero__stat-grid span {
  display: block;
  margin-top: 12px;
  color: rgba(255, 247, 236, 0.82);
  font-size: 14px;
  line-height: 1.6;
}

.blog-featured-strip {
  position: relative;
  z-index: 2;
  margin-top: -62px;
  padding-top: 0;
}

.blog-section-heading {
  margin-bottom: 32px;
}

.blog-section-heading h2 {
  margin: 0;
  font-size: clamp(30px, 4vw, 42px);
  line-height: 1.06;
  font-family: "Dosis", sans-serif;
  font-weight: 600;
}

.blog-section-heading--split {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
}

.blog-section-heading__note {
  max-width: 380px;
  margin: 0;
  color: var(--groupie-muted);
  font-size: 15.5px;
  line-height: 1.66;
  text-align: right;
}

.blog-card-grid,
.blog-category-grid {
  display: grid;
  gap: 24px;
}

.blog-card-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: start;
}

.blog-category-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.blog-card,
.blog-category-card,
.blog-empty-state,
.blog-toc__card,
.blog-toc__support {
  border: 1px solid var(--groupie-card-border);
  border-radius: var(--blog-radius-md);
  background: linear-gradient(180deg, #fffdfa 0%, #ffffff 100%);
  box-shadow: var(--groupie-card-shadow);
}

.blog-card {
  display: block;
  height: auto;
  align-self: start;
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.blog-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--groupie-card-shadow-hover);
  border-color: #decebd;
}

.blog-card__link {
  display: block;
  width: 100%;
  color: inherit;
  text-decoration: none;
}

.blog-card__media {
  position: relative;
  height: 118px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.46), rgba(255, 255, 255, 0)),
    linear-gradient(135deg, #fffdfa 0%, #f9f2e9 54%, #f6f8ff 100%);
  border-bottom: 1px solid var(--groupie-line);
}

.blog-card__media--image,
.blog-article-hero__media--image {
  background: #f6f1ea;
}

.blog-card__media--image::before,
.blog-card__media--image::after,
.blog-article-hero__media--image::before,
.blog-article-hero__media--image::after {
  display: none;
}

.blog-card__media--image img,
.blog-article-hero__media--image img {
  display: block;
  width: 100%;
  height: 100%;
}

.blog-card__media--image img {
  object-fit: cover;
  object-position: center;
}

.blog-article-hero__media--image img {
  object-fit: cover;
  object-position: center;
}

.blog-card__media--blue,
.blog-article-hero__media--blue {
  --art-primary: rgba(95, 130, 255, 0.2);
  --art-secondary: rgba(95, 130, 255, 0.1);
  --art-line: rgba(95, 130, 255, 0.24);
}

.blog-card__media--green,
.blog-article-hero__media--green {
  --art-primary: rgba(50, 160, 99, 0.18);
  --art-secondary: rgba(50, 160, 99, 0.09);
  --art-line: rgba(50, 160, 99, 0.23);
}

.blog-card__media--amber,
.blog-article-hero__media--amber {
  --art-primary: rgba(194, 122, 16, 0.18);
  --art-secondary: rgba(194, 122, 16, 0.08);
  --art-line: rgba(194, 122, 16, 0.22);
}

.blog-card__media--purple,
.blog-article-hero__media--purple {
  --art-primary: rgba(116, 83, 204, 0.18);
  --art-secondary: rgba(116, 83, 204, 0.08);
  --art-line: rgba(116, 83, 204, 0.22);
}

.blog-card__media::before,
.blog-article-hero__media::before,
.blog-card__media::after,
.blog-article-hero__media::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.blog-card__media::before,
.blog-article-hero__media::before {
  background:
    linear-gradient(90deg, transparent 0%, var(--art-line) 12%, transparent 34%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.08));
  opacity: 0.52;
}

.blog-card__media::after,
.blog-article-hero__media::after {
  inset: auto 18px 18px 18px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--art-line) 0%, rgba(255, 255, 255, 0) 76%);
  opacity: 0.42;
  transform: none;
}

.blog-card__media .blog-art__glow,
.blog-card__media .blog-art__pillar,
.blog-card__media .blog-art__orb,
.blog-card__media .blog-art__line,
.blog-card__media .blog-art__dot,
.blog-article-hero__media .blog-art__glow,
.blog-article-hero__media .blog-art__pillar,
.blog-article-hero__media .blog-art__orb,
.blog-article-hero__media .blog-art__line,
.blog-article-hero__media .blog-art__dot {
  position: absolute;
  display: block;
}

.blog-card__media .blog-art__glow,
.blog-card__media .blog-art__pillar,
.blog-card__media .blog-art__orb,
.blog-card__media .blog-art__line,
.blog-card__media .blog-art__dot {
  display: none;
}

.blog-art__glow {
  border-radius: 999px;
}

.blog-art__glow--a {
  top: -24%;
  right: 12%;
  width: 34%;
  aspect-ratio: 1;
  background: var(--art-primary);
}

.blog-art__glow--b {
  right: 14%;
  bottom: 8%;
  width: 28%;
  aspect-ratio: 1;
  background: var(--art-secondary);
}

.blog-art__pillar {
  top: 20%;
  right: 28%;
  width: 12%;
  height: 48%;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.42);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.26);
}

.blog-art__orb {
  right: 31.5%;
  bottom: 22%;
  width: 7%;
  aspect-ratio: 1;
  border-radius: 999px;
  background: var(--art-primary);
}

.blog-art__line {
  left: 8%;
  right: 20%;
  height: 4px;
  border-radius: 999px;
  background: var(--art-line);
  opacity: 0.9;
}

.blog-art__line--top {
  top: 34%;
  transform: rotate(-4deg);
}

.blog-art__line--bottom {
  left: 6%;
  right: 8%;
  bottom: 18%;
  transform: rotate(5deg);
}

.blog-art__dot {
  bottom: 24%;
  left: 8%;
  width: 8px;
  aspect-ratio: 1;
  border-radius: 999px;
  background: var(--art-line);
}

.blog-art__dot--two {
  left: 11%;
  opacity: 0.55;
}

.blog-card__body {
  display: grid;
  gap: 12px;
  align-content: start;
  padding: 22px 22px 24px;
  background: rgba(255, 255, 255, 0.94);
}

.blog-card__meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 12px;
  align-items: center;
  color: #667081;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.blog-card__title {
  margin: 0;
  color: var(--groupie-ink);
  font-size: 22px;
  line-height: 1.1;
  font-family: "Dosis", sans-serif;
  font-weight: 600;
  text-wrap: balance;
}

.blog-card__excerpt {
  margin: 0;
  color: var(--groupie-text);
  font-size: 15px;
  line-height: 1.66;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blog-card__cta {
  margin: 2px 0 0;
  color: var(--blog-accent);
  font-family: "Dosis", sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.blog-card--featured .blog-card__link {
  display: grid;
  grid-template-columns: minmax(300px, 0.9fr) minmax(0, 1.1fr);
  align-items: stretch;
  min-height: 0;
  padding: 0;
  background:
    radial-gradient(circle at 100% 0%, rgba(95, 130, 255, 0.08), rgba(95, 130, 255, 0) 34%),
    linear-gradient(135deg, #fffdfa 0%, #fffaf4 46%, #ffffff 100%);
}

.blog-card--featured .blog-card__media {
  position: relative;
  inset: auto;
  height: 100%;
  min-height: 220px;
  border-right: 1px solid var(--groupie-line);
  border-bottom: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.42), rgba(255, 255, 255, 0)),
    linear-gradient(135deg, #fffdfa 0%, #f8f2ea 52%, #f7f8ff 100%);
}

.blog-card--featured .blog-card__body {
  position: relative;
  z-index: 1;
  max-width: none;
  gap: 16px;
  align-content: center;
  padding: 34px 36px 36px;
  background: rgba(255, 255, 255, 0.86);
}

.blog-card--featured .blog-card__title {
  font-size: clamp(30px, 3.2vw, 42px);
  line-height: 1.04;
}

.blog-card--featured .blog-card__excerpt {
  -webkit-line-clamp: 4;
  max-width: 52ch;
  font-size: 16px;
  line-height: 1.74;
}

.blog-card--featured .blog-card__meta-row {
  gap: 10px 14px;
}

.blog-card--featured .blog-card__cta {
  margin-top: 4px;
}

.blog-card--featured .blog-card__media::before {
  background:
    linear-gradient(90deg, transparent 0%, var(--art-line) 12%, transparent 36%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.28), rgba(255, 255, 255, 0.08));
  opacity: 0.56;
}

.blog-card--featured .blog-card__media::after {
  inset: auto 24px 24px 24px;
  height: 4px;
}

.blog-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
}

.blog-pill--large {
  padding: 9px 14px;
}

.blog-pill--blue {
  color: #2f56c4;
  background: rgba(95, 130, 255, 0.1);
  border: 1px solid rgba(95, 130, 255, 0.2);
}

.blog-pill--green {
  color: #1f7f56;
  background: rgba(50, 160, 99, 0.1);
  border: 1px solid rgba(50, 160, 99, 0.18);
}

.blog-pill--amber {
  color: #9b5f11;
  background: rgba(194, 122, 16, 0.12);
  border: 1px solid rgba(194, 122, 16, 0.18);
}

.blog-pill--purple {
  color: #6340b9;
  background: rgba(116, 83, 204, 0.1);
  border: 1px solid rgba(116, 83, 204, 0.18);
}

.blog-category-card {
  display: grid;
  grid-template-rows: auto minmax(64px, auto) minmax(130px, 1fr) auto;
  gap: 14px;
  height: 100%;
  padding: 26px;
}

.blog-category-card__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.blog-category-card__top .blog-pill {
  flex: 0 0 auto;
  min-height: 40px;
  padding: 7px 14px;
  font-size: 11px;
  letter-spacing: 0.05em;
  white-space: nowrap;
}

.blog-category-card__top span {
  flex: 0 0 auto;
  color: var(--groupie-muted);
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
  text-align: right;
}

.blog-category-card h3 {
  margin: 0;
  min-height: 56px;
  font-size: 24px;
  font-family: "Dosis", sans-serif;
  font-weight: 600;
  line-height: 1.12;
  align-self: start;
}

.blog-category-card p {
  margin: 0;
  min-height: 104px;
  color: var(--groupie-text);
  font-size: 15.5px;
  line-height: 1.68;
}

.blog-category-card .blog-text-link {
  align-self: end;
  margin-top: 2px;
}

.blog-empty-state {
  padding: 42px 36px;
  text-align: center;
}

.blog-empty-state h2 {
  margin: 0;
  font-size: 28px;
}

.blog-empty-state p {
  max-width: 640px;
  margin: 14px auto 0;
  line-height: 1.72;
}

.blog-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-bottom: 28px;
  color: rgba(255, 247, 236, 0.84);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.blog-breadcrumbs a {
  color: rgba(255, 247, 236, 0.84);
  text-decoration: none;
}

.blog-breadcrumbs__sep {
  color: rgba(255, 247, 236, 0.54);
}

.blog-hero__category-wrap {
  max-width: 780px;
}

.blog-hero__category-wrap h1 {
  margin-top: 18px;
}

.blog-hero__meta-stack {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin-top: 22px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 14px;
  font-weight: 600;
}

.blog-hero__meta-stack a {
  color: rgba(255, 255, 255, 0.84);
}

.blog-article-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  gap: 30px;
  align-items: center;
}

.blog-back-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
  color: rgba(255, 247, 236, 0.88);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
}

.blog-page--post .blog-back-link {
  color: var(--groupie-ink);
}

.blog-page--post .blog-hero .blog-back-link {
  color: rgba(255, 255, 255, 0.84);
}

.blog-article-hero__content h1 {
  margin-top: 18px;
}

.blog-article-hero__excerpt {
  max-width: 680px;
  margin: 20px 0 0;
  color: rgba(255, 247, 236, 0.9);
  font-size: 19px;
  line-height: 1.72;
}

.blog-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  margin-top: 22px;
  color: rgba(255, 247, 236, 0.82);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.blog-meta__author {
  display: inline-flex;
  align-items: center;
}

.blog-article-hero__media {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  min-height: 360px;
  border: 1px solid rgba(255, 248, 240, 0.2);
  border-radius: var(--blog-radius-lg);
  background: rgba(255, 248, 240, 0.1);
  box-shadow: 0 28px 64px -42px rgba(10, 12, 19, 0.44);
}

body.blog-page--post .blog-article-hero {
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  gap: 30px;
  align-items: center;
}

body.blog-page--post .blog-article-hero__content {
  max-width: 760px;
}

body.blog-page--post .blog-article-hero__media {
  display: block;
}

.blog-article-shell {
  background: linear-gradient(180deg, #fcf7f0 0%, #ffffff 24%);
}

.blog-article-layout {
  display: grid;
  grid-template-columns: minmax(240px, 260px) minmax(0, 1fr);
  gap: 32px;
  align-items: start;
}

.blog-toc {
  position: sticky;
  top: 100px;
  display: grid;
  gap: 16px;
}

.blog-toc__card,
.blog-toc__support {
  padding: 22px 22px 24px;
}

.blog-toc__card {
  border-top: 4px solid var(--blog-accent);
}

.blog-toc__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.blog-toc__item + .blog-toc__item {
  margin-top: 10px;
}

.blog-toc__item--nested {
  padding-left: 12px;
}

.blog-toc__item a {
  color: var(--groupie-text);
  font-size: 15px;
  line-height: 1.6;
  text-decoration: none;
}

.blog-toc__item a.is-active {
  color: var(--groupie-ink);
  font-weight: 700;
}

.blog-toc__support p {
  margin: 0;
  color: var(--groupie-text);
  font-size: 14px;
  line-height: 1.72;
}

.blog-toc__support .blog-text-link {
  margin-top: 14px;
}

.blog-article {
  min-width: 0;
}

.blog-article__prose {
  max-width: var(--blog-content-width);
  padding: 52px 60px 58px;
  border: 1px solid var(--groupie-card-border);
  border-radius: var(--blog-radius-lg);
  background: linear-gradient(180deg, #fffdfa 0%, #ffffff 100%);
  box-shadow: 0 24px 54px -42px rgba(38, 29, 22, 0.22);
}

.blog-article__prose > :first-child {
  margin-top: 0;
}

.blog-article__prose > :last-child {
  margin-bottom: 0;
}

.blog-article__prose p,
.blog-article__prose li {
  color: var(--groupie-text);
  font-size: 18px;
  line-height: 1.84;
}

.blog-article__prose p,
.blog-article__prose ul,
.blog-article__prose ol,
.blog-article__prose blockquote,
.blog-article__prose h2,
.blog-article__prose h3,
.blog-article__prose h4,
.blog-article__prose .blog-callout {
  margin-top: 1.45em;
}

.blog-article__prose h2 {
  color: var(--groupie-ink);
  font-size: clamp(28px, 3.6vw, 36px);
  line-height: 1.08;
  text-wrap: balance;
  scroll-margin-top: 112px;
}

.blog-article__prose h3 {
  color: var(--groupie-ink);
  font-size: 24px;
  line-height: 1.18;
  text-wrap: balance;
  scroll-margin-top: 112px;
}

.blog-article__prose h4 {
  color: var(--groupie-ink);
  font-size: 20px;
  line-height: 1.3;
  scroll-margin-top: 112px;
}

.blog-article__prose p + h2,
.blog-article__prose ul + h2,
.blog-article__prose ol + h2,
.blog-article__prose blockquote + h2 {
  margin-top: 2em;
}

.blog-article__prose ul,
.blog-article__prose ol {
  padding-left: 1.3em;
}

.blog-article__prose li + li {
  margin-top: 0.6em;
}

body.blog-page .blog-article__prose a {
  color: var(--blog-accent);
  font-weight: 700;
  text-decoration-thickness: 1.5px;
  text-underline-offset: 0.18em;
}

body.blog-page .blog-article__prose a:hover,
body.blog-page .blog-article__prose a:focus {
  color: var(--groupie-ink);
}

.blog-inline-token {
  display: inline-flex;
  align-items: center;
  padding: 2px 8px;
  border: 1px solid rgba(95, 130, 255, 0.16);
  border-radius: 999px;
  background: rgba(95, 130, 255, 0.07);
  color: var(--groupie-ink);
  font-family: "Dosis", sans-serif;
  font-size: 0.86em;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.blog-article__prose blockquote {
  padding: 22px 24px;
  border-left: 4px solid var(--blog-accent);
  border-radius: 0 var(--blog-radius-sm) var(--blog-radius-sm) 0;
  background: linear-gradient(180deg, #fff7ee 0%, var(--blog-accent-soft) 100%);
}

.blog-article__prose blockquote p {
  margin: 0;
  color: var(--groupie-ink);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.72;
}

.blog-callout {
  padding: 24px 24px 26px;
  border: 1px solid var(--groupie-card-border);
  border-radius: var(--blog-radius-sm);
  background: linear-gradient(180deg, rgba(255, 230, 204, 0.56) 0%, rgba(255, 255, 255, 0.94) 100%);
  box-shadow: 0 18px 45px -38px rgba(38, 29, 22, 0.18);
}

.blog-callout p {
  margin: 0;
}

.blog-callout__eyebrow {
  margin-bottom: 10px;
}

.blog-author {
  max-width: var(--blog-content-width);
  margin-top: 28px;
}

.blog-author__surface {
  display: block;
  padding: 24px 26px 26px;
  border: 1px solid var(--groupie-card-border);
  border-radius: var(--blog-radius-md);
  background:
    linear-gradient(90deg, var(--blog-accent) 0, var(--blog-accent) 4px, transparent 4px),
    linear-gradient(180deg, #fff7ee 0%, #ffffff 100%);
  box-shadow: 0 20px 46px -40px rgba(38, 29, 22, 0.18);
}

.blog-author__copy {
  min-width: 0;
}

.blog-author__eyebrow {
  margin: 0 0 6px;
  color: var(--groupie-muted);
  font-family: "Dosis", sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.blog-author__name {
  margin: 0;
  color: var(--groupie-ink);
  font-size: 24px;
  font-weight: 600;
  line-height: 1.18;
  letter-spacing: -0.02em;
}

.blog-author__bio {
  margin: 10px 0 0;
  color: var(--groupie-text);
  font-size: 15px;
  line-height: 1.75;
}

.blog-sources {
  max-width: var(--blog-content-width);
  margin-top: 28px;
}

.blog-sources__surface {
  padding: 28px 30px 30px;
  border: 1px solid var(--groupie-card-border);
  border-radius: var(--blog-radius-md);
  background: linear-gradient(180deg, #fff9f2 0%, #ffffff 100%);
  box-shadow: 0 18px 44px -40px rgba(38, 29, 22, 0.18);
}

.blog-sources__surface h2 {
  margin: 0;
  color: var(--groupie-ink);
  font-size: 24px;
  line-height: 1.2;
}

.blog-source-list {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

.blog-source-list__item {
  padding: 16px 18px;
  border: 1px solid var(--groupie-line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.92);
}

body.blog-page .blog-source-list__title {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--groupie-ink);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.55;
  text-decoration: none;
}

body.blog-page .blog-source-list__title::after {
  content: "\2197";
  color: var(--blog-accent);
  font-size: 13px;
  transform: translateY(-1px);
}

body.blog-page .blog-source-list__title:hover,
body.blog-page .blog-source-list__title:focus {
  color: var(--blog-accent);
}

.blog-source-list__meta,
.blog-source-list__note {
  margin: 8px 0 0;
}

.blog-source-list__meta {
  color: var(--groupie-muted);
  font-family: "Dosis", sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.blog-source-list__note {
  color: var(--groupie-text);
  font-size: 14px;
  line-height: 1.72;
}

.blog-cta {
  margin-top: 32px;
}

.blog-cta__surface {
  position: relative;
  padding: 36px;
  border: 1px solid var(--groupie-card-border);
  border-radius: var(--blog-radius-lg);
  background:
    radial-gradient(circle at 100% 0%, rgba(95, 130, 255, 0.16) 0, rgba(95, 130, 255, 0) 38%),
    radial-gradient(circle at 0% 100%, rgba(255, 196, 139, 0.18) 0, rgba(255, 196, 139, 0) 34%),
    linear-gradient(135deg, #fff7ee 0%, #ffffff 52%, #f4f0ff 100%);
  box-shadow: 0 26px 60px -42px rgba(38, 29, 22, 0.22);
}

.blog-cta__surface h2 {
  margin: 0;
  color: var(--groupie-ink);
  font-size: clamp(30px, 4vw, 40px);
  line-height: 1.08;
}

.blog-cta__surface p {
  max-width: 620px;
  margin: 16px 0 0;
  color: var(--groupie-text);
  font-size: 17px;
  line-height: 1.72;
}

.blog-cta__surface .blog-text-link {
  color: var(--blog-accent);
}

.blog-article__tail {
  margin-top: 26px;
}

.blog-related {
  background: linear-gradient(180deg, #fcf7f0 0%, #ffffff 100%);
}

.blog-related-pages {
  margin-top: 28px;
}

.blog-related-pages__surface {
  padding: 34px;
  border: 1px solid var(--groupie-line);
  border-radius: 32px;
  background:
    radial-gradient(circle at 0% 0%, rgba(95, 130, 255, 0.08), rgba(95, 130, 255, 0) 36%),
    linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
  box-shadow: var(--groupie-shadow-soft);
}

.blog-related-pages__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.blog-related-page {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-height: 100%;
  padding: 22px;
  border: 1px solid var(--groupie-line);
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, #fbfdff 100%);
}

.blog-related-page::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 3px;
  border-radius: 24px 24px 0 0;
}

.blog-related-page--blue::before { background: #5f82ff; }
.blog-related-page--green::before { background: #32a063; }
.blog-related-page--amber::before { background: #c27a10; }
.blog-related-page--purple::before { background: #7453cc; }

.blog-related-page__eyebrow {
  margin: 0;
  color: #7e8ca0;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.blog-related-page h3 {
  margin: 0;
  color: var(--groupie-heading);
  font-size: 24px;
  line-height: 1.18;
}

.blog-related-page h3 a {
  color: inherit;
  text-decoration: none;
}

.blog-related-page p:last-of-type {
  margin: 0;
  color: var(--groupie-copy);
  font-size: 15px;
  line-height: 1.72;
}

.blog-footer {
  border-top: none;
}

body.blog-page .site-footer--launch .footer-launch-cta h2,
body.blog-page .site-footer--launch .footer-launch-heading {
  color: #ffffff;
}

body.blog-page .site-footer--launch .footer-launch__eyebrow,
body.blog-page .site-footer--launch .footer-launch-cta p,
body.blog-page .site-footer--launch .footer-launch-summary,
body.blog-page .site-footer--launch .footer-launch-list a:hover,
body.blog-page .site-footer--launch .footer-launch-list a:focus {
  color: rgba(255, 255, 255, 0.78);
}

.blog-featured-strip--category {
  margin-top: -54px;
}

.social-x-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 14px;
  vertical-align: middle;
}

.social-x-icon svg {
  width: 14px;
  height: 14px;
  display: block;
  fill: currentColor;
}

@media (max-width: 1199px) {
  .blog-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .blog-article-layout {
    grid-template-columns: minmax(220px, 240px) minmax(0, 1fr);
  }

  .blog-article__prose {
    padding: 44px 46px 48px;
  }

  .blog-sources__surface {
    padding: 24px 26px 26px;
  }

  .blog-author__surface {
    padding: 22px 24px;
  }
}

@media (max-width: 991px) {
  .blog-shell__utility-link {
    display: none;
  }

  .blog-hero {
    padding: 140px 0 88px;
  }

  .blog-hero__grid,
  .blog-article-hero,
  .blog-article-layout {
    grid-template-columns: 1fr;
  }

  .blog-card--featured .blog-card__link {
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 0;
  }

  .blog-card--featured .blog-card__body {
    max-width: 100%;
    padding: 28px 30px 30px;
  }

  .blog-card--featured .blog-card__media {
    min-height: 240px;
    border-right: 0;
    border-bottom: 1px solid var(--groupie-line);
  }

  .blog-hero__panel,
  .blog-article-hero__media {
    max-width: 720px;
  }

  .blog-article-hero__media {
    min-height: 320px;
  }

  .blog-toc {
    position: static;
    order: -1;
  }

  .blog-toc__support {
    display: none;
  }

  .blog-section-heading--split {
    align-items: flex-start;
    flex-direction: column;
  }

  .blog-section-heading__note {
    max-width: 100%;
    text-align: left;
  }

  .blog-sources__surface h2 {
    font-size: 22px;
  }

  .blog-related-pages__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .blog-topbar .container {
    min-height: 68px;
  }

  .blog-shell__label {
    display: none;
  }

  .blog-hero {
    padding: 128px 0 74px;
  }

  .blog-hero__lead,
  .blog-article-hero__excerpt,
  .blog-article__prose p,
  .blog-article__prose li,
  .blog-cta__surface p,
  .blog-source-list__note {
    font-size: 16px;
  }

  .blog-card-grid,
  .blog-category-grid {
    grid-template-columns: 1fr;
  }

  .blog-card__body,
  .blog-category-card {
    padding: 22px;
  }

  .blog-card--featured .blog-card__link {
    min-height: 0;
  }

  .blog-card--featured .blog-card__body {
    max-width: 100%;
    gap: 14px;
    padding: 24px 22px 26px;
  }

  .blog-card--featured .blog-card__media {
    min-height: 200px;
  }

  .blog-article__prose {
    padding: 34px 24px 38px;
  }

  .blog-author__surface {
    padding: 20px;
  }

  .blog-author__name {
    font-size: 20px;
  }

  .blog-sources__surface {
    padding: 22px 20px 24px;
  }

  .blog-related-pages__surface {
    padding: 26px 22px;
  }

  .blog-source-list__item {
    padding: 14px 15px;
  }

  .blog-cta__surface {
    padding: 28px 24px;
  }

  .blog-hero__actions .btn,
  .blog-cta__actions .btn {
    width: 100%;
  }

  .blog-hero__actions,
  .blog-cta__actions {
    align-items: stretch;
  }

  .blog-featured-strip--category {
    margin-top: -38px;
  }
}
