/**
 * Express Florist — Brand Stylesheet (GeneratePress variant)
 * Token warna, font, komponen, animasi — identik dengan situs asli.
 */

/* ============ 1. TOKEN BRAND ============ */
:root {
        --ef-rose: #8E4A50;
        --ef-rose-dark: #743B41;
        --ef-dark: #3A322E;
        --ef-body: #6B615B;
        --ef-blush: #F6E8E7;
        --ef-ivory: #FBF8F3;
        --ef-sage: #4A6153;
        --ef-sage-bg: #E8EDE0;
        --ef-wa: #25D366;
        --ef-wa-dark: #1EBE57;
        --ef-line: #EADFD6;
        --ef-container: 1200px;
        --ef-font-display: "Playfair Display", Georgia, serif;
        --ef-font-body: "Plus Jakarta Sans", -apple-system, sans-serif;
}

/* ============ 2. DASAR ============ */
body.ef-brand {
        font-family: var(--ef-font-body);
        color: var(--ef-body);
        background: var(--ef-ivory);
        overflow-x: hidden;
}
body.ef-brand h1, body.ef-brand h2, body.ef-brand h3,
body.ef-brand h4, body.ef-brand h5, body.ef-brand h6,
body.ef-brand .entry-title, body.ef-brand .woocommerce-loop-product__title {
        font-family: var(--ef-font-display) !important;
        color: var(--ef-dark);
}
body.ef-brand a { color: var(--ef-rose); }
body.ef-brand a:hover { color: var(--ef-rose-dark); }
::selection { background: var(--ef-blush); color: var(--ef-rose-dark); }

