/* Page-specific styles for the AI policy page only.
   Colours, fonts, header, and footer all come from site.css. */

.policy-hero {
    padding: clamp(4rem, 9vw, 7rem) 1rem;
    background: linear-gradient(151deg, #104e6a 0%, #12374e 45%, #071724 100%);
    color: #fff;
}

.policy-hero-inner {
    width: min(900px, calc(100% - 2rem));
    margin: 0 auto;
}

.policy-hero h1 {
    max-width: 800px;
    margin: 0 0 1.25rem;
    font-family: var(--serif);
    font-size: clamp(3rem, 7vw, 5.8rem);
    font-weight: 500;
    letter-spacing: -0.055em;
    line-height: 0.96;
}

.policy-intro {
    max-width: 650px;
    margin: 0;
    color: rgba(255, 255, 255, 0.84);
    font-size: clamp(1.05rem, 2vw, 1.25rem);
    line-height: 1.5;
}

.policy-content {
    width: min(780px, calc(100% - 2rem));
    margin: 0 auto;
    padding: clamp(4rem, 8vw, 7rem) 0;
    color: #2b3b45;
}

.policy-content h2 {
    margin: clamp(3.5rem, 7vw, 5rem) 0 1.15rem;
    color: var(--ink);
    font-family: var(--serif);
    font-size: clamp(2rem, 4vw, 3.25rem);
    font-weight: 500;
    letter-spacing: -0.05em;
    line-height: 1;
}

.policy-content p {
    margin-bottom: 1.35rem;
    font-size: 1.05rem;
    line-height: 1.75;
}

.policy-content ul {
    margin: 0 0 1.7rem;
    padding-left: 1.3rem;
}

.policy-content li {
    margin-bottom: 0.65rem;
    padding-left: 0.2rem;
}

.policy-updated {
    margin-top: 3rem;
    color: var(--lake-deep);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

@media (max-width: 520px) {
    .policy-content p {
        font-size: 1rem;
        line-height: 1.7;
    }
}