.hero {
    position: relative;
    background: #000;
    padding: 10px;
    min-height: 730px;
}

.hero__grid {
    display: grid;
    grid-template-columns: 455px 246px 455px;
    gap: 12px;
    max-width: 1180px;
    margin: 0 auto;
}

.hero__col {
    position: relative;
    height: 710px;
    border-radius: 23.522px;
    overflow: hidden;
    background: var(--purple);
}

.hero__col--center {
    background: transparent;
}

.hero__col--center > img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero__char {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 126px;
    width: 261px;
    height: 351px;
    object-fit: contain;
    z-index: 1;
    pointer-events: none;
}

.hero__title {
    position: absolute;
    left: 18px;
    right: 18px;
    top: 498px;
    z-index: 3;
    font-weight: 700;
    font-size: 50px;
    line-height: 1.2;
    color: #fff;
    margin: 0;
}

.hero__col--left::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 358px;
    background: linear-gradient(to bottom, rgba(111, 62, 227, 0) 0%, var(--purple) 30%);
    z-index: 2;
    pointer-events: none;
}

.hero__col--right {
    overflow: hidden;
}

.hero__col--right::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 126px;
    background: linear-gradient(to top, rgba(111, 62, 227, 0) 0%, var(--purple) 100%);
    z-index: 2;
    pointer-events: none;
}

.hero__col--right .hero__char-bottom {
    position: absolute;
    left: 0;
    right: 0;
    top: 311px;
    width: 100%;
    height: 399px;
    object-fit: cover;
    border-bottom-left-radius: 23.522px;
    border-bottom-right-radius: 23.522px;
}

.hero__desc {
    position: absolute;
    left: 18px;
    right: 18px;
    top: 185px;
    z-index: 3;
    font-size: 20px;
    line-height: 1.32;
    color: #fff;
    margin: 0;
}

.hero__cta-wrap {
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: 28px;
    z-index: 4;
    display: flex;
    justify-content: center;
}

.section {
    background: #000;
    padding: 80px 30px;
    position: relative;
    overflow: hidden;
}

.section__inner {
    max-width: 1140px;
    margin: 0 auto;
}

.section__title {
    font-weight: 700;
    font-size: 70px;
    line-height: 1.2;
    color: #fff;
    margin: 0;
}

.section__title--center {
    text-align: center;
}

.wardrobe {
    padding-bottom: 10px;
}

.wardrobe__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.wardrobe__title {
    align-self: flex-start;
}

.wardrobe__text {
    font-size: 20px;
    line-height: 1.32;
    color: #fff;
    align-self: flex-start;
    width: 100%;
}

.wardrobe__text p + p {
    margin-top: 1em;
}

.wardrobe__cta {
    align-self: center;
}

.wardrobe__image {
    width: 100%;
    max-width: 1180px;
    height: 400px;
    object-fit: cover;
    border-radius: 23px;
    margin-top: 20px;
}

.taste {
    position: relative;
}

.taste__inner {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 40px;
}

.taste .section__title {
    width: 100%;
}

.taste__image {
    position: absolute;
    left: -75px;
    top: 273px;
    width: 400px;
    height: 400px;
    object-fit: contain;
    border-radius: 23px;
    pointer-events: none;
}

.taste__list {
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 832px;
    max-width: 100%;
}

.taste__item {
    display: flex;
    gap: 70px;
    align-items: center;
    border-top: 1px solid var(--border-muted);
    padding-top: 10px;
}

.taste__item-title {
    font-weight: 700;
    font-size: 22px;
    line-height: normal;
    color: #fff;
    text-transform: uppercase;
    width: 291px;
    flex-shrink: 0;
    margin: 0;
}

.taste__item-text {
    font-size: 16px;
    line-height: normal;
    color: var(--text-muted);
    flex: 1;
    margin: 0;
}

