section[data-cattype="83007"].osp-83007-section {
    position: relative;
    width: 100%;
    height: 605px;
    min-height: 605px;
    padding: 0;
    overflow: hidden;
    background-color: #536B3B;
}

[data-cattype="83007"] .osp-83007-slider-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

[data-cattype="83007"] .osp-83007-slides {
    position: relative;
    width: 100%;
    height: 100%;
}

[data-cattype="83007"] .osp-83007-slide {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition:
        opacity 0.45s ease,
        visibility 0.45s ease;
}

[data-cattype="83007"] .osp-83007-slide.is-active {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    z-index: 2;
}

/* Main layout */
[data-cattype="83007"] .osp-83007-layout {
    display: grid;
    grid-template-columns: minmax(0, 60%) minmax(0, 40%);
    width: 100%;
    height: 100%;
    min-height: 0;
}

/* Image */
[data-cattype="83007"] .osp-83007-visual {
    position: relative;
    width: 100%;
    height: 605px;
    min-width: 0;
    overflow: hidden;
    background-color: #263421;
}

[data-cattype="83007"] .osp-83007-visual img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 0;
    object-fit: cover;
    object-position: center;
    transform: scale(1.01);
    transition: transform 1.1s ease;
}

[data-cattype="83007"] .osp-83007-slide.is-active
.osp-83007-visual img {
    transform: scale(1.035);
}

/* Content */
[data-cattype="83007"] .osp-83007-content {
    position: relative;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    width: 100%;
    height: 605px;
    min-width: 0;
    padding:
        70px
        clamp(50px, 5.5vw, 108px)
        110px;
    overflow: hidden;
    background-color: #536B3B;
    color: #FFFFFF;
}

[data-cattype="83007"] .osp-83007-content::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background-color: rgba(250, 214, 138, 0.16);
}

[data-cattype="83007"] .osp-83007-content-inner {
    position: relative;
    width: 100%;
    max-width: 570px;
    margin: 0;
    text-align: left;
    z-index: 2;
}

/* Eyebrow */
[data-cattype="83007"] .osp-83007-eyebrow {
    margin: 0 0 12px;
    color: #FFFFFF;
    font-family: 'DM Sans', Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0.11em;
    text-align: left;
    text-transform: uppercase;
}

/* Title */
[data-cattype="83007"] h2 {
    max-width: 560px;
    margin: 0 0 24px;
    color: #FBFAF6;
    font-family: 'Newsreader', Georgia, serif;
    font-size: 52px;
    font-weight: 400;
    line-height: 1.02;
    letter-spacing: -0.025em;
    text-align: left;
    text-transform: none;
}

/* Paragraph */
[data-cattype="83007"] .osp-83007-paragraph {
    max-width: 550px;
    margin: 0;
}

[data-cattype="83007"] .osp-83007-paragraph,
[data-cattype="83007"] .osp-83007-paragraph p {
    color: #FFFFFF;
    font-family: 'DM Sans', Arial, sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.62;
    text-align: left;
}

[data-cattype="83007"] .osp-83007-paragraph p {
    margin: 0 0 13px;
}

[data-cattype="83007"] .osp-83007-paragraph p:last-child {
    margin-bottom: 0;
}

[data-cattype="83007"] .osp-83007-paragraph p:empty {
    display: none;
}

/* Description */
[data-cattype="83007"] .osp-83007-description {
    max-width: 550px;
    margin: 12px 0 0;
}

[data-cattype="83007"] .osp-83007-description,
[data-cattype="83007"] .osp-83007-description p {
    color: #FFFFFF;
    font-family: 'DM Sans', Arial, sans-serif;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.62;
    text-align: left;
}

[data-cattype="83007"] .osp-83007-description p {
    margin: 0 0 13px;
}

[data-cattype="83007"] .osp-83007-description p:last-child {
    margin-bottom: 0;
}

/* Remove empty editor paragraphs */
[data-cattype="83007"] .osp-83007-description p:empty {
    display: none;
}

/* Controls wrapper */
[data-cattype="83007"] .osp-83007-controls {
    position: static;
    z-index: 20;
}

