.ig-file-page--hypnosen {
  --ig-text: #30271f;
  --ig-muted: #68615b;
  --ig-gold: #a77924;
  --ig-focus: #1d5f79;
  color: var(--ig-text);
}

.ig-hypnosen {
  padding: 32px 20px 56px;
}

.ig-hypnosen__inner {
  width: min(1120px, 100%);
  margin: 0 auto;
}

.ig-hypnosen h1 {
  margin: 0 0 30px;
  color: var(--ig-text);
  font-size: 42px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
}

.ig-hypnosen h1::after {
  content: "";
  display: block;
  width: 72px;
  height: 3px;
  margin: 12px auto 0;
  background: var(--ig-gold);
}

.ig-hypnosen__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ig-hypnose-card {
  position: relative;
  display: flex;
  min-height: 270px;
  align-items: center;
  justify-content: center;
  padding: 18px;
  color: var(--ig-text);
  background: url("wolke3.webp") center / 96% 96% no-repeat;
  text-align: center;
  text-decoration: none;
  transition: transform 180ms ease, filter 180ms ease;
}

.ig-hypnose-card:hover {
  color: var(--ig-text);
  transform: translateY(-3px);
  filter: drop-shadow(0 8px 12px rgb(61 49 35 / 18%));
}

.ig-hypnose-card:focus-visible {
  border-radius: 6px;
  outline: 3px solid var(--ig-focus);
  outline-offset: 3px;
}

.ig-hypnose-card__visual {
  position: absolute;
  top: 43%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.ig-hypnose-card__visual img {
  display: block;
  width: 118px;
  height: 118px;
  max-width: none;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 7px 16px rgb(0 0 0 / 24%);
}

.ig-hypnose-card__text {
  width: min(30ch, 92%);
  margin-top: 178px;
  line-height: 1.35;
}

.ig-hypnose-card__text strong,
.ig-hypnose-card__text span {
  display: block;
}

.ig-hypnose-card__text strong {
  font-size: 21px;
  font-weight: 700;
}

.ig-hypnose-card__text span {
  margin-top: 5px;
  color: var(--ig-muted);
  font-size: 16px;
}

@media (min-width: 1200px) {
  .ig-hypnosen__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .ig-hypnosen__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .ig-hypnosen {
    padding: 24px 14px 42px;
  }

  .ig-hypnosen h1 {
    font-size: 32px;
  }

  .ig-hypnosen__grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .ig-hypnose-card {
    min-height: 240px;
    background-size: min(340px, 98%) 96%;
  }

  .ig-hypnose-card__visual img {
    width: 104px;
    height: 104px;
  }

  .ig-hypnose-card__text {
    margin-top: 154px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ig-hypnose-card {
    transition: none;
  }
}
