/* Or & Argent — DA négoce (inspirée achat-or-et-argent.fr) */

:root {
    --noir: #141414;
    --noir-900: #1c1c1c;
    --noir-800: #262626;
    --noir-700: #333333;
    --or: #c9a227;
    --or-hover: #a8861e;
    --or-soft: #faf6eb;
    --argent: #8b95a5;
    --argent-light: #c8cdd4;
    --argent-soft: #f0f2f5;
    --page: #f4f3ef;
    --panel: #ffffff;
    --panel-2: #fafaf8;
    --border: #ddd9d0;
    --border-dark: #3a3a3a;
    --text: #1a1a1a;
    --muted: #5c5c5c;
    --muted-light: #888;
    --up: #0d7a4d;
    --up-bg: #e6f5ef;
    --down: #c0392b;
    --down-bg: #fdeeed;
    --sans: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
    --mono: "IBM Plex Mono", "Consolas", monospace;
    --pad: clamp(16px, 4vw, 48px);
    --radius: 3px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
    background: var(--page);
    color: var(--text);
    font-family: var(--sans);
    font-size: 0.9375rem;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}

a { color: var(--or-hover); text-decoration: none; }
a:hover { color: var(--noir); text-decoration: underline; }

img { display: block; max-width: 100%; }

h1, h2, h3 {
    font-family: var(--sans);
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.2;
}

/* ── HEADER NÉGOCE ── */

.entete {
    background: var(--noir);
    border-bottom: 3px solid var(--or);
}

.entete-haut {
    max-width: 1200px;
    margin: 0 auto;
    padding: 16px var(--pad);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}

.marque {
    font-size: 1.35rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
}

.marque span.or { color: var(--or); }
.marque span.argent { color: var(--argent-light); font-weight: 600; }

.devise {
    font-size: 0.62rem;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--argent);
}

.navigation {
    background: var(--noir-900);
    border-top: 1px solid var(--border-dark);
}

.navigation ul {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 var(--pad);
    list-style: none;
    display: flex;
    gap: 0;
    overflow-x: auto;
    scrollbar-width: none;
}

.navigation ul::-webkit-scrollbar { display: none; }

.navigation a {
    display: block;
    padding: 12px 14px;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-decoration: none;
    color: #999;
    border-bottom: 2px solid transparent;
    white-space: nowrap;
    transition: color 0.2s, border-color 0.2s, background 0.2s;
}

.navigation a:hover {
    color: #fff;
    background: rgba(201,162,39,0.08);
    text-decoration: none;
}

.navigation a[aria-current="page"] {
    color: var(--or);
    border-bottom-color: var(--or);
    background: rgba(201,162,39,0.1);
}

/* ── TICKER ── */

.cours-ticker {
    background: var(--noir-800);
    border-bottom: 1px solid var(--border-dark);
}

.cours-ticker-bar {
    display: flex;
    align-items: stretch;
    min-height: 36px;
}

.cours-ticker-badge {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    padding: 0 12px;
    font-size: 0.58rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--noir);
    background: var(--or);
}

.cours-ticker-viewport {
    flex: 1;
    min-width: 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    mask-image: linear-gradient(90deg, transparent, #000 2%, #000 98%, transparent);
}

.cours-ticker-track {
    display: flex;
    align-items: center;
    gap: clamp(24px, 4vw, 48px);
    width: max-content;
    padding: 0 16px;
    will-change: transform;
    animation: ticker-scroll 38s linear infinite;
    animation-play-state: running;
}

.cours-ticker-track.is-loading { opacity: 0.55; }
.cours-ticker-viewport:hover .cours-ticker-track { animation-play-state: paused; }

.cours-item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.72rem;
    white-space: nowrap;
}

.cours-label {
    color: #888;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 0.58rem;
}

.cours-item strong {
    color: #eee;
    font-family: var(--mono);
    font-weight: 500;
    font-size: 0.78rem;
}

