/*
Theme Name: Seulanga Insan Mulia
Theme URI: https://seulangainsanmulia.org
Author: Yayasan Seulanga Insan Mulia
Author URI: https://seulangainsanmulia.org
Description: Theme profesional modern untuk Yayasan Seulanga Insan Mulia — dark mode premium dengan bento grid layout, glassmorphism, dan micro-animations untuk tampilan web 2026.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: seulanga
Tags: dark, one-page, nonprofit, custom-colors, custom-logo, featured-images, full-width-template, translation-ready
*/

/* ── ROOT VARIABLES ── */
:root {
  --bg: #080c0a;
  --bg2: #0d1410;
  --surface: rgba(255,255,255,0.03);
  --surface-hover: rgba(255,255,255,0.06);
  --border: rgba(255,255,255,0.07);
  --border-glow: rgba(134,197,89,0.25);
  --green: #86c559;
  --green-bright: #a8d84e;
  --green-dim: rgba(134,197,89,0.15);
  --gold: #d4a853;
  --gold-dim: rgba(212,168,83,0.15);
  --white: #ffffff;
  --white-70: rgba(255,255,255,0.7);
  --white-40: rgba(255,255,255,0.4);
  --white-15: rgba(255,255,255,0.15);
  --text: #e8f0e2;
  --text-muted: rgba(200,220,190,0.5);
  --radius: 16px;
  --radius-sm: 10px;
}

/* ── RESET & BASE ── */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  font-family: 'DM Sans', sans-serif;
  background: var(--bg);
  color: var(--text);
  overflow-x: hidden;
  cursor: none;
}

body.home { cursor: none; }

img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }

/* ── CUSTOM CURSOR ── */
.cursor {
  position: fixed;
  width: 10px; height: 10px;
  background: var(--green);
  border-radius: 50%;
  pointer-events: none;
  z-index: 9999;
  transform: translate(-50%, -50%);
  transition: width .2s, height .2s, background .2s;
  mix-blend-mode: screen;
}
.cursor-ring {
  position: fixed;
  width: 36px; height: 36px;
  border: 1px solid rgba(134,197,89,0.5);
  border-radius: 50%;
  pointer-events: none;
  z-index: 9998;
  transform: translate(-50%, -50%);
  transition: width .3s, height .3s;
}

/* ── NOISE OVERLAY ── */
body::before {
  content: '';
  position: fixed;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='1'/%3E%3C/svg%3E");
  opacity: 0.025;
  pointer-events: none;
  z-index: 1000;
}

/* ── AMBIENT ORBS ── */
.orb { position: fixed; border-radius: 50%; filter: blur(120px); pointer-events: none; z-index: 0; }
.orb-1 { width: 600px; height: 600px; background: radial-gradient(circle, rgba(134,197,89,.07) 0%, transparent 70%); top: -200px; right: -100px; animation: drift 18s ease-in-out infinite alternate; }
.orb-2 { width: 500px; height: 500px; background: radial-gradient(circle, rgba(212,168,83,.05) 0%, transparent 70%); bottom: 20%; left: -150px; animation: drift 22s ease-in-out infinite alternate-reverse; }
.orb-3 { width: 400px; height: 400px; background: radial-gradient(circle, rgba(134,197,89,.04) 0%, transparent 70%); top: 60%; right: 10%; animation: drift 15s ease-in-out infinite alternate; }

@keyframes drift { from { transform: translate(0,0) scale(1); } to { transform: translate(40px,30px) scale(1.05); } }

/* ── SCROLLBAR ── */
::-webkit-scrollbar { width: 4px; }
::-webkit-scrollbar-track { background: var(--bg); }
::-webkit-scrollbar-thumb { background: rgba(134,197,89,.25); border-radius: 2px; }
::-webkit-scrollbar-thumb:hover { background: rgba(134,197,89,.5); }

/* ── NAVBAR ── */
#site-header {
  position: fixed;
  top: 20px; left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 48px);
  max-width: 1200px;
  z-index: 500;
  background: rgba(8,12,10,.7);
  backdrop-filter: blur(24px) saturate(180%);
  border: 1px solid var(--border);
  border-radius: 100px;
  padding: 12px 20px 12px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: border-color .3s, background .3s;
}
#site-header:hover { border-color: var(--border-glow); }
#site-header.scrolled { background: rgba(8,12,10,.92); }

