* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    width: 100%;
    height: 100%;
    overflow: hidden;
    font-family: "Anonymous Pro", system-ui, -apple-system, sans-serif;
}

.unicorn-embed {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    min-width: 100vw;
    min-height: 100vh;
    min-height: 100dvh;
    display: block;
    z-index: 0;
}

.legal-page {
    background: #050608;
    color: #f5f5f5;
    font-family: "Anonymous Pro", system-ui, -apple-system, sans-serif;
    overflow-y: auto;
}

.legal-popup {
    position: fixed;
    inset: 0;
    background: #050608;
    color: #f5f5f5;
    font-family: "Anonymous Pro", system-ui, -apple-system, sans-serif;
    display: none;
    z-index: 40;
    overflow-y: auto;
}

.legal-container {
    max-width: 720px;
    margin: 4rem auto;
    padding: 0 1.5rem 4rem;
    line-height: 1.6;
}

.legal-section + .legal-section {
    margin-top: 2.5rem;
}

.legal-section h1,
.legal-section h2 {
    font-size: 0.75rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin-bottom: 1rem;
    color: rgba(255, 255, 255, 0.7);
}

.legal-section p {
    font-size: 0.75rem;
    margin-bottom: 0.9rem;
    color: rgba(255, 255, 255, 0.7);
}

.legal-section a {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.legal-section a:hover {
    border-bottom-color: #ffffff;
}

.press-pack-overlay {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    width: clamp(10rem, 50vw, 22rem);
    height: clamp(6rem, 25vh, 12rem);
    background: transparent;
    text-decoration: none;
    cursor: pointer;
}

.model-hover-proxy {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
    width: clamp(10rem, 50vw, 22rem);
    height: clamp(6rem, 25vh, 12rem);
    pointer-events: none;
}

@media (max-width: 991px) {
    .model-hover-proxy {
        width: clamp(9rem, 42vw, 16rem);
        height: clamp(4.5rem, 16vh, 8rem);
    }
}

@media (max-width: 575px) {
    .model-hover-proxy {
        width: clamp(8rem, 38vw, 13.5rem);
        height: clamp(4rem, 14vh, 7rem);
    }
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.site-footer {
    position: fixed;
    left: 0;
    right: 0;
    bottom: calc(1.2rem + env(safe-area-inset-bottom));
    transform: none;
    z-index: 20;
    pointer-events: none;
    width: 100%;
    padding-inline: 12px;
}

.site-footer-nav {
    display: inline-flex;
    gap: 0.85rem;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.7);
    pointer-events: auto;
    flex-wrap: wrap;
    row-gap: 0.35rem;
    margin: 0 auto;
}

.site-footer {
    display: flex;
    justify-content: center;
}

@media (max-width: 991px) {
    .press-pack-overlay {
        width: clamp(9rem, 42vw, 16rem);
        height: clamp(4.5rem, 16vh, 8rem);
    }
}

@media (max-width: 575px) {
    .press-pack-overlay {
        width: clamp(8rem, 38vw, 13.5rem);
        height: clamp(4rem, 14vh, 7rem);
    }
}

.site-footer-nav a {
    color: inherit;
    text-decoration: none;
    padding: 0.1rem 0.15rem;
}

.site-footer-nav a:hover {
    text-decoration: underline;
}

.footer-legal {
    opacity: 0.9;
}
