
/* ============================================================
   SCREEN.CSS — Thème MrAlexJim
   Les styles de la landing page (non-membres) sont intégrés
   directement depuis frenchfish.html.
   Les styles membres (feed, galleries, post) sont ajoutés ici.
   ============================================================ */

/* ── VARIABLES & RESET (identiques à la landing) ── */
:root {
  --gold: #C9913A;
  --gold-light: #E8B55A;
  --gold-dim: #7A5520;
  --ink: #08060A;
  --ink2: #111018;
  --ink3: #1C1A24;
  --ink4: #252331;
  --silver: #A0A8B8;
  --text: #E8E4DC;
  --text-muted: #7A7590;
  --border: rgba(201,145,58,0.18);
  --border-light: rgba(201,145,58,0.35);
  --btc: #F7931A;
  --btc-dim: rgba(247,147,26,0.12);
  --btc-border: rgba(247,147,26,0.35);
  --pp: #003087;
  --pp-dim: rgba(0,48,135,0.15);
  --pp-border: rgba(100,150,255,0.3);
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; scroll-padding-top: 5rem; }
body { font-family: 'Outfit', sans-serif; background-color: var(--ink); color: var(--text); font-size: 16px; line-height: 1.65; overflow-x: hidden; }
body::before { content: ''; position: fixed; inset: 0; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.035'/%3E%3C/svg%3E"); pointer-events: none; z-index: 0; opacity: 0.6; }
* { position: relative; z-index: 1; }
h1, h2, h3 { font-family: 'Playfair Display', Georgia, serif; line-height: 1.2; }
h1 { font-size: clamp(2.2rem, 5vw, 3.8rem); font-weight: 700; }
h2 { font-size: clamp(1.6rem, 3vw, 2.4rem); font-weight: 400; }
h3 { font-size: 1.25rem; font-weight: 700; }
.gold { color: var(--gold-light); }
.italic { font-style: italic; }
.container { max-width: 1100px; margin: 0 auto; padding: 0 1.5rem; }
section { padding: 5rem 0; }

/* NAV */
.nav-landing { position: fixed; top: 0; left: 0; right: 0; z-index: 999; padding: 1rem 2rem; display: flex; align-items: center; justify-content: space-between; background: rgba(8,6,10,0.85); backdrop-filter: blur(12px); border-bottom: 1px solid var(--border); }
.nav-logo { font-family: 'Playfair Display', serif; font-size: 1.4rem; color: var(--gold-light); text-decoration: none; letter-spacing: 0.04em; }
.nav-logo span { font-family: 'Outfit', sans-serif; font-style: normal; font-weight: 500; color: #ffffff; letter-spacing: 0.02em; }
.nav-cta { display: inline-flex; align-items: center; gap: 0.5rem; padding: 0.5rem 1.25rem; border: 1px solid var(--border-light); border-radius: 2px; color: var(--gold-light); text-decoration: none; font-size: 0.85rem; font-weight: 500; letter-spacing: 0.08em; text-transform: uppercase; transition: background 0.2s, border-color 0.2s; }
.nav-cta:hover { background: rgba(201,145,58,0.1); border-color: var(--gold); }

/* HERO */
.hero { min-height: 100vh; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 7rem 1.5rem 4rem; background: radial-gradient(ellipse 80% 60% at 50% 0%, rgba(201,145,58,0.07) 0%, transparent 70%); }
.hero-eyebrow { display: inline-block; font-size: 0.7rem; font-weight: 600; letter-spacing: 0.25em; text-transform: uppercase; color: var(--gold); border: 1px solid var(--border-light); padding: 0.4rem 1rem; border-radius: 1px; margin-bottom: 2rem; }
.hero h1 { max-width: 820px; margin-bottom: 1.25rem; }
.hero > p { font-size: 1.1rem; color: var(--silver); max-width: 580px; margin: 0 auto 2.5rem; font-weight: 300; }

.schedule-bar { display: inline-flex; align-items: center; gap: 1.5rem; flex-wrap: wrap; justify-content: center; background: rgba(201,145,58,0.07); border: 1px solid var(--border); border-radius: 2px; padding: 0.8rem 2rem; margin-bottom: 3rem; font-size: 0.85rem; }
.schedule-item { display: flex; align-items: center; gap: 0.5rem; color: var(--silver); }
.day-badge { font-size: 0.65rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; padding: 0.2rem 0.55rem; border-radius: 1px; }
.day-badge.pics { background: rgba(201,145,58,0.18); color: var(--gold-light); }
.day-badge.vids { background: rgba(140,180,255,0.13); color: #8CB4FF; }
.schedule-divider { width: 1px; height: 20px; background: var(--border-light); }

.volume-banner { display: inline-flex; gap: 2.5rem; flex-wrap: wrap; justify-content: center; margin-bottom: 2.5rem; }
.volume-item { text-align: center; background: rgba(201,145,58,0.06); border: 1px solid var(--border); padding: 0.9rem 2rem; border-radius: 2px; }
.volume-number { display: block; font-family: 'Playfair Display', serif; font-size: 2.2rem; color: var(--gold-light); line-height: 1; }
.volume-label { font-size: 0.75rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--text-muted); }

.hero-stats { display: flex; gap: 3rem; justify-content: center; flex-wrap: wrap; margin-top: 3.5rem; padding-top: 3rem; border-top: 1px solid var(--border); }
.stat-item { text-align: center; }
.stat-number { display: block; font-family: 'Playfair Display', serif; font-size: 2.2rem; color: var(--gold-light); line-height: 1; margin-bottom: 0.35rem; }
.stat-label { font-size: 0.8rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--text-muted); }

/* BUTTONS */
.btn-primary { display: inline-flex; align-items: center; gap: 0.6rem; padding: 0.9rem 2.2rem; background: var(--gold); color: var(--ink); font-family: 'Outfit', sans-serif; font-size: 0.9rem; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; text-decoration: none; border-radius: 2px; border: none; cursor: pointer; transition: background 0.2s, transform 0.15s; }
.btn-primary:hover { background: var(--gold-light); transform: translateY(-1px); }
.btn-ghost { display: inline-flex; align-items: center; gap: 0.6rem; padding: 0.85rem 2rem; background: transparent; color: var(--gold-light); font-family: 'Outfit', sans-serif; font-size: 0.9rem; font-weight: 500; letter-spacing: 0.06em; text-decoration: none; border: 1px solid var(--border-light); border-radius: 2px; transition: background 0.2s, border-color 0.2s; }
.btn-ghost:hover { background: rgba(201,145,58,0.08); border-color: var(--gold); }

/* PAYMENT BUTTONS IN TIERS */
.tier-payments { display: flex; flex-direction: column; gap: 0.75rem; margin-top: auto; padding-top: 0.5rem; }

.btn-btc { position: relative; display: flex; align-items: center; gap: 0.5rem; padding: 0.75rem 1rem 0.75rem 0.85rem; background: var(--btc-dim); color: var(--btc); font-family: 'Outfit', sans-serif; font-size: 0.82rem; font-weight: 600; letter-spacing: 0.06em; text-decoration: none; border: 1px solid var(--btc-border); border-radius: 2px; transition: background 0.2s; }
.btn-btc:hover { background: rgba(247,147,26,0.2); }
.btc-label { display: flex; flex-direction: column; align-items: flex-start; }
.btc-label .btc-main { font-size: 0.82rem; font-weight: 600; }
.btc-label .btc-sub { font-size: 0.68rem; font-weight: 300; color: rgba(247,147,26,0.75); letter-spacing: 0.04em; }
.btc-preferred { position: absolute; top: -8px; right: 8px; font-size: 0.58rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; background: var(--btc); color: var(--ink); padding: 0.15rem 0.5rem; border-radius: 1px; white-space: nowrap; }

.btn-pp { display: flex; align-items: center; justify-content: center; gap: 0.5rem; padding: 0.75rem 1rem; background: var(--pp-dim); color: #7BA7FF; font-family: 'Outfit', sans-serif; font-size: 0.82rem; font-weight: 500; letter-spacing: 0.04em; text-decoration: none; border: 1px solid var(--pp-border); border-radius: 2px; transition: background 0.2s; }
.btn-pp:hover { background: rgba(0,48,135,0.25); }
.btn-card { display: flex; align-items: center; justify-content: center; gap: 0.5rem; padding: 0.75rem 1rem; background: rgba(160,168,184,0.07); color: var(--silver); font-family: 'Outfit', sans-serif; font-size: 0.82rem; font-weight: 500; letter-spacing: 0.04em; text-decoration: none; border: 1px solid rgba(160,168,184,0.2); border-radius: 2px; transition: background 0.2s; }
.btn-card:hover { background: rgba(160,168,184,0.13); }
.payment-fiat-note { font-size: 0.72rem; color: var(--text-muted); line-height: 1.5; padding: 0.5rem 0 0; border-top: 1px solid var(--border); }
.payment-fiat-note strong { color: var(--silver); font-weight: 500; }

/* SECTION HEADER */
.section-header { text-align: center; margin-bottom: 3.5rem; }
.section-header h2 { margin-bottom: 0.75rem; }
.section-header p { color: var(--silver); font-weight: 300; font-size: 1.05rem; max-width: 520px; margin: 0 auto; }
.ornament { display: block; width: 48px; height: 1px; background: var(--gold); margin: 1rem auto; }

/* HOW IT WORKS */
.how-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5px; background: var(--border); border: 1px solid var(--border); border-radius: 3px; overflow: hidden; }
.how-step { background: var(--ink2); padding: 2.5rem 2rem; transition: background 0.2s; }
.how-step:hover { background: var(--ink3); }
.step-number { font-family: 'Playfair Display', serif; font-size: 3rem; color: var(--gold-dim); line-height: 1; margin-bottom: 1rem; }
.how-step h3 { margin-bottom: 0.6rem; font-size: 1rem; letter-spacing: 0.04em; text-transform: uppercase; font-family: 'Outfit', sans-serif; font-weight: 600; color: var(--gold-light); }
.how-step p { font-size: 0.9rem; color: var(--silver); font-weight: 300; line-height: 1.6; }

/* TIERS */
.tiers-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--border); border: 1px solid var(--border); border-radius: 3px; overflow: visible; }
.tier-card { background: var(--ink2); padding: 2.5rem 1.75rem; display: flex; flex-direction: column; gap: 1.25rem; transition: background 0.25s; }
.tier-card:hover { background: var(--ink3); }
.tier-card.featured { background: var(--ink3); border: 1px solid var(--border-light); margin: -1px; z-index: 2; box-shadow: 0 0 60px rgba(201,145,58,0.08); }
.tier-badge { display: inline-block; font-size: 0.65rem; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; padding: 0.3rem 0.75rem; border-radius: 1px; margin-bottom: 0.5rem; }
.tier-badge.silver { background: rgba(160,168,184,0.12); color: #A0A8B8; border: 1px solid rgba(160,168,184,0.25); }
.tier-badge.gold { background: rgba(201,145,58,0.12); color: var(--gold-light); border: 1px solid rgba(201,145,58,0.3); }
.tier-badge.diamond { background: rgba(140,180,255,0.1); color: #8CB4FF; border: 1px solid rgba(140,180,255,0.25); }
.tier-badge.platinum { background: rgba(220,210,255,0.1); color: #DCD2FF; border: 1px solid rgba(220,210,255,0.25); }
.popular-tag { position: absolute; top: -14px; left: 50%; transform: translateX(-50%); background: var(--gold); color: var(--ink); font-size: 0.65rem; font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase; padding: 0.3rem 1rem; border-radius: 2px; white-space: nowrap; }
.tier-name { font-family: 'Playfair Display', serif; font-size: 1.6rem; font-weight: 700; color: var(--text); margin-bottom: 0.25rem; }
.tier-price { font-size: 2.4rem; font-weight: 600; color: var(--gold-light); line-height: 1; }
.tier-price sup { font-size: 1.1rem; vertical-align: super; }
.tier-price .per { font-size: 0.8rem; color: var(--text-muted); font-weight: 300; }
.tier-spots { font-size: 0.8rem; color: var(--gold); display: flex; align-items: center; gap: 0.4rem; }
.spot-dot { width: 6px; height: 6px; background: var(--gold); border-radius: 50%; animation: pulse 1.8s ease-in-out infinite; }
@keyframes pulse { 0%, 100% { opacity: 1; } 50% { opacity: 0.3; } }
.tier-features { list-style: none; display: flex; flex-direction: column; gap: 0.6rem; flex: 1; }
.tier-features li { display: flex; align-items: flex-start; gap: 0.6rem; font-size: 0.88rem; color: var(--silver); font-weight: 300; }
.tier-features li .check { color: var(--gold); flex-shrink: 0; margin-top: 0.1em; }
.tier-features li .cross { color: var(--text-muted); flex-shrink: 0; margin-top: 0.1em; }

/* COMPARE TABLE */
.table-wrap { overflow-x: auto; }
.compare-table { width: 100%; border-collapse: collapse; font-size: 0.88rem; border: 1px solid var(--border); }
.compare-table thead th { background: var(--ink3); padding: 1.25rem 1.5rem; text-align: center; font-family: 'Playfair Display', serif; font-size: 1rem; font-weight: 700; border-bottom: 1px solid var(--border-light); }
.compare-table thead th:first-child { text-align: left; }
.compare-table .th-price { display: block; font-family: 'Outfit', sans-serif; font-size: 0.8rem; font-weight: 400; color: var(--text-muted); margin-top: 0.2rem; }
.compare-table tbody tr { border-bottom: 1px solid var(--border); }
.compare-table tbody tr:last-child { border-bottom: none; }
.compare-table tbody tr:hover td { background: rgba(201,145,58,0.03); }
.compare-table td { padding: 0.85rem 1.5rem; text-align: center; color: var(--silver); background: var(--ink2); }
.compare-table td:first-child { text-align: left; color: var(--text); font-weight: 400; }
.compare-table .yes { color: var(--gold-light); font-size: 1rem; }
.compare-table .no { color: var(--text-muted); }

/* PLATINUM REMINDER */
.plat-reminder { max-width: 600px; margin: 0 auto; background: var(--ink2); border: 1px solid var(--border-light); border-radius: 3px; padding: 3rem 2.5rem; text-align: center; }
.plat-reminder h3 { font-family: 'Playfair Display', serif; font-size: 1.8rem; font-weight: 400; margin-bottom: 0.5rem; }
.plat-price { font-size: 3rem; font-weight: 600; color: var(--gold-light); margin: 0.75rem 0; font-family: 'Playfair Display', serif; }
.plat-tag { display: inline-block; font-size: 0.7rem; letter-spacing: 0.15em; text-transform: uppercase; color: var(--text-muted); margin-bottom: 2rem; }
.plat-features { list-style: none; text-align: left; display: flex; flex-direction: column; gap: 0.7rem; margin-bottom: 2rem; }
.plat-features li { display: flex; align-items: flex-start; gap: 0.6rem; font-size: 0.9rem; color: var(--silver); }
.plat-features li::before { content: '\25C6'; font-size: 0.5rem; color: var(--gold); flex-shrink: 0; margin-top: 0.35em; }
.plat-inquiry { font-size: 0.88rem; color: var(--silver); margin-top: 1.25rem; font-weight: 300; }
.plat-inquiry a { color: var(--gold-light); text-decoration: none; border-bottom: 1px solid var(--border-light); transition: border-color 0.2s; }
.plat-inquiry a:hover { border-color: var(--gold); }

/* GUARANTEE */
.guarantee-box { background: rgba(201,145,58,0.05); border: 1px solid var(--border); border-radius: 3px; padding: 3rem; text-align: center; max-width: 680px; margin: 0 auto; }
.guarantee-icon { font-size: 2.5rem; margin-bottom: 1.25rem; display: block; }
.guarantee-box h2 { margin-bottom: 1rem; font-size: 1.8rem; }
.guarantee-box p { color: var(--silver); font-weight: 300; max-width: 480px; margin: 0 auto; }
.guarantee-box a { color: var(--gold-light); text-decoration: none; border-bottom: 1px solid var(--border-light); transition: border-color 0.2s; }
.guarantee-box a:hover { border-color: var(--gold); }

/* TICKER */
.ticker { background: rgba(201,145,58,0.08); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); padding: 0.7rem 0; overflow: hidden; }
.ticker-inner { display: flex; gap: 3rem; animation: ticker 28s linear infinite; white-space: nowrap; width: max-content; }
.ticker-inner span { font-size: 0.8rem; color: var(--gold); letter-spacing: 0.05em; }
@keyframes ticker { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }

/* FAQ */
.faq-list { max-width: 740px; margin: 0 auto; display: flex; flex-direction: column; gap: 1px; background: var(--border); border: 1px solid var(--border); }
.faq-item { background: var(--ink2); }
.faq-question { width: 100%; background: none; border: none; color: var(--text); font-family: 'Outfit', sans-serif; font-size: 0.95rem; font-weight: 500; text-align: left; padding: 1.25rem 1.5rem; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 1rem; transition: background 0.2s; }
.faq-question:hover { background: var(--ink3); }
.faq-icon { color: var(--gold); font-size: 1.2rem; flex-shrink: 0; transition: transform 0.25s; }
.faq-question.open .faq-icon { transform: rotate(45deg); }
.faq-answer { display: none; padding: 1rem 1.5rem 1.5rem; color: var(--silver); font-size: 0.9rem; font-weight: 300; line-height: 1.7; border-top: 1px solid var(--border); }
.faq-answer.open { display: block; }
.faq-answer strong { color: var(--text); font-weight: 500; }

/* FOOTER */
footer { background: var(--ink2); border-top: 1px solid var(--border); padding: 3rem 1.5rem; text-align: center; }
.footer-logo { font-family: 'Playfair Display', serif; font-size: 1.8rem; color: var(--gold-light); margin-bottom: 1rem; }
.footer-links { display: flex; gap: 1.5rem; justify-content: center; flex-wrap: wrap; margin-bottom: 1.5rem; }
.footer-links a { font-size: 0.8rem; color: var(--text-muted); text-decoration: none; letter-spacing: 0.08em; text-transform: uppercase; transition: color 0.2s; }
.footer-links a:hover { color: var(--gold-light); }
footer p { font-size: 0.8rem; color: var(--text-muted); }

@media (max-width: 900px) { .tiers-grid { grid-template-columns: repeat(2, 1fr); } .how-grid { grid-template-columns: 1fr; } }
@media (max-width: 600px) { .tiers-grid { grid-template-columns: 1fr; } .hero-stats { gap: 2rem; } .compare-table { font-size: 0.78rem; } .compare-table td, .compare-table th { padding: 0.7rem 0.6rem; } .schedule-divider { display: none; } .volume-banner { gap: 1rem; } }

/* ── NAV BOUTONS (partagés) ── */
.nav-btn { display: inline-flex; align-items: center; gap: 0.4rem; padding: 0.45rem 1.1rem; font-family: "Outfit", sans-serif; font-size: 0.82rem; font-weight: 500; letter-spacing: 0.06em; border-radius: 2px; text-decoration: none; transition: background 0.2s, border-color 0.2s; cursor: pointer; }
.nav-btn--gold { background: var(--gold); color: var(--ink); font-weight: 600; border: 1px solid transparent; }
.nav-btn--gold:hover { background: var(--gold-light); }
.nav-btn--ghost { background: transparent; color: var(--gold-light); border: 1px solid var(--border-light); }
.nav-btn--ghost:hover { background: rgba(201,145,58,0.08); border-color: var(--gold); }
.nav-btn--muted { background: transparent; color: var(--text-muted); border: 1px solid transparent; font-size: 0.78rem; }
.nav-btn--muted:hover { color: var(--text); }

/* ── HEADER MEMBRE ── */
.site-header { position: fixed; top: 0; left: 0; right: 0; z-index: 999; padding: 1rem 2rem; display: flex; align-items: center; justify-content: space-between; background: rgba(8,6,10,0.9); backdrop-filter: blur(12px); border-bottom: 1px solid var(--border); }
.site-nav { display: flex; align-items: center; gap: 0.75rem; }

/* ── FEED MEMBRES ── */
.feed-main { max-width: 1200px; margin: 0 auto; padding: 6rem 1.5rem 6rem; }
.feed-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 2.5rem; }
.feed-title { font-family: "Playfair Display", serif; font-size: 2rem; font-weight: 400; }
.post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
@media (max-width: 900px) { .post-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .post-grid { grid-template-columns: 1fr; } }

/* ── POST CARD ── */
.post-card { background: var(--ink2); border: 1px solid var(--border); border-radius: 3px; overflow: hidden; transition: border-color 0.2s, transform 0.2s; display: flex; flex-direction: column; }
.post-card:hover { border-color: var(--gold-dim); transform: translateY(-2px); }
.post-card-link { display: flex; flex-direction: column; height: 100%; text-decoration: none; color: inherit; }
.post-card-image { aspect-ratio: 2/3; width: 100%; background-size: cover; background-position: center top; flex-shrink: 0; }
.post-card-body { padding: 1.25rem; display: flex; flex-direction: column; gap: 0.5rem; flex: 1; }
.post-card-tags { display: flex; flex-wrap: wrap; gap: 0.35rem; }
.post-tag { font-size: 0.68rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; padding: 0.2rem 0.5rem; background: rgba(201,145,58,0.12); color: var(--gold); border: 1px solid var(--border); border-radius: 1px; }
.post-card-title { font-family: "Playfair Display", serif; font-size: 1.05rem; font-weight: 700; color: var(--text); line-height: 1.3; }
.post-card-excerpt { font-size: 0.85rem; color: var(--silver); font-weight: 300; line-height: 1.55; flex: 1; }
.post-card-meta { font-size: 0.75rem; color: var(--text-muted); margin-top: auto; padding-top: 0.5rem; }
.post-card--no-image .post-card-image { display: none; }

/* ── PAGINATION FEED ── */
.pagination { display: flex; align-items: center; justify-content: center; gap: 1.5rem; padding: 3rem 0; }
.pagination-btn { background: transparent; border: 1px solid var(--border-light); color: var(--gold-light); font-family: "Outfit", sans-serif; font-size: 0.85rem; padding: 0.6rem 1.25rem; border-radius: 2px; cursor: pointer; text-decoration: none; transition: background 0.2s; display: inline-flex; align-items: center; }
.pagination-btn:hover { background: rgba(201,145,58,0.08); }
.pagination-info { font-size: 0.82rem; color: var(--text-muted); }

/* ── POST INDIVIDUEL ── */
.post-main { max-width: 780px; margin: 0 auto; padding: 6rem 1.5rem 4rem; }
.post-hero { height: 420px; background-size: cover; background-position: center; display: flex; align-items: flex-end; position: relative; margin-bottom: 3rem; border-radius: 3px; overflow: hidden; }
.post-hero-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(8,6,10,0.9) 0%, transparent 60%); }
.post-hero-content { position: relative; z-index: 1; padding: 2rem; }
.post-header-simple { padding: 2rem 0; margin-bottom: 2rem; border-bottom: 1px solid var(--border); }
.post-title { font-size: clamp(1.8rem, 4vw, 3rem); font-weight: 700; color: var(--text); margin-bottom: 0.5rem; }
.post-content { color: var(--silver); font-size: 1.05rem; line-height: 1.8; }
.post-content h2, .post-content h3 { color: var(--text); margin: 2rem 0 0.75rem; }
.post-content img { max-width: 100%; border-radius: 2px; }
.post-content a { color: var(--gold-light); }
.post-tags-footer { display: flex; flex-wrap: wrap; gap: 0.4rem; margin-top: 3rem; padding-top: 1.5rem; border-top: 1px solid var(--border); }

