:root{--r:#f00;--b:#000;--w:#fff}html,body{margin:0;padding:0;width:100%;height:100%;height:100dvh;overflow:hidden;background:var(--w);color:var(--b);font-family:'Jost',sans-serif;font-style:italic;transition:opacity .6s cubic-bezier(.25,1,.5,1)}body{display:flex;flex-direction:column;justify-content:space-between}*{box-sizing:border-box}.sys-dot{position:fixed;top:12px;right:12px;display:flex;align-items:center;gap:6px;font-size:12px;font-weight:700;color:var(--b);z-index:99;letter-spacing:-.5px;text-transform:uppercase}.dot{width:10px;height:10px;background:#0f0;border-radius:50%;box-shadow:0 0 6px #0f0;animation:bl 1.2s infinite}@keyframes bl{0%,100%{opacity:1}50%{opacity:.2}}.t-p{flex:1;display:flex;flex-direction:column;justify-content:flex-start}.l-b{background:var(--r);width:65vw;max-width:550px;padding:2vh 2vw;margin-bottom:-1vh;z-index:10;border-bottom:.8vh solid var(--b);border-right:.8vh solid var(--b)}.l-b img{width:100%;height:auto;display:block}.t-b{padding:0 1vw;flex:1;display:flex;flex-direction:column;justify-content:center}h1{font-size:clamp(3rem,16vw,22rem);font-weight:700;text-transform:uppercase;line-height:.75;letter-spacing:-.07em;margin:0;word-wrap:break-word;color:var(--b)}p{font-size:clamp(1.1rem,3.5vw,4.5rem);font-weight:400;text-transform:uppercase;line-height:.85;letter-spacing:-.03em;margin:1.5vh 0 0;color:var(--b);max-width:96vw}.b-m{width:100%;display:flex;flex-direction:column}footer{padding:.5vh 1vw;font-size:clamp(.7rem,1vw,1.5rem);font-weight:700;text-transform:uppercase;letter-spacing:-.5px;background:var(--b);color:var(--w)}.cta{display:block;width:100%;background:var(--r);color:var(--w);font-size:clamp(3rem,12vw,18rem);font-weight:700;text-transform:uppercase;text-decoration:none;text-align:center;line-height:.8;letter-spacing:-.06em;padding:1.5vh 0;transition:all .2s ease;border-top:.8vh solid var(--b);cursor:pointer;outline:none}.cta:hover,.cta:focus{background:var(--b);color:var(--w)}@media(max-width:768px){.l-b{width:48vw}.sys-dot{font-size:9px;right:8px;top:10px;gap:4px;letter-spacing:-.2px}.dot{width:8px;height:8px}}