/* DLF Summit Plaza Brands - Golden Luxury Theme */

/* Container */
.dlf-brands-wrap {
    background: #f5f0e6;
    padding: 60px 40px;
    max-width: 1400px;
    margin: 0 auto;
}

/* Header */
.dlf-brands-header {
    margin-bottom: 40px;
}

.dlf-brands-header h2 {
    font-family: 'Forum', Georgia, serif;
    font-size: 48px;
    font-weight: 400;
    font-style: italic;
    color: #2c2c2c;
    margin: 0 0 15px 0;
}

.dlf-brands-header p {
    font-family: 'Jost', sans-serif;
    font-size: 16px;
    color: #666;
    max-width: 500px;
    line-height: 1.6;
}

/* Filters - elegant gold-accented design, inline with percentage widths */
.dlf-brands-filters {
    display: flex;
    gap: 12px;
    margin-bottom: 40px;
    flex-wrap: nowrap;
    align-items: center;
    padding: 20px 25px;
    background: linear-gradient(135deg, #faf8f4 0%, #f0ebe0 100%);
    border: 1px solid #e0d6c8;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    box-sizing: border-box;
}

.dlf-search,
.dlf-select {
    font-family: 'Jost', sans-serif;
    padding: 12px 14px;
    border: 1px solid #d4c9b8;
    background: #fff;
    font-size: 13px;
    color: #333;
    border-radius: 4px;
    transition: all 0.3s ease;
    appearance: none;
    -webkit-appearance: none;
    box-sizing: border-box;
}

.dlf-search {
    width: 40%;
    flex-shrink: 1;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23999'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 16px;
    padding-right: 35px;
}

.dlf-select {
    width: 30%;
    flex-shrink: 1;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23999'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 12px;
    padding-right: 30px;
    cursor: pointer;
}

.dlf-search:hover,
.dlf-select:hover {
    border-color: #b5a48a;
    box-shadow: 0 2px 6px rgba(181, 164, 138, 0.15);
}

.dlf-search:focus,
.dlf-select:focus {
    outline: none;
    border-color: #a08d6e;
    box-shadow: 0 0 0 3px rgba(181, 164, 138, 0.2);
}

.dlf-search::placeholder {
    color: #999;
    font-style: italic;
}

/* Brand Grid - 2 columns like reference */
.dlf-brands-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    border: 1px solid #d4c9b8;
    background: #f5f0e6;
}

@media (min-width: 768px) {
    .dlf-brands-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width: 1024px) {
    .dlf-brands-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

/* Brand Card - just logo centered */
.dlf-brand-card {
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
    border: 1px solid #d4c9b8;
    background: #f5f0e6;
    transition: background 0.3s ease;
    text-decoration: none;
}

.dlf-brand-card:hover {
    background: #ebe5d9;
}

.dlf-brand-card a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    text-decoration: none;
}

/* Logo */
.dlf-brand-logo {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dlf-brand-logo img {
    max-width: 80%;
    max-height: 80%;
    object-fit: contain;
    filter: grayscale(100%) brightness(0);
    transition: filter 0.3s ease;
}

.dlf-brand-card:hover .dlf-brand-logo img {
    filter: grayscale(0%) brightness(1);
}

/* No logo fallback - brand initials */
.dlf-brand-logo .no-logo {
    font-family: 'Forum', Georgia, serif;
    font-size: 32px;
    color: #2c2c2c;
    text-transform: uppercase;
    letter-spacing: 2px;
}

/* Hide name and category in grid view */
.dlf-brand-card .dlf-brand-name,
.dlf-brand-card .dlf-brand-category {
    display: none;
}

/* ========== BRAND DETAIL PAGE ========== */
.dlf-brand-detail {
    background: #f5f0e6;
    padding: 60px 40px;
    max-width: 900px;
    margin: 0 auto;
}

.dlf-brand-detail-inner {
    background: #fff;
    padding: 50px;
    border: 1px solid #d4c9b8;
}

.dlf-brand-detail-logo {
    text-align: center;
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #e8e0d0;
}

.dlf-brand-detail-logo img {
    max-width: 250px;
    max-height: 150px;
    object-fit: contain;
}

.dlf-brand-detail-logo .no-logo {
    font-family: 'Forum', Georgia, serif;
    font-size: 64px;
    color: #2c2c2c;
    display: block;
}

.dlf-brand-detail h1 {
    font-family: 'Forum', Georgia, serif;
    font-size: 42px;
    font-weight: 400;
    color: #2c2c2c;
    margin: 0 0 10px 0;
    text-align: center;
}

.dlf-brand-detail-meta {
    font-family: 'Jost', sans-serif;
    font-size: 14px;
    color: #888;
    text-align: center;
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.dlf-brand-detail-desc {
    font-family: 'Jost', sans-serif;
    font-size: 16px;
    line-height: 1.8;
    color: #444;
    margin-bottom: 40px;
    text-align: center;
}

.dlf-brand-detail-info {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-bottom: 40px;
}

.dlf-brand-detail-info-item {
    padding: 20px;
    background: #faf8f4;
    border: 1px solid #e8e0d0;
}

.dlf-brand-detail-info-item label {
    display: block;
    font-family: 'Jost', sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #999;
    margin-bottom: 5px;
}

.dlf-brand-detail-info-item span {
    font-family: 'Jost', sans-serif;
    font-size: 16px;
    color: #333;
}

.dlf-brand-detail-links {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

.dlf-btn {
    font-family: 'Jost', sans-serif;
    display: inline-block;
    padding: 14px 30px;
    background: #2c2c2c;
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: background 0.3s ease;
}

.dlf-btn:hover {
    background: #b5a48a;
    color: #fff;
}

.dlf-btn.alt {
    background: transparent;
    border: 1px solid #2c2c2c;
    color: #2c2c2c;
}

.dlf-btn.alt:hover {
    background: #2c2c2c;
    color: #fff;
}

.dlf-back-link {
    display: block;
    text-align: center;
    margin-top: 40px;
    font-family: 'Jost', sans-serif;
    font-size: 14px;
    color: #888;
    text-decoration: none;
}

.dlf-back-link:hover {
    color: #2c2c2c;
}

/* Responsive */
@media (max-width: 768px) {
    .dlf-brands-filters {
        padding: 15px;
        gap: 8px;
        flex-wrap: wrap;
    }
    
    .dlf-search {
        width: 100%;
    }
    
    .dlf-select {
        width: calc(50% - 4px);
    }
}

@media (max-width: 600px) {
    .dlf-brands-wrap {
        padding: 30px 15px;
    }
    
    .dlf-brands-header h2 {
        font-size: 32px;
    }
    
    .dlf-brand-card {
        padding: 20px;
    }
    
    .dlf-brand-detail {
        padding: 20px 15px;
    }
    
    .dlf-brand-detail-inner {
        padding: 30px 20px;
    }
    
    .dlf-brand-detail h1 {
        font-size: 28px;
    }
    
    .dlf-brand-detail-info {
        grid-template-columns: 1fr;
    }
}
