/* ===================================
   THEME CLASSIC - Style naturel et intemporel
   Couleurs : Vert sauge, brun terre
   =================================== */

:root[data-theme="classic"] {
    --primary-green: #6e7758;
    --dark-green: #3e4b37;
    --light-bg: #f7f3eb;
    --text-color: #333;
    --border-soft: #e8dfd0;
    --accent-color: #8b7355;
    --secondary-color: #a0957f;
    --success-color: #6e7758;
    --info-color: #6e7758;
}

body[data-theme="classic"] {
    background-color: #fff;
    color: #333;
}

/* Header avec gradient subtil */
body[data-theme="classic"] .site-header {
    background: linear-gradient(180deg, rgba(255, 252, 247, 0.98) 0%, rgba(251, 246, 238, 0.95) 100%);
    border-bottom-color: rgba(110, 119, 88, 0.14);
}

/* Boutons primaires */
body[data-theme="classic"] .btn-primary,
body[data-theme="classic"] button[type="submit"] {
    background-color: #6e7758;
    border-color: #6e7758;
    color: #fff;
}

body[data-theme="classic"] .btn-primary:hover,
body[data-theme="classic"] button[type="submit"]:hover {
    background-color: #3e4b37;
    border-color: #3e4b37;
}

/* Footer */
body[data-theme="classic"] .site-footer {
    background: #3e4b37;
    color: #f7f3eb;
}

body[data-theme="classic"] .footer-main {
    color: #f7f3eb;
}

body[data-theme="classic"] .footer-brand__link,
body[data-theme="classic"] .footer-column h3 {
    color: #fffaf0;
}

body[data-theme="classic"] .footer-brand__subtitle,
body[data-theme="classic"] .footer-brand p,
body[data-theme="classic"] .footer-brand small,
body[data-theme="classic"] .footer-column li {
    color: #e6dccb;
}

body[data-theme="classic"] .footer-column a,
body[data-theme="classic"] .footer-legal a,
body[data-theme="classic"] .site-footer .site-header__login {
    color: #f7f3eb;
}

body[data-theme="classic"] .footer-column a:hover,
body[data-theme="classic"] .footer-legal a:hover,
body[data-theme="classic"] .site-footer .site-header__login:hover {
    color: #fff;
}

body[data-theme="classic"] .footer-brand__mark {
    border-color: rgba(247, 243, 235, 0.28);
    background: transparent;
    color: #fffaf0;
}

body[data-theme="classic"] .footer-socials a {
    border-color: rgba(247, 243, 235, 0.28);
    background: rgba(255, 250, 240, 0.1);
    color: #fffaf0;
}

body[data-theme="classic"] .footer-socials a:hover {
    border-color: rgba(255, 250, 240, 0.5);
    color: #fff;
}

body[data-theme="classic"] .footer-legal {
    border-top-color: rgba(247, 243, 235, 0.22);
}

body[data-theme="classic"] .theme-selector__btn {
    background-color: rgba(255, 250, 240, 0.12);
    color: #fffaf0;
}

body[data-theme="classic"] .theme-selector__btn:hover,
body[data-theme="classic"] .theme-selector__btn.active {
    background-color: rgba(255, 250, 240, 0.22);
    border-color: rgba(255, 250, 240, 0.45);
}

/* Accents et bordures */
body[data-theme="classic"] .border-accent {
    border-color: #6e7758;
}

body[data-theme="classic"] .bg-accent {
    background-color: #f7f3eb;
}
