/* ==========================================================================
   AP JASA BUANG PUING DEPOK — "SITE DOCKET" DESIGN SYSTEM
   ========================================================================== */

:root {
    /* Brand palette */
    --green: #1F7E22;
    --green-dark: #0F5A12;
    --green-deep: #078010;
    --yellow: #FEC404;
    --black: #101010;
    --white: #FFFFFF;
    --offwhite: #F7F6F1;

    /* Neutrals derived from black/offwhite */
    --ink-70: rgba(16, 16, 16, .7);
    --ink-55: rgba(16, 16, 16, .55);
    --ink-15: rgba(16, 16, 16, .12);
    --paper-line: rgba(16, 16, 16, .1);

    /* Type */
    --font-display: 'Space Grotesk', sans-serif;
    --font-body: 'IBM Plex Sans', sans-serif;
    --font-mono: 'IBM Plex Mono', monospace;

    /* Spacing scale (0.25rem base) */
    --sp-1: .25rem;
    --sp-2: .5rem;
    --sp-3: .75rem;
    --sp-4: 1rem;
    --sp-5: 1.25rem;
    --sp-6: 1.5rem;
    --sp-8: 2rem;
    --sp-10: 2.5rem;
    --sp-12: 3rem;
    --sp-16: 4rem;
    --sp-20: 5rem;
    --sp-24: 6rem;

    --container-w: 1200px;
    --radius-sm: 12px;
    --radius-md: 16px;
    --radius: 28px;
    --header-h: 68px;
}

/* ============ RESET ============ */
*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: calc(var(--header-h) + 12px);
}

body {
    margin: 0;
    font-family: var(--font-body);
    color: var(--black);
    background: var(--offwhite);
    -webkit-font-smoothing: antialiased;
    line-height: 1.55;
}

img {
    max-width: 100%;
    display: block;
}

a {
    color: inherit;
    text-decoration: none;
}

ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

button {
    font: inherit;
    background: none;
    border: none;
    cursor: pointer;
}

h1,
h2,
h3,
h4 {
    font-family: var(--font-display);
    margin: 0;
    line-height: 1.1;
    letter-spacing: -.01em;
}

p {
    margin: 0;
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    * {
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
    }
}

:focus-visible {
    outline: 3px solid var(--green);
    outline-offset: 2px;
}

.container {
    width: 100%;
    max-width: var(--container-w);
    margin-inline: auto;
    padding-inline: var(--sp-5);
}

/* ============ ICONS (mask-based line icons) ============ */
.ico {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: currentColor;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: contain;
    mask-size: contain;
    flex-shrink: 0;
}

