@media screen and (min-width:1025px){.home-container{position:relative;width:100%;height:90dvh;max-height:90dvh;background-repeat:no-repeat;background-position:50%;background-size:cover;color:#fff;font-family:Helvetica,Arial,sans-serif;overflow:hidden;font-size:1.5rem}.role-label{position:fixed;background-color:black;top:8.5vh;width:100%;font-weight:700;text-transform:uppercase;height:calc(clamp(1rem, 5.5vw, 6rem) + 1.5rem);letter-spacing:.05em;color:#fff;padding:0 1rem;font-size:clamp(1rem,5.5vw,6rem);white-space:normal;text-align:justify}.role-label:after{content:"";display:inline-block;width:100%}.home-grid{position:relative;background-color:rgba(0,0,0,.4);backdrop-filter:blur(10px);padding:0 1rem 1rem;top:calc(clamp(1rem, 5.5vw, 6rem) + .2rem);display:grid;grid-template-columns:1fr 1fr 1fr;gap:1rem;width:100%;height:calc(90dvh - calc(clamp(1rem, 5.5vw, 6rem) + 0rem));grid-template-rows:1fr 1fr;grid-template-columns:1fr 1fr 2fr;grid-template-areas:"intro education bio" "soft-skills languages hobbies"}h2{font-size:2rem;text-transform:uppercase;font-weight:700;border-bottom:1px solid white}.intro{grid-area:intro;animation-delay:.2s}.intro p{line-height:1.7rem;padding-top:1rem;text-align:justify}.education{grid-area:education;animation-delay:.4s}.education ul li{text-transform:uppercase;line-height:1.5rem;padding-top:1rem;list-style-type:square;width:calc(100% - 1rem);position:relative;left:1rem}.bio{grid-area:bio;animation-delay:.6s}.bio p{line-height:1.7rem;padding-top:1rem;text-align:justify}.soft-skills{grid-area:soft-skills;animation-delay:.8s}.soft-skills-list{display:flex;gap:2rem;padding-top:1rem}.soft-skills-list ul{margin:0;padding:0;list-style:square;width:calc(100% - 5rem)}.soft-skills-list ul li{text-transform:uppercase;line-height:1.5rem;list-style-type:square;width:calc(100% - 1rem);position:relative;left:1rem}.languages{grid-area:languages;animation-delay:1s}.languages-list{list-style:none;padding:1rem 0;margin:0}.languages-list li{display:flex;align-items:center;gap:.5rem}.lang-bar{flex:1;height:.5rem;background-color:black;border:1px solid white;overflow:hidden}.lang-fill{height:100%;background-color:#fff;width:0;transition:width 1s ease-in-out}.languages-list li:hover .lang-fill{width:var(--lang-percent)}.hobbies{grid-area:hobbies;animation-delay:1.2s}.hobbies-list{display:flex;padding-top:1rem}.hobbies-list ul{margin:0;padding:0;list-style-type:square;width:calc(100% - 2rem);position:relative;left:2rem}.hobbies-list ul li{line-height:1.5rem}.tech-skills{grid-area:hobbies;animation-delay:1.2s}.tech-skills-list{display:flex;gap:2rem;padding-top:1rem}.tech-skills-list ul{margin:0;padding:0;list-style-type:square;width:calc(100% - 1rem);position:relative;left:1rem}.tech-skills-list ul li{line-height:1.5rem}.home-grid>div{animation:fadeIn .8s forwards;padding:1rem;border-radius:10px;border:1px dashed white}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.home-grid>div:hover{transition:box-shadow .3s ease;box-shadow:0 0 20px rgba(255,255,255,.3)}}@media screen and (max-width:750px){.home-container{position:relative;width:100%;top:8.4dvh;background-repeat:no-repeat;background-position:50%;background-size:cover;color:#fff;font-family:Helvetica,Arial,sans-serif;overflow:hidden;font-size:.7rem}.role-label{position:fixed;background-color:black;top:8.4vh;width:100dvw;font-weight:700;text-transform:uppercase;height:calc(clamp(1rem, 5vw, 6rem) + 1.5rem);letter-spacing:.05em;color:#fff;padding:0 1rem;font-size:clamp(.8rem,.8vw,.8rem);white-space:normal;text-align:justify}.role-label:after{content:"";display:inline-block;width:100%}.home-grid{position:relative;background-color:rgba(0,0,0,.6);backdrop-filter:blur(10px);padding:0 .5rem 2rem;top:calc(clamp(1rem, 5.5vw, 6rem) + .2rem);display:grid;gap:.5rem;width:100%;height:fit-content;grid-template-rows:auto auto auto auto auto auto;grid-template-columns:1fr;grid-template-areas:"intro" "education" "bio" "soft-skills" "languages" "hobbies"}h2{font-size:.8rem;text-transform:uppercase;font-weight:700;border-bottom:1px solid white}.intro{grid-area:intro;animation-delay:.2s}.intro p{line-height:.8rem;padding-top:.5rem}.education{grid-area:education;animation-delay:.4s}.education ul li{text-transform:uppercase;line-height:.8rem;padding-top:.5rem;list-style-type:square;width:calc(100% - 1rem);position:relative;left:1rem}.bio{grid-area:bio;animation-delay:.6s;max-height:60dvh;overflow-y:auto}.bio p{line-height:.8rem;padding-top:.5rem}.soft-skills{grid-area:soft-skills;animation-delay:.8s}.soft-skills-list{display:flex;gap:2rem;padding-top:.5rem}.soft-skills-list ul{margin:0;padding:0;list-style:square;width:calc(100% - 5rem)}.soft-skills-list ul li{line-height:1rem;list-style-type:square;width:calc(100% - 1rem);position:relative;left:1rem}.languages{grid-area:languages;animation-delay:1s}.languages-list{list-style:none;margin:0;padding-top:.5rem}.languages-list li{display:flex;align-items:center;gap:.5rem}.lang-bar{flex:1;height:.5rem;background-color:black;border:1px solid white;overflow:hidden}.lang-fill{height:100%;background-color:#fff;width:0;transition:width 1s ease-in-out}.languages-list li:hover .lang-fill{width:var(--lang-percent)}.hobbies{grid-area:hobbies;animation-delay:1.2s}.hobbies-list{display:flex;padding-top:.5rem}.hobbies-list ul{margin:0;padding:0;list-style-type:square;width:calc(100% - 2rem);position:relative;left:2rem}.hobbies-list ul li{line-height:.8rem}.tech-skills{grid-area:hobbies;animation-delay:1.2s}.tech-skills-list{display:flex;gap:2rem;padding-top:.5rem}.tech-skills-list ul{margin:0;list-style-type:square;width:calc(100% - 1rem);padding:0 1rem;position:relative}.tech-skills-list ul li{line-height:.8rem}.home-grid>div{animation:fadeIn .8s forwards;padding:.4rem .8rem;border-radius:10px}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.home-grid>div:hover{transition:box-shadow .3s ease;box-shadow:0 0 20px rgba(255,255,255,.3)}}@media (min-width:2500px){html{width:80dvw;margin:0dvh 10dvw}.role-label{width:80%!important}}@media screen and (min-width:751px) and (max-width:1024px){.home-container{position:relative;width:100%;height:95dvh;max-height:95dvh;background-repeat:no-repeat;background-position:50%;background-size:cover;color:#fff;font-family:Helvetica,Arial,sans-serif;overflow:hidden;font-size:1rem}.role-label{position:fixed;background-color:black;top:4vh;width:100%;font-weight:700;text-transform:uppercase;height:calc(clamp(1rem, 5.5vw, 6rem) + 1.5rem);letter-spacing:.05em;color:#fff;padding:0 1rem;font-size:clamp(1rem,5.5vw,6rem);white-space:normal;text-align:justify}.role-label:after{content:"";display:inline-block;width:100%}.home-grid{position:relative;background-color:rgba(0,0,0,.4);backdrop-filter:blur(10px);padding:0 1rem 1rem;top:calc(clamp(1rem, 5.5vw, 6rem) + .2rem);display:grid;grid-template-columns:2fr 1fr 1fr;gap:1rem;width:100%;height:calc(95dvh - calc(clamp(1rem, 5.5vw, 6rem) + 0rem));grid-template-rows:1fr 1fr;grid-template-columns:1fr 1fr 2fr;grid-template-areas:"intro education bio" "soft-skills languages hobbies"}h2{font-size:2rem;text-transform:uppercase;font-weight:700;border-bottom:1px solid white}.intro{grid-area:intro;animation-delay:.2s}.intro p{line-height:1.2rem;padding-top:1rem}.education{grid-area:education;animation-delay:.4s}.education ul li{text-transform:uppercase;line-height:1.2rem;padding-top:1rem;list-style-type:square;width:calc(100% - 1rem);position:relative;left:1rem}.bio{grid-area:bio;animation-delay:.6s}.bio p{line-height:1.2rem;padding-top:1rem}.soft-skills{grid-area:soft-skills;animation-delay:.8s}.soft-skills-list{display:flex;gap:2rem;padding-top:1rem}.soft-skills-list ul{margin:0;padding:0;list-style:square;width:calc(100% - 4rem)}.soft-skills-list ul li{text-transform:uppercase;line-height:1.5rem;list-style-type:square;width:calc(100% - 1rem);position:relative;left:1rem}.languages{grid-area:languages;animation-delay:1s}.languages-list{list-style:none;padding:1rem 0;margin:0}.languages-list li{display:flex;align-items:center;gap:.5rem}.lang-bar{flex:1;height:.5rem;background-color:black;border:1px solid white;overflow:hidden}.lang-fill{height:100%;background-color:#fff;width:0;transition:width 1s ease-in-out}.languages-list li:hover .lang-fill{width:var(--lang-percent)}.hobbies{grid-area:hobbies;animation-delay:1.2s}.hobbies-list{display:flex;padding-top:1rem}.hobbies-list ul{margin:0;padding:0;list-style-type:square;width:calc(100% - 2rem);position:relative;left:2rem}.hobbies-list ul li{line-height:1.5rem}.tech-skills{grid-area:hobbies;animation-delay:1.2s}.tech-skills-list{display:flex;gap:2rem;padding-top:1rem}.tech-skills-list ul{margin:0;padding:0;list-style-type:square;width:calc(100% - 1rem);position:relative;left:1rem}.tech-skills-list ul li{line-height:1.5rem}.home-grid>div{animation:fadeIn .8s forwards;padding:1rem;border-radius:10px;border:1px dashed white}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.home-grid>div:hover{transition:box-shadow .3s ease;box-shadow:0 0 20px rgba(255,255,255,.3)}}