.container {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 2rem;
}

.page-content {
    padding: 8rem 0 6rem;
}

.page-eyebrow {
    font-family: var(--sans);
    font-size: 0.68rem;
    font-weight: 400;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 0.8rem;
}

.page-title {
    font-family: var(--serif);
    font-size: clamp(2rem, 4vw, 2.8rem);
    font-weight: 400;
    line-height: 1.25;
    color: var(--ink);
    margin-bottom: 3rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid var(--rule);
}

.page-section {
    margin-bottom: 2.5rem;
}

.page-section h2 {
    font-family: var(--serif);
    font-size: 1.3rem;
    font-weight: 500;
    color: var(--ink);
    margin-bottom: 1rem;
}

.page-section p {
    font-family: var(--sans);
    font-size: 0.92rem;
    color: var(--ink-soft);
    line-height: 1.85;
    margin-bottom: 0.8rem;
}

.page-section p strong {
    color: var(--ink);
    font-weight: 500;
}


@media (max-width: 640px) {
    nav {
        padding: 1rem 1.5rem;
    }

    .page-content {
        padding: 6rem 0 4rem;
    }
}