.ico-wa {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M13.601 2.326A7.85 7.85 0 0 0 7.994 0C3.627 0 .068 3.558.064 7.926c0 1.399.366 2.76 1.057 3.965L0 16l4.204-1.102a7.9 7.9 0 0 0 3.79.965h.004c4.368 0 7.926-3.558 7.93-7.93A7.9 7.9 0 0 0 13.6 2.326zM7.994 14.521a6.6 6.6 0 0 1-3.356-.92l-.24-.144-2.494.654.666-2.433-.156-.251a6.56 6.56 0 0 1-1.007-3.505c0-3.626 2.957-6.584 6.591-6.584a6.56 6.56 0 0 1 4.66 1.931 6.56 6.56 0 0 1 1.928 4.66c-.004 3.639-2.961 6.592-6.592 6.592m3.615-4.934c-.197-.099-1.17-.578-1.353-.646-.182-.065-.315-.099-.445.099-.133.197-.513.646-.627.775-.114.133-.232.148-.43.05-.197-.1-.836-.308-1.592-.985-.59-.525-.985-1.175-1.103-1.372-.114-.198-.011-.304.088-.403.087-.088.197-.232.296-.346.1-.114.133-.198.198-.33.065-.134.034-.248-.015-.347-.05-.099-.445-1.076-.612-1.47-.16-.389-.323-.335-.445-.34-.114-.007-.247-.007-.38-.007a.73.73 0 0 0-.529.247c-.182.198-.691.677-.691 1.654s.71 1.916.81 2.049c.098.133 1.394 2.132 3.383 2.992.47.205.84.326 1.129.418.475.152.904.129 1.246.08.38-.058 1.171-.48 1.338-.943.164-.464.164-.86.114-.943-.049-.084-.182-.133-.38-.232'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M13.601 2.326A7.85 7.85 0 0 0 7.994 0C3.627 0 .068 3.558.064 7.926c0 1.399.366 2.76 1.057 3.965L0 16l4.204-1.102a7.9 7.9 0 0 0 3.79.965h.004c4.368 0 7.926-3.558 7.93-7.93A7.9 7.9 0 0 0 13.6 2.326zM7.994 14.521a6.6 6.6 0 0 1-3.356-.92l-.24-.144-2.494.654.666-2.433-.156-.251a6.56 6.56 0 0 1-1.007-3.505c0-3.626 2.957-6.584 6.591-6.584a6.56 6.56 0 0 1 4.66 1.931 6.56 6.56 0 0 1 1.928 4.66c-.004 3.639-2.961 6.592-6.592 6.592m3.615-4.934c-.197-.099-1.17-.578-1.353-.646-.182-.065-.315-.099-.445.099-.133.197-.513.646-.627.775-.114.133-.232.148-.43.05-.197-.1-.836-.308-1.592-.985-.59-.525-.985-1.175-1.103-1.372-.114-.198-.011-.304.088-.403.087-.088.197-.232.296-.346.1-.114.133-.198.198-.33.065-.134.034-.248-.015-.347-.05-.099-.445-1.076-.612-1.47-.16-.389-.323-.335-.445-.34-.114-.007-.247-.007-.38-.007a.73.73 0 0 0-.529.247c-.182.198-.691.677-.691 1.654s.71 1.916.81 2.049c.098.133 1.394 2.132 3.383 2.992.47.205.84.326 1.129.418.475.152.904.129 1.246.08.38-.058 1.171-.48 1.338-.943.164-.464.164-.86.114-.943-.049-.084-.182-.133-.38-.232'/%3E%3C/svg%3E");
}

.ico-tag {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2'%3E%3Cpath d='M20.6 12.6 12.4 20.8a2 2 0 0 1-2.8 0l-6.4-6.4a2 2 0 0 1 0-2.8L11.4 3.4A2 2 0 0 1 12.8 3H19a2 2 0 0 1 2 2v6.2a2 2 0 0 1-.4 1.4Z'/%3E%3Ccircle cx='16' cy='8' r='1.4'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2'%3E%3Cpath d='M20.6 12.6 12.4 20.8a2 2 0 0 1-2.8 0l-6.4-6.4a2 2 0 0 1 0-2.8L11.4 3.4A2 2 0 0 1 12.8 3H19a2 2 0 0 1 2 2v6.2a2 2 0 0 1-.4 1.4Z'/%3E%3Ccircle cx='16' cy='8' r='1.4'/%3E%3C/svg%3E");
}

.ico-check {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E");
}

.ico-clock {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M12 7v5l3.5 2' stroke-linecap='round'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M12 7v5l3.5 2' stroke-linecap='round'/%3E%3C/svg%3E");
}

.ico-truck-load {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M2 16V6a1 1 0 0 1 1-1h9a1 1 0 0 1 1 1v10'/%3E%3Cpath d='M13 9h4l3 3v4h-2'/%3E%3Cpath d='M2 16h13'/%3E%3Ccircle cx='6' cy='18' r='1.6'/%3E%3Ccircle cx='16.5' cy='18' r='1.6'/%3E%3Cpath d='M9 3v3M6 3v3'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M2 16V6a1 1 0 0 1 1-1h9a1 1 0 0 1 1 1v10'/%3E%3Cpath d='M13 9h4l3 3v4h-2'/%3E%3Cpath d='M2 16h13'/%3E%3Ccircle cx='6' cy='18' r='1.6'/%3E%3Ccircle cx='16.5' cy='18' r='1.6'/%3E%3Cpath d='M9 3v3M6 3v3'/%3E%3C/svg%3E");
}

.ico-bin {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 7h16'/%3E%3Cpath d='M6 7l1 13a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1l1-13'/%3E%3Cpath d='M9 7V4a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v3'/%3E%3Cpath d='M10 11v6M14 11v6'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 7h16'/%3E%3Cpath d='M6 7l1 13a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1l1-13'/%3E%3Cpath d='M9 7V4a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v3'/%3E%3Cpath d='M10 11v6M14 11v6'/%3E%3C/svg%3E");
}

