 /* ═══════════════════════════════════════════════════════
     DESIGN TOKENS — reprend l'identité DCVisuals
  ═══════════════════════════════════════════════════════ */
  :root {
    --amber: #c8912a;
    --amber-light: rgba(200,145,42,.12);
    --amber-border: rgba(200,145,42,.22);
    --t1: #f0ede8;
    --t2: #9aa4b0;
    --t3: #4a5260;
    --raised: #0d1118;
    --surface: #080c10;
    --br: rgba(255,255,255,.07);
    --ffm: 'DM Mono', monospace;
    --ffd: 'Syne', sans-serif;
    --ffb: 'DM Sans', sans-serif;
    --r: 14px;
    --r-lg: 20px;
  }
 
  /* ═══════════════════════════════════════════════════════
     COMPOSANT 1 — FULL CASE STUDY (page formation)
  ═══════════════════════════════════════════════════════ */
  .tc-case {
    background: var(--raised);
    border: 1px solid var(--br);
    border-radius: var(--r-lg);
    overflow: hidden;
    max-width: 1180px;
    margin: 0 auto;
  }
 
  /* Bande hero */
  .tc-hero-band {
    display: grid;
    grid-template-columns: 1fr 340px;
    gap: 0;
    min-height: 260px;
  }
  .tc-hero-copy {
    padding: 36px 36px 28px;
    background: linear-gradient(120deg, rgba(200,145,42,.06) 0%, transparent 60%);
    border-right: 1px solid var(--br);
    display: flex; flex-direction: column; justify-content: center;
  }
  .tc-hero-copy h2 {
    font-size: clamp(1.4rem, 2.5vw, 2rem);
    font-weight: 800; letter-spacing: -.03em;
    line-height: 1.1; margin-bottom: 14px;
  }
  .tc-hero-copy h2 em {
    font-style: normal; color: var(--amber);
  }
  .tc-hero-copy p {
    font-size: .9rem; color: var(--t2); line-height: 1.75;
    max-width: 520px; margin-bottom: 20px;
  }
  .tc-meta-row {
    display: flex; gap: 20px; flex-wrap: wrap;
  }
  .tc-meta-item {
    font-family: var(--ffm); font-size: .6rem; letter-spacing: .08em;
    text-transform: uppercase; color: var(--t3);
    display: flex; align-items: center; gap: 6px;
  }
  .tc-meta-item strong { color: var(--t2); }
 
  /* Photo profil */
  .tc-photo-col {
    position: relative; overflow: hidden;
    background: #030508;
  }
  .tc-photo-col img {
    width: 100%; height: 100%;
    object-fit: cover; object-position: center top;
    display: block;
    filter: grayscale(15%);
    transition: filter .4s ease;
  }
  .tc-photo-col:hover img { filter: grayscale(0%); }
  .tc-photo-overlay {
    position: absolute; bottom: 0; left: 0; right: 0;
    padding: 28px 18px 16px;
    background: linear-gradient(transparent, rgba(0,0,0,.9));
  }
  .tc-photo-name {
    font-family: var(--ffd); font-size: 1rem; font-weight: 700;
    color: var(--t1); margin-bottom: 2px;
  }
  .tc-photo-role {
    font-family: var(--ffm); font-size: .58rem; letter-spacing: .06em;
    color: var(--t2);
  }
 
  /* Stats band */
  .tc-stats-band {
    display: grid; grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid var(--br);
  }
  .tc-stat {
    padding: 20px 24px; text-align: center;
    border-right: 1px solid var(--br);
  }
  .tc-stat:last-child { border-right: none; }
  .tc-stat-val {
    font-family: var(--ffd); font-size: 1.8rem; font-weight: 800;
    color: var(--amber); line-height: 1; margin-bottom: 4px;
  }
  .tc-stat-lbl {
    font-family: var(--ffm); font-size: .56rem; letter-spacing: .1em;
    text-transform: uppercase; color: var(--t3);
  }
 
  /* Avant / après / quotes */
  .tc-body { padding: 28px 36px 32px; }
  .tc-transformation {
    display: grid; grid-template-columns: 1fr 1fr; gap: 14px;
    margin-bottom: 24px;
  }
  .tc-col-before, .tc-col-after {
    border-radius: var(--r); padding: 20px 22px;
  }
  .tc-col-before {
    background: rgba(255,255,255,.02);
    border: 1px solid rgba(255,255,255,.06);
  }
  .tc-col-after {
    background: rgba(200,145,42,.04);
    border: 1px solid var(--amber-border);
  }
  .tc-col-label {
    font-family: var(--ffm); font-size: .56rem; letter-spacing: .1em;
    text-transform: uppercase; margin-bottom: 12px;
    display: flex; align-items: center; gap: 7px;
  }
  .tc-col-before .tc-col-label { color: var(--t3); }
  .tc-col-after .tc-col-label { color: var(--amber); }
  .tc-col-label::before {
    content: ''; width: 8px; height: 8px; border-radius: 50%; flex-shrink: 0;
  }
  .tc-col-before .tc-col-label::before { background: rgba(255,255,255,.15); }
  .tc-col-after .tc-col-label::before { background: var(--amber); }
  .tc-col-items { list-style: none; display: flex; flex-direction: column; gap: 7px; }
  .tc-col-items li {
    font-size: .83rem; color: var(--t2); line-height: 1.5;
    display: flex; align-items: flex-start; gap: 9px;
  }
  .tc-col-items li::before {
    content: '—'; font-family: var(--ffm); flex-shrink: 0;
    margin-top: 1px;
  }
  .tc-col-before .tc-col-items li::before { color: var(--t3); }
  .tc-col-after .tc-col-items li::before { color: var(--amber); }
 
  /* Citation longue */
  .tc-quote-full {
    position: relative; padding: 22px 26px 22px 32px;
    background: rgba(255,255,255,.02); border: 1px solid rgba(255,255,255,.05);
    border-left: 2px solid var(--amber); border-radius: 0 var(--r) var(--r) 0;
    margin-bottom: 20px;
  }
  .tc-quote-full blockquote {
    font-size: .9rem; color: var(--t2); line-height: 1.85;
    font-style: italic;
  }
  .tc-quote-full cite {
    display: block; margin-top: 10px;
    font-family: var(--ffm); font-size: .6rem; letter-spacing: .08em;
    text-transform: uppercase; color: var(--t3); font-style: normal;
  }
 
  /* Avant/après image */
  .tc-ba-image {
    border-radius: var(--r); overflow: hidden;
    border: 1px solid rgba(255,255,255,.06);
    display: flex; gap: 0; margin-top: 20px;
  }
  .tc-ba-half { flex: 1; position: relative; }
  .tc-ba-half img { display: block; width: 100%; height: 220px; object-fit: cover; object-position: center; }
  .tc-ba-tag {
    position: absolute; top: 10px; left: 10px;
    font-family: var(--ffm); font-size: .56rem; letter-spacing: .09em;
    text-transform: uppercase; padding: 4px 8px; border-radius: 4px;
  }
  .tc-ba-tag.avant {
    background: rgba(0,0,0,.6); border: 1px solid rgba(255,255,255,.12); color: var(--t2);
  }
  .tc-ba-tag.apres {
    background: rgba(200,145,42,.2); border: 1px solid rgba(200,145,42,.4); color: var(--amber);
  }
  .tc-ba-caption {
    position: absolute; bottom: 0; left: 0; right: 0;
    padding: 24px 10px 8px;
    background: linear-gradient(transparent, rgba(0,0,0,.8));
    font-family: var(--ffm); font-size: .56rem; color: var(--t2);
    text-align: center;
  }
  .tc-ba-divider {
    width: 2px; background: rgba(0,0,0,.8); flex-shrink: 0; position: relative;
  }
  .tc-ba-divider::after {
    content: '→'; position: absolute; top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    background: var(--raised); color: var(--amber);
    font-family: var(--ffm); font-size: .7rem;
    width: 22px; height: 22px; border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    border: 1px solid var(--amber-border);
  }
 
 
  /* ═══════════════════════════════════════════════════════
     COMPOSANT 2 — QUOTE CARD (sidebar / landing)
  ═══════════════════════════════════════════════════════ */
  .tc-quote-card {
    background: linear-gradient(135deg, rgba(200,145,42,.06) 0%, var(--raised) 60%);
    border: 1px solid var(--amber-border);
    border-radius: var(--r-lg); padding: 28px 28px 24px;
    max-width: 680px;
  }
  .tc-qc-stars {
    display: flex; gap: 3px; margin-bottom: 16px;
  }
  .tc-qc-star {
    width: 14px; height: 14px; background: var(--amber); border-radius: 2px;
    clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
  }
  .tc-qc-text {
    font-size: .95rem; color: var(--t1); line-height: 1.85;
    font-style: italic; margin-bottom: 18px;
  }
  .tc-qc-text em { font-style: normal; color: var(--amber); font-weight: 500; }
  .tc-qc-author {
    display: flex; align-items: center; gap: 12px;
    padding-top: 16px; border-top: 1px solid rgba(255,255,255,.06);
  }
  .tc-qc-avatar {
    width: 44px; height: 44px; border-radius: 50%;
    overflow: hidden; flex-shrink: 0;
    border: 2px solid var(--amber-border);
  }
  .tc-qc-avatar img { width: 100%; height: 100%; object-fit: cover; }
  .tc-qc-author-info { flex: 1; }
  .tc-qc-name {
    font-family: var(--ffd); font-size: .9rem; font-weight: 700;
    color: var(--t1); margin-bottom: 1px;
  }
  .tc-qc-role {
    font-family: var(--ffm); font-size: .56rem; letter-spacing: .07em;
    text-transform: uppercase; color: var(--t3);
  }
  .tc-qc-duration {
    font-family: var(--ffm); font-size: .58rem; letter-spacing: .06em;
    text-transform: uppercase; color: var(--amber);
    background: var(--amber-light); border: 1px solid var(--amber-border);
    padding: 4px 10px; border-radius: 4px;
  }
 
 
  /* ═══════════════════════════════════════════════════════
     COMPOSANT 3 — MINI CARD (grille témoignages)
  ═══════════════════════════════════════════════════════ */
  .tc-mini {
    background: var(--raised); border: 1px solid var(--br);
    border-radius: var(--r-lg); padding: 22px 22px 20px;
    max-width: 380px;
    transition: border-color .2s;
  }
  .tc-mini:hover { border-color: var(--amber-border); }
  .tc-mini-header {
    display: flex; align-items: center; gap: 12px; margin-bottom: 14px;
  }
  .tc-mini-avatar {
    width: 40px; height: 40px; border-radius: 50%; overflow: hidden;
    border: 1.5px solid var(--amber-border); flex-shrink: 0;
  }
  .tc-mini-avatar img { width: 100%; height: 100%; object-fit: cover; }
  .tc-mini-name {
    font-family: var(--ffd); font-size: .88rem; font-weight: 700;
    color: var(--t1); margin-bottom: 1px;
  }
  .tc-mini-role {
    font-family: var(--ffm); font-size: .55rem; letter-spacing: .06em;
    text-transform: uppercase; color: var(--t3);
  }
  .tc-mini-badge {
    margin-left: auto; font-family: var(--ffm); font-size: .52rem;
    letter-spacing: .07em; text-transform: uppercase;
    background: var(--amber-light); border: 1px solid var(--amber-border);
    color: var(--amber); padding: 3px 7px; border-radius: 3px; flex-shrink: 0;
  }
  .tc-mini-text {
    font-size: .84rem; color: var(--t2); line-height: 1.75;
    font-style: italic; margin-bottom: 14px;
  }
  .tc-mini-text em { font-style: normal; color: var(--t1); }
  .tc-mini-footer {
    display: flex; justify-content: space-between; align-items: center;
    padding-top: 12px; border-top: 1px solid rgba(255,255,255,.05);
  }
  .tc-mini-stat {
    font-family: var(--ffm); font-size: .6rem; letter-spacing: .06em;
    text-transform: uppercase; color: var(--t3);
  }
  .tc-mini-stat strong { color: var(--amber); font-size: .72rem; }
 
 
  /* ═══════════════════════════════════════════════════════
     COMPOSANT 4 — INLINE PULL-QUOTE (page formation, entre deux sections)
  ═══════════════════════════════════════════════════════ */
  .tc-pullquote {
    display: grid; grid-template-columns: auto 1fr;
    gap: 0; border-radius: var(--r-lg); overflow: hidden;
    border: 1px solid var(--br);
  }
  .tc-pq-accent {
    width: 4px;
    background: linear-gradient(180deg, var(--amber) 0%, rgba(200,145,42,.2) 100%);
  }
  .tc-pq-body {
    padding: 24px 28px;
    background: linear-gradient(90deg, rgba(200,145,42,.04) 0%, var(--raised) 50%);
    display: flex; align-items: center; gap: 24px;
  }
  .tc-pq-avatar-wrap { flex-shrink: 0; }
  .tc-pq-avatar {
    width: 52px; height: 52px; border-radius: 50%; overflow: hidden;
    border: 2px solid var(--amber-border);
  }
  .tc-pq-avatar img { width: 100%; height: 100%; object-fit: cover; }
  .tc-pq-content { flex: 1; }
  .tc-pq-quote {
    font-size: .95rem; color: var(--t1); line-height: 1.8;
    font-style: italic; margin-bottom: 10px;
  }
  .tc-pq-quote em { font-style: normal; color: var(--amber); }
  .tc-pq-byline {
    display: flex; align-items: center; gap: 12px; flex-wrap: wrap;
  }
  .tc-pq-name {
    font-family: var(--ffd); font-size: .82rem; font-weight: 700; color: var(--t1);
  }
  .tc-pq-role-txt {
    font-family: var(--ffm); font-size: .56rem; letter-spacing: .07em;
    text-transform: uppercase; color: var(--t3);
  }
  .tc-pq-hours {
    font-family: var(--ffm); font-size: .56rem; letter-spacing: .08em;
    text-transform: uppercase; color: var(--amber);
    background: var(--amber-light); padding: 2px 8px; border-radius: 3px;
    border: 1px solid var(--amber-border);
  }
 
 
  /* ═══════════════════════════════════════════════════════
     RESPONSIVE
  ═══════════════════════════════════════════════════════ */
  @media (max-width: 860px) {
    .tc-hero-band { grid-template-columns: 1fr; }
    .tc-photo-col { min-height: 220px; border-right: none; border-top: 1px solid var(--br); }
    .tc-transformation { grid-template-columns: 1fr; }
    .tc-pq-body { flex-direction: column; gap: 14px; }
    .tc-pq-avatar-wrap { display: none; }
  }
  @media (max-width: 600px) {
    .tc-stats-band { grid-template-columns: 1fr; }
    .tc-stat { border-right: none; border-bottom: 1px solid var(--br); }
    .tc-stat:last-child { border-bottom: none; }
    .tc-body { padding: 20px 18px 24px; }
    .tc-hero-copy { padding: 24px 18px 20px; }
    .tc-ba-image { flex-direction: column; }
    .tc-ba-divider { width: 100%; height: 2px; }
    .tc-ba-divider::after { top: 50%; left: 50%; transform: translate(-50%,-50%) rotate(90deg); }
  }
