
.journal-production-strip{
  max-width:1180px;
  margin:48px auto;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  border-top:1px solid rgba(177,138,77,.28);
  border-bottom:1px solid rgba(177,138,77,.28);
}
.journal-production-strip div{
  padding:20px;
  border-right:1px solid rgba(177,138,77,.28);
}
.journal-production-strip div:last-child{border-right:0}
.journal-production-strip span{
  display:block;
  margin-bottom:8px;
  color:#8e7045;
  font:9px Arial,sans-serif;
  letter-spacing:.14em;
}
.journal-production-strip strong{
  display:block;
  color:#d8c39a;
  font-size:17px;
  font-weight:400;
  line-height:1.35;
}

.production-home{
  padding:88px 4vw;
  background:#0b0a08;
  border-top:1px solid rgba(177,138,77,.28);
  border-bottom:1px solid rgba(177,138,77,.28);
}
.production-home-inner{
  max-width:1460px;
  margin:auto;
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:72px;
  align-items:center;
}
.production-home h2{
  margin:12px 0 18px;
  font-size:clamp(42px,5vw,68px);
  line-height:.94;
  font-weight:400;
}
.production-home p{
  max-width:640px;
  color:#9f937d;
  font-size:16px;
  line-height:1.7;
}
.production-home-art{
  min-height:390px;
  background:url('/assets/journal-production-001-010.png') center/cover no-repeat;
  border:1px solid rgba(177,138,77,.35);
  box-shadow:0 24px 60px rgba(0,0,0,.42);
}
@media(max-width:900px){
  .production-home-inner{grid-template-columns:1fr}
}
@media(max-width:650px){
  .production-home{padding-left:20px;padding-right:20px}
  .production-home-art{min-height:255px}
  .journal-production-strip{grid-template-columns:1fr}
  .journal-production-strip div{
    border-right:0;
    border-bottom:1px solid rgba(177,138,77,.28);
  }
  .journal-production-strip div:last-child{border-bottom:0}
}
