/* ════════════════════════════════════════════════════════════════
   Guides touristiques — page guide, annuaire /tourisme et
   bandeau de mise en avant sur les fiches pays
   ════════════════════════════════════════════════════════════════ */

/* ── Bandeau sur la fiche pays (au-dessus du menu des sections) ── */
.guide-banner {
    display: flex; align-items: center; gap: 0.9rem;
    background: linear-gradient(120deg, #FBF6EE, #F3E7D3);
    border-bottom: 1px solid var(--color-accent);
    text-decoration: none; color: inherit;
    transition: filter var(--transition-fast);
}
@media (hover: hover) {
    .guide-banner:hover { filter: brightness(0.98); }
}
.guide-banner-inner {
    max-width: 1400px; margin: 0 auto; padding: 0.75rem 2rem;
    display: flex; align-items: center; gap: 0.9rem; width: 100%;
    box-sizing: border-box;
}
.guide-banner-emoji { font-size: 1.4rem; flex-shrink: 0; }
.guide-banner-main {
    flex: 1; display: flex; align-items: baseline; gap: 0.6rem;
    min-width: 0; flex-wrap: wrap;
}
.guide-banner-main strong { font-family: var(--font-display); font-size: 1.05rem; font-weight: 600; }
.guide-banner-sub { font-size: 0.88rem; color: var(--color-ink-light); }
.guide-banner-cta {
    flex-shrink: 0; background: var(--color-accent); color: #fff;
    font-weight: 700; font-size: 0.85rem; padding: 0.5rem 1.05rem;
    border-radius: var(--radius-xl); white-space: nowrap;
}

/* ── Hero du guide ── */
.guide-hero { display: flex; align-items: center; gap: 1.5rem; }
.guide-hero-flag { width: 100px; height: 67px; }
.guide-hero-titles { display: flex; flex-direction: column; gap: 0.55rem; min-width: 0; }
.guide-hero-titles h1 {
    font-family: var(--font-display); font-size: 2.4rem; font-weight: 600; line-height: 1.1;
}
.guide-hero-sub { color: var(--color-ink-muted); font-size: 1rem; }

/* ── Mise en page ── */
.guide-wrap { padding-top: 2.25rem; padding-bottom: 3rem; }
.guide-grid {
    display: grid; grid-template-columns: minmax(0, 1fr) 380px; gap: 3rem;
    align-items: start;
}

/* ── Colonne éditoriale ── */
.guide-article { display: flex; flex-direction: column; gap: 1.9rem; min-width: 0; }
.guide-section { display: flex; flex-direction: column; gap: 0.9rem; }
.guide-section .section-title { margin-bottom: 0; align-self: flex-start; }
.guide-section p { font-size: 1.04rem; line-height: 1.75; color: var(--color-ink-light); }
.guide-lead > p:first-child { font-size: 1.13rem; }
.guide-lead > p:first-child::first-letter {
    font-family: var(--font-display); font-size: 3.4em; line-height: 0.82;
    color: var(--color-accent); float: left; padding: 0.06em 0.12em 0 0;
}
/* Titre de grande partie (guide Royaume-Uni : Angleterre / Écosse) */
.guide-part-title {
    font-family: var(--font-display); font-size: 1.9rem; font-weight: 600;
    padding-bottom: 0.6rem; border-bottom: 2px solid var(--color-accent);
    margin-top: 0.8rem;
}
.guide-section:first-child .guide-part-title { margin-top: 0; }

.guide-liste { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 0.55rem; }
.guide-liste li {
    position: relative; padding-left: 1.15rem;
    font-size: 1.02rem; line-height: 1.6; color: var(--color-ink-light);
}
.guide-liste li::before {
    content: ''; position: absolute; left: 0; top: 0.62em;
    width: 7px; height: 7px; border-radius: 50%; background: var(--color-accent);
}

/* ── Maillage « Continuer l'exploration » ── */
.guide-suite { display: flex; flex-direction: column; gap: 1rem; margin-top: 0.5rem; }
.guide-suite-label {
    font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.1em;
    color: var(--color-ink-muted); font-weight: 600;
}
.guide-suite-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.1rem; }

/* ── Sidebar ── */
.guide-side { display: flex; flex-direction: column; gap: 1.4rem; position: sticky; top: 100px; }
.guide-map img { width: 100%; display: block; }
.guide-faits {
    background: var(--color-paper); border: 1px solid var(--color-border);
    border-radius: var(--radius-lg); overflow: hidden;
}
.guide-faits-rows { padding: 0.3rem 1rem; }
.guide-fait {
    display: flex; justify-content: space-between; align-items: baseline; gap: 0.8rem;
    padding: 0.7rem 0; border-bottom: 1px solid var(--color-border);
}
.guide-fait:last-child { border-bottom: none; }
.guide-fait span { font-size: 0.88rem; color: var(--color-ink-muted); }
.guide-fait strong { font-size: 0.95rem; text-align: right; }
/* langues : contenu intégral de la base, souvent long → plus petit, sur plusieurs lignes */
.guide-fait--langues { flex-direction: column; align-items: flex-start; gap: 0.3rem; }
.guide-fait--langues strong { font-size: 0.85rem; font-weight: 600; text-align: left; line-height: 1.55; }

