/* Policy / legal pages — editorial black + ivory */

.pl-page {
    background: #000;
    color: #f7f5f1;
    min-height: 100vh;
}

.pl-hero {
    padding: calc(var(--ed-header-h, 88px) + 3.2rem) 6% 2.6rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    background: #000;
}

.pl-hero--image {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    text-align: center;
    padding: calc(var(--ed-header-h, 88px) + 2.2rem) 6% 3.6rem;
    overflow: hidden;
    border-bottom: 0;
    background-color: #0a0a0a;
}

.pl-hero--image::before {
    content: "";
    position: absolute;
    inset: -10%;
    background: var(--pl-hero) center / cover no-repeat;
    transform: scale(1.12);
    animation: plKenBurns 18s ease-out forwards;
    will-change: transform;
}

.pl-hero--image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.94) 0%, rgba(0, 0, 0, 0.62) 42%, rgba(0, 0, 0, 0.48) 100%);
    pointer-events: none;
}

@keyframes plKenBurns {
    from { transform: scale(1.12) translate3d(0, 2%, 0); }
    to { transform: scale(1) translate3d(0, 0, 0); }
}

.pl-hero--image .pl-hero-inner {
    position: relative;
    z-index: 1;
    width: min(760px, 100%);
    margin: 0 auto;
}

.pl-hero--image .pl-kicker {
    color: rgba(247, 245, 241, 0.62);
}

.pl-hero--image .pl-display {
    font-size: clamp(2.8rem, 7vw, 5.6rem);
    line-height: 0.9;
}

.pl-hero--image .pl-lede {
    margin-left: auto;
    margin-right: auto;
    max-width: 36rem;
    font-size: 0.82rem;
    letter-spacing: 0.08em;
}

.pl-hero--image .pl-updated {
    color: rgba(247, 245, 241, 0.55);
}

.pl-hero--image .ed-explore {
    margin-top: 1.5rem;
}

.pl-hero-inner {
    max-width: 1120px;
    margin: 0 auto;
}

.pl-kicker {
    margin: 0 0 0.85rem;
    font-family: "Montserrat", sans-serif;
    font-size: 0.72rem;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: rgba(247, 245, 241, 0.62);
}

.pl-display {
    margin: 0;
    font-family: "Bodoni Moda", serif;
    font-size: clamp(2.4rem, 5.6vw, 4.4rem);
    font-weight: 500;
    letter-spacing: 0.04em;
    line-height: 0.95;
    text-transform: uppercase;
    color: #f7f5f1;
}

.pl-lede {
    margin: 1.15rem 0 0;
    max-width: 38rem;
    font-family: "Montserrat", sans-serif;
    font-size: 0.82rem;
    line-height: 1.7;
    letter-spacing: 0.08em;
    color: rgba(247, 245, 241, 0.72);
}

.pl-updated {
    display: inline-block;
    margin-top: 1.15rem;
    font-family: "Montserrat", sans-serif;
    font-size: 0.68rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: rgba(247, 245, 241, 0.45);
}

.pl-shell {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 240px;
    gap: 3.5rem;
    max-width: 1120px;
    margin: 0 auto;
    padding: 3.2rem 6% 2rem;
}

.pl-shell.is-solo {
    grid-template-columns: minmax(0, 1fr);
    max-width: 820px;
}

.pl-highlights {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1px;
    margin: 0 0 2.4rem;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.12);
}

.pl-highlight {
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
    padding: 1.35rem 1.15rem;
    background: #0a0a0a;
}

.pl-highlight-label {
    font-family: "Montserrat", sans-serif;
    font-size: 0.68rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: rgba(247, 245, 241, 0.62);
}

.pl-highlight-text {
    font-family: "Outfit", sans-serif;
    font-size: 0.92rem;
    font-weight: 300;
    line-height: 1.5;
    color: rgba(247, 245, 241, 0.78);
}

.pl-page.is-solo .pl-section {
    padding: 2rem 0 2.1rem;
}

