html, body {
    margin: 0;
    padding: 0;
    min-height: 100%;
    font-family: Arial, sans-serif;
    /*background-color: #f4eee8; */
    background-color: #dedede;
}

body {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    min-height: 100vh;
}

.cnt_container {
    width: 90%;
    max-width: 1200px;
    min-width: 320px;
    border-collapse: collapse;
    margin-top: 30px;
    margin-bottom: 40px;
    background: #ffffff;
    /*border: 1px solid #e3d7cb; */
    overflow: hidden;
    border-radius: 16px;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.10);
}
.cnt_head {
    padding: 0;
    line-height: 0;
}

.top_head_bg {
    display: block;
    width: 100%;
    height: auto;
}

/* Navigation */
.cnt_nav {
     background: linear-gradient(
        180deg,
        #cbb9a6 0%,
        #d8c4b6 18%,
        #e7d7d6 34%,
        #d8c0cc 48%,
        #e6d9c9 64%,
        #ccb7a5 82%,
        #c3b09f 100%
    );
    text-align: center;
    padding: 14px 10px;
    border-bottom: 1px solid #f42286;
}

.cnt_nav a {
    display: inline-block;
    margin: 0 14px;
    text-decoration: none;
    color: #2f2a26;
    font-size: 17px;
    font-weight: bold;
    transition: opacity 0.2s ease;
}

.cnt_nav a:hover {
    opacity: 0.7;
}

/* Subheadline */
.cnt_subhead {
    padding: 0;
    background: #ded1c4;
}

.subhead_bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    padding: 16px 20px;
}

.subhead_title {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.3px;

    background: linear-gradient(
        to bottom,
        #f42286 10%,
        #ff7bb4 30%,
        #f23889 65%,
        #b92d6a 100%
    );
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;

    text-shadow:
        0 1px 0 rgba(255,255,255,0.30),
        0 3px 10px rgba(185, 45, 106, 0.24);
}

.btn_booking_inline {
    display: inline-block;
    white-space: nowrap;
    padding: 11px 22px;
    /* background: #d97fa4; */
    background: #f42286;
    
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    border-radius: 24px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.14);
    transition: all 0.25s ease;
}

.btn_booking_inline:hover {
     transform: translateY(-2px);
    filter: brightness(1.04);
    color: #000000;
}

/* Main content */
.cnt_main {
    padding: 28px 30px 34px 30px;
}

.cnt_main_inner {
    /*max-width: 920px;*/
    width: 100%;
    max-width: none;
}

.cnt_main h1 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 30px;
    color: #b86b8c;
    line-height: 1.25;
}

.cnt_main p {
    margin: 0 0 18px 0;
    font-size: 17px;
    line-height: 1.75;
    color: #2f2a26;
}

.intro_section {
    display: flex;
    align-items: flex-start;
    gap: 30px;
    
}

.intro_text {
    flex: 1 1 58%;
    text-shadow:
        0 1px 0 rgba(255,255,255,0.35),
        0 2px 8px rgba(201, 61, 124, 0.22);
    filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.10));
}
.intro_text h1 {
     font-size: 28px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.3px;

    background: linear-gradient(
        to bottom,
        #f42286 10%,
        #ff7bb4 30%,
        #f23889 65%,
        #b92d6a 100%
    );
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;

    text-shadow:
        0 1px 0 rgba(255,255,255,0.30),
        0 3px 10px rgba(185, 45, 106, 0.24);
}

.intro_image {
    flex: 0 0 260px;
    text-align: right;
    margin-right: 0px;
}

.nail_side_image {
    display: block;
    width: 100%;
    max-width: 260px;
    height: auto;
    filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.10));
}


.services_page {
    width: 100%;
}

.service_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    padding: 34px 0;
    border-bottom: 1px solid rgba(214, 191, 179, 0.65);
}

.service_item:last-child {
    border-bottom: none;
}

.service_item.reverse {
    flex-direction: row-reverse;
}

.service_text {
    flex: 1 1 58%;
    max-width: 560px;
}

.service_text h2 {
    margin: 0 0 16px 0;
    font-size: 34px;
    font-weight: 700;
    line-height: 1.2;

    background: linear-gradient(
        to bottom,
        #ffd8e8 0%,
        #ff7bb4 30%,
        #f23889 65%,
        #b92d6a 100%
    );
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;

    text-shadow:
        0 1px 0 rgba(255,255,255,0.30),
        0 3px 10px rgba(185, 45, 106, 0.18);
}

