
:root{
  --history-bg:#eef1ec;
  --history-paper:#ffffff;
  --history-line:#e3e7e1;
  --history-text:#1a241f;
  --history-muted:#6a746f;
  --history-green:#103a2d;
  --history-green-deep:#081a14;
  --history-gold:#b98b38;
}
.history-page{
  background:var(--history-bg);
}
.history-main{
  padding:34px 0 90px;
}
.history-container{
  max-width:880px;
}
.history-heading{
  margin:0 0 18px;
}
.history-heading span{
  display:block;
  color:var(--history-gold);
  font-size:12px;
  font-weight:900;
  letter-spacing:1.8px;
  text-transform:uppercase;
}
.history-heading h1{
  margin:8px 0 0;
  color:#152019;
  font-size:40px;
  line-height:1.12;
  letter-spacing:-1.2px;
}
.history-article{
  overflow:hidden;
  border:1px solid var(--history-line);
  border-radius:28px;
  background:var(--history-paper);
  box-shadow:0 18px 48px rgba(18,35,25,.07);
}
.history-cover{
  position:relative;
  margin:0;
  aspect-ratio:16 / 7;
  overflow:hidden;
  background:#d7dfdb;
}
.history-cover img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
}
.history-cover::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(7,26,20,.08) 0%,rgba(7,26,20,.08) 45%,rgba(7,26,20,.58) 100%);
}
.history-cover figcaption{
  position:absolute;
  left:22px;
  right:22px;
  bottom:18px;
  z-index:2;
  color:#fff;
}
.history-cover strong{
  display:block;
  font-size:34px;
  line-height:1;
  font-weight:900;
}
.history-cover small{
  display:block;
  margin-top:4px;
  font-size:11px;
  letter-spacing:1px;
  opacity:.95;
}
.history-cover p{
  margin:11px 0 0;
  max-width:520px;
  font-size:12px;
  line-height:1.6;
  opacity:.92;
}
.history-block{
  padding:26px 26px 10px;
}
.history-block-title{
  margin-bottom:14px;
}
.history-block-title h2{
  margin:0;
  color:var(--history-text);
  font-size:28px;
  line-height:1.2;
}
.history-block-title small{
  display:block;
  margin-top:4px;
  color:var(--history-muted);
  font-size:11px;
  font-weight:800;
  letter-spacing:1px;
}
.history-block p{
  margin:0 0 16px;
  color:#404c46;
  font-size:16px;
  line-height:1.95;
}
.history-block-en{
  padding-top:18px;
}
.history-block-en .history-block-title h2{
  font-size:26px;
}
.history-block-en p{
  color:#56635d;
  font-size:15px;
  line-height:1.9;
}
.history-highlight-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
  padding:8px 26px 4px;
}
.history-highlight-card{
  border:1px solid #e8ded0;
  border-radius:18px;
  background:linear-gradient(180deg,#fffdfa 0%,#f7f3eb 100%);
  padding:18px;
}
.history-highlight-card span{
  display:block;
  color:var(--history-gold);
  font-size:10px;
  font-weight:900;
  letter-spacing:1.4px;
}
.history-highlight-card strong{
  display:block;
  margin-top:9px;
  color:#1d2d23;
  font-size:18px;
  line-height:1.35;
}
.history-highlight-card p{
  margin:8px 0 0;
  color:#6d7772;
  font-size:13px;
  line-height:1.7;
}
.history-quote{
  margin:20px 26px 28px;
  padding:26px 24px;
  border-radius:22px;
  background:linear-gradient(135deg,var(--history-green),var(--history-green-deep));
  color:#fff;
}
.history-quote span{
  display:block;
  color:#dcc78f;
  font-size:11px;
  font-weight:900;
  letter-spacing:1.7px;
}
.history-quote strong{
  display:block;
  margin-top:10px;
  font-size:28px;
  line-height:1.35;
}
.history-quote p{
  margin:10px 0 0;
  color:rgba(255,255,255,.72);
  font-size:15px;
  line-height:1.8;
}
.history-actions{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  margin-top:18px;
}
.history-actions .button-light{
  color:#fff;
  background:rgba(255,255,255,.08);
  border-color:rgba(255,255,255,.24);
}
@media (max-width: 900px){
  .history-container{max-width:760px;}
  .history-cover{aspect-ratio:16 / 8;}
  .history-cover strong{font-size:30px;}
}
@media (max-width: 700px){
  .history-main{padding:22px 0 70px;}
  .history-container{max-width:100%;}
  .history-heading{margin-bottom:12px;}
  .history-heading h1{font-size:30px;}
  .history-article{border-radius:18px;}
  .history-cover{aspect-ratio:16 / 9;}
  .history-cover figcaption{left:14px;right:14px;bottom:14px;}
  .history-cover strong{font-size:26px;}
  .history-cover small{font-size:10px;}
  .history-cover p{margin-top:7px;font-size:11px;line-height:1.5;max-width:90%;}
  .history-block{padding:18px 14px 6px;}
  .history-block-title h2{font-size:24px;}
  .history-block p{font-size:14px;line-height:1.92;margin-bottom:14px;}
  .history-block-en .history-block-title h2{font-size:22px;}
  .history-block-en p{font-size:13px;}
  .history-highlight-grid{grid-template-columns:1fr;padding:6px 14px 2px;gap:10px;}
  .history-highlight-card{padding:16px 14px;border-radius:14px;}
  .history-highlight-card strong{font-size:16px;}
  .history-highlight-card p{font-size:12px;}
  .history-quote{margin:16px 14px 18px;padding:18px 16px;border-radius:16px;}
  .history-quote strong{font-size:22px;}
  .history-quote p{font-size:13px;}
  .history-actions{display:grid;grid-template-columns:1fr;gap:10px;}
  .history-actions .button{width:100%;justify-content:center;}
}
