@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;700;900&family=Lora:ital,wght@0,400;0,700;1,400&family=Inter:wght@300;400;600&display=swap');

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

body {
    font-family: 'Inter', sans-serif;
    background: #0a0a0a;
    color: #e8e0d4;
    overflow-x: hidden;
}

.hero-section {
    position: relative;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 40px 20px;
    background: radial-gradient(ellipse at center top, #2a1a00 0%, #0a0a0a 60%);
}

.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23f5a623' fill-opacity='0.03'%3E%3Cpath d='M30 10l5 8.66H25L30 10zm0 31.34l5 8.66H25l5-8.66z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    pointer-events: none;
}

.tagline-top {
    font-family: 'Inter', sans-serif;
    font-weight: 300;
    font-size: 14px;
    letter-spacing: 6px;
    text-transform: uppercase;
    color: #c9943e;
    margin-bottom: 20px;
    opacity: 0.9;
}

.title-main {
    font-family: 'Cinzel', serif;
    font-weight: 900;
    font-size: 72px;
    line-height: 1.1;
    color: #f5c842;
    text-shadow: 0 0 40px rgba(245, 200, 66, 0.3), 0 4px 20px rgba(0, 0, 0, 0.8);
    margin-bottom: 8px;
}

.title-sub {
    font-family: 'Cinzel', serif;
    font-weight: 400;
    font-size: 28px;
    color: #d4a84b;
    letter-spacing: 3px;
    margin-bottom: 30px;
}

.manga-badge {
    display: inline-block;
    border: 1px solid #c9943e;
    padding: 6px 20px;
    font-size: 11px;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #c9943e;
    margin-bottom: 40px;
    border-radius: 2px;
}

.hero-description {
    font-family: 'Lora', serif;
    font-size: 18px;
    line-height: 1.8;
    max-width: 680px;
    color: #bfb5a3;
    margin-bottom: 40px;
    font-style: italic;
}

.scripture-quote {
    font-family: 'Lora', serif;
    font-size: 15px;
    color: #c9943e;
    max-width: 500px;
    line-height: 1.7;
    margin-bottom: 50px;
    padding: 20px 30px;
    border-left: 2px solid #c9943e;
    text-align: left;
}

.scripture-ref {
    display: block;
    margin-top: 8px;
    font-style: normal;
    font-size: 12px;
    letter-spacing: 2px;
    color: #8a7a5a;
}

.cta-button {
    display: inline-block;
    padding: 16px 50px;
    font-family: 'Cinzel', serif;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 3px;
    text-transform: uppercase;
    text-decoration: none;
    color: #0a0a0a;
    background: linear-gradient(135deg, #f5c842, #c9943e);
    border: none;
    border-radius: 3px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 20px rgba(201, 148, 62, 0.3);
}

.cta-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(201, 148, 62, 0.5);
}

.cta-button:active {
    transform: translateY(0);
}

.divider {
    width: 60px;
    height: 1px;
    background: #c9943e;
    margin: 0 auto 40px;
}

.section-label {
    font-family: 'Inter', sans-serif;
    font-weight: 300;
    font-size: 12px;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: #c9943e;
    margin-bottom: 20px;
}

.section-title {
    font-family: 'Cinzel', serif;
    font-weight: 700;
    font-size: 38px;
    color: #f5c842;
    margin-bottom: 40px;
    line-height: 1.3;
}

.story-section {
    padding: 100px 20px;
    background: #0d0d0d;
}

.story-container {
    max-width: 900px;
    margin: 0 auto;
}

.story-lead {
    font-family: 'Lora', serif;
    font-size: 16px;
    line-height: 1.9;
    color: #9a9080;
    max-width: 700px;
    margin-bottom: 20px;
}

.story-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-top: 40px;
}

.story-card {
    background: #141414;
    padding: 35px;
    border-radius: 4px;
    border: 1px solid #1e1e1e;
    transition: all 0.3s ease;
}

.story-card:hover {
    border-color: #c9943e;
    box-shadow: 0 0 20px rgba(201, 148, 62, 0.1);
}

.card-icon {
    font-size: 28px;
    margin-bottom: 16px;
}

.card-title {
    font-family: 'Cinzel', serif;
    font-size: 18px;
    color: #f5c842;
    margin-bottom: 12px;
}

.card-text {
    font-family: 'Lora', serif;
    font-size: 15px;
    line-height: 1.7;
    color: #9a9080;
}

.characters-section {
    padding: 100px 20px;
    background: radial-gradient(ellipse at center bottom, #1a1200 0%, #0a0a0a 60%);
}

.characters-container {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.character-spotlight {
    display: flex;
    align-items: flex-start;
    gap: 50px;
    margin-top: 50px;
    text-align: left;
}

.character-visual {
    min-width: 220px;
    height: 300px;
    background: linear-gradient(180deg, #1a1200, #0d0900);
    border: 1px solid #2a1f0a;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.character-symbol {
    background: url('./a/HB.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 16px;
}

.character-name-visual {
    font-family: 'Cinzel', serif;
    font-size: 14px;
    color: #c9943e;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.character-info h3 {
    font-family: 'Cinzel', serif;
    font-size: 28px;
    color: #f5c842;
    margin-bottom: 6px;
}

.character-role {
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #c9943e;
    margin-bottom: 20px;
}

.character-bio {
    font-family: 'Lora', serif;
    font-size: 15px;
    line-height: 1.8;
    color: #9a9080;
    margin-bottom: 20px;
}

.character-traits {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.trait-tag {
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    padding: 4px 12px;
    border: 1px solid #2a1f0a;
    color: #c9943e;
    border-radius: 2px;
    letter-spacing: 1px;
}

.themes-section {
    padding: 100px 20px;
    background: #0d0d0d;
    text-align: center;
}

.themes-container {
    max-width: 900px;
    margin: 0 auto;
}

.themes-row {
    display: flex;
    justify-content: center;
    gap: 60px;
    margin-top: 50px;
    flex-wrap: wrap;
}

.theme-item {
    text-align: center;
    max-width: 200px;
}

.theme-icon {
    font-size: 36px;
    margin-bottom: 16px;
}

.theme-name {
    font-family: 'Cinzel', serif;
    font-size: 16px;
    color: #f5c842;
    margin-bottom: 8px;
}

.theme-desc {
    font-family: 'Lora', serif;
    font-size: 13px;
    line-height: 1.6;
    color: #8a7a5a;
}

.footer-section {
    padding: 80px 20px 40px;
    background: #0a0a0a;
    text-align: center;
    border-top: 1px solid #1a1a1a;
}

.footer-title {
    font-family: 'Cinzel', serif;
    font-weight: 700;
    font-size: 24px;
    color: #f5c842;
    margin-bottom: 16px;
}

.footer-scripture {
    font-family: 'Lora', serif;
    font-style: italic;
    font-size: 14px;
    color: #8a7a5a;
    max-width: 500px;
    margin: 0 auto 40px;
    line-height: 1.7;
}

.footer-credit {
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #3a3a3a;
}

@media (max-width: 768px) {
    .title-main {
        font-size: 42px;
    }

    .title-sub {
        font-size: 20px;
    }

    .story-grid {
        grid-template-columns: 1fr;
    }

    .character-spotlight {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .character-traits {
        justify-content: center;
    }

    .themes-row {
        gap: 40px;
    }
}