/* Article grid — #magGridV22 (hydrated by ziye-stories.js) */

#magGridV22{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:2px;
  box-shadow:0 24px 80px rgba(28,21,16,.05);
  opacity:1!important;
  transform:none!important;
}
#magGridV22 .mag-feat,#magGridV22 .mag-card{
  display:grid;
  grid-template-columns:1fr 1fr;
  background:#fbf8f1;
  border:1px solid rgba(100,80,55,.16);
  text-decoration:none;
  color:inherit;
  min-height:360px;
  overflow:hidden;
}
#magGridV22 .mag-card{display:block;min-height:auto;}
#magGridV22 .mag-feat{grid-column:1/-1;}
#magGridV22 .mag-feat__img,#magGridV22 .mag-card__img{
  position:relative;
  min-height:330px;
  background:#d8ccba;
  overflow:hidden;
  width:100%!important;
  max-width:100%!important;
}
#magGridV22 img,.mag-feat__img img,.mag-card__img img{
  opacity:1!important;
  visibility:visible!important;
  animation:none!important;
  transition:none!important;
  transform:none!important;
}
#magGridV22 .mag-feat__photo,#magGridV22 .mag-card__photo{
  width:100%!important;
  height:100%!important;
  min-height:330px;
  object-fit:cover!important;
  object-position:center center!important;
  display:block;
  filter:brightness(1.04) contrast(.98) saturate(1.02);
  transform:none!important;
  animation:none!important;
  transition:none!important;
}
#magGridV22 .mag-feat__veil,#magGridV22 .mag-card__veil{
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(18,16,12,.08),rgba(18,16,12,.12));
  pointer-events:none;
}
#magGridV22 .mag-feat__body,#magGridV22 .mag-card__body{
  padding:clamp(32px,4vw,56px);
  display:flex;
  flex-direction:column;
  justify-content:center;
  background:#fbf8f1;
}
#magGridV22 .mag-list-head{
  display:flex;
  flex-direction:column;
  gap:8px;
  margin-bottom:20px;
}
#magGridV22 .mag-list-cat{
  font-family:var(--fen,'Cormorant Garamond',serif);
  font-size:11px;
  letter-spacing:.2em;
  color:#a07828;
}
#magGridV22 .mag-list-date{
  font-family:var(--fui,'Noto Sans SC',system-ui,sans-serif);
  font-size:11px;
  letter-spacing:.05em;
  color:rgba(112,91,66,.55);
}
#magGridV22 .mag-list-head .mag-title{
  margin:0;
}
#magGridV22 .mag-meta{
  display:flex;
  align-items:center;
  gap:12px;
  flex-wrap:wrap;
  margin-bottom:22px;
  font-family:var(--fen);
  font-size:12px;
  letter-spacing:.18em;
  color:rgba(112,91,66,.55);
}
#magGridV22 .m-cat{
  font-family:var(--fzh);
  letter-spacing:.12em;
  color:#fff;
  background:#8f6c23;
  padding:4px 13px;
  font-size:12px;
}
#magGridV22 .mag-title{
  font-size:clamp(19px,1.75vw,25px)!important;
  line-height:1.72!important;
  font-weight:500;
  color:#241b13;
  margin:0 0 18px;
}
#magGridV22 .mag-excerpt{
  font-size:clamp(15px,1.25vw,17px)!important;
  line-height:2.1!important;
  color:rgba(46,36,24,.76);
  margin:0 0 26px;
}
#magGridV22 .mag-read{font-size:14px;color:#8b671e;letter-spacing:.12em;}
#magGridV22 .mag-card:hover,#magGridV22 .mag-feat:hover{box-shadow:none;}
#magGridV22 .mag-card:hover img,#magGridV22 .mag-feat:hover img{transform:none!important;}

.mag-feat__bg,.mag-card__bg{
  display:none!important;
  transition:none!important;
  animation:none!important;
  transform:none!important;
}
.mag-feat:hover .mag-feat__bg,.mag-card:hover .mag-card__bg{transform:none!important;}

@media(max-width:900px){
  #magGridV22{grid-template-columns:1fr}
  #magGridV22 .mag-feat{grid-template-columns:1fr}
  #magGridV22 .mag-feat__img,#magGridV22 .mag-card__img,#magGridV22 .mag-feat__photo,#magGridV22 .mag-card__photo{min-height:260px}
}

/* Stories section footer — notice + subscribe */
.stories__after{
  text-align:center;
  margin-top:clamp(40px,6vw,64px);
  padding-top:clamp(28px,4vw,40px);
}
.stories__notice--center{justify-content:center}
.stories__subscribe-hint{
  font-family:var(--fzh,'Noto Serif SC',Georgia,serif);
  font-size:clamp(14px,1.35vw,16px);
  line-height:2;
  color:rgba(75,60,42,.72);
  margin:clamp(18px,3vw,28px) auto clamp(16px,2.5vw,22px);
  max-width:28em;
}
.stories__subscribe{
  max-width:420px;
  margin:0 auto;
}
.stories__subscribe-form{border-color:rgba(100,80,55,.22)}
.stories__subscribe .footer__input{
  background:var(--ivory,#fbf8f1);
  color:rgba(46,36,24,.82);
}
.stories__subscribe .footer__input::placeholder{color:rgba(112,91,66,.42)}
.stories__subscribe .footer__input:focus{background:#fff}
.stories__subscribe .footer__submit{background:rgba(143,108,35,.82);color:#fbf8f1}
.stories__subscribe .footer__submit:hover{background:var(--gold,#a07828)}
.stories__subscribe .footer__form-note{color:rgba(143,108,35,.85)}