.site-branding { display: flex; align-items: center; gap: 10px; }
.site-branding .custom-logo { width: 32px; height: 32px; object-fit: contain; filter: drop-shadow(0 0 8px rgba(134,197,89,.4)); }
.site-title a {
  font-family: 'Syne', sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: var(--white);
  letter-spacing: .04em;
}
.site-title a span { color: var(--green); }

#site-navigation .nav-links { display: flex; gap: 4px; }
#site-navigation .nav-links li a {
  font-size: 13px;
  font-weight: 400;
  color: var(--white-40);
  padding: 7px 16px;
  border-radius: 100px;
  transition: all .25s;
  letter-spacing: .02em;
}
#site-navigation .nav-links li a:hover,
#site-navigation .nav-links li.current-menu-item > a { color: var(--white); background: var(--white-15); }
#site-navigation .nav-links li.menu-cta > a {
  background: var(--green); color: var(--bg);
  font-family: 'Syne', sans-serif; font-weight: 600; font-size: 12px;
}
#site-navigation .nav-links li.menu-cta > a:hover { background: var(--green-bright); box-shadow: 0 0 20px rgba(134,197,89,.3); }

/* ── BUTTONS ── */
.btn-glow {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--green); color: var(--bg);
  font-family: 'Syne', sans-serif; font-size: 13px; font-weight: 700; letter-spacing: .04em;
  padding: 14px 28px; border-radius: 100px; transition: all .3s; position: relative; overflow: hidden;
}
.btn-glow::before { content: ''; position: absolute; inset: 0; background: linear-gradient(135deg,rgba(255,255,255,.15),transparent); opacity: 0; transition: opacity .3s; }
.btn-glow:hover { transform: translateY(-2px); box-shadow: 0 0 32px rgba(134,197,89,.45), 0 8px 24px rgba(0,0,0,.4); }
.btn-glow:hover::before { opacity: 1; }

.btn-ghost {
  display: inline-flex; align-items: center; gap: 8px;
  border: 1px solid var(--border); color: var(--white-70);
  font-family: 'Syne', sans-serif; font-size: 13px; font-weight: 600; letter-spacing: .04em;
  padding: 14px 28px; border-radius: 100px; transition: all .3s;
}
.btn-ghost:hover { border-color: var(--white-40); color: var(--white); background: var(--white-15); }

/* ── HERO ── */
.hero-section {
  position: relative; min-height: 100vh;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  padding: 120px 24px 80px; text-align: center; z-index: 1;
}
.hero-eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--green-dim); border: 1px solid rgba(134,197,89,.2);
  border-radius: 100px; padding: 6px 16px 6px 10px; margin-bottom: 36px;
  opacity: 0; animation: fadeUp .8s ease .3s forwards;
}
.hero-eyebrow-dot { width: 6px; height: 6px; background: var(--green); border-radius: 50%; box-shadow: 0 0 8px var(--green); animation: pulse 2s ease infinite; }
.hero-eyebrow span { font-family: 'Syne', sans-serif; font-size: 11px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: var(--green); }
@keyframes pulse { 0%,100%{opacity:1} 50%{opacity:.4} }

