@import "https://fonts.googleapis.com/css2?family=Quicksand:wght@400;500;600;700&display=swap";:root{--blue:#4272ff;--white:#fff}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}html,body,#root{width:100%;min-height:100%}body{background-color:var(--blue);color:var(--white);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;font-family:Quicksand,system-ui,-apple-system,Segoe UI,Roboto,sans-serif}.page{flex-direction:column;width:100%;display:flex;position:relative}.header{z-index:10;justify-content:space-between;align-items:center;width:100%;padding:.85rem 6vw;transition:background-color .4s,box-shadow .4s;display:flex;position:fixed;top:0;left:0}.header--light{background-color:var(--white);box-shadow:0 2px 12px #0000000f}.logo{display:inline-flex}.logo img{border-radius:1rem;width:55px;height:55px;transition:filter .4s;display:block}.nav{gap:clamp(1.25rem,3vw,2.5rem);display:flex}.nav__link{color:var(--white);opacity:.9;padding-bottom:.25rem;font-size:clamp(.95rem,1.2vw,1.05rem);font-weight:500;text-decoration:none;transition:opacity .2s,color .4s;position:relative}.header--light .nav__link{color:var(--blue)}.nav__link:hover{opacity:1}.nav__link:after{content:"";transform-origin:0;background-color:currentColor;width:100%;height:2px;transition:transform .25s;position:absolute;bottom:0;left:0;transform:scaleX(0)}.nav__link.is-active{opacity:1}.nav__link.is-active:after{transform:scaleX(1)}.section{width:100%;min-height:100dvh;position:relative}.hero{justify-content:flex-start;align-items:center;padding:0 17vw;display:flex;overflow:hidden}.hero__text{z-index:2;flex:none;width:44vw;transform:translateY(-3vh)}.hero__title{white-space:nowrap;margin-bottom:1.5vh;font-size:4vw;font-weight:400;line-height:1.1}.hero__title strong{font-weight:700}.hero__subtitle{opacity:.95;max-width:32vw;margin-bottom:2.5vh;font-size:1.2vw;font-weight:400;line-height:1.6}.socials{gap:1.25rem;display:flex}.social{width:44px;height:44px;color:var(--white);border-radius:50%;justify-content:center;align-items:center;transition:transform .2s,background-color .2s;display:inline-flex}.social:hover{background-color:#ffffff26;transform:translateY(-2px)}.social svg{fill:currentColor;width:24px;height:24px;color:var(--white)}.hero__image{z-index:1;pointer-events:none;align-items:flex-end;height:82dvh;display:flex;position:absolute;bottom:0;right:16vw}.hero__image img{object-fit:contain;object-position:bottom;width:auto;height:100%;display:block}.about{color:var(--blue);border-top:2px solid var(--blue);justify-content:center;align-items:flex-start;padding:5rem 10vw;scroll-margin-top:3rem;display:flex}.about__layout{align-items:flex-start;gap:clamp(2rem,6vw,5rem);width:100%;max-width:1100px;display:flex}.about__sidebar{flex-direction:column;flex:0 0 clamp(180px,22%,260px);gap:2rem;display:flex}.about__sidebar-section{flex-direction:column;gap:.6rem;display:flex}.about__sidebar-heading{letter-spacing:.12em;text-transform:uppercase;opacity:.45;margin-bottom:.2rem;font-size:.7rem;font-weight:700}.about__info-list{color:#1f3a8a;flex-direction:column;gap:.45rem;font-size:clamp(.85rem,1vw,.95rem);line-height:1.5;list-style:none;display:flex}.about__info-label{color:var(--blue);margin-right:.4em;font-weight:700}.about__link{color:var(--blue);border-bottom:1px solid #0000;text-decoration:none;transition:border-color .2s}.about__link:hover{border-color:var(--blue)}.about__tags{flex-wrap:wrap;gap:.4rem;display:flex}.about__tag{border:1.5px solid var(--blue);color:var(--blue);letter-spacing:.02em;border-radius:999px;padding:.25rem .65rem;font-size:.78rem;font-weight:600;line-height:1.4;display:inline-block}.about__body{flex:1 1 0}.about__title{margin-bottom:2rem;font-size:clamp(2rem,4vw,3rem);font-weight:700}.about__body-section{margin-bottom:2rem}.about__section-heading{letter-spacing:.06em;text-transform:uppercase;opacity:.5;margin-bottom:.75rem;font-size:clamp(.95rem,1.1vw,1.05rem);font-weight:700}.about__text{color:#1f3a8a;margin-bottom:1rem;font-size:clamp(1rem,1.25vw,1.1rem);line-height:1.75}.about__education-item{border-bottom:1px solid #1f3a8a1f;margin-bottom:.6rem;padding-bottom:.6rem}.about__education-item:last-child{border-bottom:none}.about__education-title{color:#1f3a8a;margin-bottom:.15rem;font-size:clamp(1rem,1.25vw,1.1rem)}.about__education-meta{opacity:.6;color:#1f3a8a;margin-bottom:.4rem;font-size:clamp(.85rem,1vw,.95rem)}.projects{color:var(--blue);border-top:2px solid var(--blue);justify-content:center;align-items:center;padding:7rem 10vw;scroll-margin-top:3rem;display:flex}.projects__content{text-align:center}.projects__title{margin-bottom:1.5rem;font-size:clamp(2rem,4vw,3rem);font-weight:700}.projects__coming-soon{opacity:.45;letter-spacing:.05em;font-size:clamp(1rem,1.5vw,1.25rem);font-weight:500}@media (width<=768px){.hero{align-items:flex-start;padding-top:6rem}.hero__text{flex-basis:100%;width:100%;max-width:100%;margin-left:0}.hero__title{white-space:normal;font-size:clamp(2rem,9vw,3rem)}.hero__subtitle{max-width:100%;font-size:clamp(1rem,4vw,1.15rem)}.hero__image{opacity:.5;height:45dvh;right:50%;transform:translate(50%)}.about{padding:4rem 8vw}.about__layout{flex-direction:column;gap:2.5rem}.about__sidebar{flex:none;width:100%}}