.ico-shovel {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M18 3 8 13'/%3E%3Cpath d='M15 6l3 3'/%3E%3Cpath d='M8 13a4 4 0 1 0 5.5 5.5L16 16l-3-3-2.5 2.5'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M18 3 8 13'/%3E%3Cpath d='M15 6l3 3'/%3E%3Cpath d='M8 13a4 4 0 1 0 5.5 5.5L16 16l-3-3-2.5 2.5'/%3E%3C/svg%3E");
}

.ico-crane {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 21V9l9-6 9 6'/%3E%3Cpath d='M4 21h18'/%3E%3Cpath d='M9 21V12h6v9'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 21V9l9-6 9 6'/%3E%3Cpath d='M4 21h18'/%3E%3Cpath d='M9 21V12h6v9'/%3E%3C/svg%3E");
}

.ico-wrench {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14.7 6.3a4 4 0 0 0-5.4 5.4L3 18l3 3 6.3-6.3a4 4 0 0 0 5.4-5.4l-2.8 2.8-2-.4-.4-2 2.8-2.8Z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14.7 6.3a4 4 0 0 0-5.4 5.4L3 18l3 3 6.3-6.3a4 4 0 0 0 5.4-5.4l-2.8 2.8-2-.4-.4-2 2.8-2.8Z'/%3E%3C/svg%3E");
}

.ico-leaf {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 20c8 0 16-6 16-16C10 4 4 12 4 20Z'/%3E%3Cpath d='M4 20c3-5 6-8 12-12'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 20c8 0 16-6 16-16C10 4 4 12 4 20Z'/%3E%3Cpath d='M4 20c3-5 6-8 12-12'/%3E%3C/svg%3E");
}

.ico-bolt {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23000'%3E%3Cpath d='M13 2 3 14h7l-1 8 10-13h-7l1-7Z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23000'%3E%3Cpath d='M13 2 3 14h7l-1 8 10-13h-7l1-7Z'/%3E%3C/svg%3E");
}

.ico-truck {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M2 16V6h11v10'/%3E%3Cpath d='M13 9h4l3 3v4h-2'/%3E%3Ccircle cx='6.5' cy='18' r='1.6'/%3E%3Ccircle cx='17' cy='18' r='1.6'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M2 16V6h11v10'/%3E%3Cpath d='M13 9h4l3 3v4h-2'/%3E%3Ccircle cx='6.5' cy='18' r='1.6'/%3E%3Ccircle cx='17' cy='18' r='1.6'/%3E%3C/svg%3E");
}

.ico-helmet {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 16a9 9 0 0 1 18 0Z'/%3E%3Cpath d='M2 16h20M12 4v3'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 16a9 9 0 0 1 18 0Z'/%3E%3Cpath d='M2 16h20M12 4v3'/%3E%3C/svg%3E");
}

.ico-pin {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 21s7-6.6 7-11.5A7 7 0 0 0 5 9.5C5 14.4 12 21 12 21Z'/%3E%3Ccircle cx='12' cy='9.5' r='2.3'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 21s7-6.6 7-11.5A7 7 0 0 0 5 9.5C5 14.4 12 21 12 21Z'/%3E%3Ccircle cx='12' cy='9.5' r='2.3'/%3E%3C/svg%3E");
}

.ico-shield {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3l7 3v6c0 4.5-3 7.7-7 9-4-1.3-7-4.5-7-9V6Z'/%3E%3Cpath d='m9 12 2 2 4-4'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3l7 3v6c0 4.5-3 7.7-7 9-4-1.3-7-4.5-7-9V6Z'/%3E%3Cpath d='m9 12 2 2 4-4'/%3E%3C/svg%3E");
}

.ico-home {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m3 11 9-8 9 8'/%3E%3Cpath d='M5 10v10h14V10'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m3 11 9-8 9 8'/%3E%3Cpath d='M5 10v10h14V10'/%3E%3C/svg%3E");
}