.hero-title {
  font-family: 'DM Serif Display', serif;
  font-size: clamp(48px, 7vw, 96px); font-weight: 400; line-height: 1.05; letter-spacing: -.02em;
  color: var(--white); max-width: 900px; opacity: 0; animation: fadeUp .9s ease .5s forwards;
}
.hero-title .accent {
  font-style: italic;
  background: linear-gradient(135deg, var(--green) 0%, var(--green-bright) 50%, var(--gold) 100%);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.hero-sub { font-size: 17px; font-weight: 300; color: var(--white-40); max-width: 520px; line-height: 1.75; margin-top: 24px; opacity: 0; animation: fadeUp .9s ease .7s forwards; }
.hero-actions { display: flex; gap: 12px; margin-top: 44px; flex-wrap: wrap; justify-content: center; opacity: 0; animation: fadeUp .9s ease .9s forwards; }

.hero-scroll { position: absolute; bottom: 32px; left: 50%; transform: translateX(-50%); display: flex; flex-direction: column; align-items: center; gap: 8px; opacity: 0; animation: fadeIn 1s ease 1.5s forwards; }
.hero-scroll span { font-size: 10px; letter-spacing: .2em; text-transform: uppercase; color: var(--white-40); }
.scroll-line { width: 1px; height: 48px; background: linear-gradient(to bottom, var(--green), transparent); animation: scrollAnim 2s ease infinite; }
@keyframes scrollAnim { 0%{transform:scaleY(0);transform-origin:top} 50%{transform:scaleY(1);transform-origin:top} 51%{transform:scaleY(1);transform-origin:bottom} 100%{transform:scaleY(0);transform-origin:bottom} }

/* ── LOGO STRIP ── */
.logo-strip { position: relative; z-index: 1; padding: 0 24px 80px; display: flex; justify-content: center; }
.logo-hero-card {
  background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius);
  padding: 40px 60px; display: flex; align-items: center; gap: 48px;
  backdrop-filter: blur(20px); max-width: 700px; width: 100%; position: relative; overflow: hidden;
}
.logo-hero-card::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse at 30% 50%,rgba(134,197,89,.06) 0%,transparent 60%); }
.logo-hero-card .logo-img { width: 100px; filter: drop-shadow(0 0 24px rgba(134,197,89,.3)); flex-shrink: 0; }
.logo-hero-text h2 { font-family: 'Syne', sans-serif; font-size: 20px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; color: var(--white); margin-bottom: 4px; }
.logo-hero-text p { font-size: 12px; font-weight: 300; color: var(--white-40); letter-spacing: .1em; text-transform: uppercase; }
.logo-hero-tag { background: var(--green-dim); border: 1px solid rgba(134,197,89,.2); border-radius: 6px; padding: 4px 10px; font-size: 10px; font-weight: 600; color: var(--green); letter-spacing: .1em; text-transform: uppercase; margin-top: 10px; display: inline-block; }

/* ── STATS ── */
.stats-section { position: relative; z-index: 1; padding: 0 24px 80px; }
.stats-inner { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: repeat(4,1fr); gap: 2px; background: var(--border); border-radius: var(--radius); overflow: hidden; border: 1px solid var(--border); }
.stat-card { background: var(--bg2); padding: 40px 32px; display: flex; flex-direction: column; gap: 8px; transition: background .3s; position: relative; overflow: hidden; }
.stat-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: linear-gradient(90deg,transparent,var(--green),transparent); transform: scaleX(0); transition: transform .4s; }
.stat-card:hover { background: var(--surface-hover); }
.stat-card:hover::before { transform: scaleX(1); }
.stat-num { font-family: 'DM Serif Display', serif; font-size: 48px; color: var(--green); line-height: 1; letter-spacing: -.02em; }
.stat-label { font-size: 12px; font-weight: 300; color: var(--white-40); letter-spacing: .06em; text-transform: uppercase; }
.stat-icon { font-size: 20px; opacity: .4; margin-bottom: 8px; }

/* ── SECTION LABELS ── */
.bento-label { display: flex; align-items: center; gap: 12px; margin-bottom: 48px; }
.bento-label-line { width: 32px; height: 1px; background: linear-gradient(90deg,var(--green),transparent); }
.bento-label span { font-family: 'Syne', sans-serif; font-size: 11px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; color: var(--green); }

.section-headline { font-family: 'DM Serif Display', serif; font-size: clamp(32px,4vw,52px); font-weight: 400; color: var(--white); line-height: 1.1; letter-spacing: -.02em; }
.section-headline em { font-style: italic; color: var(--green); }
.section-sub { font-size: 14px; font-weight: 300; color: var(--white-40); max-width: 320px; line-height: 1.7; text-align: right; }

/* ── BENTO GRID ── */
.bento-section { position: relative; z-index: 1; padding: 80px 24px; max-width: 1260px; margin: 0 auto; }
.bento-grid { display: grid; grid-template-columns: repeat(12,1fr); gap: 16px; }

.bcard {
  background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius);
  padding: 36px; transition: all .35s cubic-bezier(.23,1,.32,1); position: relative; overflow: hidden; backdrop-filter: blur(10px);
}
.bcard::after { content: ''; position: absolute; inset: -1px; border-radius: var(--radius); background: linear-gradient(135deg,var(--border-glow),transparent,transparent); opacity: 0; transition: opacity .3s; pointer-events: none; }
.bcard:hover { border-color: rgba(134,197,89,.2); transform: translateY(-3px); box-shadow: 0 24px 60px rgba(0,0,0,.4); }
.bcard:hover::after { opacity: 1; }

