:root {
    --primary: #6D4C41;
    --primary-dark: #4E342E;
    --primary-light: #8D6E63;
    --secondary: #1C2541;
    --accent: #D4A843;
    --text: #1C2541;
    --text-light: #6B7B8D;
    --background: #FDF6EC;
    --surface: #FFFFFF;
}

/* ── Editorial SEO ─────────────────────────────────────────── */
.section-editorial-seo {
    padding: 4rem 1.5rem;
    background: var(--surface);
}
.section-editorial-seo .container {
    max-width: 740px;
    margin: 0 auto;
}
.section-editorial-seo p {
    font-size: 1.08rem;
    line-height: 1.85;
    color: var(--text);
    margin-bottom: 1.5rem;
}
.section-editorial-seo p:last-child {
    margin-bottom: 0;
}
.section-editorial-seo a {
    color: var(--primary);
    text-decoration: underline;
    text-underline-offset: 3px;
}
.section-editorial-seo a:hover {
    color: var(--primary-dark);
}

/* ── Hero Grand Place ──────────────────────────────────────── */
.section-hero-grand-place {
    position: relative;
    min-height: 85vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: var(--secondary);
    color: #fff;
}
.hero-gp-bg {
    position: absolute;
    inset: 0;
    z-index: 1;
}
.hero-gp-bg picture,
.hero-gp-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.25;
}
.hero-gp-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(160deg, var(--secondary) 0%, rgba(28,37,65,0.7) 40%, rgba(184,134,11,0.2) 100%);
    z-index: 2;
}
.hero-gp-content {
    position: relative;
    z-index: 3;
    max-width: 720px;
    margin: 0 auto;
    padding: 5rem 1.5rem;
    text-align: center;
}
.hero-gp-ornament {
    width: 60px;
    height: 3px;
    background: var(--primary);
    margin: 0 auto 2rem;
    border-radius: 2px;
}
.hero-gp-content h1 {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: clamp(2.2rem, 5vw, 3.6rem);
    font-weight: 800;
    line-height: 1.15;
    margin-bottom: 1.5rem;
}
.hero-gp-content h1 em {
    font-style: normal;
    color: var(--primary-light);
}
.hero-gp-content p {
    font-size: 1.12rem;
    line-height: 1.7;
    color: rgba(255,255,255,0.82);
    margin-bottom: 2.5rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}
.hero-gp-actions {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}
.hero-gp-actions .btn-primary {
    background: var(--primary);
    color: #fff;
    padding: 0.9rem 2.2rem;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    transition: background 0.3s, transform 0.2s;
    letter-spacing: 0.02em;
}
.hero-gp-actions .btn-primary:hover {
    background: var(--primary-dark);
    transform: translateY(-2px);
}
.hero-gp-actions .btn-secondary {
    color: rgba(255,255,255,0.85);
    padding: 0.9rem 2.2rem;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    border: 2px solid rgba(255,255,255,0.25);
    transition: border-color 0.3s, color 0.3s, transform 0.2s;
}
.hero-gp-actions .btn-secondary:hover {
    border-color: var(--primary-light);
    color: #fff;
    transform: translateY(-2px);
}
.hero-gp-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, var(--primary), var(--accent), var(--primary));
    z-index: 4;
}

/* ── Nord Highlights ───────────────────────────────────────── */
.section-nord-highlights {
    padding: 5rem 1.5rem;
    background: var(--background);
}
.section-nord-highlights .container {
    max-width: 1100px;
    margin: 0 auto;
}
.section-nord-highlights .section-header {
    text-align: center;
    margin-bottom: 3.5rem;
}
.section-nord-highlights .section-header h2 {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: clamp(1.8rem, 3vw, 2.4rem);
    color: var(--text);
}
.highlights-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}
.highlight-card {
    background: var(--surface);
    border-radius: 12px;
    padding: 2.5rem 2rem;
    position: relative;
    border-left: 4px solid var(--primary);
    box-shadow: 0 4px 20px rgba(0,0,0,0.05);
    transition: transform 0.3s, box-shadow 0.3s;
}
.highlight-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 36px rgba(0,0,0,0.09);
}
.highlight-icon {
    font-size: 2rem;
    margin-bottom: 1rem;
    display: block;
}
.highlight-card h3 {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 1.25rem;
    margin-bottom: 0.8rem;
    color: var(--text);
}
.highlight-card p {
    font-size: 0.95rem;
    line-height: 1.65;
    color: var(--text-light);
}

