/* ============================================================
   growhigh.io blog — content styles only.
   The page chrome (header/footer/buttons/body) comes from the
   site's vertical.css + pages.css; this styles the article body.
   Uses the site's design tokens with safe fallbacks.
   ============================================================ */

.blog-wrap { max-width: 760px; margin: 0 auto; padding: 0 24px; }

/* Index hero */
.blog-hero { padding: 56px 0 8px; }
.blog-eyebrow {
    display: inline-flex; align-items: center; gap: 8px;
    font: 700 11px/1.3 var(--font-sans, "Hanken Grotesk", system-ui, sans-serif);
    letter-spacing: .09em; text-transform: uppercase; color: var(--accent, #047857);
}
.blog-eyebrow .gi { width: 15px; height: 15px; }
.blog-hero h1 {
    font-family: var(--font-display, "Schibsted Grotesk", system-ui, sans-serif);
    font-size: clamp(28px, 4vw, 40px); line-height: 1.1; letter-spacing: -.025em;
    font-weight: 800; margin: 12px 0 0; color: var(--fg, #121615);
}
.blog-lede { font-size: 18px; line-height: 1.6; color: var(--fg-muted, #4B5552); margin: 12px 0 0; }

/* Post list */
.post-list { list-style: none; padding: 0; margin: 28px 0 0; }
.post-card { border-top: 1px solid var(--border, #E2E7E6); }
.post-card:last-child { border-bottom: 1px solid var(--border, #E2E7E6); }
.post-card a { display: block; padding: 22px 0; color: var(--fg, #121615); text-decoration: none; }
.post-card a:hover { text-decoration: none; }
.post-card h2 {
    font-family: var(--font-display, "Schibsted Grotesk", system-ui, sans-serif);
    font-size: 1.35rem; letter-spacing: -.015em; margin: 0 0 6px; color: var(--fg, #121615);
}
.post-card a:hover h2 { color: var(--accent, #047857); }
.post-card .excerpt { margin: 0 0 8px; color: var(--fg-muted, #4B5552); font-size: 1rem; }
.muted { color: var(--fg-subtle, #6B7674); font-size: .88rem; }
.muted a { color: var(--accent, #047857); }

/* Article */
article.blog-wrap { padding-top: 36px; padding-bottom: 64px; }
article.blog-wrap > h1 {
    font-family: var(--font-display, "Schibsted Grotesk", system-ui, sans-serif);
    font-size: clamp(28px, 4.2vw, 40px); line-height: 1.16; letter-spacing: -.025em;
    font-weight: 800; margin: 8px 0 10px; color: var(--fg, #121615);
}
.byline { margin-top: 0; }
.post-body { font: 400 18px/1.75 var(--font-sans, "Hanken Grotesk", system-ui, sans-serif); color: #232a28; }
.post-body h2 {
    font-family: var(--font-display, "Schibsted Grotesk", system-ui, sans-serif);
    font-weight: 800; letter-spacing: -.02em; font-size: 1.55rem; margin: 38px 0 12px; color: var(--fg, #121615);
}
.post-body h3 {
    font-family: var(--font-display, "Schibsted Grotesk", system-ui, sans-serif);
    font-weight: 700; font-size: 1.22rem; margin: 28px 0 8px; color: var(--fg, #121615);
}
.post-body p { margin: 0 0 18px; }
.post-body a { color: var(--accent, #047857); }
.post-body ul, .post-body ol { margin: 0 0 18px; padding-left: 24px; }
.post-body li { margin: 7px 0; }
.post-body strong { color: var(--fg, #121615); }
.post-body blockquote {
    margin: 22px 0; padding: 8px 18px; border-left: 3px solid var(--brand-primary, #059669);
    background: var(--teal-50, #ECFDF5); color: var(--fg-muted, #4B5552); border-radius: 0 8px 8px 0;
}

/* FAQ */
.faq { margin-top: 46px; border-top: 1px solid var(--border, #E2E7E6); padding-top: 18px; }
.faq h2 { font-family: var(--font-display, "Schibsted Grotesk", system-ui, sans-serif); font-weight: 800; font-size: 1.4rem; }
.faq-item h3 {
    font-family: var(--font-display, "Schibsted Grotesk", system-ui, sans-serif);
    font-size: 1.1rem; margin: 20px 0 4px; color: var(--fg, #121615);
}
.faq-item p { margin: 0 0 12px; color: var(--fg-muted, #4B5552); }

/* Tags */
.tags { margin-top: 30px; }
.tag {
    display: inline-block; border: 1px solid var(--border, #E2E7E6); border-radius: 999px;
    padding: 3px 12px; margin: 0 6px 6px 0; font-size: .8rem; color: var(--fg-subtle, #6B7674);
}

/* CTA */
.cta-box {
    margin-top: 46px; border: 1px solid var(--teal-200, #A7F3D0); background: var(--teal-50, #ECFDF5);
    border-radius: 16px; padding: 28px 24px; text-align: center;
}
.cta-box p {
    margin: 0 0 16px; font-family: var(--font-display, "Schibsted Grotesk", system-ui, sans-serif);
    font-weight: 800; font-size: 1.2rem; color: var(--teal-900, #064E3B);
}

/* Cover hero */
.post-cover {
    display: block; width: 100%; height: auto; margin: 10px 0 30px;
    border-radius: 14px; border: 1px solid var(--border, #E2E7E6);
}

/* Related articles */
.related { margin-top: 46px; border-top: 1px solid var(--border, #E2E7E6); padding-top: 18px; }
.related h2 {
    font-family: var(--font-display, "Schibsted Grotesk", system-ui, sans-serif);
    font-weight: 800; font-size: 1.4rem; margin: 0 0 10px;
}
.related-list { list-style: none; padding: 0; margin: 0; }
.related-list li { padding: 9px 0; border-bottom: 1px solid var(--border, #E2E7E6); }
.related-list a { color: var(--accent, #047857); font-weight: 600; }

@media (max-width: 600px) {
    .post-body { font-size: 17px; }
    .blog-wrap { padding: 0 18px; }
}
