:root {
    --bg: #0b121d;
    --bg-soft: #141e2b;
    --paper: #f3ead7;
    --paper-2: #e8dcc5;
    --ink: #18202a;
    --cream: #fff4dc;
    --orange: #d68736;
    --orange-dark: #94501c;
    --green: #526c46;
    --blue: #3e5878;
    --muted: #aeb7c3;
    --line: rgba(255, 255, 255, .12);
    --shadow: 0 18px 50px rgba(0, 0, 0, .26);
    --max: 1180px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    color: var(--cream);
    background: var(--bg);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

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

a {
    color: inherit;
    text-decoration: none;
}

button {
    font: inherit;
}

code {
    font-size: .86em;
}

.container {
    width: min(calc(100% - 32px), var(--max));
    margin-inline: auto;
}

.section {
    padding: 90px 0;
}

.paper-section {
    color: var(--ink);
    background:
        linear-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, .5)),
        repeating-linear-gradient(0deg, rgba(65, 45, 20, .025) 0 1px, transparent 1px 5px),
        var(--paper);
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    border-bottom: 1px solid var(--line);
    background: rgba(7, 12, 20, .91);
    backdrop-filter: blur(14px);
}

.nav {
    min-height: 72px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
}

.brand {
    display: flex;
    align-items: center;
    gap: 11px;
    min-width: max-content;
}

.brand-mark {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    overflow: hidden;
    display: grid;
    place-items: center;
    background: #0d1420;
    box-shadow: 4px 4px 0 rgba(0, 0, 0, .28);
}

.brand-mark img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    image-rendering: pixelated;
}

.brand-name {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1rem;
    line-height: 1;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.brand-name span {
    display: block;
    color: var(--orange);
    font-size: .72rem;
    margin-top: 5px;
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 25px;
    font-size: .9rem;
    color: #e0e5eb;
}

.nav-links a {
    position: relative;
}

.nav-links a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 100%;
    bottom: -7px;
    height: 2px;
    background: var(--orange);
    transition: right .2s ease;
}

.nav-links a:hover::after {
    right: 0;
}

.menu-button {
    display: none;
    border: 1px solid var(--line);
    background: transparent;
    color: var(--cream);
    border-radius: 9px;
    padding: 9px 12px;
    cursor: pointer;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 17px;
    border: 1px solid transparent;
    border-radius: 9px;
    font-weight: 750;
    cursor: pointer;
    transition: transform .2s ease, background .2s ease, border-color .2s ease;
}

.btn:hover {
    transform: translateY(-2px);
}

.btn-primary {
    color: #fff;
    background: var(--orange);
    box-shadow: 0 6px 0 var(--orange-dark);
}

.btn-primary:active {
    transform: translateY(4px);
    box-shadow: 0 2px 0 var(--orange-dark);
}

.btn-secondary {
    color: #f1c181;
    border-color: rgba(214, 135, 54, .7);
    background: rgba(214, 135, 54, .08);
}

.btn-on-paper {
    color: #7d451b;
}

.hero {
    min-height: 590px;
    position: relative;
    overflow: hidden;
    display: grid;
    align-items: center;
    border-bottom: 1px solid var(--line);
    background: url("assets/hero.png") center / cover no-repeat;
}

.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(90deg, rgba(7, 11, 18, .87) 0%, rgba(7, 11, 18, .84) 40%, rgba(7, 11, 18, .25) 66%, rgba(7, 11, 18, .52) 100%);
}

.hero-scene {
    position: absolute;
    inset: 0;
    display: grid;
    grid-template-columns: 46% 16% 38%;
}

.shelves {
    background: repeating-linear-gradient(90deg, #3b251b 0 22px, #69402a 22px 28px, #151b24 28px 36px);
    position: relative;
}

.shelves::after {
    content: "";
    position: absolute;
    left: 11%;
    bottom: 13%;
    width: 210px;
    height: 210px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 198, 113, .88) 0 5%, rgba(255, 166, 65, .3) 28%, transparent 67%);
}

