.service-stallion-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--grid-gap);
}

.service-stallion-card {
  background: transparent;
  position: relative;
}

.service-stallion-media {
  position: relative;
}

.service-stallion-link {
  display: block;
  color: inherit;
  text-decoration: none;
  height: 100%;
}

.service-stallion-media img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  display: block;
}

.service-stallion-placeholder {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5% 0;
  box-sizing: border-box;
  overflow: hidden;
}

.service-stallion-placeholder::before {
  content: "";
  position: absolute;
  inset: -6px;
  background-image: url("/wp-content/uploads/2026/03/charmeur-lindetrack-charmeur-960x540.webp");
  background-size: cover;
  background-position: center;
  filter: blur(4px);}

.service-stallion-placeholder-icon {
  position: relative;
  z-index: 1;
  width: min(26%, 7rem);
  height: auto;
  color: var(--white);
  fill: currentColor;
}

.service-stallion-badges {
  position: absolute;
  left: 1.25rem;
  top: 0;
  display: flex;
  gap: 0.75rem;
  z-index: 2;
}

.service-stallion-badge-wrap {
  position: relative;
}

.service-stallion-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 5.5rem;
  height: 5rem;
  border: 0;
  background: var(--accent);
  color: var(--white);
  padding: 0;
  text-decoration: none;
  cursor: pointer;
}

.service-stallion-badge-icon {
  width: 2.25rem;
  height: 2.25rem;
  fill: currentColor;
  stroke: none;
}

.service-stallion-badge-note {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 3;
  display: none;
  min-width: 16rem;
  margin-top: 0;
  padding: 0.75rem;
  background: var(--accent);
  color: var(--white);
  font-size: var(--text-size-1);
  font-weight: 600;
  line-height: 1.35;
}

.service-stallion-badge-wrap:hover .service-stallion-badge-note,
.service-stallion-badge-wrap:focus-within .service-stallion-badge-note {
  display: block;
}

.service-stallion-copy {
  background: var(--green);
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  min-height: 0;
  justify-content: space-between;
  padding-bottom: calc((2 * var(--decor-line-offset)) + 2 * var(--decor-line-thickness));
  position: relative;
  z-index: 1;
}

.service-stallion-copy h3 {
  color: var(--accent);
  text-align: left;
  margin-bottom: 0.5rem;
  font-size: clamp(1.375rem, 1.22rem + 0.35vw, 1.625rem);
  line-height: 1.2;
}

.service-stallion-meta {
  margin: 0;
}

.service-stallion-meta-inline {
  display: block;
}

.service-stallion-meta-inline dt {
  display: block;
}

.service-stallion-meta-inline dt span {
  color: var(--white);
  font-style: normal;
  font-weight: 400;
}

.service-stallion-meta dt,
.service-stallion-meta dd {
  margin: 0;
  font-size: inherit;
  line-height: var(--line-copy);
  font-weight: 400;
}

.service-stallion-meta dt {
  color: var(--accent);
  font-style: italic;
}

.service-stallion-meta dd {
  color: var(--white);
}

.service-stallion-hitarea {
  position: absolute;
  inset: 0;
  z-index: 1;
  text-decoration: none;
}

@media (max-width: 61.25rem) {
  .service-stallion-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 45rem) {
  .service-stallion-grid {
    grid-template-columns: 1fr;
  }
}