.taste__arrow {
    width: 21px;
    height: 21px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.taste__arrow img {
    width: 29.7px;
    height: 20px;
    transform: rotate(45deg);
}

.categories__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.categories__title {
    align-self: flex-start;
    width: 100%;
}

.categories__grid {
    position: relative;
    width: 100%;
    max-width: 1143px;
    height: 502px;
}

.cat-card {
    position: absolute;
    width: 369px;
    background: var(--purple-light);
    border-radius: 23px;
    padding: 20px 14px;
    display: flex;
    flex-direction: column;
    gap: 13px;
    text-align: justify;
}

.cat-card__num {
    font-weight: 700;
    font-size: 16px;
    color: var(--purple);
    margin: 0;
}

.cat-card__title {
    font-weight: 500;
    font-size: 20px;
    color: #000;
    text-transform: uppercase;
    margin: 0;
    line-height: 1.2;
}

.cat-card__text {
    font-weight: 300;
    font-size: 16px;
    color: #000;
    margin: 0;
    line-height: 1.4;
}

.cat-card--1 { left: 0; top: 0; }
.cat-card--2 { left: 387px; top: 38px; }
.cat-card--3 { left: 0; top: 242px; }
.cat-card--4 { left: 387px; top: 280px; }

.categories__image {
    position: absolute;
    left: 860px;
    top: 51px;
    width: 400px;
    height: 400px;
    object-fit: contain;
    border-radius: 23px;
    pointer-events: none;
}

@media (max-width: 1023px) {
    .hero {
        min-height: 0;
        padding: 14px 10px;
    }

    .hero__grid {
        display: flex;
        flex-direction: column;
        gap: 14px;
        max-width: 410px;
    }

    .hero__col {
        height: auto;
    }

    .hero__col--left {
        height: 364px;
    }

    .hero__col--left::after {
        height: 142px;
        background: linear-gradient(to bottom, rgba(111, 62, 227, 0) 0%, var(--purple) 70%);
    }

    .hero__char {
        left: auto;
        right: 6px;
        transform: none;
        top: 55px;
        width: 199px;
        height: 259px;
        object-fit: cover;
    }

    .hero__title {
        left: 8px;
        right: 8px;
        top: auto;
        bottom: 16px;
        font-size: 40px;
    }

    .hero__col--center {
        height: 220px;
        border-radius: 23.522px;
    }

    .hero__col--right {
        height: 365px;
    }

    .hero__col--right::before {
        display: none;
    }

    .hero__col--right .hero__char-bottom {
        top: 154px;
        height: 211px;
        border-bottom-left-radius: 23px;
        border-bottom-right-radius: 23px;
    }

    .hero__desc {
        left: 8px;
        right: 8px;
        top: 26px;
        font-size: 20px;
    }

    .hero__cta-wrap {
        left: 0;
        right: 0;
        top: 301px;
        bottom: auto;
        justify-content: center;
    }

    .section {
        padding: 40px 20px;
    }

    .section__title {
        font-size: 32px;
    }

    .wardrobe__inner {
        gap: 20px;
    }

    .wardrobe__image {
        height: 400px;
    }

    .taste {
        padding: 40px 20px;
    }

    .taste__inner {
        align-items: center;
    }

    .taste__image {
        position: relative;
        left: auto;
        top: auto;
        width: 100%;
        max-width: 390px;
        height: 390px;
        margin: 0 auto;
    }

    .taste__list {
        width: 100%;
        max-width: 390px;
        gap: 20px;
    }

    .taste__item {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .taste__item-title,
    .taste__item-text {
        width: 100%;
    }

    .categories__grid {
        display: flex;
        flex-direction: column;
        gap: 16px;
        height: auto;
        align-items: center;
    }

    .cat-card {
        position: relative;
        left: auto;
        top: auto;
        width: 100%;
        max-width: 369px;
    }

    .categories__image {
        position: relative;
        left: auto;
        top: auto;
        width: 100%;
        max-width: 390px;
        height: 390px;
        margin: 0 auto;
        order: 3;
    }

    .cat-card--3 { order: 4; }
    .cat-card--4 { order: 5; }
}

/* ============ Home animations & hover effects ============ */
.hero__col--center > img {
    transition: transform 1.2s ease;
}

.hero__col--center:hover > img {
    transform: scale(1.04);
}

.hero__char {
    animation: float-soft 5s ease-in-out infinite;
}

.hero__char-bottom {
    transition: transform 0.6s ease;
}

.hero__col--right:hover .hero__char-bottom {
    transform: scale(1.05);
}

.wardrobe__image,
.taste__image,
.categories__image {
    transition: transform 0.6s ease, box-shadow 0.4s ease;
}

.wardrobe__image:hover {
    transform: scale(1.02);
    box-shadow: 0 18px 40px rgba(112, 62, 227, 0.35);
}

.taste__item {
    transition: transform 0.3s ease, border-color 0.3s ease;
}

.taste__item:hover {
    transform: translateX(6px);
    border-color: var(--purple-light);
}

.taste__arrow {
    transition: transform 0.3s ease;
}

.taste__item:hover .taste__arrow {
    transform: rotate(45deg) scale(1.2);
}

.cat-card {
    transition: transform 0.35s ease, box-shadow 0.35s ease, background 0.35s ease;
}

.cat-card:hover {
    transform: translateY(-8px) rotate(-1deg);
    box-shadow: 0 18px 35px rgba(112, 62, 227, 0.45);
    background: #fff;
}

.cat-card__num {
    transition: transform 0.3s ease;
}

.cat-card:hover .cat-card__num {
    transform: scale(1.3);
}