.bcard-visi { grid-column: span 7; background: linear-gradient(135deg,rgba(134,197,89,.06) 0%,var(--surface) 60%); }
.bcard-misi { grid-column: span 5; }
.bcard-lokasi { grid-column: span 4; background: linear-gradient(135deg,rgba(212,168,83,.06) 0%,var(--surface) 60%); }
.bcard-quote { grid-column: span 4; background: var(--green-dim); border-color: rgba(134,197,89,.2); }
.bcard-founded { grid-column: span 4; }
.bcard-cta { grid-column: span 12; background: linear-gradient(135deg,rgba(134,197,89,.08) 0%,rgba(212,168,83,.04) 100%); border-color: rgba(134,197,89,.15); }

.bcard-tag { display: inline-flex; align-items: center; gap: 6px; background: var(--white-15); border-radius: 100px; padding: 4px 12px; font-size: 10px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: var(--white-70); margin-bottom: 20px; }
.bcard-tag-green { background: var(--green-dim); color: var(--green); }
.bcard h3 { font-family: 'DM Serif Display', serif; font-size: 28px; font-weight: 400; color: var(--white); line-height: 1.2; margin-bottom: 14px; }
.bcard p { font-size: 14.5px; font-weight: 300; color: var(--white-40); line-height: 1.8; }

.misi-items { display: flex; flex-direction: column; gap: 10px; margin-top: 8px; }
.misi-item { display: flex; gap: 12px; align-items: flex-start; font-size: 13.5px; font-weight: 300; color: var(--white-40); line-height: 1.6; padding: 10px 14px; background: rgba(255,255,255,.02); border-radius: var(--radius-sm); border: 1px solid transparent; transition: all .25s; }
.misi-item:hover { background: rgba(134,197,89,.05); border-color: rgba(134,197,89,.1); color: var(--text); }
.misi-item-num { font-family: 'DM Serif Display', serif; font-size: 18px; color: rgba(134,197,89,.4); flex-shrink: 0; line-height: 1.2; }

.lokasi-address { font-family: 'DM Serif Display', serif; font-style: italic; font-size: 16px; color: var(--gold); line-height: 1.6; margin-bottom: 20px; }
.lokasi-meta { display: flex; flex-direction: column; gap: 8px; margin-top: 16px; }
.lokasi-meta-item { display: flex; align-items: center; gap: 8px; font-size: 12px; color: var(--white-40); }
.quote-big { font-family: 'DM Serif Display', serif; font-style: italic; font-size: 22px; color: var(--green-bright); line-height: 1.4; margin-bottom: 12px; }
.quote-source { font-size: 12px; color: rgba(134,197,89,.5); letter-spacing: .08em; text-transform: uppercase; }
.founded-year { font-family: 'DM Serif Display', serif; font-size: 72px; color: var(--white); line-height: 1; letter-spacing: -.04em; opacity: .15; margin-bottom: 16px; }
.founded-text { font-size: 13px; color: var(--white-40); line-height: 1.7; }
.bcard-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; flex-wrap: wrap; }
.bcard-cta h3 { font-size: 36px; margin-bottom: 8px; }
.bcard-cta p { max-width: 480px; font-size: 15px; }
.bcard-cta-actions { display: flex; gap: 12px; flex-wrap: wrap; flex-shrink: 0; }

/* ── PROGRAM ── */
.program-section { position: relative; z-index: 1; padding: 80px 24px; max-width: 1260px; margin: 0 auto; }
.section-header { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 48px; gap: 32px; flex-wrap: wrap; }
.program-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.program-card { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); padding: 32px; transition: all .35s cubic-bezier(.23,1,.32,1); position: relative; overflow: hidden; }
.program-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 1px; background: linear-gradient(90deg,transparent,var(--green),transparent); transform: scaleX(0); transition: transform .4s; }
.program-card:hover { border-color: rgba(134,197,89,.2); transform: translateY(-4px); box-shadow: 0 28px 56px rgba(0,0,0,.5); }
.program-card:hover::before { transform: scaleX(1); }
.program-icon { width: 52px; height: 52px; background: var(--green-dim); border: 1px solid rgba(134,197,89,.15); border-radius: var(--radius-sm); display: flex; align-items: center; justify-content: center; font-size: 22px; margin-bottom: 24px; transition: transform .3s; }
.program-card:hover .program-icon { transform: scale(1.1) rotate(-3deg); }
.program-card h4 { font-family: 'Syne', sans-serif; font-size: 16px; font-weight: 700; color: var(--white); margin-bottom: 10px; letter-spacing: .01em; }
.program-card p { font-size: 13.5px; font-weight: 300; color: var(--white-40); line-height: 1.75; }
.program-arrow { position: absolute; bottom: 24px; right: 24px; width: 32px; height: 32px; background: var(--green-dim); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 14px; color: var(--green); opacity: 0; transform: translateX(-8px); transition: all .3s; }
.program-card:hover .program-arrow { opacity: 1; transform: translateX(0); }

