@charset "utf-8";

/* =========================================================
   PARTNER-V2.CSS
   Markus Kapeller – konfliktfreie Partnerseite
========================================================= */

.mkp2-page,
.mkp2-page * {
    box-sizing: border-box;
}

.mkp2-page {
    width: 100%;
    overflow: hidden;
    background: #f5f2ec;
    color: #24221f;
}

.mkp2-container {
    width: min(1240px, calc(100% - 80px));
    margin: 0 auto;
    padding: 70px 0 130px;
}

.mkp2-back {
    margin-bottom: 70px;
}

.mkp2-back a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #6e665b;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.12em;
    line-height: 1.4;
    text-decoration: none;
    text-transform: uppercase;
    transition: color .25s ease, transform .25s ease;
}

.mkp2-back a:hover {
    color: #a88955;
    transform: translateX(-4px);
}

.mkp2-intro {
    width: min(900px, 100%);
    margin: 0 auto 70px;
    text-align: center;
}

.mkp2-eyebrow {
    margin: 0 0 22px;
    color: #a88955;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .26em;
    line-height: 1.5;
}

.mkp2-intro h1 {
    margin: 0;
    color: #24221f;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(52px, 7vw, 94px);
    font-weight: 400;
    letter-spacing: -.045em;
    line-height: .98;
}

.mkp2-intro h2 {
    max-width: 780px;
    margin: 28px auto 0;
    color: #514c44;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(24px, 3vw, 38px);
    font-weight: 400;
    line-height: 1.25;
}

.mkp2-intro-text {
    max-width: 760px;
    margin: 40px auto 0;
}

.mkp2-intro-text p,
.mkp2-copy p {
    margin: 0 0 20px;
    color: #5f594f;
    font-size: 18px;
    line-height: 1.85;
}

.mkp2-intro-text p:last-child,
.mkp2-copy p:last-child {
    margin-bottom: 0;
}

.mkp2-intro-text strong,
.mkp2-copy strong {
    color: #282521;
}

.mkp2-section {
    width: 100%;
    padding-top: 130px;
}

.mkp2-heading {
    display: grid;
    grid-template-columns: 80px minmax(0, 1fr);
    align-items: start;
    width: min(970px, 100%);
    margin: 0 auto 38px;
}

.mkp2-number {
    margin: 8px 0 0;
    color: #a88955;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .18em;
    line-height: 1;
}

.mkp2-heading h2 {
    margin: 0;
    color: #282521;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(34px, 5vw, 62px);
    font-weight: 400;
    letter-spacing: -.035em;
    line-height: 1.08;
}

.mkp2-copy {
    width: min(810px, 100%);
    margin: 0 auto;
}

.mkp2-copy-narrow {
    width: min(760px, 100%);
}

.mkp2-lead {
    margin: 35px 0 !important;
    color: #2c2924 !important;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(23px, 2.8vw, 33px) !important;
    line-height: 1.5 !important;
}

.mkp2-quote {
    position: relative;
    width: min(930px, 100%);
    margin: 65px auto 0;
    padding: 46px 55px;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(35,33,29,.98), rgba(18,17,15,.98));
    border: 1px solid rgba(168,137,85,.28);
    box-shadow: 0 24px 70px rgba(21,19,16,.14);
    text-align: center;
}

.mkp2-quote::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 120px;
    height: 2px;
    background: linear-gradient(90deg, transparent, #b39461, transparent);
    transform: translateX(-50%);
}

.mkp2-quote p {
    position: relative;
    z-index: 1;
    max-width: 740px;
    margin: 0 auto 16px;
    color: rgba(255,255,255,.82);
    font-size: 17px;
    line-height: 1.75;
}

.mkp2-quote p:last-child {
    margin-bottom: 0;
}

.mkp2-quote strong {
    color: #fff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(23px, 2.5vw, 32px);
    font-weight: 400;
    line-height: 1.45;
}

.mkp2-quote-main {
    margin-top: 0;
}

.mkp2-quote-main p {
    max-width: 800px;
    color: #fff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(25px, 3vw, 38px);
    font-style: italic;
    line-height: 1.45;
}

.mkp2-signature {
    color: #d0b17b !important;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 25px !important;
    font-style: italic;
}

/* Partnerkarten: absichtlich Flexbox statt Grid */
.mkp2-cards {
    display: flex;
    flex-direction: column;
    gap: 34px;
    width: 100%;
    margin-top: 65px;
}

.mkp2-card {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    width: 100%;
    min-height: 390px;
    overflow: hidden;
    background: #fff;
    border: 1px solid rgba(67,61,53,.10);
    box-shadow: 0 25px 70px rgba(36,31,25,.09);
    transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
}

.mkp2-card:hover {
    transform: translateY(-7px);
    border-color: rgba(168,137,85,.35);
    box-shadow: 0 34px 90px rgba(36,31,25,.16);
}

