/* ============================================================
   Virentiq — Blog CSS
   Blog index, single post, archive, and related styles
   ============================================================ */

/* ─── CPT Archive Shared Layout ─────────────────────────────── */
.vq-cpt-archive__hero {
  background: var(--bone);
  padding-bottom: 80px;
}

.vq-cpt-archive__h1 {
  font-family: var(--font-display);
  font-size: 80px;
  font-weight: 800;
  line-height: 0.95;
  letter-spacing: -0.045em;
  color: var(--ink);
  margin-top: 16px;
  margin-bottom: 20px;
}

.vq-cpt-archive__dek {
  font-size: 19px;
  line-height: 1.6;
  color: rgba(15, 20, 16, 0.65);
  max-width: 540px;
}

.vq-cpt-archive__grid-section {
  background: #ffffff;
}

/* Expanded grids on archive pages (no post count limit) */
.vq-clients__grid--archive,
.vq-usecases__grid--archive {
  grid-template-columns: repeat(3, 1fr);
}

.vq-usecases__grid--archive {
  grid-template-columns: 1fr 1fr;
}

/* ─── CPT Single Shared Layout ───────────────────────────────── */
.vq-cpt-single__header {
  background: var(--bone);
  position: relative;
  padding: 0;
}

.vq-cpt-single__header-inner {
  max-width: var(--inner-max);
  margin: 0 auto;
  padding: 80px 56px 56px;
}

.vq-cpt-single__header-stripe {
  height: 4px;
}

.vq-cpt-single__identity {
  margin-top: 48px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.vq-cpt-single__logo img {
  height: 48px;
  width: auto;
  max-width: 200px;
  object-fit: contain;
  margin-bottom: 8px;
}

.vq-cpt-single__monogram {
  width: 56px;
  height: 56px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 22px;
  color: var(--field);
  margin-bottom: 8px;
}

.vq-cpt-single__h1 {
  font-family: var(--font-display);
  font-size: 72px;
  font-weight: 800;
  line-height: 0.95;
  letter-spacing: -0.04em;
  color: var(--ink);
  max-width: 820px;
}

.vq-cpt-single__tagline {
  font-size: 20px;
  line-height: 1.55;
  color: rgba(15, 20, 16, 0.65);
  max-width: 580px;
}

/* Meta bar: services + outcome + link */
.vq-cpt-single__meta-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin-top: 48px;
  padding-top: 32px;
  border-top: 1px solid var(--bone-alt);
}

