.hero-text {
    text-align: left !important; 
    margin-left: 0 !important;   
    margin-right: auto !important;
    font-size: 1.20rem !important;
    line-height: 1.8 !important;
    color: #d6cfc5 !important;
    max-width: 650px;          
    margin-top: 15px !important;
    font-weight: 300;
}

.hero-copy {
    display: flex;
    flex-direction: column;
    align-items: flex-start; 
    text-align: left;
}

.hero-label {
    font-size: 1.3rem !important; 
    letter-spacing: 0.3em !important; 
    text-transform: uppercase; 
    color: #d6cfc5d3 !important; 
    font-weight: 500 !important; 
    margin-bottom: 10px !important;
    display: inline-block;
}
.civilization-section {
    padding: 90px 0 120px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0));
    border-radius: 0;
    margin: 50px 0 100px;
    position: relative;
    overflow: hidden;
}

.civilization-section::before {
    content: '';
    position: absolute;
    top: 15%;
    right: -10%;
    width: 520px;
    height: 520px;
    background: radial-gradient(circle at center, rgba(220, 210, 190, 0.12), transparent 60%);
    transform: scale(1.1);
    pointer-events: none;
}

.civilization-section::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: -40px;
    width: 420px;
    height: 420px;
    background: radial-gradient(circle at center, rgba(200, 180, 150, 0.08), transparent 55%);
    pointer-events: none;
}

.civilization-container {
    position: relative;
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 24px;
}

.section-title {
    font-family: 'StretchPro', serif;
    font-size: 4rem;
    color: var(--text-light);
    text-align: center;
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: 0.22em;
    font-weight: 700;
    line-height: 1.05;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: -32px;
    left: 50%;
    transform: translateX(-50%);
    width: 180px;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(220, 210, 190, 0.6), transparent);
    border-radius: 1px;
}

main > section:first-child .section-title {
    font-size: 2.4rem;
    letter-spacing: 0.1em;
}

.section-subtitle {
    font-size: 1.2rem;
    color: #c8b9a7;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 70px;
    max-width: 860px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.8;
    letter-spacing: 0.06em;
    font-weight: 400;
    font-family: 'Coolvetica Rg Cond', sans-serif;
}

.civilization-content {
    display: block;
    padding: 0;
    max-width: 980px;
    margin: 0 auto;
}

.main-content {
    background: rgba(16, 12, 10, 0.88);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 40px;
    padding: 60px 50px;
    box-shadow: 0 50px 120px rgba(0, 0, 0, 0.35);
    backdrop-filter: blur(8px);
    position: relative;
}

.main-content::before {
    content: '';
    position: absolute;
    top: -30px;
    right: -30px;
    width: 170px;
    height: 170px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.04);
    pointer-events: none;
}

.civilization-content p {
    font-size: 1.6rem;
    line-height: 2.5;
    color: #e8dfd5;
    margin-bottom: 1.8rem;
    letter-spacing: 0.015em;
    font-weight: 400;
}

.civilization-content p:last-child {
    margin-bottom: 0;
}

.civilization-content p strong,
.civilization-content p em {
    color: #f4e9d9;
}

.highlights,
.highlights::after,
.highlights:hover,
.highlights h3,
.highlights h3::after,
.highlights ul,
.highlights li,
.highlights li::before,
.highlights li strong,
.highlights li:hover {
    display: none !important;
}

.logo-link {
    display: flex;
    align-items: center; 
    text-decoration: none;
    gap: 20px; 
}

.logo-text {
    font-family: 'StretchPro', sans-serif; 
    font-size: 22px;
    color: #f5f5f5;
    text-transform: uppercase; 
    letter-spacing: 3px; 
    transition: all 0.3s ease;
}

.logo-link:hover .logo-text {
    color: #8D6E63; 
    letter-spacing: 5px; 
}

.site-logo {
    height: 80px;
    width: 80px;
    object-fit: cover;
    border-radius: 50%;
    border: 3px solid #5D4037; 
    box-shadow: 0 0 15px rgba(93, 64, 55, 0.4); 
    margin-right: 15px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.site-logo:hover {
    transform: scale(1.5) rotate(5deg);
    border-color: #8D6E63; 
    box-shadow: 0 0 30px rgba(141, 110, 99, 0.6);
}
.topbar {
    display: flex !important;
    justify-content: space-between !important; 
    align-items: center !important; 
    padding: 10px 40px !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

.logo-link {
    display: flex !important;
    align-items: center !important;
    gap: 15px !important;
    text-decoration: none !important;
}
.top-nav {
    display: flex !important;
    flex-direction: row !important;
    gap: 20px !important;
    margin-left: auto !important;
}
body {
    overflow-x: hidden;
    width: 100%;
}

@media (max-width: 980px) {
    .civilization-section {
        margin: 40px 0 80px;
    }

    .section-title {
        font-size: 2.8rem;
    }

    .section-subtitle {
        font-size: 1.05rem;
        margin-bottom: 40px;
    }

    .main-content {
        padding: 42px 30px;
    }

    .civilization-content p {
        font-size: 1.14rem;
        line-height: 2.2;
    }
}

@media (max-width: 760px) {
    .civilization-section {
        padding: 70px 0 80px;
        margin: 35px 0 60px;
    }

    .section-title {
        font-size: 2.2rem;
    }

    .section-subtitle {
        font-size: 1rem;
        margin-top: 30px;
        margin-bottom: 32px;
    }

    .main-content {
        padding: 30px 22px;
        border-radius: 24px;
    }

    .civilization-content p {
        font-size: 1rem;
    }

    .section-title::after {
        width: 140px;
        bottom: -24px;
    }
}

@media (max-width: 620px) {
    .civilization-section {
        margin: 25px 0 40px;
    }

    .section-title {
        font-size: 1.9rem;
    }

    .section-subtitle {
        font-size: 0.95rem;
        max-width: 100%;
        padding: 0 10px;
    }

    .main-content {
        padding: 24px 18px;
    }

    .civilization-content p {
        line-height: 1.9;
    }
}
