@import "https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=Manrope:wght@400;500;600;700;800&family=Playfair+Display:ital,wght@0,600;0,700;1,600;1,700&display=swap";:root,[data-theme=dark]{--bg-main:#090909;--bg-radial:radial-gradient(circle at 85% 3%, #bb892d13, transparent 22rem);--text-main:#f2ede3;--text-muted:#9b978f;--text-heading:#fff;--text-heading-sub:#686661;--gold:#c8a45a;--gold-light:#e2c685;--surface-card:linear-gradient(135deg, #232321f0, #151514fa);--surface-border:#f4e7c921;--fact-bg:#00000021;--fact-border:#f4e7c917;--fact-text:#aaa69d;--nav-bg:#121211eb;--nav-border:#f4e7c921;--nav-link-color:#d8d3c9;--nav-link-bg:transparent;--nav-link-hover-color:#090909;--portrait-bg:#15130f;--portrait-border:#e2c6859e;--portrait-caption-bg:#e2c685;--portrait-caption-color:#201b10;--skill-card-bg:#e9e5dc;--skill-card-color:#1c1c1a;--skill-card-hover-bg:#090909;--skill-card-hover-color:#f2ede3;--cert-card-bg:#e9e5dc;--cert-card-color:#1c1c1a;--cert-card-title:#1c1c1a;--cert-card-border:#00000014;--cert-badge-bg:#b3893826;--cert-badge-color:#7a5e20;--cert-badge-border:#b3893859;--cert-issuer:#5a564c;--cert-card-hover-bg:#090909;--cert-card-hover-color:#f2ede3;--project-card-bg:#0000002b;--project-card-border:#f4e7c914;--project-desc:#98948a;--coming-soon-bg:#0000001f;--coming-soon-border:#f4e7c933;--contact-card-bg:linear-gradient(120deg, #1d1b16, #151514 70%);--contact-card-border:#e2c68557;--scrollbar-thumb:#332e25;--scrollbar-track:#090909;--tooltip-bg:#1d1c19;--tooltip-color:#e2c685;--gold-active:gold}[data-theme=light]{--bg-main:#f8f6f0;--bg-radial:radial-gradient(circle at 85% 3%, #c8a45a24, transparent 28rem);--text-main:#1a1917;--text-muted:#656157;--text-heading:#1a1917;--text-heading-sub:#8c867a;--gold:#b38938;--gold-light:#9a7428;--gold-active:#b45309;--surface-card:#fff;--surface-border:#b3893833;--fact-bg:#fcfbfa;--fact-border:#b389382e;--fact-text:#524f47;--nav-bg:#ffffffeb;--nav-border:#b3893840;--nav-link-color:#4a4740;--nav-link-bg:#fff;--nav-link-hover-color:#fff;--portrait-bg:#fff;--portrait-border:#b3893873;--portrait-caption-bg:#b38938;--portrait-caption-color:#fff;--skill-card-bg:#fff;--skill-card-color:#1a1917;--skill-card-hover-bg:#1a1917;--skill-card-hover-color:#f8f6f0;--cert-card-bg:#fff;--cert-card-border:#b3893833;--cert-badge-bg:#b389381a;--cert-badge-color:#8a6d2b;--cert-badge-border:#b389384d;--cert-issuer:#656157;--cert-card-hover-bg:#1a1917;--cert-card-hover-color:#fff;--project-card-bg:#fff;--project-card-border:#b389382e;--project-desc:#5a564c;--coming-soon-bg:#fcfbfa;--coming-soon-border:#b3893859;--contact-card-bg:linear-gradient(120deg, #fff, #f7f3eb 70%);--contact-card-border:#b3893859;--scrollbar-thumb:#d1c7b7;--scrollbar-track:#f8f6f0;--tooltip-bg:#1c1b18;--tooltip-color:#f2ede3}*{box-sizing:border-box}html{scroll-behavior:smooth;scrollbar-width:thin;scrollbar-color:var(--scrollbar-thumb) var(--scrollbar-track);scroll-padding-top:2rem;scroll-padding-bottom:6rem}body{background:var(--bg-main);min-width:320px;color:var(--text-main);margin:0;font-family:Manrope,Arial,sans-serif;transition:background .35s,color .35s}a{color:inherit;text-decoration:none}button{font:inherit}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--scrollbar-track)}::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb);border:2px solid var(--scrollbar-track);border-radius:999px}::-webkit-scrollbar-thumb:hover{background:var(--gold-light)}main{background:var(--bg-radial), var(--bg-main);transition:background .35s;overflow:hidden}.section-shell{width:min(1180px,100% - 3rem);margin-inline:auto}.site-header{z-index:100;pointer-events:none;justify-content:center;padding:0 1rem;display:flex;position:fixed;inset:auto 0 1.5rem}.nav-shell{background:var(--nav-bg);border:1px solid var(--nav-border);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);pointer-events:auto;border-radius:999px;justify-content:center;align-items:center;gap:.65rem;width:auto;min-height:3.4rem;margin:0 auto;padding:.4rem .65rem;transition:background .35s,border-color .35s;display:flex;box-shadow:0 1rem 2.5rem #00000026,0 0 1.25rem #c8a45a1f}.resume-link,.gold-button{letter-spacing:.05em;text-transform:uppercase;align-items:center;font-size:.71rem;font-weight:700;transition:background .25s,color .25s,transform .25s,border-color .25s,padding .3s,width .3s,border-radius .3s,gap .3s;display:inline-flex}.resume-link{border:1px solid var(--gold);width:2.45rem;height:2.45rem;color:var(--gold-light);background:#c8a45a0f;border-radius:50%;justify-content:center;gap:0;padding:0;position:relative}.resume-link svg{flex-shrink:0;width:1rem;height:1rem}.resume-link .resume-text{opacity:0;white-space:nowrap;max-width:0;margin:0;transition:max-width .35s cubic-bezier(.16,1,.3,1),opacity .25s;overflow:hidden}.resume-link:hover{color:#fff;background:var(--gold);border-color:var(--gold);border-radius:999px;gap:.45rem;width:auto;padding:0 .95rem;transform:translateY(-3px)}.resume-link:hover .resume-text{opacity:1;max-width:140px}.nav-links{align-items:center;gap:.65rem;display:flex}.nav-links a{border:1px solid var(--nav-border);width:2.45rem;height:2.45rem;color:var(--nav-link-color);background:var(--nav-link-bg);border-radius:50%;place-items:center;transition:color .25s,border-color .25s,background .25s,transform .25s;display:grid;position:relative}.nav-links a:hover{color:var(--nav-link-hover-color);border-color:var(--gold-light);background:var(--gold-light);transform:translateY(-3px)}.nav-links svg{width:1rem;height:1rem}.nav-links .nav-label{display:none}.theme-toggle-btn{border:1px solid var(--nav-border);width:2.45rem;height:2.45rem;color:var(--gold);background:var(--nav-link-bg);cursor:pointer;border-radius:50%;place-items:center;transition:color .25s,border-color .25s,background .25s,transform .3s cubic-bezier(.34,1.56,.64,1);display:grid;position:relative}.theme-toggle-btn:hover{color:#fff;border-color:var(--gold);background:var(--gold);transform:translateY(-3px)rotate(20deg)}.theme-toggle-btn svg{width:1rem;height:1rem}.nav-links a:after{content:attr(title);background:var(--tooltip-bg);color:var(--tooltip-color);letter-spacing:.04em;text-transform:uppercase;white-space:nowrap;opacity:0;pointer-events:none;border:1px solid #c8a45a59;border-radius:.45rem;padding:.3rem .65rem;font-size:.63rem;font-weight:700;transition:opacity .2s,transform .2s;position:absolute;bottom:calc(100% + .6rem);left:50%;transform:translate(-50%)translateY(4px);box-shadow:0 .5rem 1.25rem #0000004d}.nav-links a:hover:after{opacity:1;transform:translate(-50%)translateY(0)}.hero{perspective:1200px;min-height:42rem;transform-style:preserve-3d;grid-template-columns:1.05fr .95fr;align-items:center;gap:4rem;padding-top:5.5rem;padding-bottom:5.5rem;display:grid}.kicker,.section-number,.eyebrow{color:var(--gold);text-transform:uppercase;letter-spacing:.1em;margin:0;font-family:DM Mono,monospace;font-size:.67rem}.kicker{color:var(--text-muted);align-items:center;gap:.65rem;display:flex}.kicker span{background:var(--gold);border-radius:50%;width:.48rem;height:.48rem;box-shadow:0 0 0 .25rem #c8a45a33}@keyframes heroTextShimmer{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}.hero-copy{perspective:1200px;transform-style:preserve-3d}.hero-title-animated{letter-spacing:-.055em;text-transform:uppercase;perspective:1200px;max-width:100%;transform-style:preserve-3d;margin:1.4rem 0 1.45rem;font-size:clamp(2.5rem,5.3vw,5.5rem);font-weight:800;line-height:.96}.hero-title-animated .name-first{white-space:nowrap;letter-spacing:-.055em;transform-origin:0;display:block}.hero-title-animated .name-last{white-space:nowrap;letter-spacing:-.03em;transform-origin:0;display:block}.scramble-char-slot{transform-origin:50%;will-change:transform, opacity, filter;transition:color .15s,text-shadow .2s;display:inline-block}.scramble-char-slot.is-scrambling{color:var(--gold-light,#e2c685);-webkit-text-fill-color:var(--gold-light,#e2c685);text-shadow:0 0 18px #e2c685e6,0 0 30px #c8a45a80;font-family:inherit}.name-first .scramble-char-slot.is-locked{background:linear-gradient(120deg, var(--text-heading-sub) 0%, var(--gold) 30%, var(--gold-light) 60%, var(--text-heading-sub) 100%);-webkit-text-fill-color:transparent;background-size:260%;-webkit-background-clip:text;animation:7s infinite heroTextShimmer}.name-last .scramble-char-slot.is-locked{background:linear-gradient(120deg, var(--text-heading) 0%, var(--gold-light) 30%, #fff 50%, var(--gold) 75%, var(--text-heading) 100%);-webkit-text-fill-color:transparent;background-size:260%;-webkit-background-clip:text;animation:5s infinite reverse heroTextShimmer}.hero-description{max-width:555px;color:var(--text-main);opacity:.9;font-size:.98rem;line-height:1.8}.hero-cta-group{flex-wrap:wrap;align-items:center;gap:.85rem;margin-top:1.5rem;display:flex}.gold-button{border:1px solid var(--gold);color:var(--gold);background:#c8a45a0f;margin-top:0;padding:.95rem 1.2rem}.gold-button:hover{color:#fff;background:var(--gold);transform:translateY(-2px)}.gold-button svg{width:1rem}.secondary-button{border:1px solid var(--surface-border);background:var(--surface-card);color:var(--text-main);align-items:center;gap:.55rem;padding:.95rem 1.25rem;font-family:DM Sans,sans-serif;font-size:.85rem;font-weight:700;text-decoration:none;transition:border-color .25s,color .25s,background .25s,transform .25s;display:inline-flex}.secondary-button:hover{border-color:var(--gold);color:var(--gold);transform:translateY(-2px)}.secondary-button svg{width:1rem;height:1rem}.social-links{gap:.65rem;display:flex}.social-links a{border:1px solid var(--nav-border);width:2.45rem;height:2.45rem;color:var(--nav-link-color);background:var(--nav-link-bg);border-radius:50%;place-items:center;transition:color .25s,border-color .25s,background .25s,transform .25s;display:grid}.social-links a:hover{color:#fff;border-color:var(--gold);background:var(--gold);transform:translateY(-3px)}.social-links svg{width:1rem;height:1rem}.hero-socials{margin-top:2rem}.portrait-stage{isolation:isolate;perspective:1200px;min-height:27.5rem;transform-style:preserve-3d;cursor:pointer;place-items:center;display:grid;position:relative}.portrait-frame{aspect-ratio:1;z-index:1;border:1px solid var(--portrait-border);perspective:1200px;width:min(25rem,86vw);transform-style:preserve-3d;background:0 0;border-radius:50%;position:relative;box-shadow:0 0 0 .75rem #c8a45a14,0 1.5rem 4rem #00000026}.portrait-card-3d{width:100%;height:100%;transform-style:preserve-3d;will-change:transform;border-radius:50%;transition:transform .8s cubic-bezier(.16,1,.3,1);position:relative}.portrait-stage:hover .portrait-card-3d{transform:rotateY(180deg)}.portrait-face{backface-visibility:hidden;width:100%;height:100%;transform-style:preserve-3d;border-radius:50%;position:absolute;inset:0;overflow:hidden}.portrait-front{opacity:1;background:#15130f;transition:opacity .3s .15s;transform:rotateY(0)translateZ(2px)}.portrait-stage:hover .portrait-front{opacity:0}.portrait-front img,.portrait-front video{object-fit:cover;object-position:center 22%;filter:contrast(1.1)brightness(.95);backface-visibility:hidden;width:100%;height:100%;display:block;transform:scale(1.19)}.portrait-front:after{content:"";pointer-events:none;background:linear-gradient(155deg,#e9cc8426,#0000 40%);position:absolute;inset:0}.portrait-back{background:#15130f;transform:rotateY(180deg)translateZ(2px)}.portrait-back img{object-fit:cover;object-position:center 8%;filter:contrast(1.1)brightness();backface-visibility:hidden;width:100%;height:100%;display:block;transform:scale(1.15)}.portrait-back:after{content:"";pointer-events:none;background:radial-gradient(circle,#0000 40%,#0006 100%);position:absolute;inset:0}.portrait-halo{z-index:-1;border:1px solid #c8a45a40;border-radius:50%;transition:transform .6s,border-color .6s,opacity .6s;position:absolute}.halo-one{aspect-ratio:1;width:28rem}.halo-two{aspect-ratio:1;opacity:.45;border-style:dashed;width:32rem}.portrait-stage:hover .halo-one{border-color:#c8a45a8c;transform:scale(1.06)}.portrait-stage:hover .halo-two{opacity:.75;transform:scale(1.09)rotate(45deg)}.portrait-caption{z-index:2;background:var(--portrait-caption-bg);color:var(--portrait-caption-color);letter-spacing:.08em;padding:.65rem .8rem;font-family:DM Mono,monospace;font-size:.58rem;font-weight:600;position:absolute;bottom:1rem;right:-.65rem;box-shadow:0 .25rem 1rem #00000026}.section-shell:not(.hero){padding-top:7.75rem}.section-heading{margin-bottom:2.2rem}.section-heading h2,.contact-card h2{letter-spacing:-.065em;color:var(--text-heading);margin:.65rem 0 0;font-size:clamp(2.05rem,4.2vw,3.45rem);line-height:1.03}.section-heading h2 em,.contact-card h2 em{color:var(--gold);font-family:Playfair Display,serif;font-weight:600}.surface-card{background:var(--surface-card);border:1px solid var(--surface-border);border-radius:0;transition:background .35s,border-color .35s}.about-card{margin-bottom:1.25rem;padding:clamp(1.4rem,3.3vw,2.6rem)}.about-reading-passage{max-width:1030px;margin:0;font-size:clamp(.95rem,1.4vw,1.05rem);line-height:1.9}.word-group{white-space:nowrap;cursor:default;margin-right:.28em;display:inline-block}.reading-char{color:var(--text-muted);opacity:.35;transition:color .15s,opacity .15s,text-shadow .15s;display:inline}.reading-char.char-gold-wave{opacity:1;color:gold;text-shadow:0 0 10px #ffd700b3;font-weight:800}[data-theme=light] .reading-char.char-gold-wave{color:#d97706;text-shadow:0 0 8px #d9770666}.reading-char.char-read{opacity:1;color:var(--text-heading);text-shadow:none;font-weight:400}.word-group:hover .reading-char{color:gold!important;text-shadow:0 0 10px #ffd700b3!important;opacity:1!important}[data-theme=light] .word-group:hover .reading-char{color:#d97706!important;text-shadow:0 0 8px #d9770666!important;opacity:1!important}.about-reading-passage ::selection{color:gold;background:#ffd70040}[data-theme=light] .about-reading-passage ::selection{color:#d97706;background:#d9770633}.education-solo-card{background:var(--surface-card);border:1px solid var(--surface-border);padding:clamp(1.8rem,3.8vw,3.2rem);transition:border-color .35s,box-shadow .35s;position:relative}.education-solo-card:hover{border-color:#c8a45a66;box-shadow:0 1rem 3rem #0000004d}.education-solo-body{justify-content:space-between;align-items:center;gap:3rem;display:flex}.education-solo-info{flex:1;min-width:0}.edu-tag{text-transform:uppercase;letter-spacing:.1em;color:var(--gold);margin-bottom:.4rem;font-family:DM Mono,monospace;font-size:.68rem;display:inline-block}.education-degree-header h3{color:var(--text-heading);letter-spacing:-.02em;margin:0 0 .35rem;font-size:clamp(1.35rem,2.8vw,1.85rem);font-weight:800;line-height:1.25}.education-degree-header h4{color:var(--gold-light);margin:0 0 .25rem;font-size:clamp(1rem,1.8vw,1.25rem);font-weight:600}.edu-location-text{color:var(--text-muted);margin:0 0 1.25rem;font-size:.82rem}.edu-badges-row{flex-wrap:wrap;align-items:center;gap:.5rem 1.4rem;margin-bottom:1.35rem;display:flex}.edu-badge-highlight{color:var(--gold);letter-spacing:.04em;box-shadow:none;background:0 0;border:none;padding:0;font-family:DM Mono,monospace;font-size:.82rem;font-weight:700}.edu-badge-normal{color:var(--gold);letter-spacing:.03em;box-shadow:none;background:0 0;border:none;padding:0;font-family:DM Mono,monospace;font-size:.82rem;font-weight:500}.edu-description-block p{color:var(--text-main);opacity:.92;max-width:820px;margin:0 0 1.35rem;font-size:.92rem;line-height:1.75}.edu-coursework-title{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;margin:0 0 .65rem;font-size:.78rem;font-weight:700}.edu-chips-wrap{flex-wrap:wrap;align-items:center;gap:.75rem 1.6rem;display:flex}.edu-chip-item{color:var(--text-main);background:0 0;border:none;border-radius:0;align-items:center;gap:.55rem;padding:0;font-size:.9rem;font-weight:500;transition:color .25s;display:inline-flex}.edu-chip-item .edu-chip-icon{width:1.15rem;height:1.15rem;color:var(--gold);flex-shrink:0;transition:transform .2s,color .25s}.edu-chip-item:hover{color:var(--gold)}.edu-chip-item:hover .edu-chip-icon{color:gold;transform:scale(1.12)}.education-solo-logo{flex-direction:column;flex:none;align-items:center;display:flex}.tce-logo-solo-frame{aspect-ratio:1;border:1px solid var(--gold);background:#fff;border-radius:0;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;width:min(10.5rem,30vw);padding:1.1rem;transition:transform .35s cubic-bezier(.16,1,.3,1),box-shadow .35s;display:flex;box-shadow:0 .6rem 2rem #0000004d}.education-solo-card:hover .tce-logo-solo-frame{transform:scale(1.04);box-shadow:0 .8rem 2.5rem #c8a45a4d}.tce-solo-img{object-fit:contain;width:100%;height:80%}.tce-logo-caption{color:#333;letter-spacing:.08em;text-transform:uppercase;font-family:DM Mono,monospace;font-size:.62rem;font-weight:700}.experience-solo-container{background:var(--surface-card);border:1px solid var(--surface-border);flex-direction:column;gap:2.2rem;padding:clamp(1.8rem,3.8vw,3.2rem);transition:border-color .35s,box-shadow .35s;display:flex}.experience-solo-container:hover{border-color:#c8a45a66;box-shadow:0 1rem 3rem #0000004d}.experience-entry-card{flex-direction:column;gap:1.2rem;min-height:14.5rem;display:flex;position:relative}.experience-entry-header{z-index:2;align-items:center;gap:1.35rem;display:flex;position:relative}.company-solo-logo-frame{aspect-ratio:1;border:1px solid var(--gold);background:#fff;border-radius:0;flex-shrink:0;place-items:center;width:5rem;height:5rem;padding:.5rem;transition:transform .35s cubic-bezier(.16,1,.3,1);display:grid;box-shadow:0 .4rem 1.4rem #00000038}.experience-entry-card:hover .company-solo-logo-frame{transform:scale(1.05)}.company-solo-img{object-fit:contain;width:100%;height:100%}.company-solo-meta{flex:1;min-width:0}.company-title-line{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.company-title-line h3{color:var(--text-heading);margin:0;font-size:clamp(1.2rem,2.3vw,1.55rem);font-weight:800;line-height:1.3}.exp-duration-badge{letter-spacing:.05em;color:var(--gold);box-shadow:none;background:0 0;border:none;border-radius:0;padding:0;font-family:DM Mono,monospace;font-size:.88rem;font-weight:700;display:inline-block}.company-name{color:var(--gold);margin:.35rem 0 0;font-size:clamp(.98rem,1.6vw,1.18rem);font-weight:700}.company-location{color:var(--text-muted);letter-spacing:.02em;margin:.2rem 0 0;font-size:.82rem;font-weight:500}.experience-entry-body{max-width:65%;padding-left:6.35rem}.experience-entry-body.text-right-body{max-width:65%;margin-left:auto;padding-left:0;padding-right:6.35rem}.exp-illustration-card{background:var(--surface-card);border:1px solid var(--surface-border);z-index:1;border-radius:0;width:clamp(14.5rem,28vw,20.5rem);transition:border-color .3s,box-shadow .3s,background .35s;position:absolute;bottom:0;box-shadow:0 .8rem 2.2rem #0003}.experience-entry-card:hover .exp-illustration-card{border-color:var(--gold);box-shadow:0 1rem 2.8rem #c8a45a38}.exp-illustration-right{right:0}.exp-illustration-left{left:0}.flex-row-reverse{flex-direction:row-reverse}.text-right{text-align:right}.exp-bullets-list{color:var(--text-main);opacity:.95;margin:0 0 1.2rem;padding-left:0;padding-right:0;font-size:.9rem;line-height:1.75;list-style:none}.exp-bullets-list li{margin-bottom:.4rem}.exp-bullets-list.exp-bullets-right{text-align:left;padding-left:0;padding-right:0;list-style:none}.exp-bullets-list li::marker{content:"";display:none}.exp-tech-chips{flex-wrap:wrap;align-items:center;gap:.65rem 1.4rem;display:flex}.exp-tech-chips.flex-end{justify-content:flex-start}.exp-tech-chips>span{color:var(--text-heading,#fff);cursor:default;background:0 0;border:none;border-radius:0;align-items:center;gap:.45rem;padding:0;font-size:.86rem;font-weight:500;transition:color .25s;display:inline-flex}.exp-tech-chips>span:hover{color:var(--gold);background:0 0;border-color:#0000}.exp-tech-chips>span svg{width:1.05rem;height:1.05rem;color:var(--gold);flex-shrink:0;transition:transform .2s,color .25s}.exp-tech-chips>span:hover svg{color:gold;transform:scale(1.12)}.experience-solo-divider{background:var(--surface-border);height:1px;margin:.4rem 0}.section-heading-inline{justify-content:space-between;align-items:end;gap:2rem;display:flex}.section-note{max-width:335px;color:var(--text-muted);margin:0 0 .25rem;font-size:.78rem;line-height:1.7}.skills-grid{align-items:stretch;gap:.45rem;width:100%;display:flex;position:relative}.skill-card{border:1px solid var(--surface-border);background:var(--skill-card-bg);min-width:0;min-height:7.4rem;color:var(--skill-card-color);text-align:center;z-index:1;border-radius:0;flex-direction:column;flex:1;justify-content:space-between;align-items:center;padding:.75rem .35rem;transition:flex .3s cubic-bezier(.16,1,.3,1),transform .3s,box-shadow .3s,background .25s,color .25s,border-color .25s;display:flex;position:relative}.skill-card:hover{background:var(--skill-card-hover-bg);color:var(--skill-card-hover-color);border-color:#0000;flex:1.75;box-shadow:0 1.25rem 2rem #00000059;z-index:50!important;transform:translateY(-6px)scale(1.05)!important}.skill-card>span{word-break:break-word;text-align:center;font-size:.65rem;font-weight:800;line-height:1.15}.skill-icon{color:#fff;border-radius:0;flex-shrink:0;place-items:center;width:2.2rem;height:2.2rem;display:grid}.skill-icon svg{width:1.3rem;height:1.3rem}.react,.tailwind{background:#087ea4}.javascript{background:#c6a405}.typescript{background:#2372bd}.node{background:#4e8b3c}.express,.next{background:#1c1c1a}.mongodb{background:#3b8a58}.cpp{background:#585ac9}.python{background:#316e9f}.git{background:#d95037}.aws{background:#ee961f}.certificates-grid{align-items:stretch;gap:.45rem;width:100%;display:flex;position:relative}.cert-card{border:1px solid var(--cert-card-border);background:var(--cert-card-bg);min-width:0;min-height:8.8rem;color:var(--text-main);text-align:center;z-index:1;cursor:pointer;border-radius:0;flex-direction:column;flex:1;justify-content:space-between;align-items:center;padding:1rem .65rem;transition:flex .3s cubic-bezier(.16,1,.3,1),transform .3s,box-shadow .3s,background .25s,color .25s,border-color .25s;display:flex;position:relative}.cert-card:hover{background:var(--cert-card-hover-bg);color:var(--cert-card-hover-color);border-color:#0000;flex:1.6;box-shadow:0 1.25rem 2.2rem #00000059;z-index:50!important;transform:translateY(-6px)scale(1.04)!important}.cert-card.has-live-cert:hover{border-color:#c8a45a73;box-shadow:0 1.25rem 2.2rem #00000059,0 0 16px #c8a45a33}.cert-live-indicator{letter-spacing:.03em;color:var(--gold-light,#e0c58e);background:#c8a45a1f;border:1px solid #c8a45a52;border-radius:999px;align-items:center;gap:.22rem;margin-top:.35rem;padding:.16rem .45rem;font-family:DM Mono,monospace;font-size:.58rem;font-weight:600;transition:all .25s;display:inline-flex}.cert-card:hover .cert-live-indicator{color:#fff;background:#c8a45a47;border-color:#c8a45a99;transform:translateY(-1px)}.cert-card .cert-badge{text-transform:uppercase;letter-spacing:.08em;color:var(--cert-badge-color);background:var(--cert-badge-bg);border:1px solid var(--cert-badge-border);border-radius:999px;margin-bottom:.35rem;padding:.18rem .45rem;font-family:DM Mono,monospace;font-size:.56rem;transition:color .25s,background .25s,border-color .25s;display:inline-block}.cert-card:hover .cert-badge{color:#f2ede3;background:#c8a45a59;border-color:#0000}.cert-card h3{color:var(--cert-card-title);word-break:break-word;margin:.3rem 0 .2rem;font-size:.78rem;font-weight:700;line-height:1.3;transition:color .25s}.cert-card:hover h3{color:#fff}.cert-card .cert-issuer{color:var(--cert-issuer);margin:0;font-size:.67rem;font-weight:500;transition:color .25s}.cert-card:hover .cert-issuer{color:var(--gold-light)}.cert-icon{color:#fff;border-radius:0;flex-shrink:0;place-items:center;width:2.3rem;height:2.3rem;margin-bottom:.25rem;display:grid;box-shadow:0 .25rem .75rem #0003}.cert-icon svg{width:1.3rem;height:1.3rem}.aws-cert{background:linear-gradient(135deg,#d97706,#ee961f)}.cloud-cert{background:linear-gradient(135deg,#0284c7,#06b6d4)}.ai-cert{background:linear-gradient(135deg,#7c3aed,#a855f7)}.fullstack-cert{background:linear-gradient(135deg,#059669,#10b981)}.learning-cert{background:linear-gradient(135deg,#b45309,#d97706)}.projects-section{padding-bottom:1rem}.project-group{padding:clamp(1.1rem,2.5vw,1.7rem)}.project-group+.project-group{margin-top:1.25rem}.project-group-heading{justify-content:space-between;align-items:end;gap:1.5rem;margin-bottom:1.4rem;display:flex}.project-group-heading h3{color:var(--text-heading);margin:.37rem 0 0;font-size:1.05rem}.project-group-heading>p{max-width:21rem;color:var(--text-muted);text-align:right;margin:0;font-size:.75rem;line-height:1.65}.project-row{overscroll-behavior-inline:contain;scrollbar-width:thin;scrollbar-color:var(--scrollbar-thumb) transparent;grid-auto-columns:minmax(15.8rem,1fr);grid-auto-flow:column;gap:1rem;padding:.4rem .2rem .6rem;display:grid;position:relative;overflow-x:auto}.project-card{border:1px solid var(--project-card-border);background:var(--project-card-bg);z-index:1;border-radius:0;min-width:0;transition:transform .28s,border-color .28s,background .35s,box-shadow .28s;display:block;position:relative;overflow:hidden}.project-card:hover{border-color:#0000;box-shadow:0 1rem 2.5rem #00000059;z-index:30!important;transform:translateY(-5px)!important}.project-visual{place-items:center;height:10.5rem;display:grid;position:relative;overflow:hidden}.project-visual:before,.project-visual:after{content:"";filter:blur(1px);border-radius:50%;position:absolute}.project-visual:before{background:#ffffff2b;width:10rem;height:10rem;top:-4rem;right:-2rem}.project-visual:after{background:#00000040;width:6rem;height:6rem;bottom:-2.5rem;left:1.2rem}.project-grid{opacity:.22;transform-origin:bottom;background-image:linear-gradient(#ffffff59 1px,#0000 1px),linear-gradient(90deg,#ffffff59 1px,#0000 1px);background-size:1.5rem 1.5rem;position:absolute;inset:0;transform:perspective(20rem)rotateX(55deg)scale(1.45)translateY(3rem)}.project-mark{z-index:1;color:#ffffffeb;letter-spacing:-.1em;text-shadow:0 .25rem .9rem #00000040;font-family:Playfair Display,serif;font-size:3.1rem;font-weight:700;position:relative}.project-orbit{z-index:1;border:1px solid #ffffff7a;border-radius:47% 53% 49% 51%;width:7rem;height:7rem;position:absolute;transform:rotate(-25deg)}.veridic{background:linear-gradient(135deg,#161b29,#4a3b6d)}.flavordash{background:linear-gradient(135deg,#55251c,#c47d39)}.fedderm{background:linear-gradient(135deg,#0d3832,#10b981)}.healix{background:linear-gradient(135deg,#0c2e3d,#14b8a6)}.craftywrap{background:linear-gradient(135deg,#6b4434,#c8916b)}.go-validator{background:linear-gradient(135deg,#0e4d5d,#17a1b8)}.ultra{background:linear-gradient(135deg,#1e1b4b,#6366f1)}.project-visual-slideshow{cursor:pointer;background:#0d0f17;justify-content:center;align-items:center;height:11.5rem;display:flex;position:relative;overflow:hidden}.slideshow-stage{position:absolute;inset:0;overflow:hidden}.project-slideshow-img{object-fit:cover;object-position:top center;width:100%;height:100%;transition:transform .5s;display:block}.project-card:hover .project-slideshow-img{transform:scale(1.04)}.slideshow-overlay-gradient{pointer-events:none;z-index:2;background:linear-gradient(#00000073 0%,#0000 35% 55%,#000c 100%);position:absolute;inset:0}.slideshow-badge{z-index:3;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:var(--gold-light,#f2ede3);letter-spacing:.04em;background:#0f111acc;border:1px solid #c8a45a66;border-radius:999px;align-items:center;gap:.35rem;padding:.2rem .55rem;font-family:DM Mono,monospace;font-size:.58rem;display:inline-flex;position:absolute;top:.55rem;right:.55rem}.slideshow-badge-pulse{background:#22c55e;border-radius:50%;width:6px;height:6px;animation:1.8s ease-in-out infinite pulseDot;box-shadow:0 0 8px #22c55e}@keyframes pulseDot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.85)}}.slideshow-caption-tag{z-index:3;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:#fff;white-space:nowrap;text-overflow:ellipsis;border-left:2px solid var(--gold,#c8a45a);background:#000000b3;border-radius:3px;max-width:58%;padding:.18rem .45rem;font-size:.58rem;position:absolute;top:.55rem;left:.55rem;overflow:hidden}.slideshow-nav-btn{z-index:4;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:#fff;cursor:pointer;opacity:0;background:#0f111acc;border:1px solid #fff3;border-radius:50%;place-items:center;width:1.75rem;height:1.75rem;transition:opacity .25s,background .2s,transform .2s;display:grid;position:absolute;top:50%;transform:translateY(-50%)}.project-card:hover .slideshow-nav-btn{opacity:1}.slideshow-nav-btn:hover{background:var(--gold,#c8a45a);color:#0d0f17;border-color:#0000;transform:translateY(-50%)scale(1.1)}.slideshow-nav-prev{left:.45rem}.slideshow-nav-next{right:.45rem}.slideshow-dots-bar{z-index:4;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0a0c14bf;border:1px solid #ffffff26;border-radius:999px;align-items:center;gap:.35rem;padding:.25rem .55rem;display:flex;position:absolute;bottom:.5rem;left:50%;transform:translate(-50%)}.slideshow-dot{cursor:pointer;background:#ffffff59;border:none;border-radius:50%;width:6px;height:6px;padding:0;transition:all .3s}.slideshow-dot.active{background:var(--gold,#c8a45a);border-radius:999px;width:15px;box-shadow:0 0 6px #c8a45a99}.slideshow-zoom-btn{z-index:4;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:#fff;cursor:pointer;opacity:0;background:#0a0c14cc;border:1px solid #fff3;border-radius:4px;place-items:center;width:1.55rem;height:1.55rem;transition:opacity .25s,background .2s;display:grid;position:absolute;bottom:.5rem;right:.5rem}.project-card:hover .slideshow-zoom-btn{opacity:1}.slideshow-zoom-btn:hover{background:var(--gold,#c8a45a);color:#000}.lightbox-backdrop{z-index:9999;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#080a10eb;flex-direction:column;justify-content:center;align-items:center;padding:1.5rem;display:flex;position:fixed;inset:0}.lightbox-content{flex-direction:column;justify-content:center;align-items:center;width:92vw;max-width:1100px;max-height:88vh;display:flex;position:relative}.lightbox-image-wrapper{background:#0d0f17;border:1px solid #c8a45a4d;border-radius:8px;justify-content:center;align-items:center;width:100%;max-height:70vh;display:flex;position:relative;overflow:hidden;box-shadow:0 1.5rem 4rem #000c}.lightbox-image{object-fit:contain;border-radius:6px;max-width:100%;max-height:70vh}.lightbox-header{color:#fff;justify-content:space-between;align-items:center;display:flex;position:absolute;top:-3.5rem;left:0;right:0}.lightbox-title{align-items:center;gap:.75rem;display:flex}.lightbox-title h3{color:var(--text-heading,#fff);margin:0;font-size:1.15rem}.lightbox-title span{color:var(--gold,#c8a45a);background:#c8a45a26;border:1px solid #c8a45a4d;border-radius:999px;padding:.2rem .6rem;font-family:DM Mono,monospace;font-size:.75rem}.lightbox-close-btn{color:#fff;cursor:pointer;background:#ffffff1a;border:1px solid #fff3;border-radius:50%;place-items:center;width:2.3rem;height:2.3rem;transition:all .2s;display:grid}.lightbox-close-btn:hover{background:#ef4444d9;border-color:#0000;transform:rotate(90deg)}.lightbox-footer{flex-direction:column;align-items:center;gap:.6rem;width:100%;margin-top:1rem;display:flex}.lightbox-caption{color:#e2e8f0;text-align:center;margin:0;font-size:.88rem}.lightbox-controls{align-items:center;gap:1rem;display:flex}.lightbox-nav-btn{color:#fff;cursor:pointer;background:#ffffff1a;border:1px solid #fff3;border-radius:50%;place-items:center;width:2.4rem;height:2.4rem;transition:all .2s;display:grid}.lightbox-nav-btn:hover{background:var(--gold,#c8a45a);color:#000;border-color:#0000}.project-copy-link{color:inherit;text-decoration:none;display:block}.project-copy{padding:1rem}.project-copy-clickable{cursor:pointer;transition:background .22s;position:relative}.project-copy-clickable:hover{background:#c8a45a0d}.project-details-indicator{color:var(--gold);letter-spacing:.04em;opacity:.85;align-items:center;gap:.35rem;margin-top:.7rem;font-family:DM Mono,monospace;font-size:.62rem;font-weight:600;transition:opacity .2s,transform .2s;display:inline-flex}.project-copy-clickable:hover .project-details-indicator{opacity:1;transform:translate(3px)}.project-copy .eyebrow{color:var(--gold);font-size:.55rem}.project-title-row{justify-content:space-between;align-items:center;gap:.8rem;margin-top:.38rem;display:flex}.project-title-row h3{color:var(--text-heading);margin:0;font-size:1rem}.project-action-links{align-items:center;gap:.5rem;display:flex}.project-github-link{color:var(--gold,#c8a45a);place-items:center;padding:.15rem;font-size:1.1rem;transition:color .25s,transform .25s;display:grid}.project-github-link:hover{color:var(--text-heading);transform:translateY(-2px)scale(1.18)}.project-arrow-link{color:var(--gold,#c8a45a);place-items:center;transition:color .25s,transform .25s;display:grid}.project-arrow-link svg{width:1rem;height:1rem}.project-arrow-link:hover{color:var(--text-heading);transform:translateY(-2px)scale(1.15)}.project-copy>p:nth-of-type(2){color:var(--project-desc);margin:.55rem 0 0;font-size:.71rem;line-height:1.55}.project-modal-backdrop{z-index:9999;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#080a10d6;justify-content:center;align-items:center;padding:1.25rem;display:flex;position:fixed;inset:0;overflow-y:auto}[data-theme=light] .project-modal-backdrop{background:#1a19178c}.project-modal-dialog{background:var(--surface-card);border:1px solid var(--surface-border);scrollbar-width:thin;scrollbar-color:var(--scrollbar-thumb) transparent;flex-direction:column;gap:1.4rem;width:100%;max-width:660px;max-height:88vh;padding:clamp(1.6rem,3.5vw,2.4rem);display:flex;position:relative;overflow-y:auto;box-shadow:0 1.5rem 4rem #000000a6,0 0 0 1px #c8a45a26}.project-modal-header{border-bottom:1px solid var(--surface-border);justify-content:space-between;align-items:flex-start;gap:1.2rem;padding-bottom:1.2rem;display:flex}.project-modal-eyebrow{letter-spacing:.08em;color:var(--gold);text-transform:uppercase;margin-bottom:.35rem;font-family:DM Mono,monospace;font-size:.68rem;font-weight:700;display:inline-block}.project-modal-title-row{align-items:center;gap:.85rem;display:flex}.project-modal-mark{color:#fff;border-radius:8px;flex-shrink:0;place-items:center;width:2.75rem;height:2.75rem;font-family:Playfair Display,serif;font-size:1.25rem;font-weight:700;display:grid;overflow:hidden;box-shadow:0 4px 12px #00000040}.project-modal-mark.has-custom-logo{border:1px solid var(--gold);background:#fff;padding:.2rem}.project-modal-logo-img{object-fit:contain;width:100%;height:100%;display:block}.project-modal-title-row h2{color:var(--text-heading);margin:0;font-size:clamp(1.4rem,2.5vw,1.8rem);font-weight:800}.project-modal-close{border:1px solid var(--surface-border);color:var(--text-muted);cursor:pointer;background:#c8a45a14;border-radius:50%;flex-shrink:0;place-items:center;width:2.3rem;height:2.3rem;transition:all .2s;display:grid}.project-modal-close:hover{color:#ef4444;background:#ef444426;border-color:#ef444466;transform:rotate(90deg)}.project-modal-body{flex-direction:column;gap:1.3rem;display:flex}.project-modal-section-title{color:var(--gold);letter-spacing:.06em;text-transform:uppercase;margin:0 0 .5rem;font-family:DM Mono,monospace;font-size:.72rem;font-weight:700}.project-modal-long-desc{color:var(--text-main);opacity:.95;margin:0;font-size:.92rem;line-height:1.75}.project-modal-highlights{flex-direction:column;gap:.65rem;margin:0;padding:0;list-style:none;display:flex}.project-modal-highlights li{color:var(--text-main);border-left:2px solid var(--gold);background:#c8a45a0a;align-items:flex-start;gap:.65rem;padding:.55rem .8rem;font-size:.86rem;line-height:1.6;display:flex}.highlight-bullet{background:var(--gold);border-radius:50%;flex-shrink:0;width:5px;height:5px;margin-top:.55rem}.project-modal-chips{flex-wrap:wrap;align-items:center;gap:.65rem 1.4rem;display:flex}.project-modal-chip{color:var(--text-heading,#fff);cursor:default;background:0 0;border:none;border-radius:0;align-items:center;gap:.45rem;padding:0;font-family:DM Mono,monospace;font-size:.85rem;font-weight:500;transition:color .25s;display:inline-flex}.project-modal-chip:hover{color:var(--gold);background:0 0;border-color:#0000}.project-modal-chip svg{width:1.05rem;height:1.05rem;color:var(--gold);flex-shrink:0;transition:transform .2s,color .25s}.project-modal-chip:hover svg{color:gold;transform:scale(1.12)}.project-modal-footer{border-top:1px solid var(--surface-border);flex-wrap:wrap;align-items:center;gap:.85rem;padding-top:1.2rem;display:flex}.project-modal-action-btn{cursor:pointer;align-items:center;gap:.5rem;padding:.65rem 1.25rem;font-size:.85rem;font-weight:700;text-decoration:none;transition:all .25s;display:inline-flex}.cert-modal-backdrop{z-index:9999;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#080a10db;justify-content:center;align-items:center;padding:1.25rem;display:flex;position:fixed;inset:0;overflow-y:auto}[data-theme=light] .cert-modal-backdrop{background:#1a191794}.cert-modal-dialog{background:var(--surface-card);border:1px solid var(--surface-border);flex-direction:column;width:100%;max-width:920px;height:88vh;max-height:860px;padding:0;display:flex;position:relative;overflow:hidden;box-shadow:0 2rem 5rem #000000bf,0 0 0 1px #c8a45a2e}.cert-modal-header{border-bottom:1px solid var(--surface-border);background:var(--surface-card);flex-shrink:0;justify-content:space-between;align-items:flex-start;gap:1.2rem;padding:1.2rem 1.6rem;display:flex}.cert-modal-meta{flex-direction:column;gap:.3rem;display:flex}.cert-modal-badge-row{align-items:center;gap:.5rem;display:flex}.cert-modal-title{color:var(--text-heading);margin:0;font-size:1.2rem;font-weight:700;line-height:1.3}.cert-modal-issuer{color:var(--text-muted);margin:0;font-size:.8rem}.cert-modal-header-actions{flex-shrink:0;align-items:center;gap:.5rem;display:flex}.cert-icon-btn,.cert-modal-close{border:1px solid var(--surface-border);width:2.2rem;height:2.2rem;color:var(--text-muted);cursor:pointer;background:#ffffff0d;border-radius:50%;place-items:center;text-decoration:none;transition:all .2s;display:grid}.cert-icon-btn:hover,.cert-modal-close:hover{color:var(--text-heading);background:#c8a45a26;border-color:#c8a45a66;transform:translateY(-1px)}.cert-modal-body{background:#0d0f17;flex-direction:column;flex:1;min-height:0;display:flex;position:relative}[data-theme=light] .cert-modal-body{background:#f0eee9}.cert-preview-frame{flex:1;width:100%;height:100%}.cert-iframe{border:none;width:100%;height:100%;display:block}.cert-empty-state{text-align:center;color:var(--text-muted);margin:auto;padding:2rem;font-size:.9rem}.cert-modal-footer{border-top:1px solid var(--surface-border);background:var(--surface-card);flex-shrink:0;justify-content:space-between;align-items:center;gap:1rem;padding:.85rem 1.6rem;display:flex}.cert-modal-footer-caption{color:var(--text-muted);font-size:.75rem}.cert-modal-footer-actions{align-items:center;gap:.75rem;display:flex}.cert-modal-btn{text-decoration:none;padding:.55rem 1rem!important;font-size:.8rem!important}@media (width<=768px){.cert-modal-dialog{height:92vh}.cert-modal-header{padding:1rem}.cert-modal-title{font-size:1.05rem}.cert-modal-footer{text-align:center;flex-direction:column;align-items:stretch;padding:.8rem 1rem}.cert-modal-footer-actions{justify-content:center}}.outline-button{border:1px solid var(--surface-border);color:var(--text-main);background:0 0;align-items:center;gap:.5rem;padding:.7rem 1.2rem;font-family:inherit;font-size:.85rem;font-weight:700;text-decoration:none;transition:all .25s;display:inline-flex}.outline-button:hover{border-color:var(--gold);color:var(--gold);background:#c8a45a14;transform:translateY(-2px)}.project-live-btn{color:var(--gold,#c8a45a);background:#c8a45a14;border:1px solid #c8a45a47;border-radius:4px;align-items:center;gap:.35rem;padding:.28rem .65rem;font-size:.7rem;font-weight:600;text-decoration:none;transition:all .25s;display:inline-flex}.project-live-btn:hover{background:var(--gold,#c8a45a);color:#0b0b0b;border-color:var(--gold,#c8a45a);transform:translateY(-1px);box-shadow:0 4px 12px #c8a45a40}.coming-soon{min-height:14.7rem;color:var(--text-muted);border:1px dashed var(--coming-soon-border);background:var(--coming-soon-bg);text-align:center;border-radius:0;place-content:center;justify-items:center;gap:.45rem;display:grid}.coming-soon span{color:var(--gold);font-size:2rem;font-weight:200}.coming-soon p{margin:0;font-size:.72rem;line-height:1.55}.contact-section{padding-bottom:6rem}.contact-card{border:1px solid var(--contact-card-border);background:var(--contact-card-bg);border-radius:0;grid-template-columns:1fr 1.15fr;align-items:center;gap:3.5rem;padding:clamp(2.2rem,5vw,4rem);transition:background .35s,border-color .35s;display:grid;position:relative;overflow:hidden}.contact-info{z-index:2;flex-direction:column;align-items:flex-start;display:flex;position:relative}.contact-info h2{max-width:520px;color:var(--text-heading);margin-bottom:1.1rem;font-size:clamp(2.05rem,3.8vw,3.3rem)}.contact-description{max-width:440px;color:var(--text-muted);margin:0 0 1.9rem;font-size:.92rem;line-height:1.7}.email-link{color:var(--gold-light);border-bottom:1px solid var(--gold);align-items:center;gap:.75rem;padding-bottom:.38rem;font-size:clamp(.95rem,2vw,1.15rem);font-weight:700;transition:color .25s,border-color .25s,transform .25s;display:inline-flex}.email-link:hover{color:var(--text-heading);border-color:var(--text-heading);transform:translate(4px)}.email-link svg{width:1.25rem;height:1.25rem}.contact-social-showcase{z-index:2;width:100%;position:relative}.contact-social-list{flex-direction:column;gap:.85rem;display:flex}.contact-social-card{background:var(--surface-card);border:1px solid var(--surface-border);border-radius:4px;align-items:center;gap:1.15rem;padding:.95rem 1.25rem;text-decoration:none;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex;position:relative;overflow:hidden}.contact-social-card:before{content:"";background:var(--gold);opacity:0;width:3px;height:100%;transition:transform .25s,opacity .25s;position:absolute;top:0;left:0;transform:scaleY(0)}.contact-social-card:hover{border-color:var(--gold);background:#c8a45a12;transform:translate(5px);box-shadow:0 10px 25px -8px #00000073}[data-theme=light] .contact-social-card:hover{background:#b3893814;box-shadow:0 10px 22px -8px #b3893833}.contact-social-card:hover:before{opacity:1;transform:scaleY(1)}.contact-social-icon-wrapper{width:3.25rem;height:3.25rem;color:var(--gold-light);background:#c8a45a1a;border:1px solid #c8a45a40;border-radius:4px;flex-shrink:0;place-items:center;transition:all .3s;display:grid}[data-theme=light] .contact-social-icon-wrapper{color:var(--gold);background:#b3893814;border-color:#b3893838}.contact-social-icon-wrapper svg{width:1.55rem;height:1.55rem;transition:transform .3s cubic-bezier(.34,1.56,.64,1)}.contact-social-card:hover .contact-social-icon-wrapper{background:var(--gold);color:#121212;border-color:var(--gold);box-shadow:0 0 18px #c8a45a66}[data-theme=light] .contact-social-card:hover .contact-social-icon-wrapper{background:var(--gold);color:#fff;box-shadow:0 0 18px #b3893859}.contact-social-card:hover .contact-social-icon-wrapper svg{transform:scale(1.12)}.contact-social-content{flex-direction:column;flex-grow:1;gap:.18rem;min-width:0;display:flex}.contact-social-title-line{flex-wrap:wrap;align-items:baseline;gap:.65rem;display:flex}.contact-social-name{color:var(--text-heading);letter-spacing:-.01em;font-size:1.05rem;font-weight:700}.contact-social-handle{color:var(--gold);letter-spacing:.02em;font-family:DM Mono,monospace;font-size:.72rem}.contact-social-desc{color:var(--text-muted);white-space:nowrap;text-overflow:ellipsis;font-size:.76rem;overflow:hidden}.contact-social-arrow{color:var(--text-muted);flex-shrink:0;place-items:center;width:1.75rem;height:1.75rem;transition:all .3s;display:grid}.contact-social-arrow svg{width:1.15rem;height:1.15rem;transition:transform .25s}.contact-social-card:hover .contact-social-arrow{color:var(--gold)}.contact-social-card:hover .contact-social-arrow svg{transform:translate(3px,-3px)}@media (width<=580px){.contact-social-card{gap:.9rem;padding:.85rem 1rem}.contact-social-icon-wrapper{width:2.85rem;height:2.85rem}.contact-social-icon-wrapper svg{width:1.35rem;height:1.35rem}.contact-social-desc{white-space:normal}}.flip-link-item{white-space:nowrap;text-transform:uppercase;letter-spacing:-.02em;cursor:pointer;font-weight:800;line-height:.85;text-decoration:none;display:inline-block;position:relative;overflow:hidden}.flip-link-item .flip-link-front{color:var(--text-heading);transition:color .25s;display:flex}.flip-link-item .flip-link-front span{transition:transform .32s cubic-bezier(.16,1,.3,1);display:inline-block}.flip-link-item:hover .flip-link-front span,.flip-link-card-row:hover .flip-link-item .flip-link-front span{transform:translateY(-115%)}.flip-link-item .flip-link-back{color:var(--gold);display:flex;position:absolute;inset:0}.flip-link-item .flip-link-back span{transition:transform .32s cubic-bezier(.16,1,.3,1);display:inline-block;transform:translateY(115%)}.flip-link-item:hover .flip-link-back span,.flip-link-card-row:hover .flip-link-item .flip-link-back span,.flip-link-front span{transform:translateY(0)}.flip-link-back span{transform:translateY(115%)}.flip-links-list{flex-direction:column;gap:.85rem;display:flex}.flip-link-card-row{background:var(--surface-card);border:1px solid var(--surface-border);border-radius:4px;flex-direction:column;gap:.45rem;padding:1rem 1.35rem;text-decoration:none;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex;position:relative;overflow:hidden}.flip-link-card-row:before{content:"";background:var(--gold);opacity:0;width:3px;height:100%;transition:transform .25s,opacity .25s;position:absolute;top:0;left:0;transform:scaleY(0)}.flip-link-card-row:hover{border-color:var(--gold);background:#c8a45a12;transform:translate(5px);box-shadow:0 10px 25px -8px #00000073}[data-theme=light] .flip-link-card-row:hover{background:#b3893814;box-shadow:0 10px 22px -8px #b3893833}.flip-link-card-row:hover:before{opacity:1;transform:scaleY(1)}.flip-link-header{align-items:center;gap:.65rem;display:flex}.flip-link-icon-wrap{color:var(--gold);justify-content:center;align-items:center;font-size:.95rem;display:inline-flex}.flip-link-icon-wrap svg{width:1.05rem;height:1.05rem}.flip-link-handle{color:var(--gold);letter-spacing:.02em;font-family:DM Mono,monospace;font-size:.76rem}.flip-link-action-row{justify-content:space-between;align-items:center;gap:1rem;display:flex}.contact-flip-link{letter-spacing:-.02em;font-weight:800;font-size:clamp(1.6rem,2.5vw,2.3rem)!important}.flip-link-arrow-btn{width:2rem;height:2rem;color:var(--gold-light);background:#c8a45a1a;border:1px solid #c8a45a40;border-radius:50%;flex-shrink:0;place-items:center;transition:all .25s;display:grid}.flip-link-arrow-btn svg{width:1.1rem;height:1.1rem;transition:transform .25s}.flip-link-card-row:hover .flip-link-arrow-btn{background:var(--gold);color:#121212;border-color:var(--gold);box-shadow:0 0 12px #c8a45a66}[data-theme=light] .flip-link-card-row:hover .flip-link-arrow-btn{background:var(--gold);color:#fff}.flip-link-card-row:hover .flip-link-arrow-btn svg{transform:translate(2px,-2px)}.site-footer{border-top:1px solid var(--surface-border);min-height:6.5rem;color:var(--text-muted);justify-content:space-between;align-items:center;gap:1rem;font-size:.68rem;display:flex}.site-footer p{margin:0}.site-footer span{color:var(--text-heading);font-weight:700}@media (width<=850px){.contact-card{grid-template-columns:1fr;gap:2.5rem}.hero{text-align:center;grid-template-columns:1fr;gap:2.7rem;padding-top:8.7rem}.hero-copy{flex-direction:column;align-items:center;display:flex}.portrait-stage{grid-row:1;min-height:22rem}.portrait-frame{width:min(19rem,72vw)}.halo-one{width:22rem}.halo-two{width:25rem}.portrait-caption{right:5%}.skills-grid,.certificates-grid{scrollbar-width:thin;scrollbar-color:var(--scrollbar-thumb) transparent;padding-bottom:.4rem;overflow-x:auto}.cert-card{min-width:10.5rem}.project-row{grid-auto-columns:minmax(15rem,57%)}.education-solo-body{flex-direction:column-reverse;align-items:flex-start;gap:2rem}.education-solo-logo{align-self:center}.experience-entry-card{flex-direction:column;gap:1.25rem;min-height:auto;display:flex;position:relative}.experience-entry-body,.experience-entry-body.text-right-body{width:100%!important;max-width:100%!important;margin:0!important;padding-left:0!important;padding-right:0!important}.experience-right-aligned .experience-entry-header,.company-title-line.flex-row-reverse{flex-direction:row;justify-content:space-between}.text-right{text-align:left}.exp-bullets-list.exp-bullets-right{text-align:left;padding-left:0;padding-right:0;list-style:none}.exp-tech-chips.flex-end{justify-content:flex-start}.exp-illustration-card,.exp-illustration-right,.exp-illustration-left{z-index:2;width:100%!important;max-width:100%!important;margin-top:1rem!important;position:relative!important;inset:auto!important;transform:none!important}}@media (width<=768px){.nav-desktop-only{display:none!important}.site-header{z-index:1000;pointer-events:auto;width:100%;padding:.45rem .6rem calc(.45rem + env(safe-area-inset-bottom,0px)) .6rem;box-sizing:border-box;background:var(--nav-bg);-webkit-backdrop-filter:blur(20px);border-top:1px solid var(--nav-border);position:fixed;inset:auto 0 0;box-shadow:0 -.5rem 1.5rem #00000059}.nav-shell{width:100%;max-width:480px;box-shadow:none;background:0 0;border:none;border-radius:999px;justify-content:space-between;align-items:center;margin:0 auto;padding:.15rem .35rem;display:flex}.nav-links{flex:1;justify-content:space-evenly;align-items:center;gap:.2rem;display:flex}.nav-links a.nav-mobile-link,.theme-toggle-btn{flex-shrink:0;width:2.3rem;height:2.3rem}.resume-link{flex-shrink:0;width:2.3rem;height:2.3rem;padding:0}.resume-link:hover{width:2.3rem;padding:0}}@media (width<=600px){.section-shell{width:min(100% - 1.5rem,1180px)}.hero{min-height:auto;padding-top:4.5rem;padding-bottom:2.5rem}.kicker{font-size:.57rem}h1{margin-top:1.1rem;font-size:clamp(2.7rem,14vw,4rem)}.hero-description{font-size:.86rem;line-height:1.75}.portrait-stage{min-height:18rem}.portrait-frame{width:min(17rem,75vw)}.halo-one{width:19.5rem}.halo-two{width:22rem}.portrait-caption{font-size:.48rem;bottom:.2rem}.section-shell:not(.hero){padding-top:5rem}.section-heading{margin-bottom:1.55rem}.section-heading-inline,.project-group-heading{flex-direction:column;align-items:start;gap:.8rem}.section-note,.project-group-heading>p{text-align:left}.skills-grid,.certificates-grid{gap:.45rem;padding-bottom:.5rem;overflow-x:auto}.skill-card{min-width:4.7rem;min-height:6.8rem;padding:.55rem .25rem}.cert-card{min-width:9.5rem;min-height:8.2rem;padding:.85rem .5rem}.skill-icon{width:2rem;height:2rem}.skill-icon svg{width:1.15rem}.skill-card>span{font-size:.6rem}.project-row{grid-template-columns:1fr;grid-auto-flow:row;overflow:visible}.project-visual{height:10rem}.project-group{padding:.9rem}.coming-soon{min-height:8rem}.contact-section{padding-bottom:3.5rem}.contact-card{padding:2rem 1.25rem}.email-link{font-size:.82rem}.site-footer{flex-direction:column;justify-content:center;align-items:flex-start;min-height:7.5rem;padding-top:1.35rem;padding-bottom:5.5rem}.tce-logo-solo-frame{width:7.5rem}.company-solo-logo-frame{width:3.8rem;height:3.8rem}}.loading-screen{z-index:9999;background:var(--bg-radial), var(--bg-main);justify-content:center;align-items:center;padding:2rem;display:flex;position:fixed;inset:0}.loading-content{justify-content:center;align-items:center;display:flex}.loading-box-wrapper{place-items:center;width:90px;height:90px;display:grid;position:relative}.loading-box-svg{width:100%;height:100%;position:absolute;inset:0;transform:rotate(-90deg)}.loading-box-letter{z-index:2;color:var(--gold-light,#e2c685);text-shadow:0 0 12px #c8a45a59;font-family:Playfair Display,serif;font-size:2.5rem;font-weight:700;line-height:1;position:relative}.exp-diagram-widget{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);flex-direction:column;display:flex;overflow:hidden;background:#0d0f17f2!important;border:1px solid #c8a45a59!important;box-shadow:0 .8rem 2.5rem #00000073!important}[data-theme=light] .exp-diagram-widget{background:#fffffff5!important;border-color:#c8a45a66!important;box-shadow:0 .8rem 2rem #0000001f!important}.diagram-container{justify-content:center;align-items:center;width:100%;padding:.6rem .75rem .5rem;display:flex}.diagram-svg{width:100%;height:auto;max-height:145px;overflow:visible}.stock-illustration-container{background:0 0;justify-content:center;align-items:center;width:100%;height:180px;padding:.2rem;display:flex;overflow:hidden}.stock-illustration-img{object-fit:contain;mix-blend-mode:screen;filter:brightness(1.1)contrast(1.1);width:100%;height:100%;transition:filter .3s,transform .3s;transform:scale(1.3)}[data-theme=light] .stock-illustration-container{background:#fff}[data-theme=light] .stock-illustration-img{mix-blend-mode:multiply;filter:invert()hue-rotate(180deg)brightness(1.1)contrast(1.4);background:0 0}.flex-between{justify-content:space-between;align-items:center;width:100%;display:flex}.flex-dots{align-items:center;gap:.4rem;display:flex}.live-status-pill{color:#10b981;letter-spacing:.04em;background:#10b9811f;border:1px solid #10b9814d;border-radius:999px;align-items:center;gap:.35rem;padding:.15rem .5rem;font-family:DM Mono,monospace;font-size:.55rem;font-weight:700;display:flex}.live-status-pill.cyan-pill{color:#06b6d4;background:#06b6d41f;border-color:#06b6d44d}.pulse-dot-green,.pulse-dot-cyan{border-radius:50%;width:5px;height:5px}.pulse-dot-green{background:#10b981;animation:1.8s ease-in-out infinite pulseDotGreen;box-shadow:0 0 6px #10b981}.pulse-dot-cyan{background:#06b6d4;animation:1.8s ease-in-out infinite pulseDotCyan;box-shadow:0 0 6px #06b6d4}@keyframes pulseDotGreen{0%,to{opacity:1;transform:scale(1)}50%{opacity:.3;transform:scale(.8)}}@keyframes pulseDotCyan{0%,to{opacity:1;transform:scale(1)}50%{opacity:.3;transform:scale(.8)}}.widget-body{flex-direction:column;gap:.75rem;padding:.85rem 1rem;display:flex}.pipeline-flow{background:#00000040;border:1px solid #ffffff12;justify-content:space-between;align-items:center;padding:.6rem .75rem;display:flex;position:relative}[data-theme=light] .pipeline-flow{background:#f0eee699;border-color:#00000014}.flow-node{opacity:.65;flex-direction:column;align-items:center;gap:.25rem;transition:opacity .3s,transform .3s;display:flex}.flow-node.active{opacity:1;transform:translateY(-2px)}.node-icon{width:1.8rem;height:1.8rem;color:var(--text-heading);background:#ffffff0f;border:1px solid #ffffff1f;border-radius:4px;place-items:center;transition:all .3s;display:grid}.flow-node.active .node-icon{border-color:var(--gold);color:var(--gold);background:#c8a45a1f;box-shadow:0 0 10px #c8a45a59}.node-icon.glowing-icon{color:var(--gold)}.node-icon svg{width:.95rem;height:.95rem}.node-label{color:var(--text-muted);letter-spacing:.03em;font-family:DM Mono,monospace;font-size:.58rem;font-weight:600}.flow-node.active .node-label{color:var(--gold-light,#f2ede3)}.flow-connector{background:#ffffff1a;flex:1;height:2px;margin:0 .4rem 1rem;position:relative;overflow:hidden}.connector-pulse{background:linear-gradient(90deg, transparent, var(--gold), transparent);width:40%;position:absolute;top:0;bottom:0}.widget-telemetry-grid{background:#0003;border:1px solid #ffffff0d;grid-template-columns:repeat(3,1fr);gap:.4rem;padding:.45rem .6rem;display:grid}[data-theme=light] .widget-telemetry-grid{background:#00000008;border-color:#0000000f}.telemetry-item{text-align:center;flex-direction:column;align-items:center;display:flex}.telemetry-label{color:var(--text-muted);letter-spacing:.05em;font-family:DM Mono,monospace;font-size:.5rem}.telemetry-value{color:var(--text-heading);font-family:DM Mono,monospace;font-size:.72rem;font-weight:700}.telemetry-value.gold{color:var(--gold)}.telemetry-value.green{color:#10b981}.stream-ticker{color:var(--text-muted);border-left:2px solid var(--gold);background:#c8a45a0f;align-items:center;gap:.45rem;padding:.3rem .55rem;font-family:DM Mono,monospace;font-size:.58rem;display:flex}.ticker-icon{width:.75rem;height:.75rem;color:var(--gold);flex-shrink:0}.ticker-text{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.stack-layers{flex-direction:column;gap:.35rem;display:flex}.stack-layer-item{opacity:.75;background:#00000038;border:1px solid #ffffff0f;justify-content:space-between;align-items:center;padding:.38rem .65rem;transition:all .3s;display:flex}[data-theme=light] .stack-layer-item{background:#f0eee699;border-color:#0000000f}.stack-layer-item.highlight{opacity:1;background:#c8a45a1f;border-color:#c8a45a66;transform:translate(2px)}.layer-left{align-items:center;gap:.5rem;display:flex}.layer-icon{width:.85rem;height:.85rem;color:var(--gold)}.layer-name{color:var(--text-heading);font-family:DM Mono,monospace;font-size:.64rem;font-weight:600}.layer-tag{color:var(--text-muted);background:#ffffff0f;padding:.1rem .4rem;font-family:DM Mono,monospace;font-size:.54rem}.layer-tag.gold-tag{color:var(--gold);background:#c8a45a26}.widget-bottom-bar{border-top:1px solid #ffffff0f;justify-content:space-between;align-items:center;padding-top:.2rem;display:flex}.equalizer-bars{align-items:flex-end;gap:3px;height:14px;display:flex}.equalizer-bars .bar{background:var(--gold);border-radius:1px;width:3px}.bar-1{animation:1.2s ease-in-out infinite alternate eqBar}.bar-2{animation:.9s ease-in-out .2s infinite alternate eqBar}.bar-3{animation:1.5s ease-in-out .4s infinite alternate eqBar}.bar-4{animation:.8s ease-in-out .1s infinite alternate eqBar}.bar-5{animation:1.1s ease-in-out .3s infinite alternate eqBar}@keyframes eqBar{0%{opacity:.4;height:3px}to{opacity:1;height:14px}}.mesh-metrics{color:var(--text-muted);gap:.75rem;font-family:DM Mono,monospace;font-size:.58rem;display:flex}.mesh-metrics strong{color:var(--text-heading)}.dock-wrapper{pointer-events:auto;justify-content:center;align-items:flex-end;max-width:100%;display:flex;position:relative}.dock-panel{border:1px solid var(--nav-border);background:var(--nav-bg);-webkit-backdrop-filter:blur(18px);pointer-events:auto;border-radius:999px;align-items:flex-end;gap:.5rem;width:fit-content;padding:.4rem .65rem;transition:background .35s,border-color .35s;display:flex;box-shadow:0 1rem 2.5rem #0003,0 0 1.25rem #c8a45a1f}.dock-item{color:var(--nav-link-color);cursor:pointer;pointer-events:auto;background:0 0;border:1px solid #0000;border-radius:50%;outline:none;flex-shrink:0;justify-content:center;align-items:center;margin:0;padding:0;transition:background .25s,color .25s;display:inline-flex;position:relative}.dock-item:hover,.dock-item:focus-visible{color:var(--nav-link-hover-color);background:var(--gold-light);border-color:#0000}.dock-item-active{color:var(--gold-light);background:0 0;border-color:#0000}.dock-active-dot{background:var(--gold);width:4px;height:4px;box-shadow:0 0 6px var(--gold);border-radius:50%;position:absolute;bottom:-4px}.dock-divider{background:var(--nav-border);flex-shrink:0;width:1px;height:22px;margin:0 .15rem}.dock-icon{justify-content:center;align-items:center;width:100%;height:100%;display:flex}.dock-icon svg{stroke-width:1.8px;width:52%;height:52%}.dock-label{white-space:nowrap;border:1px solid var(--nav-border);background:var(--tooltip-bg);width:max-content;color:var(--tooltip-color);letter-spacing:.02em;pointer-events:none;z-index:120;border-radius:8px;padding:.3rem .65rem;font-size:.72rem;font-weight:600;position:absolute;top:-2.3rem;left:50%;box-shadow:0 6px 16px #0000004d}.dock-item.dock-resume-btn{color:var(--nav-link-color);background:0 0;border-color:#0000}.dock-item.dock-resume-btn:hover{background:var(--gold);color:#fff;border-color:#0000}@media (width<=640px){.dock-panel{gap:.3rem;padding:.25rem .4rem}.dock-divider{margin:0}}
