/* ================================================================
   BITCOIN NOSTALGIA — home.css  (FULL REDESIGN)
   Palette conservée, direction éditoriale : presse des années 1920
   ================================================================ */

/* ----------------------------------------------------------------
   CSS VARIABLES (palette identique à l'original)
   ---------------------------------------------------------------- */
:root {
    --primary:       #8c311a;   /* Rouge brique — titres */
    --secondary:     #4a2c23;   /* Brun foncé — texte */
    --accent:        #b64024;   /* Terracotta — boutons / accents */
    --border:        #e0cbb3;   /* Beige doux — bordures */
    --bg-light:      #f1e4d4;   /* Sable clair — blocs */
    --bg-body:       #f8f1e7;   /* Crème — fond global */
    --bg-nav:        #f3e7d7;   /* Beige nav */
    --muted:         #7f5a46;   /* Texte secondaire */
    --mid:           #5b3a2e;   /* Corps de texte */
    --font-head:     'Playfair Display', serif;
    --font-body:     'Lato', sans-serif;
}

/* ----------------------------------------------------------------
   RESET & GLOBALS
   ---------------------------------------------------------------- */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }

body {
    font-family: var(--font-body);
    color: var(--secondary);
    line-height: 1.6;
    background: var(--bg-body);
}

a { text-decoration: none; color: inherit; transition: color 0.25s; }
a:hover { color: var(--accent); }
ul { list-style: none; }
img { max-width: 100%; height: auto; display: block; }

.container       { width: 90%; max-width: 1200px; margin: 0 auto; }
.main-container  { width: 94%; max-width: 1300px; margin: 0 auto 40px; }

/* ----------------------------------------------------------------
   TYPOGRAPHY
   ---------------------------------------------------------------- */
h1, h2, h3, h4 {
    font-family: var(--font-head);
    color: var(--primary);
    font-weight: 700;
}

/* ----------------------------------------------------------------
   HEADER
   ---------------------------------------------------------------- */
.site-header { margin-bottom: 0; }

.header-top {
    text-align: center;
    padding: 20px 0 10px;
    border-bottom: 3px double var(--border);
}

.site-tagline {
    font-family: var(--font-body);
    font-size: 0.85rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #8c6b5d;
    margin: 5px 0 10px;
    font-weight: 700;
}

.main-nav {
    border-bottom: 2px solid var(--border);
    padding: 12px 0;
    background: var(--bg-nav);
}

.main-nav .container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.nav-links {
    display: flex;
    gap: 25px;
    flex-wrap: wrap;
    justify-content: center;
}

.nav-links a {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 0.82rem;
    letter-spacing: 1.5px;
    color: var(--secondary);
    position: relative;
    padding-bottom: 2px;
}

.nav-links a.active,
.nav-links a:hover {
    color: var(--accent);
}

.nav-links a.active::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0; right: 0;
    height: 2px;
    background: var(--accent);
}

.mobile-menu-btn {
    display: none;
    background: none;
    border: none;
    font-size: 1.1rem;
    cursor: pointer;
    color: var(--accent);
    font-family: var(--font-body);
}

.site-header.scrolled {
    box-shadow: 0 2px 6px rgba(0,0,0,0.06);
    background: var(--bg-body);
}

/* ----------------------------------------------------------------
   MASTHEAD DATELINE BAR
   ---------------------------------------------------------------- */
