
/* ============================================================
   A - LAG EXP MTO — Timeline client D V4
   Direction validée. Ordre 8.Gravure / 9.Conditionnement.
   ============================================================ */

.gw-mto-timeline-wrap {
    background: #FFFDF9;
    color: #1a1612;
    font-family: 'DM Sans', system-ui, -apple-system, sans-serif;
    padding: 20px 0;
}

.gw-mto-fab-list { display: grid; gap: 12px; }
.gw-mto-fab-card {
    display: block;
    background: #fff;
    border: 1px solid #E8E2DA;
    border-left: 4px solid #C5A55A;
    border-radius: 8px;
    padding: 16px 20px;
    text-decoration: none;
    color: inherit;
    transition: transform .2s, box-shadow .2s;
}
.gw-mto-fab-card:hover { transform: translateX(2px); box-shadow: 0 4px 12px rgba(0,0,0,0.06); }
.gw-mto-fab-name { font-family: Georgia, serif; font-size: 18px; font-weight: 600; }
.gw-mto-fab-progress { font-size: 12px; color: #8A7E72; margin-top: 4px; }

/* BANDEAU PARCOURS HAUT */
.gw-mto-progress-bar {
    display: flex; align-items: center; justify-content: space-between;
    background: #FFFDF9;
    padding: 22px 12px;
    border-bottom: 1px solid #E8E2DA;
    margin-bottom: 30px;
    overflow-x: auto;
}
.gw-mto-pb-step {
    display: flex; flex-direction: column; align-items: center;
    flex-shrink: 0; min-width: 70px;
}
.gw-mto-pb-circle {
    width: 36px; height: 36px;
    border-radius: 50%;
    border: 2px solid #E8E2DA;
    background: #fff;
    display: flex; align-items: center; justify-content: center;
    font-weight: 700;
    color: #8A7E72;
    transition: all .2s;
}
.gw-mto-pb-step.done .gw-mto-pb-circle { background: #2E7D32; border-color: #2E7D32; color: #fff; }
.gw-mto-pb-step.current .gw-mto-pb-circle { background: #1a1612; border-color: #C5A55A; color: #C5A55A; box-shadow: 0 0 0 4px rgba(197,165,90,0.18); }
.gw-mto-pb-num { font-size: 14px; }
.gw-mto-pb-check { font-size: 16px; }
.gw-mto-pb-label {
    margin-top: 8px;
    font-size: 10px;
    color: #8A7E72;
    text-align: center;
    line-height: 1.2;
    max-width: 80px;
}
.gw-mto-pb-step.current .gw-mto-pb-label { color: #1a1612; font-weight: 700; }
.gw-mto-pb-step.done .gw-mto-pb-label { color: #2E7D32; }
.gw-mto-pb-line {
    flex: 1; height: 2px; background: #E8E2DA; min-width: 12px;
    align-self: center; margin: -22px 4px 0;
}
.gw-mto-pb-line.done { background: #C5A55A; }

/* INTRO JOURNAL */
.gw-mto-intro {
    text-align: center;
    max-width: 640px;
    margin: 0 auto 36px;
    padding: 0 20px;
}
.gw-mto-intro-tag {
    font-size: 11px; letter-spacing: 3px; color: #C5A55A;
    text-transform: uppercase; font-weight: 700; margin-bottom: 14px;
}
.gw-mto-intro-title {
    font-family: Georgia, 'Cormorant Garamond', serif;
    font-size: 32px; font-weight: 600; color: #1a1612;
    line-height: 1.2; margin: 0 0 16px;
}
.gw-mto-intro-quote {
    font-style: italic; color: #C5A55A;
    font-size: 14px; line-height: 1.6;
}

/* TIMELINE NARRATIVE */
.gw-mto-narrative {
    max-width: 720px; margin: 0 auto;
    padding: 0 20px;
    position: relative;
}
.gw-mto-narrative::before {
    content: ""; position: absolute; left: 90px; top: 16px; bottom: 16px;
    width: 1px; background: #E8E2DA;
}
.gw-mto-narrative-step {
    display: flex; gap: 24px; align-items: flex-start;
    margin-bottom: 28px;
    position: relative;
}
.gw-mto-narrative-photo {
    width: 140px; height: 100px;
    background: #C5A55A;
    border-radius: 6px;
    overflow: hidden;
    flex-shrink: 0;
    position: relative;
    display: flex; align-items: center; justify-content: center;
}
.gw-mto-narrative-photo img { width: 100%; height: 100%; object-fit: cover; }
.gw-mto-photo-placeholder {
    color: #FFFDF9;
    font-size: 10px; letter-spacing: 1.5px;
    font-weight: 700; text-transform: uppercase;
    text-align: center; padding: 0 8px;
}
.gw-mto-badge {
    position: absolute; top: -8px; left: 8px;
    padding: 4px 10px;
    font-size: 9px; letter-spacing: 1.5px; font-weight: 700;
    border-radius: 3px; text-transform: uppercase;
    z-index: 2;
}
.gw-mto-badge.done { background: #2E7D32; color: #fff; }
.gw-mto-badge.current { background: #1a1612; color: #C5A55A; }

.gw-mto-narrative-content { flex: 1; padding-top: 4px; }
.gw-mto-step-meta {
    font-size: 10px; letter-spacing: 2px; font-weight: 700;
    color: #C5A55A; text-transform: uppercase;
    margin-bottom: 6px;
}
.gw-mto-step-title {
    font-family: Georgia, 'Cormorant Garamond', serif;
    font-size: 22px; font-weight: 700; color: #1a1612;
    margin: 0 0 8px; line-height: 1.2;
}
.gw-mto-step-desc {
    font-size: 14px; color: #5A5550; line-height: 1.6;
    margin: 0 0 8px;
}
.gw-mto-step-date { font-size: 12px; color: #8A7E72; }
.gw-mto-step-date strong { color: #1a1612; }

.gw-mto-narrative-step.is-future .gw-mto-narrative-photo { opacity: 0.45; }
.gw-mto-narrative-step.is-future .gw-mto-step-title,
.gw-mto-narrative-step.is-future .gw-mto-step-desc { opacity: 0.7; }

/* DIAMANT SÉPARATEUR */
.gw-mto-diamond-sep {
    text-align: center;
    color: #C5A55A;
    font-size: 18px;
    margin: 40px 0 32px;
}

/* ÉQUIPE */
.gw-mto-equipe {
    background: #1a1612;
    color: #FFFDF9;
    padding: 36px 24px;
    text-align: center;
    border-radius: 8px;
    max-width: 720px;
    margin: 0 auto 32px;
}
.gw-mto-equipe-tag {
    font-size: 10px; letter-spacing: 3px; color: #C5A55A;
    text-transform: uppercase; font-weight: 700; margin-bottom: 12px;
}
.gw-mto-equipe-title {
    font-family: Georgia, 'Cormorant Garamond', serif;
    font-size: 28px; font-weight: 600;
    color: #FFFDF9;
    margin: 0 0 22px;
}
.gw-mto-equipe-photo-wrap {
    background: #1a1612;
    border-radius: 6px;
    overflow: hidden;
    max-width: 600px;
    margin: 0 auto 22px;
    line-height: 0;
}
.gw-mto-equipe-photo-wrap img {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
}
.gw-mto-equipe-quote {
    font-family: Georgia, serif; font-style: italic;
    font-size: 18px; color: #C5A55A;
    margin: 0 0 14px; line-height: 1.5;
}
.gw-mto-equipe-text {
    font-size: 13px; color: rgba(255, 253, 249, 0.85);
    line-height: 1.6;
    max-width: 540px; margin: 0 auto;
}

/* LIVRAISON */
.gw-mto-delivery-block {
    text-align: center;
    background: #FFFDF9;
    border: 1px solid #E8E2DA;
    border-radius: 8px;
    padding: 24px;
    max-width: 360px;
    margin: 0 auto 32px;
}
.gw-mto-delivery-label {
    font-size: 10px; letter-spacing: 2px; font-weight: 700;
    color: #8A7E72; text-transform: uppercase;
}
.gw-mto-delivery-date {
    font-family: Georgia, serif; font-size: 26px;
    color: #1a1612; font-weight: 700;
    margin: 6px 0 4px;
}
.gw-mto-delivery-order { font-size: 12px; color: #8A7E72; }

/* RESPONSIVE */
@media (max-width: 600px) {
    .gw-mto-narrative::before { display: none; }
    .gw-mto-narrative-step { flex-direction: column; gap: 12px; }
    .gw-mto-narrative-photo { width: 100%; height: 180px; }
    .gw-mto-pb-label { display: none; }
    .gw-mto-pb-step { min-width: 0; }
    .gw-mto-progress-bar { padding: 16px 8px; }
    .gw-mto-intro-title { font-size: 24px; }
    .gw-mto-step-title { font-size: 18px; }
    .gw-mto-equipe { padding: 24px 16px; }
}
