:root {
    --cream: #fffaf8;
    --white: #ffffff;

    --pink-light: #fff0f4;
    --pink: #f2a1b7;
    --pink-dark: #c95878;
    --pink-deep: #9e3f5e;

    --text: #241e20;
    --muted: #746c70;

    --border: rgba(36, 30, 32, 0.1);

    --shadow: 0 20px 60px rgba(70, 40, 50, 0.1);

    --radius: 24px;
    --radius-lg: 34px;
}

/* RESET */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "DM Sans", sans-serif;
    color: var(--text);
    background: var(--cream);
    line-height: 1.6;
}

img {
    display: block;
    width: 100%;
}

a {
    color: inherit;
    text-decoration: none;
}

button,
input,
textarea,
select {
    font-family: inherit;
}

/* TYPOGRAPHY */

h1,
h2,
h3 {
    font-family: "Playfair Display", serif;
}

h1 {
    font-size: clamp(3rem, 7vw, 6rem);
    line-height: 0.98;
    letter-spacing: -0.045em;
}

h2 {
    font-size: clamp(2.2rem, 4vw, 3.5rem);
    line-height: 1.05;
    letter-spacing: -0.035em;
}

h3 {
    font-size: 1.35rem;
}

/* GLOBAL */

.container {
    width: min(1180px, calc(100% - 40px));
    margin: auto;
}

section {
    padding: 110px 0;
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;

    color: var(--pink-deep);

    font-size: 0.8rem;
    font-weight: 700;

    text-transform: uppercase;
    letter-spacing: 0.12em;

    margin-bottom: 18px;
}

.eyebrow::before {
    content: "";
    width: 24px;
    height: 2px;
    background: var(--pink);
}

.section-intro {
    max-width: 620px;
    margin-bottom: 55px;
}

.section-intro p {
    margin-top: 18px;
    color: var(--muted);
    font-size: 1.05rem;
}

/* HEADER */

header {
    position: sticky;
    top: 0;
    z-index: 100;

    background: rgba(255, 250, 248, 0.85);
    backdrop-filter: blur(18px);

    border-bottom: 1px solid var(--border);
}

.nav {
    min-height: 82px;

    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo {
    display: flex;
    align-items: center;
    gap: 10px;

    font-family: "Playfair Display", serif;
    font-size: 1.65rem;
    font-weight: 700;
}

.logo-mark {
    width: 12px;
    height: 12px;

    background: var(--pink-dark);
    border-radius: 50%;

    box-shadow: 10px -4px 0 var(--pink);
}

.nav-links {
    display: flex;
    gap: 34px;
    list-style: none;
}

.nav-links a {
    color: var(--muted);
    font-size: 0.94rem;
    font-weight: 600;

    transition: 0.2s;
}

.nav-links a:hover {
    color: var(--pink-deep);
}

.nav-button {
    background: var(--pink-deep);
    color: white;

    padding: 13px 22px;
    border-radius: 999px;

    font-weight: 700;
    font-size: 0.9rem;

    transition: 0.25s;
}

.nav-button:hover {
    transform: translateY(-2px);
    background: var(--pink-dark);
}

/* HERO */

.hero {
    padding: 70px 0 100px;

    overflow: hidden;

    background: var(--pink-light);
}

.hero-grid {
    display: grid;
    grid-template-columns: 1fr 0.9fr;

    gap: 70px;

    align-items: center;
}

.hero-content {
    max-width: 680px;
}

.hero h1 span {
    color: var(--pink-deep);
}

.hero-text {
    max-width: 540px;

    margin: 28px 0;

    color: var(--muted);

    font-size: 1.1rem;
}

.hero-buttons {
    display: flex;
    gap: 14px;

    flex-wrap: wrap;

    margin-top: 30px;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    padding: 15px 25px;

    border-radius: 999px;

    font-weight: 700;

    transition: 0.25s;
}

.btn-primary {
    background: var(--pink-deep);
    color: white;

    box-shadow: 0 12px 30px rgba(158, 63, 94, 0.22);
}

.btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 35px rgba(158, 63, 94, 0.28);
}

