/**
 * DEEP — Anasayfa kategori grid (Mobilya Koleksiyonları)
 * Sade kartlar, büyük ürün görselleri, okunaklı başlıklar.
 */

@property --deep-cat-ring-angle {
    syntax: '<angle>';
    initial-value: 0deg;
    inherits: false;
}

.deep-category-grid.uomo-category-grid-wrapper {
    margin-bottom: 2rem !important;
    padding-top: 0.5rem;
}

.deep-category-grid .deep-category-grid__head {
    margin-bottom: 1.75rem;
}

.deep-category-grid .uomo-category-grid-title.section-title {
    font-size: 1.375rem !important;
    font-weight: 400 !important;
    letter-spacing: 0;
    color: #111;
    margin-bottom: 0.5rem !important;
    padding-bottom: 0.35rem !important;
}

.deep-category-grid .uomo-category-grid-subtitle {
    font-size: 0.9375rem !important;
    line-height: 1.55;
    color: #6b7280 !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    max-width: 36rem;
    margin-left: auto;
    margin-right: auto;
}

.deep-category-grid .uomo-category-grid-row {
    --deep-cat-gap: 0.875rem;
    margin-left: calc(var(--deep-cat-gap) * -0.5) !important;
    margin-right: calc(var(--deep-cat-gap) * -0.5) !important;
}

.deep-category-grid .uomo-category-grid-item {
    padding-left: calc(var(--deep-cat-gap) * 0.5) !important;
    padding-right: calc(var(--deep-cat-gap) * 0.5) !important;
    margin-bottom: var(--deep-cat-gap) !important;
}

.deep-category-grid .uomo-category-grid-card.category-banner__item {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    height: 100%;
    position: relative;
    isolation: isolate;
    border: 1px solid rgba(17, 17, 17, 0.1) !important;
    border-radius: 10px !important;
    background: #fff !important;
    box-shadow: none !important;
    overflow: hidden;
    transition:
        transform 0.38s cubic-bezier(0.25, 0.46, 0.45, 0.94),
        box-shadow 0.38s ease,
        border-color 0.35s ease;
}

/* Instagram story tarzı — tek parça dönen gradient halka */
.deep-category-grid .uomo-category-grid-card.category-banner__item::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 2px;
    background: conic-gradient(
        from var(--deep-cat-ring-angle),
        #f58529,
        #dd2a7b,
        #8134af,
        #515bd4,
        #0095f6,
        #4fd1c5,
        #f58529
    );
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    mask-composite: exclude;
    opacity: 0;
    z-index: 5;
    pointer-events: none;
    transition: opacity 0.35s ease;
}

.deep-category-grid .uomo-category-grid-card.category-banner__item:hover {
    border-color: transparent !important;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08) !important;
    transform: translateY(-3px);
}

.deep-category-grid .uomo-category-grid-card.category-banner__item:hover::before {
    opacity: 1;
    animation: deep-cat-ig-ring 2.6s linear infinite;
}

@keyframes deep-cat-ig-ring {
    to {
        --deep-cat-ring-angle: 360deg;
    }
}

.deep-category-grid .uomo-category-grid-frame {
    display: none;
}

.deep-category-grid .uomo-category-grid-link {
    aspect-ratio: 220 / 120;
    min-height: 7.5rem;
    overflow: hidden;
    background: #fff !important;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 1.125rem;
}

.deep-category-grid .uomo-category-grid-image,
.deep-category-grid .category-banner__item img.uomo-category-grid-image {
    display: block !important;
    width: auto !important;
    height: auto !important;
    max-width: 100% !important;
    max-height: 100% !important;
    padding: 0 !important;
    object-fit: contain !important;
    object-position: center;
    background: transparent !important;
    pointer-events: none;
}

.deep-category-grid .uomo-category-grid-content,
.deep-category-grid .category-banner__item-content {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    z-index: 2;
    width: 100%;
    flex: 0 0 auto;
    padding: 0.625rem 0.75rem 0.75rem !important;
    background: #fff !important;
    text-align: center;
    border-top: 1px solid rgba(17, 17, 17, 0.06);
    pointer-events: auto;
}

.deep-category-grid .uomo-category-grid-title-link {
    text-decoration: none;
    pointer-events: auto;
    display: block;
}

.deep-category-grid .uomo-category-grid-title-text,
.deep-category-grid .category-banner__item-content h3.uomo-category-grid-title-text {
    font-size: 0.8125rem !important;
    font-weight: 600 !important;
    line-height: 1.35 !important;
    letter-spacing: 0.01em;
    text-transform: none;
    color: #111 !important;
    margin: 0 !important;
    padding: 0 !important;
    text-shadow: none;
}

.deep-category-grid .uomo-category-grid-title-link:hover .uomo-category-grid-title-text {
    color: var(--awa-accent, #c32929) !important;
}

@media (min-width: 768px) {
    .deep-category-grid .uomo-category-grid-row {
        --deep-cat-gap: 1rem;
    }

    .deep-category-grid .deep-category-grid__head {
        margin-bottom: 2rem;
    }

    .deep-category-grid .uomo-category-grid-title.section-title {
        font-size: 1.625rem !important;
    }

    .deep-category-grid .uomo-category-grid-link {
        min-height: 8.75rem;
        padding: 1.125rem 1.25rem;
    }

    .deep-category-grid .uomo-category-grid-title-text,
    .deep-category-grid .category-banner__item-content h3.uomo-category-grid-title-text {
        font-size: 0.875rem !important;
    }

    .deep-category-grid .uomo-category-grid-content,
    .deep-category-grid .category-banner__item-content {
        padding: 0.7rem 0.75rem 0.8rem !important;
    }
}

@media (min-width: 992px) {
    .deep-category-grid .uomo-category-grid-title.section-title {
        font-size: 1.75rem !important;
    }

    .deep-category-grid .uomo-category-grid-link {
        min-height: 9.5rem;
    }
}

@media (max-width: 767.98px) {
    .deep-category-grid.uomo-category-grid-wrapper {
        padding-left: 0;
        padding-right: 0;
    }

    .deep-category-grid .uomo-category-grid-link {
        min-height: 6.5rem;
        padding: 0.75rem 0.875rem;
    }

    .deep-category-grid .uomo-category-grid-title-text,
    .deep-category-grid .category-banner__item-content h3.uomo-category-grid-title-text {
        font-size: 0.75rem !important;
        line-height: 1.3 !important;
    }

    .deep-category-grid .uomo-category-grid-content,
    .deep-category-grid .category-banner__item-content {
        padding: 0.5rem 0.5rem 0.625rem !important;
    }
}

#main-content .hp-homepage-section .deep-category-grid .uomo-category-grid-card {
    background-color: #fff !important;
}

#main-content .hp-homepage-section .deep-category-grid .uomo-category-grid-card:hover {
    transform: translateY(-3px) !important;
}

#main-content .hp-homepage-section .deep-category-grid .uomo-category-grid-card .uomo-category-grid-link,
#main-content .hp-homepage-section .deep-category-grid .uomo-category-grid-card .uomo-category-grid-image {
    background-color: #fff !important;
}
