.blog-topics {
  max-width: 1320px;
  padding-top: 54px;
}

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

.blog-topics .section-heading .eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  color: #5f7f65;
}

.blog-topics .section-heading .eyebrow::before,
.blog-topics .section-heading .eyebrow::after {
  content: "";
  width: clamp(58px, 10vw, 135px);
  height: 1px;
  background: rgba(184, 121, 98, 0.24);
}

.blog-topics .section-heading h2 {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(2rem, 4vw, 3rem);
  letter-spacing: -0.03em;
}

.blog-topics .article-card-grid {
  max-width: 1240px;
  margin: 0 auto;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 16px;
}

.blog-topics .article-card {
  display: flex;
  flex-direction: column;
  min-height: 0;
  overflow: hidden;
  padding: 0;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 16px 34px rgba(86, 72, 56, 0.11);
}

.blog-topics .article-card:hover,
.blog-topics .article-card:focus {
  box-shadow: 0 24px 48px rgba(86, 72, 56, 0.16);
}

.blog-topics .article-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 12px;
  justify-content: space-between;
  padding: 18px 16px 20px;
}

.blog-topics .article-card h3 {
  margin: 0;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(1rem, 1.2vw, 1.12rem);
  letter-spacing: -0.02em;
  line-height: 1.22;
}

.blog-topics .article-category {
  color: #8a6d5d;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.blog-topics .article-visual {
  position: relative;
  display: block;
  min-height: 118px;
  overflow: hidden;
  border-bottom: 1px solid rgba(86, 72, 56, 0.08);
}

.blog-topics .article-visual::before,
.blog-topics .article-visual::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.blog-topics .visual-sunrise {
  background:
    linear-gradient(180deg, rgba(255, 219, 181, 0.8), rgba(244, 216, 214, 0.62) 50%, rgba(220, 233, 221, 0.75));
}

.blog-topics .visual-sunrise .sun,
.blog-topics .visual-morning .sun {
  position: absolute;
  left: 50%;
  bottom: 34px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(255, 244, 199, 0.95);
  box-shadow: 0 0 26px rgba(255, 207, 137, 0.55);
  transform: translateX(-50%);
}

.blog-topics .visual-sunrise .horizon {
  position: absolute;
  right: -18px;
  bottom: 24px;
  left: -18px;
  height: 38px;
  border-radius: 50% 50% 0 0;
  background: rgba(139, 169, 134, 0.42);
}

.blog-topics .visual-mind {
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 28% 26%, rgba(255, 255, 255, 0.84), transparent 35%),
    linear-gradient(135deg, rgba(231, 221, 255, 0.88), rgba(220, 233, 221, 0.8));
}

.blog-topics .visual-mind::before {
  width: 74px;
  height: 54px;
  border: 2px solid rgba(92, 61, 188, 0.34);
  border-radius: 48% 52% 48% 45%;
}

.blog-topics .visual-mind::after {
  width: 44px;
  height: 28px;
  border-right: 2px solid rgba(92, 61, 188, 0.25);
  border-bottom: 2px solid rgba(92, 61, 188, 0.25);
  border-radius: 50%;
  transform: rotate(-12deg);
}

.blog-topics .mind-line,
.blog-topics .heart-line {
  position: relative;
  z-index: 1;
  color: rgba(92, 61, 188, 0.42);
  font-size: 2.2rem;
}

.blog-topics .visual-stones {
  background:
    radial-gradient(circle at 50% 84%, rgba(255, 255, 255, 0.72), transparent 38%),
    linear-gradient(160deg, rgba(218, 231, 219, 0.95), rgba(239, 226, 209, 0.85));
}

.blog-topics .stone {
  position: absolute;
  left: 50%;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 8px 16px rgba(86, 72, 56, 0.1);
  transform: translateX(-50%);
}

.blog-topics .stone-one {
  bottom: 29px;
  width: 82px;
  height: 21px;
}

.blog-topics .stone-two {
  bottom: 51px;
  width: 64px;
  height: 19px;
}

.blog-topics .stone-three {
  bottom: 72px;
  width: 43px;
  height: 17px;
}

