.m29-factory-evidence.wfe6-section {
  padding: clamp(72px, 7vw, 112px) 0 clamp(68px, 7vw, 104px);
  background:
    radial-gradient(circle at 86% 8%, rgba(194, 177, 145, .2), transparent 25%),
    #eae5dc;
  color: #111b16;
}

.wfe6-wrap { width: min(1180px, calc(100% - 48px)); }
.wfe6-head {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(330px, .75fr);
  gap: clamp(60px, 9vw, 132px);
  align-items: end;
  padding-bottom: 42px;
  border-bottom: 1px solid rgba(17, 27, 22, .2);
}
.wfe6-kicker {
  margin: 0 0 16px;
  color: #9c7c49;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .18em;
}
.wfe6-head h2 {
  max-width: 720px;
  margin: 0;
  color: #111b16;
  font: 400 clamp(48px, 5vw, 74px)/.95 Georgia, "Times New Roman", serif;
  letter-spacing: -.045em;
}
.wfe6-intro {
  max-width: 430px;
  margin: 0 0 4px;
  color: #4f5b54;
  font: 400 15px/1.7 Georgia, "Times New Roman", serif;
}
.wfe6-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px 28px;
  padding-top: 40px;
}
.wfe6-card { min-width: 0; }
.wfe6-card figure {
  position: relative;
  aspect-ratio: 4 / 3;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(17, 27, 22, .2);
  background: #1b241f;
  transition: border-color .55s ease, box-shadow .55s ease;
}
.wfe6-card figure::after {
  position: absolute;
  inset: 0;
  border: 10px solid rgba(239, 232, 220, .1);
  content: "";
  pointer-events: none;
}
.wfe6-card img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: 50% 50%;
  filter: saturate(.82) contrast(1.025) brightness(.94);
  transform: scale(1.001);
  transition: transform 1.05s cubic-bezier(.2, .7, .2, 1), filter .7s ease;
}
.wfe6-copy {
  min-height: 142px;
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 16px;
  padding: 22px 0 20px;
  border-bottom: 1px solid rgba(17, 27, 22, .2);
}
.wfe6-copy > span {
  color: #9c7c49;
  font: 12px Georgia, "Times New Roman", serif;
}
.wfe6-copy small {
  display: block;
  margin-bottom: 8px;
  color: #68736c;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .16em;
}
.wfe6-copy h3 {
  margin: 0;
  color: #111b16;
  font: 400 25px/1.05 Georgia, "Times New Roman", serif;
  letter-spacing: -.02em;
  transition: color .45s ease;
}
.wfe6-copy p {
  max-width: 300px;
  margin: 10px 0 0;
  color: #68736c;
  font-size: 11px;
  line-height: 1.5;
}
.wfe6-note {
  display: grid;
  grid-template-columns: 78px minmax(50px, 140px) minmax(0, 680px);
  gap: 18px;
  align-items: start;
  justify-content: end;
  padding-top: 28px;
}
.wfe6-note span {
  color: #9c7c49;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .16em;
}
.wfe6-note i {
  height: 1px;
  margin-top: 5px;
  background: rgba(17, 27, 22, .2);
}
.wfe6-note p {
  margin: -3px 0 0;
  color: #68736c;
  font-size: 10px;
  line-height: 1.55;
}

@media (hover: hover) and (pointer: fine) {
  .wfe6-card:hover figure {
    border-color: rgba(156, 124, 73, .7);
    box-shadow: 0 18px 38px rgba(17, 27, 22, .12);
  }
  .wfe6-card:hover img {
    filter: saturate(.92) contrast(1.035) brightness(1);
    transform: scale(1.045);
  }
  .wfe6-card:hover .wfe6-copy h3 { color: #8a6939; }
}

@media (prefers-reduced-motion: reduce) {
  .wfe6-card figure,
  .wfe6-card img,
  .wfe6-copy h3 { transition: none; }
}

@media (max-width: 980px) {
  .wfe6-head { grid-template-columns: 1fr; gap: 28px; }
  .wfe6-intro { max-width: 650px; }
  .wfe6-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 620px) {
  .m29-factory-evidence.wfe6-section { padding: 58px 0 64px; }
  .wfe6-wrap { width: min(100% - 36px, 1180px); }
  .wfe6-head { padding-bottom: 32px; }
  .wfe6-head h2 { font-size: 46px; }
  .wfe6-intro { font-size: 14px; }
  .wfe6-grid { grid-template-columns: 1fr; gap: 32px; padding-top: 32px; }
  .wfe6-copy { min-height: 0; }
  .wfe6-note { grid-template-columns: 66px 1fr; }
  .wfe6-note i { display: none; }
}
