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

body {
    background: linear-gradient(to bottom, #1a1410 0%, #2d1810 50%, #1a1410 100%);
    color: #e8e0d5;
    font-family: 'Crimson Text', Georgia, serif;
    line-height: 1.7;
    overflow-x: hidden;
    min-height: 100vh;
}

.container {
    max-width: 800px;
    margin: 0 auto;
    padding: 80px 40px;
    min-height: 100vh;
}

header {
    text-align: center;
    margin-bottom: 80px;
    border-bottom: 1px solid rgba(205, 170, 125, 0.3);
    padding-bottom: 40px;
}

.main-nav {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

.nav-link {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.1rem;
    letter-spacing: 0.1em;
    color: #c5b8a8;
    text-decoration: none;
    padding: 8px 15px;
    transition: all 0.3s ease;
    border-bottom: 2px solid transparent;
}

.nav-link:hover {
    color: #d4a574;
    border-bottom-color: rgba(212, 165, 116, 0.5);
}

.nav-link.active {
    color: #d4a574;
    border-bottom-color: rgba(212, 165, 116, 0.7);
}

.site-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 4rem;
    font-weight: 300;
    letter-spacing: 0.15em;
    color: #d4a574;
    margin-bottom: 15px;
    text-shadow: 0 0 20px rgba(212, 165, 116, 0.3);
}

.tagline {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.3rem;
    font-weight: 400;
    color: #c5b8a8;
    letter-spacing: 0.1em;
    font-style: italic;
}

main {
    margin-bottom: 100px;
}

.welcome {
    margin-bottom: 80px;
}

.welcome p {
    font-size: 1.25rem;
    line-height: 1.8;
    margin-bottom: 1.8rem;
    color: #e8e0d5;
}

.welcome em {
    font-style: italic;
    color: #d4a574;
}

.welcome .inline-link {
    color: #d4a574;
    text-decoration: none;
    transition: color 0.3s ease;
}

.welcome .inline-link:hover {
    color: #e8c9a0;
}

.bio-content {
    margin-bottom: 80px;
}

.bio-content p {
    font-size: 1.25rem;
    line-height: 1.8;
    margin-bottom: 1.8rem;
    color: #e8e0d5;
}

.bio-content em {
    font-style: italic;
    color: #d4a574;
}

.music-content {
    margin-bottom: 80px;
}

.music-content p {
    font-size: 1.25rem;
    line-height: 1.8;
    margin-bottom: 1.8rem;
    color: #e8e0d5;
}

.coming-soon-page {
    text-align: center;
    margin-top: 80px;
    margin-bottom: 80px;
}

.coming-soon-page h2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 2.5rem;
    font-weight: 400;
    letter-spacing: 0.15em;
    color: #d4a574;
    margin-bottom: 30px;
}

.coming-soon-page p {
    font-size: 1.25rem;
    color: #c5b8a8;
    margin-bottom: 1.5rem;
}

.coming-soon-page .coming-soon {
    font-style: italic;
    color: #a89378;
    margin-top: 40px;
}

.works {
    border-top: 1px solid rgba(205, 170, 125, 0.3);
    padding-top: 60px;
}

.works h2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 2rem;
    font-weight: 400;
    letter-spacing: 0.15em;
    color: #d4a574;
    margin-bottom: 40px;
    text-align: center;
}

.work-entry {
    margin-bottom: 50px;
}

.work-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.8rem;
    font-weight: 500;
    color: #d4a574;
    letter-spacing: 0.1em;
    text-align: center;
    margin-bottom: 15px;
}

.work-status {
    font-size: 1rem;
    color: #a89378;
    font-style: italic;
    text-align: center;
    margin-top: 10px;
}

.work-link {
    text-align: center;
    margin-bottom: 20px;
}

.major-work {
    display: inline-block;
    font-family: 'Cormorant Garamond', serif;
    font-size: 2.5rem;
    font-weight: 500;
    color: #d4a574;
    text-decoration: none;
    letter-spacing: 0.1em;
    padding: 15px 30px;
    border: 2px solid rgba(212, 165, 116, 0.4);
    transition: all 0.3s ease;
    margin-bottom: 20px;
}

.major-work:hover {
    color: #e8c9a0;
    border-color: rgba(212, 165, 116, 0.8);
    text-shadow: 0 0 15px rgba(212, 165, 116, 0.5);
    transform: translateY(-2px);
}

.work-description {
    font-size: 1.1rem;
    color: #c5b8a8;
    font-style: italic;
    margin-top: 20px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.poem-list {
    max-width: 600px;
    margin: 0 auto;
}

.poem-entry {
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(205, 170, 125, 0.2);
}

.poem-entry:last-child {
    border-bottom: none;
}

.poem-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.5rem;
    font-weight: 500;
    color: #d4a574;
    letter-spacing: 0.08em;
    margin-bottom: 8px;
}

.poem-detail {
    font-size: 1rem;
    color: #a89378;
    font-style: italic;
}

.coming-soon {
    font-size: 1.1rem;
    color: #a89378;
    font-style: italic;
    text-align: center;
    margin-top: 40px;
}

footer {
    text-align: center;
    padding-top: 60px;
    border-top: 1px solid rgba(205, 170, 125, 0.3);
}

.attribution {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.1rem;
    color: #c5b8a8;
    letter-spacing: 0.1em;
}

/* Responsive Design */
@media (max-width: 768px) {
    .container {
        padding: 60px 30px;
    }
    
    .site-title {
        font-size: 2.5rem;
        letter-spacing: 0.1em;
    }
    
    .tagline {
        font-size: 1.1rem;
    }
    
    .main-nav {
        gap: 20px;
    }
    
    .nav-link {
        font-size: 1rem;
        padding: 6px 12px;
    }
    
    .welcome p {
        font-size: 1.15rem;
    }
    
    .major-work {
        font-size: 2rem;
        padding: 12px 25px;
    }
    
    .work-description {
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .container {
        padding: 40px 20px;
    }
    
    .site-title {
        font-size: 2rem;
        letter-spacing: 0.08em;
    }
    
    .tagline {
        font-size: 1rem;
    }
    
    .main-nav {
        gap: 15px;
        flex-direction: column;
        align-items: center;
    }
    
    .nav-link {
        font-size: 0.95rem;
    }
    
    .welcome p {
        font-size: 1.05rem;
        line-height: 1.7;
    }
    
    .major-work {
        font-size: 1.5rem;
        padding: 10px 20px;
    }
}