/* ── Lille scène musicale ──────────────────────────────────── */
.section-lille-scene {
    background: var(--secondary);
    color: #fff;
    padding: 5rem 1.5rem;
    position: relative;
    overflow: hidden;
}
.section-lille-scene::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--primary), var(--accent), var(--primary));
}
.section-lille-scene::after {
    content: '';
    position: absolute;
    bottom: -100px;
    right: -100px;
    width: 350px;
    height: 350px;
    background: radial-gradient(circle, rgba(184,134,11,0.1), transparent 70%);
    border-radius: 50%;
}
.lille-scene-inner {
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.lille-scene-inner h2 {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: clamp(1.8rem, 3vw, 2.4rem);
    margin-bottom: 1rem;
    text-align: center;
}
.lille-scene-inner > p {
    max-width: 700px;
    margin: 0 auto 3rem;
    text-align: center;
    color: rgba(255,255,255,0.72);
    line-height: 1.7;
    font-size: 1.05rem;
}
.lille-stats {
    display: flex;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
}
.lille-stat {
    text-align: center;
    padding: 1.8rem 2.5rem;
    border-radius: 12px;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.08);
    backdrop-filter: blur(6px);
    min-width: 180px;
}
.lille-stat .stat-number {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 2.2rem;
    font-weight: 800;
    color: var(--primary-light);
    display: block;
    margin-bottom: 0.3rem;
}
.lille-stat .stat-label {
    font-size: 0.88rem;
    color: rgba(255,255,255,0.6);
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

/* ── Articles gazette ──────────────────────────────────────── */
.section-articles-gazette {
    padding: 5rem 1.5rem;
    background: var(--background);
}
.section-articles-gazette .container {
    max-width: 1100px;
    margin: 0 auto;
}
.section-articles-gazette .section-header {
    text-align: center;
    margin-bottom: 3rem;
}
.section-articles-gazette .section-header h2 {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: clamp(1.8rem, 3vw, 2.4rem);
    color: var(--text);
}
.section-articles-gazette .section-header p {
    color: var(--text-light);
    margin-top: 0.5rem;
}
.gazette-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
}
.gazette-card {
    display: flex;
    align-items: stretch;
    background: var(--surface);
    border-radius: 12px;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    box-shadow: 0 2px 16px rgba(0,0,0,0.05);
    transition: transform 0.3s, box-shadow 0.3s;
}
.gazette-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 36px rgba(0,0,0,0.1);
}
.gazette-card-img {
    flex: 0 0 140px;
    overflow: hidden;
}
.gazette-card-img picture,
.gazette-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.gazette-card-body {
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.gazette-card-body h3 {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 1.1rem;
    color: var(--text);
    margin-bottom: 0.5rem;
    line-height: 1.35;
}
.gazette-card-body p {
    font-size: 0.88rem;
    line-height: 1.55;
    color: var(--text-light);
}

/* ── CTA Invitation ────────────────────────────────────────── */
.section-cta-invitation {
    padding: 5rem 1.5rem;
    background: var(--background);
}
.cta-invitation-card {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
    background: var(--surface);
    padding: 4rem 3rem;
    border-radius: 16px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 12px 48px rgba(0,0,0,0.08);
    border-top: 5px solid var(--primary);
}
.cta-invitation-card h2 {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: clamp(1.6rem, 3vw, 2.2rem);
    margin-bottom: 1rem;
    color: var(--text);
}
.cta-invitation-card p {
    font-size: 1.05rem;
    color: var(--text-light);
    margin-bottom: 2rem;
    line-height: 1.65;
}
.cta-invitation-card .btn-cta {
    display: inline-block;
    background: var(--primary);
    color: #fff;
    padding: 1rem 2.5rem;
    border-radius: 6px;
    font-weight: 700;
    text-decoration: none;
    transition: background 0.3s, transform 0.2s;
    letter-spacing: 0.02em;
}
.cta-invitation-card .btn-cta:hover {
    background: var(--primary-dark);
    transform: translateY(-3px);
}

/* ── Responsive ────────────────────────────────────────────── */
@media (max-width: 768px) {
    .highlights-grid { grid-template-columns: 1fr; gap: 1.5rem; }
    .lille-stats { flex-direction: column; align-items: center; gap: 1rem; }
    .lille-stat { width: 100%; max-width: 300px; }
    .gazette-grid { grid-template-columns: 1fr; }
    .gazette-card-img { flex: 0 0 100px; }
    .cta-invitation-card { padding: 3rem 1.5rem; }
    .hero-gp-content { padding: 6rem 1.5rem 4rem; }
}
