.hexxen-downloads {
    --hexxen-download-border: rgba(114, 88, 63, 0.3);
    --hexxen-download-surface: rgba(255, 250, 239, 0.82);
    max-width: 1080px;
    margin: 0 auto;
}

.hexxen-downloads__header { margin-bottom: 2rem; }
.hexxen-downloads__eyebrow,
.hexxen-downloads__kicker {
    margin-bottom: 0.3rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 0.75rem;
    font-weight: 700;
}
.hexxen-downloads__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.25rem;
}
.hexxen-downloads__card {
    border: 1px solid var(--hexxen-download-border);
    border-radius: 0.85rem;
    background: var(--hexxen-download-surface);
    padding: 1.4rem;
}
.hexxen-downloads__card--launcher {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    margin-bottom: 2rem;
}
.hexxen-downloads__card h2,
.hexxen-downloads__card h3 { margin-top: 0; }
.hexxen-downloads__button {
    display: inline-block;
    border-radius: 999px;
    background: #493326;
    color: #fff;
    padding: 0.7rem 1.1rem;
    text-decoration: none;
    font-weight: 700;
}
.hexxen-downloads__button:hover { color: #fff; filter: brightness(1.12); }
.hexxen-downloads__button--secondary { background: transparent; color: #493326; border: 1px solid currentColor; }
.hexxen-downloads__button--secondary:hover { color: #493326; }
.hexxen-downloads__muted,
.hexxen-downloads__status { opacity: 0.75; }
.hexxen-downloads__notice { grid-column: 1 / -1; }
.hexxen-downloads--portal { max-width: none; }
.hexxen-downloads--portal .hexxen-downloads__card--launcher { margin-top: 0; }
@media (max-width: 640px) {
    .hexxen-downloads__card--launcher { align-items: flex-start; flex-direction: column; }
}
