/* ===== NEWS — LIGHT BG + DARK CARDS ===== */

.lh-news-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-bottom: 48px; }

.lh-news-card { background: var(--card); border: 1px solid rgba(255,255,255,0.07); border-radius: var(--radius); overflow: hidden; display: flex; flex-direction: column; text-decoration: none; transition: border-color 0.22s, transform 0.22s, box-shadow 0.22s; box-shadow: 0 2px 8px rgba(0,0,0,0.1); }
.lh-news-card:hover { border-color: var(--border-green); transform: translateY(-3px); box-shadow: 0 8px 24px rgba(0,0,0,0.18); }

.lh-news-card__img { aspect-ratio: 16/9; overflow: hidden; background: var(--dark3); }
.lh-news-card__img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.3s; }
.lh-news-card:hover .lh-news-card__img img { transform: scale(1.04); }

.lh-news-card__body { padding: 20px; display: flex; flex-direction: column; flex: 1; }
.lh-news-card__meta { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
.lh-news-card__date { font-size: 12px; color: var(--text-dim); }
.lh-news-card__cat { font-size: 11px; font-weight: 600; color: var(--green); background: var(--green-glow); border: 1px solid var(--border-green); border-radius: 5px; padding: 2px 8px; }
.lh-news-card__title { font-family: 'Unbounded', sans-serif; font-size: 14px; font-weight: 600; color: #fff; line-height: 1.4; margin-bottom: 10px; letter-spacing: -0.2px; }
.lh-news-card__desc { font-size: 13px; color: var(--text-muted); line-height: 1.65; font-weight: 300; flex: 1; margin-bottom: 16px; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.lh-news-card__link { font-size: 13px; font-weight: 600; color: var(--green); }

/* FULLSTORY */
.lh-story-wrap { max-width: 780px; margin: 0 auto; padding: 48px 24px 80px; }
.lh-story__hero { margin-bottom: 32px; }
.lh-story__meta { display: flex; align-items: center; gap: 10px; margin-bottom: 16px; }
.lh-story__date { font-size: 13px; color: var(--text-page-muted); }
.lh-story__cat { font-size: 11px; font-weight: 600; color: var(--green); background: var(--green-glow); border: 1px solid var(--border-green); border-radius: 5px; padding: 2px 8px; text-decoration: none; }
.lh-story__title { font-family: 'Unbounded', sans-serif; font-size: clamp(22px, 3.5vw, 36px); font-weight: 800; color: var(--text-page); line-height: 1.15; letter-spacing: -0.8px; margin-bottom: 16px; }
.lh-story__intro { font-size: 16px; color: var(--text-page-muted); font-weight: 300; line-height: 1.7; }
.lh-story__cover { border-radius: var(--radius-lg); overflow: hidden; margin-bottom: 40px; border: 1px solid rgba(0,0,0,0.08); }
.lh-story__cover img { width: 100%; display: block; }

/* Типографика — на светлом фоне тёмный текст */
.lh-story__body { margin-bottom: 40px; }
.lh-story__body h2 { font-family: 'Unbounded', sans-serif; font-size: clamp(16px, 2vw, 22px); font-weight: 700; color: var(--text-page); letter-spacing: -0.4px; margin: 40px 0 14px; line-height: 1.25; }
.lh-story__body h3 { font-size: 16px; font-weight: 600; color: var(--text-page); margin: 28px 0 10px; }
.lh-story__body p { font-size: 15px; color: var(--text-page-muted); line-height: 1.8; font-weight: 300; margin-bottom: 16px; }
.lh-story__body ul, .lh-story__body ol { padding-left: 0; list-style: none; display: flex; flex-direction: column; gap: 8px; margin-bottom: 16px; }
.lh-story__body ul li, .lh-story__body ol li { font-size: 15px; color: var(--text-page-muted); line-height: 1.65; font-weight: 300; padding-left: 20px; position: relative; }
.lh-story__body ul li::before { content: ''; position: absolute; left: 0; top: 10px; width: 5px; height: 5px; border-radius: 50%; background: var(--green); }
.lh-story__body ol { counter-reset: story-cnt; }
.lh-story__body ol li { counter-increment: story-cnt; padding-left: 28px; }
.lh-story__body ol li::before { content: counter(story-cnt); position: absolute; left: 0; top: 0; font-family: 'Unbounded', sans-serif; font-size: 11px; font-weight: 700; color: var(--green); line-height: 1.65; }
.lh-story__body strong { color: var(--text-page); font-weight: 600; }
.lh-story__body a { color: var(--green-dim); text-decoration: none; border-bottom: 1px solid var(--green-line); transition: border-color 0.2s; }
.lh-story__body a:hover { border-color: var(--green); }
.lh-story__body blockquote { border-left: 3px solid var(--green); padding: 14px 20px; margin: 24px 0; background: var(--card); border-radius: 0 var(--radius) var(--radius) 0; font-size: 15px; color: var(--text-muted); font-style: italic; }
.lh-story__body img { width: 100%; border-radius: var(--radius); border: 1px solid rgba(0,0,0,0.08); margin: 8px 0; }
.lh-story__body table { width: 100%; border-collapse: collapse; font-size: 13px; margin-bottom: 16px; }
.lh-story__body table th, .lh-story__body table td { padding: 10px 14px; border: 1px solid rgba(0,0,0,0.08); color: var(--text-page-muted); text-align: left; }
.lh-story__body table th { background: rgba(0,0,0,0.08); color: var(--text-page); font-weight: 600; }

.lh-story__tags { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; padding-top: 24px; border-top: 1px solid rgba(0,0,0,0.08); margin-bottom: 32px; }
.lh-story__tags-label { font-size: 12px; color: var(--text-page-muted); }
.lh-story__tags a { font-size: 12px; font-weight: 500; color: var(--text-page-muted); background: var(--card); border: 1px solid rgba(255,255,255,0.08); border-radius: 6px; padding: 3px 10px; text-decoration: none; transition: all 0.2s; }
.lh-story__tags a:hover { border-color: var(--border-green); color: var(--green); }

.lh-story__nav { display: flex; justify-content: space-between; gap: 12px; margin-bottom: 48px; padding-top: 32px; border-top: 1px solid rgba(0,0,0,0.08); }
.lh-story__nav-btn { display: flex; align-items: center; gap: 10px; font-size: 13px; font-weight: 500; color: var(--text-page-muted); text-decoration: none; background: var(--card); border: 1px solid rgba(255,255,255,0.08); border-radius: var(--radius); padding: 12px 18px; transition: all 0.2s; max-width: 48%; box-shadow: 0 4px 12px rgba(0,0,0,0.15); }
.lh-story__nav-btn:hover { border-color: var(--border-green); color: #fff; }
.lh-story__nav-btn--right { margin-left: auto; }
.lh-story__nav-arr { font-size: 16px; color: var(--green); flex-shrink: 0; }

.lh-story__cta { background: var(--card); border: 1px solid var(--border-green); border-radius: var(--radius-lg); padding: 32px 36px; display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-bottom: 48px; box-shadow: 0 4px 16px rgba(0,0,0,0.1); }
.lh-story__cta .sec-tag { margin-bottom: 6px; }
.lh-story__cta p { font-size: 14px; color: var(--text-muted); font-weight: 300; margin: 0; }
.lh-story__cta-btns { display: flex; gap: 10px; flex-shrink: 0; flex-wrap: wrap; }

@media (max-width: 900px) { .lh-news-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) {
  .lh-news-grid { grid-template-columns: 1fr; }
  .lh-story-wrap { padding: 28px 16px 60px; }
  .lh-story__cta { flex-direction: column; }
  .lh-story__nav-btn { max-width: 100%; }
}
@media (max-width: 700px) { .prod-grid { grid-template-columns: repeat(1, 1fr); gap: 10px; } }