/* ══════════════════════════════════════════════════════
   DPD GOLKAR TULUNGAGUNG — main.css (REDESIGNED v2)
   Gold/Yellow dominant · Minimal green · Modern elegant
═══════════════════════════════════════════════════════ */

/* ─── TOKENS ─────────────────────────────────────── */
:root {
  /* Gold / Yellow — PRIMARY (Golkar identity) */
  --gold:       #E8B400;
  --gold-lt:    #F5D000;
  --gold-dk:    #C49800;
  --gold-pale:  #FFFDF0;
  --gold-wash:  #FFF9E6;
  --gold-glow:  rgba(232,180,0,.15);

  /* Green — ACCENT (minimal, subtle) */
  --green:      #2E7D32;
  --green-mid:  #388E3C;
  --green-dk:   #1B5E20;
  --green-pale: #E8F5E9;

  /* Neutral — WHITE/BLACK */
  --ink:        #111310;
  --ink-2:      #2C2E2B;
  --ink-3:      #6B6F68;
  --ink-4:      #9BA098;
  --line:       #E8E6E1;
  --line-2:     #F2F0EB;
  --bg:         #FAFAF7;
  --bg-warm:    #F8F6F1;
  --white:      #FFFFFF;

  /* Typography */
  --serif: 'Plus Jakarta Sans', system-ui, sans-serif;
  --sans:  'Sora', system-ui, sans-serif;

/* ─── MODE GELAP — aktif via Pengaturan → Tampilan (theme.js) ─── */
[data-theme="dark"] {
  --bg: #161511; --bg-warm: #1C1A15; --white: #201D16;
  --ink: #F2EFE4; --ink-2: #D9D3C1; --ink-3: #A39C89; --ink-4: #767065;
  --line: #3B362A; --line-2: #2D2920;
  --gold-pale: #2A230F; --gold-wash: #241E0D;
  --sh-sm: 0 1px 3px rgba(0,0,0,.3);
  --sh-md: 0 4px 20px rgba(0,0,0,.35);
  --sh-lg: 0 12px 40px rgba(0,0,0,.45);
}
/* ─── ANIMASI MATI — aktif via Pengaturan → Tampilan (theme.js) ─ */
.no-anim *, .no-anim *::before, .no-anim *::after {
  animation: none !important; transition: none !important;
}
.no-anim .rv { opacity: 1 !important; transform: none !important; }

  /* Layout — wider container for desktop */
  --max:  1520px;
  --px:   clamp(20px, 6vw, 64px);
  --sec:  clamp(64px, 9vw, 112px);

  /* Radius */
  --r-sm: 4px; --r-md: 8px; --r-lg: 14px; --r-xl: 20px;

  /* Shadows — softer, modern */
  --sh-sm: 0 1px 3px rgba(0,0,0,.04), 0 1px 2px rgba(0,0,0,.06);
  --sh-md: 0 4px 20px rgba(0,0,0,.06);
  --sh-lg: 0 12px 40px rgba(0,0,0,.09);
  --sh-gold: 0 4px 24px rgba(232,180,0,.22);
  --sh-card: 0 1px 3px rgba(0,0,0,.03), 0 4px 16px rgba(0,0,0,.05);
}

