/* Buchreihen */

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

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

/* Hero */

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

.lmb-buchreihen-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("https://www.lovemeets.at/wp-content/uploads/2026/05/Bastian-Ashley-Banner-Sinnlich.jpg");
    background-position: center top 20%;
    background-size: cover;
    opacity: .9;
	filter: saturate(0.9) brightness(1.08);
}

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

.lmb-buchreihen-hero-inner {
    position: relative;
    z-index: 2;
    padding-top: 250px;
    padding-bottom: 50px;
}

.lmb-buchreihen-hero .lmb-back-link {
    display: inline-block;
    margin-bottom: 34px;
    color: rgba(255,255,255,.58);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.lmb-buchreihen-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-buchreihen-hero h1 {
    margin: 0 0 8px;
    font-family: var(--lm-head);
    font-size: clamp(42px, 5vw, 76px);
    font-weight: 500;
    letter-spacing: .08em;
    line-height: 1;
    text-transform: uppercase;
}

.lmb-buchreihen-hero-text {
    max-width: 650px;
    margin: 0;
    color: #d2cad8;
    font-size: 17px;
    line-height: 1.7;
}

/* Übersicht */

.lmb-buchreihen-overview {
    position: relative;
    z-index: 5;
    padding: 34px 0 110px;
}

.lmb-buchreihen-grid {
    display: grid !important;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    column-gap: 22px;
    row-gap: 56px;
    align-items: start;
}

/* Cards aus lmb_book_series_card() */

.lmb-buchreihen-grid > * {
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
}

.lmb-buchreihen-grid .lmb-series-card {
    display: block;
    width: 100% !important;
    min-width: 0 !important;
    background: none !important;
    border: 0 !important;
    border-radius: 0 !important;
    overflow: visible !important;
    transition: transform .2s ease;
}

.lmb-buchreihen-grid .lmb-series-card:hover {
    transform: translateY(-3px);
}

.lmb-buchreihen-grid .lmb-series-card a {
    display: block;
    color: inherit;
    text-decoration: none;
}

.lmb-buchreihen-grid .lmb-series-card figure {
    aspect-ratio: 2 / 3;
    width: 100%;
    margin: 0 0 18px !important;
    overflow: visible !important;
    background: transparent !important;
}

.lmb-buchreihen-grid .lmb-series-card img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    object-fit: contain !important;
    box-shadow:
        0 14px 36px rgba(0,0,0,.42),
        0 0 26px rgba(154,92,255,.12);
    transition: transform .25s ease, box-shadow .25s ease;
}

.lmb-buchreihen-grid .lmb-series-card:hover img {
    transform: scale(1.02);
    box-shadow:
        0 18px 42px rgba(0,0,0,.52),
        0 0 34px rgba(154,92,255,.22);
}

.lmb-buchreihen-grid .lmb-series-content {
    padding: 0 2px;
}

.lmb-buchreihen-grid .lmb-series-content h3 {
    margin: 0 0 8px;
    color: #fff;
    font-family: var(--lm-head);
    font-size: 23px;
    font-weight: 500;
    line-height: 1.05;
}

.lmb-buchreihen-grid .lmb-series-content p {
    margin: 8px 0 0;
    color: var(--lm-muted);
    font-size: 13px;
}

@media (max-width: 1300px) {
    .lmb-buchreihen-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

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

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

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

    .lmb-buchreihen-hero-text {
        max-width: 100%;
        font-size: 15px;
        line-height: 1.6;
    }

    .lmb-buchreihen-overview {
        padding-top: 46px;
        padding-bottom: 80px;
    }

    .lmb-buchreihen-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 16px;
        row-gap: 42px;
    }

    .lmb-buchreihen-grid .lmb-series-content h3 {
        font-size: 19px;
    }
}

/* Hauptreihe */

.lmb-buchreihen-mainstory {
    position: relative;
    z-index: 5;
    padding-bottom: 40px;
	margin-top: -40px;
}

