/* /korea/ — лоты Encar (2026-09-13) */
.kl-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); gap: 16px; }
.kl-card { display: flex; flex-direction: column; background: #fff; border: 1px solid #E3EAEE; border-radius: 14px; overflow: hidden; text-decoration: none; color: #0F2A3D; transition: transform .15s, border-color .15s; }
.kl-card:hover { transform: translateY(-2px); border-color: #00C896; }
.kl-card-img { position: relative; aspect-ratio: 4 / 3; background: #F4F7F8; }
.kl-card-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.kl-badge { position: absolute; left: 10px; top: 10px; background: rgba(15,42,61,.85); color: #fff; font-size: 11px; font-weight: 700; padding: 3px 8px; border-radius: 99px; }
.kl-card-body { padding: 12px 14px 14px; display: flex; flex-direction: column; gap: 4px; }
.kl-card-title { font-family: 'Manrope', sans-serif; font-weight: 700; font-size: 15px; line-height: 1.3; }
.kl-card-meta { font-size: 12.5px; color: #5C6F7B; }
.kl-card-price { font-family: 'Manrope', sans-serif; font-weight: 800; font-size: 18px; color: #00A67C; margin-top: 4px; display: flex; flex-direction: column; font-variant-numeric: tabular-nums; }
.kl-card-price span { font-size: 11px; font-weight: 500; color: #7C8D98; }
.kl-card-krw { font-size: 12px; color: #7C8D98; }
.kl-hero { display: grid; grid-template-columns: 1.4fr 1fr; gap: 28px; margin: 16px 0 36px; align-items: start; }
.kl-main img { width: 100%; border-radius: 16px; display: block; aspect-ratio: 4 / 3; object-fit: cover; background: #F4F7F8; }
.kl-thumbs { display: grid; grid-template-columns: repeat(6, 1fr); gap: 6px; margin-top: 8px; }
.kl-thumb img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 8px; display: block; background: #F4F7F8; }
.kl-photo-note { font-size: 12.5px; color: #7C8D98; margin: 10px 0 0; line-height: 1.5; }
.kl-summary h1 { font-family: 'Manrope', sans-serif; font-size: 30px; font-weight: 800; line-height: 1.15; margin: 8px 0 10px; color: #0F2A3D; text-wrap: balance; }
.kl-meta { color: #5C6F7B; font-size: 15px; margin-bottom: 16px; }
.kl-price { background: #0F2A3D; color: #fff; border-radius: 14px; padding: 16px 18px; margin-bottom: 16px; display: flex; flex-direction: column; gap: 2px; }
.kl-price span { font-size: 12px; color: rgba(255,255,255,.7); }
.kl-price strong { font-family: 'Manrope', sans-serif; font-size: 30px; color: #00C896; font-variant-numeric: tabular-nums; }
.kl-price small { font-size: 12px; color: rgba(255,255,255,.65); }
.kl-summary .imp-hero-list li::before { color: #00A67C; }
.kl-hub-hero .imp-hero-text h1 { font-size: 32px; }
.imp-other.active { background: #0F2A3D; color: #fff; border-color: #0F2A3D; }
@media (max-width: 860px) { .kl-hero { grid-template-columns: 1fr; } .kl-summary h1 { font-size: 24px; } .kl-thumbs { grid-template-columns: repeat(4, 1fr); } }
.kl-live { font-size: 13px; color: #00795A; background: #E6F8F1; display: inline-block; padding: 4px 10px; border-radius: 99px; margin-bottom: 14px; }

/* ── блок «лоты Encar» на чужих страницах (модели, лендинги, блог): без зависимости от import.css ── */
.kl-block { margin: 44px 0; }
.kl-block .imp-head h2, .kl-block h2 { font-family: 'Manrope', sans-serif; font-size: 26px; font-weight: 800; color: #0F2A3D; margin: 0 0 8px; text-wrap: balance; }
.kl-block .imp-head p { color: #5C6F7B; margin: 0 0 18px; max-width: 70ch; line-height: 1.55; }
.kl-block .imp-more { margin-top: 18px; }
.bg-article-content .kl-block .kl-card-title { font-size: 14px; }
/* контейнер /korea/ и лендингов — по сетке шапки: 1440px, отступы 32px */
.imp-wrap { max-width: 1440px; padding: 0 32px 60px; }
@media (max-width: 860px) { .imp-wrap { padding: 0 16px 48px; } }
/* лайтбокс фото лота */
.kl-lb { position: fixed; inset: 0; z-index: 9500; background: rgba(6, 16, 24, .94); display: none; align-items: center; justify-content: center; flex-direction: column; }
.kl-lb.is-open { display: flex; }
.kl-lb img { max-width: 92vw; max-height: 82vh; object-fit: contain; border-radius: 10px; background: #000; }
.kl-lb-x, .kl-lb-prev, .kl-lb-next { position: absolute; background: rgba(255,255,255,.12); color: #fff; border: 0; border-radius: 50%; width: 44px; height: 44px; font-size: 22px; cursor: pointer; display: flex; align-items: center; justify-content: center; }
.kl-lb-x { top: 16px; right: 16px; }
.kl-lb-prev { left: 16px; top: 50%; transform: translateY(-50%); }
.kl-lb-next { right: 16px; top: 50%; transform: translateY(-50%); }
.kl-lb-cnt { color: rgba(255,255,255,.7); font-size: 13px; margin-top: 12px; }
.kl-main, .kl-thumb { cursor: zoom-in; }
.kl-thumb.is-active img { outline: 2px solid #00C896; }
/* мобильный: галерея лота не должна вылезать за экран */
.kl-hero > * { min-width: 0; }
.kl-gallery, .kl-main, .kl-thumbs { max-width: 100%; min-width: 0; }
.kl-main img { width: 100%; max-width: 100%; }
@media (max-width: 480px) { .kl-summary .imp-hero-cta .btn, .kl-hub-hero .imp-hero-cta .btn { width: 100%; max-width: 100%; justify-content: center; white-space: normal; } }