.mkp2-media {
    display: flex;
    flex: 0 0 42%;
    align-items: center;
    justify-content: center;
    min-width: 0;
    min-height: 390px;
    padding: 34px;
    overflow: hidden;
    background: #eee9e1;
}

.mkp2-media img {
    display: block;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 320px;
    object-fit: contain;
    object-position: center;
    transition: transform .7s cubic-bezier(.22,1,.36,1);
}

.mkp2-card:hover .mkp2-media img {
    transform: scale(1.035);
}

.mkp2-card-body {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
    padding: 48px 52px;
}

.mkp2-label {
    margin: 0 0 14px;
    color: #a88955;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .22em;
    line-height: 1.4;
}

.mkp2-card-body h3 {
    margin: 0 0 24px;
    color: #282521;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(30px, 3vw, 44px);
    font-weight: 400;
    line-height: 1.1;
}

.mkp2-card-body > p:not(.mkp2-label) {
    margin: 0;
    color: #625c52;
    font-size: 16px;
    line-height: 1.8;
}

.mkp2-link {
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    gap: 10px;
    margin-top: 30px;
    padding-bottom: 6px;
    color: #2d2924;
    border-bottom: 1px solid rgba(168,137,85,.65);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .1em;
    line-height: 1.4;
    text-decoration: none;
    text-transform: uppercase;
}

.mkp2-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 18px;
    margin-top: 55px;
}

.mkp2-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 240px;
    min-height: 56px;
    padding: 16px 28px;
    border: 1px solid transparent;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .14em;
    line-height: 1.4;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: background-color .25s ease, color .25s ease, border-color .25s ease, transform .25s ease;
}

.mkp2-btn-primary {
    background: #24211d;
    color: #fff;
    border-color: #24211d;
}

.mkp2-btn-secondary {
    background: transparent;
    color: #2d2924;
    border-color: rgba(45,41,36,.35);
}

.mkp2-btn:hover {
    transform: translateY(-3px);
}

.mkp2-btn-primary:hover {
    background: #a88955;
    border-color: #a88955;
}

.mkp2-btn-secondary:hover {
    background: #2d2924;
    color: #fff;
    border-color: #2d2924;
}

.mkp2-page a:focus-visible {
    outline: 2px solid #a88955;
    outline-offset: 5px;
}

@media screen and (max-width: 900px) {
    .mkp2-container {
        width: min(100% - 50px, 1100px);
        padding-top: 55px;
        padding-bottom: 110px;
    }

    .mkp2-section {
        padding-top: 110px;
    }

    .mkp2-heading {
        grid-template-columns: 60px minmax(0, 1fr);
    }

    .mkp2-card {
        min-height: 340px;
    }

    .mkp2-media {
        flex-basis: 40%;
        min-height: 340px;
        padding: 28px;
    }

    .mkp2-card-body {
        padding: 40px 36px;
    }
}

@media screen and (max-width: 767px) {
    .mkp2-container {
        width: calc(100% - 36px);
        padding: 34px 0 85px;
    }

    .mkp2-back {
        margin-bottom: 42px;
    }

    .mkp2-intro {
        margin-bottom: 48px;
    }

    .mkp2-intro h1 {
        font-size: clamp(46px, 15vw, 66px);
    }

    .mkp2-intro h2 {
        margin-top: 22px;
        font-size: 24px;
    }

    .mkp2-intro-text p,
    .mkp2-copy p {
        font-size: 16px;
        line-height: 1.8;
    }

    .mkp2-section {
        padding-top: 85px;
    }

    .mkp2-heading {
        display: block;
        margin-bottom: 28px;
    }

    .mkp2-number {
        margin: 0 0 13px;
    }

    .mkp2-heading h2 {
        font-size: clamp(34px, 11vw, 48px);
    }

    .mkp2-quote {
        margin-top: 48px;
        padding: 38px 24px 36px;
    }

    .mkp2-cards {
        gap: 28px;
        margin-top: 45px;
    }

    .mkp2-card {
        flex-direction: column;
        min-height: 0;
    }

    .mkp2-media {
        flex: none;
        width: 100%;
        min-height: 250px;
        height: 250px;
        padding: 24px;
    }

    .mkp2-media img {
        max-height: 205px;
    }

    .mkp2-card-body {
        padding: 30px 24px 34px;
    }

    .mkp2-card-body h3 {
        margin-bottom: 18px;
        font-size: 34px;
    }

    .mkp2-actions {
        display: grid;
        grid-template-columns: 1fr;
        gap: 13px;
        margin-top: 42px;
    }

    .mkp2-btn {
        width: 100%;
        min-width: 0;
    }
}

@media screen and (max-width: 390px) {
    .mkp2-container {
        width: calc(100% - 28px);
    }

    .mkp2-intro h1 {
        font-size: 44px;
    }

    .mkp2-media {
        height: 220px;
        min-height: 220px;
    }

    .mkp2-media img {
        max-height: 180px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .mkp2-page *,
    .mkp2-page *::before,
    .mkp2-page *::after {
        transition-duration: .01ms !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
    }
}