@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;700&display=swap");@import url("https://fonts.googleapis.com/css2?family=Syne:wght@700&display=swap");:root{--bg-color:#050505;--text-color:#fff;--accent-color:#f22;--secondary-text:#888;--grid-gap:2rem}*{box-sizing:border-box;margin:0;padding:0}::selection{background:var(--accent-color);color:#fff}body,html{background-color:var(--bg-color);color:var(--text-color);font-family:Inter,sans-serif;overflow-x:hidden;scroll-behavior:smooth}a{color:inherit;text-decoration:none;transition:opacity .3s ease}a:hover{opacity:.7}h1,h2,h3,h4,h5,h6{font-family:Syne,sans-serif;font-weight:700;text-transform:uppercase;letter-spacing:-.02em}.title-large{font-size:clamp(3rem,8vw,6rem);line-height:.9}.title-medium{font-size:clamp(1.5rem,4vw,3rem)}.text-body{font-size:1rem;line-height:1.6;color:var(--secondary-text);max-width:60ch}.container{width:90%;max-width:1400px;margin:0 auto;padding:0 1rem}.section{padding:6rem 0}.btn{display:inline-block;padding:1rem 2rem;background:#fff;color:#000;font-weight:500;text-transform:uppercase;border-radius:2px;transition:transform .2s,background .2s}.btn:hover{background:#e0e0e0;transform:translateY(-2px)}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg-color)}::-webkit-scrollbar-thumb{background:#333;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#555}@media (max-width:768px){:root{--grid-gap:1rem}.container{width:95%;padding:0 .5rem}.section{padding:3rem 0}.title-large{font-size:clamp(2.5rem,12vw,4rem)!important;line-height:.95!important}.title-medium{font-size:clamp(1.5rem,6vw,2rem)}.text-body{font-size:.95rem}.mobile-hidden{display:none!important}.mobile-full-width{width:100%!important}}@media (max-width:480px){.title-large{font-size:clamp(2rem,14vw,3rem)!important}.text-body{font-size:.9rem}}