/**
 * Page specific styles
 */

/* Missing spacing tokens used by templates */
:root {
    --ddw-space-20: 1.25rem;
    --ddw-space-80: 5rem;
}



.ddw-archive-content .ddw-container {
    transition: opacity 0.3s ease;
}

/* Stats strip: remove right border from last item on all viewports */
.ddw-stats-strip>.ddw-container>div>div:last-child {
    border-right: none;
}

/* About hero avatar — no translate lift (it's decorative, not clickable) */
.ddw-about-hero .ddw-card:hover {
    transform: none;
}