.history-page{background:#fff}
.history-container{width:min(1120px,calc(100% - 40px));margin:0 auto}

/* Hero */
.history-hero{padding:78px 0 70px;background:#f7f9fa}
.history-hero__inner{display:block}
.history-hero__content{width:100%;max-width:none}
.history-hero__en,.history-section-heading__en,.history-article-group__en{color:#687984;font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}
.history-hero__title{margin:0 0 22px;font-size:40px}
.history-hero__description{max-width:900px;color:#555;font-size:16px;line-height:1.95}

.history-hero__image img{display:block;width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:10px}

/* Category cards */
.history-categories{padding:76px 0 96px}
.history-section-heading{text-align:center;margin-bottom:38px}
.history-section-heading__title{font-size:32px}
.history-category-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:26px}

.history-category-card{
	display:flex;
	flex-direction:column;
	overflow:hidden;
	border:1px solid #e1e6e9;
	border-radius:10px;
	background:#fff;
	color:inherit;
	text-decoration:none;
	box-shadow:0 3px 14px rgba(0,0,0,.04);
	transition:transform .25s ease,box-shadow .25s ease
}
.history-category-card:hover{transform:translateY(-3px);box-shadow:0 9px 25px rgba(0,0,0,.08)}
.history-category-card__image{width:100%;aspect-ratio:16/9;background:#eef1f2}
.history-category-card__image img{display:block;width:100%;height:100%;object-fit:cover}
.history-category-card__placeholder{display:flex;width:100%;height:100%;align-items:center;justify-content:center;color:#98a5ad;font-size:12px;letter-spacing:.1em}
.history-category-card__body{display:flex;flex:1;flex-direction:column;padding:26px 28px 25px}
.history-category-card__en{margin:0 0 6px;color:#758792;font-size:10px;font-weight:700;letter-spacing:.08em}
.history-category-card__title{margin:0 0 14px;font-size:22px;line-height:1.45}
.history-category-card__description{flex:1;margin:0;color:#626a70;font-size:14px;line-height:1.9}
.history-category-card__link{margin:22px 0 0;font-size:13px;font-weight:700;color:#4e6572}

/* Article groups */
.history-article-group{padding-top:78px}
.history-article-group+.history-article-group{padding-top:64px}
.history-article-group__title{margin:4px 0 10px;font-size:28px;line-height:1.45}
.history-article-group__lead{max-width:760px;margin:0 0 28px;color:#626a70;font-size:14px;line-height:1.9}
.history-article-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}
.history-article-card{padding:26px 28px;border:1px solid #e1e6e9;border-radius:9px;background:#fafbfb}
.history-article-card__type{margin:0 0 8px;font-size:11px;font-weight:700;color:#758792}
.history-article-card__title{margin:0 0 11px;font-size:20px;line-height:1.5}
.history-article-card__description{margin:0;font-size:13px;line-height:1.85;color:#626a70}
.history-article-card__status{margin:18px 0 0;font-size:11px;font-weight:700;color:#758792}

@media(max-width:900px){
	.history-category-grid{grid-template-columns:1fr}
	.history-category-card{max-width:720px;margin-inline:auto;width:100%}
}
@media(max-width:600px){
	.history-container{width:calc(100% - 32px)}
	.history-hero{padding:46px 0 42px}
	.history-hero__title{font-size:28px}
	.history-hero__description{font-size:14px}
	.history-categories{padding:48px 0 62px}
	.history-section-heading{margin-bottom:26px}
	.history-section-heading__title{font-size:25px}
	.history-category-grid{gap:18px}
	.history-category-card__body{padding:21px 20px}
	.history-category-card__title{font-size:20px}
	.history-category-card__description{font-size:14px}
	.history-article-group{padding-top:54px}
	.history-article-group+.history-article-group{padding-top:48px}
	.history-article-group__title{font-size:24px}
	.history-article-group__lead{margin-bottom:24px}
	.history-article-list{grid-template-columns:1fr}
	.history-article-card{padding:22px 20px}
}


/* Hero eyebrow → title spacing */
.history-hero__en{
    margin:0 0 18px;
    line-height:1.4;
}
.history-hero__title{
    margin-top:0;
}
