section[data-cattype="83003"].osp-83003-section {
    width: 100%;
    min-width: 0;
    padding: 0;
    overflow: hidden;
    background-color: #D87958;
}

[data-cattype="83003"] .osp-83003-layout {
    display: grid;
    grid-template-columns: 40% 60%;
    width: 100%;
    min-height: 600px;
}

/* Left content */
[data-cattype="83003"] .osp-83003-content {
    display: flex;
    align-items: center;
    min-width: 0;
    padding: 72px clamp(40px, 7vw, 134px);
    background-color: #D87958;
}

[data-cattype="83003"] .osp-83003-content-inner {
    width: 100%;
    max-width: 590px;
    text-align: left;
}

[data-cattype="83003"] .osp-83003-eyebrow {
    margin-bottom: 12px;
    color: #FFFFFF;
    font-family: 'DM Sans', Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

[data-cattype="83003"] .osp-83003-content h2 {
    max-width: 520px;
    margin: 0 0 30px;
    color: #FFFFFF;
    font-family: 'Newsreader', Georgia, serif;
    font-size: 52px;
    font-weight: 400;
    line-height: 0.98;
    text-align: left;
    text-transform: none;
}

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

[data-cattype="83003"] .osp-83003-paragraph {
    max-width: 570px;
    margin-bottom: 34px;
}

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

[data-cattype="83003"] .osp-83003-link {
    position: relative;
    display: inline-block;
    padding-bottom: 5px;
    color: #FFFFFF;
    font-family: 'DM Sans', Arial, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.25;
    text-decoration: none;
    text-transform: uppercase;
}

[data-cattype="83003"] .osp-83003-link::after {
    content: '';
    display: inline-block;
    width: 25px;
    height: 15px;
    margin-left: 9px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='15' viewBox='0 0 25 15'%3E%3Cpath d='M1 7.5h22M16.5 1l6.5 6.5-6.5 6.5' fill='none' stroke='%23FFFFFF' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: -2px;
    transition: transform 0.25s ease;
}

[data-cattype="83003"] .osp-83003-link::before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 1px;
    background-color: #536B3B;
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 0.25s ease;
}

[data-cattype="83003"] .osp-83003-link:hover,
[data-cattype="83003"] .osp-83003-link:focus {
    color: #FFFFFF;
}

[data-cattype="83003"] .osp-83003-link:hover::before,
[data-cattype="83003"] .osp-83003-link:focus::before {
    transform: scaleX(1);
}

[data-cattype="83003"] .osp-83003-link:hover::after,
[data-cattype="83003"] .osp-83003-link:focus::after {
    transform: translateX(4px);
}

/* Right media */
[data-cattype="83003"] .osp-83003-media,
[data-cattype="83003"] .osp-83003-carousel,
[data-cattype="83003"] .osp-83003-carousel .owl-wrapper-outer,
[data-cattype="83003"] .osp-83003-carousel .owl-wrapper,
[data-cattype="83003"] .osp-83003-carousel .owl-item {
    min-width: 0;
    min-height: 600px;
}

[data-cattype="83003"] .osp-83003-media {
    position: relative;
    overflow: hidden;
    background-color: #F7F0E3;
}

