/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
button,hr,input{overflow:visible}progress,sub,sup{vertical-align:baseline}[type=checkbox],[type=radio],legend{box-sizing:border-box;padding:0}html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}details,main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:800}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}fieldset{padding:.35em .75em .625em}legend{color:inherit;display:table;max-width:100%;white-space:normal}textarea{overflow:auto}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}[hidden],template{display:none}

@font-face {
    font-family: 'VCR-JP';
    src: url('img/VCR-JP.eot');
    src: url('img/VCR-JP.eot?#iefix') format('embedded-opentype'),
        url('img/VCR-JP.woff2') format('woff2'),
        url('img/VCR-JP.woff') format('woff'),
        url('img/VCR-JP.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Heller';
    src: url('img/Heller.eot');
    src: url('img/Heller.eot?#iefix') format('embedded-opentype'),
        url('img/Heller.woff2') format('woff2'),
        url('img/Heller.woff') format('woff'),
        url('img/Heller.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body{
    /* font-family: "Inconsolata", monospace; */
    font-family: "JetBrains Mono", monospace;
    font-weight: 200;
    font-size: 1rem;
    color: #fff;
    background-size: 10px 10px;
    background-color: #060606;
    background-attachment: fixed;
    /*background-image: linear-gradient(to right, grey 1px, transparent 1px), linear-gradient(to bottom, grey 1px, transparent 1px);*/
    background-image: radial-gradient(circle, #222222 1px, rgba(0, 0, 0, 0) 1px);
    overflow: hidden;
    cursor: none; /* */
}
a,button{
     text-decoration: none;
}
a:hover, .button:hover{
    cursor: none; 
}
body.onloading{
   overflow: hidden;
}
body.loadcomplete{
    overflow: auto;
}
body.loadcomplete .kaiju-loader.loadcomplete{z-index: -2;}
.cursor{
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background:none;
    position: fixed; /* Ensures it stays in the viewport */
    pointer-events: none; /* Allows clicks to pass through to elements beneath it */
    transform: translate3d(-50%, -50%, 0); /* Centers the element on the pointer coordinates */
    transition: all 0.1s ease-out;
    z-index: 99999999999;
}
.shadow{
    position: absolute;
    top: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border:1px solid red;
    pointer-events: none;
    /* transition: all 0.1s ease-out;
    transition-property: background, transform;
    transform-origin: 100% 100%; */
}
.shadow.m{background-color: red;opacity: 0.8;}.shadow.s1{opacity: 0.3;}.shadow.s2{opacity: 0.4;}.shadow.s3{opacity: 0.5;}.shadow.s4{opacity: 0.6;}
.cursor.hovering .shadow{width: 40px;height: 40px;}
.cursor.hovering .shadow.m{background-color: white;opacity: 0.5;}
.fillwht{
    fill: white;
}
main{
    position: relative;
    z-index: 9;
    opacity: 0;
}
body.loadcomplete main{
    opacity: 1;
}
.stage {
    position: fixed;
    width:100%;
    height:100%;
    top: 0;
    z-index: -2;
    overflow:hidden;
}
.pxoverlay {
    position: fixed;
    width:100%;
    height:100%;
    top: 0;
    z-index: 999;
    overflow:hidden;
    mix-blend-mode: luminosity;
}
.crt{
    width:100%; height:100%; background-image: url(img/scanlines.png); 
    opacity: 0.9;
}
.d{position: absolute;top:0}
.headernav{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background: linear-gradient(180deg, #00000088, transparent);
    z-index: 99;
}
.headernav .header-cont{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 2rem;
}
.logo h1{
    font-family: Heller;
    font-size: 1.2rem;
    font-weight: 400;
    letter-spacing: 2px;
}
.hamburger{
    width: 48px;height: 48px;
    background: none;
    border: none;
    outline: none;
    display: none;
}
#bars{
    width: 36px;height: 36px;
}
.hamburger .cross1, .hamburger .cross2{
    transform-origin: 50% 50%;
    opacity: 0; transform: rotate(45deg);
    transition: all ease 0.5s;
}
.active .cross1, .active .cross2{
    opacity: 1;
}
.active .cross1{
transform: rotate(0deg);
} 
.active .cross2{
    transform: rotate(90deg);
}
.hamburger:hover .midbar{
    transform-origin: 50% 50%;
    transform: translateX(-10px) ;
}
.active .bar{
    opacity: 0;
}
.menu{list-style: none; font-size: 1rem;}
.menu li{display: inline-block;}
.menu li a{
    font-size: 0.8rem;
    letter-spacing: 2px;
    padding: 0.25rem 1rem;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    transition: all ease 0.3s;
}
.menu li a:hover{color: #ff0000; font-weight: 800;text-shadow: 0px 0px 3px red;}
.kaiju-loader{
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 99999;
    background: #030303;
    display: block;
    color: red;
    font-family: "VCR-JP";
    font-size: 1rem;
    text-shadow: 0 0 10px #db0000;
    filter: brightness(130%) contrast(120%);
}
.ui-bor{
    width: 96vw;
    height: calc(100vh - 4vw);
    margin: 2vw;
    position: absolute;
    box-shadow: 0 0 0 2px red;
}
/* .ui-border-v2.t {
  width: 620px;
  height: 36px;
  top: -5px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
} */
.ui-border-v2.t .batt {
    max-width: 256px;
    padding: 0 12px;
    height: 32px;
    margin: 0 auto;
    transform: translate(0,-50%);
    background: red;
    z-index: 1;
    color: white;
    text-align: center;
    font-size: 12px;
    letter-spacing: 2px;
    line-height: 32px;
}
.blinker::after{
    display: inline;
    content: "_";
    animation: blnk-loop 1s infinite steps(1, end);
    }

    @keyframes blnk-loop {
        0% {
            opacity: 0;
        }
        50% {
            opacity: 1;
        }
        100% {
            opacity: 0;
        }
    }
.loadbar,.grid,.glinfo,.command{
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
}
#loadline{
    display: block;
    width: 0;
    height: 64px;
    position: absolute;
    left: 0;
    background: red;
    z-index: 9;
    bottom: 2rem;
}
.loadgrid{
    display: block;
    width: 100%;
    height: 64px;
    position: absolute;
    left: 0;    
    z-index: 11;
    bottom: 2rem;
    background: repeating-linear-gradient(
    45deg,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0) 10px,
    rgba(0, 0, 0, 1) 10px,
    rgba(0, 0, 0, 1) 20px
  )
}
.scrllenbl{
    display: inline;
    background: red;
    color: white;
    padding: 0.5rem 1rem;
    font-size: 0.8rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    opacity: 0; 
}
.scrllenbl.blnk{
    animation: blnk-loop 1s infinite steps(1, end);
}
.loadbar{
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    bottom: 0;
}
#loadbar{width: 98%;}
.command{
    padding: 2vw;
}
.glinfo{
    width: 40%;
    max-width: 200px;
    top: 0;
    right: 0;
    padding: 2vw;
}
#globe{
    position: relative;
    max-width: 80%;
    display: block;
    /* aspect-ratio: 1.5 / 1;
    border: 2px solid red; */
    margin: 0 auto;
    /* border-radius: 50%; */
}
.globe-1{
    position: absolute;
    top:0;left: 0;
    display: block;
    width: 100%;
    height: 100%;
    border: 2px solid red;
    border-radius: 50%;
    box-shadow: 0 0 0 5px 5px red;
    margin: -1px 0 0 -1px;
}
.gldiv1{left: 0%;width: 100%;/*animation: gl-loop1 1s infinite steps(4);*/}
.gldiv2{left: 14%;width: 72%;/*animation: gl-loop2 1s infinite steps(4);*/}
.gldiv3{left: 28%;width: 44%;/*animation: gl-loop3 1s infinite steps(4);*/}
.gldiv4{left: 42%;width: 16%;/*animation: gl-loop4 1s infinite steps(4);*/}
    
/* @keyframes gl-loop1 { 0% {left: 0%;width: 100%;} 50% {left: 14%;width: 72%;} 100% {left: 0%;width: 100%;} }
@keyframes gl-loop2 { 0% {left: 14%;width: 72%;} 50% {left: 28%;width: 44%;} 100% {left: 14%;width: 72%;} }
@keyframes gl-loop3 { 0% {left: 28%;width: 44%;} 50% {left: 42%;width: 16%;} 100% {left: 28%;width: 44%;} }
@keyframes gl-loop4 { 0% {left: 42%;width: 16%;} 50% {left: 50%;width: 0%;} 100% {left: 42%;width: 16%;} } */

.globe-2{
    position: absolute;
    top:30%;left: 0;
    display: block;
    width: 100%;
    height: 40%;
    border: 2px solid red;
    border-radius: 50%;
    box-shadow: 0 0 0 5px 5px red;
    margin: -1px 0 0 -2px;
}
.grid{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;    
    padding-top: 10vh;
}
.gridblk {
    position: relative;
    width: 280px;
    height: 280px;
    opacity: 0;
}
.gridtxt{
    text-align: center;
    padding: 2rem;
}
#grid{
    position: absolute;
    top:0;
    max-width: 280px;
}
.kaijujpn{font-size: 4rem; margin: 1rem 0;}
.ldr-kaiju{font-size: 2rem;margin: 1rem 0;}
.kj_msh{
    margin: 20px auto;
    max-width: 240px;
}
.kj_msh {
    width: 240px; /* Width of a single sprite frame */
    height: 240px; /* Height of a single sprite frame */
    background-image: url('img/kaiju-sprite.webp');
    background-repeat: no-repeat;
    overflow: hidden; /* Hide other parts of the sprite sheet */
    animation: sprite-loop 4s steps(4) infinite; /* 4 frames, 1 second duration */
    background-size: auto 100%;
    }

    @keyframes sprite-loop {
        from {
            background-position: 0 0; /* Starting position of the first frame */
        }
        to {
            background-position: -960px 0; /* End position to show the last frame (4 frames * 100px width) */
        }
    }
