[data-screen="mona-lisa"],
[data-screen="bona-bisa"],
[data-screen="homer-lisa-simpson"] {
    display: none;
}

body,
.article-screen,
.article-screen * {
    -webkit-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
}

.article-head {
    margin-bottom: 7rem;
}

.article-path {
    width: 95vw;
    margin-bottom: 0.2rem;
}

.article-path svg {
    width: 100%;
    height: auto;
    display: block;
}

#intro-path {
    fill: none;
    stroke: none;
}

.path-text {
    fill: #663024;
    font-family: "powell", sans-serif;
    font-size: 1.1rem;
}

.headline-path {
    width: 100%;
    height: 168px;
    position: absolute;
    bottom: 0;
}

.headline-path svg {
    width: 100%;
    height: 100%;
    overflow: visible;
}

.animation-text {
    font-family: "powell", sans-serif;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}

.animation-text-stroke {
    fill: none;
    stroke: #fff;
    stroke-width: 10px;
    stroke-linejoin: round;
}

.animation-text-fill {
    fill: #663024;
    stroke: none;
}

.headline-path-right {
    margin-left: auto;
    right: -10rem;
    left: auto;
}

#permissionsvg {
    color: #663024;
    position: absolute;
    bottom: 11rem;
    left: 0;
}

#calitext1 {
    color: #fff;
    position: absolute;
    top: 65%;
    transform: translateY(-50%);
    left: 0;
}

#calitext1 .animation-text-stroke {
    stroke: none;
}

#calitext1 .animation-text-fill {
    fill: #fff;
}

#calitext2 {
    color: #fff;
    position: absolute;
    bottom: 30%;
    left: 0;
}

#calitext2 .animation-text-stroke {
    stroke: none;
}

#calitext2 .animation-text-fill {
    fill: #fff;
}

.scrolltext p {
    color: #fff;
}

#scroll1 {
    position: absolute;
    top: -2%;
    left: 0;
}

#scroll2 {
    position: absolute;
    top: -10%;
    right: 0;
}

#scroll1 .animation-text-stroke,
#scroll2 .animation-text-stroke,
#scroll3 .animation-text-stroke,
#scroll4 .animation-text-stroke,
#cursor1 .animation-text-stroke,
#cursor2 .animation-text-stroke,
#cursor4 .animation-text-stroke,
#cursor5 .animation-text-stroke,
#cursor6 .animation-text-stroke,
#final1 .animation-text-stroke,
#final2 .animation-text-stroke,
#final3 .animation-text-stroke,
#compass-category .animation-text-stroke,
#compass-article .animation-text-stroke,
#compass-distance .animation-text-stroke {
    stroke: none;
}

#scroll1 .animation-text-fill,
#scroll2 .animation-text-fill,
#scroll3 .animation-text-fill,
#scroll4 .animation-text-fill,
#cursor1 .animation-text-fill,
#cursor2 .animation-text-fill,
#final1 .animation-text-fill,
#final2 .animation-text-fill,
#final3 .animation-text-fill,
#compass-category .animation-text-fill,
#compass-article .animation-text-fill,
#compass-distance .animation-text-fill {
    fill: #fff;
}

#cursor4 .animation-text-fill,
#cursor5 .animation-text-fill,
#cursor6 .animation-text-fill {
    fill: #663024;
}

#scroll3 {
    position: absolute;
    bottom: 80vh;
    left: 0;
}

#scroll4 {
    position: absolute;
    bottom: 68vh;
    left: 0;
}


#cursor1 {
    position: absolute;
    top: 3rem;
    left: -7vw;
}

#cursor2 {
    position: absolute;
    bottom: 10vh;
}

#cursor3 {
    position: absolute;
    font-size: 1.6rem;
    bottom: 7vh;
}

#cursor4 {
    position: absolute;
    left: 1rem;
    font-size: 1.6rem;
    bottom: 50vh;
}

#cursor5 {
    position: absolute;
    font-size: 1.6rem;
    bottom: 15vh;
}

#cursor6 {
    position: absolute;
    font-size: 1.6rem;
    bottom: 19vh;
    left: 1rem;
}

#final1 {
    position: absolute;
    font-size: 1.6rem;
    top: 6rem;
}

#final2 {
    position: absolute;
    font-size: 1.6rem;
    bottom: 10vh;
}

#final3 {
    position: absolute;
    font-size: 1.6rem;
    bottom: 7vh;
}

.cursor-navigation-overlay {
    position: fixed;
    inset: 0;

    width: 100vw;
    height: 100vh;
    height: 100dvh;

    background: #fff;


    z-index: 9000;

    opacity: 0;
    visibility: hidden;
    pointer-events: none;

    transition:
        opacity 250ms ease,
        visibility 250ms ease;
}

.cursor-navigation-overlay.is-visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.cursor-navigation-button {
    --cursor-button-progress: 0%;

    height: 2.5rem;

    border: 1px solid #663024;
    border-radius: 0;

    background: #fff;
    color: #663024;

    font: inherit;
    font-size: 1.2rem;

    appearance: none;
    -webkit-appearance: none;
    pointer-events: none;
}

.cursor-button-progress {
    position: absolute;

    top: 0;
    bottom: 0;
    left: 0;

    width: var(--cursor-button-progress);

    background: #8AA0DD;

    pointer-events: none;
    will-change: width;
}

.cursor-button-label {
    position: relative;
    z-index: 1;
}

.cursor-navigation-button.is-cursor-active {
    color: #663024;
}

.cursor-navigation-button.is-triggered {
    transform: scale(0.98);
}