.ico-services {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='3' width='7' height='7' rx='1'/%3E%3Crect x='14' y='3' width='7' height='7' rx='1'/%3E%3Crect x='3' y='14' width='7' height='7' rx='1'/%3E%3Crect x='14' y='14' width='7' height='7' rx='1'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='3' width='7' height='7' rx='1'/%3E%3Crect x='14' y='3' width='7' height='7' rx='1'/%3E%3Crect x='3' y='14' width='7' height='7' rx='1'/%3E%3Crect x='14' y='14' width='7' height='7' rx='1'/%3E%3C/svg%3E");
}

.ico-instagram {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.8'%3E%3Crect x='3' y='3' width='18' height='18' rx='5'/%3E%3Ccircle cx='12' cy='12' r='4'/%3E%3Ccircle cx='17.5' cy='6.5' r='1'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.8'%3E%3Crect x='3' y='3' width='18' height='18' rx='5'/%3E%3Ccircle cx='12' cy='12' r='4'/%3E%3Ccircle cx='17.5' cy='6.5' r='1'/%3E%3C/svg%3E");
}

.ico-tiktok {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23000'%3E%3Cpath d='M16 3c.4 2.2 1.8 3.6 4 3.9v3.1c-1.5 0-2.9-.4-4-1.2v6.1a5.7 5.7 0 1 1-5.7-5.7c.3 0 .6 0 .9.1v3.2a2.6 2.6 0 1 0 1.8 2.5V3h3Z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23000'%3E%3Cpath d='M16 3c.4 2.2 1.8 3.6 4 3.9v3.1c-1.5 0-2.9-.4-4-1.2v6.1a5.7 5.7 0 1 1-5.7-5.7c.3 0 .6 0 .9.1v3.2a2.6 2.6 0 1 0 1.8 2.5V3h3Z'/%3E%3C/svg%3E");
}

/* ============ BUTTONS ============ */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .5rem;
    font-family: var(--font-mono);
    font-weight: 600;
    font-size: .8rem;
    letter-spacing: .04em;
    text-transform: uppercase;
    padding: .9rem 1.4rem;
    border-radius: var(--radius-sm);
    border: 2px solid transparent;
    transition: transform .15s ease, box-shadow .15s ease, background-color .15s ease;
    white-space: nowrap;
}

.btn .ico {
    font-size: 1.05rem;
}

.btn--yellow {
    background: var(--yellow);
    color: var(--black);
    border-color: var(--black);
}

.btn--yellow:hover {
    transform: translate(-2px, -2px);
    box-shadow: 4px 4px 0 var(--black);
}

.btn--outline {
    background: transparent;
    color: var(--black);
    border-color: var(--black);
}

.btn--outline:hover {
    background: var(--black);
    color: var(--white);
}

.btn--wa {
    background: var(--green);
    color: var(--white);
    border-color: var(--green);
}

.btn--wa:hover {
    background: var(--green-dark);
}

.btn--sm {
    padding: .6rem 1rem;
    font-size: .72rem;
}

.btn--lg {
    padding: 1.1rem 2rem;
    font-size: .9rem;
}

.btn--block {
    width: 100%;
}

/* ============ TYPOGRAPHY HELPERS ============ */
.eyebrow {
    font-family: var(--font-mono);
    font-size: .75rem;
    font-weight: 600;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: var(--green-deep);
    display: flex;
    align-items: center;
    gap: .5rem;
    margin: 0 0 var(--sp-3);
}

.eyebrow span {
    background: var(--black);
    color: var(--yellow);
    padding: .15em .5em;
    border-radius: 2px;
}

.eyebrow--yellow {
    color: var(--yellow);
}

.section-head {
    max-width: 640px;
    margin-bottom: var(--sp-10);
}

.section-head h2 {
    font-size: clamp(1.75rem, 3.2vw, 2.5rem);
    margin-bottom: var(--sp-4);
}

.section-head__desc {
    color: var(--ink-70);
    font-size: 1rem;
}

.section-head--light h2 {
    color: var(--white);
}

.link-arrow {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    font-family: var(--font-mono);
    font-weight: 600;
    font-size: .85rem;
    color: var(--black);
    background: var(--yellow);
    padding: .6em 1.2em;
    border-radius: 50px;
    border: 2px solid var(--black);
    transition: transform .15s ease, background .15s ease;
}