.page-sec{
    display: flex;
    /* align-items: center;     */
    width: 100%;
    padding: 15vh 0;
    /* min-height: 100vh; */
}
.inn-sec{
    width: 100%;
    padding:2rem;
}
.logotro{
    width: 100%;
    padding-top: 0; position: relative;
    /* padding-top: 100vh;     */
}
.logotro::before{
    content: "";top: 0;left: 0;
    display: block;
    position: absolute;
    z-index: 2;
    width:100%; height:100%; background-image: url(img/scanlines-d.png); 
    opacity: 0.3;transition: all ease 0.2s;
} 
.mov-tro{
    position: absolute;
    margin: 0 auto;
    justify-content: center;
    display: flex;
    align-items: center;
    width: 100%;
    background: #000;
    top: 0; left: 0;
}
.loadtitle{
    padding-top: 60vh;
}
.txc{text-align: center;}.txr{text-align: right;}
.countLoad {
    position: absolute;
    right: 1vw;
    bottom: 7vw;
    font-size: 3rem;
}
.loadtitle{
    display: block;
    width: 100%;
    color: #df0000;
    text-shadow: 0 0 10px #ff0000;
}
.loadtitle .lline1{
    display: block;
    width: 100%;
    font-family: Heller;
    font-size: 16vw;
    text-transform: uppercase;
    line-height: 12vw;
    letter-spacing: 0.5vw;
    margin: 0px;
}
.loadtitle .lline2{
    display: block;
    font-family: Heller;
    text-transform: uppercase;
    line-height: 12vw;
    margin: 0px;
    font-size: 12vw;
    letter-spacing: 1.66vw;
}
.herotitle, .sec-head{
    font-family: Heller;
    font-size: 9vw;
    text-transform: uppercase;
    line-height: 9vw;
    letter-spacing: 3px;
    margin: 0px;
    text-shadow: 0 0 10px #fff;
    overflow: clip;
}
.herotitle{
    padding-left: 1rem;
}
.herotitle .hline{
    display: block;
}
.hero-cont{
    padding-top: 10vh;
    padding-left: 50%;    
}
.headline,.subline{font-size: 1rem; margin-top: 4rem; letter-spacing: 1px; line-height: 1.5;}
.herocta {
    display: flex;
    column-gap: 2rem;
}
.herocta .button{
    display: inline-block;
    background-color: #fff;
    color: #121212;
    transition: all 0.3s;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 4px;
    padding: 1rem;
    border-radius: 0.25rem;
    border: none;
    margin-top: 4rem;
    margin-right: 2rem;
    box-shadow: 0 0 10px #fff;
}
.herocta .button:hover{
    background-color: red;
    color: #fff;
    box-shadow: 0 0 10px #db0000;
}
.services{background: url(img/noise.png), radial-gradient(at top, #666 0%, #ddd 100%);}
.serv-cont{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    position: relative;
    justify-items: center;
    margin-top: 3rem;    
}
.servcore {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: space-between;
    max-width: 20vw;
    max-height: 20vw;
    aspect-ratio: 1 /1;
    /*padding: 2rem;
    border: 2px solid #eee; */
    background: #ff0000c4;
    /* position: absolute;
    top: 0;
    left: 0;  */
}
/* .servcore1{}
.servcore2{ top: 20%;left: 20%; }
.servcore3{ top: 40%;left: 40%; } */
.servico{
    display: flex;    
    justify-content: flex-end;
    padding: 1rem;
}
.servico div{
    width: 48px;
    height: 48px;
    background-repeat: repeat-y; /* Or repeat-y, or no-repeat as needed */
    /* animation: slideBackground 5s infinite; */
    animation: slideBackground 4s steps(3) infinite;
}
@keyframes slideBackground {
  0% {
    background-position: 0px 0px; 
  }

  100% {
    background-position: 0px -144px; 
  }
}
.servico1{
    background-image: url(img/serv1.png);
}
.servico2{
    background-image: url(img/serv2.png);
}
.servico3{
    background-image: url(img/serv3.png);
}
.srv-ttl {
    margin: 0;
    text-align: right;
    font-size: 3rem;
    line-height: 1;
    padding: 1rem;
    text-transform: uppercase;
}
.srv-list{
    font-size: 0.9rem;
    list-style: none;
    text-align: left;
    margin: 0;
    padding: 1rem;padding-bottom: 0.5rem;
    line-height: 1.5;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.srv-list li{
    padding: 0.5rem;
    border-top: 1px dashed #ffffff63;
}

#kaiju{
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    display: block;
    width: 100%;
    height: 100vh;
    mix-blend-mode: screen;
    /* opacity: 0.8; */
}

.sec-desc{max-width: 70vw;margin: 2rem auto;}
.sec-desc p{
    display: inline;
    background: #f00 none repeat scroll 0 0;
    box-decoration-break: clone;
}
/* horizontal scroll */
.pf_link{
    display: block;
    aspect-ratio: 16 / 9;
    width: 100%; /* Optional, for responsiveness */
    overflow: hidden; /* Ensures any cropped parts are hidden */
    margin: 0;
    position: relative;
}
.pf_link::before {
    content: "";
    background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="Play" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m21,11v-1h-1v-1h-2v-1h-2v-1h-1v-1h-2v-1h-2v-1h-1v-1h-2v-1h-2v-1h-3v1h-1v20h1v1h3v-1h2v-1h2v-1h1v-1h2v-1h2v-1h1v-1h2v-1h2v-1h1v-1h1v-2h-1Zm-2,2h-2v1h-2v1h-1v1h-2v1h-2v1h-1v1h-2v1h-2v1h-1V3h1v1h2v1h2v1h1v1h2v1h2v1h1v1h2v1h2v2Z"/></svg>'); 
    display: block;
    position: absolute;
    z-index: 2;
    width: 100%;height: 100%;
    background-size: 10%;
    background-repeat: no-repeat;
    background-position: center;
    filter: invert(100%);
    opacity: 0.5;
    transition: all ease 0.2s;
}
.pf_link:hover::before {
    background-size: 12%;opacity: 1;
}

.pf_link::after{
    content: "";top: 0;left: 0;
    display: block;
    position: absolute;
    z-index: -1;
    width:100%; height:100%; background-image: url(img/scanlines-l.png); 
    opacity: 0.3;transition: all ease 0.2s;
} 
.pf_link:hover::after {
    opacity: 1;
}
.slide_img{
    width: 100%;
    height: 100%;
    margin: 0;
    object-fit: cover;
    filter: grayscale(100%);
    opacity: 0.8;
    transition: all ease 0.3s;
    mix-blend-mode: hard-light;
}
.pf_link:hover .slide_img{filter: grayscale(0%);opacity: 1;transform: scale(1.1)}
.pfolio-cont{
    position: relative;

    counter-reset: my-sec-counter;
}
.pfolio {
    box-shadow: 0 0 0 2px white;
    width: 90%;
    max-width: 960px;
    margin: 2rem auto;
    /* position: absolute;
    top: calc(var(--child-index) * 52px);  */
    background-color: black;
}
h4.pf-ttl {
    margin: 0;
    font-size: 16px;
    letter-spacing: 4px;
    font-weight: 800;
    padding: 1rem;
    border-bottom: 2px solid white;
    text-transform: uppercase;
}
h4.pf-ttl::before {
  counter-increment: my-sec-counter;
  content: "" counter(my-sec-counter) ". ";
} 
.pf-cont{
    display: flex;
    flex-direction: row;
    position: relative;
    width: 100%;
    margin: 0;
    align-items: center;
    justify-content: flex-end;
}
.pf-creds {
    position: absolute;
    display: flex;
    top: 0;
    width: 100%;
    height: 100%;
    align-items: flex-end;
    background: #0000007a;
}
.pf-creds ul{display: inline; list-style: none;}
.pf-creds ul li{display: inline; }
/* .pf-desc{
    width: 40%;
    display: flex;
    flex-direction: column;
    align-items:flex-start;
    justify-content: center;
} */
.pf-desc p{
    margin: 0;
    margin-left: 1rem;
    padding: 1rem 0;
    font-size: 24px;
}
.pf-vidthmb{
    width: 100%;
}
.sec-desc.txc{
    max-width: 50%;
    margin: 2rem auto;
    line-height: 2;
}
#contact{
    background: url(img/noise.png), radial-gradient(at top, #666 0%, #ddd 100%);
}
#cont_form {
    display: flex;
    justify-content: center;
}
#contact_body {
    background: #eee;
    padding: 3rem;
    border-radius: 1rem;
    color: #1e1e1e;
    width: 90%;
    max-width: 840px;
}
.formflxwrp{
    display: flex;
    align-items: flex-start;
    column-gap: 1.5rem;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
}
.formtxt{line-height: 35px;}
.forminp{
    flex-grow: 1;
}
.btn{
    display: inline-block;
    background-color: #121212;
    color: #fff;
    text-transform: uppercase;
    transition: all 0.3s;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 4px;
    padding: 1rem;
    border-radius: 0.25rem;
    border: none;
    margin-top: 2rem;
    margin-right: 2rem;
    box-shadow: 0 0 10px #fff;
}
.input {
    background: none;
    border: none;
    border-radius: 0px;
    border-bottom: 2px solid #121212;
    display: inline-block;    
    height: 35px;
    padding: 0px;
    color: #1e1e1e;
    width: 100%;
    font-weight: 200;
    text-transform: uppercase;
}
textarea.input{
    width: 100%;
    min-width: 200px;max-width: 640px;
    min-height: 35px;max-height: 140px;
}
.input:active, .input:focus{
    background: none;
    border: none;
    border-radius: 0px;outline: none;
    border-bottom: 2px solid red;
}
.input::placeholder {
    color: #1e1e1e;opacity: 1;
}
#send_btn{
    display: flex;
    align-items: center;
    line-height: 24px;
    padding: 8px;
}
.sendico{
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url(img/send.png);
    background-repeat: repeat; /* Or repeat-y, or no-repeat as needed */
    background-position: 0px 0px;
    background-size: 100%;
    transition: all ease 0.5s;
}
#send_btn:hover{
    background-color: #db0000;
}
#send_btn:hover .sendico{
    background-position: -48px 48px; 
  }
