*{margin:0;padding:0;box-sizing:border-box}body{font-family:Outfit,sans-serif;background:#fff;color:#1a1a1a;line-height:1.65;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.hero{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:40px;background:radial-gradient(circle at 50% 18%,rgba(255,214,176,.9),transparent 55%),radial-gradient(circle at 50% 38%,rgba(255,230,205,.7),transparent 65%),linear-gradient(180deg,#ffd6b0,#ffe7d1 40%,#fff5ea,#fff)}.hero-content{display:flex;align-items:center;gap:80px;max-width:1200px}.polaroid-wrapper{position:relative}.polaroid-back{position:absolute;top:-8px;left:8px;width:380px;height:440px;background:#e8e8e8;transform:rotate(-2deg);box-shadow:0 4px 12px #00000014}.polaroid{position:relative;width:380px;background:#f8f8f8;padding:20px 20px 60px;box-shadow:0 8px 24px #0000001f;z-index:1}.polaroid-photo{width:340px;height:280px;background:#ddd;overflow:hidden;position:relative}.polaroid-photo img{width:100%;height:100%;object-fit:cover;transition:opacity .5s ease}.photo-dots{position:absolute;bottom:10px;left:50%;transform:translate(-50%);display:flex;gap:8px}.dot{width:8px;height:8px;border-radius:50%;background:#ffffff80;transition:all .3s ease}.dot.active{background:#fff;transform:scale(1.2)}.hero-text{font-family:Outfit,sans-serif}.hero-text h1{font-family:Playfair Display,serif;font-size:5rem;line-height:1.1}.hero-intro{margin-top:12px;max-width:520px;color:#3d3d3d}.intro-greeting{font-size:18px;font-weight:500;color:#888;margin-bottom:8px}.intro-tagline{font-size:20px;font-weight:500;color:#555;margin-bottom:24px}.intro-about{margin-bottom:28px}.intro-label{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:1.5px;color:#999;margin-bottom:12px}.intro-text{font-size:16px;line-height:1.7;color:#3d3d3d}.hero-doodles{margin-top:10px;display:flex;gap:10px;align-items:center;color:#1a1a1a;opacity:.7}.doodle{width:22px;height:22px;animation:doodleFloat 4s ease-in-out infinite}.doodle:nth-child(2){animation-delay:.4s}.doodle:nth-child(3){animation-delay:.8s}@keyframes doodleFloat{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-4px) rotate(3deg)}}.typewriter{overflow:hidden;border-right:3px solid #1a1a1a;white-space:nowrap;animation:typing 2s steps(14) .5s forwards,blink .75s step-end infinite;width:0}@keyframes typing{to{width:100%}}@keyframes blink{50%{border-color:transparent}}.floating-logos{min-height:100vh;position:relative;background:transparent;overflow:hidden}.logo-card{position:absolute;width:120px;height:120px;background:#fff;border-radius:20px;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px #0000001a;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease;will-change:transform}.logo-card:hover{transform:scale(1.1)!important;box-shadow:0 8px 30px #00000026}.logo-card img{width:80px;height:80px;object-fit:contain}.logo-1{top:15%;left:15%;animation:float1 8s ease-in-out infinite}.logo-2{top:25%;right:20%;animation:float2 10s ease-in-out infinite}.logo-3{bottom:25%;left:20%;animation:float3 12s ease-in-out infinite}.logo-4{top:50%;right:30%;animation:float4 9s ease-in-out infinite}@keyframes float1{0%,to{transform:translate(0) rotate(-3deg) scale(1)}25%{transform:translate(40px,-60px) rotate(6deg) scale(1.04)}50%{transform:translate(-30px,-90px) rotate(-6deg) scale(.98)}75%{transform:translate(60px,-40px) rotate(4deg) scale(1.02)}}@keyframes float2{0%,to{transform:translate(0) rotate(2deg) scale(1)}25%{transform:translate(-70px,50px) rotate(-5deg) scale(1.03)}50%{transform:translate(40px,-70px) rotate(7deg) scale(.97)}75%{transform:translate(-55px,30px) rotate(-3deg) scale(1.01)}}@keyframes float3{0%,to{transform:translate(0) rotate(-2deg) scale(1)}25%{transform:translate(75px,-45px) rotate(5deg) scale(1.05)}50%{transform:translate(-55px,-85px) rotate(-7deg) scale(.96)}75%{transform:translate(45px,55px) rotate(3deg) scale(1.02)}}@keyframes float4{0%,to{transform:translate(0) rotate(3deg) scale(1)}25%{transform:translate(-45px,-80px) rotate(-4deg) scale(1.03)}50%{transform:translate(70px,-45px) rotate(6deg) scale(.98)}75%{transform:translate(-80px,55px) rotate(-5deg) scale(1.02)}}.work-section{padding:40px 40px 28px;max-width:1000px;margin:0 auto;animation:fadeIn .8s ease;background:transparent;font-family:Outfit,sans-serif}.section-title{font-family:Playfair Display,serif;font-size:2.5rem;margin-bottom:26px;position:relative;display:inline-block}.section-title:after{content:"";position:absolute;bottom:-8px;left:0;width:60px;height:4px;background:#ff6b6b}.work-section .section-title{font-family:"DM Serif Display",serif;font-size:2.6rem;margin-bottom:36px}.work-section .section-title:after{width:42px;border-radius:2px}.work-card{position:relative;background:#fff;border-radius:24px;padding:36px 34px;margin-bottom:32px;transition:all .4s cubic-bezier(.34,1.56,.64,1);opacity:0;transform:translateY(40px);animation:workCardFloatUp .8s cubic-bezier(.34,1.56,.64,1) forwards;box-shadow:0 1px 2px #0000000a,0 4px 12px #0000000f,0 16px 32px #0000000a}@keyframes workCardFloatUp{to{opacity:1;transform:translateY(0)}}.work-card:before{content:"";position:absolute;top:0;left:0;right:0;height:6px;border-radius:24px 24px 0 0;opacity:0;transition:opacity .3s ease}.work-card:hover:before{opacity:1}.work-card--peach:before{background:linear-gradient(90deg,#f4a582,#f5b895)}.work-card--blue:before{background:linear-gradient(90deg,#82c4f4,#95d0f5)}.work-card--green:before{background:linear-gradient(90deg,#a8d5a8,#b8ddb8)}.work-card--purple:before{background:linear-gradient(90deg,#d5a8d5,#ddb8dd)}.work-card:after{content:"";position:absolute;top:-2px;left:-2px;right:-2px;bottom:-2px;border-radius:26px;background:linear-gradient(135deg,#f4a58214,#82c4f414);z-index:-1;opacity:0;transition:opacity .3s ease}.work-card:hover:after{opacity:1}.work-card:hover{transform:translateY(-6px);box-shadow:0 2px 4px #0000000d,0 8px 20px #00000014,0 24px 48px #0000000f}.exp-header{display:flex;align-items:flex-start;gap:22px;padding-bottom:24px;border-bottom:2px solid #f5f5f5;margin-bottom:24px}.logo-wrapper{position:relative;flex-shrink:0}.work-logo{width:64px;height:64px;border-radius:16px;overflow:hidden;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f8f8f8,#f0f0f0);box-shadow:0 2px 4px #0000000f,inset 0 1px #ffffffe6;border:1px solid #e8e8e8;transition:transform .3s ease}.work-card:hover .work-logo{transform:scale(1.05)}.work-logo img{width:100%;height:100%;object-fit:contain;padding:8px}.exp-info{flex:1}.exp-title-row{display:flex;justify-content:space-between;align-items:baseline;gap:20px;margin-bottom:8px}.job-title{font-size:22px;font-weight:700;letter-spacing:-.4px;color:#1a1a1a}.date-badge{font-size:13px;font-weight:500;color:#888;background:#f5f5f5;padding:4px 12px;border-radius:14px;white-space:nowrap;border:1px solid #e8e8e8}.company{font-size:16px;font-weight:600;color:#555;margin-bottom:3px}.location{font-size:14px;font-weight:400;color:#999}.project-summary{background:linear-gradient(135deg,#f8f7f5,#f5f4f2);padding:18px 20px;border-radius:12px;margin-bottom:20px}.section-label{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:1.2px;color:#999;margin-bottom:8px}.project-text{font-size:14px;line-height:1.7;color:#3d3d3d}.learning-section{margin-bottom:24px}.learning-title{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:1.2px;color:#999;margin-bottom:12px}.learning-text{font-size:15px;line-height:1.75;color:#3d3d3d;margin-bottom:14px}.learning-text:last-child{margin-bottom:0}.superpowers{padding-top:20px;border-top:2px solid #f5f5f5;margin-top:24px}.superpowers-label{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:1.2px;color:#999;margin-bottom:12px}.superpowers-list{display:flex;flex-wrap:wrap;gap:8px}.superpower-pill{background:linear-gradient(135deg,#fef9f5,#fef8f3);border:1.5px solid #f4d5c0;border-radius:16px;padding:6px 14px;font-size:13px;font-weight:500;color:#c06a3a}.highlights{list-style:none;margin-top:20px;padding-left:0}.highlights li{position:relative;padding-left:24px;margin-bottom:12px;font-size:14px;font-weight:400;line-height:1.7;color:#3d3d3d}.highlights li:last-child{margin-bottom:0}.highlights li:before{content:"";position:absolute;left:0;top:10px;width:8px;height:8px;background:linear-gradient(135deg,#c9b8a8,#b8a798);border-radius:50%;box-shadow:0 1px 3px #00000026}.projects-section{padding:24px 40px 40px;max-width:1000px;margin:0 auto;animation:fadeIn .8s ease .2s both;background:transparent}.folders-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:32px;margin-top:32px}.folder{display:flex;flex-direction:column;align-items:center;gap:16px;cursor:pointer;transition:transform .2s ease}.folder:hover{transform:translateY(-4px)}.folder:active{transform:scale(.95)}.folder-icon{width:120px;height:120px;position:relative;transition:all .3s ease}.folder:hover .folder-icon{transform:scale(1.05)}.folder-svg{width:100%;height:100%;filter:drop-shadow(0 4px 12px rgba(0,0,0,.1))}.folder-label{font-size:15px;font-weight:600;color:#1a1a1a;text-align:center;max-width:180px}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0009;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:flex-start;justify-content:center;z-index:1000;padding:20px;overflow-y:auto;opacity:0;animation:modalFadeIn .3s ease forwards}@keyframes modalFadeIn{to{opacity:1}}.project-modal-card{background:#fff;border-radius:20px;max-width:800px;width:100%;max-height:calc(100vh - 80px);overflow-y:auto;position:relative;margin:40px auto;transform:scale(.9);animation:modalScaleIn .3s ease forwards}@keyframes modalScaleIn{to{transform:scale(1)}}.close-btn{position:sticky;top:20px;width:36px;height:36px;border-radius:50%;background:#e8564a;border:1px solid #e8564a;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:18px;color:#fff;z-index:10;margin-left:auto;margin-right:20px;margin-bottom:-36px;transition:all .2s ease}.close-btn:hover{background:#d6473c;color:#fff;border-color:#d6473c;transform:rotate(90deg)}.card-header{padding:28px 28px 24px;background:linear-gradient(135deg,#fafafa,#fff);border-radius:20px 20px 0 0}.badges{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:12px}.achievement-badge{display:inline-flex;align-items:center;gap:4px;background:linear-gradient(135deg,gold,#ffed4e);color:#8b6914;padding:4px 10px;border-radius:12px;font-size:11px;font-weight:700;border:1px solid #f4c542}.ongoing-badge{display:inline-flex;align-items:center;gap:4px;background:linear-gradient(135deg,#82c4f4,#95d0f5);color:#1a5a8a;padding:4px 10px;border-radius:12px;font-size:11px;font-weight:700;border:1px solid #6baad6}.est-badge{display:inline-flex;align-items:center;gap:4px;background:linear-gradient(135deg,#a8d5a8,#b8ddb8);color:#2f6b2f;padding:4px 10px;border-radius:12px;font-size:11px;font-weight:700;border:1px solid #8fc78f}.project-title{font-family:"DM Serif Display",serif;font-size:28px;font-weight:400;letter-spacing:-.4px;color:#1a1a1a;margin-bottom:8px}.project-tagline{font-size:15px;color:#888;font-style:italic;line-height:1.4}.card-body{padding:0 28px 28px}.modal-section-title{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:1.2px;color:#999;margin-bottom:12px;margin-top:24px}.modal-section-title:first-child{margin-top:0}.project-description{font-size:15px;line-height:1.75;color:#3d3d3d}.key-results{display:flex;gap:16px;flex-wrap:wrap}.result-item{flex:1;min-width:140px;background:linear-gradient(135deg,#f8f7f5,#f5f4f2);padding:16px;border-radius:12px;text-align:center}.result-value{font-size:24px;font-weight:700;color:#1a1a1a;margin-bottom:4px}.result-label{font-size:11px;text-transform:uppercase;letter-spacing:.8px;color:#888}.tech-stack{display:flex;flex-wrap:wrap;gap:7px}.tech-badge{background:#f8f8f8;border:1px solid #e8e8e8;border-radius:14px;padding:6px 14px;font-size:13px;font-weight:500;color:#555}.project-links{display:flex;flex-wrap:wrap;gap:12px;margin-top:20px}.github-link{display:inline-flex;align-items:center;gap:8px;background:#24292e;color:#fff;padding:10px 18px;border-radius:12px;text-decoration:none;font-size:14px;font-weight:600;transition:all .2s ease}.github-link:hover{background:#1a1e22;transform:translateY(-2px);box-shadow:0 4px 12px #0003}.github-icon{width:18px;height:18px}.live-link{display:inline-flex;align-items:center;gap:8px;background:#6c5ce7;color:#fff;padding:10px 18px;border-radius:12px;text-decoration:none;font-size:14px;font-weight:600;transition:all .2s ease}.live-link:hover{background:#5a4bd1;transform:translateY(-2px);box-shadow:0 4px 12px #6c5ce74d}.live-link-icon{width:18px;height:18px}.skills-section-floating{padding:20px 40px 24px;max-width:1000px;margin:0 auto;position:relative;overflow:visible}.skills-title-floating{font-family:Playfair Display,serif;font-size:2.5rem;margin-bottom:12px;position:relative;display:inline-block;opacity:0;animation:skillsTitleReveal .8s cubic-bezier(.16,1,.3,1) forwards}.skills-title-floating:after{content:"";position:absolute;bottom:-8px;left:0;width:0;height:4px;background:linear-gradient(90deg,#ff6b6b,#feca57,#48dbfb,#ff9ff3);animation:titleUnderline .6s cubic-bezier(.16,1,.3,1) .4s forwards}@keyframes skillsTitleReveal{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.skills-section-cards{padding:60px 40px 80px;background:#fff}.skills-section-cards .skills-wrapper{width:100%;max-width:900px;margin:0 auto}.section-header-skills{margin-bottom:48px}.section-header-skills h2{font-family:"DM Serif Display",serif;font-size:48px;font-weight:400;letter-spacing:-.5px;color:#1a1a1a}.section-header-skills .underline{width:40px;height:4px;background:#e8564a;border-radius:2px;margin-top:14px}.skills-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.skill-card{border-radius:24px;padding:28px 28px 32px;opacity:0;transform:translateY(16px);animation:skillCardFadeUp .5s cubic-bezier(.22,.68,0,1.2) forwards}@keyframes skillCardFadeUp{to{opacity:1;transform:translateY(0)}}.skill-card--peach{background:#fce8dc}.skill-card--sage{background:#ddecd5}.skill-card--sky{background:#deeeff}.skill-card--lavender{background:#e4ddf3}.skill-card-label-row{display:flex;align-items:center;gap:12px;margin-bottom:20px}.skill-card-icon{width:36px;height:36px;border-radius:10px;display:flex;align-items:center;justify-content:center}.skill-card-icon svg{width:18px;height:18px}.skill-card--peach .skill-card-icon{background:#c06a3a26;color:#c06a3a}.skill-card--sage .skill-card-icon{background:#4a7a4226;color:#4a7a42}.skill-card--sky .skill-card-icon{background:#3a6a9a26;color:#5a8ab8}.skill-card--lavender .skill-card-icon{background:#6a4fa026;color:#7a5faa}.skill-card-label{font-family:Outfit,sans-serif;font-size:13px;font-weight:500;text-transform:uppercase;letter-spacing:2.5px}.skill-card--peach .skill-card-label{color:#c06a3a}.skill-card--sage .skill-card-label{color:#4a7a42}.skill-card--sky .skill-card-label{color:#5a8ab8}.skill-card--lavender .skill-card-label{color:#7a5faa}.skill-pills{display:flex;flex-wrap:wrap;gap:10px}.skill-pill{font-family:Outfit,sans-serif;font-size:14px;font-weight:400;color:#2d2d2d;background:#fff;border:1px solid rgba(0,0,0,.06);border-radius:24px;padding:8px 18px;transition:box-shadow .2s,transform .15s}.skill-pill:hover{box-shadow:0 4px 12px #00000014;transform:translateY(-2px)}.skill-card--full{grid-column:1 / -1}.skill-card--half{grid-column:1 / 2}.footer{padding:40px 40px 60px;display:flex;justify-content:center}.footer-pill{width:min(980px,100%);background:#f3f3f3;border-radius:999px;padding:18px 28px;display:flex;align-items:center;justify-content:space-between;box-shadow:0 16px 40px #00000014;border:1px solid #e9e9e9}.footer-email{display:flex;align-items:center;gap:12px;color:#1a1a1a;font-size:1.1rem;font-family:Playfair Display,serif}.footer-plane{width:22px;height:22px;display:inline-flex;align-items:center;justify-content:center;color:#1a1a1a}.footer-plane svg{width:20px;height:20px;fill:#1a1a1a}.footer-email a{color:#1a1a1a;text-decoration:none}.footer-icons{display:flex;gap:12px}.icon-btn{width:44px;height:44px;border-radius:14px;display:inline-flex;align-items:center;justify-content:center;background:#fff;border:1px solid #e6e6e6;box-shadow:0 10px 24px #00000024,0 2px 6px #00000014;transition:transform .2s ease,box-shadow .2s ease;transform:rotate(-6deg)}.icon-btn:nth-child(2){transform:rotate(4deg)}.icon-btn:hover{transform:translateY(-2px) scale(1.14) rotate(0);box-shadow:0 14px 28px #0000002e,0 4px 10px #0000001a}.icon-label{position:absolute;bottom:-18px;left:50%;transform:translate(-50%);font-size:.7rem;color:#4a4a4a;opacity:0;transition:opacity .2s ease,transform .2s ease;pointer-events:none}.icon-btn:hover .icon-label{opacity:1;transform:translate(-50%) translateY(4px)}.icon-btn svg{width:22px;height:22px;fill:#fff}.icon-github{background:linear-gradient(135deg,#3d3d3d,#7b7b7b);border-color:transparent}.icon-linkedin{background:linear-gradient(135deg,#0a66c2,#69b0ff);border-color:transparent}@keyframes fadeIn{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 1024px){.hero{padding:30px}.hero-content{gap:60px}.work-section,.projects-section,.case-studies-section{padding:40px 30px}.skills-section-cards{padding:50px 30px 70px}.footer-pill{padding:16px 24px}}@media (max-width: 968px){.hero-content{flex-direction:column;text-align:center;gap:30px}.hero-text{position:relative;z-index:10;margin-top:20px}.hero-text h1{font-size:3.5rem}.hero-doodles{justify-content:center}.polaroid-wrapper{margin:0 auto}.polaroid-back{display:none}.work-card{flex-direction:column}.exp-header{flex-direction:column;align-items:center;text-align:center}.exp-title-row{flex-direction:column;align-items:center;gap:8px}.work-logo{margin:0 auto 10px}.folders-grid{grid-template-columns:repeat(3,1fr);gap:24px}.folder-icon{width:100px;height:100px}.folder-label{font-size:14px}.case-studies-grid{grid-template-columns:1fr;gap:20px}.footer-pill{flex-direction:column;gap:20px;border-radius:24px;padding:24px}.footer-email,.footer-icons{justify-content:center}}@media (max-width: 768px){.hero{padding:60px 24px;min-height:auto}.hero-text{width:100%}.hero-text h1{font-size:3rem}.polaroid-back,.polaroid{width:320px}.polaroid-photo{width:280px;height:230px}.section-title{font-size:2rem}.work-section,.projects-section,.case-studies-section{padding:30px 20px}.skills-section-cards{padding:40px 20px 60px}.skills-grid{grid-template-columns:1fr;gap:16px}.skill-card--full,.skill-card--half{grid-column:auto}.section-header-skills h2{font-size:36px}.floating-logos{min-height:80vh}.logo-card{width:100px;height:100px}.logo-card img{width:65px;height:65px}.footer{padding:40px 20px 60px}}@media (max-width: 640px){.hero{padding:40px 20px 50px}.hero-content{gap:40px}.polaroid-back,.polaroid{width:280px}.polaroid{padding:16px 16px 50px}.polaroid-photo{width:248px;height:200px}.hero-text h1{font-size:2.5rem}.section-title{font-size:1.75rem}.work-section,.projects-section,.case-studies-section{padding:24px 16px}.work-card{padding:20px;border-radius:16px}.exp-header{gap:16px;padding-bottom:18px;margin-bottom:18px}.job-title{font-size:18px}.project-summary{padding:14px 16px}.project-text,.learning-text{font-size:14px}.superpower-pill{font-size:12px;padding:5px 12px}.work-logo{width:56px;height:56px}.highlights{padding-left:16px;font-size:.9rem}.highlights li{margin-bottom:6px}.folders-grid{grid-template-columns:repeat(3,1fr);gap:20px}.folder-icon{width:90px;height:90px}.folder-label{font-size:13px}.project-modal-card{max-height:90vh}.card-header{padding:20px 20px 18px}.card-body{padding:0 20px 20px}.project-title{font-size:22px}.key-results{flex-direction:column}.result-item{min-width:auto}.tags{gap:6px}.tag{padding:5px 12px;font-size:.8rem}.skills-section-cards{padding:30px 16px 50px}.section-header-skills{margin-bottom:30px}.section-header-skills h2{font-size:32px}.skill-card{padding:20px;border-radius:18px}.skill-card-label-row{margin-bottom:14px}.skill-card-icon{width:32px;height:32px}.skill-pills{gap:8px}.skill-pill{font-size:13px;padding:6px 14px}.floating-logos{min-height:70vh}.logo-card{width:90px;height:90px}.logo-card img{width:55px;height:55px}.footer{padding:30px 16px 50px}.footer-pill{padding:20px;border-radius:20px}.footer-email{font-size:.95rem}.icon-btn{width:40px;height:40px;border-radius:12px}.icon-btn svg{width:20px;height:20px}}@media (max-width: 480px){.hero{padding:30px 16px 40px}.hero-content{gap:30px}.polaroid-back,.polaroid{width:260px}.polaroid{padding:14px 14px 45px}.polaroid-photo{width:232px;height:185px}.hero-text h1{font-size:2rem}.hero-doodles .doodle{width:18px;height:18px}.section-title{font-size:1.5rem}.section-header-skills h2{font-size:28px}.work-card{padding:16px}.job-title{font-size:16px}.company{font-size:14px}.location{font-size:13px}.date-badge{font-size:11px;padding:3px 10px}.section-label,.learning-title,.superpowers-label{font-size:10px}.project-text,.learning-text{font-size:13px}.superpower-pill{font-size:11px;padding:4px 10px}.highlights{font-size:.85rem}.folders-grid{grid-template-columns:repeat(3,1fr);gap:16px}.folder-icon{width:80px;height:80px}.folder-label{font-size:12px;max-width:100px}.project-modal-card{border-radius:16px}.card-header{padding:16px 16px 14px}.card-body{padding:0 16px 16px}.project-title{font-size:20px}.project-tagline{font-size:13px}.modal-section-title{font-size:11px}.project-description{font-size:14px}.skill-card{padding:16px}.skill-card-label{font-size:11px;letter-spacing:2px}.skill-pill{font-size:12px;padding:5px 12px}.footer-email{font-size:.85rem;flex-direction:column;gap:8px;text-align:center}}@media (max-width: 360px){.hero{padding:12px}.polaroid-back,.polaroid{width:240px}.polaroid-photo{width:212px;height:170px}.hero-text h1{font-size:1.75rem}.section-title{font-size:1.35rem}.section-header-skills h2{font-size:24px}.work-section,.projects-section,.case-studies-section,.skills-section-cards{padding-left:12px;padding-right:12px}.folders-grid{grid-template-columns:repeat(3,1fr);gap:12px}.folder-icon{width:70px;height:70px}.folder-label{font-size:11px;max-width:80px}}.hero-cta{margin-top:22px;display:flex;flex-wrap:wrap;align-items:center;gap:14px}.cta-primary{display:inline-flex;align-items:center;gap:8px;background:#1a1a1a;color:#fff;border:none;padding:12px 22px;border-radius:999px;font-family:Outfit,sans-serif;font-size:15px;font-weight:600;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.cta-primary:hover{transform:translateY(-2px);background:#000;box-shadow:0 8px 20px #0000002e}.hero-links{display:flex;flex-wrap:wrap;gap:8px}.hero-link{font-family:Outfit,sans-serif;font-size:14px;font-weight:500;color:#3d3d3d;text-decoration:none;padding:10px 16px;border:1px solid rgba(0,0,0,.12);border-radius:999px;background:#fff9;transition:all .2s ease}.hero-link:hover{border-color:#0000004d;background:#fff;transform:translateY(-2px)}.floating-logos{cursor:pointer}.logos-hint{position:absolute;bottom:6%;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:6px;font-family:Outfit,sans-serif;font-size:14px;letter-spacing:.5px;color:#9a8470;text-align:center}.logos-hint-arrow{font-size:20px;animation:doodleFloat 2s ease-in-out infinite}.work-metrics{display:flex;flex-wrap:wrap;gap:14px;margin:22px 0 4px}.work-metric{flex:1;min-width:130px;background:linear-gradient(135deg,#faf9f7,#f4f3f1);border-radius:14px;padding:16px 14px;text-align:center}.work-metric-value{font-family:"DM Serif Display",serif;font-size:26px;font-weight:700;color:#1a1a1a;line-height:1.1}.work-metric-label{margin-top:6px;font-size:11px;text-transform:uppercase;letter-spacing:.8px;color:#888}.learning-details{margin-top:22px;border-top:1px solid rgba(0,0,0,.06);padding-top:14px}.learning-summary{cursor:pointer;list-style:none;font-family:Outfit,sans-serif;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:#b0623f;display:flex;align-items:center;gap:8px;-webkit-user-select:none;user-select:none}.learning-summary::-webkit-details-marker{display:none}.learning-summary:after{content:"▸";transition:transform .2s ease;font-size:12px}.learning-details[open] .learning-summary:after{transform:rotate(90deg)}.learning-body{margin-top:12px}.folder-tagline{font-family:Outfit,sans-serif;font-size:12px;color:#777;text-align:center;max-width:180px;line-height:1.35;margin-top:-6px}.folder-badge{font-family:Outfit,sans-serif;font-size:10.5px;font-weight:700;color:#444;background:#0000000d;border-radius:999px;padding:3px 10px;white-space:nowrap}.folder:focus-visible,.floating-logos:focus-visible{outline:3px solid #ff6b6b;outline-offset:4px;border-radius:8px}.work-logo-initial{display:flex;align-items:center;justify-content:center;width:100%;height:100%;font-family:"DM Serif Display",serif;font-size:30px;font-weight:700;color:#b0623f}.demo-embed{position:relative;width:100%;padding-top:56.25%;border-radius:12px;overflow:hidden;background:#000;margin-bottom:4px}.demo-embed iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:0}.reveal{opacity:0;transform:translateY(28px);transition:opacity .6s ease,transform .6s cubic-bezier(.22,1,.36,1),box-shadow .4s ease;animation:none!important}.reveal.in-view{opacity:1;transform:none}.reveal-folder{opacity:0;transform:translateY(20px) scale(.98);transition:opacity .5s ease,transform .5s cubic-bezier(.22,1,.36,1)}.reveal-folder.in-view{opacity:1;transform:none}@media (prefers-reduced-motion: reduce){.reveal,.reveal-folder{opacity:1!important;transform:none!important;transition:none!important}}.project-filters{display:flex;flex-wrap:wrap;gap:10px;margin:4px 0 8px}.filter-chip{font-family:Outfit,sans-serif;font-size:14px;font-weight:600;color:#555;background:#0000000a;border:1px solid transparent;border-radius:999px;padding:8px 18px;cursor:pointer;transition:all .2s ease}.filter-chip:hover{background:#00000012}.filter-chip.active{color:#fff;background:#1a1a1a}.modal-nav{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:28px;padding-top:18px;border-top:1px solid rgba(0,0,0,.07)}.modal-nav-btn{font-family:Outfit,sans-serif;font-size:14px;font-weight:600;color:#333;background:#0000000a;border:none;border-radius:999px;padding:9px 18px;cursor:pointer;transition:all .2s ease}.modal-nav-btn:hover{background:#00000017;transform:translateY(-1px)}.modal-nav-count{font-family:Outfit,sans-serif;font-size:12px;font-weight:600;letter-spacing:1px;color:#999}.filter-chip:focus-visible,.modal-nav-btn:focus-visible{outline:3px solid #ff6b6b;outline-offset:3px}.folder-icon{position:relative}.live-dot{position:absolute;top:4px;right:12px;width:13px;height:13px;border-radius:50%;background:#2ecc71;border:2.5px solid #fff;box-shadow:0 0 #2ecc718c;animation:livePulse 2.2s ease-out infinite;z-index:2}@keyframes livePulse{0%{box-shadow:0 0 #2ecc7180}70%{box-shadow:0 0 0 9px #2ecc7100}to{box-shadow:0 0 #2ecc7100}}@media (prefers-reduced-motion: reduce){.live-dot{animation:none}}.footer-credit{margin-top:18px;text-align:center;font-family:Outfit,sans-serif;font-size:13px;color:#b9b3ab;letter-spacing:.3px}@media (max-width: 768px){.hero-cta{justify-content:flex-start}.folder-tagline{font-size:11px;max-width:150px}.work-metric{min-width:100px}}@media (max-width: 360px){.folder-tagline{display:none}}