.link-arrow span {
    transition: transform .15s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.link-arrow:hover {
    transform: scale(1.03);
    background: #FFE066;
}

.link-arrow:hover span {
    transform: translateX(3px);
}

/* ============ HEADER ============ */
.site-header {
    position: sticky;
    top: 0;
    z-index: 100;
    background: rgba(247, 246, 241, .92);
    backdrop-filter: blur(8px);
    border-bottom: 1px solid var(--paper-line);
    height: var(--header-h);
}

.site-header.is-scrolled {
    box-shadow: 0 2px 12px rgba(0, 0, 0, .08);
}

/* Scroll margin for all section anchors */
#home,
#layanan,
#galeri,
#keuntungan,
#cta,
#area {
    scroll-margin-top: calc(var(--header-h) - 88px);
}

.site-header__inner {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--sp-4);
}

.brand {
    display: flex;
    align-items: center;
    gap: .6rem;
}

.brand__mark {
    width: 38px;
    height: 38px;
    border-radius: 6px;
    object-fit: contain;
}

.brand__text {
    display: flex;
    flex-direction: column;
    line-height: 1.15;
}

.brand__text strong {
    font-family: var(--font-display);
    font-size: .95rem;
    letter-spacing: .02em;
}

.brand__text small {
    font-family: var(--font-mono);
    font-size: .62rem;
    color: var(--ink-55);
    letter-spacing: .04em;
    text-transform: uppercase;
}

.main-nav {
    display: none;
    align-items: center;
    gap: var(--sp-8);
}

.main-nav a {
    font-family: var(--font-mono);
    font-size: .8rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .04em;
    color: var(--black);
    position: relative;
    padding-bottom: 4px;
}

.main-nav a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background: var(--green);
    transition: width .2s ease;
}

.main-nav a:hover::after {
    width: 100%;
}

.site-header__actions {
    display: flex;
    align-items: center;
    gap: var(--sp-3);
}

.site-header__actions .btn--wa {
    display: none;
}

.hamburger {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 40px;
    height: 40px;
    padding: 0;
    align-items: center;
}

.hamburger span {
    width: 22px;
    height: 2px;
    background: var(--black);
    transition: transform .2s ease, opacity .2s ease;
    display: block;
    box-sizing: border-box;
    will-change: transform, opacity;
}

.hamburger[aria-expanded="true"] span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

.hamburger[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
}

.hamburger[aria-expanded="true"] span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

/* Mobile menu drawer */
.mobile-menu {
    position: fixed;
    top: var(--header-h);
    right: 0;
    bottom: 0;
    width: min(320px, 82vw);
    background: var(--white);
    border-left: 1px solid var(--paper-line);
    border-radius: var(--radius-md) 0 0 var(--radius-md);
    z-index: 120;
    padding: var(--sp-6) var(--sp-5);
    display: flex;
    flex-direction: column;
    gap: var(--sp-8);
    transform: translateX(100%);
    transition: transform .25s ease;
}

.mobile-menu.is-open {
    transform: translateX(0);
}

.mobile-menu nav {
    display: flex;
    flex-direction: column;
    gap: var(--sp-5);
}

.mobile-menu nav a {
    font-family: var(--font-display);
    font-weight: 600;
    font-size: 1.15rem;
}

.mobile-menu-backdrop {
    position: fixed;
    inset: 0;
    top: var(--header-h);
    background: rgba(16, 16, 16, .4);
    z-index: 110;
    opacity: 0;
    pointer-events: none;
    transition: opacity .2s ease;
}

.mobile-menu-backdrop.is-open {
    opacity: 1;
    pointer-events: auto;
}

/* ============ STRIPE DIVIDER (fleet-livery diagonal) ============ */
.stripe-divider {
    height: 14px;
    background-image: repeating-linear-gradient(-45deg, var(--yellow) 0 14px, var(--black) 14px 28px);
}

/* ============ HERO ============ */
.hero {
    padding-top: 25px;
    background: var(--offwhite);
}

.hero__poster {
    width: 100%;
    max-width: var(--container-w);
    margin-inline: auto;
    margin-bottom: var(--sp-8);
    padding-inline: var(--sp-5);
}