.vq-cpt-single__meta-block {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.vq-cpt-single__meta-block .vq-eyebrow {
  color: rgba(15, 20, 16, 0.45);
  margin-bottom: 0;
}

.vq-client-service-tag--light {
  color: var(--ink) !important;
  border-color: rgba(15, 20, 16, 0.2) !important;
}

.vq-cpt-single__outcome {
  font-size: 16px;
  line-height: 1.5;
  color: var(--ink);
  max-width: 400px;
}

.vq-cpt-single__visit-btn {
  margin-top: 4px;
}

/* Use case summary block (challenge / approach / outcome) */
.vq-cpt-single__uc-summary {
  margin-top: 48px;
  padding-top: 32px;
  border-top: 1px solid var(--bone-alt);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.vq-cpt-single__uc-block {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.vq-cpt-single__uc-block .vq-eyebrow {
  margin-bottom: 0;
}

.vq-cpt-single__uc-block p:last-child {
  font-size: 15px;
  line-height: 1.6;
  color: rgba(15, 20, 16, 0.7);
}

/* Post content body */
.vq-cpt-single__body {
  max-width: var(--inner-max);
  margin: 0 auto;
  padding: 64px 56px 80px;
}

.vq-cpt-single__content {
  max-width: 720px;
  font-size: 18px;
  line-height: 1.75;
  color: rgba(15, 20, 16, 0.82);
}

.vq-cpt-single__content h2,
.vq-cpt-single__content h3 {
  font-family: var(--font-display);
  font-weight: 700;
  color: var(--ink);
  margin-top: 48px;
  margin-bottom: 16px;
}

.vq-cpt-single__content h2 {
  font-size: 32px;
}

.vq-cpt-single__content h3 {
  font-size: 22px;
}

.vq-cpt-single__content p {
  margin-bottom: 24px;
}

.vq-cpt-single__content ul,
.vq-cpt-single__content ol {
  list-style: disc;
  padding-left: 24px;
  margin-bottom: 24px;
}

.vq-cpt-single__content ul li,
.vq-cpt-single__content ol li {
  margin-bottom: 8px;
}

/* Back navigation */
.vq-cpt-single__back {
  background: var(--bone);
  padding: 32px 0;
  border-top: 1px solid var(--bone-alt);
}

.vq-cpt-single__back-link {
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: rgba(15, 20, 16, 0.55);
  text-decoration: none;
  transition: color 0.15s ease;
}

.vq-cpt-single__back-link:hover {
  color: var(--ink);
}

/* ─── Responsive: CPT templates ──────────────────────────────── */
@media (max-width: 1099px) {
  .vq-cpt-archive__h1 {
    font-size: 60px;
  }

  .vq-clients__grid--archive {
    grid-template-columns: 1fr 1fr;
  }

  .vq-cpt-single__h1 {
    font-size: 52px;
  }

  .vq-cpt-single__uc-summary {
    grid-template-columns: 1fr 1fr;
  }

  .vq-cpt-single__body {
    padding: 48px 40px 64px;
  }
}

@media (max-width: 759px) {
  .vq-cpt-archive__h1 {
    font-size: 44px;
  }

  .vq-cpt-archive__hero,
  .vq-cpt-archive__grid-section {
    padding-left: 0;
    padding-right: 0;
  }

  .vq-clients__grid--archive,
  .vq-usecases__grid--archive {
    grid-template-columns: 1fr;
  }

  .vq-cpt-single__header-inner {
    padding: 56px 20px 40px;
  }

  .vq-cpt-single__h1 {
    font-size: 38px;
    letter-spacing: -0.03em;
  }

  .vq-cpt-single__uc-summary {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .vq-cpt-single__meta-bar {
    flex-direction: column;
    gap: 24px;
  }

  .vq-cpt-single__body {
    padding: 40px 20px 56px;
  }
}

/* ─── Blog Nav overrides ─────────────────────────────────────── */
.vq-blog-nav .vq-nav__notes-link--active {
  color: var(--gold);
}

/* ─── Blog Hero ──────────────────────────────────────────────── */
.vq-blog-hero {
  background: var(--field);
  color: #ffffff;
  padding: 96px 56px 56px;
  position: relative;
  overflow: hidden;
}

/* Echo rings — colored circles offset to the right */
.vq-blog-hero__rings {
  position: absolute;
  right: -80px;
  top: -80px;
  width: 880px;
  height: 880px;
  pointer-events: none;
}

.vq-blog-hero__ring {
  position: absolute;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.vq-blog-hero__ring--1 {
  width: 880px;
  height: 880px;
  border: 1px solid rgba(0, 229, 255, 0.07);
}

.vq-blog-hero__ring--2 {
  width: 640px;
  height: 640px;
  border: 1px solid rgba(255, 91, 31, 0.06);
}

.vq-blog-hero__ring--3 {
  width: 440px;
  height: 440px;
  border: 1px solid rgba(255, 179, 0, 0.05);
}

/* 2-column hero grid */
.vq-blog-hero__inner {
  max-width: var(--inner-max);
  margin: 0 auto;
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  gap: 48px;
  align-items: center;
}

.vq-blog-hero__left {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.vq-blog-hero__eyebrow {
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 20px;
}

.vq-blog-hero__h1 {
  font-family: var(--font-display);
  font-size: 104px;
  font-weight: 800;
  line-height: 0.92;
  letter-spacing: -0.05em;
  color: #ffffff;
  margin-top: 0;
  margin-bottom: 24px;
}

.vq-blog-hero__period {
  color: var(--gold);
}

.vq-blog-hero__dek {
  font-size: 19px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.65);
  max-width: 520px;
}

/* Right column — tagline, desktop only */
.vq-blog-hero__right {
  display: flex;
  align-items: flex-end;
  padding-bottom: 8px;
}

.vq-blog-hero__tagline {
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.4);
  max-width: 280px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  padding-left: 24px;
}

/* ─── Filter Bar ─────────────────────────────────────────────── */
.vq-filter-bar {
  position: sticky;
  top: var(--nav-height);
  background: rgba(13, 27, 61, 0.92);
  backdrop-filter: blur(16px) saturate(140%);
  -webkit-backdrop-filter: blur(16px) saturate(140%);
  padding: 18px 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  z-index: 40;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.vq-filter-bar__chips {
  display: flex;
  align-items: center;
  gap: 8px;
  overflow-x: auto;
  scrollbar-width: none;
  flex: 1;
  min-width: 0;
}

.vq-filter-bar__chips::-webkit-scrollbar {
  display: none;
}

/* "Filter" eyebrow label before chips */
.vq-filter-bar__label {
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: rgba(255, 255, 255, 0.4);
  white-space: nowrap;
  flex-shrink: 0;
  margin-right: 6px;
}

.vq-filter-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 600;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.75);
  cursor: pointer;
  transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
  text-decoration: none;
  white-space: nowrap;
  flex-shrink: 0;
}

/* Dot inside chip */
.vq-filter-chip__dot {
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  flex-shrink: 0;
  transition: background 0.15s;
}

.vq-filter-chip.active .vq-filter-chip__dot {
  background: #ffffff;
}

.vq-filter-chip.active,
.vq-filter-chip:hover {
  background: var(--engine-color, rgba(255, 255, 255, 0.12));
  color: #ffffff;
  border-color: transparent;
}

.vq-filter-chip.active {
  font-weight: 700;
}

/* Density toggle — text pill buttons */
.vq-density-toggle {
  display: flex;
  gap: 2px;
  flex-shrink: 0;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  padding: 3px;
}

.vq-density-btn {
  padding: 7px 14px;
  border-radius: 999px;
  border: none;
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.6);
  cursor: pointer;
  background: transparent;
  transition: background 0.15s, color 0.15s;
  white-space: nowrap;
}

.vq-density-btn.is-active {
  background: #ffffff;
  color: var(--field);
}

.vq-density-btn:hover:not(.is-active) {
  color: #ffffff;
}

/* ─── Posts Container ────────────────────────────────────────── */
.vq-posts-container {
  padding: 64px 56px 140px;
  background: var(--bone);
  min-height: 400px;
}

.vq-posts__grid {
  max-width: var(--inner-max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

/* List view container — hidden by default, shown via JS */
.vq-posts__list {
  max-width: var(--inner-max);
  margin: 0 auto;
  display: none;
  background: #ffffff;
  border: 1px solid var(--bone-alt);
  border-radius: 14px;
  overflow: hidden;
}

/* Section label between editorial and grid */
.vq-posts__section-label {
  max-width: var(--inner-max);
  margin: 32px auto 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.vq-posts__section-label__left {
  display: flex;
  align-items: center;
  gap: 12px;
}

.vq-posts__section-label .vq-eyebrow {
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: rgba(15, 20, 16, 0.55);
  margin-bottom: 0;
}

.vq-posts__section-count {
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 500;
  color: rgba(15, 20, 16, 0.4);
  letter-spacing: 0.04em;
}

.vq-posts__series-link {
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 600;
  color: rgba(15, 20, 16, 0.5);
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: color 0.15s;
}

.vq-posts__series-link:hover {
  color: var(--ink);
}

/* ─── Empty State ────────────────────────────────────────────── */
.vq-posts__empty {
  max-width: var(--inner-max);
  margin: 0 auto;
  padding: 80px 32px;
  border: 1px dashed var(--bone-alt);
  border-radius: 14px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.vq-posts__empty p {
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: rgba(15, 20, 16, 0.55);
  max-width: 400px;
}

/* ─── Post Card — Editorial (Featured) ─────────────────────── */
.vq-post-card--editorial {
  max-width: var(--inner-max);
  margin: 0 auto 24px;
  background: var(--field);
  color: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  padding: 64px;
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 48px;
  align-items: center;
}

.vq-post-card--editorial::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 300px;
  background: radial-gradient(ellipse at right center, rgba(255, 91, 31, 0.12) 0%, transparent 70%);
  pointer-events: none;
}

.vq-post-card--editorial__inner {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.vq-post-card--editorial .vq-post__title {
  font-size: 64px;
  line-height: 0.92;
  letter-spacing: -0.04em;
  font-weight: 800;
  margin-bottom: 0;
  color: #ffffff;
}

.vq-post-card--editorial .vq-post__title a {
  color: inherit;
  text-decoration: none;
}

.vq-post-card--editorial .vq-post__title a:hover {
  opacity: 0.85;
}

.vq-post-card--editorial .vq-post__excerpt {
  font-size: 18px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.7);
  max-width: 520px;
}

.vq-post-card--editorial__meta {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.vq-post-card--editorial__thumb {
  position: relative;
  z-index: 2;
  width: 280px;
  flex-shrink: 0;
  border-radius: 8px;
  overflow: hidden;
}

.vq-post-card--editorial__thumb img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.vq-post-card__cta {
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  text-decoration: none;
  transition: opacity 0.15s;
}

.vq-post-card__cta:hover {
  opacity: 0.7;
}

.vq-post-card__date,
.vq-post-card__read-time {
  font-family: var(--font-mono);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: rgba(255, 255, 255, 0.45);
}

/* Featured badge */
.vq-featured-badge {
  position: absolute;
  top: 24px;
  right: 24px;
  background: var(--gold);
  color: var(--field);
  font-family: var(--font-mono);
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  padding: 6px 12px;
  border-radius: 999px;
  z-index: 3;
}

/* ─── Post Card — Standard 3-col ──────────────────────────── */
.vq-post-card--card {
  background: #ffffff;
  border-radius: 14px;
  border: 1px solid var(--bone-alt);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.vq-post-card--card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.vq-post-card__accent {
  height: 4px;
  width: 100%;
  background: var(--engine-color, var(--studio));
}

.vq-post-card__thumb {
  overflow: hidden;
  height: 180px;
}

.vq-post-card__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.vq-post-card--card:hover .vq-post-card__thumb img {
  transform: scale(1.03);
}

.vq-post-card__body {
  padding: 28px;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.vq-post__title {
  font-family: var(--font-display);
  font-size: 26px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: var(--ink);
  margin-bottom: 0;
}

.vq-post__title a {
  color: inherit;
  text-decoration: none;
  transition: color 0.15s;
}

.vq-post__title a:hover {
  color: var(--tangerine);
}

.vq-post__excerpt {
  font-size: 14.5px;
  line-height: 1.6;
  color: rgba(15, 20, 16, 0.65);
}

.vq-post-card__meta {
  border-top: 1px solid var(--bone-alt);
  padding: 16px 28px;
  font-family: var(--font-mono);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(15, 20, 16, 0.45);
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
}

.vq-post-card__kind {
  margin-left: auto;
  color: rgba(15, 20, 16, 0.35);
}

/* ─── Post Card — Row variant ────────────────────────────────── */
.vq-post-card--row {
  display: grid;
  grid-template-columns: 10px 1fr auto auto auto;
  gap: 16px;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid var(--bone-alt);
  text-decoration: none;
}

.vq-post-card--row .vq-post__title {
  font-size: 18px;
}

.vq-post-card--row .vq-post__excerpt {
  font-size: 13px;
  margin-top: 4px;
}

.vq-post-card__row-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--engine-color, var(--studio));
  flex-shrink: 0;
}

.vq-post-card__row-body {
  min-width: 0;
}

/* ─── Archive Hero ───────────────────────────────────────────── */
.vq-archive-hero {
  background: var(--field);
  color: #ffffff;
  padding: 100px 56px 72px;
  position: relative;
  overflow: hidden;
}

.vq-archive-hero .vq-section__inner {
  position: relative;
  z-index: 2;
}

.vq-archive-hero__h1 {
  font-family: var(--font-display);
  font-size: 88px;
  font-weight: 800;
  line-height: 0.9;
  letter-spacing: -0.05em;
  color: #ffffff;
  margin-top: 16px;
  margin-bottom: 24px;
}

.vq-archive-hero__desc {
  font-size: 18px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.6);
  max-width: 560px;
}

.vq-archive-hero__engine-meta {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 24px;
}

.vq-archive-hero__count {
  font-family: var(--font-mono);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: rgba(255, 255, 255, 0.4);
}

/* Search hero variant */
.vq-search-hero {
  padding: 80px 56px 64px;
}

/* ─── Single Post — Header ───────────────────────────────────── */
.vq-post-header {
  background: var(--field);
  color: #ffffff;
  padding: 88px 56px 56px;
  position: relative;
  overflow: hidden;
}

/* Rings on LEFT side (desktop only) */
.vq-post-header__rings {
  position: absolute;
  top: 0;
  left: 0;
  width: 820px;
  height: 820px;
  pointer-events: none;
}

.vq-post-header__ring {
  position: absolute;
  border-radius: 50%;
}

.vq-post-header__ring--1 {
  width: 820px;
  height: 820px;
  top: -180px;
  left: -300px;
  border: 1px solid var(--engine-color, rgba(0,229,255,0.11));
  opacity: 0.11;
}

.vq-post-header__ring--2 {
  width: 560px;
  height: 560px;
  top: -40px;
  left: -120px;
  border: 1px solid var(--engine-color, rgba(0,229,255,0.08));
  opacity: 0.08;
}

/* Inner container — max 980px */
.vq-post-header__inner {
  max-width: 980px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.vq-post-header__breadcrumb {
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 0.04em;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.vq-post-header__breadcrumb a {
  color: inherit;
  text-decoration: none;
  transition: color 0.15s;
}

.vq-post-header__breadcrumb a:hover {
  color: rgba(255, 255, 255, 0.85);
}

.vq-post-header__breadcrumb span[aria-hidden] {
  margin: 0 4px;
}

/* Pill row */
.vq-post-header__tags {
  display: flex;
  gap: 10px;
  margin-bottom: 28px;
  flex-wrap: wrap;
  align-items: center;
}

/* Series pill — "↳ Series name" style */
.vq-series-pill {
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: rgba(255, 255, 255, 0.55);
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

/* Title */
.vq-post-header__h1 {
  font-family: var(--font-display);
  font-size: 76px;
  font-weight: 800;
  line-height: 0.95;
  letter-spacing: -0.04em;
  color: #ffffff;
  margin: 0 0 0 0;
  text-wrap: pretty;
}

/* Dek */
.vq-post-header__dek {
  font-family: var(--font-body);
  font-size: 22px;
  font-weight: 500;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.78);
  max-width: 760px;
  margin: 28px 0 36px;
  text-wrap: pretty;
}

/* Meta row — space-between: left = byline, right = date·min·kind */
.vq-post-header__meta-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 14px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.vq-post-header__byline {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #ffffff;
}

.vq-post-header__byline-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  flex-shrink: 0;
}

.vq-post-header__meta-right {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: rgba(255, 255, 255, 0.55);
}

/* 3px separator dot used in meta rows */
.vq-meta-sep {
  display: inline-block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.35);
}

/* ─── Reading Section (dark ink) ─────────────────────────────── */
.vq-reading-section {
  background: var(--ink);
  color: var(--bone);
  padding: 88px 56px 120px;
}

/* 3-column grid: TOC | body | meta rail */
.vq-reading-grid {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 220px minmax(0, 720px) 180px;
  gap: 56px;
  align-items: start;
  justify-content: center;
  overflow: visible;
}

/* ─── TOC rail ───────────────────────────────────────────────── */
.vq-post-toc-rail {
  position: sticky;
  top: calc(var(--nav-height) + 24px);
  align-self: start;
}

.vq-post-toc__eyebrow {
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(242, 239, 230, 0.5);
  margin-bottom: 14px;
}

.vq-post-toc__list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.vq-post-toc__list li {
  line-height: 1.35;
}

.vq-post-toc__link {
  display: flex;
  align-items: baseline;
  gap: 8px;
  text-decoration: none;
  color: rgba(242, 239, 230, 0.7);
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.35;
  text-wrap: pretty;
  transition: color 0.15s;
}

.vq-post-toc__link:hover,
.vq-post-toc__list li.is-active .vq-post-toc__link {
  color: var(--bone);
}

.vq-toc-num {
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 700;
  line-height: 1.4;
  flex-shrink: 0;
}

/* TOC share section */
.vq-post-toc__share {
  margin-top: 28px;
  padding-top: 18px;
  border-top: 1px solid var(--bone-alt);
}

.vq-post-toc__share-eyebrow {
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(242, 239, 230, 0.5);
  margin-bottom: 12px;
}

.vq-post-toc__share-btns {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.vq-toc-share-btn {
  padding: 6px 10px;
  border: 1px solid var(--bone-alt);
  background: rgba(255, 255, 255, 0.06);
  color: var(--bone);
  border-radius: 999px;
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.15s, color 0.15s;
}

.vq-toc-share-btn:hover {
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
}

/* ─── Post Body (dark reading) ───────────────────────────────── */
.vq-post-body {
  min-width: 0;
  overflow: visible;
}

.vq-post-body__content p {
  font-family: var(--font-body);
  font-size: 19px;
  font-weight: 400;
  line-height: 1.65;
  margin-bottom: 22px;
  color: rgba(242, 239, 230, 0.72);
  text-wrap: pretty;
}

.vq-post-body__content h2 {
  font-family: var(--font-display);
  font-size: 36px;
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.03em;
  margin: 56px 0 22px;
  position: relative;
  color: var(--bone);
  text-wrap: pretty;
}

/* § glyph — engine accent, positioned in left gutter */
.vq-post-body__content h2::before {
  content: none;
}

.vq-post-body__content h3 {
  font-family: var(--font-display);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin: 32px 0 14px;
  color: var(--bone);
  text-wrap: pretty;
}

.vq-post-body__content h4 {
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 700;
  margin: 28px 0 12px;
  color: var(--bone);
}

.vq-post-body__content ul,
.vq-post-body__content ol {
  margin-bottom: 22px;
  padding-left: 24px;
}

.vq-post-body__content ul {
  list-style: disc;
}

.vq-post-body__content ol {
  list-style: decimal;
}

.vq-post-body__content li {
  font-size: 18px;
  line-height: 1.65;
  margin-bottom: 8px;
  color: rgba(242, 239, 230, 0.72);
}

.vq-post-body__content a {
  color: var(--engine-color, var(--tangerine));
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
  transition: opacity 0.15s;
}

.vq-post-body__content a:hover {
  opacity: 0.75;
}

/* Pullquote — borderLeft only, no background fill */
.vq-post-body__content blockquote,
.vq-pull-quote {
  border-left: 4px solid var(--engine-color, var(--studio));
  padding: 0 0 0 32px;
  margin: 48px 0;
  background: none;
  border-radius: 0;
  quotes: none;
}

.vq-post-body__content blockquote::before,
.vq-post-body__content blockquote::after {
  content: none !important;
}

/* Figure-wrapped blockquotes already have border-left on the <figure> inline style — suppress the CSS-added one */
.vq-post-body__content figure blockquote {
  border-left: none;
  padding-left: 0;
  margin: 0;
}

.vq-pull-quote {
  font-family: var(--font-display);
  font-size: 28px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.02em;
  color: var(--bone);
  text-wrap: pretty;
}

.vq-post-body__content blockquote p {
  font-family: var(--font-display);
  font-size: 28px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.02em;
  color: var(--bone);
  margin-bottom: 0;
}

/* Callout — dark dark bg, engine-accent top strip */
.vq-callout {
  position: relative;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  padding: 28px 32px;
  margin: 40px 0;
  color: #ffffff;
}

.vq-callout::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: var(--engine-color, var(--studio));
}

.vq-callout p {
  margin-bottom: 0 !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  line-height: 1.55 !important;
  color: inherit !important;
}

/* Inline code */
.vq-post-body__content code {
  background: rgba(255, 255, 255, 0.08);
  color: var(--bone);
  font-family: var(--font-mono);
  font-size: 13px;
  border-radius: 4px;
  padding: 2px 7px;
}

/* Code blocks */
.vq-post-body__content pre {
  background: #000;
  color: #ffffff;
  font-family: var(--font-mono);
  font-size: 13px;
  line-height: 1.6;
  letter-spacing: 0.01em;
  border-radius: 12px;
  padding: 28px 32px;
  overflow-x: auto;
  margin: 36px 0;
}

.vq-post-body__content pre code {
  background: none;
  padding: 0;
  border-radius: 0;
  font-size: inherit;
  color: inherit;
}

.vq-post-body__content img {
  border-radius: 8px;
  margin: 32px 0;
}

.vq-post-body__content hr {
  border: none;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin: 48px 0;
}

.vq-post-body__content strong {
  font-weight: 700;
  color: var(--bone);
}

.vq-post-body__content em {
  font-style: italic;
}

/* Add scroll-margin to headings for sticky nav offset */
.vq-post-body__content h2,
.vq-post-body__content h3 {
  scroll-margin-top: 80px;
}

.vq-heading-anchor {
  display: none;
}

/* ─── Post Meta Rail (right sticky card) ────────────────────── */
.vq-post-meta-rail {
  position: sticky;
  top: calc(var(--nav-height) + 24px);
  align-self: start;
}

.vq-post-meta-rail__eyebrow {
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(242, 239, 230, 0.5);
  margin-bottom: 14px;
}

.vq-post-meta-rail__card {
  padding: 16px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.vq-post-meta-rail__row {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.vq-post-meta-rail__key {
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(242, 239, 230, 0.5);
}

.vq-post-meta-rail__val {
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.3;
  color: var(--bone);
}

/* ─── Post Sign-off (dark card, 3-column grid) ───────────────── */
.vq-post-signoff {
  position: relative;
  overflow: hidden;
  max-width: 760px;
  margin: 64px auto 0;
  padding: 36px 40px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  display: grid;
  grid-template-columns: 72px 1fr auto;
  gap: 24px;
  align-items: center;
  color: var(--bone);
}

.vq-post-signoff__accent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: var(--engine-color, var(--studio));
}

.vq-post-signoff__mark {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.vq-post-signoff__text {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 0;
}

.vq-post-signoff__engine-label {
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--engine-color, var(--studio));
}

.vq-post-signoff__title {
  font-family: var(--font-display);
  font-size: 21px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.02em;
  color: var(--bone);
  text-wrap: pretty;
}

.vq-post-signoff__meta {
  font-family: var(--font-mono);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: rgba(242, 239, 230, 0.55);
  margin-top: 2px;
}

.vq-post-signoff__series-link {
  padding: 12px 18px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  color: var(--bone);
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.15s, border-color 0.15s;
}

.vq-post-signoff__series-link:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.35);
}

/* ─── Eyebrow muted variant ──────────────────────────────────── */
.vq-eyebrow--muted {
  color: rgba(15, 20, 16, 0.45);
}

/* ─── Post Card — updated tags layout ───────────────────────── */
.vq-post-card__tags {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 16px;
}

.vq-post-card__kind-label {
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(15, 20, 16, 0.42);
}

.vq-post-card__series {
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 10px;
}

.vq-post-card__meta-row {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-mono);
  font-size: 11px;
  color: rgba(15, 20, 16, 0.5);
  letter-spacing: 0.04em;
  flex-wrap: wrap;
}

.vq-post-card__meta-row .vq-meta-sep {
  background: rgba(15, 20, 16, 0.3);
}

/* ─── Related Posts ──────────────────────────────────────────── */
.vq-related {
  background: #ffffff;
  color: var(--ink);
  padding: 88px 56px;
  border-top: 1px solid var(--bone-alt);
}

.vq-related__inner {
  max-width: 1280px;
  margin: 0 auto;
}

.vq-related__header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 36px;
}

.vq-related__heading {
  font-family: var(--font-display);
  font-size: 36px;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1;
  color: var(--ink);
  margin-top: 14px;
}

.vq-related__all-link {
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--ink);
  text-decoration: none;
  border-bottom: 1px solid var(--ink);
  padding-bottom: 2px;
  white-space: nowrap;
  flex-shrink: 0;
}

.vq-related__all-link:hover {
  opacity: 0.65;
}

.vq-related__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

/* ─── Newsletter CTA ─────────────────────────────────────────── */
.vq-newsletter {
  background: var(--field);
  color: #ffffff;
  padding: 100px 56px;
}

.vq-newsletter--compact {
  padding: 64px 56px;
}

.vq-newsletter__inner {
  max-width: 1480px;
  margin: 0 auto;
}

.vq-newsletter__inner > * {
  max-width: 720px;
}

.vq-newsletter .vq-eyebrow {
  margin-bottom: 18px;
}

/* New H2 — "One studio note in your inbox, / about every other Tuesday." */
.vq-newsletter__h2 {
  font-family: var(--font-display);
  font-size: 48px;
  font-weight: 800;
  line-height: 0.95;
  letter-spacing: -0.045em;
  color: #ffffff;
  margin: 0 0 18px;
  text-wrap: pretty;
}

.vq-newsletter__h2-gold {
  color: var(--gold);
}

.vq-newsletter__dek {
  font-family: var(--font-body);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.72);
  max-width: 560px;
  margin-bottom: 28px;
  text-wrap: pretty;
}