.blog-topics .visual-heart {
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 32% 22%, rgba(255, 255, 255, 0.82), transparent 36%),
    linear-gradient(140deg, rgba(244, 216, 214, 0.86), rgba(239, 226, 209, 0.86));
}

.blog-topics .heart-line {
  color: rgba(184, 121, 98, 0.62);
  font-size: 3.4rem;
  line-height: 1;
}

.blog-topics .visual-lavender {
  background:
    linear-gradient(180deg, rgba(231, 221, 255, 0.82), rgba(246, 239, 249, 0.84) 55%, rgba(220, 233, 221, 0.72));
}

.blog-topics .lavender-stem {
  position: absolute;
  bottom: 14px;
  width: 2px;
  height: 68px;
  border-radius: 99px;
  background: rgba(95, 127, 101, 0.52);
  transform-origin: bottom;
}

.blog-topics .lavender-stem::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 18px;
  height: 30px;
  border-radius: 50%;
  background: rgba(137, 108, 201, 0.52);
  box-shadow: 0 12px 0 rgba(137, 108, 201, 0.36);
  transform: translateX(-50%);
}

.blog-topics .stem-one {
  left: 37%;
  transform: rotate(-10deg);
}

.blog-topics .stem-two {
  left: 50%;
  height: 78px;
}

.blog-topics .stem-three {
  left: 63%;
  transform: rotate(10deg);
}

.blog-topics .visual-morning {
  background:
    linear-gradient(180deg, rgba(253, 221, 180, 0.82), rgba(222, 236, 241, 0.82) 54%, rgba(178, 207, 209, 0.62));
}

.blog-topics .visual-morning .sun {
  bottom: 45px;
  width: 38px;
  height: 38px;
}

.blog-topics .wave {
  position: absolute;
  right: -14px;
  left: -14px;
  height: 32px;
  border-radius: 50%;
  border-top: 2px solid rgba(255, 255, 255, 0.72);
}

.blog-topics .wave-one {
  bottom: 18px;
}

.blog-topics .wave-two {
  bottom: 2px;
}


.blog-topics .visual-brain {
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 30% 24%, rgba(255, 255, 255, 0.82), transparent 34%),
    linear-gradient(135deg, rgba(231, 221, 255, 0.86), rgba(220, 233, 221, 0.82));
}

.blog-topics .brain-shape {
  position: relative;
  width: 78px;
  height: 54px;
  border: 2px solid rgba(92, 61, 188, 0.32);
  border-radius: 42% 52% 48% 45%;
}

.blog-topics .brain-shape::before,
.blog-topics .brain-shape::after {
  content: "";
  position: absolute;
  top: 12px;
  width: 24px;
  height: 20px;
  border-top: 2px solid rgba(92, 61, 188, 0.22);
  border-radius: 50%;
}

.blog-topics .brain-shape::before {
  left: 12px;
}

.blog-topics .brain-shape::after {
  right: 12px;
}

.blog-topics .calm-line {
  position: absolute;
  right: 32px;
  left: 32px;
  height: 12px;
  border-top: 2px solid rgba(255, 255, 255, 0.72);
  border-radius: 50%;
}

.blog-topics .line-one {
  bottom: 24px;
}

.blog-topics .line-two {
  bottom: 38px;
}

.blog-topics .visual-peace-sunrise {
  background:
    radial-gradient(circle at 50% 36%, rgba(255, 255, 255, 0.62), transparent 34%),
    linear-gradient(180deg, rgba(255, 224, 178, 0.82), rgba(244, 216, 214, 0.66) 52%, rgba(220, 233, 221, 0.78));
}

.blog-topics .visual-peace-sunrise .sun {
  position: absolute;
  left: 50%;
  bottom: 38px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255, 244, 199, 0.96);
  box-shadow: 0 0 28px rgba(255, 207, 137, 0.54);
  transform: translateX(-50%);
}

.blog-topics .visual-peace-sunrise .horizon {
  position: absolute;
  right: -20px;
  bottom: 22px;
  left: -20px;
  height: 34px;
  border-radius: 50% 50% 0 0;
  background: rgba(139, 169, 134, 0.4);
}

