/* ===== flowe — Sub-page Layout ===== */

.container {
    max-width: 680px;
    margin: 0 auto;
    padding: 3rem 1.5rem 5rem;
}

.back-link {
    display: inline-block;
    font-size: 0.9rem;
    font-weight: 300;
    letter-spacing: 0.04em;
    margin-bottom: 2rem;
}

.back-link:hover {
    text-decoration: underline;
}

h1 {
    font-size: 2rem;
    font-weight: 300;
    letter-spacing: 0.04em;
    margin-bottom: 0.5rem;
}

.updated {
    font-size: 0.8rem;
    font-weight: 300;
    color: var(--text-tertiary);
    margin-bottom: 2.5rem;
}

h2 {
    font-size: 1.2rem;
    font-weight: 400;
    letter-spacing: 0.03em;
    margin-top: 2rem;
    margin-bottom: 0.8rem;
}

p, li {
    font-size: 0.95rem;
    font-weight: 200;
    color: var(--text-secondary);
    line-height: 1.8;
}

ul, ol {
    padding-left: 1.5rem;
}

li {
    margin-bottom: 0.4rem;
}

strong {
    font-weight: 400;
    color: var(--text);
}

footer {
    margin-top: 3rem;
    padding-top: 1.5rem;
    border-top: 1px solid var(--border-soft);
    text-align: center;
}

footer p {
    font-size: 0.85rem;
    font-weight: 200;
    color: var(--text-tertiary);
}
