/*
Theme Name: KRX18
Theme URI: https://krx18.me/
Author: KRX18
Description: Cinematic poster-wall catalog theme for Asian erotic cinema. Dark ink canvas, coral accents, serif headlines, asymmetric 2:3 poster grid with information layered over each poster.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
Text Domain: krx18
*/

[hidden]{display:none!important}

/* ----------------------------------------------------------------------
 * Token warna & ukuran
 * -------------------------------------------------------------------- */
:root{
	--krx-ink:#0c0f15;
	--krx-ink-2:#131720;
	--krx-ink-3:#1b202c;
	--krx-line:#262d3b;
	--krx-line-soft:#1e2431;
	--krx-text:#ece7dd;
	--krx-text-soft:#b9b3a8;
	--krx-muted:#7f8798;
	--krx-coral:#ff7a59;
	--krx-coral-deep:#e35f3f;
	--krx-peach:#ffc3a6;
	--krx-glow:rgba(255,122,89,.28);
	--krx-serif:Georgia,"Iowan Old Style","Palatino Linotype","Times New Roman",serif;
	--krx-sans:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
	--krx-wrap:1320px;
	--krx-gutter:20px;
	--krx-radius:10px;
	--krx-radius-sm:6px;
	--krx-tap:44px;
}

/* ----------------------------------------------------------------------
 * Dasar
 * -------------------------------------------------------------------- */
*,*::before,*::after{box-sizing:border-box}
html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}
body.krx-body{
	margin:0;
	background:var(--krx-ink);
	color:var(--krx-text);
	font-family:var(--krx-sans);
	font-size:15px;
	line-height:1.55;
	-webkit-font-smoothing:antialiased;
}
body.krx-body a{color:var(--krx-peach);text-decoration:none}
body.krx-body a:hover{color:var(--krx-coral)}
img{max-width:100%;height:auto;display:block}
h1,h2,h3{font-family:var(--krx-serif);font-weight:600;letter-spacing:.01em;margin:0}
p{margin:0 0 1em}
ul{margin:0;padding:0;list-style:none}
summary{cursor:pointer;list-style:none}
summary::-webkit-details-marker{display:none}
button,input{font:inherit;color:inherit}
:focus-visible{outline:2px solid var(--krx-coral);outline-offset:2px}

.krx-skip{
	position:absolute;left:-999px;top:8px;z-index:100;
	background:var(--krx-coral);color:var(--krx-ink);
	padding:10px 16px;border-radius:var(--krx-radius-sm);font-weight:600;
}
.krx-skip:focus{left:8px;color:var(--krx-ink)}

.krx-main{
	width:100%;max-width:var(--krx-wrap);
	margin:0 auto;padding:12px var(--krx-gutter) 56px;
}

/* ----------------------------------------------------------------------
 * Kepala: bar merek + navigasi + pencarian, lalu pita genre
 * -------------------------------------------------------------------- */
