/* Isolierte responsive Wabenformation – Version 54 */

.lilia-honeycomb-v54,
.lilia-honeycomb-v54 * {
  box-sizing: border-box;
}

.lilia-honeycomb-v54 {
  position: relative;
  display: block;
  width: min(100%, 1119px);
  aspect-ratio: 1119 / 888;
  margin: clamp(2.5rem, 6vw, 4.5rem) auto 0;
  overflow: visible;
}

.lilia-honey-card-v54 {
  position: absolute;
  display: block;
  width: 32.62%;
  height: 32.43%;
  margin: 0;
  padding: 0;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.075);
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: clamp(10px, 2vw, 24px);
  box-shadow: 0 16px 38px rgba(2, 12, 34, 0.22);
  overflow: hidden;
  transition:
    transform 180ms ease,
    background-color 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease;
}

.lilia-honey-card-v54 > span {
  position: absolute;
  top: 6%;
  left: 5%;
  display: grid;
  width: clamp(20px, 4vw, 46px);
  height: clamp(20px, 4vw, 46px);
  place-items: center;
  margin: 0;
  padding: 0;
  color: #071630;
  background: #d6ab45;
  border-radius: 50%;
  font-size: clamp(7px, 1vw, 12px);
  font-weight: 900;
  line-height: 1;
  z-index: 2;
}

.lilia-honey-card-v54 > h3 {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 11% 6%;
  color: #ffffff;
  font-size: clamp(8px, 2.45vw, 32px);
  font-weight: 800;
  line-height: 1.05;
  text-align: center;
  word-break: keep-all;
  overflow-wrap: normal;
  hyphens: manual;
}

/* Geschlossene Formation mit gleichmäßigem Seitenabstand */
.lilia-honey-pos-1-v54 {
  left: 33.69%;
  top: 0;
}

.lilia-honey-pos-6-v54 {
  left: 0;
  top: 16.89%;
}

.lilia-honey-pos-2-v54 {
  left: 67.38%;
  top: 16.89%;
}

.lilia-honey-center-v54 {
  left: 33.69%;
  top: 33.78%;
  background: linear-gradient(
    145deg,
    rgba(210, 163, 52, 0.22),
    rgba(255, 255, 255, 0.10)
  );
  border-color: rgba(226, 181, 78, 0.48);
}

.lilia-honey-pos-5-v54 {
  left: 0;
  top: 50.68%;
}

.lilia-honey-pos-3-v54 {
  left: 67.38%;
  top: 50.68%;
}

.lilia-honey-pos-4-v54 {
  left: 33.69%;
  top: 67.57%;
}

@media (hover: hover) and (pointer: fine) {
  .lilia-honey-card-v54:hover,
  .lilia-honey-card-v54:focus-within {
    transform: translateY(-6px) scale(1.012);
    background: rgba(255, 255, 255, 0.11);
    border-color: rgba(210, 170, 90, 0.62);
    box-shadow: 0 24px 52px rgba(2, 12, 34, 0.34);
    z-index: 5;
  }
}

@media (max-width: 480px) {
  .lilia-honeycomb-v54 {
    width: calc(100% - 32px);
  }

  .lilia-honey-card-v54 > h3 {
    font-size: clamp(8px, 2.35vw, 11px);
    line-height: 1.03;
  }
}
