/* =========================================================
   PAGE 20 - KOMITMEN KAMI
   PT. MUSTIKA BERKAH SENTOSA
   Referensi: Company Profile PDF Page 20
   ========================================================= */


/* =========================================================
   DASAR
   ========================================================= */

.company-commitment-page .commitment-page {
    position: relative;
    width: 100%;
    max-width: 100%;
    overflow-x: clip;

    color: #111111;
    background: #ffffff;
}

.company-commitment-page .commitment-container,
.company-commitment-page .commitment-values-container,
.company-commitment-page .commitment-navigation-container {
    position: relative;

    width: min(
        calc(100% - 48px),
        1100px
    );

    margin-inline: auto;
}


/* =========================================================
   CONTENT PUTIH
   ========================================================= */

.company-commitment-page .commitment-content {
    position: relative;

    width: 100%;

    padding:
        calc(var(--company-header-height) + 76px)
        0
        76px;

    overflow: hidden;

    background: #ffffff;
}


/* =========================================================
   ORNAMEN TITIK
   PDF: ADA 2 GRID TITIK
   ========================================================= */

.company-commitment-page .commitment-dots {
    position: absolute;

    top: 34px;
    left: 78px;

    z-index: 1;

    width: 96px;
    height: 86px;

    pointer-events: none;
}

.company-commitment-page .commitment-dots::before,
.company-commitment-page .commitment-dots::after {
    content: "";

    position: absolute;

    background-repeat: repeat;
    background-position: center;
}

.company-commitment-page .commitment-dots::before {
    top: 0;
    left: 0;

    width: 46px;
    height: 46px;

    opacity: 0.95;

    background-image:
        radial-gradient(
            circle,
            #9eb7d2 0 1.8px,
            transparent 2px
        );

    background-size:
        8px
        8px;
}

.company-commitment-page .commitment-dots::after {
    top: 16px;
    left: 20px;

    width: 58px;
    height: 58px;

    opacity: 1;

    background-image:
        radial-gradient(
            circle,
            #123064 0 1.95px,
            transparent 2.15px
        );

    background-size:
        8px
        8px;
}


/* =========================================================
   VISUAL AREA
   ========================================================= */

.company-commitment-page .commitment-visuals {
    position: relative;
    z-index: 2;

    width: 100%;

    min-height: 420px;
}


/* =========================================================
   KARTU GAMBAR UMUM
   ========================================================= */

.company-commitment-page .commitment-image-card {
    position: absolute;

    margin: 0;

    overflow: hidden;
}


/* =========================================================
   GAMBAR KIRI
   ========================================================= */

.company-commitment-page .commitment-image-left {
    left: 0;
    bottom: 0;

    width: 510px;
    height: 285px;

    padding: 20px;

    background: #083f56;

    border-radius: 11px;
}

.company-commitment-page .commitment-image-inner {
    width: 100%;
    height: 100%;

    padding: 24px;

    overflow: hidden;

    background: #222222;

    border-radius: 9px;
}

.company-commitment-page .commitment-image-inner img {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;
    object-position: center;
}


/* =========================================================
   GAMBAR KANAN
   ========================================================= */

.company-commitment-page .commitment-image-right {
    top: 0;
    right: 0;

    width: 430px;
    height: 410px;

    padding-top: 92px;

    background: #083f56;

    border-radius:
        11px
        11px
        0
        0;
}

.company-commitment-page .commitment-image-right img {
    display: block;

    width: 100%;
    height: 318px;

    object-fit: cover;
    object-position: center;
}


/* =========================================================
   HEADING
   ========================================================= */

.company-commitment-page .commitment-heading {
    position: relative;

    width: 100%;

    margin-top: 42px;
}

.company-commitment-page .commitment-heading h1 {
    margin: 0;

    color: #111111;

    font-family: "Montserrat", sans-serif;

    font-size:
        clamp(70px, 6.6vw, 100px);

    font-weight: 400;

    line-height: 0.87;

    letter-spacing: -0.06em;
}