.transition-pixels {
    background: linear-gradient(90deg, #4b3020 0%, #23434a 100%);
    position: relative;
    overflow: hidden;
}

.transition-pixels::before {
    content: "";
    position: absolute;
    inset: -10%;
    background: repeating-linear-gradient(135deg, transparent 0 28px, rgba(109, 145, 82, .9) 28px 42px, transparent 42px 66px);
    opacity: .76;
}

.pixel-world {
    position: relative;
    background: linear-gradient(#416c84 0 38%, #1c3c49 38% 58%, #244438 58% 100%);
    overflow: hidden;
}

.pixel-world::before {
    content: "";
    position: absolute;
    inset: 0;
    background: repeating-linear-gradient(135deg, transparent 0 40px, rgba(113, 151, 85, .88) 40px 55px, transparent 55px 83px);
}

.pixel-world::after {
    content: "";
    position: absolute;
    left: 12%;
    right: 8%;
    bottom: 0;
    height: 44%;
    background: linear-gradient(135deg, transparent 0 48%, rgba(37, 70, 55, .92) 48% 62%, transparent 62%) 0 0 / 130px 94px;
}

.hero-content {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 680px) 1fr;
    align-items: end;
    gap: 44px;
    padding: 78px 0;
}

.hero-copy {
    max-width: 650px;
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #f1c384;
    text-transform: uppercase;
    letter-spacing: .15em;
    font-size: .72rem;
    font-weight: 850;
}

.eyebrow::before {
    content: "";
    width: 22px;
    height: 2px;
    background: var(--orange);
}

.eyebrow-dark {
    color: #94501c;
}

h1,
h2,
h3 {
    font-family: Georgia, "Times New Roman", serif;
}

h1 {
    margin: 21px 0 18px;
    font-size: clamp(3.6rem, 7.2vw, 7rem);
    line-height: .9;
    letter-spacing: .025em;
    text-transform: uppercase;
    text-shadow: 5px 5px 0 rgba(0, 0, 0, .28);
}

h1 .amp {
    display: block;
    color: var(--orange);
    font-size: .54em;
    margin: .12em 0;
}

.tagline {
    margin: 0 0 13px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(1.2rem, 2vw, 1.72rem);
}

.hero-copy>p:last-of-type {
    margin: 0;
    max-width: 610px;
    color: #d5dae1;
    line-height: 1.7;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 13px;
    margin-top: 28px;
}

.hero-badge {
    justify-self: end;
    width: min(330px, 100%);
    padding: 20px;
    border: 1px solid var(--line);
    border-radius: 16px;
    background: rgba(8, 13, 20, .78);
    backdrop-filter: blur(12px);
    box-shadow: var(--shadow);
}

.hero-badge small {
    display: block;
    color: var(--muted);
    margin-bottom: 7px;
}

.hero-badge strong {
    display: block;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.25rem;
    line-height: 1.35;
    margin-bottom: 13px;
}

.mini-row {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}

.chip {
    padding: 6px 9px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .07);
    font-size: .78rem;
}

.vision-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: center;
}

.vision-copy h2,
.section-heading h2,
.editorial-heading h2 {
    margin: 10px 0 21px;
    font-size: clamp(2.25rem, 4.8vw, 4.35rem);
    line-height: .98;
}

.vision-copy p,
.section-heading p,
.editorial-heading p {
    color: #59616b;
    line-height: 1.75;
}

.book-to-pixels {
    min-height: 390px;
    border: 1px solid rgba(24, 32, 42, .16);
    border-radius: 22px;
    position: relative;
    overflow: hidden;
    display: grid;
    place-items: center;
    background: linear-gradient(90deg, #dac9a8 0 48%, #8fb5aa 48% 100%);
    box-shadow: var(--shadow);
}

.book-to-pixels img {
    width: min(240px, 48%);
    border-radius: 18px;
    image-rendering: pixelated;
    filter: drop-shadow(0 18px 20px rgba(0, 0, 0, .2));
}

.pixel {
    position: absolute;
    width: 20px;
    height: 20px;
    background: var(--green);
}

.pixel-1 {
    right: 18%;
    top: 18%;
}

.pixel-2 {
    right: 10%;
    top: 28%;
    width: 14px;
    height: 14px;
}

.pixel-3 {
    right: 23%;
    bottom: 20%;
    width: 16px;
    height: 16px;
}

.pixel-4 {
    left: 15%;
    bottom: 22%;
    background: var(--orange);
    width: 13px;
    height: 13px;
}

.pixel-5 {
    right: 34%;
    top: 13%;
    width: 11px;
    height: 11px;
}

.pixel-6 {
    right: 8%;
    bottom: 11%;
    width: 10px;
    height: 10px;
}

.categories,
.events-section {
    background: var(--bg);
}

.section-heading {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(260px, .8fr);
    gap: 44px;
    align-items: end;
    margin-bottom: 42px;
}

.section-heading h2 {
    margin-bottom: 0;
}

.section-heading p {
    margin: 0;
    color: #aab3bf;
}

.paper-section .section-heading p {
    color: #59616b;
}

.category-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 17px;
}