.masthead-bar {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding: 8px 20px;
    background: var(--primary);
    color: #f1e4d4;
    font-family: var(--font-body);
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.masthead-rule {
    opacity: 0.5;
    font-size: 0.6rem;
}

/* ----------------------------------------------------------------
   SECTION HEADERS (Newspaper-style rules)
   ---------------------------------------------------------------- */
.section-header {
    border-bottom: 3px double var(--border);
    margin-bottom: 18px;
    padding-bottom: 6px;
    position: relative;
}

.section-header h2 {
    font-style: italic;
    font-size: 1.7rem;
    line-height: 1.1;
}

/* Centered variant */
.section-header--center {
    text-align: center;
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 12px;
}

.section-header--center h2::before,
.section-header--center h2::after {
    content: ' ✦ ';
    font-style: normal;
    font-size: 0.7em;
    color: var(--border);
    vertical-align: middle;
}

/* Sidebar variant */
.section-header--sidebar h2 {
    font-size: 1.35rem;
}

.section-intro { margin-bottom: 20px; font-size: 0.95rem; color: var(--muted); }

/* ----------------------------------------------------------------
   HERO SECTION — 3 COLUMNS NEWSPAPER GRID
   ---------------------------------------------------------------- */
.hero-section {
    display: grid;
    grid-template-columns: 195px 1fr 255px;
    gap: 0;                         /* Columns touch, separated by rule lines */
    margin-bottom: 0;
    padding: 24px 0;
    border-bottom: 3px double var(--border);
}

/* Vertical rule separators between columns */
.col-left  { padding-right: 22px; border-right: 1px solid var(--border); }
.col-center { padding: 0 28px; border-right: 1px solid var(--border); }
.col-right  { padding-left: 22px; }

/* ----------------------------------------------------------------
   SIDEBAR — SHARED STYLES
   ---------------------------------------------------------------- */
.sidebar .widget { margin-bottom: 28px; }

.widget-title {
    text-align: center;
    font-family: var(--font-body);
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--muted);
    margin-bottom: 14px;
}

.widget-title-inner {
    display: inline-block;
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
    padding: 4px 8px;
}

/* ----------------------------------------------------------------
   WIDGET: ON THIS DAY / FLASHBACK
   ---------------------------------------------------------------- */
.widget--flashback .history-card {
    background: #fff7ef;
    border: 1px solid var(--border);
    padding: 18px 16px 36px;
    position: relative;
    min-height: 200px;
}

/* Aged paper texture via pseudo-element */
.widget--flashback .history-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
        repeating-linear-gradient(
            0deg,
            transparent,
            transparent 22px,
            rgba(224, 203, 179, 0.25) 22px,
            rgba(224, 203, 179, 0.25) 23px
        );
    pointer-events: none;
}

.history-body { position: relative; z-index: 1; }

.history-stamp {
    font-family: var(--font-body);
    font-size: 0.65rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: var(--accent);
    font-weight: 700;
    margin-bottom: 10px;
    display: block;
    border-bottom: 1px solid var(--border);
    padding-bottom: 6px;
}

.history-headline {
    font-family: var(--font-head);
    font-size: 1.05rem;
    line-height: 1.3;
    color: var(--primary);
    margin-bottom: 10px;
}

.history-desc {
    font-size: 0.85rem;
    line-height: 1.6;
    color: var(--mid);
}

.history-dots {
    position: absolute;
    bottom: 12px;
    right: 14px;
    display: flex;
    gap: 6px;
    z-index: 2;
}

.history-dots .dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--border);
    border: none;
    cursor: pointer;
    padding: 0;
    transition: background 0.3s;
}

.history-dots .dot--active { background: var(--accent); }

/* ----------------------------------------------------------------
   WIDGET: TAG CLOUD
   ---------------------------------------------------------------- */
.tag-cloud {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 10px;
    align-items: baseline;
}

.tag-cloud li { line-height: 1.2; }

.tag-cloud a {
    font-family: var(--font-head);
    font-style: italic;
    color: var(--secondary);
    font-size: 0.95rem;
    border-bottom: 1px dashed var(--border);
    transition: color 0.2s, border-color 0.2s;
}

.tag-cloud a:hover { color: var(--accent); border-color: var(--accent); }
.tag-large  { font-size: 1.25rem !important; }
.tag-medium { font-size: 1.1rem !important; }

/* ----------------------------------------------------------------
   FEATURED ARTICLE — CENTER COLUMN
   ---------------------------------------------------------------- */
.featured-article--hero { margin-bottom: 32px; }

/* Framed image */
.img-container--framed {
    position: relative;
    margin-bottom: 14px;
    line-height: 0;
}

.featured-img {
    width: 100%;
    height: auto;
    max-height: 340px;
    object-fit: cover;
    filter: sepia(15%) contrast(1.05);
    transition: filter 0.4s;
}

.featured-img:hover { filter: sepia(0%) contrast(1); }