/* ============ 3. TOP BAR ============ */
.ef-topbar {
        background: linear-gradient(90deg, var(--ef-rose-dark), var(--ef-rose));
        color: var(--ef-blush);
        font-family: var(--ef-font-body);
        font-size: 12.5px;
        font-weight: 500;
}
.ef-topbar-inner {
        max-width: var(--ef-container);
        margin: 0 auto;
        padding: 9px 24px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 16px;
}
.ef-topbar-item {
        color: var(--ef-blush);
        text-decoration: none;
        display: inline-flex;
        align-items: center;
        gap: 7px;
        transition: color .2s ease;
}
a.ef-topbar-item:hover { color: #fff; }
.ef-topbar-item i { font-size: 12px; }
.ef-topbar-right { display: inline-flex; gap: 20px; }
@media (max-width: 640px) {
        .ef-topbar-right { display: none; }
        .ef-topbar-inner { justify-content: center; }
}

/* ============ 4. HEADER & NAVIGASI (GP) ============ */
body.ef-brand .site-header {
        background: #fff !important;
        border-bottom: 1px solid var(--ef-line);
        position: sticky;
        top: 0;
        z-index: 990;
        box-shadow: 0 2px 14px rgba(58, 50, 46, .07);
        animation: efFadeInDown .6s ease both;
}
body.ef-brand .inside-header { align-items: center; }
body.ef-brand .main-title, body.ef-brand .site-title a {
        font-family: var(--ef-font-display) !important;
        color: var(--ef-dark) !important;
        font-weight: 700 !important;
}
body.ef-brand .site-logo img { max-height: 52px; width: auto; }

/* — Navigasi desktop — */
body.ef-brand .main-navigation .main-nav ul li a {
        font-family: var(--ef-font-body) !important;
        font-size: 15px !important;
        font-weight: 600 !important;
        color: var(--ef-dark) !important;
        padding-left: 16px;
        padding-right: 16px;
        position: relative;
        transition: color .25s ease;
}
body.ef-brand .main-navigation .main-nav > ul > li > a::after {
        content: "";
        position: absolute;
        left: 16px;
        right: 16px;
        bottom: 6px;
        height: 2px;
        border-radius: 2px;
        background: var(--ef-rose);
        transform: scaleX(0);
        transform-origin: left;
        transition: transform .28s ease;
}
body.ef-brand .main-navigation .main-nav > ul > li:hover > a::after,
body.ef-brand .main-navigation .main-nav > ul > li.current-menu-item > a::after,
body.ef-brand .main-navigation .main-nav > ul > li.current_page_item > a::after {
        transform: scaleX(1);
}
body.ef-brand .main-navigation .main-nav ul li a:hover,
body.ef-brand .main-navigation .main-nav ul li.current-menu-item > a,
body.ef-brand .main-navigation .main-nav ul li.current_page_item > a,
body.ef-brand .main-navigation .main-nav ul li.sfHover > a { color: var(--ef-rose) !important; background: transparent !important; }

/* — Submenu (dropdown desktop) — */
body.ef-brand .main-navigation ul ul {
        background: #fff !important;
        border: 1px solid var(--ef-line);
        border-radius: 14px;
        box-shadow: 0 14px 34px rgba(58, 50, 46, .14);
        padding: 8px !important;
        top: 100%;
}
body.ef-brand .main-navigation ul ul li a {
        padding: 10px 14px !important;
        border-radius: 9px !important;
        font-size: 14px !important;
        font-weight: 500 !important;
        width: 100%;
}
body.ef-brand .main-navigation ul ul li a:hover { background: var(--ef-blush) !important; color: var(--ef-rose) !important; }
body.ef-brand .main-navigation ul ul li { width: 100%; }
body.ef-brand .main-navigation .main-nav ul ul li a { line-height: 1.4; }
body.ef-brand .main-navigation ul ul { width: 240px; }

/* — Hamburger mobile — */
body.ef-brand .menu-toggle {
        font-family: var(--ef-font-body) !important;
        font-weight: 600 !important;
        color: var(--ef-dark) !important;
        background: #fff !important;
        border: 1px solid var(--ef-line) !important;
        border-radius: 12px !important;
        padding: 10px 14px !important;
        transition: all .25s ease;
}
body.ef-brand .menu-toggle:hover, body.ef-brand .menu-toggle:active,
body.ef-brand .menu-toggle:focus { color: var(--ef-rose) !important; border-color: var(--ef-rose) !important; background: var(--ef-ivory) !important; }
body.ef-brand .main-navigation.toggled .main-nav > ul {
        background: #fff;
        border: 1px solid var(--ef-line);
        border-radius: 14px;
        box-shadow: 0 18px 40px rgba(58, 50, 46, .16);
        margin-top: 10px;
        overflow: hidden;
}
body.ef-brand .main-navigation.toggled .main-nav ul li a { padding: 14px 18px; border-bottom: 1px solid var(--ef-ivory); }
body.ef-brand .main-navigation.toggled ul ul { border: 0; box-shadow: none; background: var(--ef-ivory) !important; border-radius: 0; }
body.ef-brand .slideout-navigation button.slideout-exit { color: var(--ef-dark); }

/* ============ 5. SEKSI FULL-BLEED (Gutenberg) ============ */
body.ef-brand .entry-content > .wp-block-group.ef-full {
        width: 100vw !important;
        max-width: 100vw !important;
        margin-left: calc(50% - 50vw) !important;
        margin-right: calc(50% - 50vw) !important;
        box-sizing: border-box;
}
body.ef-brand .entry-content > .wp-block-group > * {
        max-width: var(--ef-container) !important;
        margin-left: auto !important;
        margin-right: auto !important;
}
body.ef-brand .entry-content > .wp-block-group > .wp-block-columns { max-width: var(--ef-container) !important; }
body.ef-brand .wp-block-group { overflow: visible; }
/* Heading & paragraf di luar grup (halaman legal) */
body.ef-brand .entry-content > .wp-block-heading,
body.ef-brand .entry-content > .wp-block-paragraph {
        max-width: var(--ef-container);
        margin-left: auto;
        margin-right: auto;
        padding-left: 24px;
        padding-right: 24px;
}

/* ============ 6. TOMBOL ============ */
body.ef-brand .wp-block-button__link {
        font-family: var(--ef-font-body) !important;
        font-weight: 600 !important;
        transition: transform .25s ease, box-shadow .25s ease, background-color .25s ease !important;
}
body.ef-brand .wp-block-button__link:hover {
        transform: translateY(-2px);
        box-shadow: 0 10px 24px rgba(142, 74, 80, .28);
}
body.ef-brand .wp-block-button__link i { margin-right: 4px; }

/* ============ 7. KOMPONEN ef-* ============ */
/* — Icon box (keunggulan / langkah) — */
.ef-iconbox {
        text-align: center;
        padding: 28px 20px;
        background: #fff;
        border: 1px solid var(--ef-line);
        border-radius: 16px;
        height: 100%;
        box-sizing: border-box;
        transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
        animation: efFadeInUp .7s ease both;
}
.ef-iconbox:hover {
        transform: translateY(-4px);
        box-shadow: 0 16px 34px rgba(58, 50, 46, .12);
        border-color: var(--ef-rose);
}
.ef-iconbox-icon {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 54px;
        height: 54px;
        border-radius: 16px;
        background: var(--ef-blush);
        color: var(--ef-rose);
        font-size: 22px;
        margin-bottom: 14px;
}
.ef-iconbox h3 {
        font-size: 17px !important;
        margin: 0 0 8px !important;
        color: var(--ef-dark);
}
.ef-iconbox p { font-size: 14px; line-height: 1.65; margin: 0; color: var(--ef-body); }

/* — Chips (kategori & kota) — */
.ef-chips { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; }
.ef-chip {
        display: inline-block;
        padding: 9px 18px;
        border: 1px solid var(--ef-line);
        border-radius: 999px;
        color: var(--ef-dark) !important;
        background: #fff;
        text-decoration: none !important;
        font-family: var(--ef-font-body), sans-serif;
        font-size: 14px;
        font-weight: 500;
        transition: all .25s ease;
}
.ef-chip:hover {
        background: var(--ef-rose);
        color: #fff !important;
        border-color: var(--ef-rose);
        transform: translateY(-2px);
}

/* — Search — */
.ef-search { display: flex; gap: 8px; max-width: 520px; margin: 0 auto; }
.ef-search input[type="search"] {
        flex: 1;
        padding: 14px 20px;
        border: 1px solid var(--ef-line);
        border-radius: 999px;
        font-family: var(--ef-font-body), sans-serif;
        font-size: 15px;
        outline: none;
        background: #fff;
}
.ef-search input[type="search"]:focus { border-color: var(--ef-rose); box-shadow: 0 0 0 3px var(--ef-blush); }
.ef-search button {
        padding: 14px 24px;
        border: 0;
        border-radius: 999px;
        background: var(--ef-rose);
        color: #fff;
        font-weight: 600;
        font-family: var(--ef-font-body), sans-serif;
        cursor: pointer;
        transition: background .25s ease;
}
.ef-search button:hover { background: var(--ef-rose-dark); }

/* — Galeri — */
.ef-gal {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 14px;
}
@media (max-width: 1024px) { .ef-gal { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 640px) { .ef-gal { grid-template-columns: repeat(2, 1fr); } }
.ef-gal figure {
        margin: 0;
        position: relative;
        border-radius: 14px;
        overflow: hidden;
        aspect-ratio: 4 / 3;
        background: linear-gradient(135deg, #F0E2DD, #E4D0CB);
}
.ef-gal img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .5s ease; }
.ef-gal figure:hover img { transform: scale(1.06); }
.ef-gal figcaption {
        position: absolute;
        left: 0; right: 0; bottom: 0;
        padding: 10px 12px;
        background: linear-gradient(transparent, rgba(0, 0, 0, .62));
        color: #fff;
        font-family: var(--ef-font-body), sans-serif;
        font-size: 13px;
        font-weight: 600;
}

/* — FAQ (details/summary) — */
.ef-faq-item {
        border: 1px solid var(--ef-line);
        border-radius: 12px;
        background: #fff;
        margin-bottom: 10px;
        overflow: hidden;
}
.ef-faq-item summary {
        cursor: pointer;
        list-style: none;
        padding: 16px 20px;
        font-weight: 600;
        font-family: var(--ef-font-body), sans-serif;
        color: var(--ef-dark);
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 12px;
        transition: color .2s ease;
}
.ef-faq-item summary:hover { color: var(--ef-rose); }
.ef-faq-item summary::-webkit-details-marker { display: none; }
.ef-faq-item summary i { color: var(--ef-rose); transition: transform .25s ease; }
.ef-faq-item[open] summary i { transform: rotate(180deg); }
.ef-faq-answer { padding: 0 20px 16px; color: var(--ef-body); line-height: 1.7; }

/* — Testimoni — */
.ef-testimonial {
        margin: 0;
        background: #fff;
        border: 1px solid var(--ef-line);
        border-radius: 16px;
        padding: 26px 24px;
        height: 100%;
        box-sizing: border-box;
        box-shadow: 0 4px 16px rgba(58, 50, 46, .05);
        transition: transform .3s ease, box-shadow .3s ease;
        animation: efFadeInUp .7s ease both;
}
.ef-testimonial:hover { transform: translateY(-4px); box-shadow: 0 16px 34px rgba(58, 50, 46, .12); }
.ef-testimonial .ef-stars { color: #E8A33D; font-size: 15px; letter-spacing: 2px; margin-bottom: 12px; }
.ef-testimonial blockquote {
        margin: 0 0 14px;
        font-size: 14.5px;
        line-height: 1.7;
        color: var(--ef-body);
        font-style: italic;
}
.ef-testimonial figcaption { font-size: 13px; color: var(--ef-dark); }
.ef-testimonial figcaption strong { color: var(--ef-rose); }

/* — Kolom Gutenberg gap — */
body.ef-brand .wp-block-columns { gap: 24px; }
body.ef-brand .wp-block-column > *:first-child { margin-top: 0; }

/* ============ 8. WOOCOMMERCE POLISH ============ */
body.ef-brand.woocommerce-page .site, body.ef-brand.single-product .site { background: var(--ef-ivory); }
body.ef-brand .woocommerce ul.products li.product .woocommerce-loop-product__title { font-size: 16px !important; padding: 8px 6px 2px; }
body.ef-brand .woocommerce ul.products li.product .price { color: var(--ef-rose) !important; font-weight: 700; }
body.ef-brand .woocommerce ul.products li.product img { border-radius: 14px; }
body.ef-brand .woocommerce a.button, body.ef-brand .woocommerce button.button,
body.ef-brand .woocommerce input.button, body.ef-brand .woocommerce #respond input#submit,
body.ef-brand .woocommerce a.button.alt, body.ef-brand .woocommerce button.button.alt {
        background: var(--ef-rose) !important;
        color: #fff !important;
        border-radius: 999px !important;
        font-family: var(--ef-font-body) !important;
        font-weight: 600 !important;
        transition: background .25s ease, transform .25s ease !important;
}
body.ef-brand .woocommerce a.button:hover, body.ef-brand .woocommerce button.button:hover,
body.ef-brand .woocommerce a.button.alt:hover { background: var(--ef-rose-dark) !important; transform: translateY(-2px); }
body.ef-brand .woocommerce span.onsale {
        background: var(--ef-wa) !important;
        border-radius: 999px !important;
        font-family: var(--ef-font-body) !important;
}
body.ef-brand .woocommerce-message, body.ef-brand .woocommerce-info { border-top-color: var(--ef-rose); }

/* ============ 9. FOOTER BRAND ============ */
body.ef-brand .site-footer { display: none !important; }
.ef-footer {
        background: var(--ef-dark);
        color: #CFC3BD;
        margin-top: 0;
        font-family: var(--ef-font-body);
}
.ef-footer-inner {
        max-width: var(--ef-container);
        margin: 0 auto;
        padding: 64px 24px 40px;
        display: grid;
        grid-template-columns: 1.4fr 1fr 1fr 1fr;
        gap: 40px;
}
.ef-col { animation: efFadeInUp .7s ease both; }
.ef-col:nth-child(2) { animation-delay: .08s; }
.ef-col:nth-child(3) { animation-delay: .16s; }
.ef-col:nth-child(4) { animation-delay: .24s; }
.ef-footer-logo {
        font-family: var(--ef-font-display);
        font-size: 24px;
        font-weight: 700;
        color: #fff;
        margin: 0 0 14px;
        display: flex;
        align-items: center;
        gap: 10px;
}
.ef-footer-logo i { color: var(--ef-rose); background: var(--ef-blush); border-radius: 12px; padding: 8px; font-size: 16px; }
.ef-footer-desc { font-size: 13.5px; line-height: 1.7; margin: 0 0 18px; color: #CFC3BD; }
.ef-footer-title {
        font-family: var(--ef-font-display);
        font-size: 17px;
        color: #fff;
        margin: 0 0 16px;
        padding-bottom: 10px;
        border-bottom: 1px solid rgba(255, 255, 255, .08);
}
.ef-footer-contact, .ef-footer-links { list-style: none; margin: 0; padding: 0; }
.ef-footer-contact li, .ef-footer-links li { margin-bottom: 9px; font-size: 13px; line-height: 1.6; display: flex; gap: 9px; align-items: flex-start; }
.ef-footer-contact i { color: var(--ef-rose); margin-top: 3px; width: 14px; }
.ef-footer-links a {
        color: #CFC3BD !important;
        text-decoration: none !important;
        display: inline-flex;
        align-items: center;
        gap: 8px;
        transition: color .2s ease, transform .2s ease;
}
.ef-footer-links a i { color: var(--ef-rose); font-size: 10px; transition: transform .2s ease; }
.ef-footer-links a:hover { color: #fff !important; transform: translateX(3px); }
.ef-footer-wa {
        display: inline-flex;
        align-items: center;
        gap: 9px;
        margin-top: 18px;
        padding: 11px 20px;
        background: var(--ef-wa);
        color: #fff !important;
        border-radius: 999px;
        font-weight: 600;
        font-size: 14px;
        text-decoration: none !important;
        transition: background .25s ease, transform .25s ease;
}
.ef-footer-wa:hover { background: var(--ef-wa-dark); transform: translateY(-2px); }
.ef-footer-divider { border-top: 1px solid rgba(255, 255, 255, .08); }
.ef-footer-bottom {
        max-width: var(--ef-container);
        margin: 0 auto;
        padding: 20px 24px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 16px;
        flex-wrap: wrap;
        font-size: 12.5px;
}
.ef-footer-bottom p { margin: 0; }
.ef-footer-bottom strong { color: #fff; }
.ef-social { display: flex; gap: 10px; }
.ef-social a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 36px;
        height: 36px;
        border-radius: 50%;
        background: rgba(255, 255, 255, .07);
        color: #CFC3BD !important;
        transition: all .25s ease;
}
.ef-social a:hover { background: var(--ef-rose); color: #fff !important; transform: translateY(-3px) scale(1.05); }
@media (max-width: 1024px) {
        .ef-footer-inner { grid-template-columns: 1fr 1fr; gap: 32px; }
}
@media (max-width: 640px) {
        .ef-footer-inner { grid-template-columns: 1fr; padding: 48px 20px 32px; }
        .ef-footer-bottom { justify-content: center; text-align: center; }
}

/* ============ 10. WHATSAPP MENGAMBANG ============ */
.ef-wa-float {
        position: fixed;
        right: 22px;
        bottom: 22px;
        z-index: 9990;
        width: 56px;
        height: 56px;
        border-radius: 50%;
        background: var(--ef-wa);
        color: #fff !important;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 28px;
        box-shadow: 0 8px 26px rgba(37, 211, 102, .45);
        transition: transform .25s ease, box-shadow .25s ease;
        animation: efPulse 2.4s ease-in-out infinite;
}
.ef-wa-float:hover { transform: scale(1.1); box-shadow: 0 12px 32px rgba(37, 211, 102, .6); }
@keyframes efPulse {
        0%, 100% { box-shadow: 0 8px 26px rgba(37, 211, 102, .45); }
        50% { box-shadow: 0 8px 26px rgba(37, 211, 102, .75), 0 0 0 12px rgba(37, 211, 102, .12); }
}

/* ============ 11. ANIMASI MASUK ============ */
@keyframes efFadeInUp {
        from { opacity: 0; transform: translateY(22px); }
        to { opacity: 1; transform: translateY(0); }
}
@keyframes efFadeInDown {
        from { opacity: 0; transform: translateY(-18px); }
        to { opacity: 1; transform: translateY(0); }
}
@media (prefers-reduced-motion: reduce) {
        .ef-iconbox, .ef-testimonial, .ef-col, .ef-wa-float, body.ef-brand .site-header { animation: none !important; }
        body.ef-brand * { transition: none !important; }
}

/* ============ 12. HALAMAN & KONTEN ============ */
body.ef-brand.page .entry-header { display: none; } /* judul sudah ada di hero Gutenberg — hindari judul ganda */
body.ef-brand .entry-content { padding-top: 0; }
body.ef-brand .site-content { padding: 0; }
body.ef-brand .widget-area { display: none; } /* konten full-width tanpa sidebar */
body.ef-brand.single-post .widget-area { display: block; }
body.ef-brand .inside-article { background: transparent; box-shadow: none; padding: 0; }
body.ef-brand h2.wp-block-heading { margin-top: 1.2em; margin-bottom: .6em; }
body.ef-brand .wp-block-latest-posts.wp-block-latest-posts__list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
body.ef-brand .wp-block-latest-posts.wp-block-latest-posts__list.is-grid.columns-3 { grid-template-columns: repeat(3, 1fr); }
body.ef-brand .wp-block-latest-posts li {
        background: #fff;
        border: 1px solid var(--ef-line);
        border-radius: 16px;
        overflow: hidden;
        padding: 0 0 18px !important;
        list-style: none;
        transition: transform .3s ease, box-shadow .3s ease;
}
body.ef-brand .wp-block-latest-posts li:hover { transform: translateY(-4px); box-shadow: 0 16px 34px rgba(58, 50, 46, .12); }
body.ef-brand .wp-block-latest-posts li > a {
        font-family: var(--ef-font-display);
        font-size: 18px;
        font-weight: 600;
        color: var(--ef-dark) !important;
        display: block;
        padding: 14px 18px 4px;
}
body.ef-brand .wp-block-latest-posts li > a:hover { color: var(--ef-rose) !important; }
body.ef-brand .wp-block-latest-posts__post-date { padding: 0 18px; font-size: 12.5px; color: var(--ef-body); }
body.ef-brand .wp-block-latest-posts__post-excerpt { padding: 0 18px; font-size: 14px; }
body.ef-brand .wp-block-latest-posts img { width: 100%; height: 180px; object-fit: cover; }
@media (max-width: 1024px) {
        body.ef-brand .wp-block-latest-posts.wp-block-latest-posts__list, body.ef-brand .wp-block-latest-posts__list.is-grid.columns-3 { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
        body.ef-brand .wp-block-latest-posts.wp-block-latest-posts__list, body.ef-brand .wp-block-latest-posts__list.is-grid.columns-3 { grid-template-columns: 1fr; }
        body.ef-brand .wp-block-columns { gap: 16px; }
}

/* ============ 14. BREADCRUMB ============ */
.ef-breadcrumb {
        background: var(--ef-ivory);
        border-bottom: 1px solid var(--ef-line);
        padding: 12px 0;
}
.ef-bc-list {
        list-style: none;
        margin: 0;
        padding: 0 24px;
        max-width: 1200px;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 6px 4px;
}
.ef-bc-item {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        font-family: var(--ef-font-body);
        font-size: 12.5px;
        color: var(--ef-body);
        line-height: 1.4;
}
.ef-bc-item a { color: var(--ef-body); text-decoration: none; transition: color .2s ease; }
.ef-bc-item a:hover { color: var(--ef-rose); }
.ef-bc-current span { color: var(--ef-rose); font-weight: 600; }
.ef-bc-sep { font-size: 8px; color: #C9B9AE; }
@media (max-width: 640px) {
        .ef-bc-list { padding: 0 16px; }
}

/* ============ 15. ANIMASI MASUK SECTION (ef-anim) ============ */
/* Status awal hanya aktif bila JS jalan (class ef-js pada <html>) */
html.ef-js body.ef-brand .ef-anim {
        opacity: 0;
        transform: translateY(26px);
        transition: opacity .7s cubic-bezier(.22,.61,.36,1), transform .7s cubic-bezier(.22,.61,.36,1);
        will-change: opacity, transform;
}
html.ef-js body.ef-brand .ef-anim.ef-in {
        opacity: 1;
        transform: none;
}
@media (prefers-reduced-motion: reduce) {
        html.ef-js body.ef-brand .ef-anim { opacity: 1; transform: none; transition: none; }
}

/* ============ 16. KOMPATIBILITAS QUBELY SECTION BUILDER ============ */
/* Wrapper wp:qubely/wrapper (qubely-section > qubely-container) mengikuti
   lebar brand 1200px — tampilan identik dengan maupun tanpa Qubely aktif. */
body.ef-brand .qubely-section.ef-qsec { position: relative; }
body.ef-brand .qubely-section.ef-qsec > .qubely-container {
        max-width: var(--ef-container);
        width: 100%;
        margin: 0 auto;
        padding: 0; /* section hasil import mengatur padding-nya sendiri */
}
