section[data-cattype="83011"].osp-83011-section {
    position: relative;
    width: 100%;
    padding: 80px 0;
    overflow: hidden;
    background-color: #FBFAF6;
}

[data-cattype="83011"] .osp-83011-container {
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
}

/* Category title */
[data-cattype="83011"] .osp-83011-gallery-title {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: 100%;
    padding: 0 30px;
    text-align: center;
    pointer-events: none;
    transform: translate(-50%, -50%);
}

[data-cattype="83011"] .osp-83011-gallery-title span {
    display: block;
    color: #536B3B;
    font-family: 'Newsreader', Georgia, serif;
    font-size: clamp(86px, 7.5vw, 145px);
    font-weight: 400;
    line-height: 0.9;
    letter-spacing: 0.025em;
    white-space: nowrap;
    text-align: center;

    -webkit-text-fill-color: #536B3B;
    -webkit-text-stroke: 3px #FFFFFF;

    paint-order: stroke fill;

    text-shadow:
        0 3px 0 rgba(255, 255, 255, 0.9),
        0 7px 18px rgba(30, 36, 28, 0.2),
        0 14px 36px rgba(30, 36, 28, 0.12);

    transition:
        color 0.25s ease,
        -webkit-text-fill-color 0.25s ease,
        -webkit-text-stroke 0.25s ease,
        text-shadow 0.25s ease;
}

/* Gallery viewport */
[data-cattype="83011"] .osp-83011-viewport {
    position: relative;
    z-index: 5;
    width: 100%;
    height: 100%;
    overflow: hidden;
    cursor: grab;
    touch-action: pan-y;
    user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
}

[data-cattype="83011"] .osp-83011-viewport.is-dragging {
    cursor: grabbing;
}

/* Track */
[data-cattype="83011"] .osp-83011-track {
    position: relative;
    display: flex;
    align-items: flex-start;
    width: max-content;
    height: 100%;
    will-change: transform;
}

/* Sequence */
[data-cattype="83011"] .osp-83011-sequence {
    display: flex;
    flex: 0 0 auto;
    align-items: flex-start;
    gap: 100px;
    box-sizing: border-box;
    height: 100%;
    padding-right: 26px;
}

/* Gallery card */
[data-cattype="83011"] .osp-83011-card {
    position: relative;
    display: block;
    flex: 0 0 auto;
    overflow: hidden;
    border-radius: 22px;
    background-color: #EEE9DF;
    transform: translateZ(0);
    user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}

/* Image */
[data-cattype="83011"] .osp-83011-card img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    pointer-events: none;
    user-select: none;
    -webkit-user-select: none;
    -webkit-user-drag: none;
    -webkit-touch-callout: none;
    transform: scale(1.01);
    transition: transform 0.5s ease;
}

[data-cattype="83011"] .osp-83011-card:hover img {
    transform: scale(1.045);
}

/* Horizontal images: 1, 3, 5... */
[data-cattype="83011"] .osp-83011-sequence
.osp-83011-card:nth-child(odd) {
    width: 340px;
    height: 230px;
    margin-top: 85px;
}

/* Vertical images: 2, 4, 6... */
[data-cattype="83011"] .osp-83011-sequence
.osp-83011-card:nth-child(even) {
    width: 240px;
    height: 370px;
    margin-top: 0;
}

/* Drag state */
section[data-cattype="83011"].is-dragging-gallery
.osp-83011-gallery-title {
    z-index: 1;
}

section[data-cattype="83011"].is-dragging-gallery
.osp-83011-gallery-title span {
    color: transparent;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 3px rgba(83, 107, 59, 0.64);

    text-shadow:
        0 0 0 #FFFFFF,
        1px 0 0 #FFFFFF,
        -1px 0 0 #FFFFFF,
        0 1px 0 #FFFFFF,
        0 -1px 0 #FFFFFF,
        0 8px 22px rgba(30, 36, 28, 0.16);
}

/* Large laptop */
@media (max-width: 1399px) {

    section[data-cattype="83011"].osp-83011-section {
        padding: 9px 0;
    }

    [data-cattype="83011"] .osp-83011-container {
        height: 380px;
    }

    [data-cattype="83011"] .osp-83011-sequence {
        gap: 24px;
        padding-right: 24px;
    }

    [data-cattype="83011"] .osp-83011-sequence
    .osp-83011-card:nth-child(odd) {
        width: 315px;
        height: 215px;
        margin-top: 78px;
    }

    [data-cattype="83011"] .osp-83011-sequence
    .osp-83011-card:nth-child(even) {
        width: 225px;
        height: 350px;
    }

    [data-cattype="83011"] .osp-83011-gallery-title span {
        font-size: clamp(80px, 7.5vw, 130px);
    }
}

