
    /* ==========================================================================
       DESAIN BASE & DESKTOP (Layar Besar)
       ========================================================================== */
    .catalog-section {
        padding: 60px 20px;
        max-width: 1200px;
        margin: 0 auto;
    }
    .section-title-wrap {
        text-align: center;
        margin-bottom: 40px;
    }
    .section-tag {
        font-size: 0.85rem;
        text-transform: uppercase;
        letter-spacing: 2px;
        color: #27ae60;
        font-weight: 700;
        display: block;
        margin-bottom: 8px;
    }
    .section-heading {
        font-size: 2.2rem;
        color: #2c3e50;
        margin: 0;
        font-weight: 800;
    }
    .editorial-grid {
        display: grid;
        /* Desktop default: membagi kolom otomatis minimal lebar 260px */
        grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
        gap: 30px;
    }
    .editorial-card {
        background: #ffffff;
        border-radius: 12px;
        overflow: hidden;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        display: flex;
        flex-direction: column;
    }
    .editorial-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
    }
    .image-link-wrapper {
        display: block;
        overflow: hidden;
        position: relative;
        background: #f9f9f9;
        padding-top: 130px; /* Rasio tinggi gambar */
    }
    .image-wrapper img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.5s ease;
    }
    .editorial-card:hover .image-wrapper img {
        transform: scale(1.06);
    }
    .card-meta {
        padding: 20px;
        display: flex;
        flex-direction: column;
        flex-grow: 1;
    }
    .product-title {
        font-size: 1.05rem;
        margin: 0 0 10px 0;
        font-weight: 600;
        line-height: 1.4;
    }
    .product-title a {
        text-decoration: none;
        color: #2c3e50;
        transition: color 0.2s;
    }
    .product-title a:hover {
        color: #27ae60;
    }
    .card-footer {
        margin-top: auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-top: 15px;
        border-top: 1px solid #f0f0f0;
    }
    .product-price {
        font-weight: 700;
        color: #27ae60;
        font-size: 1.1rem;
    }
    .action-trigger {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        text-decoration: none;
        color: #7f8c8d;
        font-size: 0.9rem;
        font-weight: 600;
        transition: color 0.2s;
    }
    .action-trigger svg {
        width: 16px;
        height: 16px;
        transition: transform 0.2s ease;
    }
    .action-trigger:hover {
        color: #000;
    }
    .action-trigger:hover svg {
        transform: translateX(4px);
    }
    .view-all-wrapper .btn-primary {
        display: inline-block;
        padding: 14px 36px;
        background: #000;
        color: #fff;
        text-decoration: none;
        border-radius: 30px;
        font-weight: bold;
        transition: background 0.2s, transform 0.2s;
    }
    .view-all-wrapper .btn-primary:hover {
        background: #2c3e50;
        transform: translateY(-2px);
    }

    /* ==========================================================================
       OPTIMASI RESPONSIF MOBILE & TABLET (Media Queries)
       ========================================================================== */
    
    /* Tampilan Tablet & HP Lebar (Lebar layar kurang dari 768px) */
    @media (max-width: 768px) {
        .card-footer {
        align-items: flex-end; /* Membuat tombol lingkaran sejajar dengan harga bawah */
    }
    .product-price-old {
        font-size: 0.75rem; /* Mengecilkan harga coret di HP agar tidak padat */

}
        .catalog-section {
            padding: 40px 15px; /* Kurangi padding seksi agar space lebih luas */
        }
        .section-heading {
            font-size: 1.8rem; /* Ukuran judul lebih proporsional di mobile */
        }
        .editorial-grid {
            grid-template-columns: repeat(2, 1fr); /* Paksa jadi 2 kolom sejajar biar rapi */
            gap: 15px; /* Jarak antar kartu diperkecil agar pas di layar kecil */
        }
        .card-meta {
            padding: 12px; /* Perkecil padding teks dalam kartu */
        }
        .product-title {
            font-size: 0.95rem; /* Ukuran teks judul diperkecil sedikit */
            margin-bottom: 8px;
            /* Membuat teks terpotong bintik-bintik (...) jika judul terlalu panjang (max 2 baris) */
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }
        .product-price {
            font-size: 0.95rem; /* Menyesuaikan ukuran teks harga */
        }
        .action-trigger span {
            display: none; /* Sembunyikan teks "Detail" di HP agar tidak sumpek */
        }
        .action-trigger {
            background: #f4f6f7;
            padding: 6px;
            border-radius: 50%; /* Ubah tombol detail jadi ikon lingkaran saja */
        }
    }

    /* Tampilan HP Sangat Kecil (Lebar layar kurang dari 480px - Opsional) */
    @media (max-width: 480px) {
        /* Jika Anda ingin di HP vertikal/kecil tampil 1 kolom penuh, aktifkan ini:
           Tapi untuk katalog pakaian harian, 2 kolom biasanya jauh lebih estetik.
           Di bawah ini setelan terbaik untuk grid 2 kolom di smartphone tipis. */
        .editorial-grid {
            grid-template-columns: repeat(2, 1fr); 
            gap: 10px;
        }
        .section-heading {
            font-size: 1.5rem;
        }
        .image-link-wrapper {
            padding-top: 140px; /* Sedikit penyesuaian rasio gambar */
        }
        .view-all-wrapper .btn-primary {
            width: 100%; /* Tombol "Lihat Semua" jadi full width di layar HP bawah */
            box-sizing: border-box;
        }
    }
    /* ============== */
