@media screen and (max-width:1023px) {

    /*HERO*/
    body[data-board="home"] main > section.home .hero {
        aspect-ratio: 1/1.3;
    }

    body[data-board="home"] main > section.home .hero [data-ui-dac="controls"] {
        justify-content: center;
        width: 100%;
        bottom: 1.5rem;
    }

    body[data-board="home"] main > section.home .hero .slide {
        aspect-ratio: 1/1.3;
    }

    body[data-board="home"] main > section.home .hero .slide .details {
        left: 1rem;
        bottom: 3.5rem;
        right: 1rem;
        text-align: center;
    }

    body[data-board="home"] main > section.home .hero .slide .details .overview .tags {
        justify-content: center;
        gap: 0.25rem;
    }

    /*TODO: common at all home tags? */
    body[data-board="home"] main > section.home .hero .slide .details .overview .tag {
        /*position: relative;*/
        padding: 0.25rem 1rem;
        font-size: 0.6875rem;
        line-height: 1.5rem;
        height: 1.5rem;
        border-radius: 0.75rem;
        text-transform: uppercase;
    }

    body[data-board="home"] main > section.home .hero .slide .details .overview:hover .tag {
        color: var(--cta-color);
        background-color: var(--cta-color-20);
    }

    body[data-board="home"] main > section.home .hero .slide .details .overview .title {
        font-size: 2.5rem;
        line-height: 100%;
        margin-bottom: 0.5rem;
        margin-top: 0.5rem;
    }

    body[data-board="home"] main > section.home .hero .slide .details .overview .venue {
        margin-top: 1.5rem;
        font-size:0.75rem;
        letter-spacing: 0.02em;
    }

    body[data-board="home"] main > section.home .hero .slide .details .date {
        position: absolute;
        bottom: 10rem;
        left: 50%;
        transform: translateX(-50%);
        padding: 1rem;
        border-radius: 0.5rem;
        background: var(--black-tr20);
    }

    body[data-board="home"] main > section.home .hero .slide .details .date .month {
        font-size: 1.5rem;
        line-height: 1.75rem;
    }

    body[data-board="home"] main > section.home .hero .slide .details .date .day {
        font-size: 3rem;
        line-height: 100%;
    }

    /*@GRID*/
    body[data-board="home"] main > section.home .grid {
        padding-top: 2.5rem;
    }

    body[data-board="home"] main > section.home .grid .brand {
        top:0;
        line-height: 100%;
    }

    body[data-board="home"] main > section.home .grid .entries {
        margin: 1rem 1rem 1rem 1rem;
        width: calc(100% - 2rem);
        grid-template-columns: repeat(2, 1fr);
    }

    body[data-board="home"] main > section.home .grid .entries .entry .details { top:0.75rem; left: 0.75rem; bottom: 0.75rem; right: 0.75rem; }
    body[data-board="home"] main > section.home .grid .entries .entry.large .details { left: 1.25rem; bottom: 1.75rem; right: 1.25rem; }

    body[data-board="home"] main > section.home .grid .entries .entry .details .overview { left: 0; bottom: 0; max-width: calc(100% - 4rem); }
    body[data-board="home"] main > section.home .grid .entries .entry.large .details .overview { max-width: calc(100% - 2rem); }

    body[data-board="home"] main > section.home .grid .entries .entry .details .overview .title { font-size: 0.875rem; line-height: 1rem; margin-bottom: 0.5rem; }
    body[data-board="home"] main > section.home .grid .entries .entry.large .details .overview .title { font-size: 1.75rem; line-height: 1.75rem; }

    body[data-board="home"] main > section.home .grid .entries .entry .details .overview .venue { font-size: 0.75rem; line-height: 0.875rem; }
    body[data-board="home"] main > section.home .grid .entries .entry.large .details .overview .venue { font-size: 1rem; line-height: 1.25rem; }

    body[data-board="home"] main > section.home .grid .entries .entry:not(.large) .details .date { top: 0; left: 0; bottom: unset; right: unset; }

    body[data-board="home"] main > section.home .grid .entries .entry .details .date .month { font-size: 0.875rem; line-height: 0.875rem; }
    /*body[data-board="home"] main > section.home .grid .entries .entry.large .details .date .month { font-size: 1.25rem; line-height: 1.425rem; }*/

    body[data-board="home"] main > section.home .grid .entries .entry .details .date .day { font-size: 1.5rem; line-height: 1.5rem; }
    /*body[data-board="home"] main > section.home .grid .entries .entry.large .details .date .day { font-size: 2.5rem; line-height: 2.25rem; }*/

    body[data-board="home"] main > section.home .grid .entries .entry.article .details { max-width: calc(100% - 1.5rem) !important; }
    body[data-board="home"] main > section.home .grid .entries .entry.article .details .overview { max-width: 100%; }
    body[data-board="home"] main > section.home .grid .entries .entry.article .details .overview .title { font-size: 1rem; line-height: 1rem; }

    /*@ROWS*/
    body[data-board="home"] main > section.home .rows .header {
        padding-right: 1rem;
    }

    body[data-board="home"] main > section.home .rows {
        padding-top: 5rem;
        padding-left: 1rem;
    }

    body[data-board="home"] main > section.home .rows .filters {
        position: fixed;
        z-index: 10;
        transition: bottom 0.3s ease-out;
    }

    body[data-board="home"]:not([data-section="rows"]) main > section.home .rows .filters {
        bottom: calc(0 - 100%);
    }

    body[data-board="home"] main > section.home .rows .row:not(:last-child) {
        margin-bottom: 2rem;
    }

    body[data-board="home"] main > section.home .rows .row > .header {
        margin-bottom: 1rem;
    }

    body[data-board="home"] main > section.home .rows .row > .header .tag {
        font-size: 1.25rem;
        line-height: 1.5rem;
    }

    body[data-board="home"] main > section.home .rows .row > .header .remove {
        margin-left: 0.8rem;
        color: var(--complementary);
        cursor: pointer;
    }


    body[data-board="home"] main > section.home .rows .row[data-component-slider] [data-ui-dac="controls"] {
        /*padding: 0 7.5rem 0 0.5rem !important;*/
    }

    /*@POPULAR*/
    body[data-board="home"] main > section.home .popular {
        margin-bottom: 5rem;
    }
}