/*
Theme Name: Kata Orang Sebelah Lite
Theme URI: https://kataorangsebelah.my.id/
Author: Kata Orang Sebelah
Author URI: https://kataorangsebelah.my.id/
Description: Theme portal satire/parodi sederhana untuk Kata Orang Sebelah. Fokus pada artikel viral, rubrik dalam/luar negeri, poster parodi, headline ngawur, dan disclaimer satire yang jelas.
Version: 1.5.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: kata-orang-sebelah-lite
Tags: blog, news, grid-layout, custom-logo, featured-images, responsive-layout, satire
*/

:root{
  --kos-red:#D9251D;
  --kos-black:#0B0B0B;
  --kos-dark:#1B1B1B;
  --kos-gray:#2A2A2A;
  --kos-muted:#666666;
  --kos-cream:#F4EBD8;
  --kos-paper:#FFF9EE;
  --kos-white:#FFFFFF;
  --kos-line:#E5D8C3;
  --kos-radius:18px;
  --kos-shadow:0 14px 40px rgba(0,0,0,.12);
  --kos-header-logo-max:430px;
  --kos-font:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;
  --kos-headline:Impact,"Arial Black","Segoe UI Black",system-ui,sans-serif;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  overflow-x:hidden;
  font-family:var(--kos-font);
  background:var(--kos-paper);
  color:var(--kos-black);
  line-height:1.6;
  text-rendering:optimizeLegibility;
}
a{color:inherit;text-decoration:none}
a:hover{color:var(--kos-red)}
img{max-width:100%;height:auto;display:block}
button,input,textarea,select{font:inherit}

