*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;overflow-x:hidden}body{color:#fff;background:#050505;font-family:Arial,sans-serif;overflow-x:hidden}a{color:inherit;text-decoration:none}button{font-family:inherit}.portfolio{background:radial-gradient(circle at 75% 20%,#ff174414,#0000 30%),#050505;min-height:100vh}.navbar{z-index:10;border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;height:80px;padding:0 7%;display:flex;position:relative}.logo{letter-spacing:4px;font-size:14px;font-weight:700}.nav-links{color:#888;gap:35px;font-size:14px;display:flex}.nav-links a{transition:all .3s}.nav-links a:hover{color:#ff1744}.hero-section{justify-content:space-between;align-items:center;gap:50px;min-height:calc(100vh - 80px);padding:60px 7%;display:flex;position:relative;overflow:hidden}.hero-content{z-index:2;max-width:720px;position:relative}.eyebrow{color:#ff1744;letter-spacing:5px;margin-bottom:25px;font-size:13px}.hero-content h1{letter-spacing:-6px;font-size:clamp(55px,7.5vw,105px);line-height:.92}.hero-content h1 span{color:#ff1744}.hero-description{color:#888;max-width:600px;margin-top:35px;font-size:18px;line-height:1.7}.hero-buttons{gap:15px;margin-top:40px;display:flex}.primary-button,.secondary-button{cursor:pointer;border-radius:30px;justify-content:center;align-items:center;padding:15px 25px;font-size:14px;transition:all .3s;display:inline-flex}.primary-button{color:#fff;background:#ff1744}.secondary-button{color:#fff;border:1px solid #444}.primary-button:hover{transform:translateY(-4px);box-shadow:0 10px 40px #ff174440}.secondary-button:hover{color:#ff1744;border-color:#ff1744}.three-hero{z-index:2;flex-shrink:0;width:520px;height:520px;position:relative}.three-hero canvas{display:block;width:100%!important;height:100%!important}.three-glow{filter:blur(100px);opacity:.12;pointer-events:none;z-index:-1;background:#ff1744;border-radius:50%;width:260px;height:260px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.system-status{z-index:5;color:#ff1744;letter-spacing:2px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#050505a6;border:1px solid #ff17444d;align-items:center;gap:8px;padding:8px 12px;font-size:9px;display:flex;position:absolute;bottom:35px;right:20px}.status-dot{background:#ff1744;border-radius:50%;width:6px;height:6px;animation:1.2s infinite status-pulse;box-shadow:0 0 8px #ff1744}@keyframes status-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.3;transform:scale(.7)}}.about-section{border-top:1px solid #ffffff14;flex-direction:column;justify-content:center;min-height:100vh;padding:140px 7%;display:flex}.section-label{color:#ff1744;letter-spacing:4px;margin-bottom:60px;font-size:12px}.about-layout{grid-template-columns:380px 1fr;align-items:center;gap:90px;display:grid}.about-photo-wrapper{aspect-ratio:3/4;background:#ffffff05;border:1px solid #ff174440;width:100%;max-width:380px;padding:10px;position:relative;overflow:hidden}.about-photo{object-fit:cover;z-index:2;filter:saturate(.9)contrast(1.05);width:100%;height:100%;display:block;position:relative}.about-photo-glow{filter:blur(100px);opacity:.15;background:#ff1744;border-radius:50%;width:200px;height:200px;position:absolute;top:30%;left:30%}.photo-label{z-index:3;color:#ff1744;letter-spacing:3px;background:#050505cc;border:1px solid #ff17444d;padding:8px 14px;font-size:10px;position:absolute;bottom:25px;left:25px}.about-content{max-width:800px}.about-content h2,.skills-section h2,.contact-section h2{letter-spacing:-4px;font-size:clamp(50px,7vw,90px);line-height:1}.about-content h2 span,.skills-section h2 span,.contact-section h2 span,.projects-title span{color:#ff1744}.about-content p{color:#888;max-width:700px;margin-top:25px;font-size:20px;line-height:1.8}.about-stats{border-top:1px solid #222;gap:60px;margin-top:50px;padding-top:30px;display:flex}.about-stats div{flex-direction:column;gap:8px;display:flex}.about-stats strong{color:#ff1744;font-size:32px}.about-stats span{letter-spacing:3px;color:#555;font-size:9px}.projects-section{border-top:1px solid #ffffff14;min-height:100vh;padding:140px 7%}.projects-title{letter-spacing:-4px;margin-bottom:80px;font-size:clamp(50px,7vw,90px)}.projects-grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.project-card{cursor:pointer;min-height:380px;transform-style:preserve-3d;background:linear-gradient(145deg,#ffffff0a,#ffffff03);border:1px solid #222;flex-direction:column;padding:35px;transition:transform .15s ease-out,border-color .3s,background .3s;display:flex;position:relative;overflow:hidden}.project-card:before{content:"";opacity:0;pointer-events:none;background:radial-gradient(circle at 50% 0,#ff17441f,#0000 60%);transition:all .3s;position:absolute;inset:0}.project-card:hover:before{opacity:1}.project-card:hover{background:#ff174408;border-color:#ff174480}.project-number{color:#ff1744;letter-spacing:3px;font-size:13px}.project-category{letter-spacing:2px;color:#555;font-size:9px;position:absolute;top:35px;right:35px}.project-card h3{margin-top:auto;margin-bottom:20px;font-size:27px}.project-card p{color:#777;margin-bottom:30px;line-height:1.7}.project-tech{color:#ff1744;flex-wrap:wrap;gap:8px;font-size:12px;display:flex}.project-tech span{border:1px solid #ff174433;border-radius:20px;padding:7px 11px}.project-arrow{color:#444;font-size:28px;transition:all .3s;position:absolute;bottom:30px;right:30px}.project-card:hover .project-arrow{color:#ff1744;transform:translate(4px,-4px)}.modal-backdrop{z-index:100;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#000000d1;justify-content:center;align-items:center;padding:30px;animation:.25s fade-in;display:flex;position:fixed;inset:0}.project-modal{background:linear-gradient(145deg,#18070b,#07090b);border:1px solid #ff174440;width:min(800px,100%);max-height:90vh;padding:60px;animation:.35s modal-in;position:relative;overflow-y:auto;box-shadow:0 30px 100px #000000b3}.modal-close{color:#aaa;cursor:pointer;background:0 0;border:1px solid #333;border-radius:50%;width:40px;height:40px;font-size:25px;transition:all .3s;position:absolute;top:20px;right:25px}.modal-close:hover{color:#ff1744;border-color:#ff1744}.modal-number{color:#ff1744;letter-spacing:4px;font-size:13px}.modal-category{color:#555;letter-spacing:3px;margin-top:15px;font-size:10px}.project-modal h2{letter-spacing:-3px;margin-top:25px;font-size:clamp(40px,6vw,70px);line-height:1}.modal-description{color:#999;max-width:650px;margin-top:30px;font-size:18px;line-height:1.8}.modal-tech{flex-wrap:wrap;gap:10px;margin-top:35px;display:flex}.modal-tech span{color:#ff1744;border:1px solid #333;border-radius:30px;padding:10px 16px;font-size:12px}.modal-actions{gap:15px;margin-top:45px;display:flex}.skills-section{border-top:1px solid #ffffff14;min-height:100vh;padding:140px 7%}.skills-list{flex-wrap:wrap;gap:15px;max-width:900px;margin-top:80px;display:flex}.skill{color:#aaa;border:1px solid #292929;border-radius:50px;padding:20px 28px;transition:all .3s}.skill:hover{color:#ff1744;border-color:#ff1744;transform:translateY(-4px)}.contact-section{border-top:1px solid #ffffff14;min-height:90vh;padding:140px 7%}.contact-section p{color:#888;max-width:650px;margin-top:30px;font-size:20px;line-height:1.7}.contact-grid{grid-template-columns:repeat(3,1fr);gap:20px;margin-top:70px;display:grid}.contact-card{min-height:180px;transform-style:preserve-3d;background:linear-gradient(145deg,#ffffff0a,#ffffff03);border:1px solid #222;align-items:center;gap:20px;padding:30px;transition:transform .15s ease-out,border-color .3s;display:flex;position:relative}.contact-card:hover{border-color:#ff174480}.contact-icon{color:#ff1744;border:1px solid #ff174440;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:55px;height:55px;font-size:18px;display:flex}.contact-card-content{flex-direction:column;gap:8px;padding-right:20px;display:flex}.contact-card-content span{color:#555;letter-spacing:3px;font-size:10px}.contact-card-content strong{color:#ddd;word-break:break-word;font-size:14px}.contact-arrow{color:#444;font-size:22px;transition:all .3s;position:absolute;top:25px;right:25px}.contact-card:hover .contact-arrow{color:#ff1744;transform:translate(3px,-3px)}.footer{color:#555;border-top:1px solid #ffffff14;justify-content:space-between;padding:30px 7%;font-size:12px;display:flex}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes modal-in{0%{opacity:0;transform:translateY(30px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}@media (width<=1100px){.hero-section{gap:20px}.three-hero{width:430px;height:430px}.about-layout{grid-template-columns:320px 1fr;gap:55px}.projects-grid,.contact-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=900px){.navbar{height:70px;padding:0 6%}.logo{letter-spacing:3px;font-size:12px}.nav-links{display:none}.hero-section{text-align:center;flex-direction:column;justify-content:center;gap:20px;min-height:calc(100vh - 70px);padding:70px 6% 60px}.hero-content{max-width:100%}.eyebrow{letter-spacing:3px;margin-bottom:20px;font-size:10px}.hero-content h1{letter-spacing:-3px;font-size:clamp(44px,12vw,75px);line-height:.95}.hero-description{max-width:600px;margin:25px auto 0;font-size:16px;line-height:1.7}.hero-buttons{flex-wrap:wrap;justify-content:center;margin-top:30px}.primary-button,.secondary-button{min-height:48px;padding:13px 22px}.three-hero{flex-shrink:1;width:min(430px,100vw);height:min(430px,100vw);margin:0 auto}.system-status{padding:7px 9px;font-size:8px;bottom:15px;right:8px}.about-section,.projects-section,.skills-section,.contact-section{min-height:auto;padding:100px 6%}.section-label{letter-spacing:3px;margin-bottom:45px;font-size:10px}.about-layout{grid-template-columns:1fr;gap:50px}.about-photo-wrapper{width:min(380px,100%);margin:0 auto}.about-content{max-width:100%}.about-content h2,.skills-section h2,.contact-section h2{letter-spacing:-3px;font-size:clamp(45px,12vw,75px)}.about-content p{font-size:17px;line-height:1.75}.about-stats{justify-content:space-between;gap:35px}.projects-title{letter-spacing:-3px;margin-bottom:50px;font-size:clamp(45px,12vw,75px)}.projects-grid{grid-template-columns:1fr;gap:15px}.project-card{min-height:340px;padding:28px}.project-category{font-size:8px;top:28px;right:28px}.project-card h3{font-size:25px}.skills-list{gap:10px;margin-top:50px}.skill{padding:15px 20px;font-size:14px}.contact-section p{font-size:17px}.contact-grid{grid-template-columns:1fr;gap:15px;margin-top:50px}.contact-card{min-height:130px;padding:25px}.footer{text-align:center;flex-direction:column;gap:10px;padding:25px 6%;line-height:1.6}.modal-backdrop{padding:15px}.project-modal{max-height:92vh;padding:50px 25px 30px}.project-modal h2{letter-spacing:-2px;font-size:clamp(38px,11vw,60px)}.modal-description{font-size:16px;line-height:1.7}.modal-actions{flex-direction:column;gap:10px;margin-top:35px}.modal-actions .primary-button,.modal-actions .secondary-button{width:100%}}@media (width<=600px){.navbar{padding:0 5%}.hero-section{padding:55px 5% 40px}.hero-content h1{letter-spacing:-2.5px;font-size:clamp(40px,13vw,62px)}.hero-description{margin-top:22px;font-size:15px}.hero-buttons{flex-direction:column;align-items:stretch;width:100%}.hero-buttons .primary-button,.hero-buttons .secondary-button{width:100%}.three-hero{width:100%;height:330px}.system-status{letter-spacing:1.5px;font-size:7px;bottom:5px;right:5px}.about-section,.projects-section,.skills-section,.contact-section{padding:80px 5%}.section-label{margin-bottom:35px}.about-photo-wrapper{max-width:320px}.about-content h2,.skills-section h2,.contact-section h2{letter-spacing:-2px;font-size:clamp(40px,13vw,58px)}.about-content p{font-size:16px}.about-stats{gap:15px;margin-top:40px}.about-stats strong{font-size:27px}.about-stats span{letter-spacing:2px;font-size:8px}.projects-title{font-size:clamp(40px,13vw,58px)}.project-card{min-height:320px;padding:25px}.project-card h3{font-size:23px}.project-card p{font-size:14px;line-height:1.65}.project-category{top:25px;right:25px}.project-arrow{font-size:24px;bottom:22px;right:22px}.skills-list{margin-top:40px}.skill{padding:13px 17px;font-size:13px}.contact-section p{font-size:16px}.contact-card{gap:15px;min-height:115px;padding:20px}.contact-icon{width:48px;height:48px;font-size:16px}.contact-card-content strong{font-size:12px}.contact-arrow{top:20px;right:20px}.project-modal{padding:50px 20px 25px}.modal-close{width:36px;height:36px;font-size:21px;top:15px;right:15px}.modal-tech span{padding:8px 12px;font-size:11px}.footer{padding:22px 5%;font-size:10px}}@media (width<=380px){.hero-content h1{font-size:39px}.three-hero{height:290px}.about-photo-wrapper{max-width:280px}.about-stats{gap:10px}.project-card{min-height:300px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
