:root{--bg-color: #030303;--text-color: #e5e5e5;--accent-color: #d1b593;--text-muted: #888888;--font-heading: "Playfair Display", serif;--font-body: "Inter", sans-serif;cursor:none}*{margin:0;padding:0;box-sizing:border-box}#smooth-wrapper{overflow-x:hidden;width:100%;position:relative}body{background-color:var(--bg-color);color:var(--text-color);font-family:var(--font-body);line-height:1.6}#webgl-canvas{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:-2;pointer-events:none}.cursor-dot{width:6px;height:6px;background-color:var(--accent-color);border-radius:50%;position:fixed;top:0;left:0;pointer-events:none;z-index:10000;transform:translate(-50%,-50%);box-shadow:0 0 5px #00000080}.cursor-outline{width:40px;height:40px;border:1px solid rgba(255,255,255,.5);border-radius:50%;position:fixed;top:0;left:0;pointer-events:none;z-index:9999;transform:translate(-50%,-50%);transition:width .3s,height .3s,background-color .3s,border-color .3s}.cursor-outline.hovered{width:70px;height:70px;background-color:#ffffff05;border-color:#fff9}.loader{position:fixed;top:0;left:0;width:100%;height:100vh;background-color:#000;z-index:9997;display:flex;justify-content:center;align-items:center;flex-direction:column;clip-path:circle(150% at 50% 50%)}.loader-wrapper{text-align:center;overflow:hidden}.loader-text{font-family:var(--font-heading);font-size:clamp(2.5rem,6vw,5rem);letter-spacing:.1em;color:var(--accent-color);line-height:1.1;transform:translateY(100%);opacity:0}.loader-progress{margin-top:2rem;font-size:1rem;letter-spacing:.2em;color:var(--text-color);opacity:0}.navbar{position:fixed;top:0;width:100%;padding:2.5rem 5%;display:flex;justify-content:space-between;align-items:center;z-index:100}.logo{font-family:var(--font-heading);font-size:1.5rem;font-weight:600;letter-spacing:.1em;mix-blend-mode:difference}.nav-links{display:flex;list-style:none;gap:3rem;mix-blend-mode:difference}.nav-links a{color:#fff;text-decoration:none;font-size:.8rem;text-transform:uppercase;letter-spacing:.15em;position:relative}.nav-links a:after{content:"";position:absolute;width:0;height:1px;bottom:-4px;left:0;background-color:#fff;transition:width .4s cubic-bezier(.16,1,.3,1)}.nav-links a:hover:after{width:100%}.lang-switcher{display:flex;gap:1.5rem;mix-blend-mode:difference}.lang-switcher a{color:#888;text-decoration:none;font-size:.8rem;font-weight:500;transition:color .3s;letter-spacing:.1em}.lang-switcher a.active,.lang-switcher a:hover{color:#fff}::selection{background-color:var(--accent-color);color:#000}.char{display:inline-block}.art-vignette{position:fixed;top:0;left:0;width:100vw;height:100vh;pointer-events:none;z-index:50;box-shadow:inset 0 0 150px #0009;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.8" numOctaves="3" stitchTiles="stitch"/%3E%3C/filter%3E%3Crect width="100%25" height="100%25" filter="url(%23noiseFilter)" opacity="0.04"/%3E%3C/svg%3E')}.container{max-width:1400px;margin:0 auto;padding:0 5%}.hero{height:100vh;display:flex;align-items:center;justify-content:center;padding-top:5rem}.hero-container{display:flex;align-items:center;justify-content:space-between;width:100%;max-width:1600px;padding:0 5%;gap:4rem}.hero-content{text-align:left;z-index:1;flex:1}.hero-title{font-family:var(--font-heading);font-size:clamp(3rem,7vw,9rem);line-height:1.05;font-weight:400;letter-spacing:-.02em;margin-bottom:2rem;text-transform:uppercase;overflow:hidden;white-space:nowrap;text-shadow:0 10px 30px rgba(0,0,0,.5);transition:text-shadow .8s ease;cursor:default}.hero-title:hover{text-shadow:none}.hero-title .char{background-image:url(./floral-Breb8OZo.png);background-size:cover;background-position:center;background-attachment:fixed;background-clip:text;-webkit-background-clip:text;color:#fff;transition:color .8s cubic-bezier(.16,1,.3,1)}.hero-title:hover .char{color:transparent}.hero-subtitle{font-size:clamp(.9rem,1.2vw,1.2rem);letter-spacing:.3em;text-transform:uppercase;color:#fff;margin-bottom:2rem;overflow:hidden;max-width:600px}.hero-portrait-wrapper{flex:1;display:flex;justify-content:flex-end;align-items:center;perspective:1000px}.hero-portrait{position:relative;width:450px;height:600px;border-radius:20px;overflow:hidden;box-shadow:0 20px 50px #00000080}.portrait-base,.portrait-boss{width:100%;height:100%;object-fit:cover;position:absolute;top:0;left:0;transition:transform .6s cubic-bezier(.16,1,.3,1)}.portrait-boss-wrapper{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transition:opacity .4s ease-in-out}.hero-portrait-wrapper:hover .portrait-boss-wrapper{opacity:1}.hero-portrait-wrapper:hover .portrait-base,.hero-portrait-wrapper:hover .portrait-boss{transform:scale(1.05)}.scroll-indicator{position:absolute;bottom:0;left:50%;transform:translate(-50%);width:1px;height:100px;overflow:hidden}.scroll-indicator .line{display:block;width:100%;height:100%;background-color:#fff;transform:translateY(-100%)}.marquee-container{width:110%;left:-5%;overflow:hidden;padding:2.5rem 0;border-top:1px solid rgba(255,255,255,.05);border-bottom:1px solid rgba(255,255,255,.05);background:#0006;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:relative;z-index:10;transform:rotate(-3deg) scale(1.05)}.marquee-track{display:flex;width:fit-content}.marquee-track span{font-family:var(--font-heading);font-size:3rem;white-space:nowrap;padding:0 2vw;color:transparent;-webkit-text-stroke:1px var(--accent-color);text-transform:uppercase}.about{padding:10rem 0;position:relative}.section-title{font-family:var(--font-heading);font-size:clamp(4rem,8vw,6rem);font-weight:400;margin-bottom:4rem;color:var(--accent-color);overflow:hidden;line-height:1.2}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:8rem;align-items:center}.lead-text{font-size:clamp(1.5rem,3vw,2.2rem);font-family:var(--font-heading);font-weight:400;margin-bottom:2.5rem;line-height:1.3;color:#fff}.about-text p{color:var(--text-muted);margin-bottom:1.5rem;font-size:1.1rem;line-height:1.8}.about-image-wrapper{width:100%;height:80vh;overflow:hidden;clip-path:inset(100% 0 0 0)}.about-image{width:100%;height:130%;background-image:url(profile.png);background-size:cover;background-position:center;filter:url(#liquid-distortion);transition:transform 1s cubic-bezier(.16,1,.3,1)}.about-image:hover{transform:scale(1.05)}.ig-carousel-wrapper{width:100%;position:relative;overflow:hidden;padding:2rem 0;margin-top:1rem;display:none;mask-image:linear-gradient(90deg,transparent 0%,black 15%,black 85%,transparent 100%);-webkit-mask-image:linear-gradient(90deg,transparent 0%,black 15%,black 85%,transparent 100%)}.ig-carousel-track{display:flex;gap:1.5rem;width:max-content}.ig-card{width:220px;height:280px;border-radius:12px;overflow:hidden;position:relative;flex-shrink:0;border:1px solid rgba(255,255,255,.05)}.ig-card img{width:100%;height:100%;object-fit:cover;filter:grayscale(20%) brightness(.85);transition:filter .4s}.ig-card:hover img{filter:grayscale(0%) brightness(1)}.ig-handle{position:absolute;bottom:0;left:0;width:100%;padding:2rem 1rem 1rem;background:linear-gradient(to top,rgba(0,0,0,.9),transparent);font-size:.9rem;letter-spacing:.05em;color:#fff;text-align:center;font-family:var(--font-heading)}.experience-horizontal{height:100vh;overflow:hidden;background:linear-gradient(90deg,#05050500,#050505cc 20%,#050505e6);position:relative;border-top:1px solid rgba(255,255,255,.05);border-bottom:1px solid rgba(255,255,255,.05)}.horizontal-scroll-container{display:flex;height:100%;width:max-content;align-items:center;padding-left:10vw;mask-image:linear-gradient(90deg,transparent 0%,black 5%,black 95%,transparent 100%);-webkit-mask-image:linear-gradient(90deg,transparent 0%,black 5%,black 95%,transparent 100%)}.horizontal-title-panel{flex-shrink:0;width:45vw;padding-right:5vw}.huge-title{font-family:var(--font-heading);font-size:clamp(3rem,6vw,7rem);line-height:1.1;color:var(--accent-color);margin-bottom:2rem}.horizontal-title-panel p{color:var(--text-muted);letter-spacing:.2em;text-transform:uppercase}.horizontal-panels.accordion-group{display:flex;gap:1.5vw;padding-right:15vw;height:65vh;perspective:1500px;width:320vw}.accordion-panel{flex:1;min-width:250px;max-width:800px;height:100%;background-size:cover;background-position:center;position:relative;border-radius:12px;overflow:hidden;cursor:none;text-decoration:none;transition:flex .8s cubic-bezier(.16,1,.3,1),transform .4s;display:flex;align-items:flex-end;border:1px solid rgba(255,255,255,.1)}.panel-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to top,#000000e6,#0000004d,#0000001a);transition:background .8s}.accordion-panel:hover{flex:3;transform:translateY(-10px);border-color:var(--accent-color)}.accordion-panel:hover .panel-overlay{background:linear-gradient(to top,#000000f2,#000000b3,#0006)}.panel-content{position:relative;z-index:1;padding:3rem 2.5rem;color:#fff;width:100%}.panel-company{font-size:clamp(2rem,3vw,3rem);font-family:var(--font-heading);margin-bottom:0;transition:margin .8s cubic-bezier(.16,1,.3,1);white-space:nowrap;text-shadow:0 4px 20px rgba(0,0,0,.8)}.panel-role{font-size:1.1rem;color:var(--accent-color);margin-bottom:.5rem;margin-top:1rem;opacity:0;transform:translateY(20px);transition:opacity .4s,transform .8s cubic-bezier(.16,1,.3,1);font-weight:500}.panel-date{display:block;font-size:.8rem;letter-spacing:.2em;text-transform:uppercase;color:#aaa;opacity:0;transform:translateY(20px);transition:opacity .4s,transform .8s cubic-bezier(.16,1,.3,1)}.panel-desc{font-size:1rem;color:#ddd;line-height:1.6;max-height:0;opacity:0;overflow:hidden;transition:max-height .8s cubic-bezier(.16,1,.3,1),opacity .6s .2s}.accordion-panel:hover .panel-company{margin-bottom:1.5rem}.accordion-panel:hover .panel-role,.accordion-panel:hover .panel-date{opacity:1;transform:translateY(0)}.accordion-panel:hover .panel-desc{max-height:150px;opacity:1;margin-top:1rem}.languages-section{padding:8rem 0;border-bottom:1px solid rgba(255,255,255,.05)}.lang-grid{display:flex;justify-content:center;gap:4rem;flex-wrap:wrap;margin-top:5rem}.lang-card{text-align:center;padding:2rem;cursor:none;display:flex;flex-direction:column;align-items:center;gap:1.5rem;transition:transform .4s}.lang-card:hover{transform:translateY(-10px)}.lang-card span{font-family:var(--font-heading);font-size:1.3rem;color:var(--accent-color);transition:color .4s}.lang-card:hover span{color:#fff}.flag-wrapper.realistic-flag{width:140px;height:90px;border-radius:4px;overflow:hidden;position:relative;box-shadow:0 15px 35px #0009,inset 0 0 15px #000c;border:1px solid rgba(255,255,255,.05)}.flag-wrapper.realistic-flag:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-image:url(./silk_texture.png);background-size:cover;mix-blend-mode:multiply;opacity:.85;pointer-events:none;z-index:1}.waving-flag{width:100%;height:100%;object-fit:cover;filter:url(#wave-filter) brightness(.9) contrast(1.15);transform:scale(1.15)}.flag-lighting{position:absolute;top:0;left:0;right:0;bottom:0;pointer-events:none;z-index:2;background:linear-gradient(105deg,#000c,#ffffff4d,#0009 30%,#fff3,#000c 70%,#ffffff4d,#0009);background-size:200% 100%;mix-blend-mode:hard-light;animation:fabric-wave 5s infinite linear}@keyframes fabric-wave{0%{background-position:200% 0}to{background-position:-200% 0}}.skills{padding:10rem 0 15rem}.skills-list{border-top:1px solid rgba(255,255,255,.1);margin-top:5rem}.skill-list-item{border-bottom:1px solid rgba(255,255,255,.1);padding:4rem 2rem;position:relative;overflow:hidden;cursor:none;transition:padding .5s cubic-bezier(.16,1,.3,1)}.skill-list-item:before{content:"";position:absolute;bottom:0;left:0;width:100%;height:0%;background-image:linear-gradient(#ffffffd9,#ffffffd9),url(./floral-Breb8OZo.png);background-size:cover;background-position:center;background-attachment:fixed;z-index:0;transition:height .6s cubic-bezier(.16,1,.3,1)}.skill-list-item:nth-child(2):before{background-image:linear-gradient(#ffffffd9,#ffffffd9),url(./floral_2-Di4-rp0P.png)}.skill-list-item:nth-child(3):before{background-image:linear-gradient(#ffffffd9,#ffffffd9),url(./floral_3-CrW0taxw.png)}.skill-list-item:nth-child(4):before{background-image:linear-gradient(#ffffffd9,#ffffffd9),url(./floral_4-DQLDqkRb.png)}.skill-list-item:hover:before{height:100%}.skill-list-item:hover{padding-left:4rem}.skill-list-header{display:flex;align-items:center;gap:4rem;position:relative;z-index:1;transition:color .4s}.skill-list-item:hover .skill-list-header{color:#000}.skill-num{font-family:var(--font-heading);font-size:1.5rem;color:var(--accent-color);transition:color .4s;width:40px}.skill-list-item:hover .skill-num{color:#000}.skill-list-header h3{font-size:clamp(2rem,5vw,4.5rem);font-family:var(--font-heading);font-weight:400;margin:0;line-height:1}.skill-list-content{max-height:0;opacity:0;overflow:hidden;position:relative;z-index:1;padding-left:calc(40px + 4rem);transition:max-height .6s cubic-bezier(.16,1,.3,1),opacity .4s,margin-top .4s}.skill-list-content p{font-size:1.2rem;color:#222;margin:0;line-height:1.6;font-weight:500}.skill-list-item:hover .skill-list-content{max-height:200px;opacity:1;margin-top:2rem}.footer{padding:15rem 0 5rem;text-align:center}.footer-title{font-family:var(--font-heading);font-size:clamp(4rem,10vw,8rem);font-weight:400;margin-bottom:6rem;line-height:1.1;overflow:hidden}.contact-links{display:flex;justify-content:center;gap:3rem;margin-bottom:10rem}.btn{display:inline-block;padding:1.5rem 4rem;background-color:var(--accent-color);color:#000;text-decoration:none;font-weight:500;letter-spacing:.1em;text-transform:uppercase;font-size:.9rem;border-radius:50px;transition:background-color .3s;position:relative;z-index:10}.btn:hover{background-color:#e6cba7}.btn-outline{background-color:transparent;border:1px solid var(--accent-color);color:var(--accent-color)}.btn-outline:hover{background-color:var(--accent-color);color:#000}.copyright{color:#444;font-size:.9rem;letter-spacing:.2em;text-transform:uppercase}@media (max-width: 1024px){.horizontal-title-panel{width:50vw}.horizontal-panels.accordion-group{gap:2vw}}@media (max-width: 768px){.navbar{padding:1.5rem 5%}.nav-links{display:none}.lang-switcher{position:absolute;right:5%;top:1.6rem;gap:.6rem}.lang-switcher a{font-size:.7rem;letter-spacing:.05em}.cursor-dot,.cursor-outline{display:none}body{cursor:auto}.hero{padding-top:6rem;height:auto;min-height:100vh}.hero-container{flex-direction:column;justify-content:center;gap:2rem}.hero-content{text-align:center}.hero-title{font-size:clamp(3rem,15vw,6rem);margin-bottom:1rem;white-space:normal;line-height:1.1}.hero-subtitle{font-size:.8rem;margin:0 auto 1rem}.hero-portrait{width:300px;height:400px;margin:0 auto}.about{padding:8rem 0}.about-grid{grid-template-columns:1fr;gap:4rem}.section-title{font-size:3.5rem;margin-bottom:2rem}.lead-text{font-size:1.5rem}.about-image-wrapper{display:block;height:60vh}.ig-carousel-wrapper{display:block;margin-top:4rem}.experience-horizontal{height:auto;min-height:100vh;overflow:hidden;padding:5rem 0;background:transparent}.horizontal-scroll-container{flex-direction:column;height:auto;width:100%;padding-left:5%;padding-right:5%;mask-image:none;-webkit-mask-image:none}.horizontal-title-panel{width:100%;padding-right:0;margin-bottom:3rem}.huge-title{font-size:3.5rem}.horizontal-panels.accordion-group{flex-direction:column;height:auto;width:100%;padding-right:0;gap:1.5rem}.accordion-panel{width:100%;height:auto;min-height:400px;flex:none;border-radius:12px}.accordion-panel .panel-overlay{background:linear-gradient(to top,#000000f2,#000000b3 60%,#0000004d)}.panel-content{padding:1.5rem}.panel-company{font-size:1.8rem;white-space:normal;line-height:1.1;margin-bottom:1.5rem}.panel-role,.panel-date{opacity:1;transform:translateY(0);font-size:1rem;margin-top:.5rem}.panel-desc{opacity:1;font-size:.95rem;margin-top:1rem;transform:translateY(0);max-height:none}.skills{padding:5rem 0 8rem}.skills-list{margin-top:3rem}.skill-list-item{padding:2.5rem 1rem}.skill-list-header{flex-direction:column;align-items:flex-start;gap:1rem}.skill-list-header h3{font-size:2.2rem}.skill-num{font-size:1.2rem;margin-bottom:-.5rem}.skill-list-content{padding-left:0}.skill-list-item.mobile-active:before{height:100%}.skill-list-item.mobile-active{padding-left:1rem}.skill-list-item.mobile-active .skill-list-header,.skill-list-item.mobile-active .skill-num{color:#000}.skill-list-item.mobile-active .skill-list-content{max-height:200px;opacity:1;margin-top:1.5rem}.footer{padding:8rem 0 4rem}.footer-title{font-size:3.5rem;margin-bottom:3rem}.contact-links{flex-direction:column;gap:1.5rem;margin-bottom:5rem}.btn{padding:1.2rem 2rem;width:100%;text-align:center}.marquee-container{transform:translateZ(0);will-change:transform}.waving-flag,.about-image,.flag-lighting{will-change:filter,transform;transform:translateZ(0)}}
