/* Love Meets Hauptreihe */

.lmm-page {
    background: #050507;
}

.lmm-hero {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 720px;
    overflow: hidden;
    background-color: #050507;
}

.lmm-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("https://www.lovemeets.at/wp-content/uploads/2026/05/Love-Meets-Banner-Bastian-Ashley.jpg");
    background-position: center right;
    background-size: cover;
    opacity: 0.86;
    filter: saturate(0.9) contrast(1.05);
}

.lmm-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(5, 5, 7, 0.96) 0%, rgba(5, 5, 7, 0.74) 34%, rgba(5, 5, 7, 0.22) 62%, rgba(5, 5, 7, 0.72) 100%),
        linear-gradient(0deg, #050507 0%, rgba(5, 5, 7, 0.1) 34%, rgba(5, 5, 7, 0.28) 100%);
}

.lmm-hero-inner {
    position: relative;
    z-index: 2;
    padding-top: 150px;
    padding-bottom: 90px;
}

.lmm-hero-content {
    max-width: 620px;
}

.lmm-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;
}

.lmm-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);
}

.lmm-hero p {
    max-width: 980px;
    margin: 0 0 70px;
    color: #d2cad8;
    font-size: 17px;
}

.lmm-hero-content > p {
    max-width: 660px;
}

.lmm-meta-row {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 34px;
    margin-top: 42px;
    max-width: none;
}

.lmm-meta-item {
    display: flex;
    align-items: center;
    gap: 14px;
    min-width: max-content;
}

.lmm-meta-item strong {
    white-space: nowrap;
}

.lmm-meta-icon {
    display: grid;
    place-items: center;
    width: 58px;
    height: 58px;

    border: 1px solid rgba(167, 102, 255, 0.95);
    border-radius: 50%;

    background: rgba(154, 92, 255, 0.04);

    box-shadow:
        0 0 12px rgba(154, 92, 255, 0.22),
        0 0 28px rgba(154, 92, 255, 0.14),
        inset 0 0 14px rgba(154, 92, 255, 0.08);
}

.lmm-meta-icon img {
    width: 24px;
    height: 24px;
    object-fit: contain;
    opacity: 0.95;

    filter:
        brightness(0)
        saturate(100%)
        invert(71%)
        sepia(38%)
        saturate(1030%)
        hue-rotate(205deg)
        brightness(104%)
        contrast(101%)

        drop-shadow(0 0 5px rgba(154,92,255,.22));
}