.cours-var { font-family: var(--mono); font-size: 0.65rem; font-weight: 600; }
.cours-var.hausse { color: #4ade80; }
.cours-var.baisse { color: #f87171; }

.cours-sep { color: #444; font-size: 0.4rem; }

.cours-erreur { color: #888; font-size: 0.68rem; }

.cours-ticker-maj {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    padding: 0 12px;
    font-family: var(--mono);
    font-size: 0.58rem;
    color: #666;
    border-left: 1px solid var(--border-dark);
    background: var(--noir-800);
}

@keyframes ticker-scroll {
    from { transform: translateX(0); }
    to { transform: translateX(calc(-100% / var(--ticker-copies, 2))); }
}

/* ── TABLEAU DE BORD ── */

.marche-bandeau {
    background: var(--noir-900);
    border-bottom: 1px solid var(--border-dark);
    padding: 20px var(--pad);
}

.marche-bandeau-inner {
    max-width: 1200px;
    margin: 0 auto;
}

.marche-bandeau h2 {
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--argent);
    margin-bottom: 14px;
}

.marche-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
    gap: 1px;
    background: var(--border-dark);
    border: 1px solid var(--border-dark);
    border-radius: var(--radius);
    overflow: hidden;
}

.marche-cell {
    background: var(--noir-800);
    padding: 14px 16px;
}

.marche-cell.or-cell { border-top: 2px solid var(--or); }
.marche-cell.argent-cell { border-top: 2px solid var(--argent-light); }

.marche-cell .lbl {
    display: block;
    font-size: 0.58rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #777;
    margin-bottom: 6px;
}

.marche-cell .val {
    display: block;
    font-family: var(--mono);
    font-size: 1.1rem;
    font-weight: 500;
    color: #fff;
    letter-spacing: -0.02em;
}

.marche-cell .var {
    display: block;
    font-family: var(--mono);
    font-size: 0.65rem;
    font-weight: 600;
    margin-top: 4px;
}

.marche-cell .var.up { color: #4ade80; }
.marche-cell .var.down { color: #f87171; }
.marche-cell .var.neut { color: #666; }

/* ── CATÉGORIES (style Godot) ── */

.categories {
    background: var(--panel);
    border-bottom: 1px solid var(--border);
    padding: 24px var(--pad);
}

.categories-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 10px;
}

.cat-bloc {
    text-decoration: none;
    color: inherit;
    background: var(--panel-2);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 18px 16px;
    text-align: center;
    transition: border-color 0.2s, box-shadow 0.2s, transform 0.15s;
}

.cat-bloc:hover {
    border-color: var(--or);
    box-shadow: 0 4px 12px rgba(0,0,0,0.06);
    transform: translateY(-1px);
    text-decoration: none;
}

.cat-bloc .cat-icone {
    font-size: 1.4rem;
    margin-bottom: 8px;
    display: block;
}

.cat-bloc h3 {
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--noir);
    margin-bottom: 4px;
}

.cat-bloc p {
    font-size: 0.68rem;
    color: var(--muted);
    line-height: 1.4;
}

.cat-bloc.or:hover { border-color: var(--or); }
.cat-bloc.argent:hover { border-color: var(--argent); }

/* ── HERO ── */

.hero {
    background: var(--panel);
    border-bottom: 1px solid var(--border);
    padding: clamp(32px, 5vw, 56px) var(--pad);
}

.hero-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(28px, 5vw, 48px);
    align-items: center;
}

@media (max-width: 860px) { .hero-inner { grid-template-columns: 1fr; } }

.hero .surtitre {
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--or);
    margin-bottom: 12px;
}

.hero h1 {
    font-size: clamp(1.6rem, 4vw, 2.4rem);
    color: var(--noir);
    margin-bottom: 14px;
    text-transform: uppercase;
    letter-spacing: -0.01em;
}

.hero p { color: var(--muted); font-size: 0.95rem; max-width: 480px; }

.hero-actions { margin-top: 22px; display: flex; flex-wrap: wrap; gap: 10px; }

.hero-visuel {
    overflow: hidden;
    border-radius: var(--radius);
    border: 1px solid var(--border);
    background: var(--panel-2);
}

.hero-visuel img {
    width: 100%;
    aspect-ratio: 16/10;
    object-fit: cover;
    object-position: center;
    display: block;
}

/* ── SECTIONS ── */

.section {
    max-width: 1200px;
    margin: 0 auto;
    padding: clamp(32px, 5vw, 56px) var(--pad);
}

.section-titre {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 20px;
    padding-bottom: 12px;
    border-bottom: 2px solid var(--noir);
}

.section-titre h2 {
    font-size: 0.95rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--noir);
}

