/* ============================================
   ABOUT PAGE
   ============================================ */

.pageType_About {
    --about-text: #f3f1ea;
    --about-muted: #9a9890;
}

.about {
    position: relative;
    padding: 0 1.5rem 4rem;
}

.about h1,
.about h2,
.about p,
.about ul {
    margin: 0;
}

.about-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;
}

.about-disclaimer {
    max-width: 760px;
    margin: 0.4rem auto 2rem;
    padding: 0.85rem 0 0.95rem;
    border-top: 1px solid rgba(255, 198, 0, 0.35);
    border-bottom: 1px solid rgba(255, 198, 0, 0.35);
    color: var(--about-muted);
}

.about-disclaimer p {
    font-size: 0.92rem;
    line-height: 1.5;
}

.about-disclaimer strong {
    color: var(--accent-gold);
    font-weight: 700;
}

.about-essay {
    max-width: 760px;
    margin: 0 auto;
}

.about-essay p,
.about-essay li {
    font-size: 1.08rem;
    line-height: 1.7;
    color: var(--about-text);
}

.about-essay p {
    margin-bottom: 1.15rem;
}

.about-essay ul {
    margin: 0 0 1.15rem 1.15rem;
    padding: 0;
}

.about-essay li + li {
    margin-top: 0.25rem;
}

.about-essay strong {
    font-weight: 700;
}

.about-critter {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 30;
    pointer-events: none;
}

body.about-ending .about-critter,
body.about-won .about-critter {
    z-index: 60;
}

.about-reset {
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    z-index: 70;
    padding: 8px 18px;
    border: 1px solid rgba(255, 198, 0, 0.7);
    background: rgba(34, 33, 31, 0.92);
    color: #ffc600;
    font: 700 12px/1 "DM Sans", system-ui, sans-serif;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    cursor: pointer;
    pointer-events: auto;
}

.about-reset[hidden] {
    display: none;
}

.about-reset:hover {
    background: #ffc600;
    color: #22211f;
}

.about-skip-round {
    position: fixed;
    right: 16px;
    bottom: 16px;
    z-index: 50;
    padding: 8px 12px;
    border: 1px solid rgba(255, 198, 0, 0.7);
    background: rgba(34, 33, 31, 0.92);
    color: #ffc600;
    font: 700 12px/1 "DM Sans", system-ui, sans-serif;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    cursor: pointer;
    pointer-events: auto;
}

.about-skip-round[hidden] {
    display: none;
}

.about-skip-round:hover {
    background: #ffc600;
    color: #22211f;
}

body.about-won .nav a,
body.about-won .about-disclaimer,
body.about-won .about-disclaimer p,
body.about-won .about-disclaimer strong,
body.about-won .about-essay,
body.about-won .about-essay p,
body.about-won .about-essay li,
body.about-won .about-essay strong {
    color: transparent !important;
}

body.about-won .about-disclaimer {
    border-color: transparent;
}

body.about-drawing {
    cursor: crosshair;
    user-select: none;
}

body.about-throwing {
    cursor: grabbing;
    user-select: none;
}

.about-plucked {
    color: transparent !important;
}

@media (max-width: 768px) {
    .about {
        padding: 0 1rem 3rem;
    }

    .about-critter,
    .about-skip-round {
        display: none;
    }
}

@media (hover: none) and (pointer: coarse) {
    .about-critter,
    .about-skip-round {
        display: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    .about-critter,
    .about-skip-round {
        display: none;
    }
}