/* ── PAGE GALLERIES ── */
.galleries-main { max-width: 1200px; margin: 0 auto; padding: 6rem 1.5rem 4rem; }
.galleries-toolbar { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 1.5rem; flex-wrap: wrap; gap: 1rem; }
.galleries-title { font-family: "Playfair Display", serif; font-size: 2rem; font-weight: 400; }
.galleries-sub { font-size: 0.85rem; color: var(--text-muted); margin-top: 0.25rem; }
.galleries-toolbar-right { display: flex; align-items: center; gap: 1rem; }
.galleries-count { font-size: 0.85rem; color: var(--silver); }
.btn-reset { background: transparent; border: 1px solid var(--border); color: var(--text-muted); font-family: "Outfit", sans-serif; font-size: 0.8rem; padding: 0.4rem 0.9rem; border-radius: 2px; cursor: pointer; transition: border-color 0.2s, color 0.2s; }
.btn-reset:hover { border-color: #E24B4A; color: #E24B4A; }
.tag-search-wrap { margin-bottom: 1.25rem; }
.tag-search-input { width: 100%; max-width: 420px; background: var(--ink2); border: 1px solid var(--border-light); color: var(--text); font-family: "Outfit", sans-serif; font-size: 0.9rem; padding: 0.7rem 1rem; border-radius: 2px; outline: none; transition: border-color 0.2s; }
.tag-search-input::placeholder { color: var(--text-muted); }
.tag-search-input:focus { border-color: var(--gold); }
.active-filters { display: flex; flex-direction: column; gap: 0.5rem; margin-bottom: 1rem; }
.active-filters-group { display: none; align-items: center; gap: 0.5rem; flex-wrap: wrap; }
.filter-label { font-size: 0.72rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; }
.filter-label--pos { color: #4CAF50; }
.filter-label--neg { color: #E24B4A; }
.active-tag-list { display: flex; flex-wrap: wrap; gap: 0.35rem; }
.active-tag { display: inline-flex; align-items: center; gap: 0.3rem; font-size: 0.78rem; padding: 0.2rem 0.5rem 0.2rem 0.7rem; border-radius: 2px; }
.active-tag--pos { background: rgba(76,175,80,0.15); color: #4CAF50; border: 1px solid rgba(76,175,80,0.3); }
.active-tag--neg { background: rgba(226,75,74,0.12); color: #E24B4A; border: 1px solid rgba(226,75,74,0.25); }
.active-tag-remove { background: none; border: none; cursor: pointer; color: inherit; opacity: 0.6; font-size: 0.9rem; padding: 0; line-height: 1; }
.active-tag-remove:hover { opacity: 1; }
.tag-cloud { display: flex; flex-wrap: wrap; gap: 0.4rem; margin-bottom: 1rem; padding: 1rem; background: var(--ink2); border: 1px solid var(--border); border-radius: 3px; min-height: 60px; }
.tag-pill { background: transparent; border: 1px solid var(--border); color: var(--silver); font-family: "Outfit", sans-serif; font-size: 0.78rem; padding: 0.3rem 0.65rem; border-radius: 2px; cursor: pointer; transition: background 0.15s, border-color 0.15s, color 0.15s; display: inline-flex; align-items: center; gap: 0.3rem; }
.tag-pill:hover { border-color: var(--gold-dim); color: var(--text); }
.tag-pill--pos { background: rgba(76,175,80,0.15); border-color: rgba(76,175,80,0.4); color: #4CAF50; }
.tag-pill--neg { background: rgba(226,75,74,0.12); border-color: rgba(226,75,74,0.35); color: #E24B4A; text-decoration: line-through; }
.tag-count { font-size: 0.68rem; opacity: 0.6; }
.tag-cloud-loading, .tag-empty, .tag-error { color: var(--text-muted); font-size: 0.85rem; }
.galleries-hint { display: flex; align-items: center; font-size: 0.75rem; color: var(--text-muted); margin-bottom: 1.5rem; flex-wrap: wrap; }
.hint-pos { color: rgba(76,175,80,0.8); }
.hint-neg { color: rgba(226,75,74,0.8); }
.hint-sep { margin: 0 0.4rem; }
.grid-loading { display: flex; flex-direction: column; align-items: center; gap: 1rem; padding: 4rem; color: var(--text-muted); grid-column: 1 / -1; }
.loading-spinner { width: 32px; height: 32px; border: 2px solid var(--border); border-top-color: var(--gold); border-radius: 50%; animation: spin 0.8s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.grid-empty, .grid-error { grid-column: 1/-1; text-align: center; padding: 4rem; color: var(--text-muted); }
.galleries-pagination { display: flex; align-items: center; justify-content: center; gap: 1rem; padding: 3rem 0 1rem; }

/* ── ACCESS DENIED ── */
.access-denied { max-width: 500px; margin: 10rem auto; text-align: center; padding: 1.5rem; }
.access-denied h2 { font-family: "Playfair Display", serif; margin-bottom: 1rem; }
.access-denied p { color: var(--silver); margin-bottom: 2rem; }

/* ── KOENIG EDITOR — classes requises par Ghost ── */
.kg-width-wide {
  margin-left: calc(25% - 25vw);
  margin-right: calc(25% - 25vw);
  width: auto;
}
.kg-width-full {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: 100vw;
}
.kg-image { display: block; max-width: 100%; }
.kg-image-card { margin: 2rem 0; }
.kg-image-card figcaption { text-align: center; font-size: 0.82rem; color: var(--text-muted); margin-top: 0.5rem; }
.kg-gallery-container { display: flex; flex-direction: column; max-width: 100%; }
.kg-gallery-row { display: flex; flex-direction: row; justify-content: center; gap: 0.5rem; margin-bottom: 0.5rem; }
.kg-gallery-image img { display: block; width: 100%; height: 100%; object-fit: cover; }
.kg-video-card video { width: 100%; }
.kg-embed-card { display: flex; flex-direction: column; align-items: center; margin: 2rem 0; }
.kg-bookmark-card { width: 100%; border: 1px solid var(--border); border-radius: 3px; overflow: hidden; }
.kg-callout-card { display: flex; gap: 1rem; padding: 1.25rem; border-radius: 3px; background: var(--ink3); margin: 1.5rem 0; }
.kg-toggle-card { border: 1px solid var(--border); border-radius: 3px; margin: 1.5rem 0; }
.kg-toggle-heading { padding: 1rem 1.25rem; cursor: pointer; }
.kg-toggle-content { padding: 0 1.25rem 1rem; }
.kg-audio-card { border: 1px solid var(--border); border-radius: 3px; padding: 1rem; margin: 1.5rem 0; }
.kg-header-card { text-align: center; padding: 4rem 2rem; }
.kg-button-card { text-align: center; margin: 1.5rem 0; }
.kg-button-card a { display: inline-block; padding: 0.75rem 1.75rem; background: var(--gold); color: var(--ink); border-radius: 2px; font-weight: 600; text-decoration: none; }

/* ── GHOST FONT VARIABLES ── */
:root {
  --gh-font-heading: 'Playfair Display', Georgia, serif;
  --gh-font-body: 'Outfit', sans-serif;
}

/* ── NAV RESPONSIVE ── */
@media (max-width: 860px) {
  .site-header { padding: 0.75rem 1rem; }
  .nav-btn--muted { display: none; }
}
@media (max-width: 640px) {
  .site-nav .nav-btn:not(.nav-btn--gold):not([data-members-signout]) { display: none; }
  .site-nav .nav-btn--gold { display: inline-flex; }
}