/* ── NILAI ── */
.nilai-section { position: relative; z-index: 1; padding: 80px 24px; max-width: 1260px; margin: 0 auto; }
.nilai-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 16px; margin-top: 48px; }
.nilai-card { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); padding: 40px; display: flex; gap: 28px; align-items: flex-start; transition: all .35s cubic-bezier(.23,1,.32,1); position: relative; overflow: hidden; }
.nilai-card:hover { border-color: rgba(134,197,89,.2); transform: translateY(-3px); box-shadow: 0 24px 48px rgba(0,0,0,.4); }
.nilai-card:nth-child(odd) { background: linear-gradient(135deg,rgba(134,197,89,.04) 0%,var(--surface) 50%); }
.nilai-num { font-family: 'DM Serif Display', serif; font-size: 56px; color: rgba(134,197,89,.12); line-height: 1; flex-shrink: 0; letter-spacing: -.03em; transition: color .3s; }
.nilai-card:hover .nilai-num { color: rgba(134,197,89,.25); }
.nilai-content h4 { font-family: 'Syne', sans-serif; font-size: 18px; font-weight: 700; color: var(--white); margin-bottom: 10px; letter-spacing: .02em; }
.nilai-content p { font-size: 14px; font-weight: 300; color: var(--white-40); line-height: 1.75; }
.nilai-icon { position: absolute; top: 32px; right: 32px; font-size: 28px; opacity: .25; transition: opacity .3s, transform .3s; }
.nilai-card:hover .nilai-icon { opacity: .5; transform: scale(1.1); }

/* ── BERITA / NEWS ── */
.berita-section { position: relative; z-index: 1; padding: 80px 24px; max-width: 1260px; margin: 0 auto; }
.berita-header { display: flex; justify-content: space-between; align-items: flex-end; flex-wrap: wrap; gap: 16px; margin-bottom: 0; }
.berita-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; margin-top: 48px; }

.berita-card { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; display: flex; flex-direction: column; transition: all .35s cubic-bezier(.23,1,.32,1); position: relative; cursor: pointer; }
.berita-card:hover { border-color: rgba(134,197,89,.2); transform: translateY(-5px); box-shadow: 0 28px 60px rgba(0,0,0,.5); }
.berita-img { width: 100%; aspect-ratio: 16/9; position: relative; overflow: hidden; background: var(--bg2); flex-shrink: 0; }
.berita-img-inner { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; font-size: 52px; transition: transform .5s cubic-bezier(.23,1,.32,1); position: relative; }
.berita-card:hover .berita-img-inner { transform: scale(1.06); }
.berita-img-bg { position: absolute; inset: 0; opacity: .18; transition: opacity .4s; }
.berita-card:hover .berita-img-bg { opacity: .28; }
.berita-img-bg-1 { background: radial-gradient(ellipse at 30% 50%,var(--green),transparent 65%); }
.berita-img-bg-2 { background: radial-gradient(ellipse at 70% 40%,var(--gold),transparent 65%); }
.berita-img-bg-3 { background: radial-gradient(ellipse at 50% 60%,#5bafd4,transparent 65%); }
.berita-category { position: absolute; top: 14px; left: 14px; background: rgba(8,12,10,.75); backdrop-filter: blur(8px); border: 1px solid var(--border); border-radius: 100px; padding: 4px 12px; font-family: 'Syne', sans-serif; font-size: 10px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--green); }
.berita-body { padding: 28px 28px 32px; display: flex; flex-direction: column; flex: 1; }
.berita-meta { display: flex; align-items: center; gap: 12px; margin-bottom: 14px; }
.berita-date { font-size: 11px; font-weight: 300; color: var(--white-40); letter-spacing: .06em; }
.berita-dot { width: 3px; height: 3px; background: var(--white-40); border-radius: 50%; }
.berita-read { font-size: 11px; font-weight: 300; color: var(--white-40); }
.berita-title { font-family: 'DM Serif Display', serif; font-size: 19px; font-weight: 400; color: var(--white); line-height: 1.35; margin-bottom: 12px; letter-spacing: -.01em; transition: color .25s; }
.berita-card:hover .berita-title { color: var(--green-bright); }
.berita-excerpt { font-size: 13.5px; font-weight: 300; color: var(--white-40); line-height: 1.75; flex: 1; }
.berita-footer { display: flex; align-items: center; justify-content: space-between; margin-top: 24px; padding-top: 20px; border-top: 1px solid var(--border); }
.berita-author { display: flex; align-items: center; gap: 8px; }
.berita-avatar { width: 28px; height: 28px; background: var(--green-dim); border: 1px solid rgba(134,197,89,.2); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 13px; }
.berita-author-name { font-size: 11.5px; font-weight: 500; color: var(--white-40); }
.berita-link { display: flex; align-items: center; gap: 6px; font-family: 'Syne', sans-serif; font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--green); transition: gap .25s; }
.berita-card:hover .berita-link { gap: 10px; }

