* { margin: 0; padding: 0; box-sizing: border-box; }

body {
    background: #fdfdfd;
    color: #1a1a1a;
    font-family: 'Inter', sans-serif;
    padding-bottom: 60px;
    -webkit-font-smoothing: antialiased;
}

.cover img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

header {
    text-align: center;
    padding: 50px 20px 30px;
}

header h1 {
    font-size: 1.4rem;
    letter-spacing: 5px;
    font-weight: 600;
}

header p {
    font-size: 0.65rem;
    letter-spacing: 3px;
    color: #999;
    margin-top: 8px;
    text-transform: uppercase;
}

main {
    max-width: 450px;
    margin: 0 auto;
    padding: 0 30px;
}

section {
    margin-bottom: 45px;
}

h2 {
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 12px;
    margin-bottom: 22px;
    color: #444;
}

.line {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 12px;
    font-size: 1.05rem;
}

.line span { font-weight: 300; color: #222; }
.line b { font-weight: 600; font-size: 0.9rem; color: #111; }

.desc {
    font-size: 0.8rem;
    color: #999;
    margin: -8px 0 18px 0;
    font-weight: 300;
    line-height: 1.3;
}

footer {
    text-align: center;
    margin-top: 20px;
    padding-top: 40px;
}

footer p { font-size: 0.7rem; color: #ccc; margin-bottom: 15px; }
footer span { 
    font-size: 0.6rem; 
    color: #bbb; 
    letter-spacing: 2px; 
    text-transform: uppercase;
}

footer b { color: #888; font-weight: 600; }