.service_text p {
    margin: 0;
    font-size: 18px;
    line-height: 1.85;
    color: #3d342f;
}

.service_image {
    flex: 0 0 340px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.service_img {
    display: block;
    width: 100%;
    max-width: 340px;
    height: auto;
    box-shadow: 0 10px 22px rgba(0,0,0,0.08);
}

/* Footer */
.cnt_footer {
    background: #f2e8df;
    padding: 28px 30px;
    border-top: 1px solid #dccfc2;
}

.footer_box {
    display: flex;
    justify-content: space-between;
    gap: 60px;
    flex-wrap: wrap;
}

.footer_col {
    flex: 1;
    min-width: 220px;
}

.footer_col h3 {
    margin-top: 0;
    margin-bottom: 12px;
    font-size: 20px;
    /*color: #b86b8c; */
    color: #f42286;    
}

.footer_col p {
    margin: 0 0 8px 0;
    font-size: 15px;
    color: #2f2a26;
    line-height: 1.5;
}

.cnt_footer_bottom {
    padding: 16px 20px;
    background: linear-gradient(
        90deg,
        #c7b4a2 0%,
        #d5c2b3 22%,
        #eadedf 40%,
        #d9bfd0 52%,
        #efe3d6 68%,
        #ccb8a7 84%,
        #c4b09f 100%
    );
    border-top: 1px solid #f42286;
    text-align: center;
}

.footer_bottom_inner {
    font-size: 14px;
    line-height: 1.6;
    color: #5b4a42;
}

.footer_bottom_inner a {
    color: #8f5f78;
    text-decoration: none;
    font-weight: 600;
    margin: 0 6px;
    transition: color 0.2s ease;
}

.footer_bottom_inner a:hover {
    color: #c93d7c;
}

.footer_sep {
    color: #9f8b80;
    margin: 0 4px;
}

.footer_copy {
    white-space: nowrap;
}

.floating_booking_btn {
    position: fixed;
    right: 280px;
    bottom: 24px;
    z-index: 9997;

    display: none;
    padding: 13px 22px;
    background: rgba(242, 56, 137, 0.92);
    color: #ffffff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 700;
    border-radius: 28px;
    border: 1px solid rgba(255,255,255,0.28);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    box-shadow:
        0 8px 22px rgba(185, 45, 106, 0.24),
        0 2px 8px rgba(0, 0, 0, 0.12);
    transition: all 0.25s ease;
    white-space: nowrap;
}

.floating_booking_btn:hover {
    transform: translateY(-2px);
    filter: brightness(1.04);
    color: #000000;
}

/* CTA-Button */
.cta_booking_wrap {
    margin: 10px 0 28px 0;
}

.btn_booking {
    display: inline-block;
    padding: 14px 28px;
    /*background: #d97fa4; */
    background: #f42286;
    color: #ffffff;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    border-radius: 30px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.18);
    transition: all 0.25s ease;
}

.btn_booking:hover {
    background: #c96d93;
    transform: translateY(-1px);
}

/* Overlay */
#bookingOverlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.38);
    z-index: 9998;
}

/* Modal */
#bookingModal {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 90%;
    max-width: 560px;
    transform: translate(-50%, -50%);
    z-index: 9999;
}

/* Inneres Modal */
.booking_modal_inner {
    position: relative;
    background: #ffffff;
    border-radius: 14px;
    padding: 30px 28px 26px 28px;
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.22);
    border: 1px solid #ead8df;
}

.booking_modal_inner h2 {
     font-size: 28px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.3px;

    background: linear-gradient(
        to bottom,
        #f42286 10%,
        #ff7bb4 30%,
        #f23889 65%,
        #b92d6a 100%
    );
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;

    text-shadow:
        0 1px 0 rgba(255,255,255,0.30),
        0 3px 10px rgba(185, 45, 106, 0.24);
}

.booking_modal_inner p {
    margin-bottom: 22px;
    color: #403833;
    line-height: 1.6;
    font-size: 16px;
}

