/* Généré par build-content.mjs — styles du hub /guide-prenoms et des articles */
.nav-right { display: flex; align-items: center; gap: 22px; }
.nav-link { font-size: 14px; font-weight: 600; color: var(--text-soft); text-decoration: none; }
.nav-link:hover { color: var(--primary); }
@media (max-width: 600px) { .nav-link { display: none; } .nav-right { gap: 0; } }

.article-wrap, .guide-wrap { max-width: 780px; margin: 0 auto; padding: 28px 24px 80px; }

.breadcrumb { font-size: 13px; color: var(--muted); margin-bottom: 24px; display: flex; flex-wrap: wrap; gap: 8px; align-items: center; }
.breadcrumb a { color: var(--text-soft); text-decoration: none; }
.breadcrumb a:hover { color: var(--primary); }
.breadcrumb-sep { color: var(--border); }
.breadcrumb span[aria-current] { color: var(--muted); }

.article-kicker { display: inline-block; font-size: 11px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--primary); background: var(--primary-light); border: 1px solid var(--border); padding: 4px 12px; border-radius: var(--radius-full); margin-bottom: 16px; }

.article-head h1, .guide-hero h1 { font-size: clamp(28px, 5vw, 44px); font-weight: 700; line-height: 1.15; letter-spacing: -0.025em; color: var(--text); margin-bottom: 16px; }
.article-lead { font-size: 19px; line-height: 1.6; color: var(--text-soft); margin-bottom: 12px; }
.article-meta { font-size: 13px; color: var(--muted); margin-bottom: 8px; }

.article-body { margin-top: 32px; }
.article-body h2 { font-size: clamp(22px, 3.4vw, 28px); font-weight: 700; letter-spacing: -0.02em; color: var(--text); margin: 40px 0 14px; }
.article-body p { font-size: 17px; line-height: 1.75; color: var(--text-soft); margin-bottom: 16px; }
.article-body a { color: var(--primary); font-weight: 600; text-decoration: none; }
.article-body a:hover { text-decoration: underline; }
.article-body strong { color: var(--text); font-weight: 600; }
.article-list { margin: 0 0 18px; padding-left: 22px; }
.article-list li { font-size: 17px; line-height: 1.7; color: var(--text-soft); margin-bottom: 8px; }

.name-grid { list-style: none; display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin: 8px 0 24px; padding: 0; }
.name-card { background: var(--card); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 14px 16px; }
.name-card-top { display: flex; align-items: baseline; justify-content: space-between; gap: 8px; margin-bottom: 4px; }
.name-card-name { font-family: 'Outfit', sans-serif; font-size: 18px; font-weight: 700; color: var(--text); }
.name-card-origin { font-size: 11px; font-weight: 600; color: var(--primary); background: var(--primary-light); border-radius: var(--radius-full); padding: 2px 9px; white-space: nowrap; }
.name-card-gloss { font-size: 13.5px; line-height: 1.5; color: var(--text-soft); margin: 0; }
@media (max-width: 560px) { .name-grid { grid-template-columns: 1fr; } }

.article-faq { margin-top: 48px; }
.faq-item { border: 1px solid var(--border); border-radius: var(--radius-md); background: var(--card); margin-bottom: 10px; padding: 0 18px; }
.faq-item summary { cursor: pointer; list-style: none; padding: 16px 0; font-weight: 600; font-size: 16px; color: var(--text); position: relative; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; position: absolute; right: 0; top: 50%; transform: translateY(-50%); font-size: 22px; color: var(--primary); font-weight: 400; }
.faq-item[open] summary::after { content: "−"; }
.faq-answer { padding: 0 0 16px; }
.faq-answer p { font-size: 15.5px; line-height: 1.7; color: var(--text-soft); margin: 0; }

.article-cta { background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%); border-radius: var(--radius-xl); padding: 40px 32px; text-align: center; margin: 56px 0 40px; }
.article-cta h2 { color: #fff; font-size: 26px; font-weight: 700; margin: 0 0 10px; letter-spacing: -0.02em; }
.article-cta p { color: rgba(255,255,255,0.88); font-size: 17px; line-height: 1.6; margin: 0 auto 24px; max-width: 460px; }
.article-cta .btn-appstore { background: #fff; color: var(--primary-dark); }
.article-cta .btn-appstore:hover { opacity: 0.92; }
.article-cta .cta-soon { display: block; margin-top: 14px; font-size: 13px; color: rgba(255,255,255,0.6); }

.related { margin-top: 16px; }
.related h2 { font-size: 22px; font-weight: 700; color: var(--text); margin-bottom: 16px; }
.related-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.related-card, .guide-card { display: flex; flex-direction: column; gap: 6px; background: var(--card); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 18px 20px; text-decoration: none; transition: box-shadow 0.15s, transform 0.15s; }
.related-card:hover, .guide-card:hover { box-shadow: 0 8px 24px rgba(61,155,107,0.12); transform: translateY(-2px); }
.related-kicker, .guide-card-kicker { font-size: 11px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--primary); }
.related-title, .guide-card-title { font-size: 16px; font-weight: 700; color: var(--text); line-height: 1.3; }
@media (max-width: 560px) { .related-grid { grid-template-columns: 1fr; } }

.guide-hero { margin-bottom: 24px; }
.guide-group { margin-top: 44px; }
.guide-group h2 { font-size: 14px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--text-soft); margin-bottom: 16px; padding-bottom: 10px; border-bottom: 1px solid var(--border); }
.guide-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.guide-card-desc { font-size: 14px; color: var(--text-soft); line-height: 1.55; }
.guide-card-go { font-size: 13px; font-weight: 600; color: var(--primary); margin-top: 4px; }
@media (max-width: 640px) { .guide-grid { grid-template-columns: 1fr; } }