/* Laptop */
@media (max-width: 1199px) {

    section[data-cattype="83011"].osp-83011-section {
        padding: 8px 0;
    }

    [data-cattype="83011"] .osp-83011-container {
        height: 350px;
    }

    [data-cattype="83011"] .osp-83011-sequence {
        gap: 22px;
        padding-right: 22px;
    }

    [data-cattype="83011"] .osp-83011-card {
        border-radius: 20px;
    }

    [data-cattype="83011"] .osp-83011-sequence
    .osp-83011-card:nth-child(odd) {
        width: 290px;
        height: 195px;
        margin-top: 72px;
    }

    [data-cattype="83011"] .osp-83011-sequence
    .osp-83011-card:nth-child(even) {
        width: 210px;
        height: 325px;
    }

    [data-cattype="83011"] .osp-83011-gallery-title span {
        font-size: clamp(72px, 8vw, 112px);
        -webkit-text-stroke-width: 2.5px;
    }

    section[data-cattype="83011"].is-dragging-gallery
    .osp-83011-gallery-title span {
        -webkit-text-stroke-width: 2.5px;
    }
}

/* Tablet */
@media (max-width: 991px) {

    [data-cattype="83011"] .osp-83011-container {
        height: 320px;
    }

    [data-cattype="83011"] .osp-83011-sequence
    .osp-83011-card:nth-child(odd) {
        width: 260px;
        height: 180px;
        margin-top: 65px;
    }

    [data-cattype="83011"] .osp-83011-sequence
    .osp-83011-card:nth-child(even) {
        width: 190px;
        height: 295px;
    }

    [data-cattype="83011"] .osp-83011-gallery-title span {
        font-size: clamp(64px, 9vw, 94px);
    }
}

/* Mobile */
@media (max-width: 767px) {

    section[data-cattype="83011"].osp-83011-section {
        padding: 6px 0;
    }

    [data-cattype="83011"] .osp-83011-container {
        height: 280px;
    }

    /*
     * Keep mobile using the same transform system
     * as desktop.
     */
    [data-cattype="83011"] .osp-83011-viewport {
        overflow: hidden;
        cursor: grab;
        touch-action: pan-y;
        user-select: none;
        -webkit-user-select: none;
        -webkit-touch-callout: none;
        -webkit-tap-highlight-color: transparent;
    }

    [data-cattype="83011"] .osp-83011-viewport.is-dragging {
        cursor: grabbing;
    }

    [data-cattype="83011"] .osp-83011-track {
        display: flex;
        width: max-content;
        height: 100%;
        will-change: transform;
    }

    [data-cattype="83011"] .osp-83011-sequence {
        gap: 16px;
        padding-right: 16px;
    }

    [data-cattype="83011"] .osp-83011-card {
        border-radius: 17px;
        user-select: none;
        -webkit-user-select: none;
        -webkit-touch-callout: none;
    }

    [data-cattype="83011"] .osp-83011-card img {
        pointer-events: none;
        user-select: none;
        -webkit-user-select: none;
        -webkit-user-drag: none;
        -webkit-touch-callout: none;
    }

    [data-cattype="83011"] .osp-83011-sequence
    .osp-83011-card:nth-child(odd) {
        width: 220px;
        height: 150px;
        margin-top: 58px;
    }

    [data-cattype="83011"] .osp-83011-sequence
    .osp-83011-card:nth-child(even) {
        width: 160px;
        height: 260px;
    }

    [data-cattype="83011"] .osp-83011-gallery-title {
        padding: 0 16px;
    }

    [data-cattype="83011"] .osp-83011-gallery-title span {
        font-size: clamp(56px, 15vw, 80px);
        line-height: 0.92;
        letter-spacing: -0.05em;
        -webkit-text-stroke-width: 2px;

        text-shadow:
            0 2px 0 rgba(255, 255, 255, 0.9),
            0 5px 14px rgba(30, 36, 28, 0.18);
    }

    section[data-cattype="83011"].is-dragging-gallery
    .osp-83011-gallery-title span {
        -webkit-text-stroke-width: 2px;
    }
}

/* Small mobile */
@media (max-width: 480px) {

    section[data-cattype="83011"].osp-83011-section {
        padding: 5px 0;
    }

    [data-cattype="83011"] .osp-83011-container {
        height: 250px;
    }

    [data-cattype="83011"] .osp-83011-sequence {
        gap: 14px;
        padding-right: 14px;
    }

    [data-cattype="83011"] .osp-83011-card {
        border-radius: 15px;
    }

    [data-cattype="83011"] .osp-83011-sequence
    .osp-83011-card:nth-child(odd) {
        width: 195px;
        height: 135px;
        margin-top: 52px;
    }

    [data-cattype="83011"] .osp-83011-sequence
    .osp-83011-card:nth-child(even) {
        width: 145px;
        height: 230px;
    }

    [data-cattype="83011"] .osp-83011-gallery-title {
        padding: 0 12px;
    }

    [data-cattype="83011"] .osp-83011-gallery-title span {
        font-size: clamp(50px, 14.5vw, 68px);
        -webkit-text-stroke-width: 1.8px;
    }

    section[data-cattype="83011"].is-dragging-gallery
    .osp-83011-gallery-title span {
        -webkit-text-stroke-width: 1.8px;
    }
}