@import "https://fonts.googleapis.com/css2?family=Helvetica+Neue:wght@300;400;500;700&display=swap";
:root{--bg-light:#fff;--text-dark:#000;--bg-dark:#000;--text-light:#fff;--font-main:"Helvetica Neue", Helvetica, Arial, sans-serif}*{box-sizing:border-box;margin:0;padding:0;cursor:none!important}html,body{font-family:var(--font-main);background-color:var(--bg-light);color:var(--text-dark);scroll-behavior:smooth;font-weight:300;overflow-x:hidden}a{color:inherit;text-decoration:none}::selection{background-color:var(--text-dark);color:var(--bg-light)}.section-dark ::selection{background-color:var(--text-light);color:var(--bg-dark)}.film-grain{pointer-events:none;z-index:9998;opacity:.04;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");width:100vw;height:100vh;position:fixed;top:0;left:0}.custom-cursor{pointer-events:none;z-index:9999;mix-blend-mode:difference;border:1px solid #fff;border-radius:50%;width:20px;height:20px;transition:width .3s,height .3s,background-color .3s;position:fixed;transform:translate(-50%,-50%)}.cursor-hover{background-color:#fff;width:50px;height:50px}.cursor-clicked{background-color:#fff;width:15px;height:15px}.cursor-hidden{opacity:0}.logo-difference,.nav-difference{z-index:100;color:#fff;mix-blend-mode:difference;text-transform:uppercase;letter-spacing:.1em;font-weight:500;position:fixed}.logo-difference{font-size:1.2rem;font-weight:700;top:2rem;left:50%;transform:translate(-50%)}.nav-difference{gap:2rem;font-size:.85rem;display:flex;top:2rem;right:2rem}.nav-difference a{padding-bottom:4px;position:relative}.nav-difference a:after{content:"";background:#fff;width:0;height:1px;transition:width .3s;position:absolute;bottom:0;left:0}.nav-difference a:hover:after{width:100%}.section{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:8rem 2rem;display:flex;position:relative}.section-light{background-color:var(--bg-light);color:var(--text-dark)}.section-dark{background-color:var(--bg-dark);color:var(--text-light)}.container{z-index:2;width:100%;max-width:1200px;margin:0 auto;position:relative}.heading-xl{letter-spacing:-.03em;text-transform:uppercase;margin-bottom:2rem;font-size:clamp(4rem,8vw,7rem);font-weight:400;line-height:.95}.heading-lg{letter-spacing:-.02em;text-transform:uppercase;margin-bottom:2rem;font-size:clamp(2.5rem,5vw,4rem);font-weight:400}.text-body{color:#333;max-width:500px;margin:0 auto 3rem;font-size:1.1rem;line-height:1.8}.section-dark .text-body{color:#ccc}.btn{text-transform:uppercase;letter-spacing:.1em;border:1px solid var(--text-dark);color:var(--text-dark);background:0 0;align-items:center;padding:1rem 3rem;font-size:.85rem;transition:all .4s cubic-bezier(.16,1,.3,1);display:inline-flex;position:relative;overflow:hidden}.btn .arrow{margin-left:10px;transition:transform .3s}.btn:hover{background:var(--text-dark);color:var(--bg-light)}.btn:hover .arrow{transform:translate(5px)}.section-dark .btn{border-color:var(--text-light);color:var(--text-light)}.section-dark .btn:hover{background:var(--text-light);color:var(--bg-dark)}.skills-grid{text-align:left;border-top:1px solid #e0e0e0;grid-template-columns:repeat(4,1fr);gap:0;margin-top:4rem;display:grid}.skill-item{border-right:1px solid #e0e0e0;padding:2.5rem 2rem 2.5rem 0}.skill-item:last-child{border-right:none;padding-left:2rem;padding-right:0}.skill-item:not(:first-child){padding-left:2rem}.section-dark .skill-item{border-right-color:#333}.section-dark .skill-item:last-child{border-right:none}.skill-item h3{text-transform:uppercase;letter-spacing:.15em;color:#999;margin-bottom:1.5rem;padding-bottom:1rem;font-size:.75rem;position:relative}.skill-item h3:after{content:"";transform-origin:0;background-color:#000;width:100%;height:1px;transition:transform .4s cubic-bezier(.16,1,.3,1);position:absolute;bottom:0;left:0}.skill-item:hover h3:after{transform:scaleX(0)}.section-dark .skill-item h3:after{background-color:#fff}.skill-item p{color:#444;font-size:1rem;line-height:2}.section-dark .skill-item p{color:#bbb}.marquee-container{color:#fff;background:#000;border-top:1px solid #333;border-bottom:1px solid #333;width:100vw;padding:1rem 0;overflow:hidden}.marquee-content{white-space:nowrap;text-transform:uppercase;letter-spacing:.2em;font-size:1rem;animation:20s linear infinite marquee;display:flex}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.editorial-image{filter:grayscale()contrast(1.2);width:100%;max-width:600px;height:auto;margin:4rem auto;display:block}.fade-in-section{opacity:0;visibility:hidden;will-change:opacity, visibility;transition:opacity 1.2s ease-out,transform 1.2s cubic-bezier(.16,1,.3,1);transform:translateY(10vh)}.fade-in-section.is-visible{opacity:1;visibility:visible;transform:none}.hamburger-btn{cursor:pointer;z-index:1000;background:0 0;border:none;padding:10px;display:none}.hamburger-btn .line{background-color:#fff;width:25px;height:2px;margin:5px 0;transition:all .3s;display:block}.hamburger-btn .line.open:first-child{transform:translateY(7px)rotate(45deg)}.hamburger-btn .line.open:nth-child(2){transform:translateY(-7px)rotate(-45deg)}.mobile-menu{color:#fff;z-index:99;opacity:0;pointer-events:none;text-transform:uppercase;letter-spacing:.1em;background-color:#000;flex-direction:column;justify-content:center;align-items:center;gap:3rem;width:100vw;height:100vh;font-size:2rem;transition:opacity .3s;display:flex;position:fixed;top:0;left:0}.mobile-menu.open{opacity:1;pointer-events:auto}@media (max-width:768px){.custom-cursor,.desktop-links{display:none}.hamburger-btn{z-index:200;mix-blend-mode:difference;display:block;position:fixed;top:1.6rem;right:1.5rem}.hamburger-btn .line{background-color:#fff}.logo-difference{font-size:1rem;left:1.5rem;transform:none}.heading-xl{font-size:clamp(2.8rem,12vw,4rem);line-height:1}.heading-lg{font-size:clamp(2rem,9vw,3rem)}.section{padding:7rem 1.5rem 5rem}.scroll-indicator{display:none}#about .container>div[style]{grid-template-columns:1fr!important;gap:2rem!important}.editorial-image{display:none}.skills-grid{grid-template-columns:repeat(2,1fr)}.skill-item{border-bottom:1px solid #e0e0e0;border-right:none;padding:1.5rem 1rem}.skill-item:last-child{border-bottom:none;padding-left:1rem}.skill-item:not(:first-child){padding-left:1rem}.skill-item:nth-child(odd){border-right:1px solid #e0e0e0}#contact{padding:8rem 1.5rem!important}.section-label{margin-bottom:1.2rem;font-size:.6rem}#hero .container>div[style]{flex-direction:column!important;align-items:center!important;gap:1rem!important}.text-body{font-size:1rem}.marquee-content{font-size:.85rem}.microfooter{padding:.6rem 1.5rem}}@media (min-width:769px) and (max-width:1024px){.skills-grid{grid-template-columns:repeat(2,1fr)}.skill-item{border-bottom:1px solid #e0e0e0}.skill-item:nth-child(odd){border-right:1px solid #e0e0e0}.skill-item:nth-child(2n){border-right:none}.skill-item:nth-child(3),.skill-item:nth-child(4){border-bottom:none}}.hero-text{opacity:0;filter:blur(4px);transition:opacity .5s cubic-bezier(.16,1,.3,1),transform .5s cubic-bezier(.16,1,.3,1),filter .5s;transform:translateY(12px)skewY(1deg)}.hero-text--visible{opacity:1;filter:blur();transform:translateY(0)skewY(0)}.section-label{letter-spacing:.3em;color:#aaa;text-transform:uppercase;text-align:left;margin-bottom:2rem;font-size:.65rem;font-weight:500;display:block}.section-label--dark{color:#555}.scroll-indicator{pointer-events:none;flex-direction:column;align-items:center;gap:.6rem;animation:1s 1.8s both siAppear;display:flex;position:absolute;bottom:2.5rem;left:50%;transform:translate(-50%)}.scroll-indicator__label{letter-spacing:.3em;text-transform:uppercase;color:#aaa;font-size:.6rem}.scroll-indicator__line{background:#ddd;border-radius:1px;width:1px;height:44px;position:relative;overflow:hidden}.scroll-indicator__dot{background:#000;width:100%;height:45%;animation:1.8s cubic-bezier(.4,0,.2,1) infinite scrollDot;position:absolute;top:-100%;left:0}@keyframes scrollDot{0%{top:-50%}to{top:150%}}@keyframes siAppear{0%{opacity:0;transform:translate(-50%)translateY(8px)}to{opacity:1;transform:translate(-50%)translateY(0)}}.legal-page{background-color:var(--bg-light);min-height:100vh;padding-top:8rem;padding-bottom:6rem}.legal-container{max-width:760px;margin:0 auto;padding:0 2rem}.legal-header{border-bottom:1px solid #e8e8e8;margin-bottom:4rem;padding-bottom:3rem}.legal-updated{color:#999;letter-spacing:.05em;margin-top:1rem;font-size:.78rem}.legal-content{flex-direction:column;gap:3rem;display:flex}.legal-section h2{text-transform:uppercase;letter-spacing:.2em;color:#999;margin-bottom:1.2rem;font-size:.75rem;font-weight:500}.legal-section p,.legal-section li{color:#333;margin-bottom:.8rem;font-size:.97rem;line-height:1.9}.legal-section ul{margin-bottom:.8rem;padding-left:1.2rem}.legal-section li{margin-bottom:.4rem}.legal-section a{color:var(--text-dark);text-underline-offset:3px;text-decoration:underline}.legal-section a:hover{opacity:.6}.legal-table{border-collapse:collapse;width:100%;margin-top:.5rem;font-size:.9rem}.legal-table th{text-align:left;text-transform:uppercase;letter-spacing:.1em;color:#999;border-bottom:1px solid #e8e8e8;padding:.8rem 1rem;font-size:.7rem;font-weight:500}.legal-table td{color:#333;vertical-align:top;border-bottom:1px solid #f0f0f0;padding:.9rem 1rem;line-height:1.6}.legal-table tr:last-child td{border-bottom:none}@media (max-width:768px){.legal-page{padding-top:6rem;padding-bottom:4rem}.legal-table{font-size:.82rem}.legal-table th,.legal-table td{padding:.7rem .5rem}}.site-footer{background-color:var(--bg-light);width:100%;color:var(--text-dark);border-top:1px solid #e8e8e8;justify-content:space-between;align-items:center;gap:2rem;padding:2.5rem 4rem;display:flex}.circular-badge{flex-shrink:0;justify-content:center;align-items:center;display:flex}.circular-badge__svg{transform-origin:50%;animation:18s linear infinite badgeSpin;overflow:visible}.circular-badge__text{fill:var(--text-dark);font-family:var(--font-main);text-transform:uppercase;font-weight:500}.circular-badge__dot{fill:var(--text-dark)}@keyframes badgeSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.site-footer__legal{flex-direction:column;align-items:flex-end;gap:.5rem;padding-bottom:.2rem;display:flex}.site-footer__legal a{letter-spacing:.08em;text-transform:uppercase;color:#888;padding-bottom:2px;font-size:.72rem;transition:color .2s;position:relative}.site-footer__legal a:after{content:"";background:var(--text-dark);width:0;height:1px;transition:width .3s;position:absolute;bottom:0;left:0}.site-footer__legal a:hover{color:var(--text-dark)}.site-footer__legal a:hover:after{width:100%}@media (max-width:768px){.site-footer{flex-direction:column;align-items:flex-start;gap:1.5rem;padding:2.5rem 1.5rem}.site-footer__legal{align-items:flex-start}}.microfooter{color:#8c92a0;width:100%;font-size:.75rem;font-family:var(--font-main);z-index:50;background-color:#0f1115;border-top:1px solid #1f232b;justify-content:center;align-items:center;padding:.6rem 2rem;display:flex;position:relative}.microfooter span{margin-right:.5rem}.microfooter-logo{filter:invert();height:14px;margin-right:.3rem}.microfooter strong{color:#fff;letter-spacing:.02em;font-weight:600}