/* Pill form */
.vq-newsletter-form--pill {
  display: flex;
  gap: 8px;
  max-width: 540px;
  padding: 6px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  overflow: visible;
}

.vq-newsletter-form--pill input {
  flex: 1 1 240px;
  min-width: 0;
  padding: 14px 20px;
  border: none;
  background: transparent;
  color: #ffffff;
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 500;
  outline: none;
  border-radius: 999px;
}

.vq-newsletter-form--pill input::placeholder {
  color: rgba(255, 255, 255, 0.45);
}

.vq-newsletter-form--pill button {
  background: var(--gold);
  color: var(--field);
  padding: 14px 24px;
  border: none;
  border-radius: 999px;
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  cursor: pointer;
  white-space: nowrap;
  flex-shrink: 0;
  transition: background 0.15s;
}

.vq-newsletter-form--pill button:hover {
  background: #e0a000;
}

.vq-newsletter__fine {
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.4);
  letter-spacing: 0.04em;
  margin-top: 16px;
  line-height: 1.5;
}

/* ─── Row card inside list container ────────────────────────── */
.vq-posts__list .vq-post-card--row {
  display: grid;
  grid-template-columns: 8px 1fr auto auto;
  gap: 16px;
  align-items: center;
  padding: 18px 28px;
  border-bottom: 1px solid var(--bone-alt);
  text-decoration: none;
  transition: background 0.12s;
}