.btn-outline {
    border: 1px solid var(--border);
    background: white;
}

.btn-outline:hover {
    transform: translateY(-3px);
    border-color: var(--pink);
}

/* HERO IMAGE */

.hero-image {
    position: relative;
}

.hero-image img {
    height: 650px;

    object-fit: cover;

    border-radius: 50px 50px 12px 50px;

    box-shadow: var(--shadow);
}

.hero-badge {
    position: absolute;

    bottom: 30px;
    left: -35px;

    background: white;

    padding: 18px 22px;

    border-radius: 20px;

    box-shadow: var(--shadow);

    display: flex;
    align-items: center;
    gap: 13px;

    font-weight: 700;
}

.badge-icon {
    width: 42px;
    height: 42px;

    display: grid;
    place-items: center;

    background: var(--pink-light);

    border-radius: 50%;
}

/* TRUST */

.trust {
    padding: 35px 0;

    background: white;

    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
}

.trust-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.trust-item {
    text-align: center;

    padding: 10px 25px;

    border-right: 1px solid var(--border);
}

.trust-item:last-child {
    border: none;
}

.trust-number {
    font-family: "Playfair Display", serif;

    font-size: 2rem;
    font-weight: 700;

    color: var(--pink-deep);
}

.trust-label {
    color: var(--muted);
    font-size: 0.9rem;
}

/* SERVICES */

.services {
    background: var(--pink-light);
}

.services-grid {
    display: grid;

    grid-template-columns: repeat(3, 1fr);

    gap: 20px;
}

.service-card {
    position: relative;

    background: white;

    padding: 32px;

    border-radius: var(--radius);

    border: 1px solid rgba(158, 63, 94, 0.08);

    transition: 0.3s;
}

.service-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow);
}

.service-icon {
    width: 54px;
    height: 54px;

    display: grid;
    place-items: center;

    background: var(--pink-light);

    border-radius: 16px;

    font-size: 1.5rem;

    margin-bottom: 25px;
}

.service-card p {
    color: var(--muted);

    font-size: 0.95rem;

    margin: 12px 0 25px;
}

.price {
    color: var(--pink-deep);

    font-weight: 800;
}

/* FEATURE */

.feature {
    background: white;
}

.feature-grid {
    display: grid;

    grid-template-columns: 0.9fr 1.1fr;

    gap: 80px;

    align-items: center;
}

.feature-image {
    position: relative;
}

.feature-image img {
    height: 600px;

    object-fit: cover;

    border-radius: 40px;
}

.floating-card {
    position: absolute;

    right: -30px;
    bottom: 30px;

    background: white;

    padding: 20px 25px;

    border-radius: 20px;

    box-shadow: var(--shadow);

    font-weight: 700;
}

.feature-content p {
    color: var(--muted);

    margin: 20px 0;
}

.check-list {
    list-style: none;

    display: flex;
    flex-direction: column;

    gap: 16px;

    margin-top: 28px;
}

.check-list li {
    display: flex;
    gap: 12px;

    align-items: center;

    font-weight: 600;
}

.check {
    width: 25px;
    height: 25px;

    display: grid;
    place-items: center;

    background: var(--pink-light);

    color: var(--pink-deep);

    border-radius: 50%;

    font-size: 0.75rem;
}

/* BEFORE AFTER */

.before-after {
    background: var(--cream);
}

.before-after-grid {
    display: grid;

    grid-template-columns: 1fr 1fr;

    gap: 20px;
}

.before-after-card {
    position: relative;

    overflow: hidden;

    border-radius: 30px;
}

.before-after-card img {
    height: 470px;

    object-fit: cover;

    transition: transform 0.5s;
}

.before-after-card:hover img {
    transform: scale(1.04);
}

.image-label {
    position: absolute;

    top: 20px;
    left: 20px;

    padding: 8px 14px;

    background: rgba(255, 255, 255, 0.9);

    backdrop-filter: blur(8px);

    border-radius: 999px;

    font-weight: 700;

    font-size: 0.8rem;
}

