.occupational-safety-page {
    position: relative;
    background: radial-gradient(circle at top left, rgba(10, 36, 99, 0.08), transparent 28%), radial-gradient(circle at right center, rgba(200, 32, 39, 0.06), transparent 24%), linear-gradient(180deg, #f4f7fa 0%, #ffffff 100%);
    overflow: hidden;
}

    .occupational-safety-page::before,
    .occupational-safety-page::after {
        content: "";
        position: absolute;
        border-radius: 999px;
        filter: blur(30px);
        opacity: 0.45;
        pointer-events: none;
        z-index: 0;
    }

    .occupational-safety-page::before {
        width: 260px;
        height: 260px;
        top: 140px;
        left: -90px;
        background: rgba(10, 36, 99, 0.12);
    }

    .occupational-safety-page::after {
        width: 240px;
        height: 240px;
        right: -80px;
        top: 980px;
        background: rgba(200, 32, 39, 0.09);
    }

    .occupational-safety-page section {
        position: relative;
        z-index: 1;
    }

    /* ---------------------------------------
   Shared
--------------------------------------- */
    .occupational-safety-page .osh-eyebrow,
    .occupational-safety-page .osh-eyebrow-light {
        display: inline-flex;
        align-items: center;
        gap: 0.5rem;
        padding: 0.54rem 0.95rem;
        border-radius: 999px;
        font-size: 0.8rem;
        font-weight: 700;
        letter-spacing: 0.05em;
        text-transform: uppercase;
        line-height: 1;
        margin-bottom: 1rem;
    }

    .occupational-safety-page .osh-eyebrow {
        color: #0a2463;
        background: rgba(10, 36, 99, 0.08);
        border: 1px solid rgba(10, 36, 99, 0.12);
    }

    .occupational-safety-page .osh-eyebrow-light {
        color: #ffffff;
        background: rgba(255, 255, 255, 0.10);
        border: 1px solid rgba(255, 255, 255, 0.16);
    }

    .occupational-safety-page .osh-section-title,
    .occupational-safety-page .osh-section-title-light {
        font-size: clamp(1.9rem, 3vw, 3.15rem);
        line-height: 1.12;
        font-weight: 800;
        margin-bottom: 1rem;
    }

    .occupational-safety-page .osh-section-title {
        color: #0c1f35;
    }

    .occupational-safety-page .osh-section-title-light {
        color: #ffffff;
    }

    .occupational-safety-page .osh-section-text,
    .occupational-safety-page .osh-section-text-light,
    .occupational-safety-page .osh-hero-text {
        font-size: 1.02rem;
        line-height: 1.82;
        margin-bottom: 0;
    }

    .occupational-safety-page .osh-section-text,
    .occupational-safety-page .osh-hero-text {
        color: #536273;
    }

    .occupational-safety-page .osh-section-text-light {
        color: rgba(255, 255, 255, 0.80);
    }

    .occupational-safety-page .osh-section-text-center {
        max-width: 820px;
        margin-left: auto;
        margin-right: auto;
    }

    .occupational-safety-page .osh-section-heading {
        margin-bottom: 3rem;
    }

    .occupational-safety-page .osh-btn-main,
    .occupational-safety-page .osh-btn-outline {
        border-radius: 999px;
        padding: 0.9rem 1.5rem;
        background: linear-gradient(135deg, var(--accent-color) 0%, #0d5c84 100%);
        color: #fff;
        font-weight: 600;
        font-size: 0.95rem;
        cursor: pointer;
        box-shadow: 0 16px 36px rgba(var(--tech-accent-rgb),0.22);
        transition: transform 0.25s ease, box-shadow 0.25s ease;
        text-decoration: none;
        display: inline-block;
    }

        .occupational-safety-page .osh-btn-main:hover,
        .occupational-safety-page .osh-btn-outline:hover {
            transform: translateY(-2px);
        }

    .occupational-safety-page .osh-btn-outline {
        color: #162738 !important;
        border: 1px solid rgba(22, 39, 56, 0.16) !important;
        background: rgba(255, 255, 255, 0.88);
        box-shadow: 0 10px 26px rgba(10, 22, 35, 0.06);
    }

        .occupational-safety-page .osh-btn-outline:hover {
            background: #0a2463 !important;
            color: #ffffff !important;
            border-color: #0a2463 !important;
        }

    /* ---------------------------------------
   Hero
--------------------------------------- */
    .occupational-safety-page .osh-hero-section {
        padding: 20px 0;
    }

    .occupational-safety-page .osh-hero-title {
        font-size: clamp(2.3rem, 4.15vw, 4.4rem);
        line-height: 1.04;
        font-weight: 800;
        color: #091b30;
        margin-bottom: 1.35rem;
    }

    .occupational-safety-page .osh-hero-chip-list {
        display: flex;
        flex-wrap: wrap;
        gap: 0.75rem;
        margin: 1.8rem 0 2rem;
    }

    .occupational-safety-page .osh-hero-chip {
        display: inline-flex;
        align-items: center;
        padding: 0.78rem 1rem;
        border-radius: 999px;
        text-decoration: none;
        font-weight: 600;
        color: #0a2463;
        background: rgba(10, 36, 99, 0.07);
        border: 1px solid rgba(10, 36, 99, 0.10);
        transition: transform 0.24s ease, background-color 0.24s ease, color 0.24s ease, border-color 0.24s ease;
    }

        .occupational-safety-page .osh-hero-chip:hover {
            transform: translateY(-2px);
            background: #0a2463;
            color: #ffffff;
            border-color: #0a2463;
        }

    .occupational-safety-page .osh-hero-actions {
        display: flex;
        flex-wrap: wrap;
        gap: 0.85rem;
        margin-bottom: 2.15rem;
    }

    .occupational-safety-page .osh-stat-grid {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 1rem;
    }

    .occupational-safety-page .osh-stat-card {
        padding: 1.18rem 1.12rem;
        border-radius: 24px;
        background: rgba(255, 255, 255, 0.92);
        border: 1px solid rgba(10, 36, 99, 0.08);
        box-shadow: 0 16px 34px rgba(10, 22, 35, 0.06);
    }

        .occupational-safety-page .osh-stat-card strong {
            display: block;
            font-size: 1.25rem;
            line-height: 1.1;
            color: #0a2463;
            margin-bottom: 0.5rem;
        }

        .occupational-safety-page .osh-stat-card span {
            display: block;
            font-size: 0.92rem;
            line-height: 1.6;
            color: #5b6a7a;
        }

    .occupational-safety-page .osh-hero-visual {
        position: relative;
    }

    .occupational-safety-page .osh-image-stack {
        position: relative;
        min-height: 620px;
    }

    .occupational-safety-page .osh-image-card {
        position: absolute;
        overflow: hidden;
        border-radius: 32px;
        background: #dce4eb;
        box-shadow: 0 28px 55px rgba(8, 24, 40, 0.14);
    }

        .occupational-safety-page .osh-image-card img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }

    .occupational-safety-page .osh-image-card-main {
        inset: 0 90px 84px 0;
    }

    .occupational-safety-page .osh-image-card-secondary {
        width: 260px;
        height: 300px;
        right: 0;
        bottom: 0;
        border: 10px solid #ffffff;
    }

    .occupational-safety-page .osh-floating-card {
        position: absolute;
        max-width: 250px;
        padding: 1rem 1.08rem;
        border-radius: 22px;
        background: rgba(255, 255, 255, 0.94);
        border: 1px solid rgba(10, 36, 99, 0.10);
        box-shadow: 0 18px 40px rgba(8, 24, 40, 0.12);
        backdrop-filter: blur(8px);
    }

    .occupational-safety-page .osh-floating-card-top {
        left: -20px;
        top: 26px;
        animation: oshFloat 5.4s ease-in-out infinite;
    }

    .occupational-safety-page .osh-floating-card-bottom {
        right: 24px;
        top: 55%;
        animation: oshFloat 5.9s ease-in-out infinite;
    }

    .occupational-safety-page .osh-floating-label {
        display: block;
        font-size: 0.78rem;
        font-weight: 700;
        letter-spacing: 0.04em;
        text-transform: uppercase;
        color: #0a2463;
        margin-bottom: 0.35rem;
    }

    .occupational-safety-page .osh-floating-card strong {
        display: block;
        font-size: 0.98rem;
        line-height: 1.5;
        color: #13263d;
    }

    /* ---------------------------------------
   Culture Section
--------------------------------------- */
    .occupational-safety-page .osh-culture-section {
        padding: 18px 0 42px;
    }

    .occupational-safety-page .osh-culture-grid {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1rem;
    }

    .occupational-safety-page .osh-culture-card {
        height: 100%;
        padding: 1.45rem;
        border-radius: 28px;
        background: #ffffff;
        border: 1px solid rgba(10, 36, 99, 0.08);
        box-shadow: 0 16px 34px rgba(10, 22, 35, 0.06);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

        .occupational-safety-page .osh-culture-card:hover {
            transform: translateY(-6px);
            box-shadow: 0 24px 44px rgba(10, 22, 35, 0.10);
        }

    .occupational-safety-page .osh-culture-icon,
    .occupational-safety-page .osh-pillar-icon {
        width: 56px;
        height: 56px;
        border-radius: 18px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background: rgba(10, 36, 99, 0.09);
        color: #0a2463;
        font-size: 1.25rem;
        margin-bottom: 1rem;
    }

    .occupational-safety-page .osh-culture-card h3,
    .occupational-safety-page .osh-pillar-card h3,
    .occupational-safety-page .osh-field-item h3 {
        font-size: 1.08rem;
        font-weight: 800;
        color: #11253b;
        margin-bottom: 0.55rem;
    }

    .occupational-safety-page .osh-culture-card p,
    .occupational-safety-page .osh-pillar-card p,
    .occupational-safety-page .osh-field-item p {
        margin: 0;
        color: #5a6979;
        line-height: 1.76;
    }

    /* ---------------------------------------
   Story Showcase
--------------------------------------- */
    .occupational-safety-page .osh-story-section {
        padding: 20px 0;
    }

    .occupational-safety-page .osh-story-intro {
        position: sticky;
        top: 110px;
    }

    .occupational-safety-page .osh-story-switcher {
        display: grid;
        gap: 0.85rem;
        margin-top: 1.8rem;
    }

    .occupational-safety-page .osh-story-switch-btn {
        width: 100%;
        text-align: left;
        padding: 1rem 1.15rem;
        border-radius: 22px;
        border: 1px solid rgba(10, 36, 99, 0.12);
        background: rgba(255, 255, 255, 0.90);
        color: #13263d;
        font-weight: 700;
        box-shadow: 0 12px 26px rgba(10, 22, 35, 0.05);
        transition: transform 0.28s ease, background-color 0.28s ease, border-color 0.28s ease, color 0.28s ease;
    }

        .occupational-safety-page .osh-story-switch-btn:hover {
            transform: translateY(-2px);
        }

        .occupational-safety-page .osh-story-switch-btn.is-active {
            background: linear-gradient(135deg, #0a2463 0%, #081b48 100%);
            color: #ffffff;
            border-color: #0a2463;
        }

    .occupational-safety-page .osh-story-panels {
        position: relative;
        min-height: 470px;
    }

    .occupational-safety-page .osh-story-panel {
        position: absolute;
        inset: 0;
        opacity: 0;
        visibility: hidden;
        transform: translateY(14px);
        pointer-events: none;
        border-radius: 32px;
        padding: 1.7rem;
        background: rgba(255, 255, 255, 0.96);
        border: 1px solid rgba(10, 36, 99, 0.08);
        box-shadow: 0 24px 48px rgba(10, 22, 35, 0.08);
        transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
    }

        .occupational-safety-page .osh-story-panel.is-active {
            opacity: 1;
            visibility: visible;
            transform: translateY(0);
            pointer-events: auto;
        }

    .occupational-safety-page .osh-story-image-wrap {
        width: 100%;
        min-height: 460px;
        height: 100%;
        overflow: hidden;
        border-radius: 30px;
        background: transparent;
        padding-bottom: 0;
        box-sizing: border-box;
    }

        .occupational-safety-page .osh-story-image-wrap img {
            display: block;
            width: 100%;
            height: 100%;
            min-height: 460px;
            max-width: 100%;
            object-fit: cover;
            object-position: center;
            border-radius: 30px;
        }

    .occupational-safety-page .osh-story-tag {
        display: inline-flex;
        padding: 0.5rem 0.9rem;
        border-radius: 999px;
        font-size: 0.78rem;
        font-weight: 700;
        letter-spacing: 0.04em;
        text-transform: uppercase;
        color: #0a2463;
        background: rgba(10, 36, 99, 0.08);
        margin-bottom: 1rem;
    }

    .occupational-safety-page .osh-story-title {
        font-size: 1.72rem;
        line-height: 1.15;
        font-weight: 800;
        color: #11253b;
        margin-bottom: 0.85rem;
    }

    .occupational-safety-page .osh-story-desc {
        color: #596879;
        line-height: 1.78;
        margin-bottom: 1.2rem;
    }

    .occupational-safety-page .osh-story-points {
        display: grid;
        gap: 0.72rem;
    }

        .occupational-safety-page .osh-story-points div {
            display: flex;
            align-items: center;
            gap: 0.72rem;
            color: #304152;
            font-weight: 600;
        }

        .occupational-safety-page .osh-story-points i {
            color: #0a2463;
        }

    .occupational-safety-page .osh-story-progress {
        margin-top: 1rem;
    }

    .occupational-safety-page .osh-story-progress-track {
        width: 100%;
        height: 4px;
        border-radius: 999px;
        background: #dbe3eb;
        overflow: hidden;
    }

    .occupational-safety-page .osh-story-progress-fill {
        width: 0%;
        height: 100%;
        background: #0a2463;
    }

    /* ---------------------------------------
   Policy Pillars
--------------------------------------- */
    .occupational-safety-page .osh-pillars-section {
        padding: 8px 0 20px;
    }

    .occupational-safety-page .osh-pillar-card {
        height: 100%;
        padding: 1.45rem;
        border-radius: 28px;
        background: #ffffff;
        border: 1px solid rgba(10, 36, 99, 0.08);
        box-shadow: 0 16px 34px rgba(10, 22, 35, 0.06);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

        .occupational-safety-page .osh-pillar-card:hover {
            transform: translateY(-6px);
            box-shadow: 0 24px 44px rgba(10, 22, 35, 0.10);
        }

    /* ---------------------------------------
   Field Section
--------------------------------------- */
    .occupational-safety-page .osh-field-section {
        padding: 0 0 84px;
    }


    .occupational-safety-page .osh-field-image {
        overflow: hidden;
        border-radius: 30px;
        box-shadow: 0 24px 48px rgba(10, 22, 35, 0.10);
    }

    .occupational-safety-page .osh-field-image-large {
        height: 800px;
    }

    .occupational-safety-page .osh-field-image-small {
        min-height: 560px;
    }

    .occupational-safety-page .osh-field-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

    .occupational-safety-page .osh-field-list {
        display: grid;
        gap: 1rem;
        margin-top: 1.8rem;
    }

    .occupational-safety-page .osh-field-item {
        display: flex;
        align-items: flex-start;
        gap: 1rem;
        padding: 1.2rem 1.15rem;
        border-radius: 24px;
        background: #ffffff;
        border: 1px solid rgba(10, 36, 99, 0.08);
        box-shadow: 0 16px 34px rgba(10, 22, 35, 0.06);
    }

        .occupational-safety-page .osh-field-item i {
            flex: 0 0 auto;
            width: 46px;
            height: 46px;
            border-radius: 14px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            background: rgba(10, 36, 99, 0.08);
            color: #0a2463;
            font-size: 1.1rem;
        }

    /* ---------------------------------------
   Awards
--------------------------------------- */
    .occupational-safety-page .osh-awards-section {
        padding: 0 0 84px;
    }

    .occupational-safety-page .osh-awards-wrap {
        position: relative;
        overflow: hidden;
        border-radius: 40px;
        padding: 3rem;
        background: linear-gradient(135deg, #0b1f42 0%, #0a2463 55%, #18367d 100%);
        box-shadow: 0 28px 55px rgba(8, 24, 40, 0.18);
    }

        .occupational-safety-page .osh-awards-wrap::before {
            content: "";
            position: absolute;
            width: 380px;
            height: 380px;
            right: -120px;
            top: -120px;
            border-radius: 999px;
            background: rgba(255, 255, 255, 0.06);
            filter: blur(6px);
        }

    .occupational-safety-page .osh-awards-media {
        position: relative;
        z-index: 1;
    }

        .occupational-safety-page .osh-awards-media img {
            width: 100%;
            border-radius: 30px;
            display: block;
            box-shadow: 0 24px 48px rgba(0, 0, 0, 0.18);
        }

    .occupational-safety-page .osh-awards-content {
        position: relative;
        z-index: 1;
    }

    .occupational-safety-page .osh-award-badge-list {
        display: grid;
        gap: 1rem;
        margin-top: 1.6rem;
    }

    .occupational-safety-page .osh-award-badge {
        display: flex;
        align-items: center;
        gap: 1rem;
        padding: 1rem 1.1rem;
        border-radius: 22px;
        background: rgba(255, 255, 255, 0.10);
        border: 1px solid rgba(255, 255, 255, 0.12);
        backdrop-filter: blur(10px);
    }

    .occupational-safety-page .osh-award-badge-icon {
        width: 48px;
        height: 48px;
        border-radius: 16px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background: rgba(255, 255, 255, 0.14);
        color: #ffffff;
        font-size: 1.1rem;
    }

    .occupational-safety-page .osh-award-badge strong {
        display: block;
        color: #ffffff;
        font-size: 1.1rem;
        margin-bottom: 0.15rem;
    }

    .occupational-safety-page .osh-award-badge span {
        display: block;
        color: rgba(255, 255, 255, 0.80);
        line-height: 1.5;
    }

    .occupational-safety-page .osh-awards-note {
        display: flex;
        align-items: flex-start;
        gap: 0.85rem;
        margin-top: 1.5rem;
        padding: 1rem 1.1rem;
        border-radius: 20px;
        background: rgba(255, 255, 255, 0.08);
    }

        .occupational-safety-page .osh-awards-note i {
            color: #ffffff;
            font-size: 1.05rem;
            margin-top: 0.12rem;
        }

        .occupational-safety-page .osh-awards-note p {
            margin: 0;
            color: rgba(255, 255, 255, 0.82);
            line-height: 1.7;
        }

    /* ---------------------------------------
   Commitment CTA
--------------------------------------- */
    .occupational-safety-page .osh-commitment-section {
        padding: 0 0 96px;
    }

    .occupational-safety-page .osh-commitment-box {
        padding: 2.5rem;
        border-radius: 36px;
        background: #ffffff;
        border: 1px solid rgba(10, 36, 99, 0.08);
        box-shadow: 0 24px 48px rgba(10, 22, 35, 0.08);
    }

    .occupational-safety-page .osh-commitment-actions {
        display: flex;
        flex-direction: column;
        gap: 0.85rem;
    }

    /* =========================================================
   Occupational Safety - Hero Top Spacing + SafetyCulture Fix
   ========================================================= */

    /* Hero üst boşluğu azalt */
    .occupational-safety-page .osh-hero-section {
        padding: 8px 0 20px;
    }

/* Mobilde de fazla boşluk kalmasın */
@media (max-width: 991.98px) {
    .occupational-safety-page .osh-hero-section {
        padding: 4px 0 48px;
    }
}

@media (max-width: 767.98px) {
    .occupational-safety-page .osh-hero-section {
        padding: 0 0 40px;
    }
}

/* Eğer üstte sabit yükseklikte bir görsel alan kullanıyorsan bu daha iyi görünür */
.occupational-safety-page .osh-culture-media,
.occupational-safety-page .osh-culture-image,
.occupational-safety-page .osh-culture-thumb {
    aspect-ratio: 16 / 10;
}

    .occupational-safety-page .osh-culture-media img,
    .occupational-safety-page .osh-culture-image img,
    .occupational-safety-page .osh-culture-thumb img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }



/* ---------------------------------------
   Animations
--------------------------------------- */
@keyframes oshFloat {
    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-8px);
    }
}

/* =========================================================
   Occupational Safety - Hero Top Spacing + StoryShowcase Final Fix
   ========================================================= */

/* Hero üst boşluğu azalt */
.occupational-safety-page .osh-hero-section {
    padding: 8px 0 20px;
}

@media (max-width: 991.98px) {
    .occupational-safety-page .osh-hero-section {
        padding: 4px 0 48px;
    }
}

@media (max-width: 767.98px) {
    .occupational-safety-page .osh-hero-section {
        padding: 0 0 40px;
    }
}

/* StoryShowcase ana yapı */
.occupational-safety-page .osh-story-section .row,
.occupational-safety-page .osh-story-section [class*="col-"] {
    min-width: 0;
}

.occupational-safety-page .osh-story-panels {
    position: relative;
    min-height: 620px;
}

.occupational-safety-page .osh-story-panel {
    overflow: hidden;
    padding: 2rem;
}

    .occupational-safety-page .osh-story-panel > .row {
        width: 100%;
        align-items: stretch !important;
        min-height: 100%;
    }

    .occupational-safety-page .osh-story-panel .col-md-6,
    .occupational-safety-page .osh-story-panel .col-lg-6,
    .occupational-safety-page .osh-story-panel .col-xl-6 {
        min-width: 0;
        display: flex;
    }

/* Sol görsel alanı */
.occupational-safety-page .osh-story-image-wrap {
    width: 100%;
    min-height: 460px;
    height: 100%;
    overflow: hidden;
    border-radius: 30px;
    background: transparent;
    padding-bottom: 0;
    box-sizing: border-box;
}

    .occupational-safety-page .osh-story-image-wrap img {
        display: block;
        width: 100%;
        height: 100%;
        min-height: 460px;
        max-width: 100%;
        object-fit: cover;
        object-position: center;
        border-radius: 30px;
    }

/* Sağ metin alanı ortalansın */
.occupational-safety-page .osh-story-panel .col-md-6:last-child,
.occupational-safety-page .osh-story-panel .col-lg-6:last-child,
.occupational-safety-page .osh-story-panel .col-xl-6:last-child {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    text-align: left;
}

    .occupational-safety-page .osh-story-panel .col-md-6:last-child > *,
    .occupational-safety-page .osh-story-panel .col-lg-6:last-child > *,
    .occupational-safety-page .osh-story-panel .col-xl-6:last-child > * {
        width: 100%;
    }

/* Metin taşmasın */
.occupational-safety-page .osh-story-title,
.occupational-safety-page .osh-story-desc,
.occupational-safety-page .osh-story-points {
    overflow-wrap: break-word;
    word-break: normal;
}

/* Tablet */
@media (max-width: 991.98px) {
    .occupational-safety-page .osh-story-panels {
        min-height: 680px;
    }

    .occupational-safety-page .osh-story-image-wrap {
        min-height: 400px;
    }

        .occupational-safety-page .osh-story-image-wrap img {
            min-height: 384px;
        }
}

/* Mobil */
@media (max-width: 767.98px) {
    .occupational-safety-page .osh-story-panel {
        position: relative;
        inset: auto;
        display: none;
        opacity: 1;
        visibility: visible;
        transform: none;
        pointer-events: auto;
        padding: 1.35rem;
    }

        .occupational-safety-page .osh-story-panel.is-active {
            display: block;
        }

    .occupational-safety-page .osh-story-panels {
        min-height: auto;
    }

    .occupational-safety-page .osh-story-panel .col-md-6,
    .occupational-safety-page .osh-story-panel .col-lg-6,
    .occupational-safety-page .osh-story-panel .col-xl-6 {
        display: block;
    }

    .occupational-safety-page .osh-story-image-wrap {
        min-height: 300px;
        padding-bottom: 12px;
    }

        .occupational-safety-page .osh-story-image-wrap img {
            min-height: 288px;
            height: calc(100% - 12px);
        }
}

/* ---------------------------------------
   Responsive
--------------------------------------- */
@media (max-width: 1199.98px) {
    .occupational-safety-page .osh-image-stack {
        min-height: 560px;
    }

    .occupational-safety-page .osh-image-card-main {
        inset: 0 56px 70px 0;
    }

    .occupational-safety-page .osh-story-panels {
        min-height: 520px;
    }
}

@media (max-width: 991.98px) {
    .occupational-safety-page .osh-hero-section {
        padding-top: 20px;
    }

    .occupational-safety-page .osh-stat-grid,
    .occupational-safety-page .osh-culture-grid {
        grid-template-columns: 1fr 1fr;
    }

    .occupational-safety-page .osh-story-intro {
        position: static;
    }

    .occupational-safety-page .osh-story-panels {
        min-height: 560px;
    }

}

@media (max-width: 767.98px) {
    .occupational-safety-page .osh-hero-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .occupational-safety-page .osh-btn-main,
    .occupational-safety-page .osh-btn-outline {
        width: 100%;
        text-align: center;
        justify-content: center;
    }

    .occupational-safety-page .osh-stat-grid,
    .occupational-safety-page .osh-culture-grid {
        grid-template-columns: 1fr;
    }

    .occupational-safety-page .osh-image-stack {
        min-height: 500px;
    }

    .occupational-safety-page .osh-image-card-main {
        inset: 0 0 110px 0;
    }

    .occupational-safety-page .osh-image-card-secondary {
        width: 200px;
        height: 220px;
        right: 16px;
        bottom: 0;
    }

    .occupational-safety-page .osh-floating-card-top {
        left: 12px;
        top: 12px;
    }

    .occupational-safety-page .osh-floating-card-bottom {
        right: 12px;
        top: auto;
        bottom: 130px;
    }

    .occupational-safety-page .osh-story-panel {
        position: relative;
        inset: auto;
        display: none;
        opacity: 1;
        visibility: visible;
        transform: none;
        pointer-events: auto;
        min-height: auto;
    }

        .occupational-safety-page .osh-story-panel.is-active {
            display: block;
        }

    .occupational-safety-page .osh-story-panels {
        min-height: auto;
    }

    .occupational-safety-page .osh-awards-wrap,
    .occupational-safety-page .osh-commitment-box {
        padding: 1.8rem;
        border-radius: 28px;
    }
}

@media (max-width: 575.98px) {
    .occupational-safety-page .osh-hero-chip-list {
        flex-direction: column;
    }

    .occupational-safety-page .osh-hero-chip {
        justify-content: center;
    }

    .occupational-safety-page .osh-image-stack {
        min-height: 440px;
    }

    .occupational-safety-page .osh-image-card-secondary {
        width: 160px;
        height: 180px;
    }

    .occupational-safety-page .osh-awards-wrap {
        padding: 1.4rem;
    }

    .occupational-safety-page .osh-commitment-box {
        padding: 1.4rem;
    }
}

@media (max-width: 991.98px) {
    .occupational-safety-page .osh-story-image-wrap {
        min-height: 400px;
        padding-bottom: 0;
    }

        .occupational-safety-page .osh-story-image-wrap img {
            min-height: 400px;
            height: 100%;
        }
}

@media (max-width: 767.98px) {
    .occupational-safety-page .osh-story-image-wrap {
        min-height: 300px;
        padding-bottom: 0;
    }

        .occupational-safety-page .osh-story-image-wrap img {
            min-height: 300px;
            height: 100%;
        }
}