.hero{min-height:100vh;display:flex;align-items:center;justify-content:flex-start;position:relative;overflow:hidden;padding-left:100px}.hero-container{position:relative;width:100%;max-width:1400px}.torn-paper-bg{position:absolute;top:-50px;left:-300px;width:900px;height:350px;background-image:url(/images/torn.png);background-size:contain;background-repeat:no-repeat;background-position:50%;opacity:.95;z-index:0;transform:rotate(-8deg)}.portfolio-wrapper{position:relative;transform:rotate(-8deg);transform-origin:left center;z-index:1}.portfolio-letters{display:flex;align-items:center;position:relative;height:200px}.letter{position:relative;opacity:0;margin-left:-42px;transform:translateX(var(--from-x)) translateY(var(--from-y)) rotate(var(--from-rotation))}.letter:first-child{margin-left:0}.letter.show{opacity:1;transform:translateX(0) translateY(0) rotate(var(--static-rotation));transition:opacity .15s ease var(--delay),transform .6s cubic-bezier(.175,.885,.32,1.275) var(--delay)}@keyframes fLetterDrop{0%{transform:translateY(0) rotate(0deg)}55%{transform:translateY(92px) rotate(7deg)}70%{transform:translateY(68px) rotate(3deg)}84%{transform:translateY(86px) rotate(5.5deg)}93%{transform:translateY(76px) rotate(4.5deg)}to{transform:translateY(80px) rotate(5deg)}}.letter.f-letter.dropped{animation:fLetterDrop .6s ease-in forwards!important;transition:none!important}.tape-on-f{position:absolute;top:65%;left:40%;transform:translate(-50%,-50%) rotate(-65deg);opacity:0;transition:opacity .6s ease;transition-delay:1.8s;z-index:10}.tape-on-f.show{opacity:1}.urtado-text{position:absolute;left:110px;top:20px;white-space:nowrap}@keyframes typeChar{0%{opacity:0}to{opacity:1}}.urtado-char{display:inline-block;opacity:0}.urtado-text.show .urtado-char{animation:typeChar .06s ease forwards;animation-delay:calc(.5s + var(--char-i) * .08s)}.urtado-text h2{font-family:Arial Black,sans-serif;font-size:90px;font-weight:400;letter-spacing:-12px;color:#ff0000;margin:0}.letter:first-child{z-index:9}.letter:nth-child(2){z-index:8}.letter:nth-child(3){z-index:7}.letter:nth-child(4){z-index:1}.letter:nth-child(5){z-index:5}.letter:nth-child(6){z-index:4}.letter:nth-child(7){z-index:3}.letter:nth-child(8){z-index:2}.letter:nth-child(9){z-index:1}.hero-bottom{display:block}.profile-cutout{position:absolute;top:-250px;right:50px;width:250px;z-index:5;transform:rotate(15deg);opacity:0;transition:opacity .8s ease 1.8s}.profile-cutout.show{opacity:1}.profile-tape{position:absolute;top:350px;left:75px;width:250px;transform:rotate(-25deg);z-index:10;pointer-events:none}.student-text{position:absolute;bottom:60px;right:200px;z-index:5;transform:rotate(-4deg);opacity:0;transition:opacity .6s ease 2s}.student-text.show{opacity:1}.student-text p{font-family:Inter,Arial,sans-serif;font-size:16px;font-weight:400;color:#1a1a1a;letter-spacing:2px;margin:0}@media (max-width:1200px){.hero{padding-left:50px}.torn-paper-bg{width:700px;height:280px}.letter{margin-left:-20px}.letter img{height:100px!important}.letter.f-letter.dropped{transform:translateY(60px) rotate(5deg)!important}.urtado-text h2{font-size:60px}.urtado-text{left:80px;top:15px}.profile-cutout{width:220px;right:20px}.student-text{bottom:40px;left:50px}}@media (max-width:768px){.hero{padding:60px 20px 40px;min-height:60vh;justify-content:center}.hero-container{max-width:100%;display:flex;flex-direction:column;align-items:center}.torn-paper-bg{width:120%;height:180px;top:40px;left:-10%}.portfolio-wrapper,.torn-paper-bg{transform:rotate(-3deg)}.portfolio-letters{height:auto;gap:5px}.letter{margin-left:-8px}.letter:first-child{margin-left:0}.letter img{height:45px!important}.letter.f-letter.dropped{transform:translateY(25px) rotate(3deg)!important}.urtado-text{left:30px;top:8px}.urtado-text h2{font-size:28px;letter-spacing:-2px}.tape-on-f{top:60%;left:38%}.tape-on-f img{width:25px!important}.profile-tape{width:120px;top:225px;left:85%;transform:translateX(-50%) rotate(-25deg);position:absolute;margin-top:-20px}.hero-bottom{display:flex;flex-direction:row;align-items:flex-end;gap:12px;margin-top:20px;width:100%;padding:0 4px}.student-text{order:1;flex:1 1;position:relative;margin:0;transform:rotate(-2deg);text-align:left;padding:0}.student-text p{font-size:16px;letter-spacing:1px;line-height:1.5}.profile-cutout{order:2;position:relative;top:auto;right:100px;width:130px;margin:0;flex-shrink:0;transform:rotate(5deg);display:block!important}.hero-scroll-hint{display:none!important}}@media (max-width:1024px){.hero-scroll-hint{display:none!important}}@keyframes scrollPulse{0%{transform:scaleY(0);transform-origin:top}50%{transform:scaleY(1);transform-origin:top}51%{transform:scaleY(1);transform-origin:bottom}to{transform:scaleY(0);transform-origin:bottom}}.hero-scroll-hint{position:absolute;bottom:32px;left:50%;transform:translateX(-50%);display:flex;flex-direction:column;align-items:center;gap:8px;opacity:0;transition:opacity .6s ease 2.6s;z-index:20;pointer-events:none}.hero-scroll-hint.show{opacity:1}.hero-scroll-text{font-family:Inter,Arial,sans-serif;font-size:16px;font-weight:700;letter-spacing:4px;color:#999;text-transform:uppercase}.hero-scroll-line{width:1px;height:40px;background:#999;animation:scrollPulse 2s ease-in-out infinite;animation-delay:2.8s}