/* Decorative corner marks — newspaper photo style */
.frame-corner {
    position: absolute;
    width: 14px;
    height: 14px;
    display: block;
    border-color: var(--accent);
    border-style: solid;
}

.frame-corner--tl { top: 6px; left: 6px;  border-width: 2px 0 0 2px; }
.frame-corner--tr { top: 6px; right: 6px; border-width: 2px 2px 0 0; }
.frame-corner--bl { bottom: 6px; left: 6px;  border-width: 0 0 2px 2px; }
.frame-corner--br { bottom: 6px; right: 6px; border-width: 0 2px 2px 0; }

/* Category kicker — "CULTURE | ——————— |" */
.article-kicker {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    margin: 10px 0 6px;
}

.kicker-rule {
    flex: 1;
    height: 1px;
    background: var(--border);
    display: block;
    max-width: 60px;
}

.kicker-cat {
    font-family: var(--font-body);
    font-size: 0.68rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--accent);
}

/* Hero headline */
.article-title--hero {
    font-size: clamp(1.55rem, 2.5vw, 2.1rem);
    line-height: 1.15;
    text-align: center;
    margin-bottom: 8px;
}

.article-title--hero a { color: var(--primary); }
.article-title--hero a:hover { color: var(--accent); }

/* Byline */
.article-byline {
    text-align: center;
    font-family: var(--font-body);
    font-size: 0.72rem;
    color: var(--muted);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 14px;
    padding-bottom: 12px;
    border-bottom: 1px solid var(--border);
}

/* Drop-cap excerpt */
.excerpt--dropcap {
    font-size: 0.95rem;
    color: var(--mid);
    line-height: 1.7;
    margin-bottom: 14px;
    text-align: justify;
    hyphens: auto;
}

.excerpt--dropcap::first-letter {
    float: left;
    font-family: var(--font-head);
    font-size: 3.2rem;
    line-height: 0.75;
    color: var(--primary);
    margin: 6px 8px 0 0;
    font-weight: 700;
}

.read-more-link {
    font-family: var(--font-body);
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--accent);
    border-bottom: 1px solid var(--accent);
    display: inline-block;
    transition: color 0.2s, border-color 0.2s;
}

.read-more-link:hover { color: var(--primary); border-color: var(--primary); }

/* ----------------------------------------------------------------
   FEATURED CAPTION (static intro text inside the featured article)
   ---------------------------------------------------------------- */
.featured-caption {
    margin: 18px 0 20px;
    padding: 18px 20px;
    background: var(--bg-light);
    border-left: 3px solid var(--accent);
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
}

.featured-caption__title {
    font-family: var(--font-head);
    font-size: 1.05rem;
    color: var(--accent);
    margin-bottom: 12px;
}

.featured-caption p {
    font-size: 0.88rem;
    color: var(--mid);
    line-height: 1.65;
    margin-bottom: 10px;
}

.featured-caption p:last-of-type { margin-bottom: 0; }

.featured-caption strong { color: var(--primary); }

.presentation-features {
    margin-top: 12px;
    padding-left: 18px;
}

.presentation-features li {
    position: relative;
    margin-bottom: 5px;
    font-size: 0.87rem;
    color: #6a4738;
    padding-left: 4px;
}

.presentation-features li::before {
    content: "→";
    position: absolute;
    left: -18px;
    color: var(--accent);
    font-weight: bold;
}

/* ----------------------------------------------------------------
   SECTION — DONATION
   ---------------------------------------------------------------- */
.donation-section {
    margin-bottom: 40px;
}

.donation-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    padding: 36px 20px;
    border: 1px solid var(--border);
    background: var(--bg-body);
}

/* QR code — sepia tinted to match aesthetic */
.donation-qr img {
    display: block;
    width: 160px;
    height: 160px;
    filter: sepia(20%) contrast(1.05);
    border: 1px solid var(--border);
    padding: 8px;
    background: #fff;
}

/* Address block */
.donation-address {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
}

.donation-label {
    font-family: var(--font-body);
    font-size: 0.68rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--muted);
}

