:root{--bg:#f4f1eb;--bg-card:#fffdf8;--text:#1a1a1a;--text-muted:#777;--text-light:#aaa;--accent:#4a7c59;--accent-light:#6ba37a;--accent-glow:#4a7c594d;--emphasis:#c45d3e;--border:#00000012;--shadow-sm:0 1px 2px #0000000a;--shadow-md:0 3px 8px #0000000d;--shadow-lg:0 6px 20px #00000012;--radius-sm:6px;--radius-md:10px;--font-serif:"DM Serif Display",serif;--font-sans:"Inter",-apple-system,BlinkMacSystemFont,sans-serif;--font-greeting:"Playfair Display",serif;--ease:cubic-bezier(.4,0,.2,1)}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-sans);background:var(--bg);color:var(--text);min-height:100vh;font-size:13px;line-height:1.6;overflow-x:hidden}body:before{content:"";pointer-events:none;z-index:9999;background:radial-gradient(#0000 65%,#4a7c5908 100%);position:fixed;inset:0}.portfolio-layout{max-width:480px;min-height:100vh;margin:0 auto;padding:40px 20px}.single-column{flex-direction:column;gap:16px;width:100%;padding-bottom:0;display:flex}.single-column>div{opacity:0;animation:sectionIn .5s var(--ease)forwards}.single-column>div:first-child{animation-delay:.1s}.single-column>div:nth-child(2){animation-delay:.2s}.single-column>div:nth-child(3){animation-delay:.35s}.single-column>div:nth-child(4){animation-delay:.5s}.single-column>div:nth-child(5){animation-delay:.6s}.single-column>div:nth-child(6){animation-delay:.7s}.single-column>div:nth-child(7){animation-delay:.8s}@keyframes sectionIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.greeting-wrapper{opacity:0;animation:sectionIn .4s var(--ease)50ms forwards;z-index:50;align-items:center;gap:8px;margin-bottom:0;display:flex;position:relative}.greeting-text{font-family:var(--font-greeting);color:var(--text);font-size:1.05rem;font-weight:400;line-height:1.3;position:relative}.greeting-word{cursor:help;margin-bottom:-10px;padding-bottom:10px;display:inline-block;position:relative}.greeting-word .letter-wrap{opacity:0;animation:.35s forwards letterIn;display:inline-block}.greeting-word .letter-wrap:first-child{animation-delay:0s}.greeting-word .letter-wrap:nth-child(2){animation-delay:30ms}.greeting-word .letter-wrap:nth-child(3){animation-delay:50ms}.greeting-word .letter-wrap:nth-child(4){animation-delay:70ms}.greeting-word .letter-wrap:nth-child(5){animation-delay:90ms}.greeting-word .letter-wrap:nth-child(6){animation-delay:.11s}.greeting-word .letter-wrap:nth-child(7){animation-delay:.13s}.greeting-word .letter-wrap:nth-child(8){animation-delay:.15s}.greeting-word .letter{transform-origin:bottom;display:inline-block}.greeting-word:hover .letter{animation:.3s wobble}@keyframes wobble{0%{transform:translateY(0)}30%{transform:translateY(-2px)}60%{transform:translateY(1px)}to{transform:translateY(0)}}@keyframes letterIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.tooltip{color:#fff;font-family:var(--font-sans);opacity:0;transition:opacity .15s var(--ease),transform .15s var(--ease);z-index:100;white-space:nowrap;pointer-events:none;background:#1a1a1a;border-radius:6px;margin-top:4px;padding:6px 14px;font-size:.75rem;font-weight:500;position:absolute;top:100%;left:50%;transform:translate(-50%)translateY(4px);box-shadow:0 4px 12px #0000001a}.tooltip:after{content:"";border:5px solid #0000;border-bottom-color:#1a1a1a;position:absolute;bottom:100%;left:50%;transform:translate(-50%)}.greeting-word:hover .tooltip{opacity:1;transform:translate(-50%)translateY(0)}.bio{color:var(--text-muted);opacity:0;animation:sectionIn .4s var(--ease).15s forwards;font-size:.78rem;line-height:1.65}.bio .highlight{color:var(--text);font-weight:500}.delhi-link{color:var(--text);transition:border-color .2s var(--ease);cursor:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='32' height='32'><path d='M4 2 L4 18 L8 14 L12 22 L15 20 L11 12 L16 12 Z' fill='%23111' stroke='white' stroke-width='1'/><text x='16' y='30' style='font-size:14px'>🌍</text></svg>") 4 2,auto;border-bottom:1px dashed #0003;text-decoration:none;position:relative}.delhi-link:hover{border-bottom-color:var(--accent)}.bio .emphasis{color:var(--emphasis);font-weight:600}.section-title{font-family:var(--font-serif);color:var(--text);margin-bottom:6px;font-size:.88rem;font-weight:400}.project-list{flex-direction:column;gap:0;list-style:none;display:flex}.project-list li{opacity:0;animation:itemSlideIn .35s var(--ease)forwards}.project-list li:first-child{animation-delay:.15s}.project-list li:nth-child(2){animation-delay:.2s}.project-list li:nth-child(3){animation-delay:.25s}.project-list li:nth-child(4){animation-delay:.3s}.project-list li:nth-child(5){animation-delay:.35s}@keyframes itemSlideIn{0%{opacity:0;transform:translate(6px)}to{opacity:1;transform:translate(0)}}.project-item{cursor:pointer;color:var(--text);border-radius:var(--radius-md);transition:background .12s var(--ease);width:calc(100% + 16px);font:inherit;text-align:left;background:0 0;border:none;align-items:center;gap:6px;margin:0 -8px;padding:6px 8px;text-decoration:none;display:flex}.project-item:hover{background:#4a7c590a}.project-name{white-space:nowrap;font-size:.78rem;font-weight:500}.project-dots{border-bottom:1px dotted #0000001a;flex:1;align-self:center;min-width:12px;height:1px;margin:0 6px}.project-year{color:var(--text-muted);font-variant-numeric:tabular-nums;flex-shrink:0;font-size:.72rem}.social-links{border-top:1px solid var(--border);opacity:0;animation:sectionIn .35s var(--ease).3s forwards;gap:6px;margin-top:14px;padding-top:12px;display:flex}.social-link{width:26px;height:26px;color:var(--text-muted);transition:all .15s var(--ease);background:0 0;border-radius:50%;justify-content:center;align-items:center;text-decoration:none;display:flex}.social-link:hover{color:#fff;background:url(/mahogany.png) 50%/cover no-repeat;transform:translateY(-2px);box-shadow:0 2px 8px #501e0f4d}.social-link svg{width:12px;height:12px}.movie-section{position:relative}.movie-header{align-items:baseline;gap:8px;margin-bottom:6px;display:flex}.movie-header .section-title{flex-shrink:0;margin-bottom:0}.movie-hover-title{font-family:var(--font-sans);color:var(--text-muted);white-space:nowrap;text-overflow:ellipsis;animation:titleFade .25s var(--ease);font-size:.68rem;font-style:italic;overflow:hidden}@keyframes titleFade{0%{opacity:0;transform:translate(-6px)}to{opacity:1;transform:translate(0)}}.movie-shelf{perspective:600px;margin-top:-14px;margin-left:-16px;padding:24px 16px 32px;display:flex}.movie-shelf::-webkit-scrollbar{display:none}.movie-case{cursor:pointer;width:88px;height:128px;animation:caseOpacity .4s var(--ease)forwards;opacity:0;flex-shrink:0;transition:transform .45s cubic-bezier(.25,.46,.45,.94),filter .3s;position:relative}@keyframes caseOpacity{0%{opacity:0}to{opacity:1}}.movie-case:first-child{z-index:6;transform:rotateY(-10deg)translateZ(6px)}.movie-case:nth-child(2){z-index:5;margin-left:-20px;transform:rotateY(-14deg)translateZ(0)}.movie-case:nth-child(3){z-index:4;margin-left:-20px;transform:rotateY(-17deg)translateZ(-6px)}.movie-case:nth-child(4){z-index:3;margin-left:-20px;transform:rotateY(-19deg)translateZ(-12px)}.movie-case:nth-child(5){z-index:2;margin-left:-20px;transform:rotateY(-21deg)translateZ(-18px)}.movie-case:nth-child(6){z-index:1;margin-left:-20px;transform:rotateY(-22deg)translateZ(-24px)}.movie-case:hover{filter:brightness(1.04);transform:rotateY(-3deg)translateY(-4px)translateZ(20px)scale(1.04);z-index:20!important}.movie-front{transition:transform .4s var(--ease),box-shadow .4s var(--ease);border-radius:2px 4px 4px 2px;position:absolute;inset:0;overflow:hidden;box-shadow:inset 4px 0 11px #ffffff26,-9px 0 17px #0006}.movie-poster-img{object-fit:cover;object-position:center}.movie-front:after{content:"";pointer-events:none;background:linear-gradient(135deg,#ffffff1a 0%,#0000 50%);position:absolute;inset:0}.movie-spine{background:#0003;width:2px;position:absolute;top:0;bottom:0;left:0}.vinyl-section{position:relative}.vinyl-player{background:url(/mahogany.png) 50%/cover no-repeat;border-radius:22px 65px 65px 22px;align-items:center;gap:0;height:130px;display:flex;position:relative;overflow:visible;box-shadow:0 4px 16px #0003,inset 0 1px #ffffff14,inset 0 -1px #00000026}.vinyl-info{z-index:1;flex-direction:column;flex:none;gap:10px;min-width:110px;padding:14px 16px;display:flex}.vinyl-track-name{font-family:var(--font-serif);color:#f0e0d0;text-shadow:0 1px 2px #0000004d;font-size:.82rem;line-height:1.25}.vinyl-track-artist{color:#c0a090;margin-top:-4px;font-size:.65rem}.vinyl-controls-row{align-items:center;gap:6px;display:flex}.vinyl-ctrl{color:#e0c8b8;cursor:pointer;background:linear-gradient(145deg,#6a3a2a,#4a2418);border:none;border-radius:50%;justify-content:center;align-items:center;width:26px;height:26px;transition:all .1s;display:flex;box-shadow:2px 2px 4px #0000004d,-1px -1px 2px #ffffff0f,inset 0 1px #ffffff14}.vinyl-ctrl:hover{background:linear-gradient(145deg,#7a4a3a,#5a3428)}.vinyl-ctrl:active{transform:scale(.95);box-shadow:inset 2px 2px 4px #00000059,inset -1px -1px 2px #ffffff0a}.vinyl-ctrl-play{color:#f0ddd0;background:linear-gradient(145deg,#5a2a1a,#3a1a10);width:30px;height:30px;box-shadow:2px 2px 5px #00000059,-1px -1px 2px #ffffff0d,inset 0 1px #ffffff1a}.vinyl-ctrl-play:hover{background:linear-gradient(145deg,#6a3a2a,#4a2a1a)}.vinyl-ctrl-play:active{transform:scale(.95);box-shadow:inset 2px 2px 5px #0006,inset -1px -1px 2px #ffffff08}.vinyl-disc-area{z-index:1;flex:1;justify-content:flex-end;align-items:center;margin-right:-20px;display:flex;position:relative}.vinyl-disc{border-radius:50%;flex-shrink:0;width:130px;height:130px;animation:1.8s linear infinite paused spin;position:relative}.vinyl-disc.spinning{animation-play-state:running}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.vinyl-outer-ring{background:#111 repeating-radial-gradient(circle,#0000 0 1.5px,#ffffff09 1.5px 2.5px);border-radius:50%;position:absolute;inset:0;box-shadow:inset 0 0 20px #0009,0 2px 8px #0000004d}.vinyl-sheen{pointer-events:none;z-index:4;background:linear-gradient(135deg,#0000 42%,#ffffff0a 47%,#ffffff14 50%,#ffffff0a 53%,#0000 58%);border-radius:50%;width:130px;height:130px;position:absolute;top:50%;right:-20px;transform:translateY(-50%)}.vinyl-art-ring{z-index:2;border:2px solid #1e1e1e99;border-radius:50%;width:82px;height:82px;position:absolute;top:50%;left:50%;overflow:hidden;transform:translate(-50%,-50%);box-shadow:inset 0 0 4px #0000004d}.vinyl-art-fill{object-fit:cover;object-position:center;border-radius:50%;width:100%;height:100%}.vinyl-spindle{z-index:3;background:#1a1a1a;border:1px solid #ffffff1f;border-radius:50%;width:5px;height:5px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.vinyl-arm{z-index:5;width:16px;height:100%;position:absolute;top:0;right:136px}.vinyl-arm-pivot{z-index:2;background:radial-gradient(circle at 40% 35%,#444,#1a1a1a);border:1px solid #ffffff14;border-radius:50%;width:14px;height:14px;position:absolute;top:8px;left:50%;transform:translate(-50%);box-shadow:0 1px 4px #0006,inset 0 1px 1px #ffffff1a}.vinyl-arm-bar{transform-origin:top;background:linear-gradient(90deg,#222,#444,#222);border-radius:1.5px;width:3px;height:75px;transition:transform .6s cubic-bezier(.25,.46,.45,.94);position:absolute;top:14px;left:50%;transform:translate(-50%)rotate(0);box-shadow:1px 1px 3px #0000004d}.vinyl-arm-headshell{transform-origin:top;background:linear-gradient(90deg,#222,#444,#222);border-radius:0;width:3px;height:16px;position:absolute;top:100%;left:50%;transform:translate(-50%)rotate(-28deg)}.vinyl-arm-headshell:after{content:"";background:linear-gradient(#333,#1a1a1a);border:1px solid #0009;border-radius:2px;width:7px;height:14px;position:absolute;top:100%;left:50%;transform:translate(-50%);box-shadow:1px 1px 3px #0006}.vinyl-arm.on .vinyl-arm-bar{transform:translate(-50%)rotate(-18deg)}.book-header{align-items:baseline;gap:8px;margin-bottom:6px;display:flex}.book-header .section-title{flex-shrink:0;margin-bottom:0}.book-hover-title{font-family:var(--font-sans);color:var(--text-muted);white-space:nowrap;text-overflow:ellipsis;animation:titleFade .25s var(--ease);font-size:.68rem;font-style:italic;overflow:hidden}.book-3d-cover{transform-origin:0;backface-visibility:hidden;border-radius:0 3px 3px 0;transition:transform .5s;position:absolute;top:0;left:0;overflow:hidden;transform:rotateY(70deg)}.book-3d-cover-img{object-fit:cover;width:100%;height:100%;display:block}.book-3d-shine{pointer-events:none;background-image:linear-gradient(90deg,#fff0 2px,#ffffff80 3px,#ffffff40 4px 6px,#0000 7px 9px,#ffffff40 9px,#0000 12px);position:absolute;inset:0}@media (max-width:600px){.portfolio-layout{gap:20px;max-width:420px;padding:20px 14px}.greeting-text{font-size:1rem}.vinyl-player{border-radius:18px 55px 55px 18px;height:110px}.vinyl-info{gap:8px;min-width:90px;padding:12px}.vinyl-track-name{font-size:.72rem}.vinyl-track-artist{font-size:.6rem}.vinyl-ctrl{width:22px;height:22px}.vinyl-ctrl-play{width:26px;height:26px}.vinyl-disc{width:100px;height:100px}.vinyl-sheen{width:100px;height:100px;right:-16px}.vinyl-art-ring{width:62px;height:62px}.vinyl-disc-area{margin-right:-16px}.vinyl-arm{right:104px}.vinyl-arm-bar{height:60px}.vinyl-arm-headshell{height:12px}.vinyl-arm-pivot{width:12px;height:12px}.movie-case{width:75px;height:110px}.movie-case:nth-child(n+2){margin-left:-16px!important}}@media (max-width:400px){.portfolio-layout{max-width:360px;padding:16px 10px}.vinyl-player{border-radius:16px 50px 50px 16px;height:100px}.vinyl-info{gap:6px;min-width:80px;padding:10px}.vinyl-track-name{font-size:.68rem}.vinyl-track-artist{font-size:.55rem}.vinyl-controls-row{gap:4px}.vinyl-ctrl{width:20px;height:20px}.vinyl-ctrl-play{width:24px;height:24px}.vinyl-disc{width:90px;height:90px}.vinyl-sheen{width:90px;height:90px;right:-14px}.vinyl-art-ring{width:56px;height:56px}.vinyl-disc-area{margin-right:-14px}.vinyl-arm{right:96px}.vinyl-arm-bar{height:52px}.vinyl-arm-headshell{height:10px}.vinyl-arm-pivot{width:10px;height:10px;top:6px}.movie-case{width:66px;height:96px}.movie-case:nth-child(n+2){margin-left:-14px!important}.movie-hover-title{font-size:.6rem}}.modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:99999;background:#0006;justify-content:center;align-items:center;padding:20px;animation:.15s forwards fadeIn;display:flex;position:fixed;inset:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-content{background:var(--bg-card);border-radius:var(--radius-md);width:100%;max-width:500px;max-height:90vh;box-shadow:var(--shadow-lg);flex-direction:column;animation:.3s cubic-bezier(.16,1,.3,1) forwards modalSlideIn;display:flex;position:relative;overflow-y:auto}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(20px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.modal-close{cursor:pointer;width:32px;height:32px;color:var(--text);z-index:10;background:#0000000d;border:none;border-radius:50%;justify-content:center;align-items:center;font-size:20px;transition:background .15s;display:flex;position:absolute;top:12px;right:12px}.modal-close:hover{background:#0000001a}.modal-image-placeholder{background-color:var(--accent-glow);border-bottom:1px solid var(--border);flex-shrink:0;width:100%;height:200px}.modal-header{justify-content:space-between;align-items:flex-start;gap:16px;padding:24px 24px 16px;display:flex}.modal-title{font-family:var(--font-serif);color:var(--text);margin:0;font-size:1.5rem;font-weight:500;line-height:1.1}.modal-links{flex-shrink:0;gap:12px;display:flex}.modal-link{color:var(--text-muted);transition:color .15s;display:flex}.modal-link:hover{color:var(--text)}.modal-body{padding:0 24px 24px}.modal-meta{color:var(--text-muted);align-items:center;gap:12px;margin-bottom:24px;font-size:.8rem;display:flex}.modal-tag{color:var(--accent);background:#4a7c591a;border-radius:12px;padding:4px 10px;font-weight:500}.modal-year{font-variant-numeric:tabular-nums;font-weight:500}.modal-section{margin-bottom:20px}.modal-section:last-child{margin-bottom:0}.modal-section h3{text-transform:uppercase;letter-spacing:.05em;color:var(--text-light);margin-bottom:6px;font-size:.75rem}.modal-section p{color:var(--text);margin:0;font-size:.9rem;line-height:1.6}.tech-section{flex-direction:column;display:flex;position:relative}.tech-carousel-container{width:100%;padding:10px 0;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#000 10% 90%,#0000);mask-image:linear-gradient(90deg,#0000,#000 10% 90%,#0000)}.tech-carousel-track{align-items:center;gap:32px;width:max-content;animation:20s linear infinite scrollTrack;display:flex}.tech-carousel-track:hover{animation-play-state:paused}@keyframes scrollTrack{to{transform:translate(-33.3333%)}}.tech-logo-wrapper{cursor:pointer;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;transition:transform .2s cubic-bezier(.18,.89,.32,1.28);display:flex}.tech-logo-wrapper:hover{transform:translateY(-4px)scale(1.1)}.tech-logo{object-fit:contain;opacity:.6;transition:opacity .2s var(--ease);width:32px;height:32px}.tech-logo-wrapper:hover .tech-logo{opacity:1}.variant-section{padding:40px 0}.deck-fan-container{justify-content:center;align-items:center;margin-top:20px;display:flex;position:relative}.deck-fan-item{transform-origin:bottom;z-index:var(--base-z);cursor:pointer;border-radius:3px;transition:transform .4s cubic-bezier(.25,.46,.45,.94);position:absolute;box-shadow:-3px 4px 12px #00000040}.deck-fan-item.hovered{z-index:50}.deck-fan-item .fan-cover{box-shadow:none;border-radius:inherit;position:relative;overflow:hidden;transform:none}
