@import "https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700;900&family=DM+Mono:wght@300;400;500&family=Outfit:wght@300;400;500&display=swap";:root{--bg:#0f0a07;--bg2:#1c1109;--bg3:#2c1a0e;--amber:#d97706;--amber2:#f59e0b;--gold:#fcd34d;--text:#fef3c7;--text2:#d6bc8a;--text3:#9a7b52;--nav-w:220px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}body{background:var(--bg);color:var(--text);height:100vh;font-family:Outfit,sans-serif;overflow:hidden}body:before{content:"";pointer-events:none;z-index:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E");background-size:200px 200px;position:fixed;inset:0}.particles{pointer-events:none;z-index:0;position:fixed;inset:0}.orb{filter:blur(80px);pointer-events:none;z-index:0;border-radius:50%;animation:12s ease-in-out infinite alternate drift;position:fixed}.orb1{background:radial-gradient(circle,#d977061f,#0000 70%);width:500px;height:500px;top:-100px;right:100px}.orb2{background:radial-gradient(circle,#fcd34d0f,#0000 70%);width:350px;height:350px;animation-delay:-4s;bottom:50px;right:300px}.orb3{background:radial-gradient(circle,#b446001a,#0000 70%);width:250px;height:250px;animation-delay:-8s;top:40%;left:180px}@keyframes drift{0%{transform:translate(0)}to{transform:translate(30px,20px)}}.sidebar{width:var(--nav-w);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:100;background:#0f0a07cc;border-right:1px solid #d9770626;flex-direction:column;padding:2.5rem 0;display:flex;position:fixed;top:0;bottom:0;left:0}.nav-logo{border-bottom:1px solid #d977061a;margin-bottom:2rem;padding:0 2rem 2.5rem}.logo-name{letter-spacing:.02em;background:linear-gradient(135deg, var(--amber2), var(--gold));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-family:Playfair Display,serif;font-size:1.4rem;font-weight:900}.nav-logo small{color:var(--text3);letter-spacing:.15em;text-transform:uppercase;margin-top:4px;font-family:DM Mono,monospace;font-size:.65rem;display:block}.nav-links{flex:1;list-style:none}.nav-links li{position:relative;overflow:hidden}.nav-links li a{color:var(--text3);letter-spacing:.04em;z-index:1;align-items:center;padding:1rem 2rem;font-family:Outfit,sans-serif;font-size:1.05rem;font-weight:400;text-decoration:none;transition:color .3s,padding-left .35s cubic-bezier(.4,0,.2,1);display:flex;position:relative}.nav-links li a:before{content:"";z-index:-1;background:linear-gradient(90deg,#d9770626,#0000);width:0;transition:width .35s cubic-bezier(.4,0,.2,1);position:absolute;top:0;bottom:0;left:0}.nav-links li a:after{content:"";background:linear-gradient(180deg, var(--amber2), var(--gold));border-radius:0 2px 2px 0;width:3px;height:0;transition:height .35s cubic-bezier(.4,0,.2,1);position:absolute;top:50%;left:0;transform:translateY(-50%)}.nav-links li a:hover{color:var(--gold);padding-left:2.5rem}.nav-links li a:hover:before{width:100%}.nav-links li a:hover:after{height:60%}.nav-links li.active a{color:var(--amber2);padding-left:2.5rem}.nav-links li.active a:before{width:100%}.nav-links li.active a:after{height:60%}.nav-bottom{border-top:1px solid #d977061a;flex-direction:column;padding:1.5rem 2rem 0;display:flex}.nav-actions{padding:0 2rem 1.25rem}.nav-cv-btn{letter-spacing:.12em;text-transform:uppercase;width:100%;color:var(--amber2);background:#d977061a;border:1px solid #d9770647;border-radius:8px;justify-content:center;align-items:center;margin:0;padding:.55rem .9rem;font-family:DM Mono,monospace;font-size:.62rem;text-decoration:none;transition:transform .2s,border-color .2s,background .2s,color .2s;display:inline-flex}.nav-cv-btn:hover{color:var(--gold);background:#d977062e;border-color:#d9770673;transform:translateY(-2px)}.nav-bottom p{color:var(--text3);letter-spacing:.1em;text-transform:uppercase;font-family:DM Mono,monospace;font-size:.6rem}.topbar{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);z-index:200;background:#0f0a07f2;border-bottom:1px solid #d9770626;justify-content:space-between;align-items:center;height:60px;padding:0 1.25rem;display:none;position:fixed;top:0;left:0;right:0}.topbar-logo{background:linear-gradient(135deg, var(--amber2), var(--gold));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-family:Playfair Display,serif;font-size:1.2rem;font-weight:900}.burger-btn{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:4px;display:flex}.burger-btn span{background:var(--amber2);border-radius:2px;width:24px;height:2px;transition:all .3s;display:block}.burger-btn.open span:first-child{transform:rotate(45deg)translate(5px,5px)}.burger-btn.open span:nth-child(2){opacity:0}.burger-btn.open span:nth-child(3){transform:rotate(-45deg)translate(5px,-5px)}.mob-menu{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:150;background:#0f0a07fa;flex-direction:column;justify-content:center;align-items:center;gap:2.5rem;display:none;position:fixed;inset:60px 0 0}.mob-menu.open{display:flex}.mob-menu a{color:var(--text2);letter-spacing:.05em;font-family:Playfair Display,serif;font-size:2rem;font-weight:700;text-decoration:none;transition:color .25s}.mob-menu a:hover{color:var(--gold)}.mob-cv-btn{letter-spacing:.12em;text-transform:uppercase;background:#d977061a;border:1px solid #d9770647;border-radius:10px;padding:.7rem 1.4rem;font-family:DM Mono,monospace;font-size:.8rem}.hero-main{margin-left:var(--nav-w);z-index:1;justify-content:center;align-items:center;height:100vh;padding:3rem 4rem;display:flex;position:relative}.hero{width:100%;max-width:780px}.hero-eyebrow{letter-spacing:.25em;text-transform:uppercase;color:var(--amber);opacity:0;align-items:center;gap:12px;margin-bottom:1.5rem;font-family:DM Mono,monospace;font-size:.7rem;animation:.6s .3s forwards fadeUp;display:flex}.hero-eyebrow:before{content:"";background:linear-gradient(90deg, var(--amber), transparent);width:40px;height:1px;display:block}.hero-name{letter-spacing:-.02em;color:var(--text);margin-bottom:1rem;font-family:Playfair Display,serif;font-size:clamp(3rem,6vw,5.5rem);font-weight:900;line-height:1}.hero-name .word{vertical-align:bottom;display:inline-block;overflow:hidden}.hero-name .word+.word{margin-left:.25em}.hero-name .word>span{animation:.8s cubic-bezier(.16,1,.3,1) forwards slideUp;animation-delay:calc(.4s + var(--i) * .2s);display:inline-block;transform:translateY(110%)}.hero-titles{opacity:0;align-items:center;gap:10px;margin-bottom:2rem;animation:.6s 1.2s forwards fadeUp;display:flex}.title-prefix{color:var(--text3);letter-spacing:.1em;font-family:DM Mono,monospace;font-size:.75rem}.typing-wrap{color:var(--amber2);min-width:260px;font-family:DM Mono,monospace;font-size:1rem;font-weight:500}.cursor{background:var(--amber2);vertical-align:middle;width:2px;height:1.1em;margin-left:2px;animation:.9s step-end infinite blink;display:inline-block}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}.hero-divider{background:linear-gradient(90deg, var(--amber), transparent);opacity:0;width:80px;height:1px;margin-bottom:2rem;animation:.6s 1.3s forwards fadeUp}.hero-summary{color:var(--text2);opacity:0;max-width:580px;font-size:1.05rem;font-weight:300;line-height:1.85;animation:.7s 1.5s forwards fadeUp}.hero-summary strong{color:var(--amber2);font-weight:500}.hero-cta{opacity:0;flex-wrap:wrap;gap:1rem;margin-top:2.5rem;animation:.6s 1.8s forwards fadeUp;display:flex}.btn-primary{background:linear-gradient(135deg, var(--amber), var(--amber2));color:var(--bg);letter-spacing:.08em;text-transform:uppercase;cursor:pointer;border:none;border-radius:3px;padding:.75rem 1.8rem;font-family:Outfit,sans-serif;font-size:.85rem;font-weight:500;text-decoration:none;transition:transform .2s,box-shadow .2s}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 24px #d977064d}.btn-ghost{color:var(--text2);letter-spacing:.08em;text-transform:uppercase;cursor:pointer;background:0 0;border:1px solid #d977064d;border-radius:3px;padding:.75rem 1.8rem;font-family:Outfit,sans-serif;font-size:.85rem;font-weight:400;text-decoration:none;transition:border-color .2s,color .2s,transform .2s}.btn-ghost:hover{border-color:var(--amber2);color:var(--amber2);transform:translateY(-2px)}.deco-line{opacity:0;z-index:2;flex-direction:column;align-items:center;gap:8px;animation:1s 2.2s forwards fadeIn;display:flex;position:fixed;top:50%;right:3rem;transform:translateY(-50%)}.deco-line-bar{background:linear-gradient(180deg, transparent, var(--amber), transparent);width:1px;height:80px}.deco-line span{letter-spacing:.2em;color:var(--text3);writing-mode:vertical-rl;text-transform:uppercase;font-family:DM Mono,monospace;font-size:.6rem}.scroll-hint{bottom:2rem;left:calc(var(--nav-w) + 50%);opacity:0;z-index:2;flex-direction:column;align-items:center;gap:6px;animation:1s 2.5s forwards fadeIn;display:flex;position:fixed;transform:translate(-50%)}.scroll-hint span{letter-spacing:.2em;text-transform:uppercase;color:var(--text3);font-family:DM Mono,monospace;font-size:.55rem}.scroll-dot{background:var(--amber);border-radius:50%;width:4px;height:4px;animation:1.5s ease-in-out infinite scrollBounce}@keyframes scrollBounce{0%,to{transform:translateY(0)}50%{transform:translateY(6px)}}@keyframes fadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes slideUp{0%{transform:translateY(110%)}to{transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media (width<=768px){.sidebar{display:none}.topbar{display:flex}.hero-main{margin-left:0;padding:5rem 1.5rem 2rem}.hero-name{font-size:clamp(2.5rem,10vw,4rem)}.deco-line{display:none}.scroll-hint{left:50%}}@media (width<=400px){.hero-cta{flex-wrap:nowrap;justify-content:center;gap:.75rem}.hero-cta a{text-align:center;white-space:nowrap;flex:1 1 0}.hero-cta .btn-primary,.hero-cta .btn-ghost{padding:.7rem 1rem;font-size:.75rem}}.skills-section{min-height:100vh;padding:6rem 4rem 6rem calc(var(--nav-w) + 4rem);z-index:1;justify-content:center;align-items:center;display:flex;position:relative}.skills-inner{width:100%;max-width:900px}.section-header{opacity:0;margin-bottom:3.5rem;animation:.7s .1s forwards fadeUp}.section-eyebrow{letter-spacing:.25em;text-transform:uppercase;color:var(--amber);align-items:center;gap:12px;margin-bottom:.75rem;font-family:DM Mono,monospace;font-size:.7rem;display:flex}.section-eyebrow:before{content:"";background:linear-gradient(90deg, var(--amber), transparent);width:40px;height:1px;display:block}.section-title{color:var(--text);letter-spacing:-.02em;margin-bottom:1.25rem;font-family:Playfair Display,serif;font-size:clamp(2rem,4vw,3.2rem);font-weight:900;line-height:1.1}.section-line{background:linear-gradient(90deg, var(--amber), transparent);width:60px;height:1px}.skill-grid{flex-wrap:wrap;gap:14px;display:flex}.skill-card{cursor:default;opacity:0;width:100px;height:96px;animation:.5s cubic-bezier(.34,1.56,.64,1) forwards cardIn;animation-delay:calc(.2s + var(--si) * 40ms);background:#1c1109b3;border:1px solid #d977061f;border-radius:10px;flex-direction:column;justify-content:center;align-items:center;gap:10px;transition:border-color .3s,transform .3s cubic-bezier(.34,1.56,.64,1),background .3s;display:flex;position:relative;overflow:hidden}.skill-card:before{content:"";opacity:0;background:linear-gradient(135deg,#d9770600 0%,#d9770612 50%,#d9770600 100%);transition:opacity .3s;position:absolute;inset:0}.skill-card:after{content:"";background:linear-gradient(90deg, transparent, var(--amber2), transparent);opacity:0;height:1px;transition:opacity .3s;position:absolute;bottom:0;left:15%;right:15%}.skill-card:hover{background:#2c1a0ee6;border-color:#d9770680;transform:translateY(-5px)scale(1.05)}.skill-card:hover:before,.skill-card:hover:after{opacity:1}.skill-icon{color:var(--text2);font-size:2rem;line-height:1;transition:transform .3s cubic-bezier(.34,1.56,.64,1)}.skill-icon-img{object-fit:contain;filter:drop-shadow(0 0 #0000);flex-shrink:0;width:32px;height:32px;transition:transform .3s cubic-bezier(.34,1.56,.64,1);display:block}.skill-card:hover .skill-icon,.skill-card:hover .skill-icon-img{transform:scale(1.15)}.skill-name{color:var(--text3);letter-spacing:.02em;text-align:center;font-family:Outfit,sans-serif;font-size:.68rem;font-weight:400;line-height:1.2;transition:color .3s}.skill-card:hover .skill-name{color:var(--amber2)}@keyframes cardIn{0%{opacity:0;transform:translateY(16px)scale(.92)}to{opacity:1;transform:translateY(0)scale(1)}}@media (width<=768px){.skills-section{padding:5rem 1.5rem 4rem}.skill-grid{justify-content:center}.skill-card{width:86px;height:84px}.skill-icon{font-size:1.7rem}.skill-icon-img{width:28px;height:28px}}.projects-section{min-height:100vh;padding:6rem 4rem 6rem calc(var(--nav-w) + 4rem);z-index:1;justify-content:center;align-items:flex-start;display:flex;position:relative}.projects-inner{width:100%;max-width:960px}.projects-section .section-header{opacity:0;margin-bottom:4rem;animation:.7s .1s forwards fadeUp}.project-list{flex-direction:column;gap:3rem;display:flex}.project-card{opacity:0;animation:.65s cubic-bezier(.16,1,.3,1) forwards fadeUp;animation-delay:calc(.15s + var(--pi) * .12s);background:#140c0699;border:1px solid #d977061f;border-radius:14px;grid-template-columns:1fr 1fr;gap:0;transition:border-color .3s,box-shadow .3s;display:grid;overflow:hidden}.project-card:hover{border-color:#d977064d;box-shadow:0 0 40px #d977060d}.project-card:nth-child(2n){direction:rtl}.project-card:nth-child(2n)>*{direction:ltr}.project-image-wrap{background:#1c1109cc;min-height:280px;position:relative;overflow:hidden}.project-image{object-fit:cover;width:100%;height:100%;transition:transform .5s cubic-bezier(.16,1,.3,1);display:block}.project-card:hover .project-image{transform:scale(1.04)}.project-image-placeholder{background:repeating-linear-gradient(-45deg,#d9770608 0 1px,#0000 1px 12px);border-right:1px solid #d9770614;flex-direction:column;justify-content:center;align-items:center;gap:8px;width:100%;height:100%;min-height:280px;display:flex}.placeholder-label{color:var(--text3);letter-spacing:.1em;font-family:DM Mono,monospace;font-size:.7rem}.placeholder-sub{color:#9a7b5280;letter-spacing:.05em;text-align:center;padding:0 1rem;font-family:DM Mono,monospace;font-size:.58rem}.image-overlay{opacity:0;background:#0f0a07bf;justify-content:center;align-items:center;gap:12px;transition:opacity .3s;display:flex;position:absolute;inset:0}.project-card:hover .image-overlay{opacity:1}.overlay-btn{color:var(--amber2);background:#d9770626;border:1px solid #d9770680;border-radius:6px;align-items:center;gap:6px;padding:.6rem 1.2rem;font-family:Outfit,sans-serif;font-size:.8rem;font-weight:500;text-decoration:none;transition:background .2s,transform .2s;display:flex}.overlay-btn:hover{background:#d9770647;transform:translateY(-2px)}.overlay-btn img,.action-btn img{object-fit:contain;flex-shrink:0;width:16px;height:16px;display:block}.project-content{border-left:1px solid #d9770614;flex-direction:column;gap:1.25rem;padding:2rem 2.2rem;display:flex}.project-header{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.project-index{color:var(--amber);letter-spacing:.15em;margin-bottom:4px;font-family:DM Mono,monospace;font-size:.65rem}.project-title{color:var(--text);letter-spacing:-.01em;font-family:Playfair Display,serif;font-size:1.5rem;font-weight:700;line-height:1.2}.project-tagline{color:var(--amber2);letter-spacing:.08em;opacity:.8;margin-top:6px;font-family:DM Mono,monospace;font-size:.7rem}.project-actions{flex-shrink:0;gap:8px;display:flex}.action-btn{border-radius:5px;align-items:center;gap:5px;padding:.4rem .9rem;font-family:Outfit,sans-serif;font-size:.75rem;font-weight:500;text-decoration:none;transition:transform .2s,background .2s,border-color .2s;display:flex}.action-btn.primary{background:linear-gradient(135deg, var(--amber), var(--amber2));color:var(--bg);border:none}.action-btn.primary:hover{transform:translateY(-2px)}.action-btn.ghost{color:var(--text2);background:0 0;border:1px solid #d977064d}.action-btn.ghost:hover{border-color:var(--amber2);color:var(--amber2);transform:translateY(-2px)}.project-story-wrap{max-height:80px;transition:max-height .55s cubic-bezier(.16,1,.3,1);position:relative;overflow:hidden}.project-story-wrap:after{content:"";background:linear-gradient(#0000,#140c06f2);height:36px;transition:opacity .3s;position:absolute;bottom:0;left:0;right:0}.project-story-wrap.open{max-height:600px}.project-story-wrap.open:after{opacity:0}.project-story{color:var(--text2);font-family:Outfit,sans-serif;font-size:.9rem;font-weight:300;line-height:1.85}.read-more-btn{cursor:pointer;letter-spacing:.1em;text-transform:uppercase;color:var(--amber);background:0 0;border:none;align-items:center;gap:6px;margin-top:-.25rem;padding:0;font-family:DM Mono,monospace;font-size:.68rem;transition:color .2s,gap .2s;display:flex}.read-more-btn:hover{color:var(--amber2);gap:10px}.read-more-arrow{transition:transform .3s cubic-bezier(.34,1.56,.64,1)}.read-more-arrow.flipped{transform:rotate(90deg)}.project-tech{border-top:1px solid #d9770614;flex-wrap:wrap;gap:8px;margin-top:auto;padding-top:.75rem;display:flex}.tech-pill{cursor:default;background:#d9770612;border:1px solid #d9770624;border-radius:6px;align-items:center;gap:6px;padding:4px 10px 4px 7px;transition:background .2s,border-color .2s,transform .2s;display:flex}.tech-pill:hover{background:#d9770624;border-color:#d9770659;transform:translateY(-2px)}.tech-pill i{color:var(--text2);font-size:.95rem;line-height:1}.tech-pill svg{flex-shrink:0;width:18px;height:18px}.tech-pill img,.tech-pill-icon-img{object-fit:contain;flex-shrink:0;width:18px;height:18px;display:block}.tech-pill-label{letter-spacing:.05em;color:var(--text3);white-space:nowrap;font-family:DM Mono,monospace;font-size:.62rem;transition:color .2s}.tech-pill:hover .tech-pill-label{color:var(--amber2)}.tech-tag-name{letter-spacing:.05em;color:var(--text3);background:#d9770612;border:1px solid #d9770624;border-radius:6px;padding:4px 10px;font-family:DM Mono,monospace;font-size:.62rem}@media (width<=900px){.project-card{direction:ltr;grid-template-columns:1fr}.project-card:nth-child(2n){direction:ltr}.project-image-wrap{min-height:200px}.project-content{border-top:1px solid #d9770614;border-left:none}}@media (width<=768px){.projects-section{padding:5rem 1.5rem 4rem}.project-content{padding:1.5rem}}.about-section{min-height:100vh;padding:6rem 4rem 6rem calc(var(--nav-w) + 4rem);z-index:1;justify-content:center;align-items:center;display:flex;position:relative}.about-inner{grid-template-columns:1fr 1fr;align-items:start;gap:4rem;width:100%;max-width:1040px;display:grid}.about-left{opacity:0;animation:.7s .1s forwards fadeUp}.about-body{flex-direction:column;gap:1.1rem;margin-bottom:2.5rem;display:flex}.about-body p{color:var(--text2);font-family:Outfit,sans-serif;font-size:.97rem;font-weight:300;line-height:1.85}.about-body p strong{color:var(--amber2);font-weight:500}.about-highlights{grid-template-columns:1fr 1fr;gap:12px;display:grid}.highlight-pill{background:#1c1109b3;border:1px solid #d9770624;border-radius:10px;align-items:center;gap:12px;padding:.85rem 1rem;transition:border-color .3s,background .3s,transform .3s;display:flex}.highlight-pill:hover{background:#2c1a0ed9;border-color:#d9770666;transform:translateY(-2px)}.highlight-icon{color:var(--amber);flex-shrink:0;align-items:center;display:flex}.highlight-label{color:var(--text);font-family:Outfit,sans-serif;font-size:.82rem;font-weight:500;line-height:1.2}.highlight-detail{color:var(--text3);letter-spacing:.05em;margin-top:2px;font-family:DM Mono,monospace;font-size:.62rem}.about-right{opacity:0;flex-direction:column;gap:1.25rem;animation:.7s .25s forwards fadeUp;display:flex}.about-card{background:#140c06a6;border:1px solid #d977061f;border-radius:12px;padding:1.5rem 1.75rem;transition:border-color .3s}.about-card:hover{border-color:#d9770647}.card-header{border-bottom:1px solid #d977061a;align-items:center;gap:10px;margin-bottom:1.25rem;padding-bottom:.85rem;display:flex}.card-icon{color:var(--amber)}.card-title{color:var(--text);letter-spacing:.01em;font-family:Playfair Display,serif;font-size:1.05rem;font-weight:700}.edu-item{flex-direction:column;gap:3px;display:flex}.edu-degree{color:var(--text);font-family:Outfit,sans-serif;font-size:.92rem;font-weight:500}.edu-school{color:var(--text2);font-family:Outfit,sans-serif;font-size:.82rem;font-weight:300}.edu-year{letter-spacing:.1em;color:var(--amber);background:#d977061a;border:1px solid #d9770633;border-radius:4px;width:fit-content;margin-top:6px;margin-bottom:10px;padding:2px 8px;font-family:DM Mono,monospace;font-size:.62rem;display:inline-block}.edu-bullets{flex-direction:column;gap:5px;padding-left:0;list-style:none;display:flex}.edu-bullets li{color:var(--text3);padding-left:1rem;font-family:Outfit,sans-serif;font-size:.8rem;font-weight:300;line-height:1.6;position:relative}.edu-bullets li:before{content:"";background:var(--amber);opacity:.6;border-radius:50%;width:4px;height:4px;position:absolute;top:.55em;left:0}.cert-list{flex-direction:column;gap:.75rem;list-style:none;display:flex}.cert-item{align-items:flex-start;gap:12px;display:flex}.cert-dot{background:var(--amber);border-radius:50%;flex-shrink:0;width:6px;height:6px;margin-top:5px;box-shadow:0 0 6px #d9770680}.cert-title{color:var(--text);font-family:Outfit,sans-serif;font-size:.85rem;font-weight:400;line-height:1.3}.cert-issuer{letter-spacing:.08em;color:var(--text3);margin-top:2px;font-family:DM Mono,monospace;font-size:.6rem}@media (width<=900px){.about-inner{grid-template-columns:1fr;gap:2.5rem}}@media (width<=768px){.about-section{padding:5rem 1.5rem 4rem}.about-highlights{grid-template-columns:1fr 1fr}}.contact-section{min-height:100vh;padding:6rem 4rem 3rem calc(var(--nav-w) + 4rem);z-index:1;flex-direction:column;justify-content:center;display:flex;position:relative}.contact-inner{flex:1;grid-template-columns:1fr 1.1fr;align-items:start;gap:4rem;width:100%;max-width:1000px;display:grid}.contact-left{opacity:0;animation:.7s .1s forwards fadeUp}.contact-intro{color:var(--text2);margin-bottom:2.5rem;font-family:Outfit,sans-serif;font-size:.97rem;font-weight:300;line-height:1.85}.contact-cv-btn{letter-spacing:.14em;text-transform:uppercase;color:var(--gold);background:#d977061a;border:1px solid #d9770647;border-radius:12px;justify-content:center;align-items:center;margin-bottom:2.2rem;padding:.75rem 1.1rem;font-family:DM Mono,monospace;font-size:.7rem;text-decoration:none;transition:transform .2s,border-color .2s,background .2s;display:inline-flex}.contact-cv-btn:hover{background:#d9770629;border-color:#d9770673;transform:translateY(-2px)}.contact-details{flex-direction:column;gap:1.1rem;margin-bottom:2.5rem;display:flex}.contact-detail-row{align-items:center;gap:14px;display:flex}.detail-icon{width:38px;height:38px;color:var(--amber);background:#d977061a;border:1px solid #d9770633;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;transition:background .3s,border-color .3s;display:flex}.contact-detail-row:hover .detail-icon{background:#d9770633;border-color:#d9770673}.detail-label{letter-spacing:.15em;text-transform:uppercase;color:var(--text3);margin-bottom:2px;font-family:DM Mono,monospace;font-size:.6rem}.detail-value{color:var(--text2);font-family:Outfit,sans-serif;font-size:.9rem;font-weight:400}.detail-value.link{color:var(--text2);text-decoration:none;transition:color .2s}.detail-value.link:hover{color:var(--amber2)}.contact-socials{gap:12px;display:flex}.social-card{background:#140c06a6;border:1px solid #d977061f;border-radius:10px;flex:1;align-items:center;gap:12px;padding:.9rem 1.2rem;text-decoration:none;transition:border-color .3s,background .3s,transform .25s;display:flex}.social-card:hover{background:#2c1a0ed9;border-color:#d9770666;transform:translateY(-3px)}.social-icon{color:var(--amber);align-items:center;display:flex}.social-icon-img{object-fit:contain;flex-shrink:0;width:20px;height:20px;display:block}.social-label{color:var(--text);font-family:Outfit,sans-serif;font-size:.85rem;font-weight:500;line-height:1.2}.social-handle{color:var(--text3);letter-spacing:.06em;margin-top:2px;font-family:DM Mono,monospace;font-size:.6rem}.contact-right{opacity:0;animation:.7s .22s forwards fadeUp}.contact-form{background:#140c06a6;border:1px solid #d977061f;border-radius:14px;flex-direction:column;gap:1.4rem;padding:2rem 2.2rem;display:flex}.form-group{flex-direction:column;gap:6px;display:flex}.form-label{letter-spacing:.15em;text-transform:uppercase;color:var(--text3);font-family:DM Mono,monospace;font-size:.62rem}.form-input{color:var(--text);background:#0f0a07cc;border:1px solid #d9770626;border-radius:8px;outline:none;width:100%;padding:.75rem 1rem;font-family:Outfit,sans-serif;font-size:.9rem;font-weight:300;transition:border-color .25s,box-shadow .25s}.form-input::placeholder{color:var(--text3);opacity:.6}.form-input:focus{border-color:#d9770680;box-shadow:0 0 0 3px #d9770614}.form-textarea{resize:vertical;min-height:130px;line-height:1.7}.btn-send{background:linear-gradient(135deg, var(--amber), var(--amber2));color:var(--bg);letter-spacing:.06em;cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;gap:8px;margin-top:.25rem;padding:.85rem 2rem;font-family:Outfit,sans-serif;font-size:.88rem;font-weight:500;transition:transform .2s,box-shadow .2s,opacity .2s;display:flex}.btn-send:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 24px #d977064d}.btn-send:disabled{opacity:.7;cursor:not-allowed}.form-error{letter-spacing:.06em;color:var(--text2);margin-top:.9rem;font-family:DM Mono,monospace;font-size:.68rem}.spinner{border:2px solid #0f0a074d;border-top-color:var(--bg);border-radius:50%;width:18px;height:18px;animation:.7s linear infinite spin;display:inline-block}@keyframes spin{to{transform:rotate(360deg)}}.sent-state{text-align:center;background:#140c06a6;border:1px solid #d9770633;border-radius:14px;flex-direction:column;align-items:center;gap:1rem;padding:3.5rem 2.2rem;display:flex}.sent-icon{color:var(--amber2);animation:.5s cubic-bezier(.34,1.56,.64,1) popIn}@keyframes popIn{0%{opacity:0;transform:scale(0)}to{opacity:1;transform:scale(1)}}.sent-title{color:var(--text);font-family:Playfair Display,serif;font-size:1.5rem;font-weight:700}.sent-sub{color:var(--text2);font-family:Outfit,sans-serif;font-size:.9rem;font-weight:300;line-height:1.6}.btn-ghost-sm{color:var(--amber);letter-spacing:.1em;text-transform:uppercase;cursor:pointer;background:0 0;border:1px solid #d977064d;border-radius:6px;margin-top:.5rem;padding:.55rem 1.4rem;font-family:DM Mono,monospace;font-size:.7rem;transition:border-color .2s,color .2s}.btn-ghost-sm:hover{border-color:var(--amber2);color:var(--amber2)}.site-footer{text-align:center;border-top:1px solid #d977061a;width:100%;max-width:1000px;margin-top:4rem;padding-top:1.5rem}.site-footer p{letter-spacing:.12em;color:var(--text3);text-transform:uppercase;font-family:DM Mono,monospace;font-size:.62rem}.site-footer .footer-line{display:inline}.site-footer .footer-line+.footer-line:before{content:" u00b7 "}@media (width<=900px){.contact-inner{grid-template-columns:1fr;gap:2.5rem}.contact-section{padding:5rem 1.5rem 3rem}}@media (width<=480px){.site-footer .footer-line{display:block}.site-footer .footer-line+.footer-line:before{content:""}}html{scroll-behavior:smooth}.app{scroll-snap-type:none;scrollbar-width:thin;scrollbar-color:var(--amber) var(--bg);height:100vh;overflow:hidden auto}.app::-webkit-scrollbar{width:10px}.app::-webkit-scrollbar-track{background:var(--bg)}.app::-webkit-scrollbar-thumb{background:linear-gradient(180deg, var(--amber), var(--amber2));border:3px solid var(--bg);border-radius:999px}.app::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg, var(--amber2), var(--gold))}.app>section{scroll-snap-align:none}body{overflow:hidden}.reveal{opacity:0;transition:opacity .7s,transform .7s cubic-bezier(.16,1,.3,1);transform:translateY(28px)}.reveal.visible{opacity:1;transform:translateY(0)}