.openBooking2 {
    color: #f42286;
}
/* Schließen */
.booking_close {
    position: absolute;
    top: 10px;
    right: 14px;
    border: 0;
    background: transparent;
    font-size: 34px;
    line-height: 1;
    cursor: pointer;
    color: #9b7f86;
}

.booking_close:hover {
    color: #c16f95;
}

/* Formular */
.booking_form label {
    display: block;
    margin-bottom: 6px;
    font-weight: bold;
    color: #403833;
}

.booking_form input,
.booking_form select,
.booking_form textarea {
     width: 100%;
    box-sizing: border-box;
    margin-bottom: 16px;
    padding: 12px 14px;
    border: 1px solid #d9c9cf;
    border-radius: 8px;
    font-size: 16px;
    background: #fffdfd;
    color: #403833;
    -webkit-appearance: none;
    appearance: none;
}

.booking_form input:focus,
.booking_form select:focus,
.booking_form textarea:focus {
    outline: none;
    border-color: #d97fa4;
    box-shadow: 0 0 0 3px rgba(217, 127, 164, 0.15);
}

.booking_form input[type="date"],
.booking_form input[type="time"],
.booking_form input[type="email"] {
    min-height: 46px;
}

.booking_row {
    display: flex;
    gap: 16px;
}

.booking_col {
    flex: 1;
}


.btn_booking_submit {
    display: inline-block;
    white-space: nowrap;
    padding: 11px 22px;
    /* background: #d97fa4; */
    background: #f42286;
    
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    border-radius: 24px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.14);
    transition: all 0.25s ease;
}

.btn_booking_submit:hover {
    /*background: #c96d93;*/
    color: #000000;
}


.gallery_grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    width: 100%;
    padding: 10px 0 20px 0;
    box-sizing: border-box;
}

.gallery_item {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    background: #f3ece6;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
}

/* stabiles Quadrat, auch mobil */
.gallery_item::before {
    content: "";
    display: block;
    padding-top: 100%;
}

.gallery_item img {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    transition: transform 0.3s ease, filter 0.3s ease;
}

.gallery_item:hover img {
    transform: scale(1.04);
    filter: brightness(1.03);
}

.social_icons {
    display: flex;
    gap: 14px;
    margin-top: 8px;
}

.social_link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    text-decoration: none;
    background: linear-gradient(to bottom, #ffd8e8 0%, #ff7bb4 30%, #f23889 65%, #b92d6a 100%);
    color: #ffffff;
    font-size: 18px;
    box-shadow: 0 4px 12px rgba(185, 45, 106, 0.18);
    transition: all 0.25s ease;
}

.social_link:hover {
    transform: translateY(-2px);
    filter: brightness(1.05);
}

/* CONTACT FORM*/
.contact_section {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
    width: 100%;
    box-sizing: border-box;
    padding: 10px 0 20px 0;
}

.contact_info {
    flex: 0 0 34%;
}

.contact_info h2 {
    margin: 0 0 18px 0;
    font-size: 34px;
    font-weight: 700;
    line-height: 1.2;

    background: linear-gradient(
        to bottom,
        #ffd8e8 0%,
        #ff7bb4 30%,
        #f23889 65%,
        #b92d6a 100%
    );
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;

    text-shadow:
        0 1px 0 rgba(255,255,255,0.30),
        0 3px 10px rgba(185, 45, 106, 0.18);
}

.contact_info p {
    margin: 0 0 16px 0;
    font-size: 17px;
    line-height: 1.75;
    color: #3d342f;
}

.contact_info_box {
    margin-top: 26px;
    padding: 18px 20px;
    background: #f7f1eb;
    border: 1px solid #eadfd6;
    border-radius: 10px;
}

.contact_info_box h3 {
    margin: 0 0 10px 0;
    font-size: 20px;
    color: #b92d6a;
}

.contact_form_wrap {
    flex: 1 1 auto;
    padding: 24px 24px 22px 24px;
    background: #fcfaf8;
    border: 1px solid #eadfd6;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.06);
}

.contact_form label {
    display: block;
    margin: 0 0 7px 0;
    font-size: 15px;
    font-weight: 700;
    color: #4a3d37;
}