.section-titre span {
    font-family: var(--mono);
    font-size: 0.62rem;
    color: var(--muted);
}

.grille {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 12px;
}

.carte {
    background: var(--panel);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    min-width: 0;
    transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
}

.carte:hover {
    border-color: var(--or);
    box-shadow: 0 6px 20px rgba(0,0,0,0.08);
    transform: translateY(-1px);
    text-decoration: none;
}

.carte-visuel {
    overflow: hidden;
    background: var(--panel-2);
    border-bottom: 1px solid var(--border);
    aspect-ratio: 16 / 10;
}

.carte-visuel img {
    width: 100%;
    height: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform 0.4s ease;
}

.carte:hover .carte-visuel img { transform: scale(1.03); }

.carte-corps { padding: 16px 18px 18px; flex: 1; display: flex; flex-direction: column; gap: 8px; }

/* Cartes sans .carte-corps (titre collé après image) */
.carte > .rubrique,
.carte > h3,
.carte > p,
.carte > .lire { padding-left: 18px; padding-right: 18px; }
.carte > .rubrique { padding-top: 14px; }
.carte > .lire { padding-bottom: 16px; }

.carte .rubrique {
    font-size: 0.58rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--or);
}

.carte .rubrique.argent { color: var(--argent); }

.carte h3 {
    font-size: 0.92rem;
    font-weight: 700;
    color: var(--noir);
    line-height: 1.35;
}

.carte p { font-size: 0.82rem; color: var(--muted); line-height: 1.55; }

.carte .lire {
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--or-hover);
    margin-top: auto;
}

/* ── AVANTAGES (blocs Godot) ── */

.avantages {
    background: var(--or-soft);
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
    padding: clamp(32px, 5vw, 48px) var(--pad);
}

.avantages-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(24px, 4vw, 40px);
}

@media (max-width: 760px) { .avantages-inner { grid-template-columns: 1fr; } }

.avantage-bloc h3 {
    font-size: 0.85rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: var(--noir);
    margin-bottom: 10px;
    padding-bottom: 8px;
    border-bottom: 2px solid var(--or);
}

.avantage-bloc.argent h3 { border-bottom-color: var(--argent); }

.avantage-bloc p {
    font-size: 0.88rem;
    color: var(--muted);
    margin-bottom: 10px;
}

.avantage-bloc ul {
    margin: 0 0 0 18px;
    font-size: 0.85rem;
    color: var(--text);
}

.avantage-bloc li { margin-bottom: 5px; }

/* ── BOUTONS ── */

.bouton {
    display: inline-block;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-decoration: none;
    color: var(--noir);
    background: var(--or);
    padding: 12px 22px;
    border-radius: var(--radius);
    border: none;
    transition: background 0.2s;
}

.bouton:hover { background: var(--or-hover); color: var(--noir); text-decoration: none; }

.bouton-ligne {
    display: inline-block;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-decoration: none;
    color: var(--noir);
    background: transparent;
    padding: 11px 20px;
    border-radius: var(--radius);
    border: 1px solid var(--border);
}

.bouton-ligne:hover { border-color: var(--noir); background: var(--panel-2); text-decoration: none; }

/* ── ENCADRÉS ── */

.encadre {
    background: var(--panel);
    border: 1px solid var(--border);
    border-left: 4px solid var(--or);
    border-radius: var(--radius);
    padding: clamp(18px, 3vw, 28px);
    margin: 24px 0;
}

.encadre-titre {
    font-size: 0.6rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--or);
    margin-bottom: 8px;
}

.encadre h3 { font-size: 1rem; margin-bottom: 10px; color: var(--noir); }
.encadre p { font-size: 0.88rem; color: var(--muted); margin-bottom: 10px; }
.encadre p:last-child { margin-bottom: 0; }

/* ── CTA EPO GOLD (App Store) ── */