.screen-reader-text{position:absolute;left:-9999px;top:auto;width:1px;height:1px;overflow:hidden}
.skip-link{position:absolute;left:-9999px;top:8px;background:#fff;padding:8px 12px;z-index:9999}
.skip-link:focus{left:8px}

.kos-container{width:min(1180px,calc(100% - 32px));margin-inline:auto}
.kos-disclaimer-bar{
  background:var(--kos-black);
  color:var(--kos-white);
  font-weight:900;
  letter-spacing:.08em;
  text-align:center;
  text-transform:uppercase;
  padding:9px 12px;
  font-size:12px;
  border-bottom:4px solid var(--kos-red);
}
.kos-disclaimer-bar strong{color:var(--kos-cream)}

.kos-site-header{background:var(--kos-white);border-bottom:4px solid var(--kos-black)}
.kos-masthead{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  padding:16px 0;
}
.kos-brand{display:flex;align-items:center;gap:14px;min-width:0;max-width:100%}
.kos-logo,.kos-brand .custom-logo-link{display:inline-flex;align-items:center;max-width:100%}
.kos-logo img,.kos-brand .custom-logo{
  max-height:126px;
  width:auto;
  max-width:min(var(--kos-header-logo-max),100%);
  object-fit:contain;
}
.kos-text-logo{display:block}
.kos-site-title{
  margin:0;
  font-family:var(--kos-headline);
  font-size:clamp(28px,5vw,64px);
  line-height:.9;
  letter-spacing:.01em;
  text-transform:uppercase;
}
.kos-site-description{margin:6px 0 0;font-weight:800;color:var(--kos-gray);font-size:14px;text-transform:uppercase;letter-spacing:.06em}
.kos-header-badge{
  display:inline-flex;
  align-items:center;
  border:3px solid var(--kos-black);
  background:var(--kos-red);
  color:var(--kos-white);
  font-weight:1000;
  text-transform:uppercase;
  letter-spacing:.07em;
  padding:10px 14px;
  transform:rotate(-2deg);
  box-shadow:6px 6px 0 var(--kos-black);
  white-space:nowrap;
}

.kos-nav-wrap{background:var(--kos-black);border-top:1px solid #333;border-bottom:6px solid var(--kos-red)}
.kos-nav-inner{display:flex;align-items:center;justify-content:space-between;gap:16px}
.kos-menu-toggle{
  display:none;
  background:var(--kos-red);
  color:#fff;
  border:0;
  padding:13px 16px;
  font-weight:900;
  text-transform:uppercase;
}
.kos-primary-menu{list-style:none;display:flex;flex-wrap:wrap;gap:0;margin:0;padding:0}
.kos-primary-menu li{position:relative}
.kos-primary-menu a{
  display:block;
  color:var(--kos-white);
  font-weight:900;
  font-size:13px;
  text-transform:uppercase;
  letter-spacing:.04em;
  padding:16px 13px;
  border-right:1px solid rgba(255,255,255,.12);
}
.kos-primary-menu a:hover,.kos-primary-menu .current-menu-item>a{background:var(--kos-red);color:#fff}
.kos-primary-menu ul{display:none;position:absolute;top:100%;left:0;background:var(--kos-black);list-style:none;padding:0;margin:0;width:220px;z-index:50;border:3px solid var(--kos-red)}
.kos-primary-menu li:hover>ul{display:block}
.kos-primary-menu ul a{border-right:0;border-bottom:1px solid rgba(255,255,255,.12)}

.kos-main{padding:34px 0 50px}
.kos-grid{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:30px;align-items:start}
.kos-content{min-width:0}

.kos-section{margin-bottom:34px}
.kos-section-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  margin-bottom:18px;
  border-bottom:5px solid var(--kos-black);
}
.kos-section-title{
  display:inline-flex;
  align-items:center;
  gap:10px;
  margin:0;
  padding:9px 14px 7px;
  background:var(--kos-black);
  color:var(--kos-white);
  font-family:var(--kos-headline);
  font-size:clamp(22px,3vw,34px);
  line-height:1;
  text-transform:uppercase;
  letter-spacing:.02em;
}
.kos-section-title::before{content:"#";color:var(--kos-red)}
.kos-section-link{font-weight:900;text-transform:uppercase;color:var(--kos-red);font-size:13px}

.kos-hero{
  display:grid;
  grid-template-columns:1.35fr .9fr;
  gap:22px;
  margin-bottom:34px;
}
.kos-hero-main,.kos-hero-side-card,.kos-card,.kos-sidebar-box,.kos-empty-state{
  background:var(--kos-white);
  border:4px solid var(--kos-black);
  box-shadow:8px 8px 0 rgba(11,11,11,.9);
}
.kos-hero-main{position:relative;overflow:hidden}
.kos-hero-image{aspect-ratio:16/9;background:var(--kos-cream);overflow:hidden}
.kos-hero-image img{width:100%;height:100%;object-fit:cover}
.kos-hero-body{padding:20px}
.kos-label-row{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:12px;align-items:center}
.kos-label,.kos-category-badge{
  display:inline-flex;
  align-items:center;
  background:var(--kos-red);
  color:var(--kos-white);
  border:3px solid var(--kos-black);
  padding:4px 8px 3px;
  font-weight:1000;
  font-size:11px;
  text-transform:uppercase;
  letter-spacing:.08em;
  line-height:1.2;
}
.kos-category-badge{background:var(--kos-black);border-color:var(--kos-red)}
.kos-hero-title{
  margin:0 0 12px;
  font-family:var(--kos-headline);
  font-size:clamp(34px,5vw,64px);
  line-height:.94;
  letter-spacing:.005em;
  text-transform:uppercase;
}
.kos-hero-excerpt{font-size:18px;font-weight:650;margin:0 0 14px;color:var(--kos-gray)}
.kos-meta{font-size:13px;color:var(--kos-muted);font-weight:800;text-transform:uppercase;letter-spacing:.04em}
.kos-hero-side{display:grid;gap:18px}
.kos-hero-side-card{display:grid;grid-template-columns:130px 1fr;gap:12px;padding:12px;box-shadow:6px 6px 0 rgba(11,11,11,.9)}
.kos-hero-side-thumb{background:var(--kos-cream);aspect-ratio:1/1;overflow:hidden;border:3px solid var(--kos-black)}
.kos-hero-side-thumb img{width:100%;height:100%;object-fit:cover}
.kos-hero-side-title{font-family:var(--kos-headline);font-size:22px;line-height:1;margin:0 0 8px;text-transform:uppercase}

.kos-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
.kos-card{overflow:hidden;box-shadow:6px 6px 0 rgba(11,11,11,.88)}
.kos-card-thumb{aspect-ratio:16/10;background:var(--kos-cream);overflow:hidden;border-bottom:4px solid var(--kos-black)}
.kos-card-thumb img{width:100%;height:100%;object-fit:cover;transition:transform .18s ease}
.kos-card:hover img{transform:scale(1.04)}
.kos-card-body{padding:15px}
.kos-card-title{font-family:var(--kos-headline);font-size:26px;line-height:1;margin:0 0 10px;text-transform:uppercase}
.kos-card-excerpt{font-size:14px;margin:0 0 12px;color:var(--kos-gray)}

.kos-sidebar{position:sticky;top:20px}
.kos-sidebar-box{padding:18px;margin-bottom:22px;box-shadow:6px 6px 0 rgba(11,11,11,.88)}
.kos-sidebar-title{
  margin:0 0 14px;
  font-family:var(--kos-headline);
  font-size:28px;
  line-height:1;
  text-transform:uppercase;
  border-bottom:4px solid var(--kos-red);
  padding-bottom:8px;
}
.kos-sidebar ul{padding-left:18px;margin:0}
.kos-sidebar li{margin:0 0 10px;font-weight:800}
.kos-trending-list{counter-reset:kos-trend;list-style:none!important;padding:0!important}
.kos-trending-list li{counter-increment:kos-trend;display:grid;grid-template-columns:36px 1fr;gap:10px;align-items:start;margin-bottom:14px!important}
.kos-trending-list li::before{
  content:counter(kos-trend);
  display:grid;
  place-items:center;
  width:32px;height:32px;
  background:var(--kos-red);
  color:#fff;
  border:3px solid var(--kos-black);
  font-family:var(--kos-headline);
}
.kos-search-form{display:flex;gap:8px}
.kos-search-field{min-width:0;flex:1;padding:11px;border:3px solid var(--kos-black);background:var(--kos-paper);font-weight:700}
.kos-search-submit,.kos-button{
  border:3px solid var(--kos-black);
  background:var(--kos-red);
  color:var(--kos-white);
  font-weight:1000;
  text-transform:uppercase;
  padding:10px 12px;
  cursor:pointer;
  box-shadow:4px 4px 0 var(--kos-black);
}
.kos-search-submit:hover,.kos-button:hover{background:var(--kos-black);color:#fff}

.kos-single,.kos-page,.kos-archive{background:var(--kos-white);border:4px solid var(--kos-black);box-shadow:8px 8px 0 var(--kos-black);padding:24px}
.kos-single-title,.kos-page-title,.kos-archive-title{
  margin:0 0 16px;
  font-family:var(--kos-headline);
  font-size:clamp(38px,6vw,76px);
  line-height:.92;
  text-transform:uppercase;
}
.kos-single-subnote{
  padding:14px 16px;
  background:var(--kos-cream);
  border:3px dashed var(--kos-red);
  font-weight:850;
  margin:18px 0;
}
.kos-featured{margin:20px 0;border:4px solid var(--kos-black)}
.kos-entry-content{font-size:18px;line-height:1.75}
.kos-entry-content p{margin:0 0 1.2em}
.kos-entry-content h2,.kos-entry-content h3{font-family:var(--kos-headline);text-transform:uppercase;line-height:1.05;margin:1.5em 0 .45em}
.kos-entry-content blockquote{border-left:8px solid var(--kos-red);background:var(--kos-cream);padding:16px 18px;margin:24px 0;font-weight:800}
.kos-entry-content a{text-decoration:underline;text-decoration-thickness:2px;text-decoration-color:var(--kos-red)}
.kos-share{border-top:4px solid var(--kos-black);margin-top:28px;padding-top:18px;display:flex;flex-wrap:wrap;gap:10px;align-items:center}
.kos-share strong{font-family:var(--kos-headline);font-size:24px;text-transform:uppercase;margin-right:6px}
.kos-share a{border:3px solid var(--kos-black);background:var(--kos-cream);padding:8px 10px;font-weight:900;text-transform:uppercase;font-size:13px}
.kos-share a:hover{background:var(--kos-red);color:#fff}

.kos-pagination{margin-top:28px;display:flex;gap:8px;flex-wrap:wrap;font-weight:900;text-transform:uppercase}
.kos-pagination .page-numbers{border:3px solid var(--kos-black);padding:8px 12px;background:var(--kos-white)}
.kos-pagination .current{background:var(--kos-red);color:#fff}

.kos-footer{background:var(--kos-black);color:var(--kos-white);border-top:7px solid var(--kos-red);padding:34px 0;margin-top:40px}
.kos-footer-grid{display:grid;grid-template-columns:1.4fr .8fr .8fr;gap:28px}
.kos-footer h2,.kos-footer h3{font-family:var(--kos-headline);text-transform:uppercase;margin:0 0 12px;line-height:1}
.kos-footer p{margin:0 0 12px;color:#eee}
.kos-footer a{color:#fff;font-weight:800}
.kos-footer ul{margin:0;padding-left:18px}
.kos-copyright{border-top:1px solid rgba(255,255,255,.2);margin-top:24px;padding-top:18px;font-size:13px;color:#ddd}

.kos-empty-state{padding:26px;margin-bottom:28px;background:var(--kos-white)}
.kos-empty-state h2{font-family:var(--kos-headline);font-size:40px;text-transform:uppercase;margin:0 0 10px;line-height:1}
.kos-empty-state code{background:var(--kos-cream);padding:2px 5px;border:1px solid var(--kos-line)}

.wp-caption,.gallery-caption{max-width:100%}
.bypostauthor{display:block}
.alignleft{float:left;margin:0 1.2em 1.2em 0}
.alignright{float:right;margin:0 0 1.2em 1.2em}
.aligncenter{display:block;margin-inline:auto}

@media (max-width: 1100px){
  .kos-container{width:min(100% - 28px,1180px)}
  .kos-primary-menu a{font-size:12px;padding:15px 10px}
  .kos-card-title{font-size:24px}
  .kos-header-badge{font-size:13px;padding:9px 12px}
}

@media (max-width: 980px){
  .kos-grid{grid-template-columns:1fr}
  .kos-sidebar{position:static}
  .kos-hero{grid-template-columns:1fr}
  .kos-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .kos-footer-grid{grid-template-columns:1fr}
  .kos-header-badge{display:none}
  .kos-masthead{justify-content:center;text-align:center}
  .kos-logo img,.kos-brand .custom-logo{max-height:104px;max-width:min(380px,100%)}
}

@media (max-width: 720px){
  .kos-container{width:min(100% - 20px,1180px)}
  .kos-disclaimer-bar{font-size:10px;letter-spacing:.04em;line-height:1.35;padding:8px 10px;border-bottom-width:3px}
  .kos-masthead{padding:12px 0}
  .kos-logo img,.kos-brand .custom-logo{max-height:78px;max-width:min(280px,92vw)}
  .kos-menu-toggle{display:flex;width:100%;align-items:center;justify-content:center;gap:8px;border-bottom:1px solid rgba(255,255,255,.16)}
  .kos-menu-toggle::before{content:"☰";font-size:18px;line-height:1}
  .kos-nav-inner{display:block;width:100%}
  .kos-primary-menu{display:none;flex-direction:column;width:100%;max-height:calc(100vh - 150px);overflow:auto}
  .kos-primary-menu.kos-menu-open{display:flex}
  .kos-primary-menu a{border-right:0;border-top:1px solid rgba(255,255,255,.12);font-size:13px;padding:14px 12px}
  .kos-primary-menu ul{position:static;display:block;width:100%;border:0;background:#171717}
  .kos-main{padding:20px 0 34px}
  .kos-section{margin-bottom:26px}
  .kos-section-head{align-items:flex-end;margin-bottom:14px;border-bottom-width:4px}
  .kos-section-title{font-size:26px;padding:8px 10px 7px}
  .kos-section-link{font-size:12px}
  .kos-hero{gap:16px;margin-bottom:24px}
  .kos-hero-main,.kos-hero-side-card,.kos-card,.kos-sidebar-box,.kos-empty-state{border-width:3px;box-shadow:5px 5px 0 rgba(11,11,11,.9)}
  .kos-hero-body{padding:15px}
  .kos-hero-title{font-size:38px;line-height:.95}
  .kos-hero-excerpt{font-size:15px}
  .kos-card-grid{grid-template-columns:1fr;gap:18px}
  .kos-card-body{padding:13px}
  .kos-card-title{font-size:25px}
  .kos-card-excerpt{font-size:14px}
  .kos-hero-side-card{grid-template-columns:96px 1fr;gap:10px;padding:10px}
  .kos-hero-side-title{font-size:20px}
  .kos-sidebar-box{padding:15px;margin-bottom:18px}
  .kos-sidebar-title{font-size:26px}
  .kos-search-form{gap:6px}
  .kos-search-field{padding:10px;font-size:14px}
  .kos-search-submit{padding:10px 11px}
  .kos-single,.kos-page,.kos-archive{padding:16px;border-width:3px;box-shadow:5px 5px 0 var(--kos-black)}
  .kos-single-title,.kos-page-title,.kos-archive-title{font-size:40px}
  .kos-entry-content{font-size:16px;line-height:1.7}
  .kos-footer{padding:26px 0;margin-top:28px}
}

@media (max-width: 480px){
  .kos-container{width:min(100% - 16px,1180px)}
  .kos-logo img,.kos-brand .custom-logo{max-height:66px;max-width:235px}
  .kos-nav-wrap{border-bottom-width:4px}
  .kos-primary-menu a{font-size:12px;padding:13px 10px}
  .kos-hero-image{aspect-ratio:16/11}
  .kos-hero-side-card{grid-template-columns:1fr}
  .kos-hero-side-thumb{aspect-ratio:16/9}
  .kos-hero-title{font-size:33px}
  .kos-section-title{font-size:23px}
  .kos-card-title{font-size:23px}
  .kos-label,.kos-category-badge{font-size:10px;padding:4px 7px 3px;border-width:2px}
  .kos-meta{font-size:11px}
  .kos-sidebar-title{font-size:24px}
  .kos-single-title,.kos-page-title,.kos-archive-title{font-size:34px}
  .kos-share{gap:8px}
  .kos-share strong{width:100%;font-size:22px}
  .kos-share a{font-size:12px;padding:7px 9px}
}


/* v1.3: rapikan hero, hilangkan email author, dan amankan thumbnail mobile */
.kos-hero{display:block;margin-bottom:30px}
.kos-hero-main{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(320px,.85fr);
  align-items:stretch;
  overflow:hidden;
}
.kos-hero-image{aspect-ratio:16/10;max-height:360px;min-height:260px;background:var(--kos-cream);border-right:4px solid var(--kos-black)}
.kos-hero-image img{width:100%;height:100%;object-fit:cover}
.kos-hero-body{display:flex;flex-direction:column;justify-content:center;padding:24px 24px 22px;background:var(--kos-white)}
.kos-hero-title{font-size:clamp(36px,4.2vw,60px);max-width:10ch}
.kos-hero-side{display:none}
.kos-status-note{background:var(--kos-white);border:3px dashed var(--kos-black);padding:18px;margin-top:12px;font-weight:800}
.kos-card-grid.is-empty{display:block}
.kos-brand .custom-logo-link img.custom-logo{object-fit:contain}

@media (max-width: 980px){
  .kos-hero-main{grid-template-columns:1fr}
  .kos-hero-image{border-right:0;border-bottom:4px solid var(--kos-black);max-height:320px;min-height:220px}
  .kos-hero-title{max-width:none}
}
@media (max-width: 720px){
  .kos-masthead{padding:10px 0}
  .kos-hero-image{aspect-ratio:16/9;min-height:0;max-height:none}
  .kos-hero-title{font-size:34px}
  .kos-hero-body{padding:15px}
  .kos-main{padding-top:16px}
  .kos-grid{gap:22px}
  .kos-section-title{font-size:24px}
  .kos-footer-grid{gap:18px}
}
@media (max-width: 480px){
  .kos-hero-title{font-size:30px}
  .kos-hero-excerpt{display:none}
}


/* v1.3 fixes */
.kos-meta .kos-author{display:none}
.kos-hero-main{grid-template-columns:minmax(0,1.05fr) minmax(320px,.95fr)}
.kos-hero-image{aspect-ratio:16/9;max-height:320px;min-height:0;background:var(--kos-black)}
.kos-hero-image img{object-fit:contain;background:var(--kos-black)}
.kos-hero-title{max-width:none;font-size:clamp(34px,3.8vw,54px)}
.kos-hero-excerpt{font-size:16px;line-height:1.55}
.kos-hero-body{padding:22px}
.kos-card-thumb{background:var(--kos-black)}
.kos-card-thumb img{object-position:center center}
.kos-single .kos-meta,.kos-hero-main .kos-meta{color:#555}
@media (max-width: 980px){
  .kos-hero-main{grid-template-columns:1fr}
  .kos-hero-image{max-height:none;border-right:0;border-bottom:4px solid var(--kos-black)}
}
@media (max-width: 720px){
  .kos-hero-title{font-size:31px;line-height:.98}
  .kos-hero-body{padding:14px}
  .kos-label-row{gap:6px;margin-bottom:10px}
  .kos-hero-image img{object-fit:cover}
}
@media (max-width: 420px){
  .kos-hero-title{font-size:28px}
  .kos-disclaimer-bar{font-size:9px}
}


/* v1.4 PRO CLEAN: lebih ringan, lebih profesional, mobile-first, komentar dimatikan */
:root{
  --kos-content-max:1120px;
  --kos-shadow-hard:5px 5px 0 rgba(11,11,11,.92);
}
body{background:#f7eddd;}
.kos-container{width:min(var(--kos-content-max),calc(100% - 36px));}
.kos-disclaimer-bar{font-size:11px;padding:8px 10px;}
.kos-site-header{border-bottom:0;background:#fff;}
.kos-masthead{min-height:150px;padding:18px 0;}
.kos-logo img,.kos-brand .custom-logo{max-height:95px;max-width:260px;}
.kos-header-badge{font-size:13px;padding:9px 14px;box-shadow:4px 4px 0 var(--kos-black);}
.kos-nav-wrap{border-bottom:4px solid var(--kos-red);}
.kos-primary-menu a{font-size:12px;padding:15px 12px;}
.kos-main{padding:28px 0 44px;}
.kos-grid{grid-template-columns:minmax(0,1fr) 300px;gap:26px;}
.kos-hero-main,.kos-card,.kos-sidebar-box,.kos-single,.kos-page,.kos-archive,.kos-empty-state{box-shadow:var(--kos-shadow-hard);}
.kos-hero-main{grid-template-columns:minmax(0,1fr) minmax(300px,.95fr);}
.kos-hero-body{padding:22px;}
.kos-hero-title{font-size:clamp(32px,3.4vw,48px);line-height:.96;}
.kos-hero-excerpt{font-size:15.5px;line-height:1.55;margin-bottom:10px;}
.kos-meta{font-size:11px;letter-spacing:.05em;color:#444;}
.kos-label,.kos-category-badge{font-size:10px;border-width:2px;padding:4px 7px;}
.kos-section-title{font-size:clamp(21px,2.3vw,29px);padding:8px 12px 7px;}
.kos-card-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;}
.kos-card{border-width:3px;}
.kos-card-thumb{border-bottom-width:3px;aspect-ratio:16/9;}
.kos-card-title{font-size:22px;line-height:1.02;}
.kos-card-excerpt{font-size:13.5px;line-height:1.55;}
.kos-sidebar{position:sticky;top:16px;}
.kos-sidebar-box{border-width:3px;padding:15px;margin-bottom:18px;}
.kos-sidebar-title{font-size:24px;}
.kos-search-field{border-width:2px;font-size:14px;}
.kos-search-submit,.kos-button{border-width:2px;box-shadow:3px 3px 0 var(--kos-black);}
.kos-single,.kos-page,.kos-archive{border-width:3px;padding:22px;}
.kos-single-title,.kos-page-title,.kos-archive-title{font-size:clamp(34px,4.2vw,58px);line-height:.96;margin-bottom:12px;}
.kos-single-subnote{font-size:14px;line-height:1.55;margin:16px 0;border-width:2px;}
.kos-featured{border-width:3px;margin:18px 0;background:var(--kos-black);}
.kos-featured img{width:100%;height:auto;}
.kos-entry-content{font-size:17px;line-height:1.82;}
.kos-entry-content p{margin-bottom:1.15em;}
.kos-share{margin-top:24px;padding-top:16px;}
.kos-related{margin-top:30px;border-top:4px solid var(--kos-black);padding-top:18px;}
.kos-related-title{font-family:var(--kos-headline);font-size:30px;line-height:1;text-transform:uppercase;margin:0 0 14px;}
.kos-related-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin:0;padding:0;list-style:none;}
.kos-related-list a{display:block;background:#fff;border:3px solid var(--kos-black);box-shadow:4px 4px 0 var(--kos-black);padding:12px;font-weight:900;line-height:1.25;}
.kos-related-list a:hover{background:var(--kos-red);color:#fff;}
.comment-respond,.comments-area,.comment-list,.nocomments{display:none!important;}
.kos-footer{margin-top:28px;padding:30px 0;}
.kos-footer-grid{grid-template-columns:1.2fr .8fr .8fr;gap:24px;}

@media (max-width: 980px){
  .kos-container{width:min(100% - 28px,var(--kos-content-max));}
  .kos-masthead{min-height:120px;}
  .kos-grid{grid-template-columns:1fr;}
  .kos-sidebar{position:static;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;}
  .kos-sidebar-box{margin-bottom:0;}
  .kos-hero-main{grid-template-columns:1fr;}
  .kos-hero-image{border-right:0;border-bottom:3px solid var(--kos-black);max-height:none;}
  .kos-card-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
}

@media (max-width: 720px){
  body{background:#f7eddd;}
  .kos-container{width:min(100% - 18px,var(--kos-content-max));}
  .kos-disclaimer-bar{font-size:10px;line-height:1.3;padding:7px 8px;}
  .kos-masthead{min-height:auto;padding:10px 0;}
  .kos-logo img,.kos-brand .custom-logo{max-height:58px;max-width:210px;}
  .kos-nav-wrap{border-bottom-width:3px;}
  .kos-menu-toggle{display:flex;width:100%;justify-content:center;background:var(--kos-red);font-size:13px;letter-spacing:.06em;padding:12px 14px;}
  .kos-primary-menu{display:none;flex-direction:column;}
  .kos-primary-menu.kos-menu-open{display:flex;}
  .kos-primary-menu a{font-size:12px;padding:12px 14px;}
  .kos-main{padding:16px 0 26px;}
  .kos-hero{margin-bottom:22px;}
  .kos-hero-main,.kos-card,.kos-single,.kos-page,.kos-archive,.kos-sidebar-box,.kos-empty-state{border-width:3px;box-shadow:4px 4px 0 var(--kos-black);}
  .kos-hero-image{aspect-ratio:16/9;background:#000;}
  .kos-hero-image img{width:100%;height:100%;object-fit:cover;}
  .kos-hero-body{padding:14px;}
  .kos-hero-title{font-size:29px;line-height:.98;margin-bottom:8px;}
  .kos-hero-excerpt{display:none;}
  .kos-label-row{gap:6px;margin-bottom:9px;}
  .kos-label,.kos-category-badge{font-size:9px;border-width:2px;padding:3px 6px;}
  .kos-meta{font-size:10px;}
  .kos-section-head{margin-bottom:12px;}
  .kos-section-title{font-size:22px;padding:7px 10px 6px;}
  .kos-card-grid{grid-template-columns:1fr;gap:15px;}
  .kos-card-body{padding:12px;}
  .kos-card-title{font-size:22px;}
  .kos-grid{gap:20px;}
  .kos-sidebar{display:none;}
  .kos-single,.kos-page,.kos-archive{padding:15px;}
  .kos-single-title,.kos-page-title,.kos-archive-title{font-size:31px;line-height:1;margin-bottom:10px;}
  .kos-single-subnote{font-size:13px;margin:14px 0;padding:12px;}
  .kos-featured{margin:14px 0;}
  .kos-entry-content{font-size:16px;line-height:1.78;}
  .kos-share{gap:8px;}
  .kos-share strong{width:100%;font-size:21px;}
  .kos-share a{font-size:12px;padding:7px 9px;}
  .kos-related-list{grid-template-columns:1fr;}
  .kos-footer{padding:24px 0;margin-top:24px;}
  .kos-footer-grid{grid-template-columns:1fr;gap:16px;}
  .kos-footer h2,.kos-footer h3{font-size:23px;}
}

@media (max-width: 420px){
  .kos-container{width:min(100% - 14px,var(--kos-content-max));}
  .kos-logo img,.kos-brand .custom-logo{max-height:52px;max-width:190px;}
  .kos-hero-title{font-size:27px;}
  .kos-single-title,.kos-page-title,.kos-archive-title{font-size:29px;}
  .kos-entry-content{font-size:15.5px;}
}


/* v1.5 PRO PORTAL: hilangkan instruksi internal, homepage lebih bersih, mobile lebih cepat dibaca */
.kos-status-note{display:none!important;}
.kos-card-grid.is-empty{display:none!important;}
.kos-empty-public{display:none!important;}

/* Homepage: lebih seperti portal, bukan blog default */
.home .kos-main{padding-top:24px;}
.home .kos-hero-main{max-width:100%;}
.home .kos-hero-title a:hover{text-decoration:none;color:var(--kos-red);}
.kos-section-head{border-bottom-width:4px;}
.kos-section-title{letter-spacing:.01em;}
.kos-section-link{background:transparent;color:var(--kos-red);padding:6px 8px;border:0;}

/* Artikel detail: bersih dan tidak terlalu berat */
.single .kos-single{max-width:780px;}
.single .kos-grid{grid-template-columns:minmax(0,1fr) 280px;}
.kos-single-title{max-width:820px;}
.kos-single-subnote{background:#fff8ec;}
.kos-featured img{object-fit:cover;}
.kos-entry-content{max-width:760px;}
.kos-share a{transition:background .15s ease,color .15s ease,transform .15s ease;}
.kos-share a:hover{transform:translateY(-1px);}

/* Sidebar lebih rapi */
.kos-sidebar-box{background:#fffef8;}
.kos-sidebar li a:hover{color:var(--kos-red);}

/* Footer lebih padat */
.kos-footer{font-size:15px;}
.kos-footer p{line-height:1.65;}

@media (max-width: 980px){
  .single .kos-grid{grid-template-columns:1fr;}
  .single .kos-single{max-width:none;}
}

@media (max-width: 720px){
  .kos-disclaimer-bar{position:relative;z-index:5;}
  .kos-site-header{border-bottom:0;}
  .kos-masthead{background:#fff;padding:8px 0;}
  .kos-logo img,.kos-brand .custom-logo{max-height:50px;max-width:180px;}
  .kos-menu-toggle{min-height:46px;}
  .kos-main{padding-top:14px;}
  .home .kos-main{padding-top:14px;}
  .kos-hero-main{border-width:3px;}
  .kos-hero-body{padding:13px 12px 14px;}
  .kos-hero-title{font-size:26px;line-height:1.02;margin-bottom:7px;}
  .kos-section-head{display:grid;grid-template-columns:1fr auto;align-items:stretch;gap:0;border-bottom:3px solid var(--kos-black);}
  .kos-section-title{font-size:20px;padding:8px 10px 7px;}
  .kos-section-link{display:grid;place-items:center;background:#fff;border-left:3px solid var(--kos-black);font-size:10px;padding:0 10px;}
  .kos-card-thumb{aspect-ratio:16/9;}
  .kos-card-excerpt{display:none;}
  .kos-card-title{font-size:20px;line-height:1.04;}
  .kos-single{border-width:3px;padding:14px;}
  .kos-single-title{font-size:27px;line-height:1.03;}
  .kos-single-subnote{font-size:12.5px;line-height:1.55;padding:10px 11px;}
  .kos-entry-content{font-size:15.7px;line-height:1.76;}
  .kos-entry-content p{margin-bottom:1.05em;}
  .kos-featured{border-width:2px;margin:12px 0;}
  .kos-footer{padding:22px 0;font-size:14px;}
  .kos-footer h2,.kos-footer h3{font-size:21px;}
  .kos-copyright{font-size:11px;}
}

@media (max-width: 420px){
  .kos-container{width:calc(100% - 12px);}
  .kos-disclaimer-bar{font-size:8.5px;}
  .kos-logo img,.kos-brand .custom-logo{max-height:46px;max-width:165px;}
  .kos-hero-title,.kos-single-title{font-size:25px;}
  .kos-label,.kos-category-badge{font-size:8.5px;}
  .kos-meta{font-size:9.5px;}
  .kos-entry-content{font-size:15.2px;}
}
