/* 212generation.com/learn — article and index pages. Loads after product.css. */
.nav-right { display: flex; gap: 1.4rem; }
.article { max-width: 760px; }
.article h1 { font-size: clamp(2.3rem, 5vw, 3.4rem); margin: 0.5rem 0 1rem; }
.byline { color: var(--muted); font-size: 0.88rem; margin-bottom: 2.2rem; }
.byline a { color: var(--blue-bright); text-decoration: none; }
.lede { color: var(--silver-lt); font-size: 1.05rem; margin-bottom: 2.4rem; }
.prose p { color: var(--silver-lt); font-size: 1.04rem; line-height: 1.75; margin-bottom: 1.2rem; }
.prose h2 { font-family: 'Bebas Neue', sans-serif; font-weight: 400; font-size: 1.9rem; letter-spacing: 0.01em; color: var(--white); margin: 2.4rem 0 0.8rem; }
.prose strong { color: var(--white); }
.prose a { color: var(--blue-bright); }
.prose ul { margin: 0 0 1.4rem 1.2rem; color: var(--silver-lt); }
.prose li { margin-bottom: 0.5rem; line-height: 1.65; }
.scripture { margin: 1.8rem 0; padding: 1.3rem 1.6rem; border-left: 3px solid var(--blue); background: var(--black2); border-radius: 0 6px 6px 0; }
.scripture p { font-size: 1.12rem; color: var(--white); margin-bottom: 0.5rem; }
.scripture cite { font-style: normal; font-size: 0.8rem; font-weight: 600; letter-spacing: 0.08em; color: var(--blue-tip); }
.byline-note { margin-top: 2.6rem; padding-top: 1.4rem; border-top: 1px solid var(--border); font-size: 0.9rem !important; color: var(--muted) !important; }
.cards { display: grid; gap: 1rem; }
.card { display: flex; flex-direction: column; gap: 0.35rem; border: 1px solid var(--border); border-radius: 8px; padding: 1.3rem 1.5rem; text-decoration: none; background: var(--black2); }
.card:hover { border-color: var(--blue-bright); }
.card-q { font-size: 0.72rem; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--blue-bright); }
.card-t { font-family: 'Bebas Neue', sans-serif; font-size: 1.6rem; line-height: 1.1; color: var(--white); }
.card-d { font-size: 0.88rem; color: var(--muted); }
.about-link { margin-top: 2rem; }
.about-link a { color: var(--blue-bright); font-weight: 600; text-decoration: none; }
.more { margin-top: 3rem; padding-top: 2rem; border-top: 1px solid var(--border); }
.more h2 { font-family: 'Bebas Neue', sans-serif; font-weight: 400; font-size: 1.9rem; letter-spacing: 0.01em; color: var(--white); margin: 0 0 1rem; }
@media (min-width: 720px) { .more .cards { grid-template-columns: 1fr 1fr; } }