/* ─── RESET ──────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body { font-family: var(--serif); background: var(--bg); color: var(--ink); overflow-x: hidden; line-height: 1.65; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
ul  { list-style: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }

/* ─── LAYOUT ─────────────────────────────────────── */
.shell { width: 100%; max-width: var(--max); margin-inline: auto; padding-inline: var(--px); }
.sec        { padding-block: var(--sec); }
.sec-white  { background: var(--white); }
.sec-alt    { background: var(--bg-warm); }.sec-green { background: linear-gradient(160deg, #141e14 0%, #1a1812 100%); }
.sec-gold   { background: var(--gold); }

/* ─── TYPOGRAPHY ──────────────────────────────────── */
.lbl {
  font-family: var(--sans); font-size: .8rem; font-weight: 600;
  letter-spacing: .16em; text-transform: uppercase; color: var(--gold-dk);
  display: flex; align-items: center; gap: 10px; margin-bottom: 10px;
}
.lbl::before { content: ''; width: 24px; height: 2px; background: var(--gold); flex-shrink: 0; }
.lbl-inv { color: rgba(255,255,255,.52); }
.lbl-inv::before { background: var(--gold); }

.ttl {
  font-family: var(--sans); font-size: clamp(2rem,3.8vw,3.1rem);
  font-weight: 800; line-height: 1.1; color: var(--ink); letter-spacing: -.02em;
}
.ttl-inv { color: var(--white); }
.ttl em    { font-style: normal; color: var(--gold-dk); }
.ttl-inv em { color: var(--gold); }

.ttl-xl {
  font-family: var(--sans); font-size: clamp(2.2rem,5.5vw,3.8rem);
  font-weight: 800; line-height: 1.06; color: var(--white); letter-spacing: -.025em;
}
.ttl-xl em { font-style: normal; color: var(--gold); }

.cap {
  font-family: var(--serif); font-size: clamp(1rem,1.7vw,1.16rem);
  color: var(--ink-3); line-height: 1.75; font-weight: 400;
  margin-top: 10px; max-width: 600px;
}
.cap-inv { color: rgba(255,255,255,.6); }

.body-text { font-family: var(--serif); font-size: clamp(1.06rem,1.7vw,1.18rem); color: var(--ink-2); line-height: 1.85; font-weight: 400; }
.body-text p { margin-bottom: 1em; }
.body-text p:last-child { margin-bottom: 0; }

.hdr-row { display: flex; align-items: flex-end; justify-content: space-between; flex-wrap: wrap; gap: 14px; margin-bottom: clamp(32px,4.5vw,48px); }

/* ─── BUTTONS ─────────────────────────────────────── */
.btn { display: inline-flex; align-items: center; gap: 8px; font-family: var(--sans); font-size: .84rem; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; padding: 14px 30px; border-radius: var(--r-sm); border: 2px solid transparent; transition: all .22s; cursor: pointer; white-space: nowrap; }
.btn-gold    { background: var(--gold);  color: var(--ink);   border-color: var(--gold); }
.btn-gold:hover  { background: var(--gold-lt); transform: translateY(-1px); box-shadow: var(--sh-gold); }
.btn-grn     { background: var(--gold); color: var(--ink); border-color: var(--gold); }
.btn-grn:hover   { background: var(--gold-lt); transform: translateY(-1px); box-shadow: var(--sh-gold); }
.btn-ghost   { background: transparent; color: var(--white); border-color: rgba(255,255,255,.35); }
.btn-ghost:hover { border-color: var(--white); background: rgba(255,255,255,.08); }
.btn-outline { background: transparent; color: var(--gold-dk); border-color: var(--gold); }
.btn-outline:hover { background: var(--gold); color: var(--ink); }
.btn-dark    { background: var(--ink);   color: var(--gold);  border-color: var(--ink); }
.btn-dark:hover  { background: var(--gold-dk); color: var(--white); }
.btn-sm      { padding: 8px 16px; font-size: .74rem; }
.btn-block   { width: 100%; justify-content: center; }

/* ─── BUTTON UNIFORMITY — tinggi, ikon & state seragam di semua halaman ─── */
.btn { min-height: 48px; justify-content: center; }
.btn svg { width: 16px; height: 16px; flex-shrink: 0; }
.btn-sm { min-height: 36px; }
.btn-sm svg { width: 13px; height: 13px; }
.btn-lg { min-height: 54px; padding: 15px 34px; font-size: .9rem; }
.btn-lg svg { width: 18px; height: 18px; }
.btn[disabled] { opacity: .55; cursor: not-allowed; transform: none !important; box-shadow: none !important; }
.btn:focus-visible, a.btn:focus-visible { outline: 2.5px solid var(--gold-dk); outline-offset: 2px; }

/* ─── MORE LINK ───────────────────────────────────── */
.more-link { font-family: var(--sans); font-size: .82rem; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; color: var(--gold-dk); white-space: nowrap; display: inline-flex; align-items: center; gap: 5px; border-bottom: 2px solid var(--gold); padding-bottom: 3px; transition: color .18s; }
.more-link:hover { color: var(--gold); }
.more-link-inv { color: rgba(255,255,255,.6); border-color: rgba(255,255,255,.3); }
.more-link-inv:hover { color: var(--white); }

/* ─── CHIPS ───────────────────────────────────────── */
.chip { display: inline-flex; align-items: center; font-family: var(--sans); font-size: .6rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; padding: 4px 10px; border-radius: var(--r-sm); }
.chip-gold    { background: var(--gold);       color: var(--ink); }
.chip-green   { background: var(--green);      color: var(--white); }
.chip-outline { border: 1px solid var(--line); color: var(--ink-3); }
.chip-pale    { background: var(--gold-wash); color: var(--gold-dk); }

/* ─── TOPBAR ──────────────────────────────────────── */
.topbar { background: linear-gradient(180deg, #1c1e18 0%, #181610 100%); border-bottom: 2px solid var(--gold); }
.topbar-in { display: flex; align-items: center; min-height: 36px; }
.tb-info { flex: 1; display: flex; align-items: center; gap: 14px; padding: 5px var(--px); flex-wrap: wrap; row-gap: 3px; }
.tb-info a, .tb-info span { font-family: var(--sans); font-size: .82rem; color: rgba(255,255,255,.55); white-space: nowrap; }
.tb-info a:hover { color: var(--gold); }
.tb-sep { color: rgba(255,255,255,.15); }
.tb-soc { display: flex; align-items: center; gap: 5px; padding: 5px var(--px); border-left: 1px solid rgba(255,255,255,.1); flex-shrink: 0; }
.tb-ico { width: 28px; height: 28px; background: rgba(255,255,255,.08); border-radius: var(--r-sm); display: flex; align-items: center; justify-content: center; font-size: 14px; line-height: 1; color: rgba(255,255,255,.55); transition: background .18s, color .18s; }
.tb-ico:hover { background: var(--gold); color: var(--ink); }

/* ─── HEADER / NAV ────────────────────────────────── */
.site-header { position: sticky; top: 0; z-index: 200; background: var(--white); border-bottom: 2px solid var(--gold); box-shadow: 0 1px 12px rgba(0,0,0,.04); }
.hdr { display: flex; align-items: center; height: clamp(60px,7.5vw,72px); gap: 18px; }
.logo { display: flex; align-items: center; gap: 12px; flex-shrink: 0; }
.logo-mark { width: clamp(44px,4.8vw,52px); height: clamp(44px,4.8vw,52px); background: var(--gold); border-radius: 50%; border: 2.5px solid var(--gold-dk); display: flex; align-items: center; justify-content: center; font-family: var(--sans); font-size: clamp(.9rem,1.8vw,1.05rem); font-weight: 800; color: var(--ink); flex-shrink: 0; transition: transform .2s; overflow: hidden; }
.logo-mark img { width: 100%; height: 100%; object-fit: cover; display: block; border-radius: 50%; }
.logo:hover .logo-mark { transform: scale(1.05); }
.logo-text { display: flex; flex-direction: column; justify-content: center; gap: 3px; min-width: 0; line-height: 1; }
.logo-name { font-family: var(--sans); font-size: clamp(1rem,2.2vw,1.25rem); font-weight: 800; color: var(--ink); letter-spacing: -.01em; line-height: 1.1; }
.logo-sub  { font-family: var(--sans); font-size: clamp(.62rem,1.4vw,.72rem); color: var(--gold-dk); letter-spacing: .06em; text-transform: uppercase; font-weight: 600; }

.nav-desk { display: flex; align-items: center; gap: 2px; margin-left: auto; }
.nav-desk > a { font-family: var(--sans); font-size: .98rem; font-weight: 500; color: var(--ink-2); padding: 10px 20px; border-radius: var(--r-sm); position: relative; white-space: nowrap; transition: color .18s; }
.nav-desk > a::after { content: ''; position: absolute; bottom: 4px; left: 12px; right: 12px; height: 2px; background: var(--gold); transform: scaleX(0); transform-origin: left; transition: transform .22s; }
.nav-desk > a:hover { color: var(--ink); }
.nav-desk > a:hover::after, .nav-desk > a.active::after { transform: scaleX(1); }
.nav-desk > a.active { color: var(--ink); font-weight: 600; }

.nav-drop { position: relative; }
.nav-drop > a { font-family: var(--sans); font-size: .92rem; font-weight: 500; color: var(--ink-2); display: flex; align-items: center; gap: 4px; transition: color .18s; padding: 8px 16px; }
.nav-drop > a:hover { color: var(--ink); }
.nav-drop > a.active { color: var(--ink); font-weight: 600; }
.nav-drop > a::after { display: none; }
.nav-drop > a .arr { font-family: var(--sans); font-size: .5rem; color: var(--ink-3); transition: transform .2s; line-height: 1; }
.nav-drop:hover > a .arr { transform: rotate(180deg); }
.drop-menu { position: absolute; top: calc(100% + 8px); left: 0; background: var(--white); border: 1px solid var(--line); border-top: 3px solid var(--gold); border-radius: 0 0 var(--r-md) var(--r-md); box-shadow: var(--sh-lg); min-width: 220px; z-index: 300; opacity: 0; visibility: hidden; transform: translateY(-6px); transition: all .2s; pointer-events: none; }
.nav-drop:hover .drop-menu { opacity: 1; visibility: visible; transform: translateY(0); pointer-events: all; }
.drop-menu a { display: block; padding: 14px 24px; font-family: var(--sans); font-size: 1rem; font-weight: 600; color: var(--ink-2); border-bottom: 1px solid var(--line-2); transition: background .14s, color .14s; }
.drop-menu a:last-child { border-bottom: none; }
.drop-menu a:hover  { background: var(--gold-wash); color: var(--ink); }
.drop-menu a.active { background: var(--gold-wash); color: var(--ink); font-weight: 600; }

.nav-cta { background: var(--gold) !important; color: var(--white) !important; padding: 9px 18px !important; border-radius: var(--r-sm) !important; font-weight: 700 !important; margin-left: 6px !important; font-size: .95rem !important; display: inline-flex !important; align-items: center; gap: 7px; }
.nav-cta::after { display: none !important; }
.nav-cta:hover  { background: var(--gold-lt) !important; transform: translateY(-1px); box-shadow: var(--sh-gold); }
.nav-cta-secondary { background: var(--white) !important; color: var(--gold-dk) !important; border: 1.5px solid var(--gold) !important; padding: 7.5px 16px !important; }
.nav-cta-secondary:hover { background: var(--gold-pale) !important; color: var(--ink) !important; border-color: var(--gold-dk) !important; transform: translateY(-1px); box-shadow: var(--sh-gold); }
.nav-ico { width: 16px; height: 16px; flex-shrink: 0; }
.drawer-cta { display: flex; flex-direction: column; gap: 10px; margin-top: 12px; }
.drawer-cta .btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; }
.drawer-cta .btn .nav-ico { width: 17px; height: 17px; }

.ham { display: none; flex-direction: column; align-items: center; justify-content: center; gap: 5px; width: 40px; height: 40px; cursor: pointer; margin-left: auto; flex-shrink: 0; }
.ham span { display: block; width: 22px; height: 1.5px; background: var(--ink); border-radius: 2px; transition: all .3s; }
.ham.open span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.ham.open span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.ham.open span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }

.drawer { display: none; position: fixed; inset: 0; z-index: 190; pointer-events: none; }
.drawer.open { display: block; pointer-events: all; }
.drawer-bg { position: absolute; inset: 0; background: rgba(0,0,0,.4); opacity: 0; transition: opacity .28s; }
.drawer.open .drawer-bg { opacity: 1; }
.drawer-panel { position: absolute; top: 0; right: 0; width: min(300px,85vw); height: 100%; background: var(--white); padding: 68px 0 28px; overflow-y: auto; transform: translateX(100%); transition: transform .32s cubic-bezier(.4,0,.2,1); box-shadow: -4px 0 32px rgba(0,0,0,.12); }
.drawer.open .drawer-panel { transform: translateX(0); }
.drawer-panel a { display: flex; align-items: center; justify-content: space-between; padding: 14px 26px; font-family: var(--sans); font-size: .87rem; font-weight: 500; color: var(--ink); border-bottom: 1px solid var(--line-2); transition: background .14s, color .14s; }
.drawer-panel a:hover, .drawer-panel a.active { background: var(--gold-wash); color: var(--ink); }
.drawer-group { padding: 8px 26px 3px; font-family: var(--sans); font-size: .62rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--gold-dk); margin-top: 4px; }
.drawer-sub { padding-left: 38px !important; font-size: .92rem !important; font-weight: 600 !important; color: var(--ink-3) !important; }
.drawer-cta { padding: 18px 26px 0; }
.drawer-cta .btn { width: 100%; justify-content: center; }

/* ─── TICKER ──────────────────────────────────────── */
.ticker { background: #ffffff; height: 38px; overflow: hidden; position: relative; display: flex; align-items: center; border-bottom: 1px solid var(--line); }
.ticker-label { position: absolute; left: 0; top: 0; bottom: 0; z-index: 2; background: var(--gold); color: var(--ink); font-family: var(--sans); font-size: .6rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; padding: 0 16px; display: flex; align-items: center; gap: 6px; border-right: 2px solid var(--gold-dk); white-space: nowrap; }
.ticker-label::before { content: '●'; font-size: .42rem; color: #f44; animation: blink 1s step-end infinite; }
.ticker-track { display: flex; white-space: nowrap; animation: ticker-scroll 28s linear infinite; padding-left: 148px; }
.ticker-track:hover { animation-play-state: paused; }
.ticker-item { font-family: var(--sans); font-size: .72rem; font-weight: 500; color: var(--ink); padding: 0 22px; }
.ticker-sep  { color: #2E7D32; opacity: .35; }
@keyframes ticker-scroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@keyframes blink { 50% { opacity: 0; } }

/* Skeleton loader */
@keyframes _sk { 0% { background-position: -200% 0; } 100% { background-position: 200% 0; } }
@keyframes _sk_pulse { 0%,100%{opacity:.55} 50%{opacity:1} }
.sk {
  background: linear-gradient(90deg, var(--line) 25%, rgba(255,255,255,.65) 50%, var(--line) 75%);
  background-size: 200% 100%; animation: _sk 1.5s ease-in-out infinite; border-radius: var(--r-sm);
}
[data-theme="dark"] .sk {
  background: linear-gradient(90deg, rgba(255,255,255,.07) 25%, rgba(255,255,255,.14) 50%, rgba(255,255,255,.07) 75%);
  background-size: 200% 100%;
}

/* Card reveal stagger */
@keyframes card-in {
  from { opacity: 0; transform: translateY(18px); }
  to   { opacity: 1; transform: translateY(0); }
}
.card-reveal { animation: card-in 0.4s ease both; }
.card-reveal:nth-child(1) { animation-delay: .00s; }
.card-reveal:nth-child(2) { animation-delay: .06s; }
.card-reveal:nth-child(3) { animation-delay: .12s; }
.card-reveal:nth-child(4) { animation-delay: .18s; }
.card-reveal:nth-child(5) { animation-delay: .24s; }
.card-reveal:nth-child(6) { animation-delay: .30s; }
.card-reveal:nth-child(n+7) { animation-delay: .36s; }

/* ─── PAGE BANNER ─────────────────────────────────── */
.page-banner { background: #1e1a10; position: relative; overflow: hidden; padding: clamp(48px,7.5vw,84px) 0; }
.pb-fill { position: absolute; inset: 0; background: linear-gradient(135deg, #1e1a10 0%, #262218 40%, #2a2618 70%, #1e1a10 100%); }
.pb-tex  { position: absolute; inset: 0; opacity: .04; background-image: repeating-linear-gradient(-55deg,transparent,transparent 8px,rgba(232,180,0,.8) 8px,rgba(232,180,0,.8) 9px); }
.pb-glow { position: absolute; right: -80px; top: -80px; width: 420px; height: 420px; border-radius: 50%; background: radial-gradient(circle,rgba(232,180,0,.14) 0%,transparent 70%); pointer-events: none; }
.pb-inner { position: relative; z-index: 2; }

.breadcrumb { display: flex; align-items: center; gap: 8px; font-family: var(--sans); font-size: .65rem; font-weight: 500; color: rgba(255,255,255,.38); margin-bottom: 12px; flex-wrap: wrap; }
.breadcrumb a { color: rgba(255,255,255,.38); transition: color .18s; }
.breadcrumb a:hover { color: var(--gold); }
.breadcrumb .sep { color: rgba(255,255,255,.2); }
.breadcrumb .cur { color: var(--gold); }

/* ─── SUB-NAV ─────────────────────────────────────── */
.sub-nav { background: var(--white); border-bottom: 1px solid var(--line); position: sticky; top: clamp(60px,7.5vw,72px); z-index: 100; }
.sub-nav-inner { display: flex; align-items: center; overflow-x: auto; scrollbar-width: none; }
.sub-nav-inner::-webkit-scrollbar { display: none; }
.sub-nav-inner a { font-family: var(--sans); font-size: .88rem; font-weight: 700; color: var(--ink-3); padding: 14px 20px; white-space: nowrap; border-bottom: 2.5px solid transparent; margin-bottom: -2px; transition: color .18s, border-color .18s; flex-shrink: 0; }
.sub-nav-inner a:hover { color: var(--ink); }
.sub-nav-inner a.active { color: var(--ink); border-bottom-color: var(--gold); }

/* ─── PULL QUOTE ──────────────────────────────────── */
.pull-quote { border-left: 3px solid var(--gold); background: var(--gold-pale); padding: 16px 20px; border-radius: 0 var(--r-md) var(--r-md) 0; font-family: var(--serif); font-size: clamp(.85rem,1.5vw,.95rem); color: var(--ink-2); line-height: 1.72; font-style: italic; font-weight: 400; }
.pull-quote strong { font-style: normal; font-weight: 600; color: var(--gold-dk); }
.pull-quote.dark { background: var(--ink); color: var(--white); }
.pull-quote.dark strong { color: var(--gold); }

/* ─── FILTER BAR ──────────────────────────────────── */
.filter-bar { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.filter-btn { font-family: var(--sans); font-size: .7rem; font-weight: 600; letter-spacing: .05em; text-transform: uppercase; padding: 7px 15px; border-radius: 100px; border: 1.5px solid var(--line); color: var(--ink-3); cursor: pointer; transition: all .18s; background: var(--white); }
.filter-btn:hover  { border-color: var(--gold); color: var(--gold-dk); }
.filter-btn.active { background: var(--gold); color: var(--ink); border-color: var(--gold); }

/* ─── FOOTER ──────────────────────────────────────── */
.site-footer { background: linear-gradient(180deg, #1c1e18 0%, #181610 100%); }
.footer-top  { padding-block: clamp(44px,6vw,68px); }
.footer-grid { display: grid; grid-template-columns: 1.55fr 1fr 1fr 1.3fr; gap: clamp(24px,3.5vw,44px); }
.footer-brand .fl { display: flex; align-items: center; gap: 14px; margin-bottom: 18px; }
.footer-brand .fl-text { display: flex; flex-direction: column; justify-content: center; gap: 5px; min-width: 0; line-height: 1; }
.footer-brand .fm { width: 48px; height: 48px; background: var(--gold); border: 2px solid var(--gold-dk); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-family: var(--sans); font-size: .95rem; font-weight: 800; color: var(--ink); flex-shrink: 0; overflow: hidden; }
.footer-brand .fm img { width: 100%; height: 100%; object-fit: cover; display: block; border-radius: 50%; }
.footer-brand .fn { font-family: var(--sans); font-size: 1.25rem; font-weight: 800; color: var(--white); line-height: 1.1; }
.footer-brand .fs { font-family: var(--sans); font-size: .72rem; color: var(--gold); letter-spacing: .08em; text-transform: uppercase; font-weight: 600; }
.footer-brand p   { font-family: var(--serif); font-size: .88rem; color: rgba(255,255,255,.55); line-height: 1.75; max-width: 280px; margin-bottom: 18px; font-weight: 400; }
.footer-socials { display: flex; gap: 6px; flex-wrap: wrap; }
.footer-socials a { width: 32px; height: 32px; background: rgba(255,255,255,.06); border-radius: var(--r-sm); display: flex; align-items: center; justify-content: center; font-family: var(--sans); font-size: .68rem; font-weight: 700; color: rgba(255,255,255,.38); transition: all .18s; }
.footer-socials a:hover { background: var(--gold); color: var(--ink); }
.footer-col h4 { font-family: var(--sans); font-size: .9rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--white); margin-bottom: 16px; }
.footer-col li { margin-bottom: 10px; }
.footer-col li a { font-family: var(--sans); font-size: .85rem; color: rgba(255,255,255,.55); display: flex; align-items: center; gap: 5px; transition: color .18s; }
.footer-col li a::before { content: '›'; color: var(--gold); font-size: .9rem; line-height: 1; }
.footer-col li a:hover   { color: var(--gold); }
.footer-col li a.active  { color: rgba(255,255,255,.7); font-weight: 600; }
.footer-contact-item { display: flex; gap: 8px; align-items: flex-start; margin-bottom: 12px; }
.fci-icon { color: var(--gold); font-size: .85rem; margin-top: 2px; flex-shrink: 0; line-height: 1.5; }
.fci-text { font-family: var(--sans); font-size: .85rem; color: rgba(255,255,255,.55); line-height: 1.6; }
.footer-bar { border-top: 1px solid rgba(255,255,255,.06); padding-block: 16px; }
.footer-bar-inner { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 9px; }
.footer-bar-inner p, .footer-bar-inner a { font-family: var(--sans); font-size: .75rem; color: rgba(255,255,255,.38); }
.footer-bar-inner a:hover { color: var(--gold); }
.footer-bar-links { display: flex; gap: 13px; flex-wrap: wrap; }

/* ─── SCROLL REVEAL ───────────────────────────────── */
.rv { opacity: 0; transform: translateY(18px); transition: opacity .55s ease, transform .55s ease; }
.rv.in { opacity: 1; transform: translateY(0); }
.d1 { transition-delay: .07s; }
.d2 { transition-delay: .14s; }
.d3 { transition-delay: .21s; }
.d4 { transition-delay: .28s; }

/* ─── RESPONSIVE ──────────────────────────────────── */
@media (max-width: 1024px) {
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 24px; }
  .footer-brand { grid-column: span 2; }
  .footer-brand p { max-width: 100%; }
}
@media (max-width: 768px) {
  .nav-desk { display: none; }
  .ham      { display: flex; }
  .drawer   { display: block; }
  .tb-info .hi { display: none; }
}
@media (max-width: 560px) {
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: span 1; }
  .footer-bar-inner { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 400px) {
  .tb-info   { display: none; }
  .topbar-in { justify-content: flex-end; }
  .tb-soc    { border-left: none; }
}

/* ── Dark sections: white body text ── */
.sec-green .cap { color: rgba(255,255,255,.6); }
.sec-green .prog-desc { color: rgba(255,255,255,.65); }
.sec-contact .cap { color: rgba(255,255,255,.6); }
.sec-contact .k-txt { color: rgba(255,255,255,.65); }
.sec-contact .k-ttl { color: var(--white); }

/* ══════════════════════════════════════════════════════
   GOLD-DOMINANT GLOBAL OVERRIDES
   Remaps all green accent usages across all pages to gold
═══════════════════════════════════════════════════════ */

/* Filter buttons, chips, tabs — green → gold */
.fp:hover, .filter-btn:hover, .filter-btn.active,
.cat-tab:hover, .cat-tab.on,
.fp.on, .cb:hover, .cb.on, .vb:hover, .vb.on,
.vt-btn:hover, .vt-btn.on,
.yf-item:hover, .yf-item.on,
.pg-btn:hover, .pg-btn.on,
.status-aktif { background: var(--gold); color: var(--ink); border-color: var(--gold); }

/* Category labels, tags, badges — green text → gold */
.ns-cat, .nc-cat, .nl-cat, .nh-cat, .ag-kat,
.prog-kat, .pg-pos, .m-tag, .vc-cat, .pp-tag,
.art-tag, .rc-cat, .art-meta-cat,
.cat-tab:not(.on), .fp:not(.on), .vt-btn:not(.on) { color: var(--gold-dk); }

/* Buttons & links — green → gold */
.ag-btn, .agc-btn, .dl-btn, .btn-outline,
.btn-grn, .btn-grn:hover { border-color: var(--gold); color: var(--gold-dk); }
.btn-grn:hover, .ag-btn:hover, .agc-btn:hover,
.dl-btn:hover, .btn-outline:hover { background: var(--gold); color: var(--ink); border-color: var(--gold); }

/* Date columns, headers, calendar — green bg → ink/gold */
.ag-date-col, .agc-date, .cal-head,
.month-hd, .sw-hd { background: var(--ink); }
.ag-card.ag-open .ag-date-col, .agc.featured .agc-date { background: var(--gold); }
.ag-day, .agc-day { color: var(--white); }
.agc.featured .agc-day { color: var(--ink); }
.ag-card.ag-open .ag-day, .agc.featured .agc-day { color: var(--ink); }
.ag-mon, .agc-mon { color: rgba(255,255,255,.5); }
.ag-card.ag-open .ag-mon, .agc.featured .agc-mon { color: rgba(0,0,0,.5); }

/* Progress bars — green → gold gradient */
.prog-bar-fill, .progress-fill, .m-pb-fill, .pc-progress-fill { background: linear-gradient(to right, var(--gold-dk), var(--gold)); }
.prog-bar-pct, .pc-progress-pct, .m-pb-pct, .ms-val, .stat-num { color: var(--gold-dk); }

/* Author avatar, sidebar card icons — green bg → gold */
.author-avatar { background: linear-gradient(135deg, var(--gold), var(--gold-dk)); }
.author-avatar { color: var(--ink); }

/* Article body links — green → gold */
.art-body a { color: var(--gold-dk); border-bottom: 1px solid rgba(232,180,0,.3); }
.art-body a:hover { border-color: var(--gold); }

/* Share buttons — green hover → gold */
.share-btn:hover, .nc-thumb:hover { border-color: var(--gold); color: var(--gold-dk); }

/* Pagination active — green → gold */
.pg-btn.on, .pg-btn:hover, .vb.on, .cb.on, .vt-btn.on { background: var(--gold); border-color: var(--gold); color: var(--ink); }

/* Modal icons — green → gold */
.m-ico-grn { background: var(--gold); }

/* Article tag chips */
.art-tag { color: var(--gold-dk); background: var(--gold-wash); }
.art-tag:hover { background: var(--gold); color: var(--ink); }

/* Section titles accent — all ttl em already handled in main tokens */
.ttl em { color: var(--gold-dk); }

/* Search focus ring — green → gold */
.search-input:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(232,180,0,.12); }
.search-btn { background: var(--gold); }
.search-btn:hover { background: var(--gold-dk); }

/* Pull quote border */
.pull-quote { border-left-color: var(--gold); }

/* All green status badges on timeline/calendar */
.ag-badge-open, .status-aktif { background: var(--gold-wash); color: var(--gold-dk); border-color: var(--gold); }

/* Admin sidebar active */
.sb-item.active { color: var(--gold-dk); }

/* Contact map & fallback */
.k-map-fallback { color: var(--gold); }

/* Skeleton on green sections */
.sec-green .sk { background: rgba(255,255,255,.08); }