.lmb-buchreihen-mainstory-card {
    display: grid;
    grid-template-columns: 1.1fr .9fr;

    overflow: hidden;

    border: 1px solid var(--lm-line);
    border-radius: 10px;

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

    box-shadow:
        0 18px 60px rgba(0,0,0,.42),
        0 0 40px rgba(154,92,255,.08);

    backdrop-filter: blur(8px);
}

.lmb-buchreihen-mainstory-image {
    position: relative;

    min-height: 420px;

    overflow: hidden;

    background: #030305;
}

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

    background:
        linear-gradient(
            90deg,
            rgba(0,0,0,.05) 0%,
            rgba(0,0,0,.12) 35%,
            rgba(0,0,0,.78) 100%
        );
}

.lmb-buchreihen-mainstory-image img {
    width: 100%;
    height: 100%;

    object-fit: cover;

    display: block;
}

.lmb-buchreihen-mainstory-content {
    display: flex;
    flex-direction: column;
    justify-content: center;

    padding: 54px;
}

.lmb-buchreihen-mainstory-kicker {
    margin-bottom: 14px;

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

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

.lmb-buchreihen-mainstory-content h2 {
    margin: 0;

    font-family: var(--lm-head);
    font-size: 52px;
    font-weight: 500;
    line-height: 1;
}

.lmb-buchreihen-mainstory-script {
    margin: 8px 0 26px;

    font-size: 48px;
}

.lmb-buchreihen-mainstory-content p {
    max-width: 520px;

    margin: 0 0 34px;

    color: #d2cad8;

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

.lmb-buchreihen-mainstory-meta {
    display: flex;
    gap: 34px;

    margin-bottom: 34px;
}

.lmb-buchreihen-mainstory-meta strong {
    display: block;

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

    font-size: 18px;
    font-weight: 600;
}

.lmb-buchreihen-mainstory-meta span {
    display: block;

    margin-top: 4px;

    color: var(--lm-muted);

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

@media (max-width: 980px) {

    .lmb-buchreihen-mainstory-card {
        grid-template-columns: 1fr;
    }

    .lmb-buchreihen-mainstory-content {
        padding: 34px 26px;
    }

    .lmb-buchreihen-mainstory-image {
        min-height: 280px;
    }

}

@media (max-width: 760px) {

    .lmb-buchreihen-mainstory {
        margin-top: -40px;
    }

    .lmb-buchreihen-mainstory-meta {
        flex-wrap: wrap;
        gap: 18px;
    }

}

/* Mood Bereich */

.lmb-buchreihen-moods {
    position: relative;
    z-index: 5;

    padding: 10px 0 26px;
}

.lmb-buchreihen-moods-head {
    display: flex;
    align-items: center;
    gap: 22px;

    margin-bottom: 34px;
}

.lmb-buchreihen-moods-head h2 {
    margin: 0;

    color: #fff;

    font-family: var(--lm-head);
    font-size: 30px;
    font-weight: 500;
    letter-spacing: .12em;
    line-height: 1;
    white-space: nowrap;
    text-transform: uppercase;
}

.lmb-buchreihen-moods-head::after {
    content: "";

    flex: 1;
    height: 1px;

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

.lmb-buchreihen-moods-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.lmb-buchreihen-mood-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    min-height: 132px;

    border: 1px solid var(--lm-line);
    border-radius: 8px;

    padding: 22px 18px;

    background:
        linear-gradient(
            180deg,
            rgba(255,255,255,.045),
            rgba(255,255,255,.015)
        );

    text-align: center;

    backdrop-filter: blur(8px);

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

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

    border-color: var(--lm-line-strong);

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

.lmb-buchreihen-mood-card strong {
    color: var(--lm-accent-2);

    font-size: 13px;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.lmb-buchreihen-mood-card span {
    margin-top: 10px;

    color: var(--lm-muted);

    font-size: 13px;
    line-height: 1.45;
}

@media (max-width: 980px) {

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

}

@media (max-width: 480px) {

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

}

/* Buchreihen Filter */

.lmb-buchreihen-filter-section {
    position: relative;
    z-index: 6;
    padding: 18px 0 0px;
}

.lmb-buchreihen-filterbar,
.lmb-buchreihen-subfilterbar {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 18px;
}

.lmb-buchreihen-subfilterbar {
    gap: 10px;
}

.lmb-buchreihen-filter,
.lmb-buchreihen-subfilter {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    height: 46px;
    border: 1px solid rgba(154,92,255,.38);
    padding: 0 22px;

    background: linear-gradient(180deg, rgba(255,255,255,.015), rgba(255,255,255,.005));
    color: rgba(255,255,255,.74);

    font-size: 11px;
    font-weight: 700;
    letter-spacing: .16em;
    text-transform: uppercase;

    cursor: pointer;
    transition: border-color .2s ease, color .2s ease, box-shadow .2s ease, background .2s ease;
}

.lmb-buchreihen-filter {
    min-width: 150px;
}

.lmb-buchreihen-subfilter {
    min-width: 120px;
    height: 40px;
    padding: 0 16px;
    font-size: 10px;
    letter-spacing: .13em;
}

.lmb-buchreihen-filter:hover,
.lmb-buchreihen-subfilter:hover,
.lmb-buchreihen-filter.is-active,
.lmb-buchreihen-subfilter.is-active {
    border-color: rgba(154,92,255,.72);
    color: #fff;
    box-shadow: 0 0 22px rgba(154,92,255,.22), inset 0 0 18px rgba(154,92,255,.12);
}

.lmb-buchreihen-filter.is-active,
.lmb-buchreihen-subfilter.is-active {
    background: linear-gradient(180deg, rgba(154,92,255,.24), rgba(154,92,255,.08));
}

.lmb-buchreihen-search {
    width: 250px;
}

.lmb-buchreihen-search input {
    height: 46px;

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

    background:
        linear-gradient(
            180deg,
            rgba(255,255,255,.015),
            rgba(255,255,255,.005)
        );

    padding: 0 18px;

    color: #fff;

    font-family: var(--lm-body);
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .02em;

    outline: none;

    box-shadow: none;

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

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

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

.lmb-buchreihen-search input::placeholder {
    color: rgba(255,255,255,.34);

    font-family: var(--lm-body);
    font-size: 14px;
}

.lmb-buchreihen-search input,
.lmb-buchreihen-search input::placeholder {
    font: inherit !important;

    font-family: inherit !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    letter-spacing: .16em !important;

    text-transform: uppercase;

    color: #fff !important;
}

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

@media (max-width: 760px) {

    .lmb-buchreihen-filterbar,
    .lmb-buchreihen-subfilterbar {
        gap: 10px;
    }

    .lmb-buchreihen-filter,
    .lmb-buchreihen-subfilter {
        width: calc(50% - 5px);
        min-width: 0;
        padding: 0 10px;
        font-size: 10px;
        letter-spacing: .1em;
    }

    .lmb-buchreihen-search {
        width: 100%;
        margin-left: 0;
    }
}

.lmb-buchreihen-filtertop {
    display: flex;
    align-items: flex-start;
    gap: 18px;

    margin-bottom: 18px;
}

.lmb-buchreihen-filtertop .lmb-buchreihen-filterbar {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 14px;

    flex: 1;

    margin-bottom: 0;
}

.lmb-buchreihen-filtertop .lmb-buchreihen-search {
    flex: 0 0 320px;
    width: 320px;

    margin: 0;
}

.lmb-buchreihen-filtertop .lmb-buchreihen-search input {
    width: 100%;
}

.lmb-buchreihen-subfilter {
    min-width: auto;

    height: 38px;

    padding: 0 18px;

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

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

    color: rgba(255,255,255,.82);

    font-size: 10px;
    font-weight: 700;
    letter-spacing: .13em;

    text-transform: uppercase;
}

.lmb-buchreihen-subfilter:hover {
    border-color: rgba(154,92,255,.48);

    color: #fff;

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

.lmb-buchreihen-subfilter.is-active {
    border-color: rgba(154,92,255,.68);

    background:
        linear-gradient(
            180deg,
            rgba(154,92,255,.18),
            rgba(154,92,255,.06)
        );

    color: #fff;

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