.image-reveal { padding-block: clamp(48px, 6vw, 96px); }
.image-reveal__frame { position: relative; max-width: var(--page-width); margin-inline: auto; padding-inline: var(--gutter); }
.image-reveal--tall .image-reveal__image { height: 90vh; }
.image-reveal--full .image-reveal__image { height: 100vh; }
.image-reveal__image { width: 100%; object-fit: cover; }
.image-reveal__caption {
  position: absolute; left: calc(var(--gutter) + 24px); bottom: 24px;
  color: #fff; font-size: 12px; letter-spacing: 0.1em; text-transform: uppercase;
  text-shadow: 0 1px 8px rgba(0,0,0,0.5);
}