/* GALLERY */

.gallery {
    background: white;
}

.gallery-grid {
    display: grid;

    grid-template-columns: 1.3fr 0.8fr 0.8fr;

    grid-template-rows: 260px 260px;

    gap: 15px;
}

.gallery-item {
    overflow: hidden;

    border-radius: 24px;
}

.gallery-item img {
    height: 100%;

    object-fit: cover;

    transition: transform 0.5s;
}

.gallery-item:hover img {
    transform: scale(1.06);
}

.gallery-large {
    grid-row: span 2;
}

/* TESTIMONIAL */

.testimonial {
    background: var(--pink-deep);

    color: white;

    text-align: center;
}

.testimonial-inner {
    max-width: 850px;
    margin: auto;
}

.stars {
    color: #ffd1dd;

    font-size: 1.2rem;

    letter-spacing: 5px;

    margin-bottom: 25px;
}

.testimonial blockquote {
    font-family: "Playfair Display", serif;

    font-size: clamp(1.8rem, 4vw, 3rem);

    line-height: 1.25;

    margin-bottom: 25px;
}

.testimonial cite {
    color: #f7dbe3;

    font-style: normal;
}

/* CONTACT */

.contact {
    background: var(--pink-light);
}

.contact-grid {
    display: grid;

    grid-template-columns: 0.8fr 1.2fr;

    gap: 70px;

    align-items: start;
}

.contact-info p {
    color: var(--muted);

    margin-top: 18px;
}

.contact-details {
    margin-top: 35px;

    display: flex;
    flex-direction: column;

    gap: 22px;
}

.contact-detail {
    display: flex;

    gap: 15px;

    align-items: center;
}

.contact-icon {
    width: 48px;
    height: 48px;

    display: grid;
    place-items: center;

    background: white;

    border-radius: 15px;

    box-shadow: 0 5px 20px rgba(50, 20, 30, 0.06);
}

/* FORM */

.contact-form {
    background: white;

    padding: 35px;

    border-radius: 30px;

    box-shadow: var(--shadow);
}

.form-grid {
    display: grid;

    grid-template-columns: 1fr 1fr;

    gap: 18px;
}

.form-group {
    margin-bottom: 18px;
}

.form-group.full {
    grid-column: span 2;
}

label {
    display: block;

    margin-bottom: 7px;

    font-size: 0.85rem;

    font-weight: 700;
}

input,
textarea,
select {
    width: 100%;

    padding: 14px 16px;

    border-radius: 14px;

    border: 1px solid var(--border);

    background: #fffdfc;

    outline: none;

    font-size: 0.95rem;

    transition: 0.2s;
}

input:focus,
textarea:focus,
select:focus {
    border-color: var(--pink-dark);

    box-shadow: 0 0 0 4px rgba(242, 161, 183, 0.18);
}

textarea {
    min-height: 130px;

    resize: vertical;
}

.submit-button {
    width: 100%;

    border: none;

    cursor: pointer;

    font-size: 1rem;
}

/* FOOTER */

footer {
    background: var(--pink-deep);

    color: white;

    padding: 60px 0 30px;
}

