:root{
  --bg:#ffffff; --bg2:#f6f9f7; --ink:#16211c; --ink2:#38473f; --mut:#6b7d75;
  --line:#e7ede9; --acc:#12a76a; --acc-d:#0e8a56; --acc-soft:#e7f6ee;
  --sans:system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
  --serif:Georgia,"Times New Roman",serif;
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{background:var(--bg);color:var(--ink);font-family:var(--sans);line-height:1.6;-webkit-font-smoothing:antialiased}
a{text-decoration:none;color:inherit}
img{max-width:100%;display:block}
.wrap{max-width:1080px;margin:0 auto;padding:0 22px}
.read{max-width:700px;margin:0 auto;padding:0 22px}
.serif{font-family:var(--serif)}
.ph{background:linear-gradient(135deg,#d6e6f5,#cfe6dc 60%,#e8dfc8);background-size:cover;background-position:center;position:relative;overflow:hidden}
.cat{display:inline-block;font-size:.68rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--acc-d);background:var(--acc-soft);padding:4px 11px;border-radius:20px}

/* progress + header */
.prog{position:fixed;top:0;left:0;height:3px;width:0;background:var(--acc);z-index:30;transition:width .1s}
header{position:sticky;top:0;z-index:20;background:rgba(255,255,255,.92);backdrop-filter:blur(8px);border-bottom:1px solid var(--line)}
.nav{display:flex;align-items:center;justify-content:space-between;height:66px}
.brand{display:flex;align-items:center;gap:11px}
.brand .mk{width:38px;height:38px;border-radius:10px;background:linear-gradient(135deg,var(--acc),#0c7a4c);color:#fff;display:grid;place-items:center;font-weight:800;font-size:1.05rem;font-family:var(--serif);flex:0 0 auto}
.brand .mk-img{width:38px;height:38px;border-radius:10px;object-fit:cover;flex:0 0 auto}
.brand .nm{font-weight:800;font-size:1.05rem;letter-spacing:-.01em;line-height:1.15;color:var(--ink)}
.brand .nm span{display:block;font-size:.64rem;font-weight:600;color:var(--mut);letter-spacing:.04em;text-transform:uppercase}
.menu{display:flex;align-items:center;gap:26px;font-size:.92rem;font-weight:600;color:var(--ink2)}
.menu a:hover{color:var(--acc-d)}
.sub-btn{background:var(--acc);color:#fff !important;font-weight:700;font-size:.86rem;padding:9px 16px;border-radius:9px}
.sub-btn:hover{background:var(--acc-d)}
@media(max-width:760px){.menu a:not(.sub-btn){display:none}}

/* featured */
.hero{padding:44px 0 8px}
.featured{display:grid;grid-template-columns:1.15fr 1fr;gap:34px;align-items:center}
.featured .ph{aspect-ratio:16/11;border-radius:16px;display:block}
.featured .lbl{font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--acc-d);margin-bottom:14px}
.featured h1{font-family:var(--serif);font-size:2.5rem;line-height:1.12;letter-spacing:-.015em;margin-bottom:14px}
.featured h1 a:hover{color:var(--acc-d)}
.featured p{color:var(--ink2);font-size:1.05rem;margin-bottom:18px;max-width:46ch}
.byline{display:flex;align-items:center;gap:10px;font-size:.86rem;color:var(--mut)}
.byline .av{width:34px;height:34px;border-radius:50%;background:linear-gradient(135deg,var(--acc),#0c7a4c);object-fit:cover;flex:0 0 auto}
@media(max-width:760px){.featured{grid-template-columns:1fr;gap:20px}.featured h1{font-size:1.9rem}}

/* sections */
.sec{padding:46px 0 10px}
.sec-h{display:flex;align-items:baseline;justify-content:space-between;border-bottom:2px solid var(--ink);padding-bottom:10px;margin-bottom:26px}
.sec-h h2{font-size:1.15rem;font-weight:800;letter-spacing:-.01em}
.sec-h a{font-size:.85rem;font-weight:700;color:var(--acc-d)}

/* grid + card */
.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}
@media(max-width:860px){.grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:540px){.grid{grid-template-columns:1fr}}
.card{display:block}
.card .ph{aspect-ratio:16/10;border-radius:12px;margin-bottom:13px}
.card .cat{margin-bottom:9px}
.card h3{font-family:var(--serif);font-size:1.2rem;line-height:1.28;margin:6px 0 8px}
.card:hover h3{color:var(--acc-d)}
.card p{color:var(--mut);font-size:.9rem;margin-bottom:11px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.card .meta{font-size:.78rem;color:var(--mut)}

/* about strip */
.about{margin:56px 0;background:var(--bg2);border:1px solid var(--line);border-radius:18px;padding:34px 38px;display:grid;grid-template-columns:auto 1fr;gap:26px;align-items:center}
.about .pic{width:96px;height:96px;border-radius:50%;background:linear-gradient(135deg,var(--acc),#0c7a4c);flex:0 0 auto}
.about h4{font-size:1.15rem;margin-bottom:6px}.about h4 span{color:var(--acc-d)}
.about p{color:var(--ink2);font-size:.96rem;max-width:60ch}
@media(max-width:640px){.about{grid-template-columns:1fr;text-align:center;justify-items:center;padding:28px}}

/* newsletter */
.news{margin:20px 0 60px;background:linear-gradient(135deg,#0f1b16,#14332a);border-radius:18px;padding:44px 38px;text-align:center;color:#eafaf2}
.news h3{font-family:var(--serif);font-size:1.7rem;margin-bottom:8px}
.news p{color:#a9c6ba;margin-bottom:20px}
.news .form{display:flex;gap:10px;max-width:440px;margin:0 auto}
.news input{flex:1;border:0;border-radius:10px;padding:13px 15px;font-size:.95rem;font-family:inherit}
.news button{background:var(--acc);color:#fff;border:0;border-radius:10px;padding:0 22px;font-weight:700;cursor:pointer}
.news button:hover{background:var(--acc-d)}
@media(max-width:520px){.news .form{flex-direction:column}}

/* footer */
footer{border-top:1px solid var(--line);padding:40px 0;color:var(--mut);font-size:.86rem}
.fcols{display:flex;justify-content:space-between;flex-wrap:wrap;gap:26px}
.fcols a{display:block;padding:3px 0}.fcols a:hover{color:var(--acc-d)}
.fcols b{color:var(--ink);display:block;margin-bottom:8px;font-size:.8rem;text-transform:uppercase;letter-spacing:.05em}
.fbot{margin-top:26px;padding-top:18px;border-top:1px solid var(--line);display:flex;justify-content:space-between;flex-wrap:wrap;gap:10px}

/* article head */
.ahead{padding:44px 0 24px;text-align:center}
.crumb{font-size:.8rem;color:var(--mut);margin-bottom:16px}.crumb a{color:var(--acc-d);font-weight:600}
.ahead h1{font-family:var(--serif);font-size:2.7rem;line-height:1.13;letter-spacing:-.015em;max-width:16ch;margin:14px auto 16px}
.ahead .sub{font-size:1.16rem;color:var(--ink2);max-width:52ch;margin:0 auto 24px}
.ahead .byline{justify-content:center}
.ahead .byline .av{width:40px;height:40px}
.ahead .byline b{color:var(--ink);font-weight:700}
.share{display:flex;gap:9px;justify-content:center;margin-top:20px}
.share a{width:38px;height:38px;border:1px solid var(--line);border-radius:50%;display:grid;place-items:center;color:var(--mut);font-size:.85rem;font-weight:700}
.share a:hover{border-color:var(--acc);color:var(--acc-d)}
@media(max-width:640px){.ahead h1{font-size:1.95rem}}
.himg{max-width:960px;margin:8px auto 0;padding:0 22px}
.himg .ph{aspect-ratio:16/8;border-radius:16px}

/* article body (Ghost content) */
.gh-content{padding:36px 0 10px;font-family:var(--serif);font-size:1.19rem;line-height:1.8;color:#20302a}
.gh-content > p,.gh-content ul,.gh-content ol,.gh-content figure,.gh-content blockquote,.gh-content hr{margin:0 auto 22px}
.gh-content > p:first-of-type{font-size:1.3rem;line-height:1.65;color:var(--ink)}
.gh-content h2{font-family:var(--serif);font-size:1.6rem;line-height:1.25;margin:38px 0 14px;color:var(--ink);letter-spacing:-.01em}
.gh-content h3{font-family:var(--serif);font-size:1.3rem;margin:28px 0 10px;color:var(--ink)}
.gh-content a{color:var(--acc-d);text-decoration:underline;text-underline-offset:3px}
.gh-content ul,.gh-content ol{padding-left:1.3em}
.gh-content li{margin-bottom:8px}
.gh-content strong{color:var(--ink)}
.gh-content img{border-radius:12px;width:100%}
.gh-content figure{margin:28px 0}
.gh-content figcaption{text-align:center;font-family:var(--sans);font-size:.82rem;color:var(--mut);margin-top:9px}
.gh-content blockquote{font-family:var(--serif);font-size:1.5rem;line-height:1.4;color:var(--ink);border-left:4px solid var(--acc);padding:6px 0 6px 24px;font-style:italic}
.gh-content hr{border:0;border-top:1px solid var(--line)}
.gh-content .kg-callout-card{background:var(--acc-soft);border:1px solid #cfe9db;border-radius:14px;padding:16px 20px;font-family:var(--sans);font-size:1rem;line-height:1.6;color:#245a44;display:flex;gap:12px}
.gh-content code{background:var(--bg2);border:1px solid var(--line);border-radius:5px;padding:1px 6px;font-size:.88em}
.gh-content .kg-card{margin:28px auto}

/* tags + author + related */
.tags{max-width:700px;margin:26px auto 0;padding:0 22px;display:flex;gap:9px;flex-wrap:wrap}
.tag{background:var(--bg2);border:1px solid var(--line);border-radius:20px;padding:5px 13px;font-size:.8rem;color:var(--ink2);font-family:var(--sans)}
.author{max-width:700px;margin:36px auto;padding:26px;background:var(--bg2);border:1px solid var(--line);border-radius:18px;display:grid;grid-template-columns:auto 1fr;gap:20px;align-items:center;font-family:var(--sans)}
.author .pic{width:72px;height:72px;border-radius:50%;background:linear-gradient(135deg,var(--acc),#0c7a4c);flex:0 0 auto}
.author h4{font-size:1.05rem;margin-bottom:5px}.author h4 span{color:var(--acc-d)}
.author p{font-size:.92rem;color:var(--ink2);margin-bottom:9px}
.author .lk a{font-size:.84rem;font-weight:700;color:var(--acc-d);margin-right:14px}
@media(max-width:560px){.author{grid-template-columns:1fr;text-align:center;justify-items:center}}
.rel{padding:22px 0 10px;border-top:1px solid var(--line);margin-top:26px}
.rel .h{font-size:1.15rem;font-weight:800;margin-bottom:22px}

/* pagination */
.pagination{display:flex;align-items:center;justify-content:center;gap:20px;margin:36px 0 8px;font-size:.9rem;font-weight:600}
.pagination a{color:var(--acc-d);border:1px solid var(--line);border-radius:9px;padding:9px 16px}
.pagination a:hover{border-color:var(--acc)}
.pagination .page-number{color:var(--mut)}

/* mobile: kasih nafas kiri-kanan (dari 22 -> 28) */
@media(max-width:600px){.read,.himg,.tags{padding-left:28px;padding-right:28px}.wrap{padding-left:24px;padding-right:24px}}