.company-commitment-page .commitment-heading h1 span,
.company-commitment-page .commitment-heading h1 strong {
    display: block;
}

.company-commitment-page .commitment-heading h1 strong {
    margin-top: 7px;

    font-weight: 800;
}


/* =========================================================
   DESKRIPSI
   ========================================================= */

.company-commitment-page .commitment-description {
    width: 100%;

    margin-top: 54px;
}

.company-commitment-page .commitment-description p {
    margin: 0;

    color: #202020;

    font-family: "Poppins", sans-serif;

    font-size: 17px;
    font-weight: 400;

    line-height: 1.72;
}

.company-commitment-page
.commitment-description p + p {
    margin-top: 22px;
}

.company-commitment-page
.commitment-description strong {
    color: #111111;

    font-weight: 700;
}


/* =========================================================
   SECTION KOMITMEN NAVY
   ========================================================= */

.company-commitment-page .commitment-values {
    position: relative;

    width: 100%;

    padding:
        48px
        0
        64px;

    overflow: hidden;

    background: #083f56;
}


/* =========================================================
   ORNAMEN GARIS KANAN
   ========================================================= */

.company-commitment-page
.commitment-side-stripes {
    position: absolute;

    top: 0;
    right: 0;
    bottom: 0;

    width: clamp(
        70px,
        7vw,
        105px
    );

    pointer-events: none;

    background:
        repeating-linear-gradient(
            to bottom,
            #426f90 0,
            #426f90 54px,
            #345f82 54px,
            #345f82 108px
        );
}


/* =========================================================
   ORNAMEN CORETAN KIRI BAWAH
   Dibuat lebih mirip PDF: coretan vertikal berlapis
   ========================================================= */

