@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;700;900&display=swap";
:root{--bg-color:#fff;--text-color:#000;--text-muted:#888;--border-color:#000;--spacing-xs:.5rem;--spacing-sm:1rem;--spacing-md:2rem;--spacing-lg:4rem;--spacing-xl:8rem;--font-sans:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif}*{box-sizing:border-box;margin:0;padding:0}html,body{background-color:var(--bg-color);color:var(--text-color);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;height:100%;margin:0;padding:0;line-height:1.2;overflow-x:hidden}*{cursor:none!important}a{color:inherit;text-decoration:none}h1,h2,h3{text-transform:uppercase;letter-spacing:-.02em;font-weight:900}.layout-container{flex-direction:column;min-height:100vh;display:flex}.header{padding:var(--spacing-md)var(--spacing-md);z-index:100;mix-blend-mode:difference;color:#fff;justify-content:space-between;align-items:center;display:flex;position:fixed;top:0;left:0;right:0}.logo-area h1,.logo{text-transform:uppercase;letter-spacing:-.04em;margin:0;font-size:1.5rem;font-weight:900}.nav{gap:var(--spacing-md);text-transform:uppercase;font-size:.8rem;font-weight:700;display:flex}.main-content{flex:1}.footer{padding:var(--spacing-md);text-transform:uppercase;justify-content:space-between;align-items:flex-end;font-size:.75rem;font-weight:700;display:flex}@media (max-width:768px){.header{gap:var(--spacing-sm);mix-blend-mode:normal;color:#000;background:#fff;flex-direction:column}}.snap-container{scroll-snap-type:y mandatory;scroll-behavior:smooth;scrollbar-width:none;height:100vh;overflow-y:scroll}.snap-container::-webkit-scrollbar{display:none}.snap-section{scroll-snap-align:start;scroll-snap-stop:always;width:100vw;height:100vh;position:relative}.scroll-arrow{color:#000;cursor:pointer;z-index:50;opacity:.5;font-size:2rem;transition:opacity .3s;animation:2s ease-in-out infinite bounceArrow;position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}.scroll-arrow:hover{opacity:1}@keyframes bounceArrow{0%,to{transform:translate(-50%)}50%{transform:translate(-50%,15px)}}
.CustomCursor-module__scj-aG__cursor{pointer-events:none;z-index:9999;opacity:0;background-color:#000;border-radius:50%;justify-content:center;align-items:center;width:10px;height:10px;transition:width .3s,height .3s,background-color .3s,opacity .3s;display:flex;position:fixed;transform:translate(-50%,-50%)}.CustomCursor-module__scj-aG__visible{opacity:1}.CustomCursor-module__scj-aG__active{color:#fff;mix-blend-mode:normal;background-color:#000;width:120px;height:120px}.CustomCursor-module__scj-aG__clickable{background-color:#0000;border:1.5px solid #000;width:48px;height:48px}.CustomCursor-module__scj-aG__text{text-transform:uppercase;text-align:center;opacity:0;padding:10px;font-size:.7rem;font-weight:700;animation:.2s .1s forwards CustomCursor-module__scj-aG__fadeIn}@keyframes CustomCursor-module__scj-aG__fadeIn{to{opacity:1}}@media (max-width:768px){.CustomCursor-module__scj-aG__cursor{display:none}}
