.single-artwork {
    min-height: 100vh;
    overflow-x: hidden;
    background: #f4f1eb;
    color: #171614;
}


/* TITELBEREICH */

.artwork-introduction {
    padding: 150px 5vw 70px;
}

.back-to-gallery {
    display: inline-block;
    margin-bottom: 70px;
    padding-bottom: 5px;
    border-bottom: 1px solid currentColor;
    color: #171614;
    font-size: 0.65rem;
    letter-spacing: 0.17em;
    text-decoration: none;
    text-transform: uppercase;
    transition: opacity 0.25s ease;
}

.back-to-gallery:hover {
    opacity: 0.5;
}

.artwork-title-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 50px;
}

.artwork-title-row h1 {
    max-width: 1000px;
    margin: 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(4rem, 8vw, 9rem);
    font-weight: 400;
    line-height: 0.9;
    letter-spacing: -0.05em;
}

.artwork-title-row > p {
    flex: 0 0 auto;
    margin: 0 0 10px;
    color: #77736d;
    font-size: 0.7rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}


/* ZWEI BILDER NEBENEINANDER */

.artwork-gallery {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 3vw;
    align-items: center;
    padding: 30px 5vw 120px;
}

.artwork-gallery-item {
    min-width: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
}

.artwork-gallery-item img {
    width: 100%;
    height: 72vh;
    display: block;
    object-fit: contain;
    object-position: center;
}


/* INFORMATIONEN UND KAUFBEREICH */

.artwork-information {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(340px, 0.82fr);
    gap: 8vw;
    align-items: center;
    padding: 110px 8vw;
    border-top: 1px solid rgba(23, 22, 20, 0.16);
}

.artwork-facts {
    display: grid;
    grid-template-columns: repeat(2, minmax(150px, 1fr));
    gap: 55px 70px;
    align-content: start;
}

.artwork-fact span {
    display: block;
    margin-bottom: 12px;
    color: #77736d;
    font-size: 0.62rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.artwork-fact p {
    margin: 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(1.25rem, 2vw, 1.9rem);
    line-height: 1.3;
}


/* PREIS UND STATUS */

.artwork-purchase {
    width: 100%;
    max-width: 500px;
    justify-self: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.artwork-status {
    position: relative;
    display: inline-flex;
    align-items: center;
    margin: 0 0 20px;
    padding-left: 18px;
    color: #5e6557;
    font-size: 0.68rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.artwork-status::before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 7px;
    height: 7px;
    transform: translateY(-50%);
    border-radius: 50%;
    background: #5e6557;
    content: "";
}

.artwork-price {
    margin: 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(4rem, 7vw, 7rem);
    font-weight: 400;
    line-height: 0.95;
}


/* KAUF- UND WHATSAPP-BUTTONS */

.purchase-actions {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 50px;
}

.purchase-button {
    position: relative;
    width: 100%;
    min-height: 82px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 25px;
    padding: 18px 22px 18px 28px;
    border: 1px solid #171614;
    text-align: left;
    text-decoration: none;
    transition:
        background 0.25s ease,
        color 0.25s ease,
        opacity 0.25s ease,
        transform 0.25s ease;
}

.purchase-button:hover {
    transform: translateY(-2px);
}

.button-copy {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.button-title {
    font-size: 0.68rem;
    letter-spacing: 0.17em;
    text-transform: uppercase;
}

.button-subtitle {
    color: inherit;
    font-size: 0.66rem;
    letter-spacing: 0.04em;
    opacity: 0.62;
}

.button-icon {
    flex: 0 0 auto;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}


/* PAYPAL-VORSCHAU */

.purchase-button-paypal {
    background: #171614;
    color: #ffffff;
}

.purchase-button-paypal:hover {
    background: transparent;
    color: #171614;
}

.purchase-button-paypal.is-preview {
    cursor: not-allowed;
}

.paypal-icon {
    min-width: 75px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.95rem;
    font-weight: 700;
    font-style: italic;
    letter-spacing: -0.04em;
}


/* WHATSAPP */

.purchase-button-whatsapp {
    background: transparent;
    color: #171614;
}

.purchase-button-whatsapp:hover {
    background: #171614;
    color: #ffffff;
}

.whatsapp-icon {
    width: 31px;
    height: 31px;
}

.whatsapp-icon svg {
    width: 100%;
    height: 100%;
    display: block;
}


/* HINWEISE */

.purchase-note {
    max-width: 430px;
    margin: 25px 0 0;
    color: #77736d;
    font-size: 0.72rem;
    line-height: 1.7;
}

.purchase-preview-note {
    max-width: 430px;
    margin: 10px 0 0;
    color: #918d86;
    font-size: 0.64rem;
    line-height: 1.6;
}


/* VORHERIGES UND NÄCHSTES WERK */

.artwork-navigation {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 60px;
    padding: 90px 5vw;
    border-top: 1px solid rgba(23, 22, 20, 0.16);
}

.artwork-navigation-previous,
.artwork-navigation-next {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.artwork-navigation-next {
    align-items: flex-end;
    text-align: right;
}

.artwork-navigation span {
    color: #77736d;
    font-size: 0.6rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.artwork-navigation a {
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(1.5rem, 3vw, 3.5rem);
    line-height: 1.1;
    text-decoration: none;
    transition: opacity 0.25s ease;
}

.artwork-navigation a:hover {
    opacity: 0.5;
}


/* TABLET */

@media (max-width: 950px) {

    .artwork-title-row {
        align-items: flex-start;
        flex-direction: column;
        gap: 25px;
    }

    .artwork-gallery {
        gap: 30px;
    }

    .artwork-gallery-item img {
        height: 62vh;
    }

    .artwork-information {
        grid-template-columns: 1fr;
        gap: 90px;
        padding-right: 7vw;
        padding-left: 7vw;
    }

    .artwork-purchase {
        max-width: 540px;
    }

}


/* HANDY */

@media (max-width: 700px) {

    .artwork-introduction {
        padding: 125px 20px 50px;
    }

    .back-to-gallery {
        margin-bottom: 45px;
    }

    .artwork-title-row h1 {
        font-size: clamp(3.3rem, 16vw, 5.5rem);
    }

    .artwork-gallery {
        grid-template-columns: 1fr;
        gap: 55px;
        padding: 20px 20px 80px;
    }

    .artwork-gallery-item img {
        height: auto;
        max-height: 72vh;
    }

    .artwork-information {
        gap: 75px;
        padding: 75px 20px;
    }

    .artwork-facts {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .artwork-purchase {
        max-width: none;
    }

    .purchase-button {
        min-height: 78px;
        padding: 17px 18px 17px 21px;
    }

    .button-title {
        font-size: 0.62rem;
    }

    .button-subtitle {
        font-size: 0.6rem;
    }

    .paypal-icon {
        min-width: 60px;
        font-size: 0.82rem;
    }

    .whatsapp-icon {
        width: 28px;
        height: 28px;
    }

    .artwork-navigation {
        grid-template-columns: 1fr;
        gap: 55px;
        padding: 70px 20px;
    }

    .artwork-navigation-next {
        align-items: flex-start;
        text-align: left;
    }

}