@font-face {
    font-family: "Cinzel";
    font-style: normal;
    font-weight: 500 700;
    font-display: swap;
    src: url("../fonts/cinzel-latin.woff2") format("woff2");
}

@font-face {
    font-family: "Manrope";
    font-style: normal;
    font-weight: 400 700;
    font-display: swap;
    src: url("../fonts/manrope-latin.woff2") format("woff2");
}

:root {
    --legal-ink: #05061c;
    --legal-raised: #0b0e30;
    --legal-ivory: #f5edd9;
    --legal-muted: #bbb6ad;
    --legal-gold: #e3c77f;
    --legal-line: rgba(238, 222, 186, 0.18);
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    color: var(--legal-muted);
    background:
        radial-gradient(circle at 75% 0%, rgba(90, 79, 158, 0.13), transparent 32rem),
        var(--legal-ink);
    font-family: "Manrope", "Segoe UI", sans-serif;
    line-height: 1.7;
    -webkit-font-smoothing: antialiased;
}

a {
    transition: color 160ms ease;
}

a:focus-visible {
    outline: 2px solid var(--legal-gold);
    outline-offset: 4px;
}

header {
    position: sticky;
    z-index: 20;
    top: 0;
    border-bottom: 1px solid var(--legal-line);
    background: rgba(5, 6, 28, 0.9);
    -webkit-backdrop-filter: blur(18px);
    backdrop-filter: blur(18px);
}

header nav {
    padding-top: 0.7rem !important;
    padding-bottom: 0.7rem !important;
    background: transparent !important;
}

.game-legal-brand img {
    width: 112px;
    height: auto;
    max-height: 52px;
    margin: 0;
    object-fit: contain;
    filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.45));
}

header nav a {
    color: rgba(245, 237, 217, 0.72) !important;
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

header nav a:hover {
    color: var(--legal-ivory) !important;
}

.description__main_content {
    width: min(900px, calc(100% - 2rem));
    max-width: none;
    margin: 0 auto;
    padding: clamp(4rem, 8vw, 7rem) 0 !important;
}

.description__header {
    margin-bottom: 3.5rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid var(--legal-line);
    text-align: left;
}

.description__header p {
    margin: 0;
    color: var(--legal-ivory);
    font-family: "Cinzel", Georgia, serif;
    font-size: clamp(2.2rem, 6vw, 4rem);
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: -0.025em;
    text-transform: none;
}

.description__text > h1:first-child {
    display: none;
}

.description__text h2 {
    margin-top: 3.5rem;
    margin-bottom: 1.1rem;
    padding-bottom: 0.7rem;
    border-bottom: 1px solid var(--legal-line);
    color: var(--legal-gold);
    font-family: "Cinzel", Georgia, serif;
    font-size: clamp(1.35rem, 3vw, 1.8rem);
    font-weight: 600;
}

.description__text h3 {
    margin-top: 2rem;
    color: var(--legal-ivory);
    font-family: "Cinzel", Georgia, serif;
    font-size: 1.1rem;
    font-weight: 600;
}

.description__text p,
.description__text li {
    color: var(--legal-muted);
}

.description__text a {
    color: var(--legal-gold);
    text-underline-offset: 0.2em;
}

.description__text strong {
    color: var(--legal-ivory);
}

footer {
    border-top: 1px solid var(--legal-line);
    background: #030416 !important;
}

footer a:hover {
    color: var(--legal-ivory) !important;
}

@media (max-width: 640px) {
    .description__main_content {
        width: min(100% - 2rem, 900px);
        padding-top: 3rem !important;
    }

    .description__text ul {
        padding-left: 1.2rem;
    }
}
