@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400;0,500;0,600;1,400;1,500&family=Bodoni+Moda:ital,opsz,wght@0,6..96,400;0,6..96,500;0,6..96,700;1,6..96,400;1,6..96,700&family=Jost:wght@400;500;600;700&display=swap');

/* ══════════════════════════════════════════════════════════════
   Reset & base
   ══════════════════════════════════════════════════════════════ */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html, body { margin: 0; padding: 0; }
::selection { background: #B08A2E; color: #FBF8F1; }
body { background: #FBF8F1; color: #1C2A3A; font-family: 'EB Garamond', Georgia, serif; }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity .75s cubic-bezier(0.16,1,0.3,1), transform .75s cubic-bezier(0.16,1,0.3,1); }
.reveal.visible { opacity: 1; transform: none; }

/* ══════════════════════════════════════════════════════════════
   Nav
   ══════════════════════════════════════════════════════════════ */
#nav { position: sticky; top: 0; z-index: 100; background: rgba(251,248,241,.92); backdrop-filter: blur(10px); border-bottom: 1px solid #E3DCCB; }
#nav-inner { max-width: 1080px; margin: 0 auto; padding: 0 32px; height: 60px; display: flex; align-items: center; justify-content: space-between; }
.nav-logo { font-family: 'Bodoni Moda', serif; font-weight: 500; font-size: 22px; color: #11203A; text-decoration: none; letter-spacing: .01em; }
.nav-logo em { font-style: italic; font-weight: 400; color: #B08A2E; }
.nav-links { display: flex; align-items: center; gap: 24px; font-family: 'Jost', sans-serif; font-size: 11px; letter-spacing: .22em; text-transform: uppercase; color: #52606D; }
.nav-links a { color: #52606D; text-decoration: none; transition: color .2s; }
.nav-links a:hover { color: #11203A; }
.nav-subscribe { padding: 8px 18px; background: #11203A; color: #F5F0E6 !important; }
.nav-subscribe:hover { background: #1C3A5A !important; }

.lang-switcher { position: relative; font-family: 'Jost', sans-serif; font-size: 11px; letter-spacing: .18em; text-transform: uppercase; }
.lang-current { display: flex; align-items: center; gap: 6px; cursor: pointer; color: #52606D; padding: 6px 0; user-select: none; }
.lang-current:hover { color: #11203A; }
.lang-current svg { flex-shrink: 0; }
.lang-dropdown { display: none; position: absolute; top: 100%; padding: 8px; right: 0; background: #FBF8F1; border: 1px solid #E3DCCB; min-width: 160px; max-height: 360px; overflow-y: auto; z-index: 100; box-shadow: 0 8px 24px rgba(0,0,0,.08); }
.lang-switcher:hover .lang-dropdown,
.lang-switcher:focus-within .lang-dropdown { display: block; }
.lang-dropdown a { display: flex; align-items: center; gap: 10px; padding: 9px 14px; border-radius: 4px; color: #52606D; text-decoration: none; font-size: 11px; letter-spacing: .14em; transition: background .15s; }
.lang-dropdown a:hover { background: #F0EBE1; color: #11203A; }
.lang-dropdown a.active { color: #B08A2E; font-weight: 600; }
.lang-dropdown a.unavail { opacity: .4; pointer-events: none; }
[dir="rtl"] .lang-dropdown { right: auto; left: 0; }

@media (max-width: 680px) {
    #nav-inner { padding: 0 20px; }
    .hide-sm { display: none; }
}

/* Standalone language pills (bottom of article/dossier pages) */
.lang-pills { display: flex; flex-wrap: wrap; gap: 6px; max-width: 860px; margin: 0 auto; padding: 36px 32px; border-top: 1px solid #EAE6DE; }
.lang-pill { display: inline-block; padding: 4px 12px; border-radius: 4px; font-size: 11px; font-family: 'Jost', sans-serif; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; text-decoration: none; background: #F0EBE3; color: #6B7280; border: 1px solid #DDD8CE; transition: background .15s, color .15s; }
.lang-pill:hover { background: #11203A; color: #fff; border-color: #11203A; }
.lang-pill.active { background: #11203A; color: #fff; border-color: #11203A; }

/* ══════════════════════════════════════════════════════════════
   Page hero (index / articles / dossiers / about / authors / legal)
   ══════════════════════════════════════════════════════════════ */
#page-hero { border-bottom: 1px solid #E3DCCB; padding: 72px 32px 56px; text-align: center; }
.hero-eyebrow { display: inline-block; font-family: 'Jost', sans-serif; font-size: 10px; letter-spacing: .42em; text-transform: uppercase; color: #B08A2E; margin-bottom: 18px; }
#page-hero h1 { margin: 0; font-family: 'Bodoni Moda', serif; font-weight: 500; font-size: clamp(36px, 5vw, 58px); line-height: 1.06; color: #11203A; }
#page-hero h1 em { font-style: italic; font-weight: 400; color: #B08A2E; }
#page-hero p { margin: 18px auto 0; max-width: 520px; font-family: 'Bodoni Moda', serif; font-style: italic; font-size: 18px; line-height: 1.5; color: #52606D; }
.gold-rule { display: block; width: 48px; height: 2px; background: #B08A2E; margin: 28px auto 0; }

#main { max-width: 1080px; margin: 0 auto; padding: 56px 32px 80px; }

/* ── Featured article ── */
#featured { display: grid; grid-template-columns: 1fr 1fr; background: #11203A; color: #F5F0E6; margin-bottom: 72px; text-decoration: none; overflow: hidden; }
#featured:hover .featured-img-wrap img { transform: scale(1.04); }
.featured-img-wrap { height: 420px; overflow: hidden; }
.featured-img-wrap img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s; }
.featured-img-placeholder { width: 100%; height: 100%; background: #0A1626; }
.featured-body { padding: 48px 44px; display: flex; flex-direction: column; justify-content: center; }
.feat-eyebrow { font-family: 'Jost', sans-serif; font-size: 10px; letter-spacing: .38em; text-transform: uppercase; color: #D8BC7A; margin-bottom: 16px; }
.featured-body h2 { margin: 0 0 16px; font-family: 'Bodoni Moda', serif; font-weight: 500; font-size: clamp(22px, 2.6vw, 32px); line-height: 1.1; color: #F7F2E7; }
.featured-body p { margin: 0; font-family: 'EB Garamond', serif; font-size: 17px; line-height: 1.65; color: #CDD3DC; }
.feat-meta { margin-top: 28px; display: flex; align-items: center; gap: 16px; font-family: 'Jost', sans-serif; font-size: 11px; letter-spacing: .2em; text-transform: uppercase; color: #8A93A3; }
.feat-cta { margin-top: 24px; font-family: 'Jost', sans-serif; font-size: 11px; letter-spacing: .22em; text-transform: uppercase; color: #E8C97E; display: inline-flex; align-items: center; gap: 8px; }
.feat-cta::after { content: '→'; }
[dir="rtl"] .feat-cta::after { content: '←'; }

/* ── Section header + article cards grid ── */
.section-header { display: flex; align-items: baseline; justify-content: space-between; margin-bottom: 32px; border-top: 1px solid #E3DCCB; padding-top: 32px; }
.section-header h2 { margin: 0; font-family: 'Bodoni Moda', serif; font-weight: 500; font-size: 26px; color: #11203A; }
.section-header h2 em { font-style: italic; font-weight: 400; }

.articles-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 36px 28px; }
.article-card { display: block; text-decoration: none; color: inherit; }
.card-img-wrap { width: 100%; height: 200px; overflow: hidden; background: #D6CFBF; margin-bottom: 16px; }
.card-img-wrap img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.article-card:hover .card-img-wrap img { transform: scale(1.05); }
.card-kicker { font-family: 'Jost', sans-serif; font-size: 10px; letter-spacing: .28em; text-transform: uppercase; color: #B08A2E; margin-bottom: 8px; }
.card-title { font-family: 'Bodoni Moda', serif; font-weight: 500; font-size: 20px; line-height: 1.2; color: #11203A; margin: 0 0 8px; transition: color .2s; }
.article-card:hover .card-title { color: #B08A2E; }
.card-excerpt { font-family: 'EB Garamond', serif; font-size: 15px; line-height: 1.55; color: #52606D; margin: 0; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.card-meta { margin-top: 12px; font-family: 'Jost', sans-serif; font-size: 10px; letter-spacing: .18em; text-transform: uppercase; color: #9AA0A8; }
.card-divider { border: none; border-top: 1px solid #E3DCCB; margin: 16px 0 0; }

/* ── Dossier card (used on index and at the bottom of articles) ── */
.dossiers-grid,
.part-of-dossiers-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-bottom: 72px; }
.part-of-dossiers-grid { grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); margin-bottom: 0; }
.dossier-card { display: block; text-decoration: none; background: #11203A; color: #F5F0E6; padding: 32px 28px; position: relative; transition: background .2s; }
.dossier-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: #B08A2E; }
.dossier-card:hover { background: #1C3558; }
.dossier-card-kicker { font-family: 'Jost', sans-serif; font-size: 10px; letter-spacing: .38em; text-transform: uppercase; color: #D8BC7A; margin-bottom: 14px; }
.dossier-card-title { font-family: 'Bodoni Moda', serif; font-weight: 500; font-size: 22px; line-height: 1.15; color: #F7F2E7; margin: 0 0 10px; transition: color .2s; }
.dossier-card:hover .dossier-card-title { color: #E8C97E; }
.dossier-card-sub { font-family: 'Bodoni Moda', serif; font-style: italic; font-size: 15px; line-height: 1.45; color: #CDD3DC; margin: 0 0 16px; }
.dossier-card-meta { font-family: 'Jost', sans-serif; font-size: 10px; letter-spacing: .2em; text-transform: uppercase; color: #8A93A3; margin-bottom: 20px; }
.dossier-card-cta { font-family: 'Jost', sans-serif; font-size: 11px; letter-spacing: .22em; text-transform: uppercase; color: #E8C97E; }
.dossier-card-cta::after { content: ' →'; }

#part-of-dossiers { max-width: 1000px; margin: 72px auto 0; padding: 48px 32px 0; border-top: 1px solid #E3DCCB; }
#part-of-dossiers-header { margin-bottom: 28px; }
#part-of-dossiers-header h3 { margin: 0; font-family: 'Bodoni Moda', serif; font-weight: 500; font-size: 26px; color: #11203A; }
#part-of-dossiers-header h3 em { font-style: italic; font-weight: 400; }

#empty { text-align: center; padding: 96px 32px; }
#empty p { font-family: 'Bodoni Moda', serif; font-style: italic; font-size: 22px; color: #52606D; }

/* ══════════════════════════════════════════════════════════════
   Article page
   ══════════════════════════════════════════════════════════════ */
.page-article #hero { position: relative; background: #0A1626; color: #F5F0E6; overflow: hidden; min-height: 500px; }
.page-article #hero-credit { position: absolute; bottom: 8px; right: 12px; z-index: 4; font-family: 'Jost', sans-serif; font-size: 10px; letter-spacing: .04em; color: rgba(255,255,255,.38); }
.page-article #hero-credit a { color: inherit; text-decoration: none; transition: color .2s; }
.page-article #hero-credit a:hover { color: rgba(255,255,255,.75); }
.page-article #hero-img { position: absolute; inset: 0; }
.page-article #hero-img img { width: 100%; height: 100%; object-fit: cover; }
.page-article #hero-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(10,18,30,.5) 0%, rgba(10,18,30,.2) 40%, rgba(8,14,24,.85) 100%); pointer-events: none; }
.page-article #hero-content { position: relative; max-width: 880px; margin: 0 auto; padding: 110px 32px 64px; text-align: center; }
.page-article .hero-kicker { display: flex; align-items: center; justify-content: center; gap: 14px; font-family: 'Jost', sans-serif; font-size: 11px; letter-spacing: .4em; text-transform: uppercase; color: #E8C97E; }
.page-article #hero h1 { margin: 20px 0 0; font-family: 'Bodoni Moda', serif; font-weight: 500; font-size: clamp(32px,5.5vw,60px); line-height: 1.05; color: #F7F2E7; text-shadow: 0 2px 30px rgba(0,0,0,.35); }
.page-article .hero-subtitle { margin: 22px auto 0; max-width: 620px; font-family: 'Bodoni Moda', serif; font-style: italic; font-size: 19px; line-height: 1.5; color: #EDE6D6; }
.page-article .hero-byline { margin-top: 32px; display: inline-flex; align-items: center; gap: 14px; font-family: 'Jost', sans-serif; font-size: 11px; letter-spacing: .24em; text-transform: uppercase; color: #C7CEDA; }
.page-article .hero-dot { width: 4px; height: 4px; border-radius: 50%; background: #B08A2E; flex-shrink: 0; }

.page-article #article-body { max-width: 720px; margin: 0 auto; padding: 64px 32px 0; }
.page-article .article-content { font-size: 19px; line-height: 1.75; color: #2A3744; }
.page-article .article-content > p:first-of-type::first-letter { float: left; font-family: 'Bodoni Moda', serif; font-weight: 500; font-size: 82px; line-height: .68; padding: 10px 14px 0 0; color: #B08A2E; }
.page-article .article-content p  { margin: 0 0 22px; }
.page-article .article-content h2 { margin: 52px 0 16px; font-family: 'Bodoni Moda', serif; font-weight: 500; font-size: 32px; line-height: 1.1; color: #11203A; }
.page-article .article-content h3 { margin: 36px 0 12px; font-family: 'Bodoni Moda', serif; font-weight: 500; font-size: 23px; line-height: 1.2; color: #11203A; }
.page-article .article-content h4 { margin: 24px 0 8px; font-family: 'Jost', sans-serif; font-weight: 600; font-size: 12px; letter-spacing: .18em; text-transform: uppercase; color: #52606D; }
.page-article .article-content blockquote { margin: 48px 0; padding: 4px 0 4px 28px; border-left: 3px solid #B08A2E; }
.page-article .article-content blockquote p { font-family: 'Bodoni Moda', serif; font-style: italic; font-size: 26px; line-height: 1.35; color: #11203A; margin: 0; }
.page-article .article-content ul  { list-style: disc;    padding-left: 1.6rem; margin-bottom: 22px; }
.page-article .article-content ol  { list-style: decimal; padding-left: 1.6rem; margin-bottom: 22px; }
.page-article .article-content li  { margin-bottom: 7px; }
.page-article .article-content strong { color: #11203A; font-weight: 600; }
.page-article .article-content a  { color: #B08A2E; text-underline-offset: 3px; }
.page-article .article-content a:hover { opacity: .8; }
.page-article .article-content img { max-width: 100%; border-radius: 2px; margin: 2em 0; display: block; }
.page-article .article-content hr { border: none; border-top: 1px solid #E3DCCB; margin: 48px 0; }
.page-article .article-content [class] { font-family: 'EB Garamond', Georgia, serif; }
.page-article .article-content h1[class], .page-article .article-content h2[class],
.page-article .article-content h3[class], .page-article .article-content h4[class] { font-family: 'Bodoni Moda', serif; }

.page-article #hotel-cta { display: flex; gap: 0; margin: 48px 0 0; border-radius: 12px; overflow: hidden; border: 1px solid #E3DCCB; text-decoration: none; color: inherit; background: #fff; transition: box-shadow .2s, transform .2s; }
.page-article #hotel-cta:hover { box-shadow: 0 6px 24px rgba(0,0,0,.12); transform: translateY(-2px); }
.page-article .hotel-cta-img { width: 180px; height: 140px; object-fit: cover; flex-shrink: 0; display: block; }
.page-article .hotel-cta-body { flex: 1; padding: 20px 24px; display: flex; flex-direction: column; justify-content: center; gap: 14px; }
.page-article .hotel-cta-title { font-family: 'Bodoni Moda', serif; font-style: italic; font-size: 18px; line-height: 1.35; color: #1C2A3A; }
.page-article .hotel-cta-btn { display: inline-flex; align-items: center; gap: 8px; align-self: flex-start; background: #11203A; color: #fff; border-radius: 8px; padding: 10px 20px; font-family: 'Jost', sans-serif; font-size: 13px; font-weight: 600; letter-spacing: .04em; text-transform: uppercase; }
@media (max-width: 540px) {
    .page-article #hotel-cta { flex-direction: column; }
    .page-article .hotel-cta-img { width: 100%; height: 160px; }
}

.page-article #author-box { margin: 56px 0 0; padding: 28px; background: #0A1626; color: #F5F0E6; display: flex; gap: 20px; align-items: center; }
.page-article .av { flex: 0 0 64px; width: 64px; height: 64px; border-radius: 50%; background: #1C3558; display: flex; align-items: center; justify-content: center; font-family: 'Bodoni Moda', serif; font-size: 26px; color: #E8C97E; flex-shrink: 0; }
.page-article .av-role { font-family: 'Jost', sans-serif; font-size: 10px; letter-spacing: .3em; text-transform: uppercase; color: #D8BC7A; }
.page-article .av-name { font-family: 'Bodoni Moda', serif; font-style: italic; font-size: 22px; color: #F7F2E7; margin-top: 3px; }
.page-article .av-bio  { margin: 8px 0 0; font-family: 'EB Garamond', serif; font-size: 15px; line-height: 1.55; color: #CDD3DC; }

.page-article #bottom-bar { display: flex; justify-content: space-between; align-items: center; padding-top: 24px; margin-top: 24px; border-top: 1px solid #E3DCCB; flex-wrap: wrap; gap: 14px; }
.page-article .tag-chips { display: flex; gap: 8px; flex-wrap: wrap; }
.page-article .tag-chip { font-family: 'Jost', sans-serif; font-size: 10px; letter-spacing: .18em; text-transform: uppercase; color: #52606D; padding: 6px 13px; border: 1px solid #E3DCCB; }
.page-article .share-row { display: flex; align-items: center; gap: 10px; }
.page-article .share-label { font-family: 'Jost', sans-serif; font-size: 10px; letter-spacing: .24em; text-transform: uppercase; color: #9AA0A8; margin-right: 2px; }
.page-article .share-btn { display: inline-flex; align-items: center; justify-content: center; width: 36px; height: 36px; border-radius: 50%; border: 1px solid #DDD8CE; color: #6B7280; text-decoration: none; transition: border-color .2s, background .2s, color .2s; flex-shrink: 0; }
.page-article .share-btn svg { width: 14px; height: 14px; fill: currentColor; display: block; }
.page-article .share-btn-fb:hover  { background: #1877F2; border-color: #1877F2; color: #fff; }
.page-article .share-btn-x:hover   { background: #000;    border-color: #000;    color: #fff; }
.page-article .share-btn-pin:hover { background: #E60023; border-color: #E60023; color: #fff; }

/* ── Partner cards ── */
.page-article #partners { max-width: 1000px; margin: 64px auto 0; padding: 48px 32px 0; border-top: 1px solid #E3DCCB; }
.page-article #partners-header { margin-bottom: 28px; }
.page-article #partners-header h3 { margin: 0 0 6px; font-family: 'Bodoni Moda', serif; font-weight: 500; font-size: 26px; color: #11203A; }
.page-article #partners-header h3 em { font-style: italic; font-weight: 400; color: #B08A2E; }
.page-article #partners-header p { margin: 0; font-family: 'EB Garamond', serif; font-style: italic; font-size: 15px; color: #9AA0A8; }
.page-article .partners-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 20px; }
.page-article .partner-card { display: flex; flex-direction: column; background: #fff; border: 1px solid #E3DCCB; text-decoration: none; color: inherit; transition: box-shadow .2s, transform .2s; }
.page-article .partner-card:hover { box-shadow: 0 8px 28px rgba(0,0,0,.08); transform: translateY(-2px); }
.page-article .partner-card-img { width: 100%; height: 168px; overflow: hidden; background: #D6CFBF; flex-shrink: 0; }
.page-article .partner-card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.page-article .partner-card:hover .partner-card-img img { transform: scale(1.04); }
.page-article .partner-card-body { padding: 16px 18px 18px; display: flex; flex-direction: column; flex: 1; }
.page-article .partner-card-site { font-family: 'Jost', sans-serif; font-size: 9px; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; color: #B08A2E; margin-bottom: 6px; }
.page-article .partner-card-title { font-family: 'Bodoni Moda', serif; font-weight: 500; font-size: 17px; line-height: 1.25; color: #11203A; margin: 0 0 8px; }
.page-article .partner-card-desc { font-family: 'EB Garamond', serif; font-size: 14px; line-height: 1.55; color: #52606D; margin: 0; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; flex: 1; }
.page-article .partner-card-cta { margin-top: 14px; font-family: 'Jost', sans-serif; font-size: 10px; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; color: #11203A; display: inline-flex; align-items: center; gap: 6px; }
.page-article .partner-card-cta::after { content: '→'; }
[dir="rtl"] .page-article .partner-card-cta::after { content: '←'; }

/* ── Backlinks ── */
.page-article #backlinks { max-width: 1000px; margin: 56px auto 0; padding: 32px 32px 0; border-top: 1px solid #E3DCCB; }
.page-article #backlinks-inner { display: flex; flex-wrap: wrap; gap: 10px; }
.page-article .backlink-item { display: inline-flex; align-items: center; gap: 7px; padding: 10px 18px; border: 1px solid #B08A2E; color: #B08A2E; text-decoration: none; font-family: 'Jost', sans-serif; font-size: 12px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; transition: background .15s, color .15s; }
.page-article .backlink-item:hover { background: #B08A2E; color: #FBF8F1; }

/* ── Related articles ── */
.page-article #related { max-width: 1000px; margin: 72px auto 0; padding: 48px 32px 0; border-top: 1px solid #E3DCCB; }
.page-article #related-header { display: flex; align-items: baseline; justify-content: space-between; margin-bottom: 28px; }
.page-article #related-header h3 { margin: 0; font-family: 'Bodoni Moda', serif; font-weight: 500; font-size: 26px; color: #11203A; }
.page-article #related-header h3 em { font-style: italic; font-weight: 400; }
.page-article #related-header a { font-family: 'Jost', sans-serif; font-size: 10px; letter-spacing: .24em; text-transform: uppercase; color: #B08A2E; text-decoration: none; }
.page-article .related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.page-article .related-card { text-decoration: none; color: inherit; display: block; }
.page-article .related-img-wrap { width: 100%; height: 190px; overflow: hidden; background: #1C3558; }
.page-article .related-img-wrap img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.page-article .related-card:hover .related-img-wrap img { transform: scale(1.04); }
.page-article .related-kicker { font-family: 'Jost', sans-serif; font-size: 10px; letter-spacing: .28em; text-transform: uppercase; color: #B08A2E; margin-top: 14px; }
.page-article .related-title  { font-family: 'Bodoni Moda', serif; font-weight: 500; font-size: 19px; line-height: 1.25; color: #11203A; margin-top: 6px; transition: color .2s; }
.page-article .related-card:hover .related-title { color: #B08A2E; }
.page-article .related-excerpt { margin: 7px 0 0; font-family: 'EB Garamond', serif; font-size: 14px; line-height: 1.5; color: #52606D; }

.page-article #newsletter { margin-top: 72px; }

@media (max-width: 720px) {
    .page-article #hero-content { padding: 80px 20px 48px; }
    .page-article #article-body { padding: 40px 20px 0; }
    .page-article #related { padding: 36px 20px 0; }
    .page-article .related-grid { grid-template-columns: 1fr; }
    .page-article .lang-pills { padding: 28px 20px; }
}
@media (max-width: 480px) {
    .page-article #hero h1 { font-size: 30px; }
    .page-article .hero-byline { flex-direction: column; gap: 6px; }
    .page-article .hero-dot { display: none; }
}

.page-article [dir="rtl"] .article-content > p:first-of-type::first-letter { float: right; padding: 10px 0 0 14px; }
.page-article [dir="rtl"] .article-content blockquote { padding-left: 0; padding-right: 28px; border-left: none; border-right: 3px solid #B08A2E; }
.page-article [dir="rtl"] .article-content ul,
.page-article [dir="rtl"] .article-content ol { padding-left: 0; padding-right: 1.6rem; }
html[lang="ar"] .page-article .hero-kicker,
html[lang="ar"] .page-article .hero-byline,
html[lang="ar"] .page-article .av-role,
html[lang="ar"] .page-article .tag-chip,
html[lang="ar"] .page-article .share-row,
html[lang="ar"] .page-article .partner-card-site,
html[lang="ar"] .page-article .partner-card-cta { font-family: 'Cairo', 'Jost', sans-serif; }

/* ══════════════════════════════════════════════════════════════
   Dossier page
   ══════════════════════════════════════════════════════════════ */
.page-dossier { font-size: 18px; line-height: 1.7; }
.page-dossier #hero { position: relative; background: #0A1626; overflow: hidden; min-height: 460px; display: flex; align-items: flex-end; }
.page-dossier #hero-img { position: absolute; inset: 0; }
.page-dossier #hero-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.page-dossier #hero-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(10,22,38,.2) 0%, rgba(8,16,28,.88) 100%); }
.page-dossier #hero-content { position: relative; max-width: 1040px; margin: 0 auto; padding: 80px 32px 56px; width: 100%; }
.page-dossier .hero-eyebrow { display: flex; align-items: center; gap: 14px; font-family: 'Jost', sans-serif; font-size: 11px; font-weight: 600; letter-spacing: .3em; text-transform: uppercase; color: #C4A96B; margin-bottom: 20px; }
.page-dossier .hero-eyebrow::before { content: ''; width: 28px; height: 1px; background: #C4A96B; }
.page-dossier #hero h1 { font-family: 'Bodoni Moda', serif; font-weight: 700; font-size: clamp(2.2rem, 5vw, 4rem); line-height: 1.06; color: #fff; margin: 0 0 20px; letter-spacing: -.01em; max-width: 780px; }
.page-dossier .hero-sub { font-family: 'Bodoni Moda', serif; font-style: italic; font-size: clamp(1.1rem, 2vw, 1.45rem); color: #EDE6D6; line-height: 1.5; max-width: 620px; margin: 0 0 28px; }
.page-dossier .hero-meta { font-family: 'Jost', sans-serif; font-size: 11px; letter-spacing: .2em; text-transform: uppercase; color: rgba(255,255,255,.4); }

.page-dossier #main { max-width: 860px; padding: 72px 32px 100px; }

.page-dossier .section-label { font-family: 'Jost', sans-serif; font-size: 10px; font-weight: 700; letter-spacing: .28em; text-transform: uppercase; color: #C4A96B; display: flex; align-items: center; gap: 16px; margin-bottom: 36px; }
.page-dossier .section-label::after { content: ''; flex: 1; height: 1px; background: #E3DCCB; }

.page-dossier .edito-section { margin-bottom: 72px; }
.page-dossier .edito-content { font-size: 18px; line-height: 1.85; color: #2A3744; max-width: 680px; }
.page-dossier .edito-content p { margin: 0 0 1.4em; }
.page-dossier .edito-content p:last-child { margin-bottom: 0; }
.page-dossier .edito-signature { margin-top: 32px; padding-top: 22px; border-top: 1px solid #EAE6DE; font-family: 'Jost', sans-serif; font-size: 14px; font-weight: 600; color: #52606D; letter-spacing: .04em; }
.page-dossier .edito-signature::before { content: '— '; color: #C4A96B; }

.page-dossier .toc-list { display: flex; flex-direction: column; margin-bottom: 72px; }
.page-dossier .toc-item { display: grid; grid-template-columns: 44px 96px 1fr; gap: 0 22px; align-items: center; padding: 22px 0; border-bottom: 1px solid #EAE6DE; text-decoration: none; color: inherit; }
.page-dossier .toc-item:first-child { border-top: 1px solid #EAE6DE; }
.page-dossier .toc-item:hover .toc-title { color: #B08A2E; }
.page-dossier .toc-num { font-family: 'Bodoni Moda', serif; font-size: 1.9rem; font-weight: 700; color: #DDD8CE; line-height: 1; }
.page-dossier .toc-thumb { width: 96px; height: 64px; object-fit: cover; border-radius: 6px; display: block; }
.page-dossier .toc-thumb-empty { width: 96px; height: 64px; border-radius: 6px; background: #EAE6DE; }
.page-dossier .toc-body { min-width: 0; }
.page-dossier .toc-title { font-family: 'Bodoni Moda', serif; font-size: 1.3rem; font-weight: 700; line-height: 1.25; color: #11203A; margin-bottom: 5px; transition: color .2s; }
.page-dossier .toc-excerpt { font-size: 15px; color: #6B7280; line-height: 1.55; display: -webkit-box; -webkit-line-clamp: 2; line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; margin-bottom: 8px; }
.page-dossier .toc-read { display: inline-flex; align-items: center; gap: 6px; font-family: 'Jost', sans-serif; font-size: 11px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: #B08A2E; }

.page-dossier .lang-pills { padding-top: 36px; padding-left: 0; padding-right: 0; max-width: none; margin: 0; }

.page-dossier .nl-form input { flex: 1; padding: 12px 16px; border: 1px solid #2A3A52; border-radius: 8px; background: #0F1E32; color: #F5F0E6; font-size: 14px; outline: none; }
.page-dossier .nl-form input::placeholder { color: #6B7A90; }
.page-dossier .nl-form button { padding: 12px 22px; background: #B08A2E; color: #fff; border: none; border-radius: 8px; font-family: 'Jost', sans-serif; font-size: 13px; font-weight: 600; letter-spacing: .06em; cursor: pointer; white-space: nowrap; }
.page-dossier .nl-form button:hover { background: #9A7525; }

@media (max-width: 680px) {
    .page-dossier #hero-content { padding: 56px 20px 40px; }
    .page-dossier #main { padding: 48px 20px 80px; }
    .page-dossier .toc-item { grid-template-columns: 32px 72px 1fr; gap: 0 14px; padding: 18px 0; }
    .page-dossier .toc-thumb, .page-dossier .toc-thumb-empty { width: 72px; height: 50px; }
    .page-dossier .toc-num { font-size: 1.4rem; }
}

/* ══════════════════════════════════════════════════════════════
   Newsletter (shared base — see page-dossier override above for its input/button variant)
   ══════════════════════════════════════════════════════════════ */
#newsletter { background: #0A1626; color: #F5F0E6; }
#newsletter-inner { max-width: 720px; margin: 0 auto; padding: 64px 32px; text-align: center; }
.nl-kicker { font-family: 'Jost', sans-serif; font-size: 10px; letter-spacing: .42em; text-transform: uppercase; color: #D8BC7A; }
#newsletter h3 { margin: 14px 0 0; font-family: 'Bodoni Moda', serif; font-weight: 500; font-size: 32px; line-height: 1.1; color: #F7F2E7; }
#newsletter h3 em { font-style: italic; font-weight: 400; color: #E8C97E; }
#newsletter p { margin: 14px auto 0; max-width: 460px; font-family: 'EB Garamond', serif; font-size: 16px; line-height: 1.6; color: #CDD3DC; }
.nl-form { margin: 28px auto 0; max-width: 440px; display: flex; gap: 10px; }
.nl-form input { flex: 1; padding: 14px 16px; background: transparent; border: 1px solid rgba(216,188,122,.45); color: #F5F0E6; font-family: 'EB Garamond', serif; font-size: 16px; outline: none; }
.nl-form input::placeholder { color: rgba(245,240,230,.45); }
.nl-form input:focus { border-color: #E8C97E; }
.nl-form button { padding: 14px 22px; background: #E8C97E; color: #0A1626; border: none; font-family: 'Jost', sans-serif; font-size: 11px; letter-spacing: .22em; text-transform: uppercase; cursor: pointer; white-space: nowrap; transition: background .2s; }
.nl-form button:hover { background: #D4B96A; }

@media (max-width: 600px) {
    .nl-form { flex-direction: column; }
}

/* ══════════════════════════════════════════════════════════════
   Footer (shared everywhere)
   ══════════════════════════════════════════════════════════════ */
#footer { background: #070E18; color: #8A93A3; }
#footer-inner { max-width: 1000px; margin: 0 auto; padding: 36px 32px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 14px; }
.footer-logo { font-family: 'Bodoni Moda', serif; font-style: italic; font-size: 18px; color: #F5F0E6; }
.footer-links { display: flex; gap: 20px; }
.footer-links a { color: #8A93A3; text-decoration: none; font-family: 'Jost', sans-serif; font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
.footer-links a:hover { color: #F5F0E6; }
.footer-copy { font-family: 'Jost', sans-serif; font-size: 10px; letter-spacing: .2em; text-transform: uppercase; }

@media (max-width: 900px) {
    .articles-grid { grid-template-columns: repeat(2, 1fr); }
    .dossiers-grid { grid-template-columns: repeat(2, 1fr); }
    #featured { grid-template-columns: 1fr; }
    .featured-img-wrap { height: 280px; }
    .featured-body { padding: 32px 28px 36px; }
}

@media (max-width: 600px) {
    #page-hero { padding: 56px 20px 44px; }
    #main { padding: 40px 20px 60px; }
    .articles-grid { grid-template-columns: 1fr; }
    .dossiers-grid { grid-template-columns: 1fr; }
    #footer-inner { padding: 28px 20px; flex-direction: column; align-items: flex-start; gap: 16px; }
}

/* ══════════════════════════════════════════════════════════════
   RTL / language overrides
   ══════════════════════════════════════════════════════════════ */
html[lang="ar"] body { font-family: 'Amiri', Georgia, serif; }
html[lang="he"] body { font-family: 'Frank Ruhl Libre', Georgia, serif; }
html[lang="ar"] .nav-links,
html[lang="ar"] .hero-eyebrow,
html[lang="ar"] .card-kicker,
html[lang="ar"] .card-meta,
html[lang="ar"] .feat-eyebrow,
html[lang="ar"] .feat-cta { font-family: 'Cairo', 'Jost', sans-serif; }
