/*
Theme Name: Namidō Shiatsu
Theme URI: https://namido-shiatsu.com
Author: Géraldine Matter
Description: Thème WordPress sur mesure pour Namidō Shiatsu, avec pages Accueil, Particuliers, Entreprises, Tarifs, À propos et Contact.
Version: 1.2.1
Text Domain: namido-shiatsu
*/

.apple-shadow {
    box-shadow: 0 12px 40px rgba(91, 33, 182, 0.06), 0 2px 8px rgba(0, 0, 0, 0.025);
}
.hover-card {
    transition: transform 300ms cubic-bezier(0.16, 1, 0.3, 1), box-shadow 300ms ease;
}
.hover-card:hover {
    transform: translateY(-3px) scale(1.01);
    box-shadow: 0 20px 50px rgba(91, 33, 182, 0.11), 0 4px 12px rgba(0, 0, 0, 0.04);
}
.thin-icon { stroke-width: 1.25px; }
.soft-gradient {
    background:
        radial-gradient(circle at 14% 20%, rgba(255, 220, 207, .78), transparent 28%),
        radial-gradient(circle at 47% 8%, rgba(255, 255, 232, .92), transparent 34%),
        radial-gradient(circle at 88% 55%, rgba(40, 190, 197, .72), transparent 38%),
        linear-gradient(135deg, #e9fbff 0%, #f8f5ff 48%, #e9fffc 100%);
}
.aqua-gradient {
    background:
        radial-gradient(circle at 10% 20%, rgba(255,255,255,.75), transparent 30%),
        linear-gradient(90deg, #c9efee 0%, #8ddbdd 100%);
}
.sokuatsu-card {
    background:
        radial-gradient(circle at 88% 16%, rgba(255,255,255,.88), transparent 30%),
        radial-gradient(circle at 12% 86%, rgba(255, 220, 207, .62), transparent 36%),
        linear-gradient(135deg, #d7f4f1 0%, #c3ebe9 45%, #e7dcf1 100%);
}
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
    outline: 3px solid rgba(91, 33, 182, .35);
    outline-offset: 3px;
}
html { scroll-behavior: smooth; }
body.admin-bar .namido-header { top: 32px; }
@media (max-width: 782px) {
    body.admin-bar .namido-header { top: 46px; }
}