.pl-page.is-solo .pl-section h2 {
    font-size: clamp(1.45rem, 2.4vw, 1.85rem);
}

.pl-article {
    min-width: 0;
}

.pl-section {
    padding: 1.65rem 0 1.85rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.pl-section:last-child {
    border-bottom: 0;
}

.pl-section-head {
    display: flex;
    gap: 0.85rem;
    align-items: baseline;
    margin-bottom: 0.85rem;
}

.pl-num {
    font-family: "Montserrat", sans-serif;
    font-size: 0.72rem;
    letter-spacing: 0.18em;
    color: rgba(247, 245, 241, 0.55);
}

.pl-section h2 {
    margin: 0;
    font-family: "Bodoni Moda", "Cormorant Garamond", serif;
    font-size: 1.45rem;
    font-weight: 500;
    letter-spacing: 0.03em;
    color: #f7f5f1;
}

.pl-section p {
    margin: 0 0 0.85rem;
    font-family: "Outfit", sans-serif;
    font-size: 0.98rem;
    font-weight: 300;
    line-height: 1.8;
    color: rgba(247, 245, 241, 0.78);
}

.pl-section p:last-child {
    margin-bottom: 0;
}

.pl-section ul {
    margin: 0.4rem 0 0;
    padding: 0 0 0 1.15rem;
}

.pl-section li {
    margin: 0 0 0.45rem;
    font-family: "Outfit", sans-serif;
    font-size: 0.95rem;
    font-weight: 300;
    line-height: 1.7;
    color: rgba(247, 245, 241, 0.78);
}

.pl-section a {
    color: inherit;
    text-decoration: underline;
    text-underline-offset: 0.18em;
}

.pl-aside {
    position: sticky;
    top: calc(var(--ed-header-h, 88px) + 1.25rem);
    align-self: start;
    padding: 1.25rem 0 0;
}

.pl-aside-label {
    margin: 0 0 0.85rem;
    font-family: "Montserrat", sans-serif;
    font-size: 0.68rem;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: rgba(247, 245, 241, 0.45);
}

.pl-nav {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.pl-nav a {
    display: block;
    padding: 0.7rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    font-family: "Montserrat", sans-serif;
    font-size: 0.78rem;
    letter-spacing: 0.06em;
    color: rgba(247, 245, 241, 0.62);
    text-decoration: none;
    transition: color 0.2s ease;
}

.pl-nav a:hover {
    color: #fff;
}

.pl-nav a.is-current {
    color: #f7f5f1;
}

.pl-cta {
    max-width: 1120px;
    margin: 0 auto 4.5rem;
    padding: 2rem 6%;
}

.pl-cta-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1.25rem;
    padding: 1.75rem 1.6rem;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: #0a0a0a;
}

.pl-cta p {
    margin: 0;
    max-width: 28rem;
    font-family: "Outfit", sans-serif;
    font-size: 0.92rem;
    font-weight: 300;
    line-height: 1.6;
    color: rgba(247, 245, 241, 0.75);
}

.pl-cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.pl-cta-actions a {
    display: inline-flex;
    align-items: center;
    padding: 0.45rem 1.3rem;
    border: 1px solid #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 0.65rem;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    text-decoration: none;
    color: #f7f5f1;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.pl-cta-actions a:hover {
    background: #fff;
    color: #0a0a0a;
}

@media (max-width: 900px) {
    .pl-shell {
        grid-template-columns: 1fr;
        gap: 2rem;
        padding-top: 2.2rem;
    }

    .pl-highlights {
        grid-template-columns: 1fr;
    }

    .pl-hero--image {
        min-height: 78vh;
        align-items: center;
    }

    .pl-aside {
        position: static;
        order: -1;
        padding-top: 0;
    }

    .pl-nav {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 0.4rem 1rem;
        border-top: 0;
    }

    .pl-nav a {
        border-bottom: 0;
        padding: 0.35rem 0;
    }
}

@media (prefers-reduced-motion: reduce) {
    .pl-hero--image::before {
        animation: none;
        transform: none;
    }
}
