/* ─────────────────────────────────────────────────────────────────
 *  PTST Legal pages — Privacy Policy, Terms, Cookie Policy etc.
 *  Wraps the page in .ptst-blog-single so the existing blog-single
 *  prose + TOC styles (ptst-blog.css) cascade in for free. This file
 *  only adds the legal-specific header band + a couple of small
 *  tweaks for the page context (no hero image, simpler chrome).
 * ───────────────────────────────────────────────────────────────── */

/* Page chrome — gives the legal pages a calmer, less editorial top
   than blog singles (no hero, no big eyebrow, just title + date). */
.ptst-legal__header-section {
    padding: 32px 0 24px;
    background: var(--bg-soft, #F4F7FB);
    border-bottom: 1px solid var(--line, #E2E8F2);
}
.ptst-legal__header {
    max-width: 72ch;
    margin: 14px 0 0;
}
.ptst-legal__title {
    margin: 0;
    font-size: 40px;
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -0.018em;
    color: var(--ink, #0B1B33);
}
.ptst-legal__meta {
    margin: 12px 0 0;
    font-size: 13.5px;
    color: var(--ink-3, #5A6B86);
}
@media (max-width: 640px) {
    .ptst-legal__title { font-size: 30px; }
}

/* Body section — leaves room beneath the header band before the prose. */
.ptst-legal__body-section {
    padding: 40px 0 80px;
}

/* Breadcrumb — sits just below the header tint band, on the body bg, to
   match the hero → breadcrumb order used across the content pages. It's the
   only bare .container that is a direct child of the article. */
.ptst-legal-main > .ptst-legal-article > .container {
    padding-top: 18px;
    padding-bottom: 4px;
}
.ptst-legal-main .ptst-crumb {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: var(--ink-3);
    padding: 0;
}
.ptst-legal-main .ptst-crumb a {
    color: var(--ink-3);
    text-decoration: none;
}
.ptst-legal-main .ptst-crumb a:hover {
    color: var(--brand-blue);
    text-decoration: underline;
    text-underline-offset: 3px;
}
.ptst-legal-main .ptst-crumb__sep { color: var(--ink-4); }
.ptst-legal-main .ptst-crumb__current { color: var(--ink); }

/* The blog-single TOC sidebar fades on the legal pages since they're
   long and dense — no other CTA needed in the sticky column. Just the
   "On this page" nav. (The blog single uses the same column for a
   course CTA; the legal template omits that, so no extra rule needed.) */