.donation-wallet {
    font-family: 'Courier New', Courier, monospace;
    font-size: 0.82rem;
    color: var(--secondary);
    background: var(--bg-light);
    border: 1px solid var(--border);
    padding: 9px 14px;
    letter-spacing: 0.5px;
    word-break: break-all;
    max-width: 360px;
    display: block;
    line-height: 1.5;
}

.donation-copy {
    font-family: var(--font-body);
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--accent);
    background: none;
    border: 1px solid var(--accent);
    padding: 6px 16px;
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
}

.donation-copy:hover {
    background: var(--accent);
    color: #fff;
}

/* Responsive */
@media (max-width: 600px) {
    .donation-inner {
        flex-direction: column;
        gap: 24px;
        align-items: center;
        text-align: center;
    }

    .donation-address { align-items: center; }

    .donation-wallet {
        font-size: 0.72rem;
        max-width: 100%;
        text-align: center;
    }
}

/* ----------------------------------------------------------------
   RIGHT SIDEBAR — ICONIC EVENTS
   ---------------------------------------------------------------- */
.feed-list { margin-top: 4px; }

/* Lead post */
.mini-post { margin-bottom: 20px; padding-bottom: 18px; border-bottom: 1px solid var(--border); }
.mini-post:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }

.mini-post-img-link { display: block; line-height: 0; }

.mini-post-img--lead {
    width: 100%;
    overflow: hidden;
    margin-bottom: 10px;
}

.mini-post-img--lead img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    filter: sepia(10%);
    transition: filter 0.3s, transform 0.4s;
}

.mini-post--lead:hover .mini-post-img--lead img {
    filter: sepia(0%);
    transform: scale(1.03);
}

/* Inline (secondary) posts */
.mini-post:not(.mini-post--lead) {
    display: flex;
    gap: 12px;
    align-items: flex-start;
}

.mini-post-img--thumb {
    flex-shrink: 0;
    width: 72px;
    overflow: hidden;
}

.mini-post-img--thumb img {
    width: 72px;
    height: 62px;
    object-fit: cover;
    filter: sepia(10%);
    transition: filter 0.3s;
}

.mini-post:hover .mini-post-img--thumb img { filter: sepia(0%); }

.mini-post-body--inline { flex: 1; }

.cat-small {
    display: block;
    font-size: 0.65rem;
    color: var(--accent);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 4px;
    font-weight: 700;
}

.mini-post-title {
    font-family: var(--font-head);
    font-size: 1rem;
    line-height: 1.25;
    margin-bottom: 6px;
}

.mini-post-title a { color: var(--primary); }
.mini-post-title a:hover { color: var(--accent); }

.mini-post-excerpt {
    font-size: 0.82rem;
    color: var(--muted);
    line-height: 1.5;
}

/* ----------------------------------------------------------------
   SECTION DIVIDER — ornamental
   ---------------------------------------------------------------- */
.section-divider {
    border: 0;
    margin: 28px 0;
    position: relative;
    text-align: center;
    height: 16px;
}

.section-divider--ornament::before {
    content: '✦ ✦ ✦';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: var(--bg-body);
    padding: 0 16px;
    font-size: 0.7rem;
    color: var(--border);
    letter-spacing: 6px;
}

.section-divider--ornament::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0; right: 0;
    height: 1px;
    background: var(--border);
    z-index: -1;
}

/* ----------------------------------------------------------------
   SECTION 2 — HUMAN STORIES & REGRETS
   ---------------------------------------------------------------- */
.listing-section {
    margin-bottom: 36px;
}

.listing-section__header {
    margin-bottom: 22px;
}

.listing-section__intro {
    font-family: var(--font-head);
    font-style: italic;
    font-size: 0.95rem;
    color: var(--muted);
    margin-top: -8px;
}

/* 2-col grid: stories | sidebar */
.layout-grid-2 {
    display: grid;
    grid-template-columns: 1fr 290px;
    gap: 40px;
    align-items: start;
}

/* Story listing item */
.listing-item--story {
    position: relative;
    margin-bottom: 32px;
    padding-bottom: 30px;
    border-bottom: 1px solid var(--border);
}

.listing-item--story:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