.hero__poster img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: var(--radius);
}

/* ============ ABOUT ============ */
.about {
    background: var(--white);
    padding: var(--sp-20) 0;
}

.about__inner {
    display: grid;
    gap: var(--sp-10);
    align-items: center;
}

.about__text h2 {
    font-size: clamp(1.9rem, 4vw, 2.6rem);
    margin-bottom: var(--sp-5);
}

.about__text>.eyebrow::after {
    content: '';
}

.about__text p {
    color: var(--ink-70);
    margin-bottom: var(--sp-6);
    max-width: 52ch;
}

.about__photo {
    position: relative;
    margin: 0;
    border: 3px solid var(--black);
    border-radius: var(--radius-sm);
    overflow: hidden;
    background: var(--yellow);
    padding: var(--sp-6);
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.about__photo:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.about__photo img {
    width: 100%;
    height: auto;
    object-fit: contain;
    max-height: 200px;
}

.badge-stamp {
    position: absolute;
    bottom: var(--sp-4);
    right: var(--sp-4);
    background: var(--green);
    color: var(--white);
    font-family: var(--font-mono);
    font-weight: 700;
    font-size: .72rem;
    letter-spacing: .05em;
    padding: .5em .9em;
    border: 2px solid var(--black);
}

/* ============ SERVICES ============ */
.services {
    background: var(--offwhite);
    padding: var(--sp-20) 0;
}

.service-grid {
    display: grid;
    gap: var(--sp-6);
    grid-template-columns: 1fr;
}

.service-card {
    position: relative;
    background: var(--white);
    border: 2px solid var(--black);
    border-radius: var(--radius-sm);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: transform .15s ease, box-shadow .15s ease;
}

.service-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 24px rgba(16, 16, 16, .12);
}

.service-card img {
    width: 100%;
    height: auto;
    aspect-ratio: 4/3;
    object-fit: cover;
    display: block;
}

.service-card h3 {
    font-size: 1.15rem;
    margin: var(--sp-4) var(--sp-4) var(--sp-2);
    color: var(--black);
    font-weight: 700;
}

.service-card p {
    color: var(--ink-70);
    font-size: .92rem;
    margin: 0 var(--sp-4) var(--sp-4);
    flex-grow: 1;
}

.service-card .btn {
    margin: 0 var(--sp-4) var(--sp-4);
    width: calc(100% - var(--sp-8));
}

/* ============ WHY (dark) ============ */
.why {
    background: var(--black);
    color: var(--white);
    padding: var(--sp-20) 0;
    position: relative;
}

.why-grid {
    display: grid;
    gap: 1px;
    background: rgba(255, 255, 255, .12);
    border: 1px solid rgba(255, 255, 255, .12);
    grid-template-columns: 1fr;
}

.why-card {
    background: var(--black);
    padding: var(--sp-8) var(--sp-6);
    border-radius: var(--radius-sm);
}

.why-card .ico {
    color: var(--yellow);
    font-size: 1.6rem;
    margin-bottom: var(--sp-4);
}

.why-card h3 {
    color: var(--white);
    font-size: 1.1rem;
    margin-bottom: var(--sp-2);
}

.why-card p {
    color: rgba(255, 255, 255, .65);
    font-size: .92rem;
}

/* ============ STEPS ============ */
.steps {
    background: var(--white);
    padding: var(--sp-20) 0;
}

.steps-list {
    display: grid;
    gap: var(--sp-8);
    grid-template-columns: 1fr;
    counter-reset: step;
}

.steps-list li {
    position: relative;
    padding-left: 3.2rem;
}

.steps-list__num {
    position: absolute;
    left: 0;
    top: -.2rem;
    font-family: var(--font-mono);
    font-weight: 700;
    font-size: 1.6rem;
    color: transparent;
    -webkit-text-stroke: 1.5px var(--black);
}

.steps-list h3 {
    font-size: 1.1rem;
    margin-bottom: var(--sp-2);
}

.steps-list p {
    color: var(--ink-70);
    font-size: .92rem;
}

/* ============ GALLERY ============ */
.gallery {
    background: var(--white);
    padding: var(--sp-20) 0;
}