.krx-top{
	position:relative;z-index:30;
	background:linear-gradient(180deg,#11151d 0%,var(--krx-ink) 100%);
	border-bottom:1px solid var(--krx-line-soft);
}
.krx-top__bar{
	max-width:var(--krx-wrap);margin:0 auto;
	padding:14px var(--krx-gutter) 10px;
	display:flex;flex-wrap:wrap;align-items:center;gap:12px 24px;
}
.krx-brand{display:flex;flex-direction:column;line-height:1;gap:4px}
.krx-brand__link{
	display:inline-flex;align-items:baseline;
	font-family:var(--krx-serif);font-size:30px;font-weight:700;letter-spacing:.04em;
	color:var(--krx-text);min-height:var(--krx-tap);
}
.krx-brand__link:hover{color:var(--krx-text)}
.krx-brand__mark{color:var(--krx-text)}
.krx-brand__num{
	color:var(--krx-coral);margin-left:2px;
	text-shadow:0 0 18px var(--krx-glow);
}
.krx-brand__tag{
	font-size:10px;letter-spacing:.22em;text-transform:uppercase;color:var(--krx-muted);
}

.krx-nav{display:flex;align-items:center;gap:4px;flex-wrap:wrap}
.krx-nav__link,.krx-drop__btn{
	display:inline-flex;align-items:center;min-height:var(--krx-tap);
	padding:0 14px;border-radius:var(--krx-radius-sm);
	color:var(--krx-text-soft);font-weight:500;font-size:14px;
	transition:background .15s,color .15s;
}
.krx-nav__link:hover,.krx-drop__btn:hover,.krx-drop[open]>.krx-drop__btn{
	background:var(--krx-ink-3);color:var(--krx-text);
}
.krx-drop{position:relative}
.krx-drop__btn::after{
	content:"";display:inline-block;width:6px;height:6px;margin-left:8px;
	border-right:1.5px solid currentColor;border-bottom:1.5px solid currentColor;
	transform:translateY(-2px) rotate(45deg);
}
.krx-drop__panel{
	position:absolute;left:0;top:calc(100% + 6px);z-index:40;
	min-width:220px;max-height:70vh;overflow:auto;
	background:var(--krx-ink-2);border:1px solid var(--krx-line);
	border-radius:var(--krx-radius);padding:8px;
	box-shadow:0 18px 40px rgba(0,0,0,.55);
	display:grid;grid-template-columns:1fr 1fr;gap:2px;
}
.krx-drop__panel a{
	display:flex;align-items:center;min-height:40px;
	padding:0 12px;border-radius:var(--krx-radius-sm);
	color:var(--krx-text-soft);font-size:14px;white-space:nowrap;
}
.krx-drop__panel a:hover{background:var(--krx-ink-3);color:var(--krx-coral)}
.krx-drop__panel--grid{grid-template-columns:repeat(4,1fr);min-width:280px}
.krx-drop__panel--grid a{justify-content:center;padding:0 8px}

.krx-top__search{flex:1 1 260px;min-width:0;display:flex;justify-content:flex-end}

.krx-search{
	display:flex;align-items:stretch;width:100%;max-width:380px;
	background:var(--krx-ink-2);border:1px solid var(--krx-line);
	border-radius:999px;overflow:hidden;
	transition:border-color .15s,box-shadow .15s;
}
.krx-search:focus-within{border-color:var(--krx-coral);box-shadow:0 0 0 3px var(--krx-glow)}
.krx-search__label{
	position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;
}
.krx-search__input{
	flex:1 1 0;min-width:0;
	background:transparent;border:0;outline:0;
	padding:0 18px;min-height:var(--krx-tap);
	color:var(--krx-text);
}
.krx-search__input::placeholder{color:var(--krx-muted)}
.krx-search__input::-webkit-search-decoration,
.krx-search__input::-webkit-search-cancel-button{-webkit-appearance:none}
.krx-search__btn{
	flex:0 0 auto;display:inline-flex;align-items:center;gap:6px;
	min-width:var(--krx-tap);min-height:var(--krx-tap);padding:0 16px;
	border:0;background:var(--krx-coral);color:var(--krx-ink);
	font-weight:600;cursor:pointer;transition:background .15s;
}
.krx-search__btn:hover{background:var(--krx-coral-deep)}
.krx-search__icon{flex:0 0 auto}
.krx-search__text{font-size:13px}

.krx-ribbon{
	border-top:1px solid var(--krx-line-soft);
	background:var(--krx-ink);
}
.krx-ribbon__track{
	max-width:var(--krx-wrap);margin:0 auto;
	padding:8px var(--krx-gutter);
	display:flex;gap:8px;overflow-x:auto;
	scrollbar-width:none;-ms-overflow-style:none;
}
.krx-ribbon__track::-webkit-scrollbar{display:none}
.krx-ribbon__chip{
	flex:0 0 auto;display:inline-flex;align-items:center;
	min-height:34px;padding:0 14px;border-radius:999px;
	border:1px solid var(--krx-line);
	color:var(--krx-text-soft);font-size:13px;letter-spacing:.02em;
	transition:border-color .15s,color .15s,background .15s;
}
.krx-ribbon__chip:hover{border-color:var(--krx-coral);color:var(--krx-coral)}
.krx-ribbon__chip--on{background:var(--krx-coral);border-color:var(--krx-coral);color:var(--krx-ink)}
.krx-ribbon__chip--on:hover{color:var(--krx-ink)}

/* ----------------------------------------------------------------------
 * Hero beranda
 * -------------------------------------------------------------------- */
.krx-hero{
	position:relative;margin:8px 0 28px;
	border:1px solid var(--krx-line-soft);border-radius:16px;
	background:
		radial-gradient(60% 120% at 0% 0%,rgba(255,122,89,.16),transparent 60%),
		radial-gradient(40% 90% at 100% 100%,rgba(255,195,166,.08),transparent 60%),
		var(--krx-ink-2);
	overflow:hidden;
}
.krx-hero::before{
	content:"";position:absolute;inset:0;pointer-events:none;
	background:repeating-linear-gradient(90deg,transparent 0 46px,rgba(255,255,255,.025) 46px 47px);
}
.krx-hero__inner{position:relative;padding:40px 32px 34px;max-width:760px}
.krx-hero__kicker{
	margin:0 0 10px;font-size:11px;letter-spacing:.28em;text-transform:uppercase;
	color:var(--krx-coral);
}
.krx-hero__title{
	font-size:clamp(28px,4vw,46px);line-height:1.1;
	color:var(--krx-text);margin-bottom:14px;
}
.krx-hero__lead{
	font-size:16px;color:var(--krx-text-soft);max-width:620px;margin-bottom:18px;
}
.krx-hero__lead strong{color:var(--krx-peach);font-weight:600}

/* Chip term (hero, tahun, hasil kosong) */
.krx-chips{display:flex;flex-wrap:wrap;gap:8px}
.krx-chips li{display:contents}
.krx-chips a{
	display:inline-flex;align-items:center;gap:8px;
	min-height:38px;padding:0 14px;border-radius:999px;
	background:var(--krx-ink-3);border:1px solid var(--krx-line);
	color:var(--krx-text-soft);font-size:13px;
	transition:border-color .15s,color .15s;
}
.krx-chips a:hover{border-color:var(--krx-coral);color:var(--krx-coral)}
.krx-chips small{
	font-size:11px;color:var(--krx-muted);
	background:var(--krx-ink);padding:2px 7px;border-radius:999px;
}
.krx-chips--hero a{background:rgba(12,15,21,.6)}
.krx-chips--years a{min-width:76px;justify-content:center;min-height:var(--krx-tap)}

/* ----------------------------------------------------------------------
 * Blok seksi
 * -------------------------------------------------------------------- */
.krx-block{margin:0 0 40px}
.krx-block--page{margin-top:6px}
.krx-block--related{margin-top:48px;padding-top:32px;border-top:1px solid var(--krx-line-soft)}
.krx-block--country{padding-top:8px}
.krx-block--years{padding:24px;border:1px solid var(--krx-line-soft);border-radius:var(--krx-radius);background:var(--krx-ink-2)}
.krx-block__head{
	display:flex;align-items:baseline;justify-content:space-between;
	gap:12px 20px;flex-wrap:wrap;margin:0 0 16px;
	padding-bottom:10px;border-bottom:1px solid var(--krx-line-soft);
}
.krx-block__head--big{margin-bottom:10px;align-items:flex-end}
.krx-block__title{
	font-size:22px;color:var(--krx-text);
	padding-left:14px;position:relative;
}
.krx-block__title::before{
	content:"";position:absolute;left:0;top:.18em;bottom:.18em;width:3px;
	background:var(--krx-coral);border-radius:2px;
}
.krx-block__title--big{font-size:clamp(24px,3vw,34px);line-height:1.15}
.krx-block__note{font-size:13px;color:var(--krx-muted);letter-spacing:.02em}
.krx-block__more{
	display:inline-flex;align-items:center;min-height:36px;
	font-size:13px;font-weight:600;color:var(--krx-coral);
}
.krx-block__more::after{content:"\2192";margin-left:6px}
.krx-block__intro{color:var(--krx-text-soft);margin:0 0 20px;max-width:720px}
.krx-block__search{margin:0 0 24px;max-width:520px}
.krx-block__search .krx-search{max-width:none}

/* ----------------------------------------------------------------------
 * Dinding poster: grid 2:3, tiga kartu pertama diperbesar di beranda
 * -------------------------------------------------------------------- */
.krx-wall{
	display:grid;gap:14px;
	grid-template-columns:repeat(2,minmax(0,1fr));
}
.krx-card{position:relative;margin:0}
.krx-card__link{
	position:relative;display:block;
	aspect-ratio:2/3;border-radius:var(--krx-radius);overflow:hidden;
	background:var(--krx-ink-3);
	box-shadow:0 8px 24px rgba(0,0,0,.35);
	transition:transform .25s ease,box-shadow .25s ease;
}
.krx-card__link:hover{
	transform:translateY(-4px);
	box-shadow:0 18px 36px rgba(0,0,0,.5),0 0 0 1px var(--krx-coral);
}
.krx-card__frame{position:absolute;inset:0}
.krx-card__img{
	width:100%;height:100%;object-fit:cover;
	transition:transform .4s ease;
}
.krx-card__link:hover .krx-card__img{transform:scale(1.05)}
.krx-card__blank{
	width:100%;height:100%;display:flex;align-items:center;justify-content:center;
	background:linear-gradient(160deg,var(--krx-ink-3),var(--krx-ink-2));
	color:var(--krx-line);font-family:var(--krx-serif);font-size:64px;
}
.krx-card__year{
	position:absolute;top:10px;left:10px;z-index:2;
	padding:4px 9px;border-radius:999px;
	background:rgba(12,15,21,.78);border:1px solid rgba(255,255,255,.08);
	color:var(--krx-peach);font-size:12px;font-weight:600;letter-spacing:.04em;
	backdrop-filter:blur(4px);
}
.krx-card__veil{
	position:absolute;left:0;right:0;bottom:0;z-index:2;
	padding:48px 12px 12px;
	background:linear-gradient(180deg,rgba(12,15,21,0) 0%,rgba(12,15,21,.82) 55%,rgba(12,15,21,.96) 100%);
}
.krx-card__title{
	font-family:var(--krx-sans);font-weight:600;font-size:14px;line-height:1.3;
	color:var(--krx-text);
	display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;
}
.krx-card__meta{
	margin:5px 0 0;font-size:12px;color:var(--krx-text-soft);
	white-space:nowrap;overflow:hidden;text-overflow:ellipsis;
}
.krx-card--lead .krx-card__title{font-family:var(--krx-serif);font-size:20px}
.krx-card--lead .krx-card__meta{font-size:13px}
.krx-card--lead .krx-card__veil{padding:80px 16px 16px}
.krx-card--lead .krx-card__year{top:14px;left:14px;font-size:13px}
.krx-wall--lead .krx-card--lead{grid-column:span 2;grid-row:span 2}
.krx-empty{color:var(--krx-muted);padding:24px 0}

/* ----------------------------------------------------------------------
 * Paginasi (paginate_links mencetak .page-numbers)
 * -------------------------------------------------------------------- */
.krx-pages{
	display:flex;flex-wrap:wrap;justify-content:center;gap:6px;
	margin:28px 0 0;
}
.krx-pages .page-numbers{
	display:inline-flex;align-items:center;justify-content:center;
	min-width:var(--krx-tap);min-height:var(--krx-tap);padding:0 14px;
	border-radius:var(--krx-radius-sm);border:1px solid var(--krx-line);
	background:var(--krx-ink-2);color:var(--krx-text-soft);font-size:14px;
}
.krx-pages a.page-numbers:hover{border-color:var(--krx-coral);color:var(--krx-coral)}
.krx-pages .page-numbers.current{background:var(--krx-coral);border-color:var(--krx-coral);color:var(--krx-ink);font-weight:600}
.krx-pages .page-numbers.dots{border-color:transparent;background:transparent}

/* ----------------------------------------------------------------------
 * Remah roti
 * -------------------------------------------------------------------- */
.krx-crumbs{margin:6px 0 16px;font-size:13px}
.krx-crumbs ol{display:flex;flex-wrap:wrap;gap:4px 0;margin:0;padding:0;list-style:none}
.krx-crumbs li{display:flex;align-items:center;color:var(--krx-muted)}
.krx-crumbs li+li::before{content:"/";margin:0 8px;color:var(--krx-line)}
.krx-crumbs a{color:var(--krx-text-soft);display:inline-flex;align-items:center;min-height:28px}
.krx-crumbs a:hover{color:var(--krx-coral)}
.krx-crumbs span{color:var(--krx-muted);max-width:60vw;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}

/* ----------------------------------------------------------------------
 * Halaman judul: pemutar + poster + fakta
 * -------------------------------------------------------------------- */
.krx-film{margin:0}
.krx-player{
	margin:0 0 24px;border-radius:var(--krx-radius);overflow:hidden;
	background:#000;box-shadow:0 20px 50px rgba(0,0,0,.55);
	border:1px solid var(--krx-line-soft);
}
.krx-player__frame{position:relative;width:100%;aspect-ratio:16/9;background:#000}
.krx-player__frame iframe,.krx-player__frame video{
	position:absolute;inset:0;width:100%;height:100%;border:0;display:block;
}
.krx-player__frame--off{display:flex;align-items:center;justify-content:center;background:var(--krx-ink-2)}
.krx-player__msg{margin:0;padding:20px;color:var(--krx-muted);text-align:center}

.krx-film__body{display:grid;grid-template-columns:1fr;gap:24px}
.krx-film__side{max-width:220px}
.krx-film__poster{
	width:100%;aspect-ratio:2/3;object-fit:cover;
	border-radius:var(--krx-radius);border:1px solid var(--krx-line);
	box-shadow:0 12px 30px rgba(0,0,0,.45);
}
.krx-film__poster--blank{
	display:flex;align-items:center;justify-content:center;
	background:var(--krx-ink-3);color:var(--krx-line);
	font-family:var(--krx-serif);font-size:72px;
}
.krx-film__info{min-width:0}
.krx-film__title{
	font-size:clamp(24px,3.2vw,36px);line-height:1.15;color:var(--krx-text);margin-bottom:8px;
}
.krx-film__strap{color:var(--krx-peach);font-size:15px;letter-spacing:.02em;margin-bottom:14px}
.krx-film__tags{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 22px}
.krx-film__tags li{display:contents}
.krx-film__tags a{
	display:inline-flex;align-items:center;min-height:36px;padding:0 14px;
	border-radius:999px;border:1px solid var(--krx-coral);
	color:var(--krx-coral);font-size:13px;font-weight:500;
	transition:background .15s,color .15s;
}
.krx-film__tags a:hover{background:var(--krx-coral);color:var(--krx-ink)}
.krx-film__synopsis{margin:0 0 22px;max-width:760px}
.krx-film__synopsis p{color:var(--krx-text-soft);font-size:15px;line-height:1.7;margin:0}
.krx-film__sub{
	font-size:13px;font-family:var(--krx-sans);font-weight:600;
	letter-spacing:.16em;text-transform:uppercase;color:var(--krx-muted);margin-bottom:8px;
}
.krx-film__facts{
	margin:0;padding:0;display:grid;
	grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1px;
	background:var(--krx-line-soft);border:1px solid var(--krx-line-soft);
	border-radius:var(--krx-radius);overflow:hidden;max-width:760px;
}
.krx-film__fact{background:var(--krx-ink-2);padding:12px 14px}
.krx-film__fact dt{font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:var(--krx-muted);margin-bottom:4px}
.krx-film__fact dd{margin:0;font-size:15px;color:var(--krx-text)}
.krx-film__fact dd a{color:var(--krx-peach)}
.krx-film__fact dd a:hover{color:var(--krx-coral)}

/* ----------------------------------------------------------------------
 * FAQ
 * -------------------------------------------------------------------- */
.krx-faq{max-width:860px}
.krx-faq__list{display:flex;flex-direction:column;gap:8px}
.krx-faq__item{
	border:1px solid var(--krx-line-soft);border-radius:var(--krx-radius);
	background:var(--krx-ink-2);overflow:hidden;
}
.krx-faq__item[open]{border-color:var(--krx-line)}
.krx-faq__q{
	display:flex;align-items:center;justify-content:space-between;gap:12px;
	min-height:52px;padding:12px 18px;
	font-family:var(--krx-serif);font-size:17px;color:var(--krx-text);
}
.krx-faq__q::after{
	content:"+";flex:0 0 auto;font-family:var(--krx-sans);font-size:20px;color:var(--krx-coral);
	transition:transform .2s;
}
.krx-faq__item[open] .krx-faq__q::after{transform:rotate(45deg)}
.krx-faq__a{margin:0;padding:0 18px 16px;color:var(--krx-text-soft);line-height:1.7}

/* ----------------------------------------------------------------------
 * Hasil kosong, 404, halaman statis
 * -------------------------------------------------------------------- */
.krx-empty-box{
	padding:28px;border:1px dashed var(--krx-line);border-radius:var(--krx-radius);
	background:var(--krx-ink-2);color:var(--krx-text-soft);max-width:720px;
}
.krx-empty-box__lead{font-family:var(--krx-serif);font-size:20px;color:var(--krx-text);margin-bottom:6px}

.krx-lost{text-align:center;padding:40px 16px 48px;max-width:560px;margin:0 auto 32px}
.krx-lost__code{
	font-family:var(--krx-serif);font-size:96px;line-height:1;margin:0 0 6px;
	color:transparent;-webkit-text-stroke:1px var(--krx-coral);
}
.krx-lost__title{font-size:30px;margin-bottom:10px}
.krx-lost__text{color:var(--krx-text-soft);margin-bottom:20px}
.krx-lost__search{margin:0 auto 18px;max-width:420px}
.krx-lost__search .krx-search{max-width:none}
.krx-lost__home{
	display:inline-flex;align-items:center;min-height:var(--krx-tap);padding:0 22px;
	border-radius:999px;border:1px solid var(--krx-coral);color:var(--krx-coral);font-weight:600;
}
.krx-lost__home:hover{background:var(--krx-coral);color:var(--krx-ink)}

.krx-page{max-width:860px}
.krx-prose{color:var(--krx-text-soft);font-size:16px;line-height:1.75}
.krx-prose h2,.krx-prose h3{color:var(--krx-text);margin:1.4em 0 .5em}
.krx-prose h2{font-size:24px}
.krx-prose h3{font-size:19px}
.krx-prose ul,.krx-prose ol{padding-left:1.4em;margin:0 0 1em}
.krx-prose ul{list-style:disc}
.krx-prose a{text-decoration:underline;text-underline-offset:3px}
.krx-prose img{border-radius:var(--krx-radius)}

/* ----------------------------------------------------------------------
 * Kaki
 * -------------------------------------------------------------------- */
.krx-foot{
	border-top:1px solid var(--krx-line-soft);
	background:linear-gradient(180deg,var(--krx-ink) 0%,#080a0f 100%);
	color:var(--krx-text-soft);
}
.krx-foot__grid{
	max-width:var(--krx-wrap);margin:0 auto;
	padding:40px var(--krx-gutter) 28px;
	display:grid;gap:28px;grid-template-columns:1fr;
}
.krx-foot__about{max-width:420px;font-size:14px}
.krx-foot__brand{
	font-family:var(--krx-serif);font-size:26px;font-weight:700;letter-spacing:.04em;
	color:var(--krx-coral);margin-bottom:10px;
}
.krx-foot__brand span{color:var(--krx-text)}
.krx-foot__adult{
	font-size:12px;color:var(--krx-muted);margin:0;
	padding:8px 12px;border-left:2px solid var(--krx-coral);
}
.krx-foot__col{min-width:0}
.krx-foot__head{
	font-family:var(--krx-sans);font-size:12px;font-weight:600;
	letter-spacing:.18em;text-transform:uppercase;color:var(--krx-muted);margin-bottom:10px;
}
.krx-foot__list{display:flex;flex-direction:column;gap:2px}
.krx-foot__list a{
	display:inline-flex;align-items:center;min-height:30px;
	color:var(--krx-text-soft);font-size:14px;
}
.krx-foot__list a:hover{color:var(--krx-coral)}
.krx-foot__list--wrap{flex-direction:row;flex-wrap:wrap;gap:6px}
.krx-foot__list--wrap a{
	min-height:34px;padding:0 12px;border-radius:var(--krx-radius-sm);
	border:1px solid var(--krx-line-soft);
}
.krx-foot__base{
	border-top:1px solid var(--krx-line-soft);
	font-size:12px;color:var(--krx-muted);
}
.krx-foot__base p{max-width:var(--krx-wrap);margin:0 auto;padding:6px var(--krx-gutter)}
.krx-foot__base p:first-child{padding-top:16px}
.krx-foot__base p:last-child{padding-bottom:18px}

/* ----------------------------------------------------------------------
 * Responsif
 * -------------------------------------------------------------------- */
@media (min-width:600px){
	.krx-wall{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
	.krx-film__body{grid-template-columns:220px minmax(0,1fr);gap:32px}
	.krx-foot__grid{grid-template-columns:1.4fr 1fr 1fr 1fr}
}
@media (min-width:900px){
	.krx-wall{grid-template-columns:repeat(6,minmax(0,1fr))}
	.krx-film__body{grid-template-columns:260px minmax(0,1fr)}
	.krx-film__side{max-width:260px}
	.krx-hero__inner{padding:56px 48px 46px}
	.krx-top__bar{flex-wrap:nowrap}
}
@media (min-width:1200px){
	.krx-wall{gap:18px}
}
@media (max-width:599px){
	.krx-wall--lead .krx-card--lead{grid-column:auto;grid-row:auto}
	.krx-card--lead .krx-card__title{font-family:var(--krx-sans);font-size:14px}
	.krx-card--lead .krx-card__veil{padding:48px 12px 12px}
	.krx-brand__tag{display:none}
	.krx-nav{order:3;width:100%;justify-content:flex-start}
	.krx-top__search{flex:1 1 100%;justify-content:stretch}
	.krx-search{max-width:none}
	.krx-search__text{display:none}
	.krx-drop__panel{min-width:200px}
	.krx-drop__panel--grid{grid-template-columns:repeat(3,1fr)}
	.krx-hero__inner{padding:28px 20px 24px}
	.krx-film__side{max-width:180px}
	.krx-block__title{font-size:19px}
}
@media (prefers-reduced-motion:reduce){
	html{scroll-behavior:auto}
	.krx-card__link,.krx-card__img,.krx-faq__q::after{transition:none}
}
