/* Buchtropes */

.lmb-buchtropes-page {
    background: var(--lm-bg);
    overflow: hidden;
}

.lmb-buchtropes-page .lm-wrap {
    width: min(var(--lm-max), calc(100% - 48px));
    margin-inline: auto;
}

/* Hero */

.lmb-buchtropes-hero {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 650px;
    overflow: hidden;
    background-color: #07070a;
}

.lmb-buchtropes-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("https://www.lovemeets.at/wp-content/uploads/2026/06/Bastian-Ashley-Banner-Tropes.jpg");
    background-position: center top 18%;
    background-size: cover;
    opacity: .92;
    filter: saturate(.9) brightness(1.05);
}

.lmb-buchtropes-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(0,0,0,.9) 0%, rgba(0,0,0,.48) 42%, rgba(0,0,0,.76) 100%),
        linear-gradient(0deg, var(--lm-bg) 0%, transparent 32%);
    pointer-events: none;
}

.lmb-buchtropes-hero-inner {
    position: relative;
    z-index: 2;

    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 80px;

    padding-top: 250px;
    padding-bottom: 76px;
}

.lmb-buchtropes-hero-content {
    max-width: 720px;
}

.lmb-buchtropes-hero h1 {
    margin: 0 0 8px;

    color: #fff;

    font-family: var(--lm-head);
    font-size: clamp(42px, 5vw, 76px);
    font-weight: 500;
    letter-spacing: .08em;
    line-height: 1;
    text-transform: uppercase;
}

.lmb-buchtropes-script {
    display: block;

    margin: 0 0 34px;

    color: var(--lm-accent);

    font-family: var(--lm-script);
    font-size: clamp(44px, 4.6vw, 68px);
    line-height: 1;

    text-shadow: 0 0 28px rgba(154,92,255,.45);
}

.lmb-buchtropes-hero-text {
    max-width: 650px;
    margin: 0;

    color: #d2cad8;

    font-size: 17px;
    line-height: 1.7;
}

/* Hero Stat Box */

.lmb-buchtropes-hero-stat {
    flex: 0 0 340px;

    border: 1px solid rgba(154,92,255,.26);
    border-radius: 10px;

    padding: 34px;

    background:
        radial-gradient(circle at 100% 0%, rgba(154,92,255,.16), transparent 36%),
        linear-gradient(180deg, rgba(255,255,255,.045), rgba(255,255,255,.012));

    box-shadow:
        0 18px 60px rgba(0,0,0,.42),
        0 0 42px rgba(154,92,255,.10),
        inset 0 0 32px rgba(154,92,255,.035);

    backdrop-filter: blur(10px);
}

.lmb-buchtropes-hero-stat strong {
    display: block;

    margin-bottom: 8px;

    color: #fff;

    font-family: var(--lm-head);
    font-size: clamp(42px, 4vw, 58px);
    font-weight: 500;
    letter-spacing: .05em;
    line-height: 1;
}

.lmb-buchtropes-hero-stat span {
    display: block;

    margin-bottom: 18px;

    color: var(--lm-accent-2);

    font-size: 12px;
    font-weight: 800;
    letter-spacing: .18em;
    text-transform: uppercase;
}

.lmb-buchtropes-hero-stat p {
    margin: 0;

    color: #d2cad8;

    font-size: 15px;
    line-height: 1.65;
}

/* Filter */

.lmb-buchtropes-filter-section {
    position: relative;
    z-index: 6;

    padding: 54px 0 0;
}

.lmb-buchtropes-headline {
    display: flex;
    align-items: center;
    gap: 22px;

    margin-bottom: 24px;
}

.lmb-buchtropes-headline::before,
.lmb-buchtropes-headline::after {
    content: "";

    flex: 1;
    height: 1px;

    background:
        linear-gradient(
            90deg,
            rgba(154,92,255,.08),
            rgba(154,92,255,.55)
        );
}

.lmb-buchtropes-headline::after {
    background:
        linear-gradient(
            90deg,
            rgba(154,92,255,.55),
            rgba(154,92,255,.08)
        );
}

.lmb-buchtropes-headline h2 {
    margin: 0;

    color: #fff;

    font-family: var(--lm-head);
    font-size: 28px;
    font-weight: 500;
    letter-spacing: .18em;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
}

.lmb-buchtropes-search {
    width: min(520px, 100%);

    margin: 0 auto 34px;
}

.lmb-buchtropes-search input {
    width: 100%;
    height: 50px;

    border: 1px solid rgba(154,92,255,.38) !important;

    background:
        linear-gradient(
            180deg,
            rgba(255,255,255,.025),
            rgba(255,255,255,.008)
        );

    padding: 0 20px;

    color: #fff;

    font-family: var(--lm-body);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .12em;

    text-transform: uppercase;

    outline: none;
    box-shadow: none;

    appearance: none;
    -webkit-appearance: none;
}

.lmb-buchtropes-search input:focus {
    border-color: rgba(154,92,255,.72) !important;

    box-shadow:
        0 0 18px rgba(154,92,255,.16);
}

.lmb-buchtropes-search input::placeholder {
    color: rgba(255,255,255,.42);
}

/* Übersicht */

.lmb-buchtropes-overview {
    position: relative;
    z-index: 5;

    padding: 0 0 110px;
}