.footer-grid {
    display: grid;

    grid-template-columns: 1.5fr 1fr 1fr;

    gap: 50px;

    padding-bottom: 50px;

    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-brand p {
    color: #bdb4b7;

    max-width: 330px;

    margin-top: 15px;
}

.footer-title {
    font-weight: 700;

    margin-bottom: 18px;
}

.footer-links {
    display: flex;
    flex-direction: column;

    gap: 10px;

    color: #bdb4b7;
}

.footer-links a:hover {
    color: white;
}

.footer-bottom {
    display: flex;

    justify-content: space-between;

    gap: 20px;

    padding-top: 25px;

    color: #9f9699;

    font-size: 0.85rem;
}

/* MOBILE */

@media (max-width: 900px) {
    .nav-links {
        display: none;
    }

    .nav-button {
        display: none;
    }

    .hero-grid,
    .feature-grid,
    .contact-grid {
        grid-template-columns: 1fr;

        gap: 45px;
    }

    .hero-image {
        order: -1;
    }

    .hero-image img {
        height: 480px;
    }

    .hero-badge {
        left: 20px;
    }

    .services-grid {
        grid-template-columns: 1fr 1fr;
    }

    .trust-grid {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }

    .trust-item {
        border-right: none;
    }

    .gallery-grid {
        grid-template-columns: 1fr 1fr;

        grid-template-rows: 240px 240px 240px;
    }

    .gallery-large {
        grid-column: span 2;
        grid-row: span 1;
    }

    .footer-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 600px) {
    section {
        padding: 80px 0;
    }

    .container {
        width: min(100% - 28px, 1180px);
    }

    h1 {
        font-size: 3.2rem;
    }

    .hero {
        padding-top: 35px;
    }

    .hero-image img {
        height: 390px;

        border-radius: 30px;
    }

    .hero-badge {
        font-size: 0.8rem;

        padding: 13px 16px;
    }

    .services-grid {
        grid-template-columns: 1fr;
    }

    .before-after-grid {
        grid-template-columns: 1fr;
    }

    .before-after-card img {
        height: 360px;
    }

    /* Galerie: keine festen Zeilen auf dem Handy,
       damit jedes Bild seine natürliche Höhe behält. */
    .gallery-grid {
        grid-template-columns: 1fr;
        grid-template-rows: none;
        grid-auto-rows: auto;
        gap: 18px;
    }

    .gallery-item {
        height: auto;
        overflow: hidden;
    }

    .gallery-item img {
        width: 100%;
        height: auto;
        object-fit: contain;
        object-position: center;
    }

    .gallery-large {
        grid-column: auto;
        grid-row: auto;
    }

    .form-grid {
        grid-template-columns: 1fr;
    }

    .form-group.full {
        grid-column: auto;
    }

    .contact-form {
        padding: 22px;
    }

    .footer-grid {
        grid-template-columns: 1fr;
    }

    .footer-bottom {
        flex-direction: column;
    }
}
.logo {
    display: flex;
    align-items: center;
    text-decoration: none;
    line-height: 0;
}

.logo img {
    width: 220px;
    height: auto;
    display: block;
    object-fit: contain;
}
@media (max-width: 768px) {
    .logo img {
        width: 170px;
    }
}
.footer-logo img {
    width: 410px;
    height: auto;
    display: block;
}

/* =========================================================
   KLEINE HANDYS
   ========================================================= */

@media (max-width: 480px) {
    .container {
        padding-left: 16px;
        padding-right: 16px;
    }

    .nav-button {
        padding: 9px 12px;
        font-size: 13px;
    }

    .logo img {
        max-width: 130px;
    }

    .hero {
        padding-top: 40px;
    }

    .hero h1 {
        font-size: 39px;
    }

    .hero-text {
        font-size: 15px;
    }

    .trust-grid {
        gap: 20px 10px;
    }

    .trust-number {
        font-size: 22px;
    }

    .gallery-grid {
        gap: 18px;
    }

    .gallery-item,
    .gallery-large {
        height: auto;
    }

    .gallery-item img,
    .gallery-large img {
        width: 100%;
        height: auto;
        object-fit: contain;
        object-position: center;
    }

    .service-card {
        padding: 20px;
    }

    .testimonial {
        padding: 45px 16px;
    }

    blockquote {
        font-size: 18px;
    }
}
/* ========================================================= MOBILES MENÜ ========================================================= */ /* Hamburger auf Desktop ausblenden */
.menu-toggle {
    display: none;
} /* ========================================================= MOBILE ========================================================= */
@media (max-width: 768px) {
    header {
        position: relative;
        z-index: 1000;
    }
    .nav {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between;
        min-height: 74px;
    }
    .logo {
        position: relative;
        z-index: 1002;
    }
    .logo img {
        display: block;
        width: auto;
        max-width: 145px;
        height: auto;
    } /* Termin buchen Desktop-Button auf Mobile ausblenden */
    .nav-button {
        display: none;
    } /* Hamburger */
    .menu-toggle {
        position: relative;
        z-index: 1002;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 48px;
        height: 48px;
        padding: 0;
        border: 0;
        border-radius: 12px;
        background: transparent;
        cursor: pointer;
        gap: 5px;
        -webkit-tap-highlight-color: transparent;
    }
    .menu-toggle span {
        display: block;
        width: 24px;
        height: 2px;
        border-radius: 2px;
        background: currentColor;
        transition:
            transform 0.25s ease,
            opacity 0.2s ease,
            width 0.25s ease;
    } /* X Animation */
    .menu-toggle.active span:nth-child(1) {
        transform: translateY(7px) rotate(45deg);
    }
    .menu-toggle.active span:nth-child(2) {
        opacity: 0;
        width: 0;
    }
    .menu-toggle.active span:nth-child(3) {
        transform: translateY(-7px) rotate(-45deg);
    } /* ============================================ MOBILE NAVIGATION ============================================ */
    nav {
        position: absolute;
        top: calc(100% + 10px);
        left: 16px;
        right: 16px;
        width: auto;
        padding: 10px;
        border-radius: 18px;
        background: rgba(255, 255, 255, 0.98);
        box-shadow: 0 15px 40px rgba(0, 0, 0, 0.14);
        opacity: 0;
        visibility: hidden;
        transform: translateY(-10px);
        transition:
            opacity 0.25s ease,
            transform 0.25s ease,
            visibility 0.25s ease;
    }
    nav.menu-open {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }
    .nav-links {
        display: flex;
        flex-direction: column;
        width: 100%;
        margin: 0;
        padding: 0;
        gap: 4px;
        list-style: none;
    }
    .nav-links li {
        width: 100%;
        list-style: none;
    }
    .nav-links a {
        display: flex;
        align-items: center;
        width: 100%;
        min-height: 48px;
        padding: 12px 15px;
        border-radius: 12px;
        font-size: 16px;
        font-weight: 600;
        text-decoration: none;
        transition:
            background 0.2s ease,
            transform 0.2s ease;
    }
    .nav-links a:hover {
        transform: translateX(3px);
    } /* Extra Button im mobilen Menü */
    nav::after {
        content: "Termin buchen →";
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 48px;
        margin-top: 8px;
        padding: 12px 15px;
        border-radius: 12px;
        font-size: 15px;
        font-weight: 700;
        background: #9e3f5e;
        color: #ffffff;
        cursor: pointer;
    } /* Kleine Handys */
    @media (max-width: 480px) {
        .nav {
            min-height: 68px;
        }
        .logo img {
            max-width: 130px;
        }
        nav {
            left: 12px;
            right: 12px;
        }
        .menu-toggle {
            width: 44px;
            height: 44px;
        }
    }
}
/* =========================================================
   WHATSAPP BUTTON
   ========================================================= */

.whatsapp-button {
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 999;

    display: flex;
    align-items: center;
    gap: 10px;

    padding: 14px 20px;

    background: #25D366;
    color: white;

    border-radius: 999px;

    font-size: 15px;
    font-weight: 700;

    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.18);

    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease;
}

.whatsapp-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.22);
}

.whatsapp-icon {
    font-size: 22px;
    line-height: 1;
}

.whatsapp-text {
    line-height: 1;
}


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

@media (max-width: 600px) {

    .whatsapp-button {
        right: 16px;
        bottom: 16px;

        width: 54px;
        height: 54px;

        padding: 0;

        justify-content: center;

        border-radius: 50%;
    }

    .whatsapp-icon {
        font-size: 25px;
    }

    .whatsapp-text {
        display: none;
    }
}
.whatsapp-icon svg {
    width: 23px;
    height: 23px;
    display: block;
    fill: currentColor;
}