.torresArchive {
  width: 100vw;
  margin: clamp(96px, 12vw, 170px) 0 0 calc(50% - 50vw);
  padding: clamp(68px, 8vw, 118px) clamp(18px, 5vw, 76px);
  color: #17140f;
  background-color: #d8ccb3;
  background-image:
    radial-gradient(circle at 18% 14%, rgba(255,255,255,.34), transparent 28%),
    repeating-linear-gradient(92deg, rgba(76,54,27,.025) 0 1px, transparent 1px 5px);
}
.torresArchiveInner { max-width: 1540px; margin: 0 auto; }
.torresArchiveHead {
  display: grid;
  grid-template-columns: minmax(250px,.85fr) minmax(320px,1.15fr);
  gap: clamp(30px, 7vw, 112px);
  align-items: end;
  margin-bottom: clamp(34px, 5vw, 68px);
}
.torresArchiveKicker {
  border-top: 1px solid rgba(23,20,15,.55);
  padding-top: 15px;
  font: 600 10px/1.4 "Courier New", monospace;
  letter-spacing: .22em;
  text-transform: uppercase;
}
.torresArchiveTitle {
  margin: 18px 0 0;
  font-size: clamp(48px, 6.8vw, 110px);
  font-weight: 400;
  line-height: .88;
  letter-spacing: -.055em;
}
.torresArchiveIntro {
  max-width: 650px;
  margin: 0;
  font-size: clamp(18px, 1.45vw, 25px);
  font-weight: 300;
  line-height: 1.5;
}
.torresContactSheet {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: clamp(18px, 2.4vw, 38px);
  padding: clamp(42px, 5vw, 76px) clamp(26px, 4vw, 60px);
  overflow: hidden;
  background-color: #15120e;
  background-image:
    linear-gradient(rgba(255,255,255,.018), rgba(255,255,255,.018)),
    repeating-linear-gradient(90deg, transparent 0 31px, rgba(205,179,125,.07) 32px 33px);
  border: 1px solid #6d604b;
  box-shadow: 0 18px 45px rgba(52,38,20,.3), inset 0 0 0 9px #090807;
}
.torresContactSheet::before,
.torresContactSheet::after {
  position: absolute;
  left: 18px;
  right: 18px;
  height: 10px;
  content: "";
  opacity: .55;
  background: repeating-linear-gradient(90deg,#cbb98e 0 16px,transparent 16px 34px);
}
.torresContactSheet::before { top: 13px; }
.torresContactSheet::after { bottom: 13px; }
.torresContactFrame {
  position: relative;
  margin: 0;
  padding: 11px 11px 34px;
  cursor: zoom-in;
  background: #050505;
  border: 1px solid rgba(226,211,173,.28);
  box-shadow: 0 0 0 1px #000, 0 4px 13px rgba(0,0,0,.65);
}
.torresContactFrame img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  object-fit: contain;
  background: #000;
  filter: none;
  transform: none;
}
.torresContactMeta {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 9px;
  display: flex;
  justify-content: space-between;
  color: #d1c49f;
  font: 600 10px/1 "Courier New", monospace;
  letter-spacing: .14em;
}
.torresArchiveNote {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 18px;
  color: #4c402e;
  font: 600 10px/1.4 "Courier New", monospace;
  letter-spacing: .14em;
  text-transform: uppercase;
}
@media (max-width: 720px) {
  .torresArchiveHead { grid-template-columns: 1fr; }
  .torresContactSheet { grid-template-columns: 1fr; padding: 44px 18px; }
  .torresArchiveNote { flex-direction: column; }
}