.lmb-buchtropes-grid {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;

    align-items: start;

    transition: opacity .2s ease;
}

.lmb-buchtropes-grid.is-loading {
    opacity: .35;
    pointer-events: none;
}

/* Trope Cards */

.lmb-buchtrope-card {
    min-width: 0;
    overflow: hidden;

    border: 1px solid rgba(154,92,255,.26);
    border-radius: 8px;

    background:
        linear-gradient(
            180deg,
            rgba(255,255,255,.035),
            rgba(255,255,255,.01)
        );

    transition:
        transform .2s ease,
        border-color .2s ease,
        box-shadow .2s ease;
}

.lmb-buchtrope-card:hover {
    transform: translateY(-3px);

    border-color: rgba(154,92,255,.52);

    box-shadow:
        0 0 32px rgba(154,92,255,.14);
}

.lmb-buchtrope-card a {
    display: block;

    color: inherit;
    text-decoration: none;
}

.lmb-buchtrope-image {
    position: relative;

    width: 100%;
    aspect-ratio: 16 / 9;

    margin: 0;
    overflow: hidden;

    background: #07070a;
}

.lmb-buchtrope-image::after {
    content: "";
    position: absolute;
    inset: 0;

    background:
        linear-gradient(180deg, rgba(0,0,0,.12), rgba(0,0,0,.74)),
        radial-gradient(circle at 50% 100%, rgba(154,92,255,.22), transparent 55%);
}

.lmb-buchtrope-image img {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;

    transition: transform .25s ease;
}

.lmb-buchtrope-card:hover .lmb-buchtrope-image img {
    transform: scale(1.04);
}

.lmb-buchtrope-content {
    position: relative;

    min-height: 190px;

    padding: 0 24px 26px;

    text-align: center;
}

.lmb-buchtrope-icon {
    display: grid;
    place-items: center;

    width: 72px;
    height: 72px;

    margin: -36px auto 18px;

    border: 1px solid rgba(154,92,255,.55);
    border-radius: 999px;

    background:
        radial-gradient(circle, rgba(154,92,255,.32), rgba(21,10,32,.94));

    color: #f2dcff;

    box-shadow:
        0 0 22px rgba(154,92,255,.24),
        inset 0 0 18px rgba(154,92,255,.14);
}

.lmb-buchtrope-icon svg {
    width: 34px;
    height: 34px;

    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.lmb-buchtrope-icon img {
    width: 34px;
    height: 34px;

    object-fit: contain;

    filter:
        drop-shadow(0 0 8px rgba(154,92,255,.34));
}

.lmb-buchtrope-content h3 {
    margin: 0 0 14px;

    color: #fff;

    font-family: var(--lm-head);
    font-size: 22px;
    font-weight: 500;
    letter-spacing: .12em;
    line-height: 1.2;
    text-transform: uppercase;
}

.lmb-buchtrope-content p {
    min-height: 44px;

    margin: 0 0 18px;

    color: var(--lm-muted);

    font-size: 14px;
    line-height: 1.55;
}

.lmb-buchtrope-content span {
    color: var(--lm-accent);

    font-size: 11px;
    font-weight: 800;
    letter-spacing: .18em;
    text-transform: uppercase;
}

.lmb-empty {
    grid-column: 1 / -1;

    margin: 26px 0 0;

    color: var(--lm-muted);

    text-align: center;
}

/* Responsive */

@media (max-width: 1180px) {

    .lmb-buchtropes-hero-inner {
        gap: 44px;
    }

    .lmb-buchtropes-hero-stat {
        flex-basis: 310px;
    }

    .lmb-buchtropes-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

}

@media (max-width: 900px) {

    .lmb-buchtropes-hero-inner {
        display: block;

        padding-bottom: 70px;
    }

    .lmb-buchtropes-hero-stat {
        max-width: 420px;

        margin-top: 38px;
        margin-left: auto;
    }

    .lmb-buchtropes-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

}

@media (max-width: 760px) {

    .lmb-buchtropes-page .lm-wrap {
        width: min(var(--lm-max), calc(100% - 32px));
    }

    .lmb-buchtropes-hero {
        min-height: auto;
    }

    .lmb-buchtropes-hero-inner {
        padding-top: 150px;
        padding-bottom: 56px;
    }

    .lmb-buchtropes-hero-text {
        max-width: 100%;

        font-size: 15px;
        line-height: 1.6;
    }

    .lmb-buchtropes-hero-stat {
        max-width: none;

        margin-top: 34px;
    }

    .lmb-buchtropes-filter-section {
        padding-top: 46px;
    }

    .lmb-buchtropes-headline h2 {
        font-size: 20px;
        letter-spacing: .12em;
    }

    .lmb-buchtropes-overview {
        padding-bottom: 80px;
    }

}

@media (max-width: 560px) {

    .lmb-buchtropes-grid {
        grid-template-columns: 1fr;
    }

}

.lmb-buchtrope-card .lmb-buchtrope-icon img {
    width: 34px !important;
    height: 34px !important;

    filter:
        brightness(0)
        saturate(100%)
        invert(71%)
        sepia(38%)
        saturate(1030%)
        hue-rotate(205deg)
        brightness(104%)
        contrast(101%)
        drop-shadow(0 0 8px rgba(154,92,255,.45));
}