/* SPICE – SEITENEINSTIEG / HERO */

.spice-hero-block {
    position: relative;
    width: 100%;
    min-height: 560px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    padding: 76px 86px 72px;
    background: #ffffff;
    border: 1px solid #d9d9d9;
    border-radius: 24px;
    box-shadow: 0 9px 30px rgba(0, 0, 0, 0.025);
    font-family: inherit;
    overflow: hidden;
    isolation: isolate;
}

.spice-hero-block::after {
    content: "";
    position: absolute;
    right: -7%;
    top: 5%;
    width: 57%;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(0,0,0,0.028) 0%, rgba(0,0,0,0.012) 34%, rgba(0,0,0,0) 70%);
    pointer-events: none;
    z-index: -2;
}

.spice-hero-block .spice-hero-block__accent {
    position: absolute;
    top: 0;
    left: 5%;
    width: 114px;
    height: 4px;
    background: #252525;
}

.spice-hero-block .spice-hero-block__content {
    position: relative;
    z-index: 2;
    width: min(68%, 940px);
    min-width: 0;
}

.spice-hero-block .spice-hero-block__eyebrow {
    display: block;
    margin: 0 0 30px;
    font-size: 12px;
    line-height: 1.35;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: #929497;
}

.spice-hero-block .spice-hero-block__title {
    margin: 0;
    padding: 0;
    font-size: clamp(54px, 5.2vw, 92px);
    line-height: 0.99;
    font-weight: 500;
    letter-spacing: -0.055em;
    text-wrap: balance;
}

.spice-hero-block .spice-hero-block__title-primary,
.spice-hero-block .spice-hero-block__title-secondary {
    display: block;
}

.spice-hero-block .spice-hero-block__title-primary {
    color: #171717;
}

.spice-hero-block .spice-hero-block__title-secondary {
    color: #929292;
}

.spice-hero-block .spice-hero-block__text {
    max-width: 820px;
    margin: 38px 0 0;
    font-size: clamp(16px, 1.18vw, 20px);
    line-height: 1.75;
    font-weight: 400;
    color: #74777a;
}

.spice-hero-block .spice-hero-block__buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 40px;
}

.spice-hero-block .spice-hero-block__button {
    min-height: 64px;
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 22px;
    padding: 17px 30px;
    border-radius: 10px;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 0.10em;
    text-transform: uppercase;
    text-decoration: none !important;
    transition: transform 160ms ease, background-color 160ms ease, border-color 160ms ease;
}

.spice-hero-block .spice-hero-block__button--primary {
    background: #242424;
    border: 1px solid #242424;
    color: #ffffff !important;
}

.spice-hero-block .spice-hero-block__button--secondary {
    background: #ffffff;
    border: 1px solid #d1d1d1;
    color: #393939 !important;
}

.spice-hero-block .spice-hero-block__button-arrow {
    display: inline-block;
    font-size: 17px;
    line-height: 1;
    font-weight: 500;
}

@media (hover: hover) and (pointer: fine) {
    .spice-hero-block a.spice-hero-block__button:hover {
        transform: translateY(-1px);
    }

    .spice-hero-block a.spice-hero-block__button--primary:hover {
        background: #151515;
        border-color: #151515;
    }

    .spice-hero-block a.spice-hero-block__button--secondary:hover {
        background: #f6f6f6;
        border-color: #bdbdbd;
    }
}

.spice-hero-block .spice-hero-block__number {
    position: absolute;
    z-index: -1;
    right: 4.5%;
    top: 50%;
    transform: translateY(-49%);
    margin: 0;
    max-width: 43%;
    font-size: clamp(190px, 25vw, 430px);
    line-height: 0.8;
    font-weight: 500;
    letter-spacing: -0.11em;
    color: rgba(30, 30, 30, 0.035);
    white-space: nowrap;
    pointer-events: none;
    user-select: none;
}

@media (max-width: 1100px) {
    .spice-hero-block {
        min-height: 510px;
        padding: 66px 58px 62px;
    }

    .spice-hero-block .spice-hero-block__content {
        width: 76%;
    }

    .spice-hero-block .spice-hero-block__number {
        right: 2%;
        font-size: clamp(170px, 28vw, 340px);
    }
}

@media (max-width: 760px) {
    .spice-hero-block {
        min-height: 0;
        display: block;
        padding: 52px 30px 38px;
        border-radius: 18px;
    }

    .spice-hero-block .spice-hero-block__accent {
        left: 30px;
        width: 72px;
        height: 3px;
    }

    .spice-hero-block .spice-hero-block__content {
        width: 100%;
    }

    .spice-hero-block .spice-hero-block__eyebrow {
        margin-bottom: 20px;
        font-size: 10px;
    }

    .spice-hero-block .spice-hero-block__title {
        font-size: clamp(39px, 11vw, 58px);
        line-height: 1.01;
    }

    .spice-hero-block .spice-hero-block__text {
        margin-top: 27px;
        font-size: 15px;
        line-height: 1.7;
    }

    .spice-hero-block .spice-hero-block__buttons {
        margin-top: 30px;
    }

    .spice-hero-block .spice-hero-block__button {
        width: 100%;
        min-height: 57px;
        padding: 15px 20px;
    }

    .spice-hero-block .spice-hero-block__number {
        right: 2%;
        top: 31%;
        max-width: none;
        font-size: 180px;
        opacity: 0.72;
    }

    .spice-hero-block::after {
        width: 92%;
        right: -28%;
        top: 2%;
    }
}