.gallery__filters {
    display: flex;
    flex-wrap: wrap;
    gap: var(--sp-2);
    margin-bottom: var(--sp-8);
}

.gallery__filter {
    font-family: var(--font-mono);
    font-size: .75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .03em;
    padding: .6rem 1.1rem;
    border: 2px solid var(--black);
    border-radius: var(--radius-sm);
    background: transparent;
    color: var(--black);
    transition: background-color .15s ease, color .15s ease;
}

.gallery__filter.is-active,
.gallery__filter:hover {
    background: var(--black);
    color: var(--yellow);
}

.gallery__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: var(--sp-3);
}

.gallery__item {
    margin: 0;
    overflow: hidden;
    border: 2px solid var(--black);
    border-radius: var(--radius-sm);
    aspect-ratio: 1;
    transition: opacity .2s ease, transform .2s ease;
}

.gallery__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .3s ease;
}

.gallery__item:hover img {
    transform: scale(1.06);
}

.gallery__item.is-hidden {
    display: none;
}

.gallery__item.is-limited {
    display: none !important;
}

.gallery__overlay {
    position: relative;
    margin-top: -80px;
    height: 120px;
    background: linear-gradient(to bottom, transparent, var(--white));
    display: flex;
    align-items: center;
    justify-content: center;
}

.gallery__overlay[hidden] {
    display: none;
}

.gallery__show-more {
    font-family: var(--font-mono);
    font-size: .75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .03em;
    padding: .8rem 1.5rem;
    border: 2px solid var(--black);
    border-radius: var(--radius-sm);
    background: var(--yellow);
    color: var(--black);
    cursor: pointer;
    transition: background-color .15s ease, color .15s ease, transform .15s ease;
    position: relative;
    z-index: 2;
}

.gallery__show-more:hover {
    background: var(--black);
    color: var(--yellow);
    transform: translateY(-2px);
}

/* Gallery Lightbox */
.gallery-lightbox {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.95);
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: var(--sp-4);
}

.gallery-lightbox[hidden] {
    display: none;
}

.gallery-lightbox__img {
    max-width: 90vw;
    max-height: 90vh;
    object-fit: contain;
    border: 2px solid var(--yellow);
    border-radius: var(--radius-sm);
}

.gallery-lightbox__close,
.gallery-lightbox__prev,
.gallery-lightbox__next {
    position: absolute;
    font-size: 2rem;
    font-weight: bold;
    color: var(--white);
    background: var(--black);
    border: 2px solid var(--yellow);
    border-radius: 50%;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color .15s ease, color .15s ease;
}

.gallery-lightbox__close:hover,
.gallery-lightbox__prev:hover,
.gallery-lightbox__next:hover {
    background: var(--yellow);
    color: var(--black);
}

.gallery-lightbox__close {
    top: var(--sp-4);
    right: var(--sp-4);
}

.gallery-lightbox__prev {
    left: var(--sp-4);
}

.gallery-lightbox__next {
    right: var(--sp-4);
}

/* ============ AREA LAYANAN ============ */
.area {
    background: var(--offwhite);
    padding: var(--sp-20) 0;
}

.area__inner {
    display: flex;
    flex-direction: column;
    gap: var(--sp-8);
}

.area__map {
    position: relative;
    border: 3px solid var(--black);
    border-radius: var(--radius-sm);
    overflow: hidden;
    min-height: 420px;
}

.area__map iframe {
    width: 100%;
    height: 100%;
    min-height: 420px;
    display: block;
}