/* Arrow */
[data-cattype="83007"] .osp-83007-arrow {
    position: absolute;
    top: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    padding: 0;
    border: 1px solid rgba(250, 214, 138, 0.62);
    border-radius: 50%;
    outline: 0;
    background-color: rgba(30, 36, 28, 0.16);
    color: #FAD68A;
    box-shadow: none;
    cursor: pointer;
    transform: translateY(-50%);
    transition:
        background-color 0.25s ease,
        border-color 0.25s ease,
        color 0.25s ease,
        transform 0.25s ease;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    z-index: 20;
}

[data-cattype="83007"] .osp-83007-arrow svg {
    display: block;
    width: 23px;
    height: 23px;
}

[data-cattype="83007"] .osp-83007-prev {
    left: 24px;
}

[data-cattype="83007"] .osp-83007-next {
    right: 24px;
}

[data-cattype="83007"] .osp-83007-arrow:hover,
[data-cattype="83007"] .osp-83007-arrow:focus {
    border-color: #FAD68A;
    background-color: #FAD68A;
    color: #536B3B;
    transform: translateY(-50%) scale(1.06);
}

/* Modern number indicator */
[data-cattype="83007"] .osp-83007-indicator {
    position: absolute;
    right: clamp(86px, 6vw, 118px);
    bottom: 38px;
    display: flex;
    align-items: baseline;
    gap: 8px;
    min-width: 80px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background-color: transparent;
    color: rgba(251, 250, 246, 0.6);
    font-family: 'DM Sans', Arial, sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.08em;
    white-space: nowrap;
    z-index: 20;
}

[data-cattype="83007"] .osp-83007-current {
    color: #FAD68A;
    font-family: 'Newsreader', Georgia, serif;
    font-size: 27px;
    font-weight: 400;
    line-height: 1;
}

[data-cattype="83007"] .osp-83007-separator {
    color: rgba(251, 250, 246, 0.38);
}

[data-cattype="83007"] .osp-83007-total {
    color: rgba(251, 250, 246, 0.7);
}

/* Laptop */
@media (max-width: 1199px) {
    section[data-cattype="83007"].osp-83007-section {
        height: 560px;
        min-height: 560px;
    }

    [data-cattype="83007"] .osp-83007-layout {
        grid-template-columns: minmax(0, 60%) minmax(0, 40%);
    }

    [data-cattype="83007"] .osp-83007-visual,
    [data-cattype="83007"] .osp-83007-content {
        height: 560px;
    }

    [data-cattype="83007"] .osp-83007-content {
        padding: 58px 50px 100px;
    }

    [data-cattype="83007"] h2 {
        font-size: 46px;
    }

    [data-cattype="83007"] .osp-83007-paragraph,
    [data-cattype="83007"] .osp-83007-paragraph p {
        font-size: 18px;
    }

    [data-cattype="83007"] .osp-83007-prev {
        left: 18px;
    }

    [data-cattype="83007"] .osp-83007-next {
        right: 18px;
    }

    [data-cattype="83007"] .osp-83007-indicator {
        right: 82px;
        bottom: 30px;
    }
}