.epo-app-cta {
    margin: clamp(24px, 4vw, 40px) auto;
    max-width: 1200px;
    width: 100%;
    padding: 0 var(--pad);
    box-sizing: border-box;
}

.epo-app-cta-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: clamp(20px, 3vw, 28px);
    background: linear-gradient(135deg, var(--noir-900) 0%, #1a1814 100%);
    border: 1px solid var(--border-dark);
    border-radius: var(--radius);
    padding: clamp(24px, 4vw, 36px);
    color: #e8e6e0;
}

.epo-app-cta-kicker {
    font-size: 0.58rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--or);
    margin-bottom: 8px;
}

.epo-app-cta h2 {
    font-size: clamp(1.05rem, 2.5vw, 1.35rem);
    color: #fff;
    margin-bottom: 10px;
    line-height: 1.25;
    max-width: 36ch;
    margin-left: auto;
    margin-right: auto;
}

.epo-app-cta-desc {
    font-size: 0.88rem;
    color: #aaa;
    line-height: 1.55;
    margin-bottom: 12px;
    max-width: 52ch;
    margin-left: auto;
    margin-right: auto;
}

.epo-app-cta-list {
    font-size: 0.78rem;
    color: #bbb;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    line-height: 1.65;
    max-width: 42ch;
    text-align: left;
    display: inline-block;
}

.epo-app-cta-action {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    flex-shrink: 0;
}

.epo-app-store-link {
    display: block;
    line-height: 0;
    transition: opacity 0.2s, transform 0.2s;
}

.epo-app-store-link:hover {
    opacity: 0.92;
    transform: scale(1.02);
}

.epo-app-store-link img {
    height: 48px;
    width: auto;
    display: block;
}

.epo-app-cta-action .bouton-ligne {
    color: #ccc;
    border-color: #444;
    font-size: 0.65rem;
    padding: 8px 14px;
}

.epo-app-cta-action .bouton-ligne:hover {
    color: #fff;
    border-color: var(--or);
    background: rgba(201, 162, 39, 0.12);
}

.epo-app-cta--compact .epo-app-cta-inner {
    padding: clamp(20px, 3vw, 28px);
}

.epo-app-cta--compact .epo-app-cta-desc {
    max-width: 48ch;
}

@media (max-width: 720px) {
    .epo-app-cta-list { max-width: none; width: 100%; }
}

/* ── ARTICLES ── */

.fil-ariane {
    max-width: 1200px;
    margin: 0 auto;
    padding: 12px var(--pad) 0;
    font-size: 0.72rem;
    color: var(--muted);
}

.fil-ariane a { color: var(--or-hover); font-weight: 500; }

.article-entete {
    max-width: 1200px;
    margin: 0 auto;
    padding: clamp(24px, 4vw, 40px) var(--pad) 0;
}

.article-panel {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 var(--pad) clamp(40px, 6vw, 64px);
}

.article-panel-inner {
    background: var(--panel);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    overflow: hidden;
}

.article-entete .rubrique {
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--or);
    margin-bottom: 10px;
}

.article-entete h1 {
    font-size: clamp(1.5rem, 4vw, 2.1rem);
    color: var(--noir);
    margin-bottom: 12px;
}

.article-entete .chapo {
    color: var(--muted);
    font-size: 1rem;
    font-weight: 400;
    max-width: 680px;
}

.article-entete .meta {
    font-family: var(--mono);
    font-size: 0.62rem;
    color: var(--muted-light);
    margin-top: 14px;
}

.article-visuel,
.article-hero {
    border-bottom: 1px solid var(--border);
    overflow: hidden;
    background: var(--panel-2);
}

.article-visuel img,
.article-hero img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    object-position: center;
    display: block;
    margin: 0 auto;
}

.article-visuel figcaption,
.article-hero figcaption {
    padding: 10px 24px;
    font-size: 0.68rem;
    color: var(--muted);
    background: var(--panel-2);
    border-top: 1px solid var(--border);
}

.article-corps {
    padding: clamp(24px, 4vw, 40px) clamp(20px, 4vw, 36px);
    max-width: 720px;
    margin: 0 auto;
}

.article-corps p { margin-bottom: 18px; color: var(--text); font-size: 0.94rem; }

