.desktop-download { display: none; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 32px; padding-block: 24px; margin-bottom: 32px; border-bottom: 1px solid var(--line); }
.desktop-download h2 { margin: 0 0 8px; font-size: 24px; line-height: 1.25; }
.desktop-download p { margin: 8px 0 0; color: var(--muted); font-size: 14px; line-height: 1.5; }
.desktop-download-actions { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; }
.desktop-download-actions a { display: inline-flex; align-items: center; min-height: 44px; color: var(--ink); font-size: 14px; }
.desktop-download-actions .download-terms { margin: 0; font-size: 12px; }
.desktop-download-actions .download-terms a { display: inline; min-height: 0; font-size: inherit; }
.desktop-download-actions .download-availability { margin: 0; color: var(--muted); font-size: 13px; }
.desktop-download-actions .desktop-download-button { display: inline-flex; min-height: 44px; align-items: center; gap: 14px; padding: 14px 18px 14px 20px; border: 1px solid var(--ink); border-radius: var(--control-radius); background: var(--ink); color: var(--paper); font-weight: 700; letter-spacing: .01em; text-decoration: none; transition: background-color 160ms ease, color 160ms ease, transform 160ms ease; }
.desktop-download-button::after { content: "→"; font-size: 18px; line-height: 1; transition: transform 160ms ease; }
.desktop-download-button:hover { background: transparent; color: var(--ink); text-decoration: none; }
.desktop-download-button:hover::after { transform: translateX(3px); }
.desktop-download-button:active { transform: translateY(1px); }
.desktop-download-actions a:focus-visible { outline: 2px solid var(--ink); outline-offset: 4px; }
.desktop-download-actions { max-width: 320px; }
.desktop-download-button.is-disabled { border-color: var(--line); background: var(--wash); color: var(--muted); opacity: .72; cursor: not-allowed; }
.desktop-download-button.is-disabled::after { content: none; }
.desktop-download-button.is-disabled:hover, .desktop-download-button.is-disabled:active { border-color: var(--line); background: var(--wash); color: var(--muted); transform: none; }
#download-activation { grid-column: 1 / -1; }
#download-activation[hidden] { display: none; }
#download-activation h3 { margin: 0; font-size: 20px; }
@media (width >= 1024px) and (hover: hover) and (pointer: fine) {
  .desktop-download { display: grid; }
}