footer{
    min-height: 40vh;
    max-height: 600px;
    background-color: black;
    padding: 2rem;
}

/* The Modal (background) */
.modal {
  visibility: hidden;
  opacity: 0;
  position: fixed; /* Stay in place */
  z-index: 999; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.66); /* Black w/ opacity */
  backdrop-filter: blur(5px);
  transition: all ease 0.3s;
  display: flex;
  justify-content: center;
  align-items: center
}
.modal.showing{
  visibility: visible;
  opacity: 1;
}
body.showing{
    overflow: hidden !important;
    
}
/* Modal Content/Box */
.modal-content {
  background-color: #121212;
  margin: 0 auto; /* 15% from the top and centered */
  padding: 10px;
  border: 0px solid #888;
  max-width: 1280px;
}
.modal-body{
    display: block;
    aspect-ratio: 16 / 9;
    width: 100%;
    overflow: hidden;
    margin: 0;
    height: 80vh;
    max-height: 720px;
}
/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 36px;
  font-weight: 100;
  position: absolute;
  right: 40px;
  top: 40px;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
}

/* =========================================
   RESPONSIVE QUERIES
   ========================================= */

/* --- Laptop / Large Tablet (max-width: 1280px) --- */
@media (max-width: 1280px) {
    body {
        font-size: 1.2rem;
    }
    
    .loadtitle .lline1 {
        font-size: 14vw;
        line-height: 10vw;
    }
    
    .loadtitle .lline2 {
        font-size: 10vw;
        line-height: 10vw;
    }

    .herotitle, .sec-head {
        font-size: 8vw;
        line-height: 8vw;
    }

    .hero-cont {
        padding-left: 30%;
    }
    
    .headline {
        font-size: 2.5rem;
    }
    
    .subline {
        font-size: 1.5rem;
    }

    .servcore {
        
    }
    
    .srv-ttl {
        font-size: 2.5rem;
    }
}