/* Tablet */
@media (max-width: 991px) {
    section[data-cattype="83007"].osp-83007-section {
        height: 520px;
        min-height: 520px;
    }

    [data-cattype="83007"] .osp-83007-visual,
    [data-cattype="83007"] .osp-83007-content {
        height: 520px;
    }

    [data-cattype="83007"] .osp-83007-layout {
        grid-template-columns: minmax(0, 60%) minmax(0, 40%);
    }

    [data-cattype="83007"] .osp-83007-content {
        padding: 50px 38px 92px;
    }

    [data-cattype="83007"] h2 {
        margin-bottom: 20px;
        font-size: 40px;
    }

    [data-cattype="83007"] .osp-83007-paragraph,
    [data-cattype="83007"] .osp-83007-paragraph p {
        font-size: 18px;
    }

    [data-cattype="83007"] .osp-83007-description,
    [data-cattype="83007"] .osp-83007-description p {
        font-size: 16px;
    }

    [data-cattype="83007"] .osp-83007-arrow {
        width: 48px;
        height: 48px;
    }
}

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

    section[data-cattype="83007"].osp-83007-section {
        width: 100%;
        height: auto;
        min-height: 0;
        padding: 0;
        overflow: hidden;
        background-color: #536B3B;
    }

    /* Slider wrapper */
    [data-cattype="83007"] .osp-83007-slider-wrapper {
        position: relative;
        width: 100%;
        height: auto;
        overflow: hidden;
    }

    [data-cattype="83007"] .osp-83007-slides {
        position: relative;
        width: 100%;
        height: auto;
    }

    /*
     * Important:
     * inactive slides remain absolute
     * active slide becomes relative
     * so content can determine section height
     */
    [data-cattype="83007"] .osp-83007-slide {
        position: absolute;
        inset: 0;
        width: 100%;
        height: auto;
        visibility: hidden;
        opacity: 0;
        pointer-events: none;
    }

    [data-cattype="83007"] .osp-83007-slide.is-active {
        position: relative;
        inset: auto;
        visibility: visible;
        opacity: 1;
        pointer-events: auto;
        z-index: 2;
    }

    /* Layout */
    [data-cattype="83007"] .osp-83007-layout {
        display: flex;
        flex-direction: column;
        width: 100%;
        height: auto;
        min-height: 0;
    }

    /* =========================
       IMAGE
    ========================= */

    [data-cattype="83007"] .osp-83007-visual {
        position: relative;
        width: 100%;
        height: auto;
        min-height: 0;
        overflow: hidden;
        aspect-ratio: 16 / 9;
        background-color: #263421;
    }

    [data-cattype="83007"] .osp-83007-visual img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        transform: scale(1.01);
    }

    [data-cattype="83007"] .osp-83007-slide.is-active
    .osp-83007-visual img {
        transform: scale(1.025);
    }

    /* =========================
       CONTENT
    ========================= */

    [data-cattype="83007"] .osp-83007-content {
        position: relative;
        display: block;
        box-sizing: border-box;
        width: 100%;
        height: auto;
        min-height: 365px;
        padding: 36px 24px 100px;
        overflow: visible;
        background-color: #536B3B;
        color: #FFFFFF;
    }

    [data-cattype="83007"] .osp-83007-content::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 1px;
        background-color: rgba(250, 214, 138, 0.18);
    }

    [data-cattype="83007"] .osp-83007-content-inner {
        position: relative;
        width: 100%;
        max-width: none;
        margin: 0;
        text-align: left;
        z-index: 2;
    }

    /* =========================
       EYEBROW
    ========================= */

    [data-cattype="83007"] .osp-83007-eyebrow {
        margin: 0 0 10px;
        color: #FFFFFF;
        font-family: 'DM Sans', Arial, sans-serif;
        font-size: 12px;
        font-weight: 400;
        line-height: 1.4;
        letter-spacing: 0.12em;
        text-align: left;
        text-transform: uppercase;
    }

    /* =========================
       TITLE
    ========================= */

    [data-cattype="83007"] h2 {
        max-width: 100%;
        margin: 0 0 18px;
        color: #FBFAF6;
        font-family: 'Newsreader', Georgia, serif;
        font-size: 34px;
        font-weight: 400;
        line-height: 1.04;
        letter-spacing: -0.02em;
        text-align: left;
        text-transform: none;
    }

    /* =========================
       PARAGRAPH
    ========================= */

    [data-cattype="83007"] .osp-83007-paragraph {
        width: 100%;
        max-width: none;
        margin: 0;
    }

    [data-cattype="83007"] .osp-83007-paragraph,
    [data-cattype="83007"] .osp-83007-paragraph p {
        color: #FFFFFF;
        font-family: 'DM Sans', Arial, sans-serif;
        font-size: 16px;
        font-weight: 300;
        line-height: 1.58;
        text-align: left;
    }

    [data-cattype="83007"] .osp-83007-paragraph p {
        margin: 0 0 14px;
    }

    [data-cattype="83007"] .osp-83007-paragraph p:last-child {
        margin-bottom: 0;
    }

    [data-cattype="83007"] .osp-83007-paragraph p:empty {
        display: none;
    }

    /* =========================
       DESCRIPTION
    ========================= */

    [data-cattype="83007"] .osp-83007-description {
        width: 100%;
        max-width: none;
        margin: 12px 0 0;
    }

    [data-cattype="83007"] .osp-83007-description,
    [data-cattype="83007"] .osp-83007-description p {
        color: #FFFFFF;
        font-family: 'DM Sans', Arial, sans-serif;
        font-size: 15px;
        font-weight: 300;
        line-height: 1.58;
        text-align: left;
    }

    [data-cattype="83007"] .osp-83007-description p {
        margin: 0 0 14px;
    }

    [data-cattype="83007"] .osp-83007-description p:last-child {
        margin-bottom: 0;
    }

    [data-cattype="83007"] .osp-83007-description p:empty {
        display: none;
    }

    /* =========================
       CONTROLS
    ========================= */

    [data-cattype="83007"] .osp-83007-controls {
        position: static;
        z-index: 20;
    }

    /* Arrow */
    [data-cattype="83007"] .osp-83007-arrow {
        position: absolute;
        top: auto;
        bottom: 28px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 42px;
        height: 42px;
        padding: 0;
        border: 1px solid rgba(250, 214, 138, 0.65);
        border-radius: 50%;
        outline: 0;
        background-color: transparent;
        color: #FAD68A;
        box-shadow: none;
        cursor: pointer;
        transform: none;
        transition:
            background-color 0.25s ease,
            border-color 0.25s ease,
            color 0.25s ease,
            transform 0.25s ease;
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
        z-index: 20;
    }

    [data-cattype="83007"] .osp-83007-arrow svg {
        display: block;
        width: 19px;
        height: 19px;
    }

    [data-cattype="83007"] .osp-83007-prev {
        right: 76px;
        left: auto;
    }

    [data-cattype="83007"] .osp-83007-next {
        right: 24px;
    }

    [data-cattype="83007"] .osp-83007-arrow:hover,
    [data-cattype="83007"] .osp-83007-arrow:focus {
        border-color: #FAD68A;
        background-color: #FAD68A;
        color: #536B3B;
        transform: scale(1.04);
    }

    /* =========================
       NUMBER INDICATOR
    ========================= */

    [data-cattype="83007"] .osp-83007-indicator {
        position: absolute;
        right: auto;
        bottom: 40px;
        left: 24px;
        display: flex;
        align-items: baseline;
        gap: 6px;
        min-width: 0;
        padding: 0;
        border: 0;
        background-color: transparent;
        color: rgba(251, 250, 246, 0.58);
        font-family: 'DM Sans', Arial, sans-serif;
        font-size: 11px;
        font-weight: 400;
        line-height: 1;
        letter-spacing: 0.08em;
        white-space: nowrap;
        z-index: 20;
    }

    [data-cattype="83007"] .osp-83007-current {
        color: #FAD68A;
        font-family: 'Newsreader', Georgia, serif;
        font-size: 22px;
        font-weight: 400;
        line-height: 1;
    }

    [data-cattype="83007"] .osp-83007-separator {
        color: rgba(251, 250, 246, 0.35);
    }

    [data-cattype="83007"] .osp-83007-total {
        color: rgba(251, 250, 246, 0.68);
    }
}