.blog-topics .visual-clouds {
  background:
    radial-gradient(circle at 32% 24%, rgba(255, 255, 255, 0.82), transparent 35%),
    linear-gradient(180deg, rgba(222, 236, 241, 0.88), rgba(246, 239, 249, 0.82));
}

.blog-topics .cloud {
  position: absolute;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 10px 22px rgba(86, 72, 56, 0.08);
}

.blog-topics .cloud::before,
.blog-topics .cloud::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: inherit;
}

.blog-topics .cloud::before {
  top: -16px;
  left: 16px;
  width: 34px;
  height: 34px;
}

.blog-topics .cloud::after {
  top: -10px;
  right: 16px;
  width: 28px;
  height: 28px;
}

.blog-topics .cloud-one {
  top: 50px;
  left: 24px;
  width: 86px;
  height: 30px;
}

.blog-topics .cloud-two {
  right: 24px;
  bottom: 30px;
  width: 74px;
  height: 26px;
  opacity: 0.78;
}

.blog-topics .visual-breath {
  background:
    radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.58), transparent 42%),
    linear-gradient(145deg, rgba(220, 233, 221, 0.88), rgba(222, 236, 241, 0.86));
}

.blog-topics .breath-line {
  position: absolute;
  right: 22px;
  left: 22px;
  height: 24px;
  border-top: 2px solid rgba(95, 127, 101, 0.34);
  border-radius: 50%;
}

.blog-topics .breath-one {
  top: 40px;
}

.blog-topics .breath-two {
  top: 58px;
  opacity: 0.78;
}

.blog-topics .breath-three {
  top: 76px;
  opacity: 0.58;
}

.blog-topics .visual-growth {
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 50% 38%, rgba(255, 244, 199, 0.66), transparent 34%),
    linear-gradient(160deg, rgba(255, 224, 178, 0.82), rgba(220, 233, 221, 0.84));
}

.blog-topics .glow {
  position: absolute;
  top: 24px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: rgba(255, 244, 199, 0.52);
  box-shadow: 0 0 30px rgba(255, 207, 137, 0.42);
}

.blog-topics .sprout {
  position: absolute;
  bottom: 25px;
  width: 3px;
  height: 46px;
  border-radius: 99px;
  background: rgba(95, 127, 101, 0.56);
}

.blog-topics .sprout::before,
.blog-topics .sprout::after {
  content: "";
  position: absolute;
  top: 8px;
  width: 30px;
  height: 18px;
  border-radius: 50% 0 50% 0;
  background: rgba(139, 169, 134, 0.48);
}

.blog-topics .sprout::before {
  right: 1px;
  transform: rotate(-18deg);
}

.blog-topics .sprout::after {
  left: 1px;
  transform: rotate(108deg);
}

.blog-topics .visual-home {
  background:
    radial-gradient(circle at 34% 24%, rgba(255, 255, 255, 0.72), transparent 34%),
    linear-gradient(145deg, rgba(239, 226, 209, 0.9), rgba(244, 216, 214, 0.72));
}

.blog-topics .home-shape {
  position: absolute;
  left: 50%;
  bottom: 24px;
  width: 74px;
  height: 48px;
  border-radius: 14px 14px 10px 10px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 12px 20px rgba(86, 72, 56, 0.1);
  transform: translateX(-50%);
}

.blog-topics .home-shape::before {
  content: "";
  position: absolute;
  top: -26px;
  left: 13px;
  width: 48px;
  height: 48px;
  border-radius: 8px;
  background: inherit;
  transform: rotate(45deg);
}

.blog-topics .home-window {
  position: absolute;
  left: 50%;
  bottom: 43px;
  width: 18px;
  height: 18px;
  border-radius: 5px;
  background: rgba(255, 224, 178, 0.82);
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.44);
  transform: translateX(-50%);
}

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

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

@media (max-width: 680px) {
  .blog-topics {
    padding-top: 44px;
  }

  .blog-topics .section-heading .eyebrow::before,
  .blog-topics .section-heading .eyebrow::after {
    width: 42px;
  }

  .blog-topics .article-card-grid {
    grid-template-columns: 1fr;
  }

  .blog-topics .article-visual {
    min-height: 150px;
  }
}