.vq-posts__list .vq-post-card--row:last-child {
  border-bottom: none;
}

.vq-posts__list .vq-post-card--row:hover {
  background: var(--bone);
}

.vq-posts__list .vq-post-card--row .vq-post__title {
  font-size: 17px;
  font-weight: 700;
}

.vq-posts__list .vq-post-card--row .vq-post__excerpt {
  display: none;
}

/* ─── Series Teaser ──────────────────────────────────────────── */
.vq-series-teaser {
  background: var(--bone);
  padding: 0 56px 80px;
}

.vq-series-teaser__inner {
  max-width: var(--inner-max);
  margin: 0 auto;
  background: #ffffff;
  border: 1px solid var(--bone-alt);
  border-radius: 16px;
  padding: 32px 24px;
}

.vq-series-teaser__header {
  margin-bottom: 24px;
}

.vq-series-teaser__h2 {
  font-family: var(--font-display);
  font-size: 34px;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.1;
  color: var(--ink);
  margin: 8px 0 10px;
}

.vq-series-teaser__dek {
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.55;
  color: rgba(15, 20, 16, 0.55);
}

.vq-series-teaser__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 12px;
}

/* ─── Series Card ────────────────────────────────────────────── */
.vq-series-card {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 20px 20px 18px;
  background: var(--bone);
  border: 1px solid var(--bone-alt);
  border-radius: 12px;
  text-decoration: none;
  color: var(--ink);
  transition: background 0.15s, border-color 0.15s;
}

