/*
 Theme Name:   Massage Shiatsu
 Theme URI:    https://massage-shiatsu.org
 Description:  Theme enfant GeneratePress pour Massage Shiatsu
 Author:       Massage Shiatsu
 Author URI:   https://massage-shiatsu.org
 Template:     generatepress
 Version:      1.0.0
 Text Domain:  massage-shiatsu-org
*/

:root {
    --site-primary: #1a3a3a;
    --site-primary-dark: #0f2424;
    --site-accent: #d4a574;
    --site-accent-hover: #e6b88a;
    --site-text: #0f172a;
    --site-text-muted: #64748b;
    --site-bg: #ffffff;
    --site-bg-light: #f8fafc;
    --site-border: #e2e8f0;
}
body { font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; color: var(--site-text); -webkit-font-smoothing: antialiased; }

/* Header */
.st-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,0.97); backdrop-filter: blur(12px); border-bottom: 1px solid var(--site-border); box-shadow: 0 1px 3px rgba(0,0,0,0.05); }
.st-header-inner { max-width: 1152px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; height: 64px; padding: 0 1rem; }
.st-logo { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.st-logo-img { width: 42px; height: 42px; }
.st-logo-text .name { font-size: 1.125rem; font-weight: 700; color: var(--site-primary); }
.st-logo-text .sub { font-size: 0.75rem; font-weight: 500; color: var(--site-text-muted); }
.st-nav { display: flex; align-items: center; gap: 2rem; list-style: none; margin: 0; padding: 0; }
.st-nav a { font-size: 0.875rem; font-weight: 500; color: #475569; text-decoration: none; transition: color 0.2s; }
.st-nav a:hover { color: var(--site-accent); }
.st-btn { display: inline-flex; align-items: center; justify-content: center; padding: 10px 20px; border-radius: 8px; font-size: 0.875rem; font-weight: 600; text-decoration: none; transition: all 0.2s; cursor: pointer; border: none; gap: 6px; }
.st-btn-accent { background: linear-gradient(135deg, var(--site-accent), var(--site-primary)); color: white; box-shadow: 0 2px 8px rgba(0,0,0,0.15); }
.st-btn-accent:hover { box-shadow: 0 4px 12px rgba(0,0,0,0.2); transform: translateY(-1px); color: white; }
.st-btn-white { background: white; color: var(--site-primary); box-shadow: 0 2px 8px rgba(0,0,0,0.1); }
.st-btn-white:hover { background: #f8fafc; transform: translateY(-1px); color: var(--site-primary); }
.st-btn-outline { background: transparent; border: 2px solid rgba(255,255,255,0.3); color: white; }
.st-btn-outline:hover { background: rgba(255,255,255,0.1); color: white; }
.st-nav-toggle { display: none; background: none; border: none; cursor: pointer; padding: 8px; }
.st-nav-toggle svg { width: 24px; height: 24px; color: var(--site-text); fill: none; stroke: currentColor; stroke-width: 2; }
@media (max-width: 768px) {
    .st-nav, .st-header-cta { display: none; }
    .st-nav-toggle { display: block; }
    .st-nav.open { display: flex; flex-direction: column; position: absolute; top: 64px; left: 0; right: 0; background: white; padding: 1rem; border-bottom: 1px solid var(--site-border); box-shadow: 0 4px 6px rgba(0,0,0,0.1); gap: 0.75rem; }
}

/* Hero */
.st-hero { padding: 5rem 1rem 4rem; position: relative; overflow: hidden; }
.st-hero-inner { max-width: 800px; margin: 0 auto; text-align: center; position: relative; z-index: 1; }
.st-hero h1 { color: white; font-size: 2.5rem; font-weight: 800; line-height: 1.15; margin: 0 0 1rem; }
.st-hero h1 span { color: var(--site-accent); }
.st-hero-intro { color: rgba(255,255,255,0.8); font-size: 1.125rem; line-height: 1.7; margin: 0 0 2rem; max-width: 600px; margin-left: auto; margin-right: auto; }
.st-hero-buttons { display: flex; align-items: center; justify-content: center; gap: 1rem; flex-wrap: wrap; }
.st-hero-trust { margin-top: 2rem; display: flex; align-items: center; justify-content: center; gap: 2rem; color: rgba(255,255,255,0.5); font-size: 0.8125rem; }
@media (max-width: 768px) { .st-hero h1 { font-size: 1.75rem; } }

/* Features */
.st-features { padding: 5rem 1rem; background: var(--site-bg-light); }
.st-features-inner { max-width: 1152px; margin: 0 auto; }
.st-features h2 { text-align: center; font-size: 1.875rem; font-weight: 700; color: var(--site-primary); margin: 0 0 0.5rem; }
.st-features-sub { text-align: center; color: var(--site-text-muted); margin: 0 0 3rem; font-size: 1.0625rem; }
.st-features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
@media (max-width: 768px) { .st-features-grid { grid-template-columns: 1fr; } }
.st-feature-card { background: white; border: 1px solid var(--site-border); border-radius: 12px; padding: 0; overflow: hidden; transition: all 0.3s; }
.st-feature-card:hover { border-color: var(--site-accent); box-shadow: 0 8px 24px rgba(0,0,0,0.08); transform: translateY(-2px); }
.st-feature-card img { width: 100%; height: 180px; object-fit: cover; }
.st-feature-card-body { padding: 1.5rem; }
.st-feature-card h3 { font-size: 1.0625rem; font-weight: 600; color: var(--site-primary); margin: 0 0 0.5rem; }
.st-feature-card p { font-size: 0.875rem; color: var(--site-text-muted); line-height: 1.6; margin: 0; }

/* CTA */
.st-cta { text-align: center; padding: 5rem 1rem; }
.st-cta-inner { max-width: 700px; margin: 0 auto; }
.st-cta h2 { color: white; font-size: 1.875rem; font-weight: 700; margin: 0 0 0.75rem; }
.st-cta-desc { color: rgba(255,255,255,0.7); font-size: 1.125rem; margin: 0 0 2rem; }
.st-cta-buttons { display: flex; align-items: center; justify-content: center; gap: 1rem; flex-wrap: wrap; }

/* Footer */
.st-footer { background: #0f2424; color: white; }
.st-footer-inner { max-width: 1152px; margin: 0 auto; padding: 4rem 1rem; display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 3rem; }
@media (max-width: 768px) { .st-footer-inner { grid-template-columns: 1fr; } }
.st-footer-brand p { margin-top: 1rem; font-size: 0.875rem; color: rgba(255,255,255,0.6); line-height: 1.6; }
.st-footer-col h3 { font-size: 0.8125rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.05em; color: rgba(255,255,255,0.8); margin: 0 0 1rem; }
.st-footer-col ul { list-style: none; padding: 0; margin: 0; }
.st-footer-col ul li { margin-bottom: 0.75rem; }
.st-footer-col ul a { font-size: 0.875rem; color: rgba(255,255,255,0.5); text-decoration: none; transition: color 0.2s; }
.st-footer-col ul a:hover { color: var(--site-accent); }
.st-footer-bottom { max-width: 1152px; margin: 0 auto; padding: 2rem 1rem; border-top: 1px solid rgba(255,255,255,0.1); display: flex; align-items: center; justify-content: space-between; font-size: 0.8125rem; color: rgba(255,255,255,0.4); }
.st-footer-bottom p { margin: 0; }
@media (max-width: 640px) { .st-footer-bottom { flex-direction: column; gap: 0.5rem; } }

/* Content */
.site-content { max-width: 1152px; margin: 0 auto; padding: 2rem 1rem; }
.st-contact-form .form-group { margin-bottom: 1.25rem; }
.st-contact-form label { display: block; margin-bottom: 6px; font-weight: 600; font-size: 0.875rem; color: var(--site-primary); }
.st-contact-form input, .st-contact-form textarea { width: 100%; padding: 12px 14px; border: 1.5px solid var(--site-border); border-radius: 8px; font-size: 0.9375rem; transition: border-color 0.2s; box-sizing: border-box; }
.st-contact-form input:focus, .st-contact-form textarea:focus { outline: none; border-color: var(--site-accent); box-shadow: 0 0 0 3px rgba(0,0,0,0.05); }
.legal-content h2 { margin-top: 2.5em; padding-bottom: 0.5em; border-bottom: 1px solid var(--site-border); }
.legal-date { color: var(--site-text-muted); font-size: 0.875rem; }
h1, h2, h3, h4, h5, h6 { color: var(--site-primary); font-weight: 700; }
.entry-title a { color: var(--site-primary); text-decoration: none; }
.entry-title a:hover { color: var(--site-accent); }
.entry-content a { color: var(--site-accent); }
.wp-block-button__link, button[type="submit"], input[type="submit"] { background: linear-gradient(135deg, var(--site-accent), var(--site-primary)) !important; color: white !important; border: none; border-radius: 8px; padding: 12px 24px; font-weight: 600; transition: all 0.2s; }
.wp-block-button__link:hover, button[type="submit"]:hover { box-shadow: 0 4px 12px rgba(0,0,0,0.15); transform: translateY(-1px); }
.site-header, .site-footer { display: none !important; }