/* =========================================================
   SMALL MOBILE
========================================================= */
@media (max-width: 480px) {

    [data-cattype="83007"] .osp-83007-visual {
        aspect-ratio: 16 / 9;
    }

    [data-cattype="83007"] .osp-83007-content {
        min-height: 360px;
        padding: 34px 20px 94px;
    }

    [data-cattype="83007"] .osp-83007-eyebrow {
        margin-bottom: 9px;
        font-size: 11px;
        letter-spacing: 0.11em;
    }

    [data-cattype="83007"] h2 {
        margin-bottom: 16px;
        font-size: 32px;
        line-height: 1.05;
    }

    [data-cattype="83007"] .osp-83007-paragraph,
    [data-cattype="83007"] .osp-83007-paragraph p {
        font-size: 15.5px;
        line-height: 1.58;
    }

    [data-cattype="83007"] .osp-83007-paragraph p {
        margin-bottom: 13px;
    }

    [data-cattype="83007"] .osp-83007-description,
    [data-cattype="83007"] .osp-83007-description p {
        font-size: 15px;
        line-height: 1.58;
    }

    [data-cattype="83007"] .osp-83007-arrow {
        bottom: 24px;
        width: 42px;
        height: 42px;
    }

    [data-cattype="83007"] .osp-83007-prev {
        right: 72px;
    }

    [data-cattype="83007"] .osp-83007-next {
        right: 20px;
    }

    [data-cattype="83007"] .osp-83007-indicator {
        bottom: 37px;
        left: 20px;
    }

    [data-cattype="83007"] .osp-83007-current {
        font-size: 21px;
    }
}