/* Issue number — big editorial stamp */
.listing-item__num {
    position: absolute;
    top: 0;
    left: -38px;
    font-family: var(--font-head);
    font-size: 3.5rem;
    line-height: 1;
    color: var(--border);
    font-weight: 700;
    user-select: none;
    pointer-events: none;
}

.listing-item__inner {
    display: grid;
    grid-template-columns: 220px 1fr;
    gap: 22px;
    align-items: start;
}

/* Thumbnail */
.listing-item__img-wrap {
    display: block;
    overflow: hidden;
    line-height: 0;
}

.listing-item__img {
    width: 100%;
    height: 175px;
    object-fit: cover;
    filter: sepia(12%) contrast(1.04);
    transition: filter 0.4s, transform 0.5s;
}

.listing-item__img-wrap:hover .listing-item__img {
    filter: sepia(0%) contrast(1);
    transform: scale(1.04);
}

/* Text */
.listing-item__text { padding-top: 4px; }

.meta {
    font-family: var(--font-body);
    font-size: 0.72rem;
    text-transform: uppercase;
    color: var(--muted);
    letter-spacing: 1px;
    margin-bottom: 8px;
}

.meta-sep { margin: 0 6px; color: var(--border); }

.listing-item__title {
    font-family: var(--font-head);
    font-size: 1.45rem;
    line-height: 1.2;
    margin-bottom: 10px;
    color: var(--primary);
}

.listing-item__title a { color: inherit; }
.listing-item__title a:hover { color: var(--accent); }

.listing-item__excerpt {
    font-size: 0.9rem;
    color: var(--mid);
    line-height: 1.65;
    margin-bottom: 14px;
    text-align: justify;
    hyphens: auto;
}

.btn-text {
    font-size: 0.8rem;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.8px;
    color: var(--accent);
    border-bottom: 1px solid var(--accent);
    padding-bottom: 1px;
    transition: color 0.2s, border-color 0.2s;
}

.btn-text:hover { color: var(--primary); border-color: var(--primary); }

/* ----------------------------------------------------------------
   NEWSLETTER BOX
   ---------------------------------------------------------------- */
.newsletter-sidebar { display: flex; flex-direction: column; gap: 24px; }

.newsletter-box {
    padding: 22px 20px;
    border: 1px solid var(--border);
    background: var(--bg-light);
    text-align: center;
    position: relative;
}

/* Top ornamental border */
.newsletter-box::before {
    content: '';
    position: absolute;
    top: 5px; left: 5px; right: 5px;
    height: 1px;
    background: var(--border);
}

.newsletter-box__label {
    font-family: var(--font-body);
    font-size: 0.65rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--muted);
    margin-bottom: 10px;
}

.newsletter-box h3 {
    font-size: 1.05rem;
    margin-bottom: 6px;
    line-height: 1.3;
}

.newsletter-box__sub {
    font-size: 0.83rem;
    color: var(--muted);
    margin-bottom: 16px;
    font-style: italic;
}

#newsletterEmail {
    width: 100%;
    padding: 9px 12px;
    margin-bottom: 10px;
    border: 1px solid var(--border);
    font-family: var(--font-body);
    font-size: 0.88rem;
    background: #fff7ef;
    color: var(--secondary);
    outline: none;
    transition: border-color 0.2s;
}

#newsletterEmail:focus { border-color: var(--accent); }

#newsletterBtn {
    width: 100%;
    padding: 10px;
    background: var(--accent);
    color: #fff;
    border: 2px solid var(--accent);
    text-transform: uppercase;
    font-family: var(--font-head);
    font-weight: 700;
    font-size: 0.85rem;
    letter-spacing: 1px;
    cursor: pointer;
    transition: background 0.25s, color 0.25s;
}

#newsletterBtn:hover { background: #fff; color: var(--accent); }

.small-note { font-size: 0.82rem; color: var(--muted); margin-top: 8px; font-style: italic; }

/* Latest articles widget */
.widget--latest .simple-list li {
    padding: 9px 0;
    border-bottom: 1px solid var(--border);
    font-family: var(--font-head);
    font-style: italic;
    font-size: 0.98rem;
    line-height: 1.3;
}

.widget--latest .simple-list li:last-child { border-bottom: none; }

