.brand-philosophy-section {
    padding: 80px 20px;
    background-color: #faf9f6;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.brand-philosophy-container {
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.philosophy-accent {
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-size: 1.2rem;
    color: #c5a059;
    margin-bottom: 20px;
    display: block;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.philosophy-title {
    font-family: 'Playfair Display', serif;
    font-size: 3rem;
    color: #1a1a1a;
    margin-bottom: 30px;
    line-height: 1.2;
    font-weight: 400;
}

.philosophy-text {
    font-family: 'Lato', sans-serif;
    font-size: 1.1rem;
    color: #4a4a4a;
    line-height: 1.8;
    margin-bottom: 40px;
    letter-spacing: 0.5px;
}

.philosophy-signature {
    font-family: 'Playfair Display', serif;
    font-size: 1.5rem;
    color: #1a1a1a;
    font-style: italic;
}

.philosophy-decoration {
    position: absolute;
    width: 300px;
    height: 300px;
    border: 1px solid #eee;
    border-radius: 50%;
    z-index: 1;
    opacity: 0.5;
}

.decor-1 {
    top: -150px;
    right: -150px;
}

.decor-2 {
    bottom: -150px;
    left: -150px;
}

@media (max-width: 768px) {
    .brand-philosophy-section {
        padding: 60px 20px;
    }
    .philosophy-title {
        font-size: 2.2rem;
    }
    .philosophy-text {
        font-size: 1rem;
    }
}