.contact_form input,
.contact_form textarea {
    width: 100%;
    box-sizing: border-box;
    margin: 0 0 18px 0;
    padding: 13px 14px;
    border: 1px solid #d9c9cf;
    border-radius: 8px;
    background: #fffdfd;
    font-size: 16px;
    color: #403833;
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.contact_form input:focus,
.contact_form textarea:focus {
    outline: none;
    border-color: #d97fa4;
    box-shadow: 0 0 0 3px rgba(217, 127, 164, 0.14);
}

.contact_form textarea {
    resize: vertical;
    min-height: 160px;
}

.contact_privacy {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 4px 0 20px 0;
}

.contact_privacy input[type="checkbox"] {
    width: 18px;
    height: 18px;
    margin: 2px 0 0 0;
    flex: 0 0 auto;
}

.contact_privacy label {
    margin: 0;
    font-size: 14px;
    line-height: 1.55;
    font-weight: 400;
    color: #5b4a42;
}

.btn_contact_submit {
    display: inline-block;
    padding: 13px 24px;
    border: none;
    border-radius: 26px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    background: linear-gradient(
        to bottom,
        #ff7bb4 0%,
        #f23889 65%,
        #b92d6a 100%
    );
    box-shadow: 0 8px 22px rgba(185, 45, 106, 0.22);
    transition: transform 0.25s ease, filter 0.25s ease;
}

.btn_contact_submit:hover {
    transform: translateY(-1px);
    filter: brightness(1.04);
}

.hp_field {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

/* Price List */
.price_page {
    width: 100%;
}

.price_intro {
    margin-bottom: 30px;
}

.price_intro h2 {
    margin: 0 0 16px 0;
    font-size: 34px;
    font-weight: 700;
    line-height: 1.2;
    background: linear-gradient(
        to bottom,
        #ffd8e8 0%,
        #ff7bb4 30%,
        #f23889 65%,
        #b92d6a 100%
    );
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    text-shadow:
        0 1px 0 rgba(255,255,255,0.30),
        0 3px 10px rgba(185, 45, 106, 0.18);
}

.price_intro p {
    margin: 0;
    font-size: 17px;
    line-height: 1.75;
    color: #3d342f;
}

.price_section {
    margin-bottom: 30px;
    padding: 24px 24px 20px 24px;
    background: linear-gradient(to bottom, #fffdfc 0%, #fbf6f1 100%);
    border: 1px solid #eadfd6;
    border-radius: 16px;
    box-shadow: 0 10px 24px rgba(0,0,0,0.05);
}

.price_section h3 {
    margin: 0 0 18px 0;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.2;
    background: linear-gradient(
        to bottom,
        #f42286 10%,
        #ff7bb4 30%,
        #f23889 65%,
        #b92d6a 100%
    );
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}

.price_section h4 {
    margin: 22px 0 12px 0;
    font-size: 19px;
    color: #b92d6a;
    font-weight: 700;
}

.price_list_table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;    
}

.price_list_table td {
    padding: 11px 0;
    border-bottom: 1px solid rgba(214, 191, 179, 0.55);
    vertical-align: top;
}

.price_list_table tr:last-child td {
    border-bottom: none;
}

.price_list_table td:first-child {
    width: auto;
    padding-right: 18px;
    font-size: 17px;
    line-height: 1.5;
    color: #3d342f;
}

.price_list_table td:last-child {
    width: 140px;
    text-align: right;
    white-space: nowrap;
    font-size: 18px;
    font-weight: 700;
    color: #f42286;
    letter-spacing: 0.2px;
}

.price_note {
    margin-top: 14px;
    font-size: 15px;
    line-height: 1.6;
    color: #6a5750;
    font-style: italic;
}
.price_section h3 i {
    margin-right: 10px;
    font-size: 0.95em;
    vertical-align: middle;
    color: #f42286;
    background: none;
    -webkit-text-fill-color: initial;
}

.cnt_main p.price_tax_note {
    margin: 10px 4px 0 4px;
    font-size: 10px;
    line-height: 1.6;
    color: #6f615a;
    text-align: center;
}



/* =========================================================
   MOBILE / TABLET
   ========================================================= */

/* ---------- bis 1000px ---------- */
@media screen and (max-width: 1000px) {
    .gallery_grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* ---------- bis 900px ---------- */
@media screen and (max-width: 900px) {

    /* Startseite Intro-Bereich */
    .cnt_main {
        padding: 22px 18px 26px 18px;
    }

    .cnt_main_inner {
        width: 100%;
        max-width: 100%;
    }

    .intro_section {
        flex-direction: column;
        gap: 20px;
        width: 100%;
    }

    .intro_text,
    .intro_image {
        width: 100%;
        max-width: 100%;
        flex: none;
    }

    .intro_image {
        justify-content: center;
        text-align: center;
    }

    .nail_side_image {
        max-width: 280px;
        margin: 0 auto;
    }

    /* Leistungen */
    .service_item,
    .service_item.reverse {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
        padding: 28px 0;
    }

    .service_text,
    .service_image {
        width: 100%;
        flex: none;
        max-width: 100%;
    }

    .service_text h2 {
        font-size: 28px;
    }

    .service_text p {
        font-size: 16px;
        line-height: 1.7;
    }

    .service_image {
        justify-content: center;
    }

    .service_img {
        max-width: 280px;
        margin: 0 auto;
    }

    /* Kontaktseite */
    .contact_section {
        flex-direction: column;
        gap: 24px;
    }

    .contact_info,
    .contact_form_wrap {
        width: 100%;
        flex: none;
    }

    .contact_info h2 {
        font-size: 28px;
    }

    .contact_info p {
        font-size: 16px;
        line-height: 1.7;
    }

    .contact_form_wrap {
        padding: 20px 18px;
    }
}

/* ---------- bis 768px ---------- */
@media screen and (max-width: 768px) {

    /* Navigation */
    .cnt_nav a {
        display: block;
        margin: 8px 0;
    }

    /* Subhead / Titelzeile mit Button */
    .subhead_bar {
        flex-direction: column;
        align-items: stretch;
        gap: 14px;
        padding: 16px 18px;
    }

    .subhead_title {
        font-size: 22px;
        text-align: center;
    }

    .btn_booking_inline {
        text-align: center;
    }

    /* Main-Content */
    .cnt_main {
        padding: 22px 18px 26px 18px;
    }

    .cnt_main h1 {
        font-size: 24px;
    }

    .cnt_main p {
        font-size: 16px;
        line-height: 1.65;
    }

    /* Footer */
    .cnt_footer {
        padding: 22px 18px;
    }

    .footer_box {
        flex-direction: column;
        gap: 20px;
    }

    /* Footer Bottom */
    .cnt_footer_bottom {
        padding: 14px 16px;
    }

    .footer_bottom_inner {
        font-size: 13px;
    }

    .footer_copy {
        display: block;
        margin-top: 6px;
        white-space: normal;
    }

    /* Buchungsbutton im Modal */
    .btn_booking {
        width: 100%;
        box-sizing: border-box;
        text-align: center;
    }

    /* Buchungsmodal */
    .booking_modal_inner {
        padding: 24px 18px 20px 18px;
    }

    .booking_modal_inner h2 {
        font-size: 24px;
    }

    /* Datum / Uhrzeit im Buchungsformular */
    .booking_row {
        flex-direction: column;
        gap: 0;
    }

    /* Floating Booking Button */
    .floating_booking_btn {
        right: 14px;
        bottom: 14px;
        padding: 11px 18px;
        font-size: 14px;
        border-radius: 24px;
    }
    
    /* Price List */
    .price_intro h2 {
        font-size: 28px;
    }

    .price_intro p {
        font-size: 16px;
        line-height: 1.65;
    }

    .price_section {
        padding: 20px 16px 16px 16px;
        margin-bottom: 24px;
    }

    .price_section h3 {
        font-size: 24px;
    }

    .price_section h4 {
        font-size: 18px;
    }

    .price_list_table td:first-child {
        font-size: 16px;
        padding-right: 12px;
    }

    .price_list_table td:last-child {
        width: 110px;
        font-size: 16px;
    }
    .price_note {
        font-size: 14px;
    } 
    .cnt_main p.price_tax_note {
        font-size: 10px;
        text-align: left;
    }
}

/* ---------- bis 700px ---------- */
@media screen and (max-width: 700px) {
    .gallery_grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 14px;
    }
}

/* ---------- bis 480px ---------- */
@media screen and (max-width: 480px) {
    .gallery_grid {
        grid-template-columns: 1fr;
    }
}
