/* --- Font Kustom --- */
body {
    font-family: 'Poppins', sans-serif;
    /* Gradien pink/ungu yang lembut */
    background: linear-gradient(135deg, #fce3e1, #f4e1f9);
    min-height: 100vh;
    padding-bottom: 40px; /* Mengurangi padding karena bar musik hilang */
}

.header-title {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-size: 3.5rem;
    color: #333;
}

.section-title {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #333;
    border-bottom: 3px solid #D98880; /* Warna aksen brand */
    display: inline-block;
    padding-bottom: 5px;
    margin-bottom: 25px;
}

/* --- (SEMUA STYLE MUSIC BAR DIHAPUS) --- */


/* --- Header --- */
.header-logo {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border: 4px solid #D98880;
    padding: 4px;
    background-color: white;
}

/* --- Wrapper Slider (Penting untuk Rasio) --- */
.slider-wrapper-square {
    aspect-ratio: 1 / 1;
    max-width: 500px;
    margin: auto;
}

.slider-wrapper-widescreen {
    aspect-ratio: 16 / 9;
    max-width: 100%; /* Biarkan memenuhi kolom */
    margin: auto;
}

/* --- Kustomisasi Swiper --- */
.swiper-container {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 20px;
}

#photo-slider .swiper-slide {
    background-color: #f0f0f0;
}

.swiper-slide img,
.swiper-slide video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Warna Panah & Paginasi */
:root {
    --swiper-theme-color: #D98880; /* Warna brand Zoya */
}
.swiper-pagination-bullet-active {
    background: var(--swiper-theme-color) !important;
}
.swiper-button-next,
.swiper-button-prev {
    color: var(--swiper-theme-color) !important;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    width: 44px;
    height: 44px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 20px;
    font-weight: bold;
}

/* --- Tombol Footer Kustom --- */
.btn-instagram {
    background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
    border: none;
    color: white;
}
.btn-instagram:hover { color: white; opacity: 0.9; }

.btn-shopee {
    background-color: #EE4D2D;
    color: white;
    border: none;
}
.btn-shopee:hover { color: white; opacity: 0.9; }