.pm-lora-pipeline {
    padding-block: clamp(56px, 8vw, 96px);
    background: var(--pm-color-paper);
    color: var(--pm-color-ink);
}

.pm-lora-layout {
    width: min(100% - 40px, var(--pm-container-wide));
    margin-inline: auto;
    padding-inline: clamp(22px, 4.4vw, 64px);
    display: grid;
    grid-template-columns: minmax(320px, 0.86fr) minmax(320px, 1fr);
    gap: clamp(28px, 5vw, 70px);
    align-items: center;
}

.pm-lora-diagram {
    position: relative;
    aspect-ratio: 1 / 1;
    max-width: 420px;
    width: 100%;
    margin-inline: auto;
}

.pm-lora-glow {
    position: absolute;
    inset: 22%;
    border-radius: 50%;
    background: rgba(245, 158, 1, 0.24);
    filter: blur(40px);
    opacity: 0.75;
}

.pm-lora-lines {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    overflow: visible;
}

.pm-lora-node {
    position: absolute;
    display: grid;
    place-items: center;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    text-align: center;
}

.pm-lora-node span {
    font-weight: 900;
    line-height: 1.1;
}

.pm-lora-node-core {
    left: 50%;
    top: 50%;
    z-index: 3;
    width: 128px;
    height: 128px;
    border: 1px solid rgba(245, 158, 1, 0.55);
    background:
        radial-gradient(circle at 34% 28%, rgba(255, 255, 255, 0.5), transparent 45%),
        #14181f;
    box-shadow: 0 0 0 8px rgba(245, 158, 1, 0.06), 0 0 48px rgba(245, 158, 1, 0.32);
}

.pm-lora-node-core span {
    color: var(--pm-color-paper);
    font-size: 20px;
    text-shadow: 0 0 18px rgba(245, 158, 1, 0.65);
}

.pm-lora-node-satellite {
    z-index: 2;
    width: 92px;
    height: 92px;
    padding: 8px;
    border: 1px solid rgba(61, 70, 84, 0.18);
    background: #ffffff;
    box-shadow: 0 14px 30px rgba(11, 13, 16, 0.1);
}

.pm-lora-node-satellite span {
    color: var(--pm-color-anthrazit);
    font-size: 13px;
}

.pm-lora-node-fotos {
    left: 50%;
    top: 11%;
}

.pm-lora-node-training {
    left: 86%;
    top: 72%;
}

.pm-lora-node-bildwelt {
    left: 14%;
    top: 72%;
}

.pm-lora-copy .kicker {
    margin: 0 0 14px;
    color: var(--pm-color-orange-on-light);
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
}

.pm-lora-copy h2 {
    margin: 0 0 16px;
    font-size: clamp(28px, 3.2vw, 40px);
    font-weight: 900;
    line-height: 1.1;
}

.pm-lora-lead {
    margin: 0 0 26px;
    color: rgba(61, 70, 84, 0.78);
    font-size: 18px;
}

.pm-lora-notes {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 14px;
}

.pm-lora-notes li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    color: var(--pm-color-ink);
    font-size: 17px;
    line-height: 1.4;
}

.pm-lora-check {
    flex: none;
    display: grid;
    place-items: center;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: rgba(245, 158, 1, 0.14);
    color: var(--pm-color-orange-on-light);
    font-size: 14px;
    font-weight: 900;
}

@media (max-width: 900px) {
    .pm-lora-layout {
        grid-template-columns: 1fr;
    }

    .pm-lora-diagram {
        max-width: 320px;
    }
}