.category-card {
    min-height: 245px;
    display: flex;
    flex-direction: column;
    padding: 24px;
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 15px;
    background: rgba(255, 255, 255, .035);
    transition: transform .2s ease, border-color .2s ease, background .2s ease;
}

.category-card:hover {
    transform: translateY(-5px);
    border-color: rgba(214, 135, 54, .65);
    background: rgba(255, 255, 255, .055);
}

.category-icon {
    width: 45px;
    height: 45px;
    display: grid;
    place-items: center;
    border-radius: 10px;
    background: rgba(255, 255, 255, .08);
    font-size: 1.4rem;
    margin-bottom: 18px;
}

.category-card h3 {
    margin: 0 0 12px;
    font-size: 1.42rem;
}

.category-card p {
    margin: 0;
    color: #c5ced8;
    line-height: 1.7;
    font-size: .94rem;
}

.category-link {
    margin-top: auto;
    padding-top: 22px;
    color: #efbd76;
    font-weight: 800;
}

.editorial-heading {
    max-width: 760px;
    margin-bottom: 38px;
}

.editorial-heading p {
    margin: 0;
}

.recommendation-feature {
    display: grid;
    grid-template-columns: minmax(0, 1.55fr) minmax(280px, .75fr);
    gap: 28px;
}

.recommendation-works {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}

.recommendation-work {
    min-width: 0;
    overflow: hidden;
    border: 1px solid rgba(24, 32, 42, .15);
    border-radius: 16px;
    background: rgba(255, 255, 255, .45);
}

.recommendation-image-wrap {
    aspect-ratio: 4 / 3;
    background: #c9c9c9;
    overflow: hidden;
    position: relative;
}

.recommendation-image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.recommendation-image-wrap.image-missing::after {
    content: "Image à ajouter";
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    color: #6e7378;
    font-weight: 700;
    background: linear-gradient(135deg, #ddd 0 48%, #bbb 48% 52%, #ddd 52%);
}

.recommendation-work-content {
    padding: 22px;
}

.recommendation-type {
    display: block;
    color: var(--orange-dark);
    text-transform: uppercase;
    letter-spacing: .13em;
    font-size: .7rem;
    font-weight: 850;
}

.recommendation-work h3 {
    margin: 8px 0 5px;
    font-size: 1.65rem;
}

.recommendation-meta {
    margin: 0 0 14px;
    font-weight: 700;
    color: #5d6670;
}

.recommendation-work-content>p:last-child {
    margin: 0;
    color: #59616b;
    line-height: 1.7;
}

.recommendation-editorial {
    padding: 30px;
    border-radius: 16px;
    color: var(--cream);
    background: var(--bg-soft);
    box-shadow: var(--shadow);
}

.recommendation-editorial h3 {
    margin: 15px 0;
    font-size: 2rem;
}

.recommendation-editorial p {
    margin: 0;
    color: #d0d6dd;
    line-height: 1.8;
}

.events-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 17px;
}

.event-card {
    display: grid;
    grid-template-columns: 62px 42px 1fr;
    gap: 14px;
    align-items: start;
    min-height: 190px;
    padding: 22px;
    border: 1px solid var(--line);
    border-radius: 15px;
    background: rgba(255, 255, 255, .035);
}

.event-date {
    color: #f2c07c;
    line-height: 1;
}

.event-date strong {
    display: block;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 2rem;
}

.event-date span {
    display: block;
    margin-top: 5px;
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .1em;
}

.event-icon {
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    border-radius: 9px;
    background: rgba(255, 255, 255, .07);
}

.event-content h3 {
    margin: 0 0 7px;
    font-size: 1.18rem;
}

.event-content p {
    margin: 0 0 6px;
    color: #c9d0d9;
}

.event-content small {
    display: block;
    color: #929eac;
}

.event-link {
    display: inline-block;
    margin-top: 18px;
    color: #efbd76;
    font-weight: 800;
    font-size: .88rem;
}

.section-actions {
    display: flex;
    justify-content: center;
    margin-top: 28px;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.stat-card {
    padding: 30px 20px;
    text-align: center;
    border: 1px solid rgba(24, 32, 42, .15);
    border-radius: 15px;
    background: rgba(255, 255, 255, .42);
}

.stat-card strong {
    display: block;
    color: var(--orange-dark);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2.4rem, 5vw, 4rem);
}

.stat-card span {
    color: #59616b;
    font-weight: 750;
}