.cursor-navigation-category {
    position: absolute;
    top: 0;
    left: 50%;
    width: 50vw;
    transform: translateX(-50%);
}

.cursor-navigation-distance {
    position: absolute;
    top: 0;
    left: 1rem;
    width: calc(25vw - 2rem);
}

.cursor-navigation-dock {
    background-color: #663024;
    width: 2.5rem;
    padding: 0;
    position: absolute;
    top: 0;
    right: 1rem;
}

.cursor-dock-symbol {
    display: flex;
    align-items: center;
    justify-content: center;
}

.cursor-dock-circle {
    display: block;

    width: 18px;
    height: 18px;

    border: 1px solid currentColor;
    border-radius: 50%;
    background-color: #fff;
}

.cursor-navigation-article {
    position: absolute;

    left: 1rem;
    bottom: 1rem;

    width: calc(100vw - 2rem);
}

.cursor-navigation-overlay .cursor.is-detached {
    position: fixed;

    left: var(--cursor-x);
    top: var(--cursor-y);

    z-index: 10002;

    width: 18px;
    height: 18px;

    margin: 0;

    display: block;
    visibility: visible;
    opacity: 1;

    background-color: #663024;
    color: #663024;

    transform: translate(-50%, -50%);

    pointer-events: none;
}

.cursor-navigation-overlay .cursor.is-detached::after {
    display: block;
    visibility: visible;
    opacity: 1;

    background-color: #663024;
}

.cursor-calibration-overlay-text {
    position: fixed;
    inset: 0;

    width: 100vw;
    height: 100vh;
    height: 100dvh;

    z-index: 10001;

    overflow: hidden;
    pointer-events: none;
}

#compass-calibri1,
#compass-calibri2,
#compass-calibri3,
#compass-calibri4,
#compass-calibri5,
#compass-calibri6,
#compass-calibri7 {
    display: none;
    position: absolute;
    overflow: visible;
}

#compass-calibri1 .animation-text-stroke,
#compass-calibri2 .animation-text-stroke,
#compass-calibri3 .animation-text-stroke,
#compass-calibri4 .animation-text-stroke,
#compass-calibri5 .animation-text-stroke,
#compass-calibri6 .animation-text-stroke,
#compass-calibri7 .animation-text-stroke,
#compass-distance1 .animation-text-stroke,
#compass-distance2 .animation-text-stroke,
#compass-distance3 .animation-text-stroke {
    stroke: none;
}

#compass-calibri1 .animation-text-fill,
#compass-calibri2 .animation-text-fill,
#compass-calibri3 .animation-text-fill,
#compass-calibri4 .animation-text-fill,
#compass-calibri5 .animation-text-fill,
#compass-calibri6 .animation-text-fill,
#compass-calibri7 .animation-text-fill,
#compass-distance1 .animation-text-fill,
#compass-distance2 .animation-text-fill,
#compass-distance3 .animation-text-fill {
    fill: #fff;
}

#compass-calibri1 {
    bottom: 18vh;
    left: 0;
}

#compass-calibri2 {
    top: 14vh;
    left: 1rem;
}

#compass-calibri3 {
    bottom: 25vh;
    left: 0;
}

#compass-calibri4 {
    bottom: 30vh;
    right: 0;
}

#compass-calibri5 {
    top: 15vh;
    left: 0;
}

#compass-calibri6 {
    top: 30vh;
    left: 0;
}

#compass-calibri7 {
    top: 40vh;
    right: 0;
}

.cali-over {
    position: relative;

    width: 100vw;
    height: 95vh;

    margin-top: -3rem;
    margin-left: -1rem;

    background-color: #8AA0DD;
    overflow: hidden;
}

.cali-over #final1,
.cali-over #final2,
.cali-over #final3 {
    overflow: visible;
}

[data-screen="compass"] {
    height: 100vh;
    height: 100dvh;
}

[data-screen="compass"] .compass-container {
    position: absolute;

    top: calc(env(safe-area-inset-top) + 3.5rem);
    left: 0;

    width: 100%;
    height: calc(100dvh - env(safe-area-inset-top) - 3.5rem);

    transform: none;
    display: block;
}

[data-screen="compass"] .compass-wrapper {
    position: relative;

    width: 80vw;
    height: calc(100% - 1rem);

    margin: 1rem auto 0;
    padding-bottom: 4rem;

    box-sizing: border-box;
}

/* Reflection Break */

[data-screen="reflection-break"] {
    position: relative;

    width: 100vw;
    height: 100vh;
    height: 100dvh;

    padding: 3.8rem 1rem 1rem;

    overflow: hidden;
    background: linear-gradient(180deg,
            #663024 0%,
            #8aa0dd 45%,
            #ffffff 100%);
}

[data-screen="reflection-break"].is-active {
    display: block;
}

.reflection-break-content {
    position: absolute;
    top: 50%;
    left: 50%;

    width: calc(100vw - 2rem);

    transform: translate(-50%, -50%);
    text-align: center;
}

.reflection-break-text {
    color: #663024;
    font-size: 1.6rem;
    line-height: 1.2;
}

.reflection-meter-display {
    display: block;

    bottom: 4rem;
    z-index: 20;

    color: #663024;
}

body:has([data-screen="reflection-break"][style*="display: block"]) .distance-title {
    color: #663024;
}

#compass-distance1 {
    top: 20vh;
    left: 0;
}

#compass-distance2 {
    bottom: 30vh;
    right: 0;
}

#compass-distance3 {
    bottom: 23vh;
    right: 0;
}