/* Estilos para páginas de blog post */

body.bk-post {
    background: #fafaf7;
    color: #111;
}

/* Hero del artículo */
.post-hero {
    background: #fafaf7;
    padding: 60px 60px 40px;
    max-width: 880px;
    margin: 0 auto;
}
.post-back {
    display: inline-flex; align-items: center; gap: 8px;
    font-size: 13px;
    color: #6b6b6b;
    text-decoration: none;
    margin-bottom: 36px;
    transition: color .15s;
}
.post-back:hover { color: #111; }
.post-back svg { width: 14px; height: 14px; }
.post-meta {
    display: flex; align-items: center; gap: 12px;
    font-size: 12px; color: #6b6b6b;
    margin-bottom: 18px;
    flex-wrap: wrap;
}
.post-tag {
    background: #111; color: #fff;
    padding: 3px 11px; border-radius: 999px;
    font-weight: 500; letter-spacing: 0.02em;
}
.post-meta-sep { color: #cfcdc6; }
.post-title {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-weight: 500;
    font-size: clamp(36px, 4.8vw, 56px);
    line-height: 1.05;
    letter-spacing: -1px;
    color: #111;
    margin: 0 0 22px;
}
.post-lead {
    font-size: 19px;
    line-height: 1.6;
    color: #4a4a4a;
    margin: 0 0 36px;
    font-weight: 400;
}
.post-cover {
    width: 100%; max-width: 1080px;
    margin: 0 auto;
    aspect-ratio: 16 / 7;
    background-size: cover; background-position: center;
    border-radius: 6px;
}

/* Cuerpo */
.post-body {
    max-width: 720px;
    margin: 0 auto;
    padding: 56px 60px 80px;
    font-family: 'Inter', sans-serif;
    color: #2a2a2a;
}
.post-body h2 {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-weight: 500;
    font-size: 32px;
    line-height: 1.15;
    letter-spacing: -0.5px;
    color: #111;
    margin: 56px 0 18px;
}
.post-body h3 {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #111;
    margin: 32px 0 12px;
    letter-spacing: -0.1px;
}
.post-body p {
    font-size: 16px;
    line-height: 1.78;
    color: #2a2a2a;
    margin: 0 0 20px;
}
.post-body p strong { color: #111; font-weight: 600; }
.post-body ul, .post-body ol {
    font-size: 16px;
    line-height: 1.78;
    color: #2a2a2a;
    margin: 0 0 22px;
    padding-left: 22px;
}
.post-body li { margin-bottom: 10px; }
.post-body blockquote {
    margin: 32px 0;
    padding: 22px 28px;
    border-left: 3px solid #111;
    background: #fff;
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 22px;
    line-height: 1.4;
    color: #111;
    font-style: italic;
}
.post-body blockquote p { margin: 0; font-size: 22px; line-height: 1.4; }
.post-body .post-callout {
    background: #fff;
    border: 1px solid #e8e6df;
    border-radius: 8px;
    padding: 22px 26px;
    margin: 28px 0;
}
.post-body .post-callout p { font-size: 14.5px; margin: 0; line-height: 1.65; color: #2a2a2a; }
.post-body .post-callout p strong { display: block; color: #111; font-size: 12px; letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 6px; }

/* Footer del artículo: CTA + autor */
.post-cta {
    max-width: 720px; margin: 0 auto;
    padding: 0 60px 60px;
}
.post-cta-box {
    background: #111; color: #fff;
    border-radius: 8px;
    padding: 36px 40px;
    display: flex; flex-direction: column; gap: 16px;
    align-items: flex-start;
}
.post-cta-box h3 {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-weight: 500;
    font-size: 28px;
    color: #fff;
    margin: 0;
    line-height: 1.2;
    letter-spacing: -0.3px;
}
.post-cta-box p { font-size: 14.5px; color: rgba(255,255,255,0.78); margin: 0; line-height: 1.6; }
.post-cta-btn {
    background: #fff; color: #111;
    padding: 12px 22px;
    border-radius: 999px;
    border: 0;
    font-family: inherit; font-size: 14px; font-weight: 500;
    cursor: pointer; text-decoration: none;
    display: inline-flex; align-items: center; gap: 8px;
    transition: background .15s;
}
.post-cta-btn:hover { background: #ececec; }
.post-cta-btn svg { width: 14px; height: 14px; }

/* Otros artículos */
.post-related {
    background: #fff;
    padding: 80px 60px;
    border-top: 1px solid #ececec;
}
.post-related-inner { max-width: 1100px; margin: 0 auto; }
.post-related-title {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-weight: 500;
    font-size: 32px;
    color: #111;
    margin: 0 0 28px;
    letter-spacing: -0.4px;
}
.post-related-grid {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px;
}
.post-related-card {
    display: block; text-decoration: none; color: inherit;
    background: #fafaf7;
    border-radius: 8px;
    padding: 22px 24px;
    transition: transform .2s ease, box-shadow .2s ease;
    border: 1px solid #ececec;
}
.post-related-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(0,0,0,0.06);
}
.post-related-card .post-tag { font-size: 11px; padding: 2px 9px; }
.post-related-card h4 {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.2;
    color: #111;
    margin: 12px 0 0;
    letter-spacing: -0.2px;
}

@media (max-width: 720px) {
    .post-hero { padding: 40px 24px 30px; }
    .post-body { padding: 40px 24px 60px; }
    .post-cta { padding: 0 24px 50px; }
    .post-cta-box { padding: 28px 26px; }
    .post-related { padding: 60px 24px; }
    .post-related-grid { grid-template-columns: 1fr; }
}
