.vrma-showcase {
  --vrma-ink: #f4f4f2;
  --vrma-muted: #92979a;
  --vrma-line: rgba(255, 255, 255, 0.14);
  --vrma-gutter: clamp(1rem, 3vw, 2.5rem);
  position: relative;
  isolation: isolate;
  overflow: hidden;
  scroll-margin-top: 4rem;
  padding: clamp(4rem, 6vw, 7rem) 0;
  color: var(--vrma-ink);
  background:
    radial-gradient(circle at 68% 45%, rgba(255, 255, 255, 0.05), transparent 38%),
    #080908;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.vrma-showcase::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0.2;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.024) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.024) 1px, transparent 1px);
  background-size: 64px 64px;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 38%, #000);
  mask-image: linear-gradient(90deg, transparent, #000 38%, #000);
}

.vrma-masthead {
  position: absolute;
  top: clamp(2rem, 2.1vw, 2.5rem);
  left: 50%;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: clamp(1rem, 1.7vw, 1.75rem);
  width: min(calc(100% - var(--vrma-gutter) - var(--vrma-gutter)), 1760px);
  color: var(--vrma-ink);
  transform: translate(-50%, -50%);
  white-space: nowrap;
}

.vrma-masthead::before,
.vrma-masthead::after {
  content: "";
  height: 1px;
}

.vrma-masthead::before {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0.62));
}

.vrma-masthead::after {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.62), rgba(255, 255, 255, 0.22));
}

.vrma-masthead-title {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.vrma-masthead h2 {
  margin: 0;
  font-family: "Bebas Neue", "Arial Narrow", sans-serif;
  font-size: clamp(1.45rem, 1.7vw, 1.85rem);
  font-weight: 400;
  letter-spacing: 0.11em;
  line-height: 1;
  text-transform: uppercase;
}

.vrma-masthead-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2rem;
  height: 1.35rem;
  padding: 0 0.35rem;
  color: #fff;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 2px;
  font-family: "JetBrains Mono", "SFMono-Regular", Consolas, monospace;
  font-size: 0.61rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.vrma-inner {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas:
    "copy"
    "gallery";
  align-items: center;
  gap: clamp(2.5rem, 5vw, 4rem);
  width: min(calc(100% - var(--vrma-gutter) - var(--vrma-gutter)), 1760px);
  margin: 0 auto;
}

.vrma-copy {
  grid-area: copy;
  position: relative;
  z-index: 1;
  max-width: 44rem;
}

.vrma-lead {
  max-width: none;
  margin: 0;
  color: #f6f6f4;
  font-family: "Bebas Neue", "Arial Narrow", sans-serif;
  font-size: clamp(2.85rem, 14vw, 4.5rem);
  font-weight: 400;
  letter-spacing: 0.015em;
  line-height: 0.92;
  text-transform: uppercase;
}

.vrma-lead span {
  display: block;
  white-space: nowrap;
}

.vrma-intro {
  max-width: 32rem;
  margin: 1.15rem 0 0;
  color: #b9bdbc;
  font-family: Inter, Arial, sans-serif;
  font-size: clamp(0.88rem, 1vw, 1rem);
  letter-spacing: 0.01em;
  line-height: 1.55;
}

.vrma-features {
  padding: 0;
  margin: 1.5rem 0 0;
  list-style: none;
  border-top: 1px solid var(--vrma-line);
}

.vrma-features li {
  display: grid;
  grid-template-columns: 3.65rem minmax(0, 1fr);
  align-items: center;
  min-height: 4.7rem;
  border-bottom: 1px solid var(--vrma-line);
}

.vrma-feature-mark {
  color: #fff;
  font-family: "JetBrains Mono", "SFMono-Regular", Consolas, monospace;
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  line-height: 1;
}

.vrma-feature-copy {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  min-width: 0;
  padding: 0.75rem 0;
}

.vrma-feature-copy strong {
  color: #f0f1f0;
  font-family: "JetBrains Mono", "SFMono-Regular", Consolas, monospace;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.35;
  text-transform: uppercase;
}

.vrma-feature-copy small {
  color: #8e9497;
  font-family: Inter, Arial, sans-serif;
  font-size: 0.77rem;
  font-weight: 400;
  letter-spacing: 0.015em;
  line-height: 1.4;
}

.vrma-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 4.3rem;
  padding: 0 1.45rem;
  margin-top: 1.5rem;
  color: #080a09;
  background: #f4f4f2;
  border: 1px solid #f4f4f2;
  font-family: "JetBrains Mono", "SFMono-Regular", Consolas, monospace;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  line-height: 1.2;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 180ms ease, color 180ms ease, border-color 180ms ease;
}