.asymmetric-hero {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 80px;
    align-items: center;
    padding: 100px 20px;
    max-width: 1200px;
    margin: 0 auto;
}

@keyframes pulse {
    0% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(39, 174, 96, 0.7); }
    70% { transform: scale(1); box-shadow: 0 0 0 6px rgba(39, 174, 96, 0); }
    100% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(39, 174, 96, 0); }
}

.hero-headline {
    font-size: 3.5rem;
    line-height: 1.15;
    margin: 0 0 24px 0;
    font-weight: 800;
    letter-spacing: -1px;
}

.hero-subline {
    font-size: 1.15rem;
    line-height: 1.7;
    margin-bottom: 35px;
}

.btn-reseller {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 36px;
    background: #27ae60;
    color: #fff;
    text-decoration: none;
    border-radius: 30px;
    font-weight: 700;
    font-size: 1rem;
    box-shadow: 0 10px 25px rgba(39, 174, 96, 0.3);
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.btn-reseller svg {
    width: 18px;
    height: 18px;
    transition: transform 0.3s ease;
}

.btn-reseller:hover {
    background: #1f8a4c;
    transform: translateY(-3px);
    box-shadow: 0 15px 30px rgba(39, 174, 96, 0.4);
}

.btn-reseller:hover svg {
    transform: translateX(5px);
}

.hero-visual-composition {
    position: relative;
    width: 100%;
    height: 520px;
    display: flex;
    align-items: center;
}

.luxury-backdrop {
    position: absolute;
    width: 75%;
    height: 85%;
    left: 5%;
    top: 5%;
    background: #f7f9fa;
    border-radius: 24px;
    border: 1px dashed #27ae60;
    z-index: 1;
}

.frame-main {
    position: absolute;
    width: 70%;
    height: 440px;
    left: 0;
    z-index: 2;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0,0,0,0.08);
}

.frame-secondary {
    position: absolute;
    width: 50%;
    height: 280px;
    right: -10px;
    bottom: 40px;
    z-index: 3;
    border-radius: 16px;
    overflow: hidden;
    border: 6px solid #ffffff;
    box-shadow: 0 15px 35px rgba(0,0,0,0.15);
}

.frame-main .hero-img, 
.frame-secondary .hero-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: transform 0.6s ease;
    animation: luxurySlideshow 12s infinite ease-in-out;
}

.frame-main:hover .hero-img, 
.frame-secondary:hover .hero-img {
    transform: scale(1.05);
}

.hero-img.slide-img-1 { animation-delay: 0s; }
.hero-img.slide-img-2 { animation-delay: 4s; }
.hero-img.slide-img-3 { animation-delay: 8s; }

@keyframes luxurySlideshow {
    0% { opacity: 0; }
    5% { opacity: 1; }
    33% { opacity: 1; }
    38% { opacity: 0; }
    100% { opacity: 0; }
}

.mini-tag {
    position: absolute;
    bottom: 15px;
    left: 15px;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(4px);
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 700;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
    z-index: 4;
}

.floating-anim {
    animation: floatMain 6s ease-in-out infinite;
}

.floating-anim-delayed {
    animation: floatSecondary 6s ease-in-out infinite;
    animation-delay: 2s;
}

@keyframes floatMain {
    0% { transform: translateY(0px); }
    50% { transform: translateY(-12px); }
    100% { transform: translateY(0px); }
}

@keyframes floatSecondary {
    0% { transform: translateY(0px); }
    50% { transform: translateY(-15px); }
    100% { transform: translateY(0px); }
}


@media (max-width: 992px) {
    .asymmetric-hero {
        grid-template-columns: 1fr;
        gap: 60px;
        padding: 60px 20px;
        text-align: center;
    }
    
    .hero-badge {
        margin: 0 auto 20px auto;
    }

    .hero-headline {
        font-size: 2.6rem;
    }

    .hero-visual-composition {
        height: 450px;
        max-width: 450px;
        margin: 0 auto;
    }

    .frame-main {
        height: 360px;
    }

    .frame-secondary {
        height: 220px;
        right: 0;
        bottom: 20px;
    }
}

@media (max-width: 480px) {
    .hero-headline {
        font-size: 2rem;
    }
    .hero-subline {
        font-size: 1rem;
    }
    .hero-visual-composition {
        height: 380px;
    }
    .frame-main {
        height: 300px;
        width: 75%;
    }
    .frame-secondary {
        height: 180px;
        width: 55%;
        bottom: 10px;
    }
}