.area__info {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.area__info p {
    color: var(--ink-70);
    margin-bottom: var(--sp-6);
    max-width: 48ch;
}

/* ============ CTA BAND ============ */
.cta-band {
    background: var(--black);
    color: var(--white);
    position: relative;
    overflow: hidden;
}

.cta-band__inner {
    text-align: center;
    padding: var(--sp-20) var(--sp-5);
    position: relative;
    z-index: 1;
}

.cta-band__icon {
    font-size: 2rem;
    color: var(--yellow);
    display: block;
    margin-bottom: var(--sp-4);
}

.cta-band h2 {
    font-size: clamp(1.9rem, 5vw, 3rem);
    margin-bottom: var(--sp-4);
}

.cta-band h2 span {
    color: var(--yellow);
}

.cta-band p {
    color: rgba(255, 255, 255, .65);
    max-width: 44ch;
    margin: 0 auto var(--sp-8);
}

/* ============ FOOTER ============ */
.site-footer {
    background: var(--black);
    color: rgba(255, 255, 255, .75);
    padding-top: var(--sp-20);
}

.footer__grid {
    display: grid;
    gap: var(--sp-10);
    grid-template-columns: 1fr;
    padding-bottom: var(--sp-12);
}

.footer__brand .brand__text strong {
    color: var(--white);
}

.footer__brand .brand__text small {
    color: rgba(255, 255, 255, .5);
}

.footer__brand p {
    margin: var(--sp-4) 0;
    font-size: .9rem;
    max-width: 40ch;
}

.footer__socials {
    display: flex;
    gap: var(--sp-3);
}

.footer__socials a {
    width: 36px;
    height: 36px;
    border: 1px solid rgba(255, 255, 255, .25);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer__socials .ico {
    color: var(--white);
    font-size: 1rem;
}

.footer__socials a:hover {
    background: var(--green);
    border-color: var(--green);
}

.footer__col h4 {
    color: var(--yellow);
    font-family: var(--font-mono);
    font-size: .75rem;
    text-transform: uppercase;
    letter-spacing: .06em;
    margin-bottom: var(--sp-4);
}

.footer__col {
    display: flex;
    flex-direction: column;
    gap: var(--sp-2);
    font-size: .9rem;
}

.footer__col a:hover {
    color: var(--white);
}

.area-tags {
    display: flex;
    flex-wrap: wrap;
    gap: .4rem;
}

.area-tags li {
    font-family: var(--font-mono);
    font-size: .68rem;
    text-transform: uppercase;
    border: 1px solid rgba(255, 255, 255, .25);
    padding: .3em .6em;
    border-radius: 3px;
}

.footer__bottom {
    border-top: 1px solid rgba(255, 255, 255, .12);
    padding: var(--sp-5) 0 calc(var(--sp-5) + 70px);
    font-size: .78rem;
    text-align: center;
}

/* ============ FLOATING WHATSAPP BUTTON ============ */
.fab-wa {
    position: fixed;
    right: var(--sp-5);
    bottom: calc(var(--sp-5) + 70px);
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: var(--green);
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 18px rgba(16, 16, 16, .3);
    border: 2px solid var(--black);
    z-index: 90;
    transition: transform .15s ease;
    bottom: var(--sp-8);
}

.fab-wa .ico {
    font-size: 1.6rem;
}

.fab-wa:hover {
    transform: scale(1.07);
}

/* ============================================================
   TABLET (>=768px)
   ============================================================ */
@media (max-width: 767px) {
    .about-zigzag {
        height: 40px;
        margin-top: -40px;
        clip-path: polygon(0% 0%,
                10% 100%,
                20% 0%,
                30% 100%,
                40% 0%,
                50% 100%,
                60% 0%,
                70% 100%,
                80% 0%,
                90% 100%,
                100% 0%,
                100% 100%,
                0% 100%);
    }

    .about__photo img {
        max-height: 150px;
    }
}

@media (min-width: 768px) {
    .about__inner {
        grid-template-columns: 1fr 1fr;
    }

    .about__photo {
        order: 2;
    }

    .about__text {
        order: 1;
    }

    .service-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .why-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .steps-list {
        grid-template-columns: repeat(2, 1fr);
    }

    .gallery__grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .footer__grid {
        grid-template-columns: 1.3fr .8fr .8fr 1fr;
    }
}

/* ============================================================
   DESKTOP (>=1024px)
   ============================================================ */
@media (min-width: 1024px) {
    :root {
        --header-h: 76px;
    }

    .main-nav {
        display: flex;
    }

    .site-header__actions .btn--wa {
        display: inline-flex;
    }

    .hamburger {
        display: none;
    }

    .mobile-menu,
    .mobile-menu-backdrop {
        display: none;
    }

    .site-footer {
        padding-top: var(--sp-24);
    }

    .footer__bottom {
        padding-bottom: var(--sp-6);
    }

    .service-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .why-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .gallery__grid {
        grid-template-columns: repeat(3, 1fr);
    }
}