.article-corps h2 {
    font-size: 1.05rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: var(--noir);
    margin: 36px 0 14px;
    padding-bottom: 8px;
    border-bottom: 1px solid var(--border);
}

.article-corps h3 { font-size: 0.95rem; margin: 24px 0 10px; color: var(--noir-700); }

.article-corps ul, .article-corps ol { margin: 0 0 18px 20px; font-size: 0.92rem; }
.article-corps li { margin-bottom: 6px; }

.article-corps a { color: var(--or-hover); font-weight: 500; }

.lettrine::first-letter {
    font-size: 2.4em;
    font-weight: 800;
    float: left;
    line-height: 0.85;
    padding: 2px 8px 0 0;
    color: var(--or);
}

blockquote {
    border-left: 3px solid var(--or);
    padding: 8px 0 8px 18px;
    margin: 24px 0;
    font-size: 0.92rem;
    font-weight: 500;
    color: var(--noir-700);
    background: var(--or-soft);
    border-radius: 0 var(--radius) var(--radius) 0;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    font-size: 0.85rem;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    overflow: hidden;
}

th, td { text-align: left; padding: 10px 14px; border-bottom: 1px solid var(--border); }

th {
    background: var(--noir);
    color: #ccc;
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

tbody tr:nth-child(even) { background: var(--panel-2); }
tbody tr:hover { background: var(--or-soft); }

td { font-family: var(--mono); font-size: 0.82rem; }
td:first-child { font-family: var(--sans); font-weight: 500; }

.suite {
    background: var(--panel);
    border-top: 1px solid var(--border);
}

.suite-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: clamp(32px, 5vw, 48px) var(--pad);
}

.suite h2 {
    font-size: 0.85rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--noir);
    margin-bottom: 20px;
}

/* ── FOOTER ── */

.pied {
    background: var(--noir);
    color: #999;
    border-top: 3px solid var(--or);
}

.pied-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: clamp(36px, 5vw, 56px) var(--pad) 28px;
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: clamp(24px, 4vw, 40px);
}

@media (max-width: 760px) { .pied-inner { grid-template-columns: 1fr; } }

.pied .marque-pied {
    font-size: 1rem;
    font-weight: 800;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
}

.pied .marque-pied span.or { color: var(--or); }
.pied .marque-pied span.argent { color: var(--argent-light); }

.pied p { font-size: 0.8rem; line-height: 1.6; margin-top: 10px; max-width: 340px; }

.pied h4 {
    font-size: 0.6rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #666;
    margin-bottom: 12px;
}

.pied ul { list-style: none; }
.pied li { margin-bottom: 7px; }
.pied a { color: #999; font-size: 0.82rem; text-decoration: none; }
.pied a:hover { color: #fff; text-decoration: underline; }

.pied-bas {
    border-top: 1px solid var(--border-dark);
    padding: 14px var(--pad);
    text-align: center;
    font-family: var(--mono);
    font-size: 0.58rem;
    letter-spacing: 0.08em;
    color: #666;
}

.disclaimer {
    max-width: 1200px;
    margin: 0 auto;
    padding: 12px var(--pad) 0;
    font-size: 0.65rem;
    color: var(--muted-light);
    line-height: 1.5;
}

@media (max-width: 640px) {
    .entete-haut { flex-direction: column; align-items: flex-start; gap: 8px; }
    .marche-grid { grid-template-columns: repeat(2, 1fr); }
    .marche-cell .val { font-size: 0.95rem; }
    .grille, .categories-inner { grid-template-columns: 1fr; }
    .section-titre { flex-direction: column; align-items: flex-start; }
    .article-visuel img,
    .article-hero img { aspect-ratio: 4 / 3; }
    .carte-visuel,
    .carte-visuel img { aspect-ratio: 3 / 2; }
    .article-corps table { display: block; overflow-x: auto; }
    .bouton, .bouton-ligne { display: block; text-align: center; width: 100%; }
    .cours-ticker-maj { display: none; }
    .hero-actions { flex-direction: column; }
    .hero-actions .bouton, .hero-actions .bouton-ligne { width: 100%; text-align: center; }
}

@media (prefers-reduced-motion: reduce) {
    .cours-ticker-track { animation: none; }
}
