html {
    scroll-behavior: smooth;
}

body {
    min-height: 100vh;
    background: #050505;
}

a {
    text-underline-offset: 0.18em;
    transition: color 160ms ease, opacity 160ms ease;
}

img {
    max-width: 100%;
    height: auto;
}

.wp-site-blocks {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

main {
    flex: 1;
}

.unseen-world-site-header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.unseen-world-site-footer {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.unseen-world-surface {
    background: #111111;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 24px;
}

.unseen-world-muted {
    color: #a1a1a1;
}

.unseen-world-kicker {
    color: #8b5cf6;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.unseen-world-artwork-card {
    overflow: hidden;
    background: #111111;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 24px;
}

.unseen-world-artwork-card img {
    display: block;
    width: 100%;
}

.unseen-world-artwork-card-content {
    padding: 1.25rem;
}

.wp-block-navigation a {
    text-decoration: none;
}

.wp-block-navigation a:hover {
    opacity: 0.72;
}

.wp-block-post-featured-image img {
    border-radius: 24px;
}

.wp-block-button__link {
    transition: opacity 160ms ease, transform 160ms ease;
}

.wp-block-button__link:hover {
    opacity: 0.86;
    transform: translateY(-1px);
}

@media (max-width: 782px) {
    .wp-block-navigation__responsive-container.is-menu-open {
        background: #050505;
        color: #f2f2f2;
    }
}