.widget--latest .simple-list a { color: var(--primary); }
.widget--latest .simple-list a:hover { color: var(--accent); }

/* ----------------------------------------------------------------
   SECTION 3 — TIMELINE (unchanged from original, kept tidy)
   ---------------------------------------------------------------- */
.section-divider { border: 0; border-top: 1px solid var(--border); margin: 36px 0; }

.timeline-section { padding-bottom: 50px; }

.vertical-timeline {
    position: relative;
    max-width: 960px;
    margin: 36px auto;
    padding: 20px 0;
}

.vertical-timeline::before {
    content: '';
    position: absolute;
    top: 0; bottom: 0;
    left: 50%;
    width: 2px;
    background: var(--border);
    transform: translateX(-50%);
}

.v-item {
    position: relative;
    width: 50%;
    padding: 18px 38px;
    box-sizing: border-box;
}

.v-item:nth-child(odd)  { left: 0; text-align: right; }
.v-item:nth-child(even) { left: 50%; text-align: left; }

.v-date {
    position: absolute;
    top: 18px;
    width: 48px; height: 48px;
    background: var(--bg-body);
    border: 2px solid var(--accent);
    border-radius: 50%;
    color: var(--accent);
    font-weight: 700;
    font-family: var(--font-head);
    display: flex; align-items: center; justify-content: center;
    font-size: 0.85rem;
    z-index: 2;
    box-shadow: 0 2px 5px rgba(182,64,36,0.12);
}

.v-item:nth-child(odd) .v-date  { right: -24px; }
.v-item:nth-child(even) .v-date { left: -24px; }

.v-content {
    background: transparent;
    padding: 8px 18px;
    transition: transform 0.3s;
}

.v-item:nth-child(odd) .v-content  { border-right: 3px solid var(--border); padding-right: 22px; }
.v-item:nth-child(even) .v-content { border-left: 3px solid var(--border); padding-left: 22px; }

.v-item:nth-child(odd) .v-content:hover  { border-right-color: var(--accent); transform: translateX(-5px); }
.v-item:nth-child(even) .v-content:hover { border-left-color: var(--accent);  transform: translateX(5px); }

.v-content h3 { font-size: 1.25rem; margin-bottom: 6px; color: var(--primary); }
.v-content p  { font-size: 0.9rem;  color: var(--secondary); line-height: 1.5; }

/* ----------------------------------------------------------------
   SECTION 4 — DO YOU REMEMBER (Memories)
   ---------------------------------------------------------------- */
.memories-section { margin-bottom: 50px; }

.memories-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.memory-card {
    border: 1px solid var(--border);
    padding: 18px;
    background: var(--bg-light);
    transition: box-shadow 0.3s;
}

.memory-card:hover { box-shadow: 0 4px 16px rgba(140,49,26,0.08); }

.memory-card h3 { font-size: 1.15rem; margin-bottom: 8px; }
.memory-text    { font-size: 0.9rem; color: var(--mid); line-height: 1.6; }
.small-btn      { display: inline-block; margin-top: 12px; }

/* ----------------------------------------------------------------
   SECTION 5 — CTA STORIES
   ---------------------------------------------------------------- */
.cta-stories-section {
    margin: 36px auto 50px;
    padding: 40px 20px;
    background: var(--bg-light);
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
    position: relative;
}

/* Aged paper top/bottom rules */
.cta-stories-section::before,
.cta-stories-section::after {
    content: '— ✦ ✦ ✦ —';
    display: block;
    text-align: center;
    font-size: 0.75rem;
    color: var(--border);
    letter-spacing: 6px;
    margin-bottom: 14px;
}

.cta-stories-section::after { margin-top: 14px; margin-bottom: 0; }

.cta-stories-inner { max-width: 720px; margin: 0 auto; text-align: center; }

.cta-stories-inner h2 { font-size: 1.75rem; font-style: italic; margin-bottom: 14px; }
.cta-stories-inner p  { margin-bottom: 14px; color: var(--mid); font-size: 0.93rem; }

.cta-stories-button {
    display: inline-block;
    margin: 10px 0 5px;
    padding: 11px 28px;
    border: 2px solid var(--accent);
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 0.83rem;
    background: var(--accent);
    color: #fff;
    transition: background 0.25s, color 0.25s;
}

