/* Variable Font - untuk desktop & efek hover */
@font-face {
    font-family: 'Montage Sans VF';
    src: url(https://basnistudio.com/wp-content/themes/phlox-child/assets/fonts/MontageSans-VF.woff2) format('woff2');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

/* Static fonts - fallback untuk mobile */
@font-face {
    font-family: 'Montage Sans';
    src: url(https://basnistudio.com/wp-content/themes/phlox-child/assets/fonts//MontageSans-Medium.woff2) format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}


/* =====================================================
   BASNI STUDIO — GLOBAL (Mobile Adaptive)
===================================================== */
html, body {
    overflow-x: hidden;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

*, *::before, *::after {
    box-sizing: border-box;
}

/* =====================================================
   BASNI PROMO TOP
===================================================== */
.basni-promo-top {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 48px;
    overflow: hidden;
    background: #111;
    color: #fff;
    z-index: 99999;
    margin: 0;
    padding: 0;
}

.basni-promo-top__slide {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 28px;
    padding: 0 30px;
    color: #fff !important;
    text-decoration: none !important;
    font-family: Arial, sans-serif;
    opacity: 0;
    transform: translateY(100%);
    animation: basniPromoTop var(--promo-duration) linear infinite;
    animation-delay: calc(var(--promo-index) * (var(--promo-duration) / var(--promo-count)));
}

.basni-promo-top__tag,
.basni-promo-top__text,
.basni-promo-top__cta {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .02em;
    line-height: 1;
    white-space: nowrap;
    color: #fff !important;
}

@keyframes basniPromoTop {
    0% { opacity: 0; transform: translateY(100%); }
    3% { opacity: 1; transform: translateY(0); }
    30% { opacity: 1; transform: translateY(0); }
    34% { opacity: 0; transform: translateY(-100%); }
    100% { opacity: 0; transform: translateY(-100%); }
}

/* Mobile Promo */
@media (max-width: 767px) {
    .basni-promo-top {
        height: 42px;
    }
    .basni-promo-top__slide {
        height: 42px;
        gap: 12px;
        padding: 0 16px;
    }
    .basni-promo-top__tag {
        display: none;
    }
    .basni-promo-top__text {
        max-width: calc(100% - 90px);
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 10px;
    }
    .basni-promo-top__cta {
        font-size: 8px;
    }
}

/* =====================================================
   HEADER (Mobile Adaptive)
===================================================== */
.basni-header-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
}

.basni-header {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 76px;
    background: #fff;
    border-bottom: 1px solid #e6e6e6;
    z-index: 99998;
}

.basni-header-inner {
    width: calc(100% - 48px);
    max-width: 1440px;
    height: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
}

.basni-logo {
    display: flex;
    align-items: center;
    justify-self: start;
    text-decoration: none;
}

.basni-logo img {
    display: block !important;
    width: 170px !important;
    height: auto !important;
    max-width: none !important;
}

.basni-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 35px;
}

.basni-nav a {
    color: #1d1d1d !important;
    font-family: "Montage sans VF", sans-serif;
    margin-top: 3px;
    font-size: 25px;
    font-weight: 400;
    line-height: 0;
    text-decoration: none !important;
    white-space: nowrap;
    transition: opacity .2s ease;
}

.basni-nav a:hover {
    opacity: .5;
}

.basni-menu-toggle {
    display: none;
}

.basni-mobile-menu {
    display: none !important;
}

.basni-header-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 22px;
}

.basni-header-icon {
    position: relative;
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #111 !important;
    text-decoration: none !important;
}

.basni-header-icon svg {
    width: 21px;
    height: 21px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.5;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.basni-header-icon:hover {
    opacity: .5;
}

.basni-header-icon.basni-cart {
    position: relative;
}

.basni-cart-count {
    position: absolute;
    top: -8px;
    right: -10px;
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ff0000;
    color: #fff;
    border-radius: 50%;
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
    z-index: 5;
}

.basni-header-search {
    position: relative;
}

.basni-search-form {
    position: absolute;
    top: calc(100% + 28px);
    right: 0;
    width: 380px;
    background: #fff;
    border: 1px solid #111;
    display: none;
    z-index: 99999;
    box-shadow: 0 10px 24px rgba(0,0,0,.08);
}

.basni-header-search.is-open .basni-search-form {
    display: block;
}

.basni-search-form input[type="text"] {
    width: 100%;
    height: 46px;
    padding: 0 14px;
    border: 0;
    border-bottom: 1px solid #111;
    background: #fff;
    font: 400 14px/1 Arial, sans-serif;
    color: #111;
    outline: 0;
    box-sizing: border-box;
}

.basni-search-results-wrapper {
    max-height: 560px;
    overflow-y: auto;
}

.basni-search-results {
    list-style: none;
    margin: 0;
    padding: 0;
}

.basni-search-results li a {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 14px;
    color: #111;
    text-decoration: none;
    border-bottom: 1px solid #eee;
    transition: background .2s ease;
}

.basni-search-results li a:hover {
    background: #f5f5f5;
}

.basni-search-results img {
    width: 32px;
    height: 32px;
    object-fit: cover;
    border: 1px solid #ddd;
}

.basni-search-empty {
    padding: 14px;
    font: 400 13px/1 Arial, sans-serif;
    color: #777;
}

/* Mobile Header */
@media (max-width: 1024px) {
    .basni-header-inner {
        width: calc(100% - 36px);
    }
    .basni-logo img {
        width: 135px !important;
    }
    .basni-nav {
        gap: 22px;
    }
    .basni-nav a {
        font-size: 22px;
    }
    .basni-header-actions {
        gap: 17px;
    }
}

@media (max-width: 667px) {
    .basni-promo-top {
        height: 42px;
    }
    .basni-header {
        top: 0px;
        height: 68px;
    }
    .basni-header-inner {
        width: calc(100% - 32px);
        height: 68px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .basni-logo img {
        width: 120px !important;
    }
    .basni-nav {
        display: none;
    }
    .basni-menu-toggle {
        display: flex !important;
        width: 24px;
        height: 24px;
        padding: 0;
        margin: 0;
        border: 0;
        background: transparent;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 5px;
        cursor: pointer;
    }
    .basni-menu-toggle span {
        display: block;
        width: 20px;
        height: 1.5px;
        background: #111;
        transition: transform .2s ease, opacity .2s ease;
    }
    .basni-menu-toggle.is-open span:nth-child(1) {
        transform: translateY(6.5px) rotate(45deg);
    }
    .basni-menu-toggle.is-open span:nth-child(2) {
        opacity: 0;
    }
    .basni-menu-toggle.is-open span:nth-child(3) {
        transform: translateY(-6.5px) rotate(-45deg);
    }
    .basni-mobile-menu {
        position: fixed !important;
        top: 110px !important;
        left: 0 !important;
        right: 0 !important;
        padding: 10px 20px  !important;
        width: 100% !important;
        background: #fcf9f9 !important;
        border-top: 1px solid #e6e6e6;
        z-index: 99999 !important;
        display: block !important;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transform: translateY(-10px);
        transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
    }
    .basni-mobile-menu.is-open {
        opacity: 1;
        padding: 100px;
        visibility: visible;
        pointer-events: auto;
        transform: translateY(0);
    }
    .basni-mobile-menu nav {
        display: fixed !important;
        flex-direction: column !important;
        gap: 14px !important;
    }
    .basni-mobile-menu nav a {
        display: block !important;
        color: #111 !important;
        font-family: "Montage Sans VF", "Montage Sans", sans-serif !important;
        font-size: 25px !important;
        line-height: 1.1 !important;
        text-decoration: none !important;
    }
    .basni-header-actions {
        gap: 14px;
    }
    .basni-header-icon {
        width: 20px;
        height: 20px;
    }
    .basni-header-icon svg {
        width: 19px;
        height: 19px;
    }
    .basni-search-form {
        position: fixed;
        top: 110px;
        left: 16px;
        right: 16px;
        width: auto;
    }
}

/* =====================================================
   HERO (Mobile Adaptive)
===================================================== */
/* =====================================================
   BASNI HERO — FIXED & OPTIMIZED (DARK VERSION)
===================================================== */

/* HERO */

.basni-hero {
    position: relative;

    width: 100vw !important;
    max-width: 100vw !important;

    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;

    height: calc(100vh - 76px);
    min-height: 600px;

    padding: 0 !important;

    overflow: hidden;

    box-sizing: border-box;

    background: radial-gradient(circle at center, #262626 0%, #000000 70%);
}

/* DUST BACKGROUND (menggantikan gambar hero sebelum foto siap) */

.basni-hero-dust {
    position: absolute;
    inset: 0;

    overflow: hidden;
    pointer-events: none;

    z-index: 0;
}

.basni-dust {
    position: absolute;
    top: var(--start-top);
    left: var(--start-left);

    font-family: "Montage Sans VF", "Montage Sans", sans-serif;
    color: #fff;
    opacity: 0;

    user-select: none;
    will-change: transform, opacity;

    animation-name: basniDustFloat;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}

@keyframes basniDustFloat {
    0%   { transform: translate(0, 0) rotate(var(--rot0)); opacity: 0; }
    12%  { opacity: var(--op); }
    28%  { transform: translate(var(--x1), var(--y1)) rotate(var(--rot1)); }
    52%  { transform: translate(var(--x2), var(--y2)) rotate(var(--rot2)); }
    76%  { transform: translate(var(--x3), var(--y3)) rotate(var(--rot3)); }
    88%  { opacity: var(--op); }
    100% { transform: translate(var(--x4), var(--y4)) rotate(var(--rot4)); opacity: 0; }
}

/* CONTENT */

.basni-hero-content {
    position: absolute;
    inset: 0;

    width: calc(100% - 80px);
    max-width: 1440px;

    margin: 0 auto;
    padding: 40px 0;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;

    box-sizing: border-box;

    color: #fff;

    z-index: 1;
}

/* EYEBROW */

.basni-eyebrow {
    margin: 0 0 24px;
    font-family: "Montage Sans VF", "Montage Sans", sans-serif;
    font-size: 25px;
    font-weight: 300;
    line-height: 1;
    letter-spacing: .08em;
    text-transform: none;
}

/* HEADING */

.basni-hero-content h1 {
    width: 100%;
    max-width: 1500px;

    margin: 0;
    padding: 0;

    font-family: "Montage Sans VF", "Montage Sans", sans-serif;
    font-size: clamp(28px, 5vw, 100px);
    font-weight: 500;
    font-variation-settings: 'wght' 500;

    line-height: .98;
    letter-spacing: -0.025em;

    white-space: normal;
}

/* FORCE TWO LINES */

.basni-hero-content h1 > span {
    display: block;
}

.basni-magnify-char {
    display: inline-block;
    white-space: pre;

    font-variation-settings: 'wght' 500;
    transition: font-variation-settings .09s ease-out;
    will-change: font-variation-settings;
}

/* DESCRIPTION */

.basni-description {
    max-width: 430px;

    margin: 28px 0 24px;
    font-weight: 300;
    font-family: "Montage Sans VF", "Montage Sans", sans-serif;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.2em;
}

/* BUTTON */

.basni-hero-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-height: 46px;
    padding: 0 22px;

    background: #fff;
    color: #111 !important;

    font-family: "Montage Sans", sans-serif;
    font-size: 11px;
    font-weight: 700;

    letter-spacing: .07em;
    text-transform: uppercase;

    text-decoration: none;

    transition:
        background .2s ease,
        color .2s ease;
}

.basni-hero-button:hover {
    background: #111;
    color: #fff !important;
}

/* =====================================================
   MOBILE HERO - FONT MONTAGE
   ===================================================== */

@media (max-width: 767px) {

    .basni-hero {
        width: 100vw;
        height: calc(100vh - 68px);
        min-height: 560px;
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
    }

    .basni-hero-content {
        width: calc(100% - 32px);
        max-width: 100%;
        padding: 24px 0;
    }

    .basni-eyebrow {
        margin: 0 0 18px;
        font-size: 15px;
        letter-spacing: .08em;
    }

    /* HEADING */
    .basni-hero-content h1 {
        width: 100%;
        max-width: 100%;
        margin: 0;
        padding: 0;

        font-family: "Montage Sans VF", "Montage Sans", sans-serif;
        font-size: clamp(15px, 9vw, 25px);
        font-weight: 500;
        font-variation-settings: 'wght' 500;
        line-height: 1.02;
        letter-spacing: -0.02em;
        white-space: normal;
    }

    /* FORCE TWO LINES */
    .basni-hero-content h1 > span {
        display: block;
    }

    /* MAGNIFY CHAR - MOBILE */
    .basni-magnify-char {
        display: inline-block;
        white-space: pre;
        font-family: "Montage Sans VF", "Montage Sans", sans-serif;
        font-variation-settings: 'wght' 500;
        transition: font-variation-settings .15s ease-out;
        will-change: font-variation-settings;
    }

    /* DESCRIPTION */
    .basni-description {
        max-width: 400px;
        margin: 20px auto 18px;
        font-family: "Montage Sans VF", "Montage Sans", sans-serif;
        font-size: 12px;
        line-height: 1.5;
        text-align: center;
    }

    /* BUTTON */
    .basni-hero-button {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 42px;
        padding: 0 24px;
        background: #fff;
        color: #111 !important;
        font-family: "Montage Sans", sans-serif;
        font-size: 10px;
        font-weight: 700;
        letter-spacing: .08em;
        text-transform: uppercase;
        text-decoration: none;
        border: 1px solid #fff;
        transition: background .2s ease, color .2s ease;
    }

    .basni-hero-button:hover {
        background: transparent;
        color: #fff !important;
        border-color: #fff;
    }

    /* DUST - MOBILE SIZE */
    .basni-dust {
        font-size: 60px !important;
    }
}


/* =========================================
   FEATURED FONTS
========================================= */

.basni-featured {
    width: calc(100% - 80px);
    max-width: 1440px;

    margin: 0 auto;

    padding: 100px 0;
}


.basni-featured-header {
    display: flex;

    align-items: flex-end;

    justify-content: space-between;

    margin-bottom: 28px;
}


.basni-section-eyebrow {
    margin: 0 8 16px;

    font-family: Arial, sans-serif;

    font-size: 9px;
    font-weight: 600;

    letter-spacing: .14em;

    text-transform: uppercase;
}


.basni-featured-header h2 {
    margin: 0;

    font-family:
        "Montage Sans",
        Arial,
        sans-serif;

   font-size: clamp(26px, 2.5vw, 36px);

    line-height: 1;

    letter-spacing: -.03em;
}


.basni-view-all {
    font-family: Arial, sans-serif;

    font-size: 12px;
    font-weight: 600;

    letter-spacing: .08em;

    text-transform: uppercase;

    color: #111 !important;

    text-decoration: none;
}


/* =========================================
   FONT ROW feature list
========================================= */

.basni-featured-list {
    display: grid;

    grid-template-columns: repeat(2, 1fr);

    gap: 10px;

    border: 0;
}

.basni-featured-font {
    display: flex;
    position: relative;

    flex-direction: column;

    justify-content: space-between;
    line-height: 2;

    min-height: 380px;

    padding: 20px;
    
    line-height: 6px;

    border: 1px solid #111;

    box-sizing: border-box;

    color: #111 !important;

    text-decoration: none;

    transition:
        background .25s ease,
        color .25s ease,
        transform .25s ease;
}

.basni-featured-font:hover {
    background: #111;

    color: #fff !important;

    transform: translateY(-4px);
}


/* NAME */

.basni-font-name {
    margin-bottom: 12px;

    font-family: Arial, sans-serif;

    font-size: 10px;

    font-weight: 600;

    letter-spacing: .06em;

    text-transform: uppercase;
    line-height: 1;
    margin: 0;
}


/* SENTENCE */
.basni-font-sentence {
    flex: 1;

    display: flex;
    align-items: center;
    justify-content: center;

    width: 100%;

    margin: 0;

    font-size: clamp(80px, 3.2vw, 52px);
    line-height: 1.6;

    letter-spacing: normal;
    text-align: center;

    white-space: normal;
    overflow-wrap: normal;
}


/* BOTTOM */

.basni-font-arrow {
    position: absolute;
    right: 20px;
    bottom: 20px;

    margin: 0;
    line-height: 1;

    font-size: 18px;
}
.basni-featured-cta {
    display: flex;
    justify-content: center;
    margin-top: 35px;
}

.basni-featured-cta-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 24px;

    min-width: 170px;
    height: 46px;
    padding: 0 20px;

    border: 1px solid #111;
    background: #fff;
    color: #111 !important;

    font-family: "Montage sans";
       font-size: 10px;
    font-weight: 600;

    letter-spacing: .08em;
    text-transform: uppercase;
    text-decoration: none;

    transition:
        background .2s ease,
        color .2s ease;
}

.basni-featured-cta-link span {
    font-size: 17px;
    line-height: 1;

    transition: transform .2s ease;
}

.basni-featured-cta-link:hover {
    background: #111;
    color: #fff !important;
}

.basni-featured-cta-link:hover span {
    transform: translateX(5px);
}
/* =====================================================
   BASNI — OUR PARTNERS
   ===================================================== */

.basni-partners {
    width: 100%;
    background: #fff;

    padding: 75px 0 85px;
}

.basni-partners-inner {
    width: calc(100% - 80px);
    max-width: 1440px;

    margin: 0 auto;
}

.basni-partners .basni-section-label {
    margin: 0 0 42px;

    font-family: Arial, sans-serif;
    font-size: 9px;
    font-weight: 600;

    letter-spacing: .14em;
    text-transform: uppercase;

    color: #111;
}


/* PARTNER ROW */

.basni-partners-list {
    display: grid;

    grid-template-columns: repeat(4, 1fr);

    width: 100%;
}


/* PARTNER */

.basni-partner {
    min-height: 90px;

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 0 30px;

    border-left: 1px solid #d5d5d5;

    box-sizing: border-box;
}

.basni-partner:last-child {
    border-right: 1px solid #d5d5d5;
}


/* Temporary text logos */

.basni-partner span {
    font-family: Arial, sans-serif;

    font-size: 24px;
    font-weight: 600;

    letter-spacing: -.04em;

    color: #111;
}


/* =====================================================
   GET IN TOUCH
   ===================================================== */

.basni-contact {
    width: 100%;

    background: #111;
    color: #fff;

    padding: 72px 0;
}

.basni-contact-inner {
    width: calc(100% - 80px);
    max-width: 1440px;

    margin: 0 auto;
}

.basni-contact .basni-section-label {
    margin: 0;

    color: #fff;

    font-family: Arial, sans-serif;
    font-size: 9px;
    font-weight: 600;

    letter-spacing: .14em;
    text-transform: uppercase;
}


/* CONTACT GRID */

.basni-contact-grid {
    display: grid;

    grid-template-columns: 1.15fr .85fr;

    column-gap: 100px;

    align-items: center;

    margin-top: 32px;
}


/* LEFT */

.basni-contact-copy h2 {
    max-width: 650px;

    margin: 0 0 24px;

    font-family:
        "Montage Sans",
        Arial,
        sans-serif;

    font-size: clamp(42px, 5vw, 70px);

    font-weight: 500;

    line-height: .9;

    letter-spacing: -.035em;

    color: #fff;
}

.basni-contact-copy p {
    max-width: 430px;

    margin: 0;

    font-family: Arial, sans-serif;

    font-size: 14px;

    line-height: 1.5;

    color: rgba(255,255,255,.7);
}


/* RIGHT */

.basni-contact-action {
    display: flex;

    flex-direction: column;

    align-items: flex-start;

    justify-content: center;
}


/* BUTTON */

.basni-contact-button {
    width: 100%;
    max-width: 420px;

    min-height: 52px;

    display: flex;

    align-items: center;
    justify-content: space-between;

    padding: 0 22px;

    box-sizing: border-box;

    border: 1px solid rgba(255,255,255,.8);

    background: transparent;

    color: #fff !important;

    font-family: Arial, sans-serif;

    font-size: 10px;
    font-weight: 600;

    letter-spacing: .1em;

    text-decoration: none;

    transition:
        background .2s ease,
        color .2s ease;
}

.basni-contact-button b {
    font-size: 18px;

    font-weight: 400;

    line-height: 1;

    transition:
        transform .2s ease;
}

.basni-contact-button:hover {
    background: #fff;

    color: #111 !important;
}

.basni-contact-button:hover b {
    transform: translateX(6px);
}


/* =====================================================
   SOCIAL ICONS
   ===================================================== */

.basni-social {
    display: flex;

    align-items: center;

    gap: 22px;

    margin-top: 24px;
}

.basni-social a {
    width: 22px;
    height: 22px;

    display: flex;

    align-items: center;
    justify-content: center;

    color: #fff !important;

    opacity: .75;

    transition:
        opacity .2s ease,
        transform .2s ease;
}

.basni-social a:hover {
    opacity: 1;

    transform: translateY(-2px);
}

.basni-social svg {
    width: 21px;
    height: 21px;

    display: block;

    fill: none;

    stroke: currentColor;

    stroke-width: 1.5;

    stroke-linecap: round;
    stroke-linejoin: round;
}


/* =====================================================
   FOOTER
   ===================================================== */

.basni-footer {
    width: 100%;

    background: #fff;

    color: #111;

    padding: 72px 0 24px;
}

.basni-footer-inner {
    width: calc(100% - 80px);
    max-width: 1440px;

    margin: 0 auto;
}


/* TOP */

.basni-footer-top {
    display: grid;

    grid-template-columns:
        2fr 1fr 1fr;

    column-gap: 60px;

    padding-bottom: 70px;
}


/* BRAND */

.basni-footer-brand {
    display: flex;

    flex-direction: column;

    align-items: flex-start;
}

.basni-footer-logo {
    display: block;

    width: 180px;
    height: auto;

    object-fit: contain;

    object-position: left center;
}

.basni-footer-brand p {
    margin: 22px 0 0;

    font-family: Arial, sans-serif;

    font-size: 13px;

    line-height: 1.55;

    color: #111;
}


/* COLUMNS */

.basni-footer-column {
    display: flex;

    flex-direction: column;

    align-items: flex-start;

    gap: 11px;
}

.basni-footer-title {
    margin: 2px 0 16px;

    font-family: Arial, sans-serif;

    font-size: 9px;
    font-weight: 600;

    letter-spacing: .14em;

    text-transform: uppercase;

    color: #111;
}

.basni-footer-column a {
    color: #111 !important;

    font-family: Arial, sans-serif;

    font-size: 13px;

    line-height: 1.3;

    text-decoration: none;

    transition: opacity .2s ease;
}

.basni-footer-column a:hover {
    opacity: .5;
}


/* BOTTOM */

.basni-footer-bottom {
    display: flex;

    align-items: center;

    justify-content: space-between;

    padding-top: 18px;

    border-top: 1px solid #d9d9d9;

    font-family: Arial, sans-serif;

    font-size: 10px;

    color: #777;
}

/* =====================================================
   MOBILE — PARTNERS / CONTACT / FOOTER
   ===================================================== */

@media (max-width: 767px) {

    /* PARTNERS */

    .basni-partners {
        padding: 55px 0 60px;
    }

    .basni-partners-inner,
    .basni-contact-inner,
    .basni-footer-inner {
        width: calc(100% - 32px);
    }

    .basni-partners .basni-section-label {
        margin-bottom: 30px;
    }

    .basni-partners-list {
        grid-template-columns: repeat(2, 1fr);
    }

    .basni-partner {
        min-height: 75px;

        padding: 0 15px;

        border-bottom: 1px solid #d5d5d5;
    }

    .basni-partner:nth-child(3),
    .basni-partner:nth-child(4) {
        border-bottom: 0;
    }

    .basni-partner:nth-child(2),
    .basni-partner:nth-child(4) {
        border-right: 1px solid #d5d5d5;
    }

    .basni-partner span {
        font-size: 18px;
    }


    /* CONTACT */

    .basni-contact {
        padding: 55px 0;
    }

    .basni-contact-grid {
        grid-template-columns: 1fr;

        gap: 38px;

        margin-top: 26px;
    }

    .basni-contact-copy h2 {
        font-family: "Montage Sans VF", "Montage Sans", Arial, sans-serif !important;
        font-size: clamp(34px, 10vw, 48px);
        font-weight: 500;
        font-variation-settings: 'wght' 500;
        line-height: 1.05;
        letter-spacing: -0.03em;
        margin: 0 0 18px;
        padding: 0;
        text-align: left;
    }
    .basni-contact-copy p {
        max-width: 310px;

        font-size: 13px;
    }

    .basni-contact-action {
        width: 100%;
    }

    .basni-contact-button {
        max-width: none;
         font-family: "Montage Sans VF", "Montage Sans", Arial, sans-serif !important;
    }

    /* =========================================
   SOCIAL MEDIA
========================================= */

.basni-socials {
    display: flex;
    align-items: center;
    gap: 14px;

    margin-top: 18px;
}

.basni-socials a {
    width: 46px;
    height: 46px;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 1px solid rgba(255,255,255,.45);

    color: #fff !important;
    text-decoration: none !important;

    box-sizing: border-box;

    transition:
        background .2s ease,
        color .2s ease,
        border-color .2s ease;
}

.basni-socials a img {
    width: 20px;
    height: 20px;

    display: block;

    object-fit: contain;
}

.basni-socials a:hover {
    background: #fff;
    border-color: #fff;
}

.basni-socials a:hover img {
    filter: invert(1);
}


    /* FOOTER */

    .basni-footer {
        padding: 55px 0 20px;
    }

    .basni-footer-top {
        grid-template-columns: 1fr 1fr;

        column-gap: 30px;
        row-gap: 50px;

        padding-bottom: 50px;
    }

    .basni-footer-brand {
        grid-column: 1 / -1;
    }

    .basni-footer-logo {
        width: 150px;
    }

    .basni-footer-brand p {
        margin-top: 17px;

        font-size: 12px;
    }

    .basni-footer-bottom {
        align-items: flex-start;

        flex-direction: column;

        gap: 6px;
    }

}

/* =========================================
   tab
========================================= */
@media (max-width: 1130px) {


    .basni-featured-list {
        grid-template-columns: 1fr;

        gap: 12px;
    }

    .basni-featured-font {
        min-height: 250px;

        padding: 18px;
    }

    .basni-featured-font:hover {
        padding: 24px;
    }

    .basni-font-sentence {
        font-size: 75px;
    }

}

/* =========================================
   MOBILE
========================================= */



@media (max-width: 767px) {


    .basni-featured-list {
        grid-template-columns: 1fr;

        gap: 12px;
    }

    .basni-featured-font {
        min-height: 180px;

        padding: 18px;
    }

    .basni-featured-font:hover {
        padding: 24px;
    }

    .basni-font-sentence {
        font-size: 32px;
    }

}

/* =====================================================
   WOOCOMMERCE CART - BASNI STUDIO STYLE
   ===================================================== */

/* =========================================
   1. GENERAL CART PAGE
   ========================================= */
.woocommerce-cart {
    background: #fff;
    color: #111;
    padding: 20px 0 80px;
}

/* Judul Halaman */
.woocommerce-cart .entry-title {
    font-family: "Montage Sans VF", "Montage Sans", Arial, sans-serif !important;
    font-size: clamp(32px, 5vw, 56px) !important;
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: -0.03em;
    margin: 0 0 24px !important;
    text-align: center;
}

/* =========================================
   2. TABLE CART (TABEL PRODUK)
   ========================================= */
.woocommerce-cart table.shop_table {
    border: 1px solid #111 !important;
    border-radius: 0 !important;
    background: #fff;
    margin-bottom: 32px;
}

/* Header Table */
.woocommerce-cart table.shop_table th {
    background: #f3efef !important;
    color: #050505 !important;
    font-family: "Montage Sans", Arial, sans-serif !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    letter-spacing: .08em !important;
    text-transform: uppercase !important;
    padding: 14px 12px !important;
    border: none !important;
}

/* Cell Table */
.woocommerce-cart table.shop_table td {
    padding: 16px 12px !important;
    border-bottom: 1px solid #e0e0e0 !important;
    font-size: 14px !important;
    color: #333 !important;
    vertical-align: middle !important;
}

.woocommerce-cart table.shop_table td:last-child {
    border-bottom: none !important;
}

/* Product Name */
.woocommerce-cart table.shop_table td.product-name a {
    font-family: "Montage Sans", Arial, sans-serif !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #111 !important;
    text-decoration: none !important;
    transition: opacity .2s ease;
}


/* =========================================
   FIX GAMBAR CART - PASTI JALAN
   ========================================= */

/* Reset semua gambar di cart */
.woocommerce-cart table.shop_table td.product-thumbnail img,
.woocommerce-cart table.shop_table td.product-thumbnail a img,
.woocommerce-cart table.shop_table td.product-thumbnail a img.attachment-thumbnail {
    width: 120px !important;
    height: 70px !important;
    object-fit: contain !important;
    object-position: center !important;
    border: none !important;
    border-radius: 0 !important;
    display: block !important;
    margin: 0 auto !important;
    box-shadow: none !important;
    padding: 0 !important;
}

/* Mobile */
@media (max-width: 767px) {
    .woocommerce-cart table.shop_table td.product-thumbnail img,
    .woocommerce-cart table.shop_table td.product-thumbnail a img,
    .woocommerce-cart table.shop_table td.product-thumbnail a img.attachment-thumbnail {
        width: 80px !important;
        height: 50px !important;
    }
}


.woocommerce-cart table.shop_table td.product-quantity .quantity input {
    width: 50px !important;
    height: 32px !important;
    border: none !important;
    background: transparent !important;
    font-size: 14px !important;
    text-align: center !important;
    color: #111 !important;
}

/* Remove Item */
.woocommerce-cart table.shop_table a.remove {
    color: #111 !important;
    font-size: 18px !important;
    width: 24px !important;
    height: 24px !important;
    line-height: 24px !important;
    border: 1px solid #111 !important;
    border-radius: 0 !important;
    transition: background .2s ease, color .2s ease;
}

/* =========================================
   FIX: CART TOTALS RAPI
========================================= */

.cart_totals {
     background: #f3efef !important;
    color: #050505 !important;
    font-family: "Montage Sans", Arial, sans-serif !important;
    max-width: 480px !important;
    width: 100% !important;
    margin: 0 auto !important;
    
}

.wc-proceed-to-checkout {
    display: flex !important;
    flex-direction: column !important;
    gap: 10px !important;
    max-width: 480px !important;
    width: 100% !important;
    margin: 0 auto !important;
}


/* Header (th) */
.woocommerce-cart .cart_totals table.shop_table.shop_table_responsive th {
    background: #7c7b7b !important;
    border: none !important;
    border-bottom: 1px solid #e0e0e0 !important;
    padding: 12px 16px !important;
    font-family: "Montage Sans", Arial, sans-serif !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    letter-spacing: .08em !important;
    text-transform: uppercase !important;
    color: #111 !important;
    text-align: left !important;
}

/* Cell (td) */
.woocommerce-cart .cart_totals table.shop_table.shop_table_responsive td {
    border: none !important;
    border-bottom: 1px solid #e0e0e0 !important;
    padding: 12px 16px !important;
    font-family: Arial, sans-serif !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #555 !important;
    text-align: right !important;
}
/* =========================================
   FIX: TOMBOL DI CART
========================================= */

/* Container tombol */
.woocommerce-cart .wc-proceed-to-checkout {
    display: flex !important;
    flex-direction: column !important;
    gap: 10px !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* Tombol Proceed to Checkout */
.woocommerce-cart .wc-proceed-to-checkout .checkout-button {
    display: block !important;
    width: 100% !important;
    height: 50px !important;
    font-family: "Montage Sans", Arial, sans-serif !important;
    line-height: 50px !important;
    text-align: center !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    letter-spacing: .08em !important;
    text-transform: uppercase !important;
    background: #f3b43e !important;
    color: #0a0a0a !important;
    border: 0.5px solid #111 !important;
    padding: 0 20px !important;
  
}


@media (max-width: 1024px) {
    .woocommerce-cart {
        padding: 12px 0 60px;
    }

    .woocommerce-cart .entry-title {
        font-size: 28px !important;
        margin-bottom: 16px !important;
    }
    
    /* Table jadi card */
    .woocommerce-cart table.shop_table {
        border: none !important;
    }

    .woocommerce-cart table.shop_table th {
        display: none !important;
        background-color: #000000;
    }

    .woocommerce-cart table.shop_table td {
        border-bottom: 1px solid #850b0b !important;
        padding: 12px !important;
    }

    .woocommerce-cart table.shop_table td::before {
        font-size: 11px !important;
        font-weight: 700 !important;
        text-transform: uppercase !important;
        color: #999 !important;
    }

    .woocommerce-cart table.shop_table td.product-thumbnail {
        width: 60px !important;
    }

    .woocommerce-cart table.shop_table td.product-thumbnail img {
        width: 50px !important;
        height: 50px !important;
    }

    

    .woocommerce-cart .coupon {
        flex-direction: column;
        gap: 8px;
    }

    .woocommerce-cart .coupon input#coupon_code {
        width: 100% !important;
    }

   .woocommerce-cart .wc-proceed-to-checkout .checkout-button {
    width: 150 !important;
    
    color: #111 !important;
    font-size: 14px !important;
    text-align: center !important;
    margin-top: 16px !important;
    }
}

/* =========================================
   7. RESPONSIVE MOBILE
   ========================================= */
@media (max-width: 767px) {
    .woocommerce-cart {
        padding: 12px 0 60px;
    }
    .woocommerce-cart .table.shop_table.shop_table_responsive th {
        background: #302f2f !important;
        border: none !important;
        border-bottom: 1px solid #e0e0e0 !important;
        padding: 12px 16px !important;
        font-family: "Montage Sans", Arial, sans-serif !important;

        }
    .woocommerce-cart .entry-title {
        font-size: 28px !important;
        margin-bottom: 16px !important;
    }

    /* Table jadi card */
    .woocommerce-cart table.shop_table {
        border: none !important;
    }

    .woocommerce-cart table.shop_table th {
        display: none !important;
    }

    .woocommerce-cart table.shop_table td {
        border-bottom: 1px solid #e0e0e0 !important;
        padding: 12px !important;
    }

    .woocommerce-cart table.shop_table td::before {
        font-size: 11px !important;
        font-weight: 700 !important;
        text-transform: uppercase !important;
        color: #999 !important;
    }

    .woocommerce-cart table.shop_table td.product-thumbnail {
        width: 60px !important;
    }

    .woocommerce-cart table.shop_table td.product-thumbnail img {
        width: 50px !important;
        height: 50px !important;
    }

    .woocommerce-cart .cart_totals {
        padding: 16px !important;
    }

    .woocommerce-cart .coupon {
        flex-direction: column;
        gap: 8px;
    }

    .woocommerce-cart .coupon input#coupon_code {
        width: 100% !important;
    }

    .woocommerce-cart .button {
        width: 100% !important;
        margin-bottom: 8px !important;
    }
}
