/* Variation B · Contact Sheet — mobile-first */
.vc-stage {
  min-height: 100%;
  background: #0a0908;
  color: #e9e2d3;
  font-family: "EB Garamond", Georgia, serif;
  position: relative;
  padding: 0 0 64px;
  overflow-x: hidden;
}
.vc-grain {
  position: fixed; inset: 0; pointer-events: none; z-index: 1;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='200' height='200'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='1.1' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 1  0 0 0 0 0.95  0 0 0 0 0.85  0 0 0 0.22 0'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>");
  opacity: 0.55; mix-blend-mode: overlay;
}

.vc-top {
  position: relative; z-index: 2;
  padding: 16px 20px 0;
  display: flex; justify-content: space-between;
  font-family: "IBM Plex Mono", monospace; font-size: 9px;
  letter-spacing: 0.32em;
}

.vc-hero { position: relative; z-index: 2; padding: 24px 20px 12px; text-align: center; }
.vc-kicker {
  font-family: "IBM Plex Mono", monospace;
  font-size: 9px; letter-spacing: 0.4em; opacity: 0.55;
  margin-bottom: 14px;
}
.vc-h1 {
  font-family: "EB Garamond", serif; font-weight: 400;
  font-size: clamp(56px, 16vw, 96px); line-height: 0.92; margin: 0;
  letter-spacing: -0.02em;
}
.vc-italic { font-style: italic; color: #c8392c; }
.vc-sub {
  margin: 14px auto 0; max-width: 280px;
  font-family: "EB Garamond", serif; font-style: italic;
  font-size: 16px; opacity: 0.75; line-height: 1.4;
}

.vc-feature {
  position: relative; z-index: 2;
  margin: 22px 20px 8px;
  padding: 10px 10px 14px;
  background: #050403;
  box-shadow: 0 30px 60px rgba(0,0,0,0.5), inset 0 0 0 1px #181613;
}
.vc-feature-inner { position: relative; aspect-ratio: 4/5; overflow: hidden; }
.vc-feature-inner img {
  width: 100%; height: 100%; object-fit: cover;
  filter: saturate(0.92) contrast(1.05);
}
.vc-feature-meta {
  position: absolute; bottom: 8px; left: 10px; right: 10px;
  display: flex; justify-content: space-between; align-items: end;
  font-family: "IBM Plex Mono", monospace; font-size: 9px;
  letter-spacing: 0.2em; color: #e9e2d3;
  text-shadow: 0 1px 2px rgba(0,0,0,0.7);
}
.vc-num { color: #c8392c; }
.vc-cap { opacity: 0.95; }

.vc-prompt {
  position: relative; z-index: 2;
  text-align: center; padding: 14px 20px 4px;
  font-family: "IBM Plex Mono", monospace;
  font-size: 10px; letter-spacing: 0.28em; opacity: 0.75;
  display: flex; align-items: center; justify-content: center; gap: 8px;
}
.vc-dot {
  width: 5px; height: 5px; border-radius: 50%;
  background: #c8392c; display: inline-block;
  animation: vc-pulse 2s ease-in-out infinite;
}
@keyframes vc-pulse { 0%,100%{opacity:0.4} 50%{opacity:1} }

.vc-strip {
  position: relative; z-index: 2;
  margin: 14px 0 0;
  background: #000;
  padding: 22px 0;
}
.vc-sprockets { display: flex; justify-content: space-around; padding: 0 6px; }
.vc-sprockets-top { margin-bottom: 8px; }
.vc-sprockets-bot { margin-top: 8px; }
.vc-sprocket {
  width: 14px; height: 9px;
  background: #0a0908; border: 1px solid #1a1816;
}
.vc-frames {
  display: flex; gap: 6px; padding: 0 12px;
  overflow-x: auto; scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.vc-frames::-webkit-scrollbar { display: none; }
.vc-frame {
  flex: 0 0 80px; aspect-ratio: 4/5;
  position: relative; padding: 0; border: 0; cursor: pointer;
  background: #000; overflow: hidden;
  scroll-snap-align: center;
  outline: 1px solid transparent; outline-offset: 0;
  transition: outline-color 200ms ease;
}
.vc-frame img {
  width: 100%; height: 100%; object-fit: cover;
  filter: grayscale(1) brightness(0.45) contrast(1.15);
  transition: filter 600ms ease;
}
.vc-frame.lit img { filter: none; }
.vc-frame.active { outline-color: #c8392c; }
.vc-frame-num {
  position: absolute; top: 4px; left: 4px; z-index: 2;
  font-family: "IBM Plex Mono", monospace;
  font-size: 8px; color: #c8392c; letter-spacing: 0.2em;
}

.vc-nav { position: relative; z-index: 2; padding: 36px 20px 0; }
.vc-nav-label {
  font-family: "IBM Plex Mono", monospace;
  font-size: 9px; letter-spacing: 0.4em; opacity: 0.7;
  text-transform: uppercase; margin-bottom: 16px;
}
.vc-nav-card {
  display: flex; align-items: center; gap: 14px;
  padding: 18px 4px; cursor: pointer;
  border-bottom: 1px solid rgba(233,226,211,0.13);
  font-family: "EB Garamond", serif; font-style: italic;
  font-size: 19px; color: #e9e2d3;
  text-decoration: none;
}
.vc-nav-card:first-of-type { border-top: 1px solid rgba(233,226,211,0.13); }
.vc-nav-num {
  font-family: "IBM Plex Mono", monospace; font-style: normal;
  font-size: 11px; letter-spacing: 0.2em; color: #c8392c;
  width: 22px; flex-shrink: 0;
}
.vc-nav-text { flex: 1; }
.vc-nav-arrow { opacity: 0.5; font-style: normal; }

.vc-foot { position: relative; z-index: 2; padding: 36px 20px 12px; text-align: center; }
.vc-foot > div:first-child { font-family: "IBM Plex Mono", monospace; font-size: 9px; letter-spacing: 0.3em; }
.vc-sig { font-family: "Caveat", cursive; font-size: 32px; color: #e9e2d3; margin-top: 2px; }
.vc-cro {
  margin-top: 20px;
  font-family: "EB Garamond", serif; font-style: italic;
  font-size: 14px; color: #c8392c; opacity: 0.85;
}

/* desktop nicety: cap width but stay mobile-shaped */
@media (min-width: 720px) {
  .vc-stage { max-width: 480px; margin: 0 auto; box-shadow: 0 0 80px rgba(0,0,0,0.6); }
}
