footer{position:fixed;bottom:0;left:0;z-index:1000}footer > .slashes{position:fixed;top:0;left:var(--s3);width:100vh;transform:rotate(-90deg) translateX(-100%);transform-origin:top left;pointer-events:none}footer > .slashes::before{content:'/////////';font-family:var(--font-family-heading);font-size:var(--font-xxl);font-style:italic;-webkit-text-fill-color:transparent;-webkit-text-stroke:2px var(--dark)}footer > .slashes::after{position:absolute;bottom:0;right:40vh;content:'////////////////';font-family:var(--font-family-heading);font-size:var(--font-xl);font-style:italic;color:var(--light);letter-spacing:0.15em;margin-left:-20%;margin-top:var(--s2)}@media (max-aspect-ratio:16/9){footer > .slashes{display:none}}@media (max-width:1200px){footer > .slashes{display:none}}footer > .options{position:fixed;bottom:var(--s2);left:var(--s2);display:flex;flex-direction:column;gap:var(--s1)}footer > .options a,footer > .options button{width:var(--s3);height:var(--s3);display:flex;justify-content:center;align-items:center;color:var(--light);background:var(--dark)}