[data-cattype="83003"] .osp-83003-slide {
    position: relative;
    width: 100%;
    min-height: 600px;
    overflow: hidden;
    background-color: #F7F0E3;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* Glass tag card */
[data-cattype="83003"] .osp-83003-card {
    position: absolute;
    bottom: 42px;
    left: clamp(32px, 7%, 86px);
    z-index: 4;
    box-sizing: border-box;
    width: 210px;
    min-height: 180px;
    padding: 30px 24px 24px;
    overflow: visible;
    border: 1px solid rgba(255, 255, 255, 0.72);
    border-radius: 5px 22px 22px 22px;
    background:
        linear-gradient(
            145deg,
            rgba(255, 255, 255, 0.84),
            rgba(251, 250, 246, 0.64)
        );
    box-shadow:
        0 20px 45px rgba(30, 36, 28, 0.16),
        0 5px 16px rgba(30, 36, 28, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.9);
    text-align: left;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    transform: rotate(-1.5deg);
    transform-origin: top left;
    transition:
        transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
        box-shadow 0.35s ease,
        background-color 0.35s ease;
}

[data-cattype="83003"] .osp-83003-card:hover {
    background:
        linear-gradient(
            145deg,
            rgba(255, 255, 255, 0.92),
            rgba(251, 250, 246, 0.76)
        );
    box-shadow:
        0 26px 55px rgba(30, 36, 28, 0.2),
        0 8px 20px rgba(30, 36, 28, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.95);
    transform: translateY(-6px) rotate(0deg);
}

/* Decorative tag hole */
[data-cattype="83003"] .osp-83003-card-hole {
    position: absolute;
    top: 13px;
    left: 15px;
    width: 10px;
    height: 10px;
    box-sizing: border-box;
    border: 2px solid rgba(83, 107, 59, 0.65);
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.78);
    box-shadow:
        0 1px 3px rgba(30, 36, 28, 0.12),
        inset 0 0 0 2px rgba(255, 255, 255, 0.5);
}

/* Decorative short string */
[data-cattype="83003"] .osp-83003-card-string {
    position: absolute;
    top: 17px;
    left: -29px;
    width: 46px;
    height: 1px;
    background-color: rgba(83, 107, 59, 0.55);
    transform: rotate(-18deg);
    transform-origin: right center;
}

[data-cattype="83003"] .osp-83003-card-inner {
    position: relative;
    z-index: 2;
    width: 100%;
}

