/*
Theme Name: Artsubs Pro OPSII
Theme URI: https://artsubs.co
Author: Khoirul Aksara
Description: Tema desain minimalis modern ala Jepang (Japandi) yang bersih, elegan, dengan tipografi yang halus dan banyak ruang bernapas (negative space).
Version: 1.0.0
Text Domain: artsubs-pro
*/

/* =========================================================
   BIOTIF TYPOGRAPHY SYSTEM
   JAPANESE MODERN MINIMALIST AESTHETIC
   ========================================================= */



@font-face {
    font-family: 'Biotif';
    src: url('../../fonts/Biotif-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Biotif';
    src: url('../../fonts/Biotif-SemiBoldItalic.woff2') format('woff2');
    font-weight: 600;
    font-style: italic;
}
@font-face {
    font-family: 'Biotif';
    src: url('../../fonts/Biotif-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}
/* =========================
   ROOT
========================= */

:root {
    /* Typography */
    --tracking-tight: var(--tracking, 0.02em);
    --tracking-body: var(--tracking, 0.02em);
    --tracking-wide: var(--tracking-caption, 0.14em);

    --h1: 3.5rem; /* 56px */
    --h2: 1.125rem; /* 18px */
    --h3: 1.125rem; /* 18px */
    --h4: 1.125rem; /* 18px */
    --h5: 1.125rem; /* 18px */
    --h6: 1.125rem;

    --body: 1.125rem; /* 16px */

    --leading-tight: 1.2;
    --leading-body: 1.25;

    /* Spacing (Leading-based scale) */
    --space-leading: calc(1em * var(--leading-tight) * 1.5);
    --space-xs: 4px;
    --space-sm: 8px;
    --space-md: 12px;
    --space-lg: 16px;
    --space-xl: 24px;
    --space-2xl: 32px;
    --space-3xl: 40px;
    --space-4xl: 48px;

    /* Icon Size */
    --icon-size: 32px;

    /* Radius - Custom Brand Scale */
    --radius-sm: 14px;
    --radius-md: 24px;
    --radius-lg: 32px;

    /* Palette: Biotif Design Manual */
    --primary: #D12F2F;
    --primary-hover: #B92626;
    --primary-soft: #FCEAEA;
    --accent: #fed76e;

    --bg: #F9F9F9; /* Clean background warm */
    --surface: #FFFFFF; /* Surface white */

    --text: #1A1A1A; /* Secondary text */
    --text-soft: #252525; /* Standard text color */
    --text-lighter: #6D6D6D;

    --border: #EAD9D7; /* Warm red border */

    --shadow: 0 10px 40px rgba(209, 47, 47, 0.06); /* Premium red shadow */
    --shadow-hover: 0 20px 50px rgba(209, 47, 47, 0.12);

    --section-py: 40px;
    --border-section: none;
}

/* =========================
   RESET & GLOBAL
========================= */

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

* {
    margin:0;
    padding:0;
    box-sizing:border-box;
}

html{
    scroll-behavior:smooth;
    max-width: 100%;
    overflow-x: clip !important;
    overflow-y: auto !important;
    scrollbar-width: thin;
    scrollbar-color: rgba(0, 0, 0, 0.3) transparent;
}

body{
    font-family:'Biotif', sans-serif;
    background:var(--bg);
    color:var(--text);
    font-size:var(--body);
    font-weight:600;
    line-height:var(--leading-body);
    letter-spacing:var(--tracking-body);
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering:optimizeLegibility;
    max-width: 100%;
    overflow-x: clip !important;
    overflow-y: visible !important;
    height: auto;
}

/* Custom Scrollbar untuk WebKit & Blink (Chrome, Edge, Safari, Opera) */
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-track {
    background: transparent;
}

::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.25);
    border-radius: 9999px;
    transition: background 0.3s ease;
}

::-webkit-scrollbar-thumb:hover {
    background: var(--primary, #d12f2f);
}

/* Matikan dan sembunyikan scrollbar ketika menu hamburger / overlay fullscreen dibuka */
html.mobile-menu-open,
body.mobile-menu-open,
html.menu-open,
body.menu-open,
html:has(.nav-menu-wrap.active),
html:has(.site-header.menu-active),
html:has(.nav-toggle.active),
html:has(#mobile-menu-overlay.is-active),
html:has(.mobile-menu-wrapper.is-active),
html:has(#mobile-menu-toggle.is-active) {
    overflow: hidden !important;
    overflow-y: hidden !important;
    scrollbar-width: none !important;
    -ms-overflow-style: none !important;
}

html.mobile-menu-open::-webkit-scrollbar,
body.mobile-menu-open::-webkit-scrollbar,
html.menu-open::-webkit-scrollbar,
body.menu-open::-webkit-scrollbar,
html:has(.nav-menu-wrap.active)::-webkit-scrollbar,
html:has(.site-header.menu-active)::-webkit-scrollbar,
html:has(.nav-toggle.active)::-webkit-scrollbar,
html:has(#mobile-menu-overlay.is-active)::-webkit-scrollbar,
html:has(.mobile-menu-wrapper.is-active)::-webkit-scrollbar,
html:has(#mobile-menu-toggle.is-active)::-webkit-scrollbar {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
}

body.admin-bar .site-header{
    top:32px;
}

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

a{
    color:var(--primary);
    font-weight: 600;
    line-height: var(--leading-body);
    letter-spacing: var(--tracking-body);
    text-decoration:none;
    transition: color 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

a:hover {
    color: var(--primary-hover);
}

::selection {
    background: var(--primary);
    color: #fff;
}

/* =========================
   TYPOGRAPHY
========================= */

h1, h2, h3, h4, h5, h6{
    font-family:'Biotif', sans-serif;
    font-weight:700;
    line-height:var(--leading-tight);
    letter-spacing:var(--tracking-tight);
    color:var(--text);
}

h1{ font-size:var(--h1); }
h2{ font-size:var(--h2); line-height:var(--leading-tight); letter-spacing:var(--tracking-body); }
h3{ font-size:var(--h3); }
h4{ font-size:var(--h4); line-height:var(--leading-tight); }
h5{ font-size:var(--h5); line-height:var(--leading-tight); }
h6{ font-size:var(--h6); line-height:var(--leading-tight); font-weight: 700; }

p{
    font-size: var(--body);
    color:var(--text-soft);
    /* margin-bottom: 24px; */
}

small, .label{
    font-size:11px;
    letter-spacing:var(--tracking-wide);
    text-transform:uppercase;
    color:var(--text-soft);
    font-weight: 700;
}

em{
    font-style:italic;
    color: var(--text);
}

.fw-bold{
    font-weight:700;
    color: var(--text);
}

/* =========================
   LAYOUT
========================= */

/* Layout Reset: Ensure sections stretch 100% full width and don't get double padding from .site-main > * */
.site-main,
.site-main > *,
.site-main > section,
.site-main > .section,
.site-main > .hero-full {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    box-sizing: border-box;
}

/* Unified Centered Content Containers (Powered by Customizer) */
.site-header > .wrapper,
.hero-content-wrapper > .wrapper,
.section > .wrapper,
.site-footer > .footer-container,
.site-footer > .wrapper,
.container,
.wrapper,
.footer-container {
    width: 100% !important;
    max-width: var(--container-width, 1440px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: var(--container-padding, 40px) !important;
    padding-right: var(--container-padding, 40px) !important;
    box-sizing: border-box !important;
}

.section{
    padding-block:var(--section-py);
    position: relative;
    background: var(--bg);
    z-index: 20;
}

/* .section-atas::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 40vh; /* Transition height */
    /* background: linear-gradient(to top, transparent, #f5dd9d); */
    /* background: linear-gradient(to bottom, transparent, var(--bg)); */
    /* z-index: 5; */
    /* pointer-events: none; */
/* } */

.section-surface {
    background: var(--surface);
}

.border-top{
    /* border-top:var(--border-section); */
}

/* =========================
   HEADER / NAV
========================= */

.site-header{
    position: fixed;
    /* border-bottom: 1px solid #ff0000 !important; */
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    transition: background 0.3s ease, padding 0.3s ease;
    opacity: 1;
    pointer-events: all;
    transform: translateY(0);
    padding: 24px 0;
}

/* KHUSUS HOMEPAGE: Sembunyikan header sebelum di-scroll melewati hero banner */
body.home .site-header:not(.scrolled),
body.front-page .site-header:not(.scrolled) {
    opacity: 0;
    pointer-events: none;
    transform: translateY(-100%);
}

.site-header.scrolled{
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-bottom: none;
    padding: 24px 0;
}

/* Ensure all sections and anchor targets have enough clearance from fixed header */
html {
    scroll-padding-top: 140px;
}

section,
.section,
[id^="anchor-"],
[id] {
    scroll-margin-top: 140px;
}

/* Inner pages top padding so content is not covered by fixed header */
body:not(.home):not(.front-page) .site-main,
body:not(.home):not(.front-page) #primary,
body:not(.home):not(.front-page) .page-about-main,
body:not(.home):not(.front-page) .page-contact-main,
body:not(.home):not(.front-page) .standard-page-main,
body:not(.home):not(.front-page) .archive-main,
body:not(.home):not(.front-page) .single-archive-main,
body:not(.home):not(.front-page) .archive-artist-main,
body:not(.home):not(.front-page) .single-artist-main {
    padding-top: clamp(140px, 16vh, 175px) !important;
}

@media (max-width: 900px) {
    html {
        scroll-padding-top: 100px;
    }
    section,
    .section,
    [id^="anchor-"],
    [id] {
        scroll-margin-top: 100px;
    }
    body:not(.home):not(.front-page) .site-main,
    body:not(.home):not(.front-page) #primary,
    body:not(.home):not(.front-page) .page-about-main,
    body:not(.home):not(.front-page) .page-contact-main,
    body:not(.home):not(.front-page) .standard-page-main,
    body:not(.home):not(.front-page) .archive-main,
    body:not(.home):not(.front-page) .single-archive-main,
    body:not(.home):not(.front-page) .archive-artist-main,
    body:not(.home):not(.front-page) .single-artist-main {
        padding-top: 110px !important;
    }
}

/* Paksa tampilan terang (tulisan gelap, background putih) langsung sejak awal di halaman dalam */
body:not(.home):not(.front-page) .site-header {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-bottom: none;
    padding: 24px 0;
}
body:not(.home):not(.front-page) .site-header .header-logo,
body:not(.home):not(.front-page) .site-header .nav-menu a {
    color: var(--text);
}
body:not(.home):not(.front-page) .site-header .nav-toggle .bar {
    background-color: var(--text);
}


.header-inner{
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    position: relative !important;
    width: 100% !important;
    height: auto !important;
    min-height: 85px !important;
    box-sizing: border-box !important;
    margin: 0 !important;
    padding: 0 !important;
}

.artfair-header-left,
.artfair-header-right {
    display: flex !important;
    align-items: center !important;
    flex: 1 1 0% !important;
    height: 100% !important;
    z-index: 102 !important;
    box-sizing: border-box !important;
    margin: 0 !important;
    padding: 0 !important;
}

.artfair-header-left {
    justify-content: flex-start !important;
    min-width: 0 !important;
}

.artfair-header-right {
    justify-content: flex-end !important;
    min-width: 0 !important;
}

.artfair-header-center {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: auto !important;
    max-width: 65vw !important;
    width: auto !important;
    z-index: 105 !important;
    pointer-events: auto !important;
    box-sizing: border-box !important;
    margin: 0 !important;
    padding: 0 !important;
    transition: top 0.5s cubic-bezier(0.16, 1, 0.3, 1), transform 0.5s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.header-logo,
.header-logo a,
.header-logo .custom-logo-link {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: auto !important;
    width: auto !important;
    line-height: 0 !important;
    font-size: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    text-decoration: none !important;
}

/* Keep logo white if on transparent hero, but red #cc3332 when scrolled */
.site-header:not(.scrolled) .header-logo svg path,
.site-header:not(.scrolled) .header-logo svg .st0 {
    fill: #ffffff !important;
    
}

.site-header.scrolled .header-logo svg path,
.site-header.scrolled .header-logo svg .st0 {
    fill: #cc3332 !important;
}

body:not(.home):not(.front-page) .site-header .header-logo svg path,
body:not(.home):not(.front-page) .site-header .header-logo svg .st0 {
    fill: #cc3332 !important;
    
}

.header-logo img,
.header-logo .custom-logo,
.header-logo svg {
    width: clamp(160px, 19vw, 260px) !important;
    height: auto !important;
    max-height: clamp(70px, 10vh, 105px) !important;
    max-width: 75vw !important;
    display: block !important;
    margin: 0 auto !important;
    object-fit: contain !important;
    vertical-align: middle !important;
    transition: filter 0.4s ease, width 0.5s cubic-bezier(0.16, 1, 0.3, 1), height 0.5s cubic-bezier(0.16, 1, 0.3, 1), max-height 0.5s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.header-logo svg path,
.header-logo svg .st0 {
    transition: fill 0.4s ease !important;
}

/* Invert or adjust logo color based on scroll if it's an image. */
.site-header:not(.scrolled) .header-logo img {
    filter: brightness(0) invert(1);
}

.site-header.scrolled .header-logo img {
    filter: none;
}

/* ==========================================================================
   NAV DRAWER OVERLAY (Slide In From Left & Top-Down Expanding Logo Transition)
   ========================================================================== */
.nav-menu-wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #ffffff;
    z-index: 100;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0;
    box-sizing: border-box;
    transform: translateX(-100%);
    visibility: hidden;
    pointer-events: none;
    transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.5s;
}

.nav-menu-wrap.active {
    transform: translateX(0);
    visibility: visible;
    pointer-events: all;
}

.nav-menu-container {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: center !important;
    padding-top: 140px;
    box-sizing: border-box !important;
}

.nav-menu{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    text-align: left;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

.nav-menu a{
    font-size: var(--h2, 1.125rem);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: var(--tracking-wide);
    line-height: var(--leading-tight);
    color: var(--text) !important;
    position: relative;
    text-align: left;
    display: inline-block;
    opacity: 0;
    transform: translateX(-40px);
    text-decoration: none;
    transition: opacity 0.4s ease, color 0.3s ease, transform 0.45s cubic-bezier(0.16, 1, 0.3, 1);
}

.nav-menu-wrap.active .nav-menu a {
    opacity: 1;
    transform: translateX(0);
}

.nav-menu a:hover {
    color: var(--primary) !important;
}

/* Staggered animation from left for menu items */
.nav-menu li:nth-child(1) a { transition-delay: 0.12s; }
.nav-menu li:nth-child(2) a { transition-delay: 0.17s; }
.nav-menu li:nth-child(3) a { transition-delay: 0.22s; }
.nav-menu li:nth-child(4) a { transition-delay: 0.27s; }
.nav-menu li:nth-child(5) a { transition-delay: 0.32s; }
.nav-menu li:nth-child(6) a { transition-delay: 0.37s; }

.header-cta-drawer {
    align-self: flex-start !important;
    margin-top: 36px !important;
    opacity: 0;
    transform: translateX(-40px);
    transition: opacity 0.4s ease, transform 0.45s cubic-bezier(0.16, 1, 0.3, 1);
}

.nav-menu-wrap.active .header-cta-drawer {
    opacity: 1;
    transform: translateX(0);
    transition-delay: 0.42s;
}

/* Active State: Logo morphs & expands purely vertically straight down into the menu */
.site-header.menu-active {
    background: transparent !important;
    backdrop-filter: none !important;
    pointer-events: all !important;
}

.site-header.menu-active .artfair-header-right {
    opacity: 1 !important;
    pointer-events: all !important;
    z-index: 105 !important;
    transition: opacity 0.25s ease;
}

.site-header.menu-active .artfair-header-center {
    top: 85px !important;
    transform: translate(-50%, 0) !important;
    z-index: 105 !important;
}

.site-header.menu-active .header-logo img,
.site-header.menu-active .header-logo .custom-logo,
.site-header.menu-active .header-logo svg {
    width: clamp(220px, 26vw, 340px) !important;
    height: auto !important;
    max-height: 135px !important;
    max-width: 80vw !important;
    filter: none !important;
}

.site-header.menu-active .header-logo svg path,
.site-header.menu-active .header-logo svg .st0 {
    fill: #cc3332 !important;
}

.site-header.menu-active .header-logo a,
.site-header.menu-active .header-logo {
    color: #cc3332 !important;
}

.site-header.menu-active .nav-toggle .bar {
    background-color: var(--text) !important;
}

.header-cta{
    height: 56px;
    padding-inline: 40px;
    background: var(--primary);
    color: #fff !important;
    font-family:'Biotif', sans-serif;
    font-size: 13px;
    font-weight:700;
    text-transform: uppercase;
    letter-spacing: var(--tracking-wide);
    border: none;
    border-radius: 999px;
    cursor:pointer;
    text-decoration: none;
    display:inline-flex;
    align-items:center;
    justify-content: center;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.header-cta .header-cta-icon {
    display: none;
}

.site-header.scrolled .header-cta {
    background: var(--primary);
    color: #fff !important;
}

.header-cta:hover{
    background: var(--primary-hover, #b92626);
    color: #fff !important;
    box-shadow: none !important;
}

/* Hamburger Nav Toggle (Desktop & Mobile - Flush with Left Wrapper Boundary) */
.nav-toggle{
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: flex-start !important;
    width: 28px !important;
    min-width: 28px !important;
    height: 40px !important;
    padding: 0 !important;
    margin: 0 !important;
    background: transparent !important;
    border: none !important;
    cursor: pointer !important;
    z-index: 102 !important;
    line-height: 0 !important;
    box-sizing: border-box !important;
}

.nav-toggle .bar{
    width: 28px !important;
    height: 2px !important;
    margin: 2.5px 0 !important;
    background: var(--text) !important;
    transition: 0.4s cubic-bezier(0.16, 1, 0.3, 1) !important;
    display: block !important;
    border-radius: 1px !important;
    transform-origin: center center !important;
}

body.home:not(.menu-active) .site-header:not(.scrolled) .nav-toggle .bar,
body.front-page:not(.menu-active) .site-header:not(.scrolled) .nav-toggle .bar {
    background: #ffffff !important;
}

body:not(.home):not(.front-page) .site-header .nav-toggle .bar,
.site-header.scrolled .nav-toggle .bar,
.site-header.menu-active .nav-toggle .bar {
    background: var(--text) !important;
}

.nav-toggle.active .bar:nth-child(1){
    transform: translateY(7px) rotate(32deg) !important;
}
.nav-toggle.active .bar:nth-child(2){
    opacity: 0 !important;
    transform: scaleX(0) !important;
}
.nav-toggle.active .bar:nth-child(3){
    transform: translateY(-7px) rotate(-32deg) !important;
}

/* =========================
   HERO FULL (Modern Minimalist)
========================= */

.hero-full{
    display: grid;
    grid-template-areas: "hero-stack";
    width:100%;
    min-height: 100vh;
    overflow:visible;
    background: transparent;
    position: relative;
}

/* .hero-full::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100vh; /* Transition height */
    /* background: linear-gradient(to bottom, transparent, #f5dd9d); */
    /* background: linear-gradient(to bottom, transparent, var(--bg)); */
    /* z-index: 5; */
    /* pointer-events: none; */
/* } */

.hero-content-wrapper {
    grid-area: hero-stack;
    z-index: 10 !important; /* Ensure text is above the gradient */
}

.hero-bg, 
.hero-overlay, 
.hero-radial, 
.hero-content-wrapper {
    grid-area: hero-stack;
}

.hero-bg{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background: var(--text);
    z-index: -2;
    object-fit: cover;
    object-position: center;
}

/* Visibility toggles for Desktop and Mobile Backgrounds */
.hero-mobile {
    display: none !important;
}

@media (max-width: 768px) {
    .hero-desktop {
        display: none !important;
    }
    .hero-mobile {
        display: block !important;
    }
}

/* Aturan untuk elemen media di dalam atau yang memiliki class hero-bg */
.hero-bg img, 
.hero-bg video,
img.hero-bg,
video.hero-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    opacity: 1;
    transition: transform 10s ease-out;
}

.hero-bg iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%) scale(1.3);
    pointer-events: none;
    opacity: 1;
}

@media (min-aspect-ratio: 16/9) {
    .hero-bg iframe { height: 56.25vw; width: 100%; }
}
@media (max-aspect-ratio: 16/9) {
    .hero-bg iframe { width: 177.78vh; height: 100vh; }
}

/* Very subtle gradients to match the reference image brightness */
.hero-overlay{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: linear-gradient(180deg, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0) 40%, rgba(0,0,0,0.5) 100%);
    z-index: -1;
}

.hero-radial {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: radial-gradient(circle at center, rgba(0,0,0,0) 40%, rgba(0,0,0,0.2) 100%);
    pointer-events: none;
    z-index: 0;
}

.hero-content-wrapper{
    position:relative;
    grid-area: hero-stack;
    align-self: end;
    z-index:2;
    width:100%;
    padding-bottom: 30px; /* Only bottom padding for gap */
}

.hero-content-wrapper .wrapper {
    /* Back to default wrapper behavior for perfect alignment */
}

.hero-caption{
    margin-bottom: 24px;
}

.hero-location,
.hero-date{
    color: var(--surface);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: var(--tracking-wide);
    text-transform:uppercase;
    display: inline-block;
    margin-right: 24px;
    position: relative;
}

.hero-location::after {
    content: '';
    position: absolute;
    right: -14px;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 4px;
    background: var(--primary);
    border-radius: 50%;
}

.hero-row{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap: 40px;
    flex-wrap:wrap;
}

.hero-left-meta {
    flex: 1;
    min-width: 280px;
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
    gap: 5px;
}

.hero-title-main,
.hero-subtitle-meta {
    color: #ffffff !important;
    font-family: 'Biotif', sans-serif !important;
    font-size: var(--body) !important;
    font-weight: 700 !important;
    line-height: var(--leading-tight) !important;
    letter-spacing: var(--tracking-body) !important;
    margin: 0 !important;
    padding: 0 !important;
}

.hero-row-end{
    display:flex;
    justify-content:flex-end;
    align-items: center;
    padding-bottom: 0;
}

.hero-title{
    color: #ffffff;
    font-size: var(--h1);
    line-height:var(--leading-tight);
    max-width: 800px;
    margin-bottom: 24px;
}
h1.hero-title{
    mix-blend-mode: difference !important;
    backdrop-filter: brightness(0) invert(1) !important;
}

.hero-subtitle{
    color: rgba(255,255,255,0.7);
    font-size: clamp(16px, 1.5vw, 20px);
    max-width: 500px;
    font-weight: 300;
    line-height:var(--leading-body);
}

.hero-ticket-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    height: 56px;
    padding-inline: 40px;
    background: var(--primary);
    color: #fff;
    font-family:'Biotif', sans-serif;
    font-size: 13px;
    font-weight:700;
    text-transform: uppercase;
    letter-spacing: var(--tracking-wide);
    text-decoration:none;
    border-radius: 999px;
    /* transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1); */
}

.hero-ticket-btn:hover{
    background: var(--bg);
    color: var(--primary) !important;
    box-shadow: none !important;
}

/* =========================
   HERO CENTER CUSTOM LOGO (#cc3332 & Mix Blend Difference - Sticky in Hero)
========================= */

.hero-center-logo {
    position: fixed;
    top: 132px;
    left: 0;
    width: 100%;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 40px;
    z-index: 1 !important;
    mix-blend-mode: difference !important;
    pointer-events: none;
    user-select: none;
}

.hero-center-logo-inner {
    width: clamp(180px, 22vw, 320px);
    max-width: 80vw;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    mix-blend-mode: difference !important;
}

.hero-center-logo-inner svg {
    width: 100%;
    height: auto;
    display: block;
    mix-blend-mode: difference !important;
}

.hero-center-logo-inner svg path,
.hero-center-logo-inner svg .st0 {
    fill: #cc3332 !important;
}

.hero-center-logo-img {
    width: 100%;
    height: auto;
    max-height: clamp(70px, 12vh, 130px);
    object-fit: contain;
    display: block;
    mix-blend-mode: difference !important;
}

.hero-center-logo-text {
    font-family: 'Biotif', sans-serif;
    font-size: clamp(24px, 3.2vw, 42px);
    font-weight: 800;
    color: #cc3332 !important;
    letter-spacing: var(--tracking-tight);
    text-transform: uppercase;
    text-align: center;
    mix-blend-mode: difference !important;
    line-height: 1;
}

@media (max-width: 768px) {
    .hero-center-logo {
        top: 80px;
        padding: 0 20px;
    }
    .hero-center-logo-inner {
        width: clamp(150px, 45vw, 220px);
    }
}

/* =========================
   PARTNER & SPONSOR TIERS (Minimalist & Compact)
========================= */

.partner-group {
    margin-bottom: 24px;
}

.partner-group:last-child {
    margin-bottom: 0;
}

.partner-group-title {
    font-size: var(--h2);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: var(--tracking-wide);
    line-height: var(--leading-tight);
    color: var(--text);
    margin-bottom: 8px;
    text-align: left;
}

.partner-grid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    gap: 12px 0;
    margin: 0;
    padding: 0;
    list-style: none;
}

.partner-item {
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    filter: none;
    transition: opacity 0.3s ease, transform 0.3s ease;
    margin: 0;
    padding: 0;
}

.partner-item:hover {
    opacity: 0.85;
    transform: translateY(-2px);
}

.partner-item img {
    display: block;
    width: auto;
    height: auto;
    object-fit: contain;
}

.partner-item .label {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: var(--tracking-wide);
    line-height: var(--leading-tight);
    color: var(--text-soft);
}

/* Tier 1: Main Sponsors (Paling besar & lebar) */
.partner-grid-main {
    gap: 20px 0;
}
.partner-grid-main .partner-item img {
    max-height: 85px;
    max-width: 280px;
}

/* Tier 2: Gold Sponsor (Sedang-besar) */
.partner-grid-gold {
    gap: 16px 0;
}
.partner-grid-gold .partner-item img {
    max-height: 64px;
    max-width: 220px;
}

/* Tier 3: Silver Sponsor */
.partner-grid-silver {
    gap: 14px 0;
}
.partner-grid-silver .partner-item img {
    max-height: 52px;
    max-width: 180px;
}

/* Tier 4: Bronze Sponsor */
.partner-grid-bronze {
    gap: 12px 0;
}
.partner-grid-bronze .partner-item img {
    max-height: 44px;
    max-width: 150px;
}

/* Tier 5: Partners & Media Partners (Ukuran sama) */
.partner-grid-partner,
.partner-grid-media {
    gap: 12px 0;
}
.partner-grid-partner .partner-item img,
.partner-grid-media .partner-item img {
    max-height: 42px;
    max-width: 140px;
}

/* =========================
   ABOUT (Elegant Reading)
========================= */

.about-wrap,
.about-grid{
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 75%;
    max-width: 75%;
}

@media (max-width: 768px) {
    .about-wrap,
    .about-grid {
        width: 100%;
        max-width: 100%;
    }
}

.about-col h2,
.about-col h5,
.about-col .fw-bold{
    margin-bottom: 12px;
    font-size: var(--h2);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: var(--tracking-wide);
    line-height: var(--leading-tight);
    color: var(--text);
}

.about-col h3 {
    font-size: 1.125rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: var(--tracking-wide);
    line-height: var(--leading-tight);
    margin-bottom: 12px;
    color: var(--text);
}

.about-col p{
    font-size: var(--body);
    margin-bottom: 12px;
    line-height: var(--leading-body);
    letter-spacing: var(--tracking-body);
}

.curator-name-bold{
    font-size: var(--h2);
    font-weight: 700;
    color: var(--text);
    margin-top: 6px;
    line-height: var(--leading-tight);
    letter-spacing: var(--tracking-body);
}

.about-col a{
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: var(--tracking-wide);
    color: var(--primary);
    position: relative;
}

.about-col a::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 100%;
    height: 1px;
    background: var(--primary);
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.about-col a:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}

/* =========================
   VISITOR INFORMATION SECTION
========================= */

.visitor-information-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    align-items: start;
}

.vi-block {
    display: flex;
    flex-direction: column;
}

.vi-label {
    font-size: var(--body, 14px);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: var(--tracking-wide, 0.14em);
    line-height: var(--leading-tight, 1.2);
    color: var(--text);
    margin: 0 0 10px 0;
}

.vi-value {
    font-size: var(--body, 14px);
    line-height: var(--leading-body, 1.7);
    color: var(--text);
    margin: 0;
}

.vi-link {
    display: inline-block;
    margin-top: 8px;
    font-size: var(--body, 14px);
    font-weight: 500;
    line-height: var(--leading-body, 1.7);
    color: var(--text);
    text-decoration: underline;
    text-underline-offset: 4px;
    transition: opacity 0.2s ease;
}

.vi-label + .vi-link,
.vi-value.vi-link {
    margin-top: 0 !important;
}

.vi-link:hover {
    color: var(--text);
    opacity: 0.7;
}

@media (max-width: 900px) {
    .visitor-information-grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }
}

/* =========================
   MAP SECTION
========================= */

.map-container{
    position:relative;
    border-radius: var(--radius-lg);
    overflow: hidden;
    background: var(--surface);
    cursor:grab;
}

.map-container:active{
    cursor:grabbing;
}

.map-container img{
    width:100%;
    height:auto;
    mix-blend-mode: multiply; /* Helps blend map cleanly into background */
}

/* =========================
   COLUMN LIST (Clean Directory)
========================= */

.list-columns-3{
    column-count: 3;
    column-gap: 48px;
}

.artists-grid{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 48px;
    row-gap: 8px;
    margin-bottom: 15px;
}

.list-item{
    break-inside:avoid-column;
    margin-bottom: 0;
    line-height: var(--leading-tight);
}

.list-item .list-title{
    font-weight:600;
    font-size: var(--body);
    line-height: var(--leading-tight);
    letter-spacing: var(--tracking-body);
    color: var(--text);
    margin: 0;
}

.list-item .list-title a{
    color:var(--text);
    line-height: var(--leading-tight);
    letter-spacing: var(--tracking-body);
    transition: color .3s ease;
}

.list-item .list-title a:hover{
    color:var(--primary);
}

.list-item .list-sub{
    font-size: 12px;
    line-height: var(--leading-tight);
    letter-spacing: var(--tracking-body);
    color: var(--text-lighter);
    margin-left: 8px;
}

/* =========================
   PROGRAMS SECTION (3 Columns)
========================= */

.programs-year-tag {
    display: inline-block;
    font-size: 0.45em;
    font-weight: 700;
    background: var(--primary, #cc3332);
    color: #ffffff;
    padding: 3px 10px;
    border-radius: 999px;
    vertical-align: middle;
    margin-left: 12px;
    letter-spacing: var(--tracking-wide, 0.05em);
    line-height: 1.2;
}

.programs-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 48px;
    row-gap: 40px;
}

.program-column {
    display: flex;
    flex-direction: column;
}

.program-category-image {
    margin-bottom: 20px;
    /* border-radius: var(--radius-sm); */
    overflow: hidden;
    background: var(--surface);
}

.program-category-image img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.program-category-title {
    font-size: var(--h3);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: var(--tracking-body);
    color: var(--text);
    margin: 0 0 10px;
    line-height: var(--leading-tight);
}

.program-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.program-item {
    display: flex;
    flex-direction: column;
    padding: 0 !important;
    margin: 0;
}

.program-item-link {
    display: flex;
    flex-direction: column;
    gap: 4px;
    text-decoration: none;
    color: inherit;
    transition: color 0.25s ease;
}

.program-item-link:hover .program-item-title {
    color: var(--primary);
}

.program-item-title {
    font-size: var(--body);
    font-weight: 600;
    line-height: var(--leading-tight);
    color: var(--text);
    letter-spacing: var(--tracking-body);
    text-transform: uppercase;
    transition: color 0.2s ease;
}

.program-item-speakers {
    font-size: 13px;
    font-weight: 600;
    line-height: var(--leading-tight);
    letter-spacing: var(--tracking-body);
    color: var(--text);
}

.program-item-moderator {
    font-size: 13px;
    font-weight: 500;
    line-height: var(--leading-tight);
    letter-spacing: var(--tracking-body);
    color: var(--text-light);
}

.program-item-meta,
.program-item-location {
    font-size: 12px;
    font-weight: 500;
    line-height: var(--leading-tight);
    letter-spacing: var(--tracking-body);
    color: var(--text-lighter);
}

.program-empty {
    font-size: var(--body);
    font-weight: 500;
    color: var(--text-lighter);
    margin: 0 0 16px;
    font-style: italic;
}

.program-view-more {
    display: inline-block;
    margin-top: 10px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: var(--tracking-wide);
    color: var(--text);
    text-decoration: none;
    transition: color 0.2s ease;
}

.program-view-more:hover {
    color: var(--primary);
}

/* =========================
   HIGHLIGHTS CARDS (Subtle Elegance)
========================= */

.highlights-grid{
    display:grid;
    grid-template-columns:repeat(3, 1fr);
    gap: 40px;
}

.highlight-card{
    background: transparent;
    display: flex;
    flex-direction: column;
    group: hover;
}

.highlight-card-img{
    width:100%;
    aspect-ratio: 4/5;
    overflow:hidden;
    background:var(--surface);
    border-radius: var(--radius-sm);
    margin-bottom: 24px;
}

.highlight-card-img img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.highlight-card:hover .highlight-card-img img {
    transform: scale(1.05);
}

.highlight-card-body{
    display: flex;
    flex-direction: column;
}

.highlight-card-title{
    font-size: 1.25em;
    font-weight:700;
    margin: 0 0 8px 0;
    line-height:var(--leading-tight);
    color: var(--text);
    transition: color 0.3s ease;
}

.highlight-card:hover .highlight-card-title {
    color: var(--primary);
}

.highlight-card-sub{
    font-size: 11px;
    letter-spacing: var(--tracking-wide);
    text-transform: uppercase;
    color: var(--text-lighter);
    margin-bottom: 24px;
}

.highlight-card-desc{
    font-size: 15px;
    line-height:var(--leading-body);
    color: var(--text-soft);
}

/* =========================
   PROGRAMME TABS (Understated UI)
========================= */

.tab-nav-wrap{
    margin-bottom:var(--space-leading);
}

.tab-nav{
    display:flex;
    gap: 32px;
    border-bottom: none;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 2px;
}

.tab-nav-btn{
    padding: 0 0 16px 0;
    font-family:'Biotif', sans-serif;
    font-size: 13px;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing: var(--tracking-wide);
    color: var(--text-lighter);
    background: transparent;
    border: none;
    cursor:pointer;
    transition: all 0.3s ease;
    white-space:nowrap;
    position: relative;
}

.tab-nav-btn::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 2px;
    background: var(--text);
    transform: scaleX(0);
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.tab-nav-btn:hover{
    color: var(--text);
}

.tab-nav-btn.active{
    color: var(--text);
}

.tab-nav-btn.active::after {
    transform: scaleX(1);
}

.tab-panel{
    display:none;
}

.tab-panel.active{
    display:block;
    animation: fadeIn 0.6s ease forwards;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

.programme-list{
    display:flex;
    flex-direction:column;
    gap: 8px;
}

.programme-item{
    display:flex;
    align-items: center;
    gap: 24px;
    padding: 0;
    border-bottom: none;
    transition: opacity 0.3s ease;
}

.programme-item:hover{
    opacity: 0.7; /* Soft fade on hover for elegance */
}

.programme-time{
    font-size: 13px;
    font-weight: 500;
    line-height: var(--leading-tight);
    letter-spacing: var(--tracking-body);
    color: var(--text-soft);
    width: 110px;
    flex-shrink: 0;
}

.programme-info .programme-title{
    font-size: var(--body);
    font-weight: 600;
    line-height: var(--leading-tight);
    letter-spacing: var(--tracking-body);
    color: var(--text);
    margin: 0 0 2px 0;
}

.programme-info .programme-meta{
    font-size: 12px;
    line-height: var(--leading-tight);
    letter-spacing: var(--tracking-body);
    color: var(--text-lighter);
    margin-top: 2px;
}

/* =========================
   BUTTON
========================= */

.button{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    height: 52px;
    padding-inline: 36px;
    background: var(--text);
    color: #fff;
    font-family:'Biotif', sans-serif;
    font-size: 12px;
    font-weight:700;
    text-transform: uppercase;
    letter-spacing: var(--tracking-wide);
    border: none;
    border-radius: 999px;
    cursor:pointer;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.button:hover{
    transform: translateY(-2px);
    box-shadow: var(--shadow-hover);
    background: var(--primary);
}

.button-outline{
    background: transparent;
    color: var(--text);
    border: none;
}

.button-outline:hover {
    background: var(--surface);
    color: var(--primary);
    box-shadow: none;
    transform: translateY(0);
}

.button-white{
    background: #fff;
    color: var(--text);
}

/* =========================
   CARD (Soft & Airy)
========================= */

.card{
    background: #fff;
    border: none;
    padding: 40px;
    border-radius: var(--radius-md);
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.card:hover{
    transform: translateY(-4px);
    box-shadow: var(--shadow);
}

.card h5{
    margin-bottom: 24px;
    font-size: 20px;
}

/* =========================
   SECTION HEADER
========================= */

.section-header{
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.section-header .section-label{
    display:inline-block;
    margin-bottom: 8px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: var(--tracking-wide);
    line-height: var(--leading-tight);
    color: var(--primary);
}

.section-header .section-title{
    margin-bottom: 0;
    font-size: var(--h2);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: var(--tracking-wide);
    line-height: var(--leading-tight);
    color: var(--text);
}

.section-header .section-desc{
    font-size: var(--body);
    max-width: 600px;
    line-height: var(--leading-body);
    letter-spacing: var(--tracking-body);
    color: var(--text-soft);
    margin-top: 8px;
}

/* =========================
   CTA SECTION
========================= */

.cta{
    background: var(--surface);
    padding: 100px 5vw;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.cta h2 {
    font-size: clamp(32px, 4vw, 56px);
    margin-bottom: 24px;
    color: var(--text);
}

.cta p{
    font-size: 18px;
    max-width: 600px;
    margin-bottom:var(--space-leading);
    color: var(--text-soft);
}

.cta .button{
    margin-top: 0;
}

/* =========================
   SINGLE POST / ARTWORK
========================= */

.single-layout{
    max-width: 900px;
    margin:auto;
}

.single-back{
    display:inline-flex;
    align-items: center;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: var(--tracking-wide);
    color: var(--text-lighter);
    margin-bottom: 48px;
    transition: color 0.3s ease;
}

.single-back:hover{
    color: var(--primary);
}

.single-detail{
    display:grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 64px;
    align-items: start;
}

.single-detail-image{
    width: 100%;
    border-radius: var(--radius-sm);
    overflow: hidden;
    background: var(--surface);
}

.single-detail-image img{
    width:100%;
    height:auto;
    display:block;
}

.single-detail-content .meta-row{
    display:flex;
    gap: 16px;
    flex-wrap:wrap;
    margin-top: 32px;
}

.meta-pill{
    font-size: 11px;
    letter-spacing: var(--tracking-wide);
    text-transform:uppercase;
    color: var(--text-soft);
    border: none;
    padding: 6px 12px;
    border-radius: 999px;
}

/* =========================
   PAGINATION
========================= */

.pagination{
    display:flex;
    gap: 8px;
    justify-content:center;
    margin-top: 80px;
}

.pagination .page-numbers{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    height: 40px;
    min-width: 40px;
    font-size: 14px;
    color: var(--text-soft);
    border: 1px solid transparent;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.pagination .page-numbers.current{
    background: var(--surface);
    color: var(--text);
    font-weight: 700;
}

.pagination .page-numbers:hover:not(.current){
    color: var(--primary);
}

/* =========================
   FOOTER (Clean & Minimalist)
========================= */

.site-footer{
    position: relative;
    padding-block: 80px 40px;
    background: var(--bg);
    z-index: 2;
    overflow: hidden;
}

.footer-grid{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: var(--space-xl);
}

.footer-heading{
    font-size: var(--h3);
    font-weight: 600;
    margin-bottom: var(--space-md);
    color: var(--text);
}

.footer-contact{
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.footer-contact a,
.footer-contact p{
    font-size: 14px;
    color: var(--text-soft);
    text-decoration: none;
    line-height: var(--leading-body);
}

.footer-contact a:hover{
    color: var(--primary);
}

.footer-menu{
    display: flex;
    flex-direction: column;
    gap: 8px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-menu a{
    font-size: 14px;
    color: var(--text-soft);
    text-decoration: none;
}

.footer-menu a:hover{
    color: var(--primary);
}

.footer-col:has(.footer-links){
    text-align: right;
}

.footer-links{
    display: flex;
    gap: 16px;
    padding-top: 4px;
    justify-content: flex-end;
}

.footer-links .flink{
    color: var(--text-soft);
    transition: color 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.icon-svg,
.footer-links .flink svg{
    width: var(--icon-size, 32px);
    height: var(--icon-size, 32px);
    fill: currentColor;
    transition: fill 0.3s ease;
}

.footer-links .flink:hover{
    color: var(--primary);
}

.footer-bottom{
    margin-top: 64px;
    padding-top: var(--space-lg);
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
}

.footer-bottom p,
.footer-bottom-left p,
.footer-copy {
    font-size: 11px !important;
    font-weight: 500;
    color: var(--text);
    letter-spacing: var(--tracking-body);
    margin: 0;
}

.footer-bottom-nav {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 24px;
}

.footer-bottom-nav a {
    font-size: 11px !important;
    font-weight: 600;
    color: var(--text);
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-bottom-nav a:hover {
    color: var(--primary);
}

/* =========================
   UTILITIES
========================= */

.artists-loadmore-wrap{
    margin-top: 0;
    padding: 0;
    line-height: var(--leading-tight);
    text-align: left;
}

.btn-loadmore{
    background: none;
    border: none;
    font-family: inherit;
    font-size: var(--body);
    font-weight: 600;
    line-height: var(--leading-tight);
    letter-spacing: var(--tracking-body);
    color: var(--text);
    text-decoration: underline;
    text-underline-offset: 4px;
    text-decoration-thickness: 1px;
    text-decoration-skip-ink: none;
    cursor: pointer;
    padding: 0;
    margin: 0;
    display: inline-flex;
    align-items: center;
    transition: opacity 0.3s ease, color 0.3s ease;
}

.btn-loadmore::after{
    content: '\f054';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    margin-left: 8px;
    font-size: 0.75em;
    text-decoration: none !important;
    display: inline-block;
    transition: transform 0.3s ease;
}

.btn-loadmore:hover{
    background: none;
    color: var(--text);
    opacity: 0.7;
}

.btn-loadmore:hover::after{
    transform: translateX(4px);
}

.btn-loadmore.is-loading::after{ display:none; }
.text-uppercase{ text-transform:uppercase; }
.mt-md{ margin-top:16px; }
.mt-lg{ margin-top:24px; }
/* .mt-xl{ margin-top:40px; } */
.mb-sm{ margin-bottom:8px; }
.mb-md{ margin-bottom:16px; }
.mb-lg{ margin-bottom:24px; }
.mb-xl{ margin-bottom:40px; }
.d-none{ display:none; }
.d-lg-none{ display:none; }

/* =========================
   FILTER CONTROLS
========================= */

.filter-row{
    display:flex;
    gap: 16px;
    flex-wrap:wrap;
    padding-block: 40px;
}

.filter-select{
    height: 40px;
    padding-inline: 16px;
    border: none;
    border-bottom: none;
    background: transparent;
    color: var(--text);
    font-family:'Biotif', sans-serif;
    font-size: 14px;
    cursor:pointer;
    outline:none;
    appearance:auto;
    transition: border-color 0.3s ease;
}

.filter-select:focus{
    border-color: var(--primary);
}

/* =========================
   SPEAKER CARD
========================= */

.speaker-card{
    display:flex;
    gap: 24px;
    align-items:center;
    padding: 0;
    background: transparent;
    margin-top: 32px;
    border: none;
}

.speaker-avatar{
    width: 64px;
    height: 64px;
    border-radius: 50%;
    overflow:hidden;
    flex-shrink:0;
    background: var(--surface);
}

.speaker-avatar img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.speaker-info .speaker-role{
    font-size: 11px;
    letter-spacing: var(--tracking-wide);
    text-transform:uppercase;
    color: var(--text-lighter);
    margin-bottom: 4px;
}

.speaker-info .speaker-name{
    font-size: 18px;
    font-weight: 300;
    color: var(--text);
}

/* =========================
   BACK TO TOP
========================= */



/* =========================
   RESPONSIVE
========================= */

@media (max-width: 1024px){
    .about-grid {
        grid-template-columns: 1fr 1fr;
    }

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

@media (max-width: 900px){

    .site-header > .wrapper,
    .hero-content-wrapper > .wrapper,
    .section > .wrapper,
    .site-footer > .footer-container,
    .site-footer > .wrapper,
    .container,
    .wrapper,
    .footer-container {
        padding-left: var(--container-padding-mobile, 20px) !important;
        padding-right: var(--container-padding-mobile, 20px) !important;
    }

    /* Mobile Header Perfect Middle Alignment */
    .site-header,
    .site-header.scrolled {
        padding: 16px 0 !important;
    }

    .header-inner {
        height: auto !important;
        min-height: 66px !important;
    }

    .artfair-header-left,
    .artfair-header-right {
        flex: 0 0 44px !important;
        width: 44px !important;
        min-width: 44px !important;
        height: 66px !important;
    }

    .artfair-header-center {
        max-width: calc(100% - 100px) !important;
    }

    .header-cta-top {
        width: 40px !important;
        height: 40px !important;
        min-width: 40px !important;
        padding: 0 !important;
        border-radius: 50% !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        margin: 0 !important;
    }

    .header-cta-top .header-cta-text {
        display: none !important;
    }

    .header-cta-top .header-cta-icon {
        display: block !important;
        width: 18px !important;
        height: 18px !important;
        margin: 0 !important;
    }

    .header-logo img,
    .header-logo .custom-logo,
    .header-logo svg {
        width: clamp(130px, 35vw, 165px) !important;
        height: auto !important;
        max-height: 52px !important;
        max-width: 72vw !important;
    }

    .site-header.menu-active .artfair-header-center {
        top: 68px !important;
        transform: translate(-50%, 0) !important;
    }

    .site-header.menu-active .header-logo img,
    .site-header.menu-active .header-logo .custom-logo,
    .site-header.menu-active .header-logo svg {
        width: clamp(150px, 44vw, 205px) !important;
        height: auto !important;
        max-height: 95px !important;
        max-width: 65vw !important;
    }

    .nav-menu-container {
        padding-top: 120px !important;
    }

    .nav-menu {
        align-items: flex-start !important;
        text-align: left !important;
        gap: 16px !important;
    }

    .nav-menu a {
        font-size: var(--h2, 1.125rem) !important;
        text-align: left !important;
    }

    .partner-grid {
        gap: 14px 0;
    }

    .partner-grid-main .partner-item img {
        max-height: 68px;
        max-width: 220px;
    }

    .partner-grid-gold .partner-item img {
        max-height: 52px;
        max-width: 175px;
    }

    .partner-grid-silver .partner-item img {
        max-height: 42px;
        max-width: 145px;
    }

    .partner-grid-partner .partner-item img,
    .partner-grid-media .partner-item img {
        max-height: 34px;
        max-width: 115px;
    }

    .list-columns-3{
        column-count: 2;
        column-gap: 32px;
    }

    .programs-grid{
        grid-template-columns: repeat(2, 1fr);
        column-gap: 32px;
        row-gap: 32px;
    }

    .artists-grid{
        grid-template-columns: repeat(2, 1fr);
        column-gap: 32px;
    }

    .artists-grid .list-item .list-title,
    .artists-grid .list-title,
    .artists-item .list-title,
    .artists-item .list-title a,
    #artists-loadmore,
    .btn-loadmore,
    .artists-loadmore-btn {
        font-size: clamp(13px, 3.5vw, 12pt) !important;
        font-weight: 700;
        line-height: var(--leading-tight);
        letter-spacing: var(--tracking-body);
    }

    .about-grid{
        grid-template-columns:1fr;
        gap: 40px;
    }

    .hero-row{
        flex-direction:column;
        align-items:flex-start;
        gap: 24px;
    }

    .hero-row,
    .hero-row p,
    .hero-title-main,
    .hero-subtitle-meta {
        font-size: clamp(13px, 3.5vw, 12pt) !important;
    }

    .hero-row-end{
        width: 100%;
        display: flex;
        justify-content: flex-end;
        align-self: stretch;
        padding-bottom: 0;
    }
    
    .programme-item {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        padding: 20px 0;
    }
    
    .single-detail {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .site-header,
    .site-header.scrolled {
        padding-top: 15px !important;
        padding-bottom: 15px !important;
        top: 0 !important;
        transform: none !important;
    }

    /* Homepage Mobile: Gunakan opacity saja agar tidak 'stuck' atau terlihat separuh */
    body.home .site-header:not(.scrolled),
    body.front-page .site-header:not(.scrolled) {
        opacity: 0;
        pointer-events: none;
    }
    body.home .site-header.scrolled,
    body.front-page .site-header.scrolled {
        opacity: 1;
        pointer-events: all;
    }
}

@media (max-width: 768px) {
    p,
    .curator-name-bold,
    .about-col p,
    .hero-row,
    .hero-row p,
    .hero-title-main,
    .hero-subtitle-meta,
    .artists-grid .list-item .list-title,
    .artists-grid .list-title,
    .artists-item .list-title,
    .artists-item .list-title a,
    #artists-loadmore,
    .btn-loadmore,
    .artists-loadmore-btn {
        font-size: clamp(13px, 3.5vw, 12pt) !important;
    }
}

@media (max-width: 600px){
    .partner-grid {
        gap: 12px 0;
    }

    .partner-grid-main .partner-item img {
        max-height: 58px;
        max-width: 180px;
    }

    .partner-grid-gold .partner-item img {
        max-height: 46px;
        max-width: 145px;
    }

    .partner-grid-partner .partner-item img,
    .partner-grid-media .partner-item img {
        max-height: 32px;
        max-width: 105px;
    }

    .list-columns-3{
        column-count:1;
    }

    .programs-grid{
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .artists-grid{
        grid-template-columns: 1fr;
    }

    .highlights-grid {
        grid-template-columns: 1fr;
    }

    .hero-row-end{
        width: 100%;
        display: flex;
        justify-content: flex-end;
        align-self: stretch;
    }

    .hero-ticket-btn{
        width: auto;
        max-width: none;
    }

    .footer-grid{
        grid-template-columns: 1fr;
        gap: var(--space-xl);
        text-align: center;
    }

    .footer-menu {
        flex-direction: column;
        gap: 8px;
    }

    .footer-links {
        justify-content: center;
    }
    
    .hero-content-wrapper {
        padding-bottom: 4vh;
    }
}

html {
    scroll-behavior: smooth;
}

.back-to-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    width: 50px;
    height: 50px;
    background: var(--text);
    color: #fff;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    z-index: 999;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    font-size: 20px;
    
    /* Hide smoothly by default */
    display: flex;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(20px);
}

.back-to-top.show {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
}

.back-to-top:hover {
    background: var(--primary, #333);
    transform: translateY(-5px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.3);
}

@media (max-width: 900px) {
    .back-to-top {
        bottom: 24px !important;
        right: 24px !important;
        width: 48px;
        height: 48px;
        transform: none !important;
        transition: opacity 0.3s ease !important;
    }
    .back-to-top.show {
        transform: none !important;
    }
}

/* =========================
   POST SPONSORS
========================= */

.post-sponsors {
    margin-top: 64px;
    padding-top: 40px;
    border-top: none;
}

.post-sponsors-label {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: var(--tracking-wide);
    color: var(--text-lighter);
    margin-bottom: 24px;
}

.post-sponsors-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    align-items: center;
}

.post-sponsor-item {
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.55;
    filter: grayscale(100%);
    transition: opacity 0.35s ease, filter 0.35s ease;
}

.post-sponsor-item:hover {
    opacity: 1;
    filter: grayscale(0%);
}

.post-sponsor-item img {
    max-height: 40px;
    width: auto;
    display: block;
}

/* =========================
   LIST SOCIALS (Gallery)
========================= */

.list-socials {
    display: flex;
    gap: 6px;
    margin-top: 6px;
}

.list-social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 9px;
    font-weight: 700;
    letter-spacing:var(--tracking-body);
    color: var(--text-lighter);
    border: none;
    border-radius: 3px;
    padding: 2px 5px;
    text-decoration: none;
    transition: color 0.2s;
}

.list-social-link:hover {
    color: var(--text);
    border-color: var(--text-soft);
}

/* =========================
   FOOTER NEWSLETTER FORM
========================= */

.footer-updates-box {
    margin-top: 30px;
}

.footer-updates-box .footer-heading {
    display: block;
    margin-bottom: 12px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.1em;
    color: var(--text);
}

form.artsubs-updates-form {
    display: flex !important;
    gap: 16px !important;
    max-width: 400px !important;
    width: 100% !important;
    margin: 0 !important;
    box-sizing: border-box !important;
    align-items: flex-end !important;
}

form.artsubs-updates-form input.artsubs-form-field {
    flex: 1 !important;
    min-width: 0 !important;
    margin-bottom: 0 !important;
    padding: 5px 0 !important;
    border: none !important;
    border-bottom: 1px solid #ccc !important;
    border-radius: 0 !important;
    background-color: transparent !important;
    color: var(--text) !important;
    font-size: var(--body) !important;
    font-family: inherit !important;
    outline: none !important;
    transition: border-color 0.3s ease !important;
}

form.artsubs-updates-form input.artsubs-form-field:focus {
    outline: none !important;
    border-color: var(--primary) !important;
}

form.artsubs-updates-form button.button {
    flex-shrink: 0 !important;
    background-color: transparent !important;
    background: transparent !important;
    color: var(--text) !important;
    padding: 0 !important;
    margin: 0 !important;
    font-family: 'Biotif', sans-serif !important;
    font-weight: 700 !important;
    font-size: var(--body) !important;
    text-transform: uppercase !important;
    letter-spacing: var(--tracking-body) !important;
    border: none !important;
    border-radius: 0 !important;
    text-decoration: underline !important;
    text-underline-offset: 4px !important;
    cursor: pointer !important;
    transition: color 0.3s ease !important;
    align-self: flex-end !important;
    box-shadow: none !important;
}

form.artsubs-updates-form button.button:hover {
    background-color: transparent !important;
    background: transparent !important;
    color: var(--primary) !important;
}

form.artsubs-updates-form button.button:disabled {
    opacity: 0.7 !important;
    cursor: not-allowed !important;
}

#artsubsUpdatesFormMessage {
    font-size: 12px;
    margin-top: 8px;
    font-weight: 600;
}