.company-commitment-page .commitment-swoosh {
    position: absolute;

    left: 42px;
    top: 64px;

    width: 122px;
    height: 138px;

    opacity: 0.58;

    pointer-events: none;

    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 140 160' fill='none'%3E%3Cpath d='M102 9C74 8 49 14 45 26c-4 12 15 14 29 17 17 4 34 8 33 20-1 12-18 18-34 26-19 9-34 21-33 37 1 18 15 27 28 37' stroke='%232083b5' stroke-width='3.2' stroke-linecap='round'/%3E%3Cpath d='M92 31C73 31 57 35 56 43c-1 8 11 9 22 11 13 2 27 6 27 15 0 10-14 14-26 20-15 8-27 17-27 31 0 12 8 19 17 27' stroke='%232083b5' stroke-width='3' stroke-linecap='round' opacity='0.95'/%3E%3Cpath d='M83 55c-14 1-24 4-24 10 0 6 9 7 17 8 10 2 20 4 20 11 0 7-10 10-18 15-11 6-20 13-20 24 0 9 5 14 11 20' stroke='%232083b5' stroke-width='2.8' stroke-linecap='round' opacity='0.9'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}


/* =========================================================
   GRID KARTU
   ========================================================= */

.company-commitment-page .commitment-values-grid {
    position: relative;
    z-index: 3;

    width: min(100%, 720px);

    margin:
        0
        82px
        0
        auto;

    display: grid;

    grid-template-columns:
        repeat(3, minmax(0, 1fr));

    gap: 34px;
}


/* =========================================================
   VALUE CARD
   ========================================================= */

.company-commitment-page .commitment-value-card {
    min-height: 245px;

    padding:
        38px
        18px
        27px;

    display: flex;

    flex-direction: column;
    align-items: center;
    justify-content: flex-start;

    text-align: center;

    background: #222222;

    border-radius: 11px;
}


/* =========================================================
   CHECKMARK
   ========================================================= */

.company-commitment-page .commitment-check {
    width: 34px;
    height: 34px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    color: #14739c;
}

.company-commitment-page .commitment-check svg {
    display: block;

    width: 34px;
    height: 34px;

    fill: none;

    stroke: currentColor;
    stroke-width: 2.6;
    stroke-linecap: round;
    stroke-linejoin: round;
}


/* =========================================================
   VALUE TEXT
   ========================================================= */

.company-commitment-page .commitment-value-card h2 {
    margin:
        58px
        0
        0;

    color: #ffffff;

    font-family: "Poppins", sans-serif;

    font-size: 21px;
    font-weight: 400;

    line-height: 1.08;
}


/* =========================================================
   NAVIGASI
   ========================================================= */

.company-commitment-page
.commitment-navigation-band {
    position: relative;
    z-index: 5;

    padding:
        26px
        0
        36px;

    background: #083f56;
}


/* =========================================================
   NAV WRAPPER
   ========================================================= */

.company-commitment-page
.commitment-page-navigation {
    width: 100%;

    margin: 0;
    padding: 0;

    display: flex;

    align-items: stretch;
    justify-content: space-between;

    gap: 24px;
}


/* =========================================================
   NAV BUTTON
   ========================================================= */

.company-commitment-page
.commitment-page-navigation
.director-page-link {
    width: auto;

    min-width: 190px;
    max-width: 310px;
    min-height: 62px;

    margin: 0;

    padding:
        10px
        14px;

    display: inline-flex;
    align-items: center;

    gap: 12px;

    color: #ffffff;

    background:
        rgba(255, 255, 255, 0.035);

    border:
        1px solid rgba(255, 255, 255, 0.22);

    border-radius: 12px;

    box-shadow: none;

    transition:
        background-color 0.2s ease,
        border-color 0.2s ease;
}

.company-commitment-page
.commitment-page-navigation
.director-page-link:hover,
.company-commitment-page
.commitment-page-navigation
.director-page-link:focus-visible {
    color: #ffffff;

    background:
        rgba(255, 255, 255, 0.09);

    border-color:
        rgba(255, 255, 255, 0.42);
}

.company-commitment-page
.commitment-page-navigation
.director-page-link-next {
    margin-left: auto;

    justify-content: flex-end;

    text-align: right;
}


/* =========================================================
   NAV TEXT
   ========================================================= */

.company-commitment-page
.commitment-page-navigation
.director-page-link small {
    display: block;

    margin-bottom: 2px;

    color:
        rgba(255, 255, 255, 0.60);

    font-size: 8px;

    line-height: 1.2;

    letter-spacing: 0.1em;

    text-transform: uppercase;
}

.company-commitment-page
.commitment-page-navigation
.director-page-link strong {
    display: block;

    color: #ffffff;

    font-size: 11px;

    line-height: 1.35;
}

.company-commitment-page
.commitment-page-navigation
.director-page-arrow {
    color: #ffffff;

    font-size: 19px;

    line-height: 1;
}


/* =========================================================
   ANIMASI
   ========================================================= */

.company-commitment-page .reveal-on-scroll {
    opacity: 0;

    transform: translateY(22px);

    transition:
        opacity 0.7s ease,
        transform 0.7s ease;
}

.company-commitment-page
.reveal-on-scroll.is-visible {
    opacity: 1;

    transform: translateY(0);
}


/* =========================================================
   LAPTOP
   ========================================================= */

@media (max-width: 1180px) {

    .company-commitment-page .commitment-container,
    .company-commitment-page .commitment-values-container,
    .company-commitment-page
    .commitment-navigation-container {
        width: min(
            calc(100% - 42px),
            1040px
        );
    }

    .company-commitment-page .commitment-dots {
        left: 52px;

        width: 92px;
        height: 80px;
    }

    .company-commitment-page .commitment-dots::before {
        width: 42px;
        height: 42px;
    }

    .company-commitment-page .commitment-dots::after {
        top: 14px;
        left: 18px;

        width: 54px;
        height: 54px;
    }

    .company-commitment-page
    .commitment-image-left {
        width: 470px;
        height: 270px;
    }

    .company-commitment-page
    .commitment-image-right {
        width: 400px;
        height: 390px;
    }

    .company-commitment-page
    .commitment-image-right img {
        height: 298px;
    }

    .company-commitment-page
    .commitment-values-grid {
        width: 690px;

        margin-right: 70px;
    }

    .company-commitment-page .commitment-swoosh {
        left: 36px;
        top: 66px;

        width: 114px;
        height: 130px;
    }
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 900px) {

    .company-commitment-page .commitment-container,
    .company-commitment-page .commitment-values-container,
    .company-commitment-page
    .commitment-navigation-container {
        width: min(
            calc(100% - 32px),
            780px
        );
    }

    .company-commitment-page .commitment-content {
        padding:
            calc(var(--company-header-height) + 55px)
            0
            64px;
    }

    .company-commitment-page .commitment-dots {
        top: 26px;
        left: 22px;

        width: 72px;
        height: 66px;
    }

    .company-commitment-page .commitment-dots::before {
        width: 34px;
        height: 34px;

        background-size:
            7px
            7px;
    }

    .company-commitment-page .commitment-dots::after {
        top: 12px;
        left: 15px;

        width: 44px;
        height: 44px;

        background-size:
            7px
            7px;
    }

    .company-commitment-page
    .commitment-visuals {
        min-height: 350px;
    }

    .company-commitment-page
    .commitment-image-left {
        width: 430px;
        height: 245px;

        padding: 16px;
    }

    .company-commitment-page
    .commitment-image-inner {
        padding: 18px;
    }

    .company-commitment-page
    .commitment-image-right {
        width: 330px;
        height: 340px;

        padding-top: 76px;
    }

    .company-commitment-page
    .commitment-image-right img {
        height: 264px;
    }

    .company-commitment-page
    .commitment-heading {
        margin-top: 34px;
    }

    .company-commitment-page
    .commitment-heading h1 {
        font-size: 74px;
    }

    .company-commitment-page
    .commitment-description {
        margin-top: 46px;
    }

    .company-commitment-page
    .commitment-description p {
        font-size: 15px;
    }

    .company-commitment-page
    .commitment-values-grid {
        width:
            calc(100% - 80px);

        margin:
            0
            80px
            0
            0;

        gap: 20px;
    }

    .company-commitment-page
    .commitment-value-card {
        min-height: 220px;
    }

    .company-commitment-page
    .commitment-value-card h2 {
        font-size: 18px;
    }

    .company-commitment-page .commitment-swoosh {
        left: 26px;
        top: 70px;

        width: 100px;
        height: 118px;
    }
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 680px) {

    .company-commitment-page .commitment-container,
    .company-commitment-page .commitment-values-container,
    .company-commitment-page
    .commitment-navigation-container {
        width: min(
            calc(100% - 26px),
            520px
        );
    }

    .company-commitment-page .commitment-content {
        padding:
            calc(var(--company-header-height) + 38px)
            0
            52px;
    }


    /* =====================================================
       ORNAMEN TITIK MOBILE
       ===================================================== */

    .company-commitment-page .commitment-dots {
        top: 14px;
        left: 10px;

        width: 54px;
        height: 50px;
    }

    .company-commitment-page .commitment-dots::before {
        width: 24px;
        height: 24px;

        background-size:
            6px
            6px;
    }

    .company-commitment-page .commitment-dots::after {
        top: 8px;
        left: 10px;

        width: 32px;
        height: 32px;

        background-size:
            6px
            6px;
    }


    /* =====================================================
       GAMBAR MOBILE
       ===================================================== */

    .company-commitment-page
    .commitment-visuals {
        min-height: 0;

        display: grid;

        grid-template-columns:
            0.82fr
            1.18fr;

        align-items: end;

        gap: 12px;
    }

    .company-commitment-page
    .commitment-image-card {
        position: relative;

        inset: auto;

        width: 100%;
    }

    .company-commitment-page
    .commitment-image-left {
        height: auto;

        aspect-ratio: 1 / 0.86;

        padding: 8px;
    }

    .company-commitment-page
    .commitment-image-inner {
        padding: 9px;
    }

    .company-commitment-page
    .commitment-image-right {
        height: auto;

        aspect-ratio: 0.9 / 1;

        padding-top: 35px;
    }

    .company-commitment-page
    .commitment-image-right img {
        width: 100%;
        height:
            calc(100% - 35px);
    }


    /* =====================================================
       HEADING MOBILE
       ===================================================== */

    .company-commitment-page
    .commitment-heading {
        margin-top: 38px;
    }

    .company-commitment-page
    .commitment-heading h1 {
        font-size:
            clamp(54px, 17vw, 72px);

        line-height: 0.88;
    }


    /* =====================================================
       COPY MOBILE
       ===================================================== */

    .company-commitment-page
    .commitment-description {
        margin-top: 36px;
    }

    .company-commitment-page
    .commitment-description p {
        font-size: 14px;

        line-height: 1.7;
    }


    /* =====================================================
       VALUES MOBILE
       ===================================================== */

    .company-commitment-page
    .commitment-values {
        padding:
            38px
            0
            48px;
    }

    .company-commitment-page
    .commitment-side-stripes {
        width: 35px;
    }

    .company-commitment-page
    .commitment-swoosh {
        display: none;
    }

    .company-commitment-page
    .commitment-values-grid {
        width:
            calc(100% - 46px);

        margin:
            0
            46px
            0
            0;

        grid-template-columns: 1fr;

        gap: 14px;
    }

    .company-commitment-page
    .commitment-value-card {
        min-height: 130px;

        padding:
            20px
            18px;

        flex-direction: row;

        justify-content: flex-start;

        gap: 24px;

        text-align: left;
    }

    .company-commitment-page
    .commitment-value-card h2 {
        margin: 0;

        font-size: 18px;

        line-height: 1.2;
    }


    /* =====================================================
       NAVIGASI MOBILE
       ===================================================== */

    .company-commitment-page
    .commitment-navigation-band {
        padding:
            20px
            0
            28px;

        background: #083f56;
    }

    .company-commitment-page
    .commitment-page-navigation {
        flex-direction: row;

        align-items: stretch;

        flex-wrap: nowrap;

        gap: 12px;
    }

    .company-commitment-page
    .commitment-page-navigation
    .director-page-link {
        width: auto;

        min-width: 118px;

        max-width:
            calc(50% - 6px);

        min-height: 56px;

        margin: 0;

        padding:
            9px
            11px;

        flex:
            0
            1
            auto;

        gap: 8px;
    }

    .company-commitment-page
    .commitment-page-navigation
    .director-page-link:first-child {
        margin-right: auto;

        justify-content: flex-start;

        text-align: left;
    }

    .company-commitment-page
    .commitment-page-navigation
    .director-page-link:last-child {
        margin-left: auto;

        justify-content: flex-end;

        text-align: right;
    }

    .company-commitment-page
    .commitment-page-navigation
    .director-page-link small {
        font-size: 7px;
    }

    .company-commitment-page
    .commitment-page-navigation
    .director-page-link strong {
        font-size: 10px;

        white-space: normal;

        overflow-wrap: anywhere;
    }

    .company-commitment-page
    .commitment-page-navigation
    .director-page-arrow {
        font-size: 17px;
    }
}


/* =========================================================
   MOBILE KECIL
   ========================================================= */

@media (max-width: 430px) {

    .company-commitment-page
    .commitment-heading h1 {
        font-size: 52px;
    }

    .company-commitment-page
    .commitment-description p {
        font-size: 13px;
    }

    .company-commitment-page
    .commitment-value-card {
        min-height: 118px;
    }

    .company-commitment-page
    .commitment-value-card h2 {
        font-size: 16px;
    }

    .company-commitment-page
    .commitment-page-navigation {
        gap: 10px;
    }

    .company-commitment-page
    .commitment-page-navigation
    .director-page-link {
        min-width: 105px;

        max-width:
            calc(50% - 5px);

        padding:
            8px
            9px;
    }
}


/* =========================================================
   REDUCED MOTION
   ========================================================= */

@media (prefers-reduced-motion: reduce) {

    .company-commitment-page
    .reveal-on-scroll,
    .company-commitment-page
    .reveal-on-scroll.is-visible {
        opacity: 1;

        transform: none;

        transition: none;
    }
}