/* Compact editorial imagery: premium restraint instead of full-screen banners. */
@media(min-width:801px){
  .concept-c .c-editorial-image{width:min(1180px,86vw);height:350px;min-height:0;margin:58px auto;grid-template-columns:.82fr 1.18fr;background:#ebe4d8;box-shadow:0 0 0 1px rgba(21,32,29,.12)}
  .concept-c .c-editorial-image.image-right{grid-template-columns:1.18fr .82fr;background:#dfe5dd}
  .concept-c .c-editorial-image img{height:350px;min-height:0;object-position:center 44%}
  .concept-c .c-editorial-image>div{padding:42px 5vw}
  .concept-c .c-editorial-image h2{font-size:38px;line-height:1.05;max-width:590px;margin:10px 0 14px}
  .concept-c .c-editorial-image p:not(.eyebrow){font-size:16px;line-height:1.55;max-width:580px;margin:0}
  .concept-c .c-editorial-image a{margin-top:16px}
}

/* Testimonial contrast: retain the bronze editorial mood without sacrificing legibility. */
.concept-c .c-review{
  background:#8f6545;
  color:#fffdf8;
}
.concept-c .c-review .eyebrow{
  color:#fff1dc;
  font-size:12px;
  font-weight:800;
  letter-spacing:.18em;
}
.concept-c .c-review h2{
  color:#fff;
  text-shadow:0 1px 0 rgba(33,22,14,.12);
}
.concept-c .c-review span{
  color:#fffdf8;
  font-weight:600;
}
.concept-c .c-review .btn{
  border-color:#fff;
  background:rgba(255,255,255,.08);
  color:#fff;
}
.concept-c .c-review .btn:hover{
  background:#fff;
  color:#3f2c1f;
}
@media(max-width:800px){
  .concept-c .c-editorial-image{margin:32px 16px;box-shadow:0 0 0 1px rgba(21,32,29,.12)}
  .concept-c .c-editorial-image img{height:220px;min-height:220px;object-position:center 42%}
  .concept-c .c-editorial-image>div{padding:34px 22px}
  .concept-c .c-editorial-image h2{font-size:31px;line-height:1.06;margin:9px 0 13px}
  .concept-c .c-editorial-image p:not(.eyebrow){font-size:15px;line-height:1.55}
}
