/* BeamCue recorder downloads — v2. Loads after v2-core.css. */
.v2-dl { padding: 64px 56px 0; }
.v2-dl-head { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 56px; align-items: end; padding-bottom: 40px; border-bottom: 1px solid var(--line); margin-bottom: 36px; }
.v2-dl-head h1 { font-size: clamp(38px, 5vw, 64px); letter-spacing: -0.05em; margin-top: 16px; }
.v2-dl-head p { color: var(--fg-2); font-size: clamp(15px, 1.4vw, 17px); line-height: 1.65; }

.v2-prods { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
/* Matching the visitor's own system leaves two cards, and one behind the button
   below them; the grid follows instead of holding an empty column open. */
.v2-prods-pair { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.v2-prods-single { grid-template-columns: minmax(0, 520px); }
.v2-dl-other { margin-top: 20px; }
.v2-dl-other > summary { display: inline-flex; align-items: center; gap: 8px; list-style: none; cursor: pointer; }
.v2-dl-other > summary::-webkit-details-marker { display: none; }
.v2-dl-other > summary svg { transition: transform var(--duration-short) var(--ease-out); }
.v2-dl-other[open] > summary svg { transform: rotate(180deg); }
.v2-dl-other[open] > summary { margin-bottom: 20px; }
.v2-prod { display: grid; align-content: start; gap: 20px; padding: 24px; border: 1px solid var(--line); border-radius: var(--radius-panel); background: var(--bg-2); }
.v2-prod-head { display: flex; flex-wrap: wrap; align-items: start; justify-content: space-between; gap: 16px; }
.v2-prod-head h2 { font-size: clamp(24px, 2.4vw, 30px); letter-spacing: -0.04em; margin-top: 10px; }
.v2-prod-lead { color: var(--fg-2); font-size: 15px; line-height: 1.65; }
.v2-dl-act { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; }
.v2-dl-note { font-family: var(--font-mono); font-size: 12px; letter-spacing: 0.05em; color: var(--fg-3); }
.v2-steps { list-style: none; margin: 0; padding: 0; display: grid; gap: 11px; }
.v2-steps li { display: flex; gap: 12px; font-size: 14px; color: var(--fg-2); line-height: 1.55; }
.v2-steps li span { font-family: var(--font-mono); font-size: 12px; font-weight: 700; color: var(--sig); flex: none; padding-top: 2px; }
.v2-priv { border-top: 1px solid var(--line); padding-top: 18px; font-size: 13px; line-height: 1.6; color: var(--fg-2); }
.v2-priv strong { display: block; font-family: var(--font-mono); font-size: 12px; font-weight: 700; letter-spacing: 0.11em; text-transform: uppercase; color: var(--sig); margin-bottom: 7px; }
.v2-soon { display: inline-flex; align-items: center; min-height: var(--control-height); padding: 0 16px; border: 1px dashed var(--line-2); border-radius: var(--radius-control); color: var(--fg-3); font-family: var(--font-mono); font-size: 12px; letter-spacing: 0.06em; }

.v2-dl-next { display: grid; gap: 18px; justify-items: start; margin: 48px 0 64px; padding: 44px; border: 1px solid var(--line); border-radius: var(--radius-panel); background: var(--bg-2); }
.v2-dl-next h2 { font-size: clamp(26px, 3.2vw, 40px); letter-spacing: -0.045em; max-width: 880px; }
/* The section is a grid of start-aligned blocks; the stage is the exception,
   because a demo the reader is meant to play should use the whole panel. */
.v2-dl-next .v2-stage { width: 100%; max-width: 1040px; }
.v2-dl-story-lead { color: var(--fg-2); font-size: 16px; line-height: 1.7; max-width: 720px; text-wrap: pretty; }

@media (max-width: 900px) {
  .v2-dl { padding: 36px 18px 0; }
  .v2-dl-head { grid-template-columns: minmax(0, 1fr); gap: 24px; }
  .v2-prods { grid-template-columns: 1fr; }
  .v2-prod { min-width: 0; grid-template-columns: minmax(0, 1fr); }
  .v2-dl-next { padding: 28px; }
}

.v2-dl-jump { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 28px; }
.v2-prod { min-width: 0; scroll-margin-top: 110px; }
@media (min-width: 901px) and (max-width: 1200px) {
  .v2-prods { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .v2-prods > .v2-prod:first-child { grid-column: 1 / -1; }
  .v2-prods-pair > .v2-prod:first-child { grid-column: auto; }
}

.v2-dl-previews { margin-top: 48px; }
.v2-dl-previews h2 { font-size: clamp(24px, 3vw, 36px); margin-bottom: 24px; }
.v2-dl-preview-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
@media (max-width: 900px) { .v2-dl-preview-grid { grid-template-columns: 1fr; } }

.v2-release-info { display: grid; gap: 6px; margin-block: 12px; font-size: 13px; line-height: 1.6; }
.v2-release-info time { color: var(--fg-2); }