[data-cattype="83003"] .osp-83003-card-eyebrow {
    margin-bottom: 13px;
    color: #66705F;
    font-family: 'DM Sans', Arial, sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

[data-cattype="83003"] .osp-83003-card h3 {
    margin: 0;
    color: #1E241C;
    font-family: 'Newsreader', Georgia, serif;
    font-size: 31px;
    font-weight: 400;
    line-height: 0.98;
    letter-spacing: -0.015em;
    text-align: left;
    text-transform: none;
}

[data-cattype="83003"] .osp-83003-card h3 + .osp-83003-price,
[data-cattype="83003"] .osp-83003-card-eyebrow + .osp-83003-price {
    margin-top: 18px;
}

[data-cattype="83003"] .osp-83003-price {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    box-sizing: border-box;
    padding: 7px 13px;
    border: 1px solid rgba(83, 107, 59, 0.16);
    border-radius: 999px;
	background-color: #536B3B;
  	color: white;
    font-family: 'DM Sans', Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.01em;
}

/* Owl controls */
[data-cattype="83003"] .owl-theme .owl-controls {
    position: absolute;
    right: 0;
    bottom: 18px;
    left: 0;
    margin: 0;
}

[data-cattype="83003"] .owl-theme .owl-controls .owl-page span {
    width: 9px;
    height: 9px;
    margin: 4px;
    border: 1px solid #536B3B;
    background: transparent;
    opacity: 1;
}

[data-cattype="83003"] .owl-theme .owl-controls .owl-page.active span {
    background-color: #536B3B;
}

[data-cattype="83003"] .owl-theme .owl-controls .owl-buttons div {
    position: absolute;
    bottom: 250px;
    margin: 0;
    padding: 7px 13px;
    border-radius: 0;
    background-color: rgba(30, 36, 28, 0.72);
    color: #FFFFFF;
    font-size: 25px;
    opacity: 1;
}

[data-cattype="83003"] .owl-theme .owl-controls .owl-buttons .owl-prev {
    left: 18px;
}

[data-cattype="83003"] .owl-theme .owl-controls .owl-buttons .owl-next {
    right: 18px;
}

/* Tablet */
@media (max-width: 1199px) {
    [data-cattype="83003"] .osp-83003-content {
        padding-right: 50px;
        padding-left: 50px;
    }

    [data-cattype="83003"] .osp-83003-content h2 {
        font-size: 46px;
    }

    [data-cattype="83003"] .osp-83003-card {
        left: 42px;
        width: 195px;
        min-height: 170px;
        padding: 28px 22px 22px;
    }

    [data-cattype="83003"] .osp-83003-card h3 {
        font-size: 29px;
    }
}

@media (max-width: 991px) {
    [data-cattype="83003"] .osp-83003-layout {
        grid-template-columns: 42% 58%;
        min-height: 520px;
    }

    [data-cattype="83003"] .osp-83003-content {
        padding: 58px 34px;
    }

    [data-cattype="83003"] .osp-83003-content h2 {
        font-size: 40px;
    }

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

    [data-cattype="83003"] .osp-83003-media,
    [data-cattype="83003"] .osp-83003-carousel,
    [data-cattype="83003"] .osp-83003-carousel .owl-wrapper-outer,
    [data-cattype="83003"] .osp-83003-carousel .owl-wrapper,
    [data-cattype="83003"] .osp-83003-carousel .owl-item,
    [data-cattype="83003"] .osp-83003-slide {
        min-height: 520px;
    }

    [data-cattype="83003"] .osp-83003-card {
        bottom: 40px;
        left: 30px;
        width: 180px;
        min-height: 158px;
        padding: 26px 20px 20px;
        border-radius: 5px 19px 19px 19px;
    }

    [data-cattype="83003"] .osp-83003-card h3 {
        font-size: 27px;
    }

    [data-cattype="83003"] .owl-theme .owl-controls .owl-buttons div {
        bottom: 210px;
    }
}

/* Mobile */
@media (max-width: 767px) {
    [data-cattype="83003"] .osp-83003-layout {
        grid-template-columns: 1fr;
        min-height: 0;
    }

    [data-cattype="83003"] .osp-83003-content {
        padding: 52px 24px 56px;
    }

    [data-cattype="83003"] .osp-83003-content-inner {
        max-width: 620px;
        margin-right: auto;
        margin-left: auto;
    }

    [data-cattype="83003"] .osp-83003-content h2 {
        font-size: 38px;
        line-height: 1.02;
    }

    [data-cattype="83003"] .osp-83003-media,
    [data-cattype="83003"] .osp-83003-carousel,
    [data-cattype="83003"] .osp-83003-carousel .owl-wrapper-outer,
    [data-cattype="83003"] .osp-83003-carousel .owl-wrapper,
    [data-cattype="83003"] .osp-83003-carousel .owl-item,
    [data-cattype="83003"] .osp-83003-slide {
        min-height: clamp(420px, 78vw, 560px);
    }

    [data-cattype="83003"] .osp-83003-card {
        bottom: 38px;
        left: 24px;
        width: 188px;
        min-height: 158px;
        padding: 27px 20px 20px;
        border-radius: 5px 18px 18px 18px;
        transform: rotate(-1deg);
    }

    [data-cattype="83003"] .osp-83003-card:hover {
        transform: translateY(-4px) rotate(0deg);
    }

    [data-cattype="83003"] .osp-83003-card-string {
        left: -23px;
        width: 39px;
    }

    [data-cattype="83003"] .osp-83003-card h3 {
        font-size: 28px;
    }
}

/* Small mobile */
@media (max-width: 480px) {
    [data-cattype="83003"] .osp-83003-content {
        padding: 44px 20px 48px;
    }

    [data-cattype="83003"] .osp-83003-content h2 {
        font-size: 35px;
    }

    [data-cattype="83003"] .osp-83003-card {
        bottom: 32px;
        left: 20px;
        width: 170px;
        min-height: 145px;
        padding: 25px 18px 18px;
    }

    [data-cattype="83003"] .osp-83003-card-eyebrow {
        margin-bottom: 10px;
        font-size: 11px;
    }

    [data-cattype="83003"] .osp-83003-card h3 {
        font-size: 25px;
    }

    [data-cattype="83003"] .osp-83003-price {
        min-height: 29px;
        padding: 6px 11px;
        font-size: 13px;
    }

    [data-cattype="83003"] .owl-theme .owl-controls .owl-buttons div {
        bottom: 180px;
    }
}