.guide-cta {
    display: flex; flex-direction: column; gap: 0.45rem;
    background: linear-gradient(120deg, #FBF6EE, #F3E7D3);
    border: 1px solid var(--color-accent); border-radius: var(--radius-lg);
    padding: 1.2rem 1.25rem; text-decoration: none; color: inherit;
    transition: transform var(--transition-normal), box-shadow var(--transition-normal);
}
@media (hover: hover) {
    .guide-cta:hover { transform: translateY(-2px); box-shadow: var(--shadow-md); }
}
.guide-cta-title { font-family: var(--font-display); font-size: 1.1rem; font-weight: 600; }
.guide-cta-desc { font-size: 0.88rem; color: var(--color-ink-light); line-height: 1.5; }
.guide-cta-btn {
    margin-top: 0.35rem; align-self: flex-start; background: var(--color-accent); color: #fff;
    font-weight: 700; font-size: 0.88rem; padding: 0.55rem 1.1rem; border-radius: var(--radius-xl);
}

.guide-autres {
    background: var(--color-paper); border: 1px solid var(--color-border);
    border-radius: var(--radius-lg); overflow: hidden;
}
.guide-autres-chips { padding: 1rem; display: flex; gap: 0.5rem; flex-wrap: wrap; }
.guide-autres-chips a {
    padding: 0.42rem 0.85rem; border: 1px solid var(--color-border);
    border-radius: var(--radius-xl); font-size: 0.85rem; font-weight: 500;
    color: var(--color-ink-light); text-decoration: none;
    transition: all var(--transition-fast);
}
@media (hover: hover) {
    .guide-autres-chips a:hover { border-color: var(--color-accent); color: var(--color-accent-dark); }
}
.guide-autres-tous { color: var(--color-accent-dark) !important; font-weight: 600 !important; border-color: transparent !important; }

/* ── Annuaire /tourisme ── */
.guide-hub-head { display: flex; flex-direction: column; gap: 0.4rem; }
.guide-hub-title { border-bottom: none; margin-bottom: 0; font-size: 2rem; }
.guide-hub-sub { color: var(--color-ink-muted); font-size: 1rem; }
.guide-hub-groupe { margin-top: 2.2rem; }
.guide-hub-continent {
    font-family: var(--font-display); font-size: 1.35rem; font-weight: 500;
    display: flex; align-items: center; gap: 0.6rem; margin-bottom: 1.1rem;
}
.guide-hub-continent .continent-dot { width: 14px; height: 14px; border-radius: 50%; flex-shrink: 0; }
.guide-hub-count { font-size: 0.85rem; color: var(--color-ink-muted); font-family: var(--font-body); font-weight: 600; }
.guide-hub-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(190px, 1fr)); gap: 0.7rem; }
.guide-hub-card {
    display: flex; align-items: center; gap: 0.65rem;
    background: var(--color-paper); border: 1px solid var(--color-border);
    border-radius: var(--radius-md); padding: 0.65rem 0.85rem;
    text-decoration: none; color: inherit; font-size: 0.95rem; font-weight: 600;
    transition: all var(--transition-fast);
}
@media (hover: hover) {
    .guide-hub-card:hover { border-color: var(--color-accent); box-shadow: var(--shadow-sm); transform: translateY(-1px); }
}
.guide-hub-card img {
    width: 30px; height: 20px; object-fit: cover; border-radius: 3px;
    border: 1px solid var(--color-border); flex-shrink: 0;
}

/* ── Mobile ── */
@media (max-width: 960px) {
    .guide-grid { grid-template-columns: 1fr; gap: 2rem; }
    .guide-side { position: static; }
    .guide-suite-grid { grid-template-columns: 1fr; }
}
@media (max-width: 720px) {
    .guide-hero { gap: 0.9rem; }
    .guide-hero-flag { width: 64px; height: 43px; }
    .guide-hero-titles h1 { font-size: 1.55rem; }
    .guide-hero-sub { font-size: 0.88rem; }
    .guide-section p { font-size: 0.98rem; }
    .guide-lead > p:first-child { font-size: 1.02rem; }
    .guide-banner-inner { padding: 0.65rem 1rem; }
    .guide-banner-sub { display: none; }
    .guide-banner-main strong { font-size: 0.95rem; }
    .guide-banner-cta { font-size: 0.8rem; padding: 0.45rem 0.85rem; }
    .guide-hub-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