.vq-series-card:hover {
  background: #ffffff;
  border-color: var(--ink);
}

.vq-series-card__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 4px;
}

.vq-series-card__count {
  background: var(--gold);
  color: var(--field);
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 700;
  padding: 3px 8px;
  border-radius: 999px;
}

.vq-series-card__title {
  font-family: var(--font-display);
  font-size: 19px;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.15;
  color: var(--ink);
  margin: 0;
}

.vq-series-card__blurb {
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
  color: rgba(15, 20, 16, 0.55);
  margin: 0;
}

/* ─── Responsive — blog-only ─────────────────────────────────── */

/* Tablet (768–1199px) */
@media (max-width: 1199px) {
  .vq-blog-hero {
    padding: 76px 32px 44px;
  }

  .vq-blog-hero__inner {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .vq-blog-hero__right {
    display: none;
  }

  .vq-blog-hero__rings {
    display: none;
  }

  .vq-blog-hero__h1 {
    font-size: 80px;
  }

  .vq-filter-bar {
    padding: 12px 32px;
    top: var(--nav-height);
  }

  .vq-density-toggle {
    display: none;
  }

  .vq-posts-container {
    padding: 48px 32px 96px;
  }

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

  .vq-posts__section-label {
    margin: 24px auto 18px;
  }

  .vq-series-teaser {
    padding: 0 32px 64px;
  }

  .vq-post-card--editorial {
    grid-template-columns: 1fr;
    padding: 40px;
  }

  .vq-post-card--editorial__thumb {
    display: none;
  }

  .vq-post-card--editorial .vq-post__title {
    font-size: 48px;
  }

  /* Post header */
  .vq-post-header {
    padding: 64px 32px 48px;
  }

  .vq-post-header__rings {
    display: none;
  }

  .vq-post-header__h1 {
    font-size: 56px;
  }

  .vq-post-header__dek {
    font-size: 19px;
    margin: 20px 0 28px;
  }

  /* Reading section — collapse to single column */
  .vq-reading-section {
    padding: 64px 32px 88px;
  }

  .vq-reading-grid {
    grid-template-columns: minmax(0, 760px);
    gap: 0;
  }

  .vq-post-toc-rail,
  .vq-post-meta-rail {
    display: none;
  }

  .vq-post-body__content h2::before {
    display: none;
  }

  /* Sign-off */
  .vq-post-signoff {
    grid-template-columns: 56px 1fr;
    margin: 40px auto 0;
  }

  .vq-post-signoff__series-link {
    display: none;
  }

  /* Archive */
  .vq-archive-hero {
    padding: 80px 32px 64px;
  }

  .vq-archive-hero__h1 {
    font-size: 64px;
  }

  /* Related */
  .vq-related {
    padding: 64px 32px;
  }

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

  .vq-related__heading {
    font-size: 30px;
  }

  /* Newsletter */
  .vq-newsletter {
    padding: 96px 32px;
  }

  .vq-newsletter--compact {
    padding: 64px 32px;
  }

  .vq-newsletter__h2 {
    font-size: 40px;
  }
}

/* Mobile (<768px) */
@media (max-width: 767px) {
  .vq-blog-hero {
    padding: 56px 20px 36px;
  }

  .vq-blog-hero__inner {
    grid-template-columns: 1fr;
  }

  .vq-blog-hero__right {
    display: none;
  }

  .vq-blog-hero__rings {
    display: none;
  }

  .vq-blog-hero__h1 {
    font-size: 48px;
    letter-spacing: -0.04em;
  }

  .vq-blog-hero__dek {
    font-size: 16px;
  }

  .vq-filter-bar {
    padding: 14px 20px;
  }

  .vq-filter-bar__label {
    display: none;
  }

  .vq-posts-container {
    padding: 36px 20px 72px;
  }

  .vq-posts__grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .vq-posts__section-label {
    margin: 22px auto 16px;
    flex-wrap: wrap;
    row-gap: 8px;
  }

  .vq-posts__series-link {
    display: none;
  }

  .vq-series-teaser {
    padding: 0 20px 56px;
  }

  .vq-series-teaser__h2 {
    font-size: 26px;
  }

  .vq-series-teaser__grid {
    grid-template-columns: 1fr;
  }

  .vq-post-card--editorial {
    padding: 28px 24px;
  }

  .vq-post-card--editorial .vq-post__title {
    font-size: 36px;
    letter-spacing: -0.035em;
  }

  .vq-post-card--editorial .vq-post__excerpt {
    font-size: 15px;
  }

  /* Post header — mobile */
  .vq-post-header {
    padding: 40px 20px 36px;
  }

  .vq-post-header__rings {
    display: none;
  }

  .vq-post-header__h1 {
    font-size: 36px;
    letter-spacing: -0.03em;
    line-height: 0.95;
  }

  .vq-post-header__dek {
    font-size: 18px;
    margin: 20px 0 28px;
  }

  .vq-post-header__meta-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    padding-top: 20px;
  }

  /* Reading section — mobile */
  .vq-reading-section {
    padding: 40px 20px 64px;
  }

  .vq-reading-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .vq-post-toc-rail,
  .vq-post-meta-rail {
    display: none;
  }

  .vq-post-body__content p {
    font-size: 17px;
  }

  .vq-post-body__content h2 {
    font-size: 28px;
    margin: 40px 0 18px;
  }

  .vq-post-body__content h3 {
    font-size: 21px;
  }

  .vq-pull-quote,
  .vq-post-body__content blockquote p {
    font-size: 22px;
    padding-left: 20px;
  }

  .vq-callout {
    padding: 22px 24px;
    margin: 32px 0;
  }

  .vq-post-body__content pre {
    padding: 22px;
  }

  /* Sign-off — mobile: single column */
  .vq-post-signoff {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 28px 24px;
    margin: 40px auto 0;
  }

  .vq-post-signoff__series-link {
    display: none;
  }

  /* Archive — mobile */
  .vq-archive-hero {
    padding: 56px 20px 40px;
  }

  .vq-archive-hero__h1 {
    font-size: 44px;
  }

  /* Related — mobile */
  .vq-related {
    padding: 60px 20px;
  }

  .vq-related__grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .vq-related__heading {
    font-size: 26px;
  }

  /* Newsletter — mobile */
  .vq-newsletter,
  .vq-newsletter--compact {
    padding: 48px 20px;
  }

  .vq-newsletter__h2 {
    font-size: 36px;
  }

  .vq-newsletter__dek {
    font-size: 16px;
  }

  .vq-newsletter-form--pill {
    border-radius: 14px;
    flex-direction: column;
    gap: 6px;
  }

  .vq-newsletter-form--pill input {
    padding: 14px 18px;
    border-radius: 8px;
  }

  .vq-newsletter-form--pill button {
    border-radius: 8px;
    width: 100%;
    justify-content: center;
  }
}