.cta-stories-button:hover { background: #fff; color: var(--accent); }
.cta-note { font-size: 0.78rem; color: var(--muted); margin-top: 10px; font-style: italic; }

/* ----------------------------------------------------------------
   FOOTER
   ---------------------------------------------------------------- */
.site-footer {
    border-top: 2px solid var(--border);
    margin-top: 50px;
    padding-top: 40px;
    background: var(--bg-nav);
}

.footer-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.col-title {
    font-family: var(--font-body);
    font-size: 0.75rem;
    margin-bottom: 18px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: var(--muted);
    border-bottom: 1px solid var(--border);
    padding-bottom: 8px;
}

.footer-menu li   { margin-bottom: 8px; }
.footer-menu a    { font-family: var(--font-head); font-style: italic; font-size: 1rem; color: var(--secondary); }
.footer-menu a:hover { color: var(--accent); }

.footer-bottom {
    text-align: center;
    margin-top: 36px;
    padding: 18px 0;
    border-top: 1px solid var(--border);
    font-size: 0.88rem;
    color: var(--muted);
}

.social-icons { margin-bottom: 12px; }
.social-icons a { margin: 0 10px; font-size: 1.2rem; color: var(--accent); }
.social-icons a:hover { color: var(--primary); }

/* Utility */
.no-content { font-style: italic; color: var(--muted); font-size: 0.9rem; }

/* ----------------------------------------------------------------
   RESPONSIVE
   ---------------------------------------------------------------- */
@media (max-width: 1100px) {
    .listing-item__num { display: none; }
}

@media (max-width: 992px) {
    .hero-section {
        grid-template-columns: 1fr 240px;
        gap: 0;
    }

    .col-left  { display: none; }
    .col-center { border-right: 1px solid var(--border); }

    .memories-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 768px) {
    .hero-section {
        grid-template-columns: 1fr;
    }

    .col-center { border-right: none; border-bottom: 1px solid var(--border); padding-bottom: 28px; }
    .col-right  { padding-left: 0; padding-top: 22px; }

    .layout-grid-2 { grid-template-columns: 1fr; }

    .listing-item__inner {
        grid-template-columns: 1fr;
    }

    .listing-item__img { height: 220px; }

    .memories-grid { grid-template-columns: 1fr; }

    /* Nav mobile */
    .nav-links {
        display: none;
        width: 100%;
        flex-direction: column;
        text-align: center;
        padding: 14px 0;
        border-top: 1px solid var(--border);
        margin-top: 10px;
    }
    .nav-links li { margin-bottom: 8px; }
    .nav-links.active { display: flex; }
    .mobile-menu-btn { display: block; }

    .footer-grid { grid-template-columns: 1fr 1fr; }

    .masthead-bar { flex-wrap: wrap; gap: 8px; font-size: 0.65rem; }

    .vertical-timeline::before { left: 20px; }
    .v-item { width: 100%; padding-left: 55px; padding-right: 16px; text-align: left !important; margin-bottom: 28px; }
    .v-item:nth-child(even) { left: 0; }
    .v-item:nth-child(odd) .v-date,
    .v-item:nth-child(even) .v-date { left: -4px; right: auto; }
    .v-item:nth-child(odd) .v-content,
    .v-item:nth-child(even) .v-content {
        border-right: none;
        border-left: 3px solid var(--border);
        padding-left: 18px;
        padding-right: 0;
    }
    .v-item:nth-child(odd) .v-content:hover,
    .v-item:nth-child(even) .v-content:hover { transform: translateX(5px); border-left-color: var(--accent); }
}

@media (max-width: 480px) {
    .footer-grid { grid-template-columns: 1fr; }
    .article-title--hero { font-size: 1.4rem; }
    .listing-item__title { font-size: 1.2rem; }
}

/* ----------------------------------------------------------------
   HISTORY WIDGET MOBILE
   ---------------------------------------------------------------- */
@media (max-width: 768px) {
    .history-card { padding: 14px 14px 32px !important; min-height: auto !important; }
    .history-headline { font-size: 0.98rem; }
}