.container{text-align:center;padding:3rem 2rem;max-width:900px;width:100%;position:relative;border:4px solid #000000;background:#fff;transform:rotate(-1deg);box-shadow:8px 8px red}.name{font-size:clamp(3.5rem,12vw,7rem);font-weight:900;letter-spacing:-.05em;margin-bottom:.5rem;opacity:0;animation:fadeInUp 1s ease-out .3s forwards;color:#000;position:relative;text-transform:uppercase;line-height:.9;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.name:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%) rotate(2deg);width:60%;height:6px;background:red}.position{font-size:clamp(1rem,3vw,1.4rem);font-weight:300;color:red;letter-spacing:.15em;text-transform:uppercase;opacity:0;animation:fadeInUp 1s ease-out .6s forwards;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;position:relative;margin-top:1.5rem;font-style:italic}.divider{width:150px;height:3px;background:#000;margin:3rem auto;opacity:0;animation:fadeIn 1s ease-out .9s forwards;position:relative;transform:rotate(-1deg)}.divider:before{content:"";position:absolute;left:-20px;top:50%;transform:translateY(-50%);width:12px;height:12px;background:red;border:2px solid #000000}.links{display:flex;justify-content:center;gap:2.5rem;flex-wrap:wrap;opacity:0;animation:fadeInUp 1s ease-out 1.2s forwards;margin-top:2.5rem}.link{color:#000;text-decoration:none;font-size:.9rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;transition:all .3s ease;position:relative;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;padding:.75rem 1.5rem;border:2px solid #000000;background:#fff;transform:rotate(1deg);cursor:pointer}.link:nth-child(2n){transform:rotate(-1deg)}.link:after{content:"";position:absolute;bottom:-4px;right:-4px;width:100%;height:100%;background:red;z-index:-1;transition:all .3s ease}.link:hover{color:#fff;background:#000;transform:rotate(0) translateY(-2px);border-color:#000}.link:nth-child(2n):hover{transform:rotate(0) translateY(-2px)}.link:hover:after{bottom:-6px;right:-6px}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.content-section{margin:2.5rem 0;padding:0 1rem;text-align:left;max-width:700px;margin-left:auto;margin-right:auto}.content-text{font-size:clamp(1rem,2vw,1.15rem);font-weight:300;color:#000;line-height:1.8;letter-spacing:.02em;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;margin-bottom:1.5rem}.work-item{margin-bottom:3rem;padding-bottom:2rem;border-bottom:2px solid #000000;transform:rotate(.5deg)}.work-item:last-child{border-bottom:none;margin-bottom:0}.work-title{font-size:clamp(1.5rem,4vw,2rem);font-weight:700;color:red;text-transform:uppercase;letter-spacing:.1em;margin-bottom:1rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;position:relative;display:inline-block}.work-title:after{content:"";position:absolute;bottom:-5px;left:0;width:40px;height:3px;background:red;transform:rotate(1deg)}.contact-info{margin-top:2rem}.contact-item{display:flex;justify-content:space-between;align-items:baseline;padding:1rem 0;border-bottom:1px solid #000000;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.contact-item:last-child{border-bottom:none}.contact-label{font-size:.9rem;font-weight:500;color:red;text-transform:uppercase;letter-spacing:.15em}.contact-value{font-size:clamp(1rem,2vw,1.1rem);font-weight:300;color:#000;letter-spacing:.05em}@media (max-width: 768px){.container{padding:2rem 1.5rem;transform:rotate(-.5deg);box-shadow:6px 6px red}.divider{margin:2rem auto;width:120px}.links{gap:1.5rem;flex-direction:column;align-items:center}.link{transform:rotate(.5deg)}.link:nth-child(2n){transform:rotate(-.5deg)}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;background:#fff;color:#000;min-height:100vh;display:flex;align-items:center;justify-content:center;overflow-x:hidden;position:relative}#root{width:100%;min-height:100vh;display:flex;align-items:center;justify-content:center;position:relative}
