.showcase {
  background: var(--paper-warm);
  padding: clamp(48px, 7vh, 88px) 0;
  border-bottom: 1px solid var(--rule);
}

.showcase-inner { display: flex; flex-direction: column; align-items: center; }

.showcase-visual { width: 100%; max-width: 1100px; }

.showcase-shot {
  width: 100%;
  height: auto;
  border-radius: var(--radius-md);
  border: 1px solid var(--rule);
}