.community-callout {
    margin-top: 32px;
    padding: 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    border-radius: 18px;
    color: var(--cream);
    background: var(--bg-soft);
}

.community-callout h3 {
    margin: 12px 0 8px;
    font-size: 1.8rem;
}

.community-callout p {
    margin: 0;
    max-width: 760px;
    color: #cbd3dc;
    line-height: 1.7;
}

footer {
    padding: 52px 0 22px;
    border-top: 1px solid var(--line);
    background: #080e16;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.35fr repeat(3, 1fr);
    gap: 30px;
}

.footer-heading {
    margin-bottom: 12px;
    color: #efbd76;
    text-transform: uppercase;
    letter-spacing: .12em;
    font-size: .74rem;
    font-weight: 850;
}

footer p,
footer a {
    color: #aab4c0;
    line-height: 1.75;
    font-size: .9rem;
}

footer a:hover {
    color: #f0c184;
}

.copyright {
    margin-top: 34px;
    padding-top: 18px;
    border-top: 1px solid var(--line);
    display: flex;
    justify-content: space-between;
    gap: 20px;
    color: #778391;
    font-size: .8rem;
}

.copyright a {
    color: #efbd76;
}

.js .reveal {
    opacity: 0;
    transform: translateY(22px);
    transition: opacity .6s ease, transform .6s ease;
}

.js .reveal.visible {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 980px) {
    .nav-links {
        position: absolute;
        top: 72px;
        left: 16px;
        right: 16px;
        display: none;
        flex-direction: column;
        align-items: stretch;
        padding: 20px;
        border: 1px solid var(--line);
        border-radius: 13px;
        background: #0d1420;
    }

    .nav-links.open {
        display: flex;
    }

    .menu-button {
        display: inline-flex;
    }

    .desktop-discord {
        display: none;
    }

    .hero-content,
    .vision-grid,
    .section-heading,
    .recommendation-feature {
        grid-template-columns: 1fr;
    }

    .hero-badge {
        justify-self: start;
    }

    .category-grid,
    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .events-list {
        grid-template-columns: 1fr;
    }

    .event-card {
        min-height: 0;
    }

    .footer-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 640px) {
    .section {
        padding: 68px 0;
    }

    .hero {
        min-height: 700px;
    }

    .hero-scene {
        grid-template-columns: 1fr;
    }

    .shelves,
    .transition-pixels {
        display: none;
    }

    .hero::before {
        background: rgba(7, 11, 18, .78);
    }

    h1 {
        font-size: 4rem;
    }

    .hero-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .category-grid,
    .stats-grid,
    .recommendation-works,
    .footer-grid {
        grid-template-columns: 1fr;
    }

    .event-card {
        grid-template-columns: 54px 38px 1fr;
        padding: 18px;
    }

    .community-callout,
    .copyright {
        flex-direction: column;
        align-items: flex-start;
    }

    .book-to-pixels {
        min-height: 310px;
    }
}


/* Archive pages */
.archive-hero {
    padding: 90px 0 72px;
}

.archive-hero-inner {
    max-width: 880px;
}

.archive-hero h1 {
    margin: 18px 0 20px;
    color: var(--ink);
    font-size: clamp(3.2rem, 8vw, 6.5rem);
    text-shadow: none;
}

.archive-hero p {
    max-width: 760px;
    margin: 0;
    color: #59616b;
    font-size: 1.08rem;
    line-height: 1.8;
}

.archive-section {
    min-height: 55vh;
    background: var(--bg);
}

.archive-toolbar {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 30px;
    margin-bottom: 38px;
}

.archive-toolbar p {
    margin: 7px 0 0;
    color: #9ca8b6;
}

.archive-count {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.65rem;
    color: var(--cream);
}

.archive-filters {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 8px;
}

.archive-filter {
    padding: 9px 14px;
    border: 1px solid var(--line);
    border-radius: 999px;
    color: #c8d0da;
    background: rgba(255, 255, 255, .035);
    cursor: pointer;
}

.archive-filter:hover,
.archive-filter.active {
    color: #17120d;
    border-color: var(--orange);
    background: #efbd76;
}

.archive-grid {
    display: grid;
    gap: 24px;
}

.archive-card {
    border: 1px solid var(--line);
    border-radius: 18px;
    background: rgba(255, 255, 255, .035);
    overflow: hidden;
}

.archive-card-meta {
    color: #efbd76;
    text-transform: uppercase;
    letter-spacing: .12em;
    font-size: .74rem;
    font-weight: 850;
}

.archive-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}

