.retouches-hero {
    max-width: 640px;
    margin: 0 auto;
    padding: 0 24px 64px;
    text-align: center;
}

.retouches-title {
    font-family: 'Cormorant Garamond', Georgia, 'Times New Roman', serif;
    font-size: 1.9rem;
    font-weight: 400;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #4a3f35;
    margin: 0 0 32px;
}

.retouches-compare {
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 40px;
}

.retouches-compare img {
    display: block;
    width: 100%;
    height: auto;
}

.retouches-intro {
    font-family: 'Quicksand', Verdana, Geneva, sans-serif;
    font-size: 0.95rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #6b6259;
    line-height: 1.6;
    margin: 0 0 32px;
}

.retouches-intro-break {
    display: none;
}

.retouches-contact-button {
    display: inline-block;
    padding: 12px 40px;
    border: 1px solid #e0559c;
    border-radius: 999px;
    font-family: 'Quicksand', Verdana, Geneva, sans-serif;
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #4a3f35;
    text-decoration: none;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.retouches-contact-button:hover {
    background-color: #e0559c;
    color: #ffffff;
}

.retouches-services {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 24px 64px;
}

.retouches-services-grid {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 40px;
}

.retouches-service {
    flex: 0 1 140px;
    text-align: center;
}

.retouches-service-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 32px;
    margin-bottom: 16px;
    color: #4a3f35;
}

.retouches-service-icon svg {
    width: 28px;
    height: 28px;
}

.retouches-service-label {
    display: block;
    font-family: 'Quicksand', Verdana, Geneva, sans-serif;
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #6b6259;
    line-height: 1.5;
}

.retouches-gallery {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 24px 80px;
}

.retouches-gallery-grid {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 24px;
}

.retouches-gallery-card {
    flex: 0 1 240px;
}

.retouches-gallery-card img {
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 4px;
}

@media (max-width: 860px) {
    .retouches-services-grid {
        gap: 28px;
    }

    .retouches-service {
        flex: 0 1 100px;
    }

    .retouches-gallery-grid {
        gap: 16px;
    }

    .retouches-gallery-card {
        flex: 0 1 45%;
    }
}
