.paper {
    max-width: 42rem;
    margin: 0 0 48px;
}

.paper .kicker {
    font-size: 0.78rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--pink-deep);
    font-weight: 700;
    margin-bottom: 10px;
}

.paper h1 {
    font-family: "Fraunces", Georgia, serif;
    font-size: clamp(1.7rem, 3vw, 2.3rem);
    line-height: 1.2;
    letter-spacing: -0.02em;
    color: #111;
    margin-bottom: 12px;
}

.paper .deck {
    font-size: 1.15rem;
    font-weight: 600;
    color: #111;
    margin-bottom: 10px;
    line-height: 1.45;
}

.paper .meta {
    color: #444;
    font-size: 0.98rem;
    margin-bottom: 22px;
}

.paper h2 {
    font-family: "Fraunces", Georgia, serif;
    font-size: 1.35rem;
    color: #111;
    margin: 1.8rem 0 0.7rem;
}

.paper p,
.paper li {
    color: #111;
    font-size: 1.08rem;
    line-height: 1.65;
    margin-bottom: 0.9rem;
}

.paper ul {
    margin: 0 0 1rem 1.25rem;
}

.paper .note {
    background: #fff;
    border: 1px solid var(--line);
    border-left: 3px solid var(--pink);
    padding: 14px 16px;
    margin: 1.4rem 0;
}

.paper .note p:last-child {
    margin-bottom: 0;
}

.paper a {
    color: #111;
    font-weight: 600;
    text-decoration: none;
    border-bottom: 1px solid var(--pink);
}

.paper a:hover,
.paper a:focus {
    color: var(--pink-deep);
}