.archive-tags span {
    padding: 6px 9px;
    border-radius: 999px;
    color: #bfc8d2;
    background: rgba(255, 255, 255, .065);
    font-size: .75rem;
}

.recommendation-log-card {
    padding: 30px;
}

.recommendation-log-card>header {
    margin-bottom: 23px;
}

.recommendation-log-card>header h2 {
    margin: 8px 0 13px;
    font-size: clamp(1.8rem, 4vw, 2.75rem);
}

.archive-recommendation-pair {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}

.archive-work {
    display: grid;
    grid-template-columns: minmax(130px, .65fr) minmax(0, 1fr);
    gap: 20px;
    padding: 18px;
    border: 1px solid var(--line);
    border-radius: 14px;
    background: rgba(255, 255, 255, .035);
}

.archive-cover {
    min-height: 215px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    background: #b8b8b8;
}

.archive-cover img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.archive-cover.image-missing::after {
    content: "Image à ajouter";
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    padding: 12px;
    text-align: center;
    color: #656b70;
    background: linear-gradient(135deg, #ddd 0 48%, #bbb 48% 52%, #ddd 52%);
    font-weight: 750;
}

.archive-work h3 {
    margin: 8px 0 5px;
    font-size: 1.45rem;
}

.archive-work p:last-child {
    color: #bfc7d1;
    line-height: 1.65;
}

.archive-editorial {
    margin: 20px 0 0;
    padding: 20px 22px;
    border-left: 3px solid var(--orange);
    color: #d2d8df;
    line-height: 1.75;
    background: rgba(214, 135, 54, .07);
}

.event-log-card {
    display: grid;
    grid-template-columns: 120px 1fr;
}

.event-log-date {
    padding: 28px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #f0bf78;
    background: rgba(214, 135, 54, .08);
    border-right: 1px solid var(--line);
}

.event-log-date strong {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 3.2rem;
    line-height: .9;
}

.event-log-date span {
    margin-top: 8px;
    font-weight: 850;
    letter-spacing: .12em;
}

.event-log-date small {
    margin-top: 5px;
    color: #9ca8b6;
}

.event-log-content {
    padding: 28px 30px;
}

.event-log-top {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    align-items: center;
}

.event-log-type {
    color: #efbd76;
    font-weight: 800;
}

.event-status {
    padding: 5px 9px;
    border-radius: 999px;
    font-size: .72rem;
    font-weight: 800;
}

.event-status.past {
    color: #b8c1cb;
    background: rgba(255, 255, 255, .07);
}

.event-status.upcoming {
    color: #151c13;
    background: #9db58a;
}

.event-log-content h2 {
    margin: 13px 0 8px;
    font-size: clamp(1.65rem, 4vw, 2.35rem);
}

.event-log-content>p {
    max-width: 800px;
    color: #c7cfd8;
    line-height: 1.7;
}

.event-log-info {
    color: #f0bf78 !important;
    font-weight: 750;
}

.archive-empty {
    padding: 50px 20px;
    text-align: center;
    color: #aab4c0;
}

@media (max-width: 800px) {
    .archive-toolbar {
        align-items: flex-start;
        flex-direction: column;
    }

    .archive-filters {
        justify-content: flex-start;
    }

    .archive-recommendation-pair {
        grid-template-columns: 1fr;
    }

    .archive-work {
        grid-template-columns: 120px 1fr;
    }
}

@media (max-width: 560px) {
    .archive-hero {
        padding: 68px 0 54px;
    }

    .recommendation-log-card {
        padding: 20px;
    }

    .archive-work {
        grid-template-columns: 1fr;
    }

    .archive-cover {
        min-height: 260px;
    }

    .event-log-card {
        grid-template-columns: 1fr;
    }

    .event-log-date {
        border-right: 0;
        border-bottom: 1px solid var(--line);
        flex-direction: row;
        gap: 10px;
        padding: 18px;
        justify-content: flex-start;
    }

    .event-log-date strong {
        font-size: 2.2rem;
    }

    .event-log-date span,
    .event-log-date small {
        margin: 0;
    }

    .event-log-content {
        padding: 22px;
    }
}


/* États vides des contenus pilotés par les fichiers de données */
.content-empty-state {
    width: 100%;
    padding: 32px;
    border: 1px dashed currentColor;
    border-radius: 16px;
    text-align: center;
    opacity: 0.82;
}

.content-empty-state h3 {
    margin: 0 0 10px;
}

.content-empty-state p {
    max-width: 620px;
    margin: 0 auto;
    line-height: 1.7;
}

.events-empty-state {
    grid-column: 1 / -1;
}