body {
    font-family: 'Playfair Display', serif;
    position: relative;
    font-size: clamp(7px, 12px, 12px);
    width: 100%;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    background: rgb(233, 116, 116);
}

h2,
h3,
h3B,
h4,
h5,
h6 {
    display: inline;
    line-height: 32px;
}

.item {
    margin: 0;
    padding: 2.5% 5% 2.5% 5%;
    width: auto;
    max-width: 90vw;
    position: relative;
    background: transparent;
    min-height: 80px;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1;
    margin-bottom: -1px;
}

.item-wrapper {
    position: relative;
    margin: 1% 5% 0% 3%;
    padding: 0;
    z-index: 1;
}

.item-wrapper:hover .item {
    transform: translateX(20px);
}

.item-wrapper:hover~.color-overlay {
    opacity: 1 !important;
}

.item-wrapper:hover~.thumbnail {
    opacity: 0.6;
    visibility: visible;
    right: 0;
}

.item-wrapper:hover~body::after {
    opacity: 0.6;
    visibility: visible;
}

.item-wrapper.auto-hover .item {
    transform: translateX(20px);
}

.item-wrapper.auto-hover~.color-overlay {
    opacity: 1 !important;
}

.item-wrapper.auto-hover~.thumbnail {
    opacity: 0.6;
    visibility: visible;
    right: 0;
}

.item-wrapper.auto-hover~body::after {
    opacity: 0.6;
    visibility: visible;
}

.item h2 {
    color: #02040F;
    font-size: 3rem;
    line-height: 0.9;
    margin: 0 0 0.25rem 0;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: inline-block;
    position: relative;
    vertical-align: top;
    margin-right: 0.5rem;
}

.item:hover h2,
.item.auto-hover h2 {
    color: white;
    font-weight: 900;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
    background-image: none;
    -webkit-background-clip: initial;
    background-clip: initial;
    animation: none;
}

.item h3 {
    color: white;
    font-size: 1.4rem;
    stroke: #02040F;
    opacity: 0;
    position: relative;
    transform: none;
    padding-left: 0.5rem;
    margin: 0;
    transition: opacity 0.3s ease, transform 0.3s ease;
    display: inline-block;
    vertical-align: top;
    visibility: hidden;
}

.item h3B {
    color: white;
    font-size: 1.4rem;
    stroke: #02040F;
    position: relative;
    transform: none;
    padding-left: 0.5rem;
    margin: 0;
    transition: opacity 0.3s ease, transform 0.3s ease;
    display: inline-block;
    vertical-align: top;
}

.item:hover h3,
.item.auto-hover h3 {
    color: white;
    font-weight: 700;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
    opacity: 1;
    visibility: visible;
    transform: translateY(-2.5px);
}

.item img {}

a {
    text-decoration-line: none;
}

.item h4 {
    font-family: 'Be Vietnam Pro', sans-serif;
    font-style: italic;
    color: #000000;
    position: relative;
    font-size: 1.2em;
    z-index: 100;
    text-shadow: -1px -1px rgba(255, 255, 255, 0.1);
    padding: 0% 0% 1% 5%;
}