.vrma-cta span:last-child {
  font-family: Arial, sans-serif;
  font-size: 1.3rem;
  letter-spacing: 0;
}

.vrma-meta {
  margin: 0.8rem 0 0;
  color: #73787a;
  font-family: "JetBrains Mono", "SFMono-Regular", Consolas, monospace;
  font-size: 0.54rem;
  font-weight: 500;
  letter-spacing: 0.095em;
  line-height: 1.5;
  text-transform: uppercase;
}

.vrma-gallery {
  grid-area: gallery;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: end;
  gap: clamp(0.7rem, 1vw, 1rem);
  width: 100%;
  max-width: 64rem;
  min-width: 0;
  justify-self: center;
}

.vrma-screen {
  display: grid;
  grid-template-rows: minmax(0, 1fr) 2.75rem;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  color: var(--vrma-ink);
  background: #070908;
  border: 1px solid rgba(255, 255, 255, 0.19);
  border-radius: 6px;
  box-shadow:
    0 2rem 5rem rgba(0, 0, 0, 0.48),
    0 0 0 1px rgba(255, 255, 255, 0.025);
  transition: border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.vrma-screen picture {
  display: block;
  min-width: 0;
  aspect-ratio: 718 / 1504;
  overflow: hidden;
  background: #050706;
}

.vrma-screen img {
  display: block;
  width: 100%;
  height: auto;
  object-position: 50% 0;
  border: 0;
  transform: translateY(-6%);
}

.vrma-screen figcaption {
  display: grid;
  grid-template-columns: auto auto minmax(0, 1fr);
  align-items: center;
  gap: 0.65rem;
  min-width: 0;
  padding: 0 0.8rem;
  color: #d5d8d6;
  background: #0a0c0b;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  font-family: "JetBrains Mono", "SFMono-Regular", Consolas, monospace;
  font-size: clamp(0.48rem, 0.52vw, 0.57rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  text-transform: uppercase;
}

.vrma-screen figcaption b {
  color: #fff;
  font-weight: 800;
}

.vrma-screen figcaption small {
  min-width: 0;
  overflow: hidden;
  color: #7f8587;
  font: inherit;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vrma-cta:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 4px;
}

@media (hover: hover) and (pointer: fine) {
  .vrma-cta:hover {
    color: #f4f4f2;
    background: #111312;
    border-color: #f4f4f2;
  }

  .vrma-screen:hover {
    border-color: rgba(255, 255, 255, 0.48);
    box-shadow:
      0 2.4rem 5.5rem rgba(0, 0, 0, 0.54),
      0 0 0 1px rgba(255, 255, 255, 0.075);
    transform: translateY(-3px);
  }
}

@media (max-width: 960px) {
  .vrma-gallery {
    display: flex;
    width: calc(100% + var(--vrma-gutter) + var(--vrma-gutter));
    max-width: none;
    margin-inline: calc(0px - var(--vrma-gutter));
    padding: 0.2rem var(--vrma-gutter) 0.85rem;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-padding-inline: var(--vrma-gutter);
    scroll-snap-type: inline mandatory;
    scrollbar-width: thin;
    scrollbar-color: rgba(255, 255, 255, 0.28) transparent;
  }

  .vrma-screen {
    flex: 0 0 min(86vw, 20rem);
    scroll-snap-align: start;
  }
}

@media (min-width: 961px) and (max-width: 1439px) {
  .vrma-inner {
    max-width: 64rem;
  }
}

@media (min-width: 1440px) {
  .vrma-inner {
    grid-template-columns: clamp(27rem, 32vw, 40rem) minmax(0, 1fr);
    grid-template-areas: "copy gallery";
    gap: clamp(2.5rem, 3vw, 4rem);
  }

  .vrma-copy {
    max-width: none;
  }

  .vrma-lead {
    font-size: clamp(4.25rem, 3.8vw, 4.75rem);
  }

  .vrma-gallery {
    max-width: 70rem;
    justify-self: end;
  }

  .vrma-intro {
    font-size: clamp(0.78rem, 0.82vw, 0.9rem);
    max-width: 36rem;
  }

  .vrma-features li {
    min-height: 4.35rem;
  }

  .vrma-feature-copy small {
    font-size: clamp(0.67rem, 0.68vw, 0.75rem);
  }

}

@media (max-width: 768px) {
  .vrma-showcase::before {
    background-size: 44px 44px;
    -webkit-mask-image: linear-gradient(180deg, transparent, #000 38%, #000);
    mask-image: linear-gradient(180deg, transparent, #000 38%, #000);
  }

  .vrma-masthead {
    top: 2.25rem;
    gap: 0.75rem;
  }

  .vrma-masthead h2 {
    font-size: 1.4rem;
  }

  .vrma-features li {
    grid-template-columns: clamp(3rem, 10vw, 3.45rem) minmax(0, 1fr);
  }
}

@media (max-width: 520px) {
  .vrma-masthead {
    top: 2rem;
  }

  .vrma-masthead h2 {
    font-size: 1.25rem;
  }

  .vrma-inner {
    gap: 2.25rem;
  }

  .vrma-intro {
    margin-top: 0.85rem;
    font-size: 0.85rem;
  }

  .vrma-features {
    margin-top: 1.15rem;
  }

  .vrma-features li {
    grid-template-columns: 2.8rem minmax(0, 1fr);
    min-height: 0;
  }

  .vrma-feature-mark {
    font-size: 0.55rem;
  }

  .vrma-feature-copy strong {
    font-size: 0.64rem;
  }

  .vrma-feature-copy small {
    font-size: 0.75rem;
  }

  .vrma-cta {
    min-height: 3.9rem;
    padding: 0 1.15rem;
    margin-top: 1.25rem;
    font-size: 0.64rem;
  }

  .vrma-meta {
    font-size: 0.5rem;
  }

  .vrma-screen {
    flex-basis: min(82vw, 17rem);
    grid-template-rows: minmax(0, 1fr) 2.45rem;
    border-radius: 4px;
  }

  .vrma-screen figcaption {
    gap: 0.5rem;
    padding: 0 0.65rem;
    font-size: 0.49rem;
  }

  .vrma-screen figcaption small {
    display: none;
  }
}

@media (max-width: 360px) {
  .vrma-lead {
    font-size: clamp(2.65rem, 13.5vw, 3rem);
  }

  .vrma-features li {
    grid-template-columns: 2.55rem minmax(0, 1fr);
  }

  .vrma-feature-mark {
    font-size: 0.5rem;
  }

  .vrma-feature-copy strong {
    font-size: 0.61rem;
  }

  .vrma-feature-copy small {
    font-size: 0.72rem;
  }

  .vrma-cta {
    padding-inline: 0.9rem;
    font-size: 0.6rem;
  }

  .vrma-screen {
    flex-basis: min(82vw, 16rem);
  }
}

@media (prefers-reduced-motion: reduce) {
  .vrma-cta,
  .vrma-screen {
    transition: none;
  }

  .vrma-gallery {
    scroll-behavior: auto;
  }
}
