/* Hero spécifique Nadège Chanal — architecte d'intérieur */
.hero-archi {
    background-image: linear-gradient(to top, rgba(16, 25, 34, 0.8) 0%, rgba(16, 25, 34, 0) 60%), url('../img/NC_hero.webp');
}

@media (max-width: 768px) {
    .hero-archi {
        background-image: linear-gradient(to bottom, var(--primary-color) 0%, var(--bg-dark) 100%);
        background-size: 100% 100%;
    }
}

.project-solution .text-link {
    color: inherit;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.project-solution .text-link:hover {
    color: inherit;
    opacity: 0.85;
}
