/* ============================================
   SAINT-BRIEUC.CSS
   Breath by Nolwenn
   ============================================ */

.sb-page { background: #F0E0D7; font-family: 'Poppins', sans-serif; color: #2D2A28; }

/* ── HERO ── */
.sb-hero {
    padding: 100px 24px 60px;
    text-align: center;
}

.sb-hero-breadcrumb {
    display: flex; align-items: center; justify-content: center;
    gap: 6px; margin-bottom: 16px;
    font-size: 12px; color: rgba(255,255,255,0.65);
}
.sb-hero-breadcrumb a { color: rgba(255,255,255,0.65); text-decoration: none; transition: color 0.2s; }
.sb-hero-breadcrumb a:hover { color: white; }
.sb-hero-breadcrumb span { color: white; }

.sb-hero-inner { max-width: 680px; margin: 0 auto; }

.sb-hero-tag {
    display: inline-block;
    background: rgba(255,255,255,0.15);
    border: 1px solid rgba(255,255,255,0.3);
    color: white;
    font-size: 10px; font-weight: 600; letter-spacing: 1.5px;
    text-transform: uppercase; padding: 6px 16px;
    border-radius: 99px; margin-bottom: 14px;
    backdrop-filter: blur(8px);
}

.sb-hero h1 {
    font-size: 36px; font-weight: 900; color: white;
    line-height: 1.15; letter-spacing: -0.5px; margin-bottom: 10px;
}

.sb-hero-meta {
    display: flex; align-items: center; justify-content: center;
    gap: 8px; flex-wrap: wrap; margin-top: 14px;
}
.sb-hero-meta-item { font-size: 13px; color: rgba(255,255,255,0.82); display: flex; align-items: center; gap: 4px; }
.sb-hero-meta-dot { color: rgba(255,255,255,0.3); }

@media (min-width: 768px) {
    .sb-hero h1 { font-size: 48px; }
}

/* ── STICKY CTA ── */
.sb-sticky-cta {
    position: sticky; top: 0; z-index: 90;
    background: white;
    border-bottom: 1px solid rgba(0,0,0,0.08);
    padding: 14px 24px;
    display: flex; align-items: center; justify-content: space-between;
    gap: 12px; box-shadow: 0 2px 12px rgba(0,0,0,0.07);
}
.sb-sticky-cta-text { font-size: 14px; font-weight: 600; color: #2D2A28; }
.sb-sticky-cta-text span { font-size: 12px; font-weight: 400; color: #6B6460; display: block; }
.sb-sticky-cta-btn {
    display: inline-block; background: #D45C65; color: white;
    font-size: 13px; font-weight: 700; padding: 11px 22px;
    border-radius: 99px; text-decoration: none; white-space: nowrap;
    transition: background 0.2s; flex-shrink: 0;
}
.sb-sticky-cta-btn:hover { background: #C04A53; }

/* ── BODY ── */
.sb-body { max-width: 680px; margin: 0 auto; padding: 40px 24px 60px; }

/* ── SECTION ── */
.sb-section { margin-bottom: 48px; }
.sb-eyebrow { font-size: 10px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: #D45C65; margin-bottom: 6px; }
.sb-section-title { font-size: 22px; font-weight: 900; color: #2D2A28; line-height: 1.2; letter-spacing: -0.2px; margin-bottom: 14px; }

/* ── INFO SÉANCE ── */
.sb-seance-info { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin-bottom: 24px; }
@media (min-width: 500px) { .sb-seance-info { grid-template-columns: repeat(4, 1fr); } }
.sb-seance-info-item { background: white; border-radius: 16px; padding: 16px 12px; text-align: center; box-shadow: 0 2px 10px rgba(0,0,0,0.06); }
.sb-seance-info-icon { font-size: 22px; margin-bottom: 6px; }
.sb-seance-info-label { font-size: 11px; font-weight: 600; color: #2D2A28; margin-bottom: 2px; }
.sb-seance-info-value { font-size: 11px; color: #6B6460; }

/* ── CTA RÉSERVER ── */
.sb-cta-reserver {
    display: block; background: #D45C65; color: white;
    text-align: center; text-decoration: none;
    font-size: 15px; font-weight: 700;
    padding: 16px 24px; border-radius: 16px;
    transition: background 0.2s; box-shadow: 0 4px 20px rgba(212,92,101,0.3);
}
.sb-cta-reserver:hover { background: #C04A53; }
.sb-cta-reserver span { display: block; font-size: 12px; font-weight: 400; opacity: 0.85; margin-top: 3px; }

/* ── DESCRIPTION ── */
.sb-description { background: white; border-radius: 20px; padding: 24px; box-shadow: 0 4px 20px rgba(0,0,0,0.07); }
.sb-description p { font-size: 14px; color: #6B6460; line-height: 1.75; margin-bottom: 12px; }
.sb-description p:last-child { margin-bottom: 0; }
.sb-description strong { color: #2D2A28; font-weight: 600; }

/* ── GALERIE ── */
.sb-galerie { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.sb-galerie-photo { border-radius: 16px; overflow: hidden; aspect-ratio: 4/3; background: #E8DDD5; }
.sb-galerie-photo img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.4s ease; }
.sb-galerie-photo:hover img { transform: scale(1.04); }

/* ── INFOS PRATIQUES ── */
.sb-infos-list { display: flex; flex-direction: column; gap: 10px; }
.sb-info-item {
    background: white; border-radius: 16px; padding: 16px 18px;
    display: flex; align-items: flex-start; gap: 14px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.06);
}
.sb-info-icon { width: 38px; height: 38px; border-radius: 10px; background: #F5EDE4; display: flex; align-items: center; justify-content: center; font-size: 17px; flex-shrink: 0; }
.sb-info-label { font-size: 10px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; color: #8A7A73; margin-bottom: 3px; }
.sb-info-value { font-size: 14px; font-weight: 600; color: #2D2A28; margin-bottom: 2px; }
.sb-info-detail { font-size: 12px; color: #6B6460; line-height: 1.5; }

/* ── TÉMOIGNAGES ── */
.sb-temoignages { display: flex; flex-direction: column; gap: 12px; }
.sb-temoignage { background: white; border-radius: 20px; padding: 20px; box-shadow: 0 2px 10px rgba(0,0,0,0.06); position: relative; }
.sb-temoignage-quote { font-size: 36px; color: #D45C65; opacity: 0.15; position: absolute; top: 12px; left: 14px; font-family: Georgia, serif; line-height: 1; }
.sb-temoignage-text { font-size: 14px; color: #6B6460; line-height: 1.7; font-style: italic; margin-bottom: 14px; padding-top: 6px; }
.sb-temoignage-author { display: flex; align-items: center; gap: 10px; }
.sb-temoignage-avatar { width: 34px; height: 34px; border-radius: 50%; background: linear-gradient(135deg, #D45C65, #5F8F8A); display: flex; align-items: center; justify-content: center; font-size: 13px; font-weight: 700; color: white; flex-shrink: 0; }
.sb-temoignage-name { font-size: 13px; font-weight: 600; color: #2D2A28; }
.sb-temoignage-stars { font-size: 11px; color: #F5B942; }

/* ── FAQ ── */
.sb-faq-list { display: flex; flex-direction: column; gap: 10px; }
.sb-faq-item { background: white; border-radius: 16px; overflow: hidden; box-shadow: 0 2px 10px rgba(0,0,0,0.06); }
.sb-faq-question { padding: 16px 18px; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 12px; user-select: none; }
.sb-faq-question h3 { font-size: 14px; font-weight: 600; color: #2D2A28; margin: 0; line-height: 1.4; }
.sb-faq-toggle { width: 28px; height: 28px; border-radius: 50%; background: #F5EDE4; color: #D45C65; display: flex; align-items: center; justify-content: center; font-size: 18px; flex-shrink: 0; font-weight: 300; transition: all 0.3s ease; }
.sb-faq-item.active .sb-faq-toggle { background: #D45C65; color: white; transform: rotate(45deg); }
.sb-faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.4s ease; }
.sb-faq-item.active .sb-faq-answer { max-height: 300px; }
.sb-faq-answer p { font-size: 13px; color: #6B6460; line-height: 1.7; padding: 0 18px 16px; margin: 0; }

/* ── CONTRE-INDICATIONS ── */
.sb-contre-indications {
    background: white;
    border-radius: 20px;
    padding: 24px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.07);
}
.sb-ci-intro {
    font-size: 14px;
    font-weight: 400;
    color: #6B6460;
    line-height: 1.75;
    margin-bottom: 16px;
}
.sb-ci-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 16px;
    padding: 0;
}
.sb-ci-list li {
    font-size: 14px;
    font-weight: 500;
    color: #2D2A28;
    padding-left: 20px;
    position: relative;
    line-height: 1.5;
}
.sb-ci-list li::before {
    content: "·";
    position: absolute;
    left: 6px;
    color: #D45C65;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.1;
}
.sb-ci-note {
    font-size: 12px;
    font-weight: 400;
    color: #8A7A73;
    font-style: italic;
    line-height: 1.6;
    margin: 0;
    padding-top: 16px;
    border-top: 1px solid rgba(0,0,0,0.06);
}

/* ── CTA FINAL ── */
.sb-cta-final { background: linear-gradient(135deg, #D45C65, #c17b68); border-radius: 24px; padding: 32px 24px; text-align: center; box-shadow: 0 8px 32px rgba(212,92,101,0.25); }
.sb-cta-final h2 { font-size: 22px; font-weight: 900; color: white; margin-bottom: 8px; }
.sb-cta-final p { font-size: 14px; color: rgba(255,255,255,0.88); margin-bottom: 20px; line-height: 1.6; }
.sb-cta-final-btn { display: inline-block; background: white; color: #D45C65; font-size: 14px; font-weight: 700; padding: 14px 32px; border-radius: 99px; text-decoration: none; transition: all 0.3s; box-shadow: 0 4px 16px rgba(0,0,0,0.12); }
.sb-cta-final-btn:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0,0,0,0.18); }