:root{--page-background:#b5987a;--surface:#99775b;--surface-dark:#2e1403;--surface-light:#d5b69a;--accent:#702c15;--accent-dark:#451809;--text-light:#fff;--text-dark:#170a01;--shadow:0 12px 32px #170a0133;--max-content-width:1440px}*{box-sizing:border-box;margin:0;padding:0}::selection{background-color:var(--accent);color:var(--text-light)}html{scroll-behavior:smooth;font-size:62.5%}body{background:var(--page-background);color:var(--text-dark);font-family:Comfortaa,sans-serif;overflow-x:hidden}body.is-modal-open,body.is-menu-open{overflow:hidden}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}img{max-width:100%;display:block}main,section,footer{width:100%}#App-container{flex-direction:column;align-items:stretch;display:flex}#Home,#Environments,#ContactUs{scroll-margin-top:8rem}.visually-hidden{clip:rect(0 0 0 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.route-loading{color:var(--text-light);justify-content:center;align-items:center;min-height:100vh;font-size:2rem;display:flex}.wall{background-color:var(--surface-dark);transform-origin:0;z-index:30;width:100%;height:33.3333%;animation:1s ease-in-out forwards wall;position:fixed;right:0}.wall:first-child{animation-delay:.5s;top:0}.wall:nth-child(2){animation-delay:.8s;top:33.3333%}.wall:nth-child(3){animation-delay:1.1s;top:66.6666%}::-webkit-scrollbar{width:14px}::-webkit-scrollbar-track{background-color:var(--surface-dark)}::-webkit-scrollbar-thumb{background-color:var(--accent);border-radius:999px}@keyframes wall{0%{left:0}to{left:-110%}}
