/* Homepage Styles */

.section h1, .section h2 {
    font-size: 2.2em;
    color: #1a1a1a;
    margin-bottom: 25px;
    text-align: center;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
    background: #d4d0b8;
    padding: 20px;
}

.carousel-container {
    margin: 40px 0;
    background: #fff;
    padding: 20px;
}

.glide__slide img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.glide__arrow {
    background: rgba(212, 175, 55, 0.8);
    border: none;
    color: #fff;
    padding: 15px 20px;
    font-size: 20px;
    cursor: pointer;
    transition: background 0.3s;
}

.glide__arrow:hover {
    background: rgba(212, 175, 55, 1);
}

.glide__bullets {
    bottom: 20px;
}

.glide__bullet {
    background: #ccc;
    border: none;
    width: 12px;
    height: 12px;
}

.glide__bullet--active {
    background: #d4af37;
}

.studio-info {
    background: #d4d0b8;
    padding: 40px;
    margin: 40px 0;
    text-align: center;
}

.studio-info h3 {
    color: #1a1a1a;
    font-size: 1.6em;
    margin-bottom: 20px;
    font-weight: 400;
}

.studio-info p {
    color: #333;
}

.content p {
    font-size: 1.05em;
    line-height: 1.8;
    color: #333;
    margin-bottom: 20px;
}

.about-section {
    background: #fff;
    padding: 40px;
    margin: 40px 0;
}

.about-section h2 {
    background: #d4d0b8;
}

@media (max-width: 768px) {
    .glide__slide img {
        height: 300px;
    }
}
