* { box-sizing: border-box; }
body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    max-width: 680px;
    margin: 0 auto;
    padding: 0 24px 40px;
    color: #3b2018;
    background: #fff8f6;
    line-height: 1.7;
}
a { color: #b05030; }
h1 {
    font-size: 1.6rem;
    margin-bottom: 4px;
}
h2 {
    font-size: 1.05rem;
    margin-top: 32px;
    margin-bottom: 6px;
}
p, li {
    font-size: 0.95rem;
    color: #5a3020;
}
ul { padding-left: 20px; }
.meta {
    font-size: 0.85rem;
    color: #a07060;
    margin-bottom: 32px;
}
header {
    padding: 16px 0;
    margin-bottom: 40px;
    border-bottom: 1px solid #f0d8d0;
    text-align: center;
}
.brand {
    font-size: 1.3rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #8a5040;
    text-decoration: none;
}
footer {
    border-top: 1px solid #f0d8d0;
    padding-top: 24px;
    margin-top: 40px;
}
footer nav {
    display: flex;
    gap: 24px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 12px;
}
footer nav a {
    color: #8a5040;
    text-decoration: none;
    font-size: 0.9rem;
}
footer nav a:hover { text-decoration: underline; }
.footer-meta {
    font-size: 0.8rem;
    color: #b07060;
    text-align: center;
}
.footer-meta a {
    color: #8a5040;
    text-decoration: none;
}
.footer-meta a:hover { text-decoration: underline; }
