/* ════ Badge centenaire premium ════ */
.dcf-home-badge {
    display: inline-flex; align-items: center; gap: 0.75rem;
    padding: 0.5rem 1.2rem 0.5rem 0.5rem;
    background: linear-gradient(135deg, rgba(201,168,64,0.15) 0%, rgba(201,168,64,0.08) 100%);
    border: 1px solid rgba(201,168,64,0.35);
    border-radius: 9999px;
    color: #c9a840;
    text-decoration: none;
    margin-bottom: 1rem;
    transition: all 0.25s ease;
    box-shadow: 0 2px 12px rgba(201,168,64,0.08);
}
.dcf-home-badge:hover {
    background: linear-gradient(135deg, rgba(201,168,64,0.25) 0%, rgba(201,168,64,0.15) 100%);
    border-color: rgba(201,168,64,0.6);
    transform: translateY(-1px);
    box-shadow: 0 6px 24px rgba(201,168,64,0.18);
}
.dcf-home-badge__year {
    display: flex; align-items: center; justify-content: center;
    width: 36px; height: 36px; border-radius: 50%;
    background: linear-gradient(135deg, #c9a840, #d4af37);
    color: #1a1a2e;
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-weight: 700; font-size: 1.05rem; line-height: 1;
    flex-shrink: 0;
}
.dcf-home-badge__text {
    display: flex; flex-direction: column; line-height: 1.1;
}
.dcf-home-badge__t1 {
    font-size: 0.62rem; font-weight: 700;
    text-transform: uppercase; letter-spacing: 0.14em;
    opacity: 0.9;
}
.dcf-home-badge__t2 {
    font-size: 0.74rem; font-weight: 700;
    margin-top: 1px;
}
.dcf-home-badge__arrow {
    width: 14px; height: 14px;
    transition: transform 0.2s ease;
}
.dcf-home-badge:hover .dcf-home-badge__arrow { transform: translateX(3px); }

/* ════ Chiffres clés premium ════ */
.dcf-home-stats {
    position: relative;
    background: linear-gradient(180deg, #fdfcfa 0%, #faf7ec 100%);
    border-bottom: 1px solid #e8e3d9;
    padding: 4rem 0 4.5rem;
    overflow: hidden;
}
.dcf-home-stats::before {
    content: ''; position: absolute; top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    width: 800px; height: 400px;
    background: radial-gradient(ellipse, rgba(201,168,64,0.06), transparent 65%);
    pointer-events: none;
}
.dcf-home-stats__grid {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem 1.5rem;
    max-width: 80rem;
    margin: 0 auto;
}
@media (min-width: 768px) {
    .dcf-home-stats__grid { grid-template-columns: repeat(4, 1fr); }
}
.dcf-home-stat {
    text-align: center;
    position: relative;
    padding: 0 0.5rem;
}
.dcf-home-stat:not(:last-child)::after {
    content: '';
    position: absolute; top: 10%; right: -0.75rem;
    width: 1px; height: 80%;
    background: linear-gradient(180deg, transparent, rgba(201,168,64,0.3), transparent);
    display: none;
}
@media (min-width: 768px) {
    .dcf-home-stat:not(:last-child)::after { display: block; }
}
.dcf-home-stat__v {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: clamp(3rem, 6vw, 4.5rem);
    font-weight: 700;
    line-height: 1;
    background: linear-gradient(135deg, #c9a840 0%, #b8932f 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: -0.02em;
}
.dcf-home-stat__l {
    font-size: 0.78rem; font-weight: 700;
    text-transform: uppercase; letter-spacing: 0.14em;
    color: #1a1a2e;
    margin-top: 0.85rem;
}
.dcf-home-stat__sub {
    font-size: 0.78rem; color: #6b6560;
    margin-top: 0.3rem;
    font-style: italic;
    font-family: 'Cormorant Garamond', Georgia, serif;
}

/* ════ Section "Notre héritage" — timeline 100 ans ════ */
.dcf-heritage {
    position: relative;
    background: linear-gradient(180deg, #0f0f1a 0%, #1a1a2e 60%, #2c2c54 100%);
    color: #fff;
    padding: 5rem 0;
    overflow: hidden;
}
.dcf-heritage::before {
    content: ''; position: absolute; inset: 0; pointer-events: none;
    background: radial-gradient(circle at 80% 20%, rgba(201,168,64,0.12), transparent 50%),
                radial-gradient(circle at 20% 80%, rgba(201,168,64,0.06), transparent 50%);
}
.dcf-heritage__inner {
    position: relative; max-width: 72rem; margin: 0 auto; padding: 0 1.5rem;
}
.dcf-heritage__header { text-align: center; margin-bottom: 4rem; }
.dcf-heritage__kicker {
    font-size: 0.72rem; font-weight: 700; color: #c9a840;
    text-transform: uppercase; letter-spacing: 0.2em; margin-bottom: 0.6rem;
}
.dcf-heritage__title {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: clamp(2rem, 4.5vw, 3.2rem);
    font-weight: 700; line-height: 1.05;
    color: #fff; margin: 0 0 0.8rem;
}
.dcf-heritage__title em { font-style: italic; color: #c9a840; }
.dcf-heritage__intro {
    max-width: 38rem; margin: 0 auto;
    color: rgba(255,255,255,0.72);
    font-size: 0.98rem; line-height: 1.6;
}

/* Timeline */
.dcf-heritage__line {
    position: relative;
    margin-top: 3rem;
}
.dcf-heritage__line::before {
    content: '';
    position: absolute; left: 8px; top: 1rem; bottom: 1rem;
    width: 2px;
    background: linear-gradient(180deg, transparent, rgba(201,168,64,0.6) 10%, rgba(201,168,64,0.6) 90%, transparent);
}
@media (min-width: 768px) {
    .dcf-heritage__line::before { left: 50%; transform: translateX(-50%); }
}
.dcf-heritage__item {
    position: relative;
    margin-bottom: 2.8rem;
    padding-left: 3rem;
}
@media (min-width: 768px) {
    .dcf-heritage__item {
        padding-left: 0;
        display: grid;
        grid-template-columns: 1fr 80px 1fr;
        grid-template-rows: 1fr;
        gap: 2rem;
        align-items: center;
    }
}
.dcf-heritage__dot {
    position: absolute; left: 0; top: 0.6rem;
    width: 18px; height: 18px; border-radius: 50%;
    background: #c9a840;
    box-shadow: 0 0 0 4px #1a1a2e, 0 0 0 5px rgba(201,168,64,0.4);
}
@media (min-width: 768px) {
    .dcf-heritage__dot {
        position: relative; left: auto; top: auto;
        grid-column: 2; grid-row: 1;
        justify-self: center; align-self: center;
        margin-top: 0;
    }
}
.dcf-heritage__year-block { display: block; }
.dcf-heritage__event { display: block; }
.dcf-heritage__year {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 2.5rem; font-weight: 700;
    color: #c9a840;
    line-height: 1;
    margin: 0 0 0.4rem;
}
.dcf-heritage__event-title {
    font-family: 'Figtree', system-ui, sans-serif;
    font-size: 1.05rem; font-weight: 700; color: #fff;
    margin: 0 0 0.4rem;
}
.dcf-heritage__event-desc {
    color: rgba(255,255,255,0.7);
    font-size: 0.88rem; line-height: 1.55;
    margin: 0;
}
@media (min-width: 768px) {
    .dcf-heritage__item:nth-child(odd) .dcf-heritage__event       { grid-column: 1; grid-row: 1; text-align: right; }
    .dcf-heritage__item:nth-child(odd) .dcf-heritage__year-block  { grid-column: 3; grid-row: 1; text-align: left; }
    .dcf-heritage__item:nth-child(even) .dcf-heritage__year-block { grid-column: 1; grid-row: 1; text-align: right; }
    .dcf-heritage__item:nth-child(even) .dcf-heritage__event      { grid-column: 3; grid-row: 1; text-align: left; }
}
.dcf-heritage__cta {
    text-align: center; margin-top: 3rem;
}
.dcf-heritage__cta-btn {
    display: inline-flex; align-items: center; gap: 0.5rem;
    padding: 0.85rem 1.8rem;
    background: linear-gradient(135deg, #c9a840, #d4af37);
    color: #1a1a2e; font-weight: 700; font-size: 0.92rem;
    border-radius: 9999px; text-decoration: none;
    box-shadow: 0 6px 24px rgba(201,168,64,0.3);
    transition: all 0.2s;
}
.dcf-heritage__cta-btn:hover {
    transform: translateY(-1px) translateX(2px);
    box-shadow: 0 10px 28px rgba(201,168,64,0.45);
}
.dcf-heritage__cta-btn svg { width: 16px; height: 16px; }