/* WordPress post thumbnail in berita */
.berita-img .wp-post-image { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; }

/* ── KONTAK ── */
.kontak-section { position: relative; z-index: 1; padding: 80px 24px 120px; max-width: 1260px; margin: 0 auto; }
.kontak-card { background: var(--surface); border: 1px solid var(--border); border-radius: 24px; padding: 80px; position: relative; overflow: hidden; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.kontak-card::before { content: ''; position: absolute; top: -1px; left: 10%; right: 10%; height: 1px; background: linear-gradient(90deg,transparent,var(--green),var(--gold),transparent); opacity: .5; }
.kontak-card::after { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse at 20% 50%,rgba(134,197,89,.05) 0%,transparent 60%), radial-gradient(ellipse at 80% 50%,rgba(212,168,83,.03) 0%,transparent 60%); pointer-events: none; }
.kontak-left h2 { font-family: 'DM Serif Display', serif; font-size: 40px; font-weight: 400; color: var(--white); line-height: 1.15; margin-bottom: 16px; letter-spacing: -.02em; }
.kontak-left h2 em { font-style: italic; color: var(--green); }
.kontak-left > p { font-size: 15px; font-weight: 300; color: var(--white-40); line-height: 1.7; margin-bottom: 36px; }
.kontak-info-list { display: flex; flex-direction: column; gap: 20px; }
.kontak-info-item { display: flex; gap: 14px; align-items: flex-start; }
.kontak-info-icon { width: 40px; height: 40px; background: var(--green-dim); border: 1px solid rgba(134,197,89,.15); border-radius: var(--radius-sm); display: flex; align-items: center; justify-content: center; font-size: 16px; flex-shrink: 0; }
.kontak-info-text .label { font-size: 10px; font-weight: 600; letter-spacing: .15em; text-transform: uppercase; color: var(--green); margin-bottom: 3px; }
.kontak-info-text .val { font-size: 14px; font-weight: 300; color: var(--white-70); line-height: 1.6; }
.kontak-map-wrap { border-radius: var(--radius); overflow: hidden; height: 360px; border: 1px solid var(--border); position: relative; z-index: 1; }
.kontak-map-wrap iframe { width: 100%; height: 100%; border: none; filter: grayscale(1) invert(1) brightness(.35) sepia(.3) hue-rotate(100deg); }

/* ── FOOTER ── */
#colophon { position: relative; z-index: 1; border-top: 1px solid var(--border); padding: 32px 48px; display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.footer-brand { display: flex; align-items: center; gap: 12px; }
.footer-brand img { width: 28px; filter: drop-shadow(0 0 8px rgba(134,197,89,.3)); }
.footer-brand-name { font-family: 'Syne', sans-serif; font-size: 13px; font-weight: 700; color: var(--white-70); letter-spacing: .04em; }
.footer-center { font-size: 12px; font-weight: 300; color: var(--white-40); text-align: center; letter-spacing: .04em; }
.footer-right { font-size: 12px; font-weight: 300; color: var(--white-40); }

