.communication-club-app {
  min-height: 100vh;
  background:
    linear-gradient(180deg, rgba(224, 250, 246, 0.9), rgba(249, 251, 251, 0) 430px),
    #f8fbfa;
}

.communication-home-card,
.communication-theme .psychology-hero {
  border-color: #bfe7df;
  background: #f3fcfa;
  box-shadow: 0 16px 42px rgba(15, 118, 110, 0.11);
}

.communication-home-card .psychology-kicker,
.communication-home-card .psychology-home-progress strong,
.communication-theme .psychology-kicker,
.communication-theme .psychology-hero-progress strong,
.communication-theme .psychology-brand {
  color: #0f766e;
}

.communication-home-card .psychology-home-skills span {
  border-color: #c9e9e3;
  color: #385f5b;
}

.communication-home-card .psychology-home-progress > span,
.communication-theme .psychology-hero-progress > span {
  background: #d8eee9;
}

.communication-home-card .psychology-home-progress i,
.communication-theme .psychology-hero-progress i,
.communication-home-card .psychology-home-cta,
.communication-theme > .psychology-hero .psychology-primary {
  background: #0f766e;
}

.communication-home-card .psychology-home-cta:hover,
.communication-home-card .psychology-home-cta:focus-visible,
.communication-theme > .psychology-hero .psychology-primary:hover,
.communication-theme > .psychology-hero .psychology-primary:focus-visible {
  background: #0b5f59;
  box-shadow: 0 12px 24px rgba(15, 118, 110, 0.24);
  outline-color: rgba(15, 118, 110, 0.2);
}

.communication-theme .psychology-grade-pill {
  border-color: #c9e7e1;
  color: #0f766e;
}

.communication-theme .psychology-back-link:hover,
.communication-theme .psychology-back-link:focus-visible {
  color: #0f766e;
  outline-color: #c9e7e1;
}

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

.communication-home-art,
.communication-hero-art {
  position: relative;
  min-height: 320px;
  overflow: hidden;
  background:
    radial-gradient(circle at 20% 22%, rgba(255, 217, 102, 0.34) 0 11%, transparent 11.5%),
    radial-gradient(circle at 84% 74%, rgba(86, 201, 183, 0.28) 0 15%, transparent 15.5%),
    linear-gradient(145deg, #dff8f2, #fff7dc);
}

.communication-hero-art {
  min-height: 500px;
  display: grid;
  place-items: center;
}

.communication-art {
  position: relative;
  width: min(92%, 520px);
  aspect-ratio: 1.08;
  margin: auto;
}

.communication-art-person {
  position: absolute;
  left: 16%;
  bottom: 10%;
  width: 132px;
  height: 132px;
  border: 8px solid rgba(255, 255, 255, 0.94);
  border-radius: 42% 42% 46% 46%;
  background: #ffd986;
  display: grid;
  place-items: center;
  font-size: 78px;
  filter: drop-shadow(0 14px 18px rgba(61, 99, 91, 0.14));
}

.communication-art-person.is-friend {
  right: 13%;
  left: auto;
  bottom: 16%;
  background: #b8eade;
}

.communication-bubble {
  position: absolute;
  max-width: 190px;
  padding: 11px 15px;
  border: 3px solid #fff;
  border-radius: 18px;
  background: #0f766e;
  color: #fff;
  font-size: 13px;
  font-weight: 850;
  line-height: 1.35;
  box-shadow: 0 10px 22px rgba(15, 118, 110, 0.17);
}

.communication-bubble.is-one {
  top: 13%;
  left: 3%;
  transform: rotate(-3deg);
}

.communication-bubble.is-two {
  top: 3%;
  right: 2%;
  background: #9a4d11;
  transform: rotate(3deg);
}

.communication-art-heart {
  position: absolute;
  top: 42%;
  left: 47%;
  font-size: 42px;
  transform: rotate(-8deg);
}

.communication-family-note {
  border-color: #c6e7e1;
  background: #f0faf8;
}

.communication-family-note strong {
  color: #155e57;
}

@media (max-width: 1050px) {
  .communication-world-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 920px) {
  .communication-hero-art {
    min-height: 300px;
  }

  .communication-art--large {
    width: min(90%, 430px);
  }
}

@media (max-width: 620px) {
  .communication-world-grid {
    grid-template-columns: 1fr;
  }

  .communication-home-art {
    min-height: 250px;
  }

  .communication-hero-art {
    min-height: 260px;
  }

  .communication-art-person {
    width: 96px;
    height: 96px;
    border-width: 6px;
    font-size: 56px;
  }

  .communication-bubble {
    max-width: 150px;
    padding: 9px 11px;
    font-size: 10px;
  }

  .communication-art-heart {
    font-size: 31px;
  }
}