.item:hover h4,
.item.auto-hover h4 {
    color: white;
    font-weight: 700;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

.item enproduction {
    font-family: 'Be Vietnam Pro', sans-serif;
    font-style: italic;
    color: #000000;
    position: relative;
    font-size: 1.2em;
    z-index: 100;
    text-shadow: -1px -1px rgba(255, 255, 255, 0.1);
    padding: 0% 0% 1% 5%;
    display: block;
    margin: 0.2em 0 0.2em 0;
    opacity: 1;
    transition: color 0.3s, text-shadow 0.3s;
}

.item:hover enproduction,
.item.auto-hover enproduction {
    color: white;
    font-weight: 700;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

.item-wrapper.auto-hover .item enproduction,
.item-wrapper:hover .item enproduction {
    color: white;
    font-weight: 700;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

.head {
    z-index: 1;
}

.head img {
    z-index: 0;
    opacity: 100%;
    z-index: 5;
    width: clamp(217px, 13%, 40%);
}

.header {
    width: 100%;
    max-width: 100vw;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    margin: 0;
    padding: 0;
    background: none;
}

.headtypo {
    display: block;
    font-size: 13px;
    line-height: 1.4;
    margin: 40px 0 40px 32px;
    text-align: left;
}

.headtypo .company-info {
    display: block;
    background-color: black;
    color: white;
    padding: 6px 10px;
    border-radius: 3px;
    margin-bottom: 4px;
    width: 340px;
    text-align: left;
}

.headtypo .mail {
    display: block;
    background-color: white;
    color: black;
    text-decoration: none;
    padding: 6px 10px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    width: 340px;
    text-align: left;
    margin: 0;
}

.head h1 {
    z-index: 0;
    font-size: clamp(10px, 20px, 15px);
    border-radius: 8px;
}

.head,
.dleft {
    background-color: rgb(255, 255, 255);
    z-index: 1;
    border-radius: 4px;
    padding: 2px 6px;
}

.dright {
    background-color: rgb(255, 255, 255);
    z-index: 1;
    border-radius: 4px;
    padding: 2px 6px;
}

.content {
    position: relative;
    z-index: 0;
}

.mail {
    background-color: rgb(255, 255, 255);
    padding: 2px 6px;
    border-radius: 4px;
}

.content img {
    position: absolute;
    top: -105px;
    right: 3px;
    width: clamp(150px, 11%, 12%);
}

.logo-container {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    width: 100%;
    margin: 0;
    padding: 0;
}

.logo {
    width: 105px;
    height: auto;
    background-color: white;
    border-radius: 3px;
    transition: all 0.3s ease;
    padding: 8px 8px;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    object-fit: contain;
    aspect-ratio: auto;
    margin-top: 16px;
    margin-right: 16px;
}

.logo:hover {
    backface-visibility: visible;
}

.thumbnail {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: min(80vw, 1200px);
    height: auto;
    max-height: 80vh;
    object-fit: contain;
    opacity: 0.8;
    visibility: hidden;
    transition: right 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease;
    transition-delay: 0.1s;
    z-index: -1;
    pointer-events: none;
    filter: brightness(0.95);
    right: -20%;
}

.thumbnail.active {
    opacity: 0.6;
    visibility: visible;
    right: 0;
    transition-delay: 0.1s;
}

body::after {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(229, 218, 218, 0.9);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.8s ease;
    transition-delay: 0.5s;
    z-index: -2;
}

.item:hover~.thumbnail,
.item:hover~body::after {
    opacity: 0.6;
    visibility: visible;
    transition-delay: 0.5s;
}

.color-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -3;
    pointer-events: none;
    background: linear-gradient(180deg, #bcbcbc 0%, #4d4d4d 100%);
}

.gradient-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    pointer-events: none;
    background-size: 100% 400%;
    animation: gradientFlow 15s ease infinite;
    background: linear-gradient(180deg, #ababab 0%, #2d2d2d 100%);
    transition: opacity 1.5s ease;
    will-change: opacity, background;
    transform: translateZ(0);
    /* Force hardware acceleration */
}

.gradient-layer.active {
    opacity: 1 !important;
}

@keyframes defaultGradient {
    0%,
    100% {
        background-position: 0% 0%;
    }
    50% {
        background-position: 0% 100%;
    }
}

@keyframes hoverGradient {
    0%,
    100% {
        background-position: 0% 0%;
    }
    50% {
        background-position: 0% 100%;
    }
}

@keyframes gradientFlow {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.item.hover-active {
    transform: translateX(20px);
}

.item.auto-hover {
    transform: translateX(20px);
}

.item.auto-hover h2 {
    background-image: linear-gradient(90deg, #E5DADA 0%, #02040F 50%, #E5DADA 100%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    background-size: 200% auto;
    animation: gradientFlow 3s linear infinite;
    text-shadow: -2px -2px rgba(255, 91, 91, 0.5);
}

@media (max-width: 768px) {
    html,
    body {
        overflow-x: hidden !important;
        width: 100vw !important;
        position: relative;
    }
    .main-content,
    .main-content-wrapper,
    .items-container {
        overflow-x: hidden !important;
        width: 100vw !important;
        max-width: 100vw !important;
        box-sizing: border-box;
    }
    .item {
        margin: 1% 3% 0% 3%;
        padding: 4% 5%;
        transform: translateX(10px);
        width: 90%;
        max-width: 90%;
    }
    .item:hover {
        transform: translateX(10px);
    }
    .item.auto-hover {
        transform: translateX(10px);
    }
    .thumbnail {
        width: 90vw;
        max-height: 50vh;
    }
    .header {
        margin: 0 !important;
        padding: 0 !important;
        gap: 0 !important;
    }
    .logo-container {
        margin: 0 !important;
        padding: 0 !important;
    }
    .headtypo {
        margin: 24px 0 24px 12px;
        text-align: left;
        width: 100%;
        box-sizing: border-box;
    }
    .headtypo .company-info,
    .headtypo .mail {
        width: 90%;
        min-width: 0;
        max-width: 90%;
        text-align: left;
        box-sizing: border-box;
    }
    .company-statement {
        width: 90%;
        max-width: 90%;
        margin: 40px auto 0 auto;
        padding: 24px 5% 32px 5%;
        box-sizing: border-box;
    }
    .mobile-arrow {
        position: fixed;
        left: 0;
        z-index: 1001;
        width: 48px;
        height: 48px;
        display: flex;
        align-items: center;
        justify-content: center;
        pointer-events: none;
    }
    .item-wrapper,
    .item-wrapper * {
        -webkit-tap-highlight-color: transparent;
        touch-action: pan-y;
        user-select: none;
        -webkit-user-select: none;
        -webkit-touch-callout: none;
    }
    .item-wrapper:active,
    .item-wrapper:hover,
    .item-wrapper *:active,
    .item-wrapper *:hover {
        background: none !important;
        color: inherit !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }
    .item-wrapper .item h2.active-mobile,
    .item-wrapper.active-mobile .item h2 {
        color: #ffffff !important;
        font-weight: 900 !important;
        text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000 !important;
        background-image: none !important;
        -webkit-background-clip: initial !important;
        background-clip: initial !important;
        animation: none !important;
        transition: color 0.12s, text-shadow 0.12s, background 0.12s !important;
        user-select: text;
        -webkit-user-select: text;
        -webkit-touch-callout: default;
    }
    .item-wrapper .item h2:not(.active-mobile) {
        color: #02040F !important;
        text-shadow: none !important;
        background-image: none !important;
        -webkit-background-clip: initial !important;
        background-clip: initial !important;
        animation: none !important;
    }
    .item-wrapper.active-mobile .item {
        /* Optional: add a subtle background or border for extra clarity */
        /* background: rgba(0,0,0,0.08); */
        transform: translateX(24px);
        transition: transform 0.12s cubic-bezier(0.4, 0, 0.2, 1);
        user-select: text;
        -webkit-user-select: text;
        -webkit-touch-callout: default;
    }
    .item-wrapper.active-mobile .item directedby {
        color: #fff !important;
        font-weight: 700 !important;
        text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000 !important;
        opacity: 1 !important;
        visibility: visible !important;
        transition: color 0.12s, text-shadow 0.12s !important;
    }
    .item-wrapper.active-mobile .item enproduction {
        color: #fff !important;
        font-weight: 700 !important;
        text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000 !important;
        opacity: 1 !important;
        visibility: visible !important;
        transition: color 0.12s, text-shadow 0.12s !important;
        user-select: text;
        -webkit-user-select: text;
        -webkit-touch-callout: default;
    }
    .item-wrapper directedby,
    .item-wrapper *:not(.active-mobile) directedby,
    .item-wrapper enproduction,
    .item-wrapper *:not(.active-mobile) enproduction {
        user-select: none;
        -webkit-user-select: none;
        -webkit-touch-callout: none;
    }
    .item-wrapper.active-mobile.just-snapped .item {
        transform: none !important;
    }
    directedby.mobile-directedby-visible {
        opacity: 1 !important;
        visibility: visible !important;
        color: #222 !important;
        font-size: 1.1em;
        font-style: italic;
        margin-top: 0.5em;
        margin-bottom: 0.5em;
        line-height: 1.4;
        letter-spacing: 0.01em;
        display: block !important;
        transition: none !important;
    }
    .item-wrapper .item {
        transition: transform 0.12s cubic-bezier(0.4, 0, 0.2, 1);
    }
}


/* Add new styles for when hover ends */

.item:not(:hover)~.color-overlay {
    transition: background 1s ease, background-size 0.5s ease;
    transition-delay: 0s;
}

.item:not(:hover)~body::after {
    transition: opacity 1s ease;
    transition-delay: 0s;
}

.item:not(:hover)~.thumbnail {
    transition: opacity 1s ease, right 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transition-delay: 0s;
}

.item-wrapper.auto-hover .item h2,
.item-wrapper:hover .item h2 {
    color: white;
    font-weight: 900;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
    background-image: none;
    -webkit-background-clip: initial;
    background-clip: initial;
    animation: none;
}

.item-wrapper.auto-hover .item h3,
.item-wrapper:hover .item h3 {
    color: white;
    font-weight: 700;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
    opacity: 1;
    visibility: visible;
    transform: translateY(-2.5px);
}

.item-wrapper.auto-hover .item h4,
.item-wrapper:hover .item h4 {
    color: white;
    font-weight: 700;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

.header-wrapper {
    width: 100%;
    max-width: 420px;
    margin: 20px auto 0 auto;
}

@media (max-width: 768px) {
    .header-wrapper {
        width: 100%;
        max-width: 420px;
        margin: 20px auto 0 auto;
    }
    .header {
        display: flex;
        flex-direction: row;
        align-items: stretch;
        width: 100%;
        gap: 0;
        flex-wrap: nowrap;
        position: relative;
    }
    .mail {
        display: block;
        width: 100%;
        max-width: 100%;
        margin: 8px 0 0 0;
        border-radius: 0 0 3px 3px;
        box-sizing: border-box;
    }
}

.footer,
footer {
    width: 100%;
    max-width: 100vw;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 0 24px 0;
    background: transparent;
    display: block;
}

.footer-content,
.headtypo {
    width: 100%;
    max-width: 100vw;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 8px;
}

@media (max-width: 768px) {
    .footer,
    footer {
        width: 100%;
        max-width: 100vw;
        box-sizing: border-box;
        padding: 0 0 16px 0;
    }
    .footer-content,
    .headtypo {
        width: 100%;
        max-width: 100vw;
        box-sizing: border-box;
        padding: 0 4px;
    }
    .headtypo .company-info,
    .headtypo .mail {
        width: 100%;
        max-width: 100vw;
        box-sizing: border-box;
    }
}

.company-statement {
    font-size: 2.1em;
    line-height: 1.6;
    font-style: italic;
    letter-spacing: 0.01em;
    padding: 200px 8vw 32px 8vw;
    max-width: 900px;
    margin: 40px auto 0 auto;
    box-sizing: border-box;
    transition: color 0.3s ease, text-shadow 0.3s ease;
}


/* Default state (white background) */

.company-statement {
    color: #000000;
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}


/* Gradient background state */

body:has(.color-overlay[style*="opacity: 1"]) .company-statement {
    color: #ffffff;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

.company-statement span.highlight {
    background: none;
    border-radius: 0;
    box-decoration-break: none;
    -webkit-box-decoration-break: none;
    padding: 0;
    box-shadow: none;
}

.company-statement span.highlight a {
    font-weight: 900;
    transition: color 0.3s ease, text-shadow 0.3s ease;
}


/* Default state (white background) */

.company-statement span.highlight a {
    color: #000000;
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}


/* Gradient background state */

body:has(.color-overlay[style*="opacity: 1"]) .company-statement span.highlight a {
    color: #ffffff;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

@media (max-width: 600px) {
    .company-statement {
        padding-left: 8vw;
        padding-right: 8vw;
        max-width: 98vw;
    }
}

.item directedby {
    color: white;
    font-size: 1.4rem;
    stroke: #02040F;
    opacity: 0;
    position: relative;
    transform: none;
    padding-left: 0.5rem;
    margin: 0;
    transition: opacity 0.3s ease, transform 0.3s ease;
    display: block;
    vertical-align: top;
    visibility: hidden;
}

.item:hover directedby,
.item.auto-hover directedby {
    color: white;
    font-weight: 700;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
    opacity: 1;
    visibility: visible;
    transform: translateY(-2.5px);
}

.item-wrapper.auto-hover .item directedby,
.item-wrapper:hover .item directedby {
    color: white;
    font-weight: 700;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
    opacity: 1;
    visibility: visible;
    transform: translateY(-2.5px);
}

directedby {
    display: block;
    font-size: 1.1em;
    font-style: italic;
    color: #222;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    line-height: 1.4;
    letter-spacing: 0.01em;
}


/* --- Imported from styles.css --- */

.flex {
    width: min(80vw, 1200px);
    height: auto;
    max-height: 80vh;
    object-fit: cover;
    margin: 20px auto;
    display: block;
    filter: brightness(0.95);
    border-radius: 4px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.flex img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.floating-bubble {
    position: fixed;
    right: 20px;
    top: 230px;
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 1em;
    color: #000000;
    background-color: rgba(255, 255, 255, 0.95);
    padding: 5px 15px;
    border-radius: 12px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 1);
    backdrop-filter: blur(5px);
    z-index: 1000;
    pointer-events: none;
    animation: float 3s ease-in-out infinite;
}

@keyframes float {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

.section-header {
    font-family: 'Playfair Display', serif;
    font-size: 3.5em;
    font-style: italic;
    color: #02040F;
    -webkit-text-stroke: 1px rgba(0, 0, 0, 0.1);
    display: block;
    flex: 0 0 200px;
    text-align: left;
}

.section-content {
    font-family: 'Be Vietnam Pro', sans-serif;
    font-size: 1.4em;
    line-height: 1.6;
    color: #02040F;
    margin: 0;
    padding: 0;
    text-align: right;
    font-weight: 300;
    flex: 1;
}

.coln {
    color: #f34613;
    display: inline;
    font-size: inherit;
    font-family: inherit;
    -webkit-text-stroke: inherit;
    text-shadow: inherit;
    position: relative;
    margin: inherit;
    padding: inherit;
    border-radius: inherit;
    transition: inherit;
}

.text-bold {
    font-weight: 700;
}

.text-regular {
    font-weight: 400;
}

.text-italic {
    font-style: italic;
}

.text-uppercase {
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.job-title {
    font-weight: 700;
    display: inline;
}

.person-name {
    font-weight: 400;
    display: inline;
}

.page-content {
    flex: 1 0 auto;
}

.flex-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    align-items: flex-start;
}

.flex-container img {
    width: 300px;
    height: auto;
    border-radius: 4px;
    margin: 0;
}


/* Main content wrapper for horizontal padding and centering */

.main-content,
body>.main-content {
    padding-left: 4vw;
    padding-right: 4vw;
    max-width: 900px;
    margin: 0 auto;
    box-sizing: border-box;
}


/* Responsive video using aspect-ratio (modern browsers) */

iframe.media-wide {
    display: block;
    width: 100%;
    max-width: 100%;
    aspect-ratio: 16 / 9;
    # border-radius: 10px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    background: #fff;
    margin: 24px 0;
    border: none;
}


/* Responsive images */

.media-wide:not(iframe) {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    # border-radius: 10px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    background: #fff;
    margin: 24px 0;
    object-fit: cover;
}


/* Mobile: slightly less padding and smaller border radius */

@media (max-width: 600px) {
    .main-content,
    body>.main-content {
        padding-left: 2vw;
        padding-right: 2vw;
    }
    iframe.media-wide,
    .media-wide:not(iframe) {
        #border-radius: 6px;
        margin: 12px 0;
    }
}


/* Remove old or conflicting media-wide/iframe rules below this line if present */

.director-always {
    color: #02040F;
    font-size: 1.4rem;
    font-weight: 700;
    margin: 0.2em 0 0.2em 0;
    display: block;
}

.h3-visible {
    color: #02040F;
    font-size: 1.4rem;
    font-weight: 700;
    margin: 0.2em 0 0.2em 0;
    display: block;
}

@media (max-width: 768px) {
    .item-wrapper,
    .item-wrapper * {
        user-select: none;
        -webkit-user-select: none;
        -webkit-touch-callout: none;
    }
    .item-wrapper a,
    .item-wrapper a * {
        user-select: auto;
        -webkit-user-select: auto;
        -webkit-touch-callout: default;
    }
}