/* ── SINGLE POST ── */
.single-post-wrap { max-width: 760px; margin: 120px auto 80px; padding: 0 24px; position: relative; z-index: 1; }
.post-category-badge { display: inline-flex; align-items: center; background: var(--green-dim); border: 1px solid rgba(134,197,89,.2); border-radius: 100px; padding: 5px 14px; font-family: 'Syne', sans-serif; font-size: 10px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--green); margin-bottom: 24px; }
.post-title { font-family: 'DM Serif Display', serif; font-size: clamp(32px,5vw,56px); font-weight: 400; color: var(--white); line-height: 1.15; letter-spacing: -.02em; margin-bottom: 20px; }
.post-meta-bar { display: flex; align-items: center; gap: 16px; margin-bottom: 48px; padding-bottom: 32px; border-bottom: 1px solid var(--border); }
.post-meta-bar .author { display: flex; align-items: center; gap: 8px; font-size: 13px; color: var(--white-40); }
.post-meta-bar .date { font-size: 13px; color: var(--white-40); }
.post-meta-bar .sep { width: 3px; height: 3px; background: var(--white-40); border-radius: 50%; }
.post-featured-img { border-radius: var(--radius); overflow: hidden; margin-bottom: 48px; }
.post-featured-img img { width: 100%; }
.entry-content { font-size: 16px; line-height: 1.85; color: var(--white-70); }
.entry-content h2,.entry-content h3 { font-family: 'DM Serif Display', serif; color: var(--white); margin: 40px 0 16px; }
.entry-content h2 { font-size: 28px; }
.entry-content h3 { font-size: 22px; }
.entry-content p { margin-bottom: 20px; }
.entry-content a { color: var(--green); border-bottom: 1px solid rgba(134,197,89,.3); transition: border-color .2s; }
.entry-content a:hover { border-color: var(--green); }
.entry-content blockquote { border-left: 3px solid var(--green); padding: 20px 28px; margin: 32px 0; background: var(--green-dim); border-radius: 0 var(--radius-sm) var(--radius-sm) 0; font-family: 'DM Serif Display', serif; font-style: italic; font-size: 18px; color: var(--green-bright); }
.entry-content ul, .entry-content ol { padding-left: 24px; margin-bottom: 20px; display: flex; flex-direction: column; gap: 8px; }
.entry-content ul li { list-style: disc; }
.entry-content ol li { list-style: decimal; }
.back-to-news { display: inline-flex; align-items: center; gap: 8px; font-family: 'Syne', sans-serif; font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--green); margin-bottom: 40px; transition: gap .25s; }
.back-to-news:hover { gap: 12px; }

/* ── ARCHIVE ── */
.archive-wrap { max-width: 1260px; margin: 120px auto 80px; padding: 0 24px; position: relative; z-index: 1; }
.archive-header { margin-bottom: 48px; }
.archive-header h1 { font-family: 'DM Serif Display', serif; font-size: 48px; color: var(--white); }
.archive-header h1 em { font-style: italic; color: var(--green); }

/* ── ANIMATIONS ── */
@keyframes fadeUp { from { opacity:0; transform:translateY(24px); } to { opacity:1; transform:translateY(0); } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
.reveal { opacity: 0; transform: translateY(32px); transition: opacity .7s cubic-bezier(.23,1,.32,1), transform .7s cubic-bezier(.23,1,.32,1); }
.reveal.visible { opacity: 1; transform: none; }

/* ── RESPONSIVE ── */
@media (max-width: 960px) {
  #site-navigation .nav-links { display: none; }
  .bcard-visi,.bcard-misi,.bcard-founded { grid-column: span 12; }
  .bcard-lokasi,.bcard-quote { grid-column: span 6; }
  .program-grid { grid-template-columns: 1fr 1fr; }
  .nilai-grid { grid-template-columns: 1fr; }
  .kontak-card { grid-template-columns: 1fr; padding: 40px; gap: 40px; }
  .stats-inner { grid-template-columns: repeat(2,1fr); }
  .logo-hero-card { flex-direction: column; text-align: center; padding: 40px 24px; }
  .bcard-cta-inner { flex-direction: column; align-items: flex-start; }
  #colophon { flex-direction: column; text-align: center; padding: 24px; }
  .berita-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  .bcard-lokasi,.bcard-quote { grid-column: span 12; }
  .program-grid,.berita-grid { grid-template-columns: 1fr; }
  body { cursor: auto; }
  .cursor,.cursor-ring { display: none; }
}
