/* =========================================================
   legal.css — interim Privacy Notice / Terms of Use pages.
   Text-first, constrained measure (~68ch). Reuses the site's
   tokens, nav and footer. Linked after style.css on those pages.
========================================================= */

.legal {
    /* clear the fixed nav (64px) + breathing room */
    padding-top: calc(64px + var(--space-6));
    padding-bottom: var(--space-7);
    background: var(--white);
    color: var(--navy);
}

.legal__inner {
    width: min(68ch, 90%);
    margin-inline: auto;
}

.legal__eyebrow {
    display: block;
    font-size: .8rem;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: var(--teal, #0f9d8f);
    margin-bottom: var(--space-2);
}

.legal__title {
    font-size: clamp(1.9rem, 1.4rem + 2vw, 2.6rem);
    line-height: 1.15;
    font-weight: 800;
    margin-bottom: var(--space-3);
}

.legal__updated {
    font-size: .95rem;
    color: #5a6472;
    padding-bottom: var(--space-4);
    margin-bottom: var(--space-5);
    border-bottom: 1px solid var(--line);
}

.legal__note {
    background: var(--bg);
    border: 1px solid var(--line);
    border-radius: 12px;
    padding: var(--space-4);
    margin-bottom: var(--space-5);
    font-size: .95rem;
    line-height: 1.6;
    color: var(--navy);
}

.legal__inner h2 {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.3;
    margin-top: var(--space-5);
    margin-bottom: var(--space-3);
}

.legal__inner h2:first-of-type { margin-top: var(--space-4); }

.legal__inner p,
.legal__inner li {
    font-size: 1.02rem;
    line-height: 1.7;
    color: #2c3542;
}

.legal__inner p { margin-bottom: var(--space-3); }

.legal__inner ul {
    list-style: disc;
    padding-left: 1.4em;
    margin-bottom: var(--space-3);
}

.legal__inner li { margin-bottom: .5rem; }

.legal__inner a {
    color: var(--navy);
    text-decoration: underline;
    text-underline-offset: 2px;
}

.legal__inner a:hover { color: var(--teal, #0f9d8f); }

.legal__inner strong { font-weight: 700; color: var(--navy); }

/* Unfilled placeholders — deliberately conspicuous so they are
   obviously not real values yet (e.g. [DATE], [City]). */
.placeholder {
    background: #FFF3CD;
    border: 1px dashed #C9A227;
    border-radius: 4px;
    padding: 0 .35em;
    font-weight: 600;
    color: #6b5300;
    white-space: nowrap;
}

.legal__disclaimer {
    margin-top: var(--space-5);
    padding-top: var(--space-4);
    border-top: 1px solid var(--line);
    font-size: .92rem;
    font-style: italic;
    color: #5a6472;
    line-height: 1.65;
}