/* --- Tablet (max-width: 1024px) --- */
@media (max-width: 1024px) {
    .header-cont {
        padding: 1rem;
    }
    
    .logo h1 {
        font-size: 1rem;
    }
    
    .menu li a {
        font-size: 0.9rem;
        padding: 0.25rem 0.5rem;
    }

    .hero-cont {
        padding-left: 10%;
        text-align: center;
    }
    
    .hero-cont .txr {
        text-align: center;
    }
    
    .headline {
        font-size: 2rem;
    }
    
    .serv-cont {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .servcore {
        max-width: 90vw;
        max-height: fit-content;
        aspect-ratio: auto;
        width: 100%;
        padding: 2rem;
    }
    
    .srv-ttl {
        text-align: left;
        font-size: 2rem;
    }
    
    .pfolio {
        width: 95%;
    }
    
    .pf-desc p {
        font-size: 1.2rem;
    }
    .sec-desc,.sec-desc.txc{max-width: 80%;}
    .formflxwrp{
        flex-direction: column;
        row-gap: .5rem;
    }
}

/* --- Mobile (max-width: 768px) --- */
@media (max-width: 768px) {
    /* Reset cursor for touch */
    .cursor, .shadow {
        display: none !important;
    }
    
    body {
        cursor: auto;
        font-size: 1rem;
    }
    
    a:hover, .button:hover {
        cursor: pointer;
    }
    /* Loader */
    .ui-bor {
        width: 92vw;
        margin: 4vw;
        height: calc(100vh - 8vw);
    }
    
    .kaijujpn {
        font-size: 3rem;
    }
    
    .gridblk {
        width: 200px;
        height: 200px;
    }
    #grid{max-width: 200px;}
    .kaiju-loader{font-size: 0.75rem;}
    .glinfo,.command{
        position: relative;
        display: block;
        width: 100%; height: auto;
    }
    .glinfo {
        display: flex;
        flex-direction: row;
        height: auto;
        max-width: none;
        align-items: center;
        margin-top: -2vh;
    }
    #globe{
        width: 25%;
        margin: 0 1rem 0 0;
    }
    .grid{
        padding-top:2vh;
    }
    .kj_msh {
    width: 160px; /* Width of a single sprite frame */
    height: 160px; /* Height of a single sprite frame */
    animation: sprite-loop2 4s steps(4) infinite; /* 4 frames, 1 second duration */
    background-size: auto 100%;
    }

    @keyframes sprite-loop2 {
        from {
            background-position: 0 0; /* Starting position of the first frame */
        }
        to {
            background-position: -640px 0; /* End position to show the last frame (4 frames * 100px width) */
        }
    }
    .countLoad{
        font-size: 1.5rem;bottom: 10%;
    }
    #loadline,.loadgrid{
        height: 48px;bottom: 2%;
    }
    /* Header & Nav */
    .headernav .header-cont {
        flex-direction: row;
        padding: 1rem;
    }
    .hamburger{display: block;}
    .logo {
        margin-bottom: 1rem;
    }
    
    .menu {
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        flex-direction: column;
        text-align: right;
    }
    .menu {
        position: fixed;
        top: 64px;        
        right: -110%;
        transition: all ease 0.5s;
    }
    .active .menu{
        right: 0;
    }
    .menu li {
        margin: 0;
        padding: 0.75rem;
        border-bottom: 1px solid #eee;
        background: linear-gradient(270deg, #000000d6, transparent);
    }

    

    /* Typography */
    .loadtitle .lline1 {
        font-size: 18vw;
        line-height: 14vw;
    }
    
    .loadtitle .lline2 {
        font-size: 14vw;
        line-height: 14vw;
    }
    
    .herotitle, .sec-head {
        font-size: 12vw;
        line-height: 12vw;
    }

    /* Hero */
    .hero-cont {
        padding-left: 0;
        padding: 1rem;
    }
    
    .headline {
        font-size: 1.5rem;
        margin-top: 1rem;
    }
    
    .subline {
        font-size: 1.1rem;
        margin-top: 1rem;
    }
    
    .herocta .button {
        display: block;
        margin: 1rem 0;
        text-align: center;
        width: 40%;
        max-width: 180px;
    }

    /* Services */
    .servcore {
        max-width: 90%;
    }

    /* Portfolio */
    .pfolio {
        width: 100%;
        margin: 1rem auto;
    }
    
    h4.pf-ttl {
        font-size: 1rem;
        padding: 0.5rem;
    }
    .inn-sec{padding: 1rem;}

    /* Contact */
    #contact_body{padding: 20px;width: 80%;}
    #contact_body form span {
        display: block;
        margin-bottom: 1rem;
        width: 100%;
    }
    .sendico{width: 24px !important;margin:0 !important;}
    input, textarea {
        width: 100%;
        padding: 1rem;
        font-size: 1rem;
    }

    /* Modal */
    .modal-content {
        width: 95%;
        padding: 5px;
    }
    
    .close {
        right: 10px;
        top: 10px;
        font-size: 2rem;
    }
    
    /* Footer */
    footer {
        padding: 1rem;
        text-align: center;
    }
}