.lmm-meta-item span {
    display: block;
    margin-bottom: 4px;
    color: #a99db4;
    font-size: 11px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.lmm-meta-item strong {
    display: block;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
}


.lmm-about {
    position: relative;
    overflow: hidden;
    padding: 70px 0;
    border-top: 1px solid rgba(154, 92, 255, 0.18);
    background-color: #050507;
}

.lmm-about::before {
    content: "";
    position: absolute;
    inset: 0;

    background:
        radial-gradient(
            circle at 18% 20%,
            rgba(154, 92, 255, 0.05),
            transparent 40%
        ),

        linear-gradient(
            180deg,
            rgba(8, 7, 12, 1) 0%,
            rgba(5, 5, 7, 1) 100%
        );
}

.lmm-about-inner {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 560px;
    gap: 90px;
    align-items: center;
}

.lmm-about h2,
.lmm-expect-card h3 {
    margin: 0 0 34px;
    font-family: var(--lm-head);
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.lmm-about h2 {
    display: flex;
    align-items: center;
    gap: 28px;
}

.lmm-about h2::after {
    content: "";
    width: 120px;
    height: 1px;
    background: linear-gradient(90deg, var(--lm-accent), transparent);
}

.lmm-about-content p {
    max-width: 680px;
    margin: 0 0 18px;
    color: #cfc6d6;
    font-size: 17px;
    line-height: 1.8;
}

.lmm-about-content p strong {
    color: #fff;
    font-weight: 600;
}

.lmm-about-content .lm-button {
    margin-top: 22px;
}

.lmm-expect-card {
    position: relative;
    overflow: hidden;
    min-height: 320px;
    border: 1px solid rgba(154, 92, 255, 0.42);
    border-radius: 8px;
    padding: 44px 48px;
    background: #08070c;
    box-shadow:
        0 0 30px rgba(154, 92, 255, 0.12),
        inset 0 0 30px rgba(154, 92, 255, 0.04);
}

.lmm-expect-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("https://www.lovemeets.at/wp-content/uploads/2026/05/Metropole-1.jpg");
    background-position: center bottom;
    background-size: cover;
    opacity: 0.30;
}

.lmm-expect-card::after {
    content: "";
    position: absolute;
    inset: 0;
background:
    linear-gradient(
        180deg,
        rgba(5, 5, 7, 0.42) 0%,
        rgba(5, 5, 7, 0.16) 45%,
        rgba(5, 5, 7, 0.00) 100%
    ),

    linear-gradient(
        90deg,
        rgba(5, 5, 7, 0.36),
        rgba(5, 5, 7, 0.00)
    );
}

.lmm-expect-card > * {
    position: relative;
    z-index: 2;
}

.lmm-expect-card ul {
    display: grid;
    gap: 18px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.lmm-expect-card li {
    position: relative;
    padding-left: 42px;
    color: #eee8f4;
    font-size: 16px;
}

.lmm-expect-card li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: -2px;
    display: grid;
    place-items: center;
    width: 22px;
    height: 22px;
    border: 1px solid rgba(167, 108, 255, 0.9);
    border-radius: 50%;
    color: #a76cff;
    font-size: 13px;
    box-shadow: 0 0 14px rgba(154, 92, 255, 0.22);
}

/* Love Meets: Paar-Übersicht */

.lmm-pairs {
    position: relative;
    overflow: hidden;
    padding: 76px 0 86px;
    border-top: 1px solid rgba(154, 92, 255, 0.14);
    background:
        linear-gradient(180deg, #050507 0%, #07060b 52%, #050507 100%);
}

.lmm-section-head {
    margin-bottom: 36px;
    text-align: center;
}

.lmm-section-head h2 {
    margin: 0 0 8px;
    font-family: var(--lm-head);
    font-size: clamp(28px, 3vw, 42px);
    font-weight: 500;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.lmm-section-head p {
    margin: 0;
    color: var(--lm-muted);
    font-size: 16px;
}

.lmm-pair-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 22px;
}

.lmm-pair-card {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(154, 92, 255, 0.28);
    border-radius: 8px;
    background: rgba(10, 8, 15, 0.72);
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.28);
    transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.lmm-pair-card:hover {
    transform: translateY(-4px);
    border-color: rgba(167, 108, 255, 0.72);
    box-shadow: 0 0 34px rgba(154, 92, 255, 0.18);
}

.lmm-pair-image {
    position: relative;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: #08070c;
}

.lmm-pair-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, transparent 35%, rgba(5, 5, 7, 0.84) 100%),
        linear-gradient(90deg, rgba(5, 5, 7, 0.25), transparent 50%);
}

.lmm-pair-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.86;
    transition: transform 0.35s ease, opacity 0.35s ease;
}

.lmm-pair-card:hover .lmm-pair-image img {
    transform: scale(1.045);
    opacity: 0.96;
}

.lmm-pair-content {
    position: relative;
    z-index: 2;
    padding: 20px 18px 22px;
}

.lmm-pair-card h3 {
    margin: 0 0 5px;
    font-family: var(--lm-head);
    font-size: 22px;
    font-weight: 500;
    line-height: 1.12;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.lmm-pair-subtitle {
    margin-bottom: 12px;
    color: #d8d0de;
    font-size: 14px;
}

.lmm-pair-content p {
    margin: 0 0 14px;
    color: #aaa0b2;
    font-size: 13px;
    line-height: 1.55;
}

.lmm-pair-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-bottom: 18px;
}

.lmm-pair-tags span {
    border: 1px solid rgba(154, 92, 255, 0.28);
    border-radius: 4px;
    padding: 4px 8px;
    background: rgba(154, 92, 255, 0.08);
    color: #d8b6ff;
    font-size: 10px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.lmm-pair-link {
    display: inline-flex;
    color: var(--lm-accent-2);
    font-size: 12px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

@media (max-width: 1200px) {
    .lmm-pair-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    .lmm-pair-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 14px;
    }
}

@media (max-width: 520px) {
    .lmm-pair-grid {
        grid-template-columns: 1fr;
    }
}

.lmm-pair-image a {
    position: relative;
    z-index: 3;
    display: block;
    width: 100%;
    height: 100%;
}

.lmm-pair-image::after {
    pointer-events: none;
}