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

body {
    font-family: Georgia, 'Times New Roman', serif;
    background-color: #faf7f5;
    background-image: 
        url("data:image/svg+xml,%3Csvg width='400' height='400' xmlns='http://www.w3.org/2000/svg'%3E%3Ctext x='30' y='80' font-size='100' fill='%23f4d9d0' opacity='0.4'%3Eя%3C/text%3E%3Ctext x='180' y='90' font-size='100' fill='%23d4a5a5' opacity='0.3'%3E♡%3C/text%3E%3Ctext x='50' y='200' font-size='100' fill='%23d4a5a5' opacity='0.35'%3Eл%3C/text%3E%3Ctext x='220' y='220' font-size='100' fill='%23f4d9d0' opacity='0.3'%3E♡%3C/text%3E%3Ctext x='80' y='340' font-size='100' fill='%23f4d9d0' opacity='0.35'%3Eм%3C/text%3E%3Ctext x='260' y='360' font-size='100' fill='%23d4a5a5' opacity='0.3'%3E♡%3C/text%3E%3C/svg%3E"),
        repeating-linear-gradient(0deg, transparent, transparent 50px, rgba(245, 237, 230, 0.3) 50px, rgba(245, 237, 230, 0.3) 51px);
    background-size: 400px 400px, auto;
    color: #666;
    line-height: 1.8;
    padding: 40px 20px;
}

.container {
    max-width: 700px;
    margin: 0 auto;
    background: white;
    padding: 0;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
    position: relative;
}

.container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 30px;
    background-image: url("data:image/svg+xml,%3Csvg width='100' height='30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0,25 Q10,15 20,20 T40,20 T60,20 T80,20 T100,20' stroke='%23f4d9d0' stroke-width='2' fill='none'/%3E%3Cpath d='M0,20 Q10,10 20,15 T40,15 T60,15 T80,15 T100,15' stroke='%23f4d9d0' stroke-width='1.5' fill='none' opacity='0.6'/%3E%3C/svg%3E");
    background-repeat: repeat-x;
    background-position: center;
}

.container::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 30px;
    background-image: url("data:image/svg+xml,%3Csvg width='100' height='30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0,5 Q10,15 20,10 T40,10 T60,10 T80,10 T100,10' stroke='%23f4d9d0' stroke-width='2' fill='none'/%3E%3Cpath d='M0,10 Q10,20 20,15 T40,15 T60,15 T80,15 T100,15' stroke='%23f4d9d0' stroke-width='1.5' fill='none' opacity='0.6'/%3E%3C/svg%3E");
    background-repeat: repeat-x;
    background-position: center;
}

header {
    text-align: center;
    padding: 35px 30px 25px;
    background: white;
    border-bottom: 1px solid #f4d9d0;
    position: relative;
}

header::after {
    content: '❀';
    display: block;
    margin-top: 12px;
    color: #f4d9d0;
    font-size: 1.2em;
}

h1 {
    font-size: 2em;
    font-weight: 300;
    color: #d4a5a5;
    margin-bottom: 10px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-transform: lowercase;
    letter-spacing: 8px;
}

.subtitle {
    color: #999;
    font-size: 0.85em;
    font-style: italic;
    letter-spacing: 1px;
}

nav {
    display: flex;
    justify-content: center;
    gap: 40px;
    padding: 22px 0;
    background: #fdfcfb;
    border-bottom: 1px solid #f4d9d0;
}

nav a {
    color: #999;
    text-decoration: none;
    font-size: 0.9em;
    text-transform: lowercase;
    letter-spacing: 2px;
    transition: color 0.3s;
    font-weight: 300;
}

nav a:hover {
    color: #d4a5a5;
}

main {
    min-height: 400px;
    padding: 30px 40px;
    background: white;
}

.intro {
    margin-bottom: 25px;
    text-align: center;
    font-style: italic;
    color: #aaa;
    font-size: 0.85em;
    letter-spacing: 0.5px;
    line-height: 1.5;
}

.intro p {
    margin-bottom: 5px;
}

h2 {
    font-size: 1.4em;
    color: #d4a5a5;
    margin-bottom: 30px;
    font-weight: 300;
    text-transform: lowercase;
    letter-spacing: 3px;
    text-align: center;
    padding-bottom: 15px;
    border-bottom: 1px solid #f4d9d0;
}

h3 {
    font-size: 1.3em;
    color: #888;
    margin-bottom: 10px;
    font-weight: 300;
    text-transform: lowercase;
    letter-spacing: 1px;
}

.post-preview {
    margin-bottom: 35px;
    padding: 25px;
    background: #fdfcfb;
    border: 1px solid #f4d9d0;
    transition: all 0.3s;
}

.post-preview:hover {
    background: white;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}

.post-preview a {
    text-decoration: none;
    color: inherit;
}

.post-preview p {
    margin-top: 15px;
    color: #999;
    font-size: 0.95em;
    line-height: 1.8;
}

.date {
    font-size: 0.85em;
    color: #bbb;
    font-style: italic;
    text-transform: lowercase;
    letter-spacing: 1px;
}

.writing-content {
    line-height: 2;
    margin-top: 40px;
    color: #777;
}

.writing-content p {
    margin-bottom: 30px;
}

.post-title {
    margin-bottom: 15px;
}

.post-meta {
    font-size: 0.9em;
    color: #bbb;
    font-style: italic;
    margin-bottom: 40px;
    padding-bottom: 25px;
    border-bottom: 1px solid #f4d9d0;
    text-align: center;
    letter-spacing: 1px;
}

footer {
    margin-top: 0;
    text-align: center;
    padding: 35px 30px 50px;
    border-top: 1px solid #f4d9d0;
    background: white;
    color: #aaa;
    font-style: italic;
    font-size: 0.9em;
    letter-spacing: 1px;
}

footer::before {
    content: '❀';
    display: block;
    margin-bottom: 20px;
    color: #f4d9d0;
    font-size: 1.5em;
}

/* About page specific */
.about-content {
    line-height: 2;
    color: #777;
}

.about-content p {
    margin-bottom: 30px;
}

/* Post page specific */
.post {
    background: white;
    padding: 40px;
}

/* Mobile responsive */
@media (max-width: 600px) {
    body {
        padding: 20px 10px;
    }
    
    main {
        padding: 40px 30px;
    }
    
    header {
        padding: 50px 30px 40px;
    }
    
    h1 {
        font-size: 2em;
        letter-spacing: 4px;
    }
    
    nav {
        flex-direction: column;
        gap: 20px;
        padding: 25px;
    }
}