/* Blog listing + home blog strip */

.blog-list-hero {
  position: relative;
  isolation: isolate;
  padding-block: clamp(1.75rem, 4.5vw, 2.85rem) clamp(2.6rem, 6vw, 3.6rem);
  color: #fff;
  overflow: hidden;
}
.blog-list-hero__bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(ellipse 70% 60% at 88% 12%, rgba(255,255,255,0.14), transparent 55%),
    radial-gradient(ellipse 50% 45% at 8% 90%, rgba(15, 112, 80, 0.45), transparent 50%),
    linear-gradient(155deg, var(--brand-700, #0b5e42), var(--brand-900, #063d2b));
}
.blog-list-hero__inner {
  text-align: center;
  max-width: 42rem;
  margin-inline: auto;
}
.blog-list-hero .breadcrumb {
  justify-content: center;
  margin-bottom: 0.7rem;
}
.blog-list-hero .breadcrumb__list { justify-content: center; }
.blog-list-hero .breadcrumb__item a,
.blog-list-hero .breadcrumb__item span,
.blog-list-hero .breadcrumb__item.is-current {
  color: rgba(255, 255, 255, 0.88);
}
.blog-list-hero .breadcrumb__item a:hover { color: #fff; }
.blog-list-hero .breadcrumb__item + .breadcrumb__item::before {
  color: rgba(255, 255, 255, 0.45);
}
.blog-list-hero__title {
  margin: 0;
  color: #fff;
  font-size: clamp(1.65rem, 3.6vw, 2.35rem);
  font-weight: 700;
  line-height: 1.3;
}
.blog-list-hero__lead {
  margin: 0.7rem 0 0;
  color: rgba(255,255,255,0.88);
  line-height: 1.75;
  font-size: 1.02rem;
}

.blog-list-section {
  padding-top: 0;
  margin-top: -1.65rem;
  position: relative;
  z-index: 1;
  padding-bottom: clamp(2.5rem, 6vw, 4rem);
}

.blog-toolbar {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 1.35rem;
  padding: 1rem 1.15rem 1.1rem;
  border-radius: 1.2rem;
  background: #fff;
  border: 1px solid color-mix(in srgb, var(--brand-300, #6bc4a3) 28%, #e8edf2);
  box-shadow: 0 16px 40px rgba(6, 61, 43, 0.08);
}

.blog-toolbar__search-block {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  width: 100%;
}
.blog-toolbar__search-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem 1rem;
}

.blog-toolbar__search {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  min-width: 0;
}
.blog-toolbar__search > i {
  position: absolute;
  inset-inline-start: 1rem;
  color: var(--brand-600, #0f7050);
  pointer-events: none;
  font-size: 0.95rem;
}
.blog-toolbar__search input {
  width: 100%;
  border: 1px solid color-mix(in srgb, var(--brand-300, #6bc4a3) 35%, #dde3ea);
  border-radius: 0.8rem;
  padding: 0.9rem 1.1rem;
  padding-inline-start: 2.7rem;
  font: inherit;
  font-size: 1.02rem;
  line-height: 1.4;
  background: color-mix(in srgb, var(--brand-50, #eef8f3) 40%, #fff);
  color: inherit;
  outline: none;
  transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
}
.blog-toolbar__search input::placeholder { color: #94a3b8; }
.blog-toolbar__search input:focus {
  background: #fff;
  border-color: var(--brand-500, #148a63);
  box-shadow: 0 0 0 3px rgba(20, 138, 99, 0.14);
}

.blog-toolbar__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.55rem 0.85rem;
}
.blog-toolbar__clear {
  appearance: none;
  border: 1px solid color-mix(in srgb, var(--brand-300, #6bc4a3) 40%, #e2e8f0);
  background: #fff;
  color: var(--brand-800, #084c36);
  border-radius: 0.55rem;
  padding: 0.38rem 0.8rem;
  font: inherit;
  font-weight: 700;
  font-size: 0.86rem;
  cursor: pointer;
  line-height: 1.2;
  transition: background .15s ease, border-color .15s ease, color .15s ease;
}
.blog-toolbar__clear:hover {
  background: color-mix(in srgb, var(--brand-50, #eef8f3) 80%, #fff);
  border-color: var(--brand-400, #3aa87f);
}

.blog-list-meta {
  margin: 0;
  color: var(--text-muted, #64748b);
  font-size: 0.92rem;
  font-weight: 600;
  white-space: nowrap;
}

.blog-toolbar__filters {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  padding-top: 0.95rem;
  border-top: 1px solid color-mix(in srgb, var(--brand-200, #a7ddc8) 35%, #eef2f6);
}

.blog-toolbar__row {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0.5rem;
}
.blog-toolbar__label {
  flex: 0 0 auto;
  margin: 0;
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--brand-800, #084c36);
}

.blog-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  min-width: 0;
}
.blog-chip {
  appearance: none;
  position: relative;
  border: 0;
  border-radius: 0.65rem;
  background: color-mix(in srgb, var(--brand-50, #eef8f3) 55%, #f1f5f9);
  color: #334155;
  padding: 0.55rem 0.95rem;
  font: inherit;
  font-size: 0.92rem;
  font-weight: 650;
  line-height: 1.3;
  cursor: pointer;
  box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--brand-300, #6bc4a3) 22%, transparent);
  transition: background .16s ease, color .16s ease, box-shadow .16s ease, transform .16s ease;
}
.blog-chip:hover {
  color: var(--brand-900, #063d2b);
  background: color-mix(in srgb, var(--brand-100, #d7f0e5) 70%, #fff);
  box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--brand-400, #3aa87f) 45%, transparent);
}
.blog-chip.is-active {
  color: #fff;
  background: linear-gradient(135deg, var(--brand-600, #0f7050), var(--brand-800, #084c36));
  box-shadow:
    0 6px 14px rgba(11, 94, 66, 0.2),
    inset 0 -2px 0 rgba(0, 0, 0, 0.08);
}
.blog-chip.is-active:hover {
  color: #fff;
  background: linear-gradient(135deg, var(--brand-500, #148a63), var(--brand-700, #0b5e42));
}

.blog-live.is-loading .blog-grid {
  opacity: 0.72;
  transition: opacity .2s ease;
}

.blog-empty {
  padding: 2rem 1rem;
  text-align: center;
  color: #64748b;
  border-radius: 1rem;
  border: 1px dashed rgba(11, 94, 66, 0.2);
  background: rgba(11, 94, 66, 0.03);
}
.blog-empty[hidden] { display: none !important; }

.blog-scroll-status {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  min-height: 2.5rem;
  margin-top: 1.35rem;
  color: #64748b;
  font-size: 0.92rem;
}
.blog-scroll-status__spinner {
  width: 1.1rem;
  height: 1.1rem;
  border-radius: 999px;
  border: 2px solid rgba(11, 94, 66, 0.2);
  border-top-color: var(--brand-600, #0f7050);
  animation: blog-spin .7s linear infinite;
}
.blog-scroll-status__spinner[hidden] { display: none !important; }
.blog-scroll-sentinel {
  height: 1px;
  width: 100%;
  pointer-events: none;
}
@keyframes blog-spin {
  to { transform: rotate(360deg); }
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.15rem;
}
.blog-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  border-radius: 1.15rem;
  background: var(--surface, #fff);
  border: 1px solid color-mix(in srgb, var(--brand-300, #6bc4a3) 24%, #e2e8f0);
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.045);
  overflow: hidden;
  contain: layout style;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.blog-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 36px rgba(6, 61, 43, 0.1);
  border-color: color-mix(in srgb, var(--brand-400, #2fa77e) 42%, #e2e8f0);
}
.blog-card__link {
  display: flex;
  flex-direction: column;
  height: 100%;
  color: inherit;
  text-decoration: none;
}
.blog-card__media {
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background:
    linear-gradient(145deg, var(--brand-700, #0b5e42), var(--brand-400, #2fa77e) 72%);
}
.blog-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .35s ease;
}
.blog-card:hover .blog-card__media img {
  transform: scale(1.04);
}
.blog-card__body {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 1.05rem 1.1rem 1.15rem;
  height: 100%;
}
.blog-card__cat {
  margin: 0;
  align-self: flex-start;
  padding: 0.14rem 0.55rem;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--brand-800, #084c36);
  background: color-mix(in srgb, var(--brand-100, #d7f0e5) 88%, #fff);
  letter-spacing: 0.01em;
}
.blog-card__title {
  margin: 0;
  font-size: 1.08rem;
  line-height: 1.45;
  font-weight: 700;
  color: #14352a;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog-card:hover .blog-card__title { color: var(--brand-700, #0b5e42); }
.blog-card__excerpt {
  margin: 0;
  color: var(--text-muted, #64748b);
  line-height: 1.7;
  font-size: 0.92rem;
  flex: 1;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog-card__foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-top: 0.25rem;
}
.blog-card__meta {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  min-width: 0;
  flex-wrap: wrap;
}
.blog-card__author {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: #475569;
  font-size: 0.84rem;
  font-weight: 600;
}
.blog-card__author img {
  width: 26px;
  height: 26px;
  border-radius: 999px;
  object-fit: cover;
  flex-shrink: 0;
}
.blog-card__date {
  color: #94a3b8;
  font-size: 0.8rem;
  font-weight: 600;
}
.blog-card__go {
  flex-shrink: 0;
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--brand-700, #0b5e42);
}
.blog-card__go::after {
  content: "";
  display: inline-block;
  width: 0.38rem;
  height: 0.38rem;
  margin-inline-start: 0.28rem;
  border-inline-end: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  vertical-align: 0.12em;
}
html[dir="ltr"] .blog-card__go::after {
  transform: rotate(-45deg);
}

.blog-card--featured {
  grid-column: 1 / -1;
}
.blog-card--featured .blog-card__link {
  flex-direction: row;
  align-items: stretch;
}
.blog-card--featured .blog-card__media {
  flex: 0 0 46%;
  max-width: 46%;
  aspect-ratio: auto;
  min-height: 16rem;
}
.blog-card--featured .blog-card__body {
  padding: 1.45rem 1.5rem 1.5rem;
  gap: 0.65rem;
  justify-content: center;
}
.blog-card--featured .blog-card__title {
  font-size: clamp(1.25rem, 2.4vw, 1.7rem);
  -webkit-line-clamp: 3;
}
.blog-card--featured .blog-card__excerpt {
  -webkit-line-clamp: 3;
  font-size: 1rem;
}

@media (max-width: 900px) {
  .blog-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .blog-card--featured .blog-card__media {
    flex-basis: 42%;
    max-width: 42%;
    min-height: 14rem;
  }
}
@media (max-width: 640px) {
  .blog-grid { grid-template-columns: 1fr; }
  .blog-card--featured .blog-card__link { flex-direction: column; }
  .blog-card--featured .blog-card__media {
    flex: none;
    max-width: none;
    width: 100%;
    aspect-ratio: 16 / 10;
    min-height: 0;
  }
}

.blog-pagination { margin-top: 1.5rem; }

/* Home blog strip — below contact */
.home-blog {
  position: relative;
  isolation: isolate;
  padding-block: clamp(2.75rem, 6vw, 4.5rem);
  overflow: hidden;
  background:
    linear-gradient(180deg, #f4faf7 0%, #eef8f3 42%, #ffffff 100%);
}
.home-blog__glow {
  position: absolute;
  inset: auto -10% -30% auto;
  width: min(42rem, 70vw);
  height: min(42rem, 70vw);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(11, 94, 66, 0.12), transparent 68%);
  pointer-events: none;
  z-index: -1;
}
.home-blog__head {
  text-align: center;
  max-width: 40rem;
  margin: 0 auto 2rem;
}
.home-blog__eyebrow {
  margin: 0 0 0.45rem;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--brand-600, #0f7050);
}
.home-blog__title {
  margin: 0;
  font-size: clamp(1.45rem, 3vw, 2rem);
  color: var(--brand-900, #063d2b);
  line-height: 1.35;
}
.home-blog__lead {
  margin: 0.75rem 0 0;
  color: #5b6b63;
  line-height: 1.75;
}
.home-blog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.2rem;
}
.home-blog-card {
  position: relative;
  border-radius: 1.15rem;
  background: #fff;
  border: 1px solid rgba(11, 94, 66, 0.12);
  box-shadow: 0 14px 36px rgba(6, 61, 43, 0.06);
  min-height: 100%;
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.home-blog-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 44px rgba(6, 61, 43, 0.1);
}
.home-blog-card__accent {
  height: 4px;
  background: linear-gradient(90deg, var(--brand-700, #0b5e42), var(--brand-400, #2fa77e), #f0b429);
}
.home-blog-card--featured {
  background:
    linear-gradient(165deg, rgba(11, 94, 66, 0.06), transparent 42%),
    #fff;
}
.home-blog-card__body {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  padding: 1.25rem 1.3rem 1.35rem;
  height: calc(100% - 4px);
}
.home-blog-card__cat {
  margin: 0;
  display: inline-flex;
  align-self: flex-start;
  padding: 0.2rem 0.55rem;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--brand-800, #084c36);
  background: rgba(11, 94, 66, 0.1);
}
.home-blog-card__title {
  margin: 0;
  font-size: 1.12rem;
  line-height: 1.45;
  color: #14352a;
}
.home-blog-card__title a {
  color: inherit;
  text-decoration: none;
}
.home-blog-card__title a:hover {
  color: var(--brand-700, #0b5e42);
}
.home-blog-card__excerpt {
  margin: 0;
  color: #5f6f67;
  line-height: 1.75;
  flex: 1;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.home-blog-card__foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  flex-wrap: wrap;
  margin-top: 0.35rem;
  padding-top: 0.85rem;
  border-top: 1px solid rgba(11, 94, 66, 0.1);
}
.home-blog-card__author {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #456055;
  font-size: 0.9rem;
  font-weight: 600;
}
.home-blog-card__author img,
.home-blog-card__author-fallback {
  width: 32px;
  height: 32px;
  border-radius: 999px;
  object-fit: cover;
  flex-shrink: 0;
}
.home-blog-card__author-fallback {
  display: grid;
  place-items: center;
  background: rgba(11, 94, 66, 0.12);
  color: var(--brand-700, #0b5e42);
  font-size: 0.8rem;
}
.home-blog-card__link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: var(--brand-700, #0b5e42);
  font-weight: 700;
  font-size: 0.92rem;
  text-decoration: none;
}
.home-blog-card__link:hover {
  color: var(--brand-900, #063d2b);
}
.home-blog-card__link i {
  font-size: 0.75rem;
  transition: transform 0.2s ease;
}
[dir="ltr"] .home-blog-card__link i {
  transform: scaleX(-1);
}
.home-blog-card__link:hover i {
  transform: translateX(-3px);
}
[dir="ltr"] .home-blog-card__link:hover i {
  transform: scaleX(-1) translateX(-3px);
}
.home-blog__cta {
  margin-top: 1.75rem;
  text-align: center;
}

.visually-hidden {
  position: absolute !important;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0);
  white-space: nowrap; border: 0;
}

@media (max-width: 980px) {
  .home-blog-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  .blog-toolbar { padding: 0.9rem 0.95rem; }
  .blog-toolbar__search input { font-size: 1rem; padding-block: 0.85rem; }
  .blog-grid,
  .home-blog-grid { grid-template-columns: 1fr; }
}

/* —— Dark theme —— */
[data-theme="dark"] .blog-list-hero {
  color: var(--text);
}
[data-theme="dark"] .blog-list-hero__bg {
  background:
    radial-gradient(ellipse 70% 60% at 85% 20%, rgba(111, 196, 163, 0.12), transparent 55%),
    linear-gradient(155deg, #102820, #0c1c16 55%, #081410);
}
[data-theme="dark"] .blog-list-hero__title {
  color: var(--gray-900, #f2f7f4);
}
[data-theme="dark"] .blog-list-hero__lead {
  color: var(--text-muted);
}
[data-theme="dark"] .blog-list-hero .breadcrumb__item a,
[data-theme="dark"] .blog-list-hero .breadcrumb__item span,
[data-theme="dark"] .blog-list-hero .breadcrumb__item.is-current {
  color: var(--text-muted);
}

[data-theme="dark"] .blog-toolbar {
  background: var(--surface);
  border-color: var(--border-strong);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
}
[data-theme="dark"] .blog-toolbar__label {
  color: var(--brand-800, #9fe0c2);
}
[data-theme="dark"] .blog-toolbar__search > i {
  color: var(--brand-300, #6bc4a3);
}
[data-theme="dark"] .blog-toolbar__search input {
  background: var(--surface-alt);
  border-color: var(--border-strong);
  color: var(--text);
}
[data-theme="dark"] .blog-toolbar__search input::placeholder {
  color: var(--gray-500, #8fa399);
}
[data-theme="dark"] .blog-toolbar__search input:focus {
  background: var(--surface);
  border-color: var(--brand-400, #2fa77e);
  box-shadow: 0 0 0 3px rgba(47, 167, 126, 0.22);
}
[data-theme="dark"] .blog-toolbar__clear {
  background: var(--surface-alt);
  border-color: var(--border-strong);
  color: var(--brand-800, #9fe0c2);
}
[data-theme="dark"] .blog-toolbar__clear:hover {
  background: var(--brand-100, #183a2c);
  border-color: var(--brand-400, #2fa77e);
}
[data-theme="dark"] .blog-list-meta {
  color: var(--text-muted);
}
[data-theme="dark"] .blog-toolbar__filters {
  border-top-color: var(--border);
}

[data-theme="dark"] .blog-chip {
  background: var(--surface-alt);
  color: var(--text);
  box-shadow: inset 0 0 0 1px var(--border);
}
[data-theme="dark"] .blog-chip:hover {
  color: var(--brand-900, #d6f0e5);
  background: var(--brand-100, #183a2c);
  box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--brand-400, #2fa77e) 50%, var(--border));
}
[data-theme="dark"] .blog-chip.is-active {
  color: #062418;
  background: linear-gradient(135deg, var(--brand-400, #2fa77e), var(--brand-500, #148a63));
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.28);
}
[data-theme="dark"] .blog-chip.is-active:hover {
  color: #062418;
  background: linear-gradient(135deg, var(--brand-300, #6bc4a3), var(--brand-400, #2fa77e));
}

[data-theme="dark"] .blog-empty {
  color: var(--text-muted);
  border-color: var(--border-strong);
  background: color-mix(in srgb, var(--surface-alt) 80%, transparent);
}
[data-theme="dark"] .blog-scroll-status {
  color: var(--text-muted);
}
[data-theme="dark"] .blog-scroll-status__spinner {
  border-color: var(--border-strong);
  border-top-color: var(--brand-400, #2fa77e);
}

[data-theme="dark"] .blog-card {
  background: var(--surface);
  border-color: var(--border);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.25);
}
[data-theme="dark"] .blog-card:hover {
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.35);
}
[data-theme="dark"] .blog-card__cat {
  color: var(--brand-100, #d6f0e5);
  background: color-mix(in srgb, var(--brand-800, #084c36) 40%, var(--surface));
}
[data-theme="dark"] .blog-card__title {
  color: var(--gray-900, #f2f7f4);
}
[data-theme="dark"] .blog-card:hover .blog-card__title {
  color: var(--brand-300, #6bc4a3);
}
[data-theme="dark"] .blog-card__author,
[data-theme="dark"] .blog-card__date {
  color: var(--text-muted);
}
[data-theme="dark"] .blog-card__go {
  color: var(--brand-300, #6bc4a3);
}

[data-theme="dark"] .home-blog {
  background: linear-gradient(180deg, #0a1210 0%, #0f1a16 45%, #0a1210 100%);
}
[data-theme="dark"] .home-blog__glow {
  background: radial-gradient(circle, rgba(47, 167, 126, 0.12), transparent 68%);
}
[data-theme="dark"] .home-blog__eyebrow {
  color: var(--brand-300, #6bc4a3);
}
[data-theme="dark"] .home-blog__title {
  color: var(--text);
}
[data-theme="dark"] .home-blog__lead {
  color: var(--text-muted);
}
[data-theme="dark"] .home-blog-card {
  background: var(--surface);
  border-color: var(--border);
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.28);
}
[data-theme="dark"] .home-blog-card:hover {
  box-shadow: 0 20px 44px rgba(0, 0, 0, 0.38);
}
[data-theme="dark"] .home-blog-card--featured {
  background:
    linear-gradient(165deg, rgba(47, 167, 126, 0.1), transparent 42%),
    var(--surface);
}
[data-theme="dark"] .home-blog-card__cat {
  color: var(--brand-800, #9fe0c2);
  background: color-mix(in srgb, var(--brand-100, #183a2c) 85%, transparent);
}
[data-theme="dark"] .home-blog-card__title {
  color: var(--text);
}
[data-theme="dark"] .home-blog-card__title a:hover {
  color: var(--brand-300, #6bc4a3);
}
[data-theme="dark"] .home-blog-card__excerpt {
  color: var(--text-muted);
}
[data-theme="dark"] .home-blog-card__foot {
  border-top-color: var(--border);
}
[data-theme="dark"] .home-blog-card__author {
  color: var(--text-muted);
}
[data-theme="dark"] .home-blog-card__author-fallback {
  background: var(--brand-100, #183a2c);
  color: var(--brand-300, #6bc4a3);
}
[data-theme="dark"] .home-blog-card__link {
  color: var(--brand-300, #6bc4a3);
}
[data-theme="dark"] .home-blog-card__link:hover {
  color: var(--brand-200, #a7ddc8);
}
