.about__grid{display:grid;grid-template-columns:300px 1fr;gap:4rem;align-items:start}.about__avatar-wrap{position:sticky;top:100px}.avatar-boil-wrap{position:relative;width:280px;height:280px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.avatar-boil-photo{position:relative;width:83.3%;height:83.3%;border-radius:50%;overflow:hidden;background:var(--surface2);z-index:1}.about__photo{width:100%;height:100%;object-fit:cover;object-position:top center}.about__avatar-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(145deg,var(--surface2) 0%,var(--surface3) 100%)}.about__avatar-placeholder span{font-family:var(--font-heading);font-size:3.5rem;font-weight:800;color:var(--text-faint);letter-spacing:-.05em}.about__info{display:flex;flex-direction:column;gap:2rem}.about__bio{font-size:1.05rem;line-height:1.9;color:var(--text-muted)}.about__chips{display:flex;flex-wrap:wrap;gap:.75rem}.about__chip{display:flex;flex-direction:column;gap:.2rem;padding:.75rem 1.25rem;background:var(--surface);border:1px solid var(--border);border-radius:10px;transition:border-color .25s ease,box-shadow .25s ease;min-width:140px}.about__chip:hover{border-color:var(--accent);box-shadow:0 0 16px var(--accent-glow)}.about__chip-label{font-size:.65rem;text-transform:uppercase;letter-spacing:.12em;color:var(--accent);font-weight:600}.about__chip-value{font-size:.9rem;color:var(--text);font-weight:500}@media(max-width:768px){.about__grid{grid-template-columns:1fr;gap:2.5rem}.about__avatar-wrap{position:static;display:flex;justify-content:center}.avatar-boil-wrap{width:200px;height:200px}}@media(max-width:480px){.about__grid{padding:0 clamp(1rem,3vw,1.5rem)}.avatar-boil-wrap{width:180px;height:180px}}.avatar-boil{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);pointer-events:none;z-index:2;overflow:visible}@media(prefers-reduced-motion:reduce){.avatar-boil{animation:none}}.contact__grid{display:grid;grid-template-columns:1fr 1.4fr;gap:4rem;align-items:start}.contact__open{font-size:1.05rem;color:var(--text-muted);line-height:1.7;margin-bottom:2rem}.contact__details{display:flex;flex-direction:column;gap:1.25rem}.contact__detail{display:flex;flex-direction:column;gap:.2rem}.contact__detail-label{font-size:.7rem;text-transform:uppercase;letter-spacing:.15em;color:var(--accent);font-weight:600}.contact__detail-value{font-size:.95rem;color:var(--text);font-weight:500}.contact__link{transition:color .2s ease}.contact__link:hover{color:var(--accent)}.contact__status{display:flex;align-items:center;gap:.5rem}.contact__status-dot{width:7px;height:7px;border-radius:50%;background:#4caf7d;box-shadow:0 0 8px #4caf7d80;animation:status-pulse 2s ease-in-out infinite}@keyframes status-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.2)}}.contact__form{display:flex;flex-direction:column;gap:1.25rem}.contact__row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.contact__field{display:flex;flex-direction:column;gap:.45rem}.contact__label{font-size:.78rem;font-weight:500;color:var(--text-muted);letter-spacing:.04em}.contact__input{padding:.75rem 1rem;background:var(--surface);border:1px solid var(--border);border-radius:8px;color:var(--text);font-family:var(--font-body);font-size:.9rem;transition:border-color .25s ease,box-shadow .25s ease;outline:none;width:100%;resize:none}.contact__input::placeholder{color:var(--text-faint)}.contact__input:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-glow)}.contact__textarea{resize:vertical;min-height:100px}.contact__submit{align-self:flex-start;margin-top:.5rem}@media(max-width:768px){.contact__grid{grid-template-columns:1fr;gap:2.5rem}.contact__row{grid-template-columns:1fr}}@media(max-width:480px){.contact__grid{padding:0 clamp(1rem,3vw,1.5rem)}}.hero{position:relative;min-height:100vh;display:flex;align-items:center;overflow:hidden;width:100%}.hero__glow{position:absolute;top:-10%;left:50%;transform:translate(-50%);width:700px;height:500px;border-radius:50%;background:radial-gradient(ellipse at center,rgba(125,207,186,.055) 0%,transparent 70%);pointer-events:none;filter:blur(40px)}.hero__content{padding-top:80px;display:flex;flex-direction:column;align-items:flex-start;gap:.4rem}.hero__greeting{font-size:clamp(1rem,2vw,1.2rem);font-family:var(--font-body);font-weight:400;color:var(--text-muted);letter-spacing:.04em;margin-bottom:.1rem}.hero__name-row{display:flex;align-items:flex-end}.hero__headline{font-size:clamp(3rem,9vw,6.5rem);font-family:var(--font-heading);font-weight:800;color:var(--text);line-height:1;letter-spacing:-.03em;display:inline}.hero__cursor{display:inline-block;font-weight:300;color:var(--accent);margin-left:3px;line-height:1;vertical-align:baseline;opacity:1}.hero__cursor--typing{opacity:1;animation:none}.hero__cursor--blink{animation:cursor-blink .9s step-end infinite}.hero__cursor--hidden{opacity:0;animation:none}@keyframes cursor-blink{0%,to{opacity:1}50%{opacity:0}}.hero__subtitle{font-size:clamp(1rem,2.2vw,1.35rem);color:var(--text-muted);margin-top:1.25rem;font-weight:400;letter-spacing:.01em}.hero__ctas{display:flex;gap:1rem;flex-wrap:wrap;margin-top:2.5rem}.hero__scroll-hint{display:flex;flex-direction:column;align-items:center;gap:.5rem;margin-top:5rem}.hero__scroll-line{display:block;width:1px;height:48px;background:linear-gradient(to bottom,transparent,var(--accent));animation:scroll-bob 2s ease-in-out infinite}@keyframes scroll-bob{0%,to{transform:translateY(0);opacity:.6}50%{transform:translateY(6px);opacity:1}}.hero__scroll-text{font-size:.65rem;letter-spacing:.2em;text-transform:uppercase;color:var(--text-faint)}@media(prefers-reduced-motion:reduce){.hero__cursor--blink,.hero__scroll-line{animation:none}}.loader{position:fixed;inset:0;z-index:1000;background:#000;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem}.loader__orb{position:absolute;width:300px;height:300px;border-radius:50%;background:radial-gradient(circle,rgba(125,207,186,.06) 0%,transparent 70%);pointer-events:none;animation:loader-pulse 2.4s ease-in-out infinite}@keyframes loader-pulse{0%,to{transform:scale(1);opacity:.7}50%{transform:scale(1.15);opacity:1}}.loader__logo{font-family:Syne,sans-serif;font-size:2.5rem;font-weight:800;color:var(--text);letter-spacing:-.04em;position:relative;z-index:1}.loader__text{font-size:.8rem;color:var(--text-muted);letter-spacing:.1em;text-transform:uppercase;font-weight:400;position:relative;z-index:1}.loader__dots span{display:inline-block;animation:loader-dot 1.4s ease-in-out infinite;opacity:0}.loader__dots span:nth-child(1){animation-delay:0s}.loader__dots span:nth-child(2){animation-delay:.2s}.loader__dots span:nth-child(3){animation-delay:.4s}@keyframes loader-dot{0%,80%,to{opacity:0}40%{opacity:1}}.loader__track{width:200px;height:1px;background:var(--border);border-radius:2px;overflow:hidden;position:relative;z-index:1}.loader__bar{height:100%;background:var(--accent);border-radius:2px;box-shadow:0 0 8px #7dcfba66}.loader__percent{font-size:.7rem;color:var(--text-faint);letter-spacing:.05em;font-family:Inter,monospace;position:relative;z-index:1}@media(prefers-reduced-motion:reduce){.loader__orb{animation:none}.loader__dots span{animation:none;opacity:1}}.navbar{position:fixed;top:0;left:0;right:0;z-index:100;transition:background .3s ease,border-color .3s ease}.navbar--scrolled{background:#000000d9;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid var(--border-subtle)}.navbar__inner{display:flex;align-items:center;justify-content:space-between;height:64px}.navbar__logo{font-family:var(--font-heading);font-size:1.3rem;font-weight:800;color:var(--text);letter-spacing:-.04em;transition:color .2s ease}.navbar__logo:hover{color:var(--accent)}.navbar__links{display:flex;align-items:center;gap:2rem}.navbar__link{position:relative;font-size:.85rem;font-weight:500;color:var(--text-muted);letter-spacing:.02em;transition:color .2s ease;padding-bottom:2px}.navbar__link:hover{color:var(--text)}.navbar__link--active{color:var(--accent)}.navbar__link-dot{position:absolute;bottom:-6px;left:50%;transform:translate(-50%);width:4px;height:4px;border-radius:50%;background:var(--accent)}.navbar__hamburger{display:flex;flex-direction:column;gap:5px;padding:4px}.navbar__bar{display:block;width:22px;height:1.5px;background:var(--text-muted);border-radius:2px;transition:all .25s ease}.navbar__mobile{background:#000000f5;border-bottom:1px solid var(--border);width:100%;position:relative}.navbar__mobile-links{display:flex;flex-direction:column;padding:1rem 0}.navbar__mobile-link{display:block;padding:.75rem clamp(1.25rem,4vw,2.5rem);font-size:.9rem;color:var(--text-muted);font-weight:500;transition:color .2s ease;cursor:pointer;-webkit-tap-highlight-color:rgba(125,207,186,.1)}.navbar__mobile-link:hover,.navbar__mobile-link--active{color:var(--accent)}.projects__filters{display:flex;flex-wrap:wrap;gap:.6rem;margin-bottom:2.5rem}.projects__filter{padding:.4rem 1rem;border-radius:50px;font-size:.8rem;font-weight:500;color:var(--text-muted);border:1px solid var(--border);background:transparent;transition:all .22s ease;letter-spacing:.02em}.projects__filter:hover{color:var(--text);border-color:var(--text-faint)}.projects__filter--active{background:var(--accent-dim);color:var(--accent);border-color:var(--accent)}.projects__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem}.project-card{display:flex;flex-direction:column;gap:1rem;padding:1.75rem;background:var(--surface);border:1px solid var(--border);border-radius:14px;transition:border-color .25s ease,box-shadow .25s ease;cursor:pointer;text-decoration:none}.project-card:hover{border-color:#7dcfba4d;box-shadow:0 8px 32px #7dcfba12}.project-card__header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.project-card__name{font-family:var(--font-heading);font-size:1.15rem;font-weight:700;color:var(--text);margin-bottom:.2rem}.project-card__tagline{font-size:.8rem;color:var(--accent);font-weight:500;margin:0;letter-spacing:.02em}.project-card__arrow{font-size:1.1rem;color:var(--text-faint);transition:color .2s ease,transform .25s ease;flex-shrink:0;line-height:1}.project-card:hover .project-card__arrow{color:var(--accent);transform:translate(2px,-2px)}.project-card__desc{font-size:.88rem;color:var(--text-muted);line-height:1.7;margin:0;flex:1}.project-card__tags{display:flex;flex-wrap:wrap;gap:.4rem;margin-top:auto}.project-card__tag{font-size:.72rem;padding:.25rem .65rem;border-radius:4px;background:var(--surface2);color:var(--text-muted);border:1px solid var(--border-subtle);font-weight:500;letter-spacing:.02em;transition:color .2s ease}.project-card:hover .project-card__tag{color:var(--text)}@media(max-width:768px){.projects__grid{grid-template-columns:1fr}}@media(max-width:480px){.projects__filters{gap:.4rem}.project-card{padding:1.25rem}}.globe-wrap{display:flex;flex-direction:column;align-items:center;gap:1.5rem}.globe-legend{display:flex;flex-wrap:wrap;gap:.75rem 1.5rem;justify-content:center}.globe-legend__item{display:flex;align-items:center;gap:.4rem;font-size:.78rem;color:var(--text-muted);font-weight:500;letter-spacing:.02em}.globe-legend__dot{width:7px;height:7px;border-radius:50%;flex-shrink:0}.globe-hint{font-size:.72rem;color:var(--text-faint);letter-spacing:.1em;text-transform:uppercase;margin:0}.globe-stage{position:relative;width:480px;height:480px;cursor:grab;-webkit-user-select:none;user-select:none;background:radial-gradient(ellipse at center,rgba(125,207,186,.04) 0%,transparent 70%);border-radius:50%}.globe-stage:active{cursor:grabbing}.globe-tag{position:absolute;top:50%;left:50%;padding:.28rem .75rem;border-radius:50px;border:1px solid;background:#0009;font-size:.78rem;font-weight:500;white-space:nowrap;letter-spacing:.02em;pointer-events:none;transition:none;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}@media(prefers-reduced-motion:reduce){.globe-stage{cursor:default}}@media(max-width:768px){.globe-stage{width:280px;height:280px}}@media(max-width:520px){.globe-stage{width:240px;height:240px}}@media(max-width:375px){.globe-stage{width:200px;height:200px}}.footer{border-top:1px solid var(--border-subtle);padding:4rem 0 3rem}.footer__inner{display:flex;flex-direction:column;align-items:center;gap:2rem;text-align:center}.footer__name{font-family:var(--font-heading);font-size:1.1rem;font-weight:700;color:var(--text-muted);letter-spacing:-.01em;margin:0}.footer__socials{display:flex;gap:2rem;flex-wrap:wrap;justify-content:center}.footer__social{position:relative;display:flex;flex-direction:column;align-items:center;gap:.35rem;color:var(--text-faint);transition:color .25s ease}.footer__social:hover{color:var(--accent)}.footer__social:hover .footer__social-line{transform:scaleX(1);opacity:1}.footer__social-label{font-size:.72rem;letter-spacing:.08em;text-transform:uppercase;font-weight:500}.footer__social-line{position:absolute;bottom:-4px;left:0;right:0;height:1px;background:var(--accent);transform:scaleX(0);opacity:0;transition:transform .25s ease,opacity .25s ease;transform-origin:center}.footer__copy{font-size:.78rem;color:var(--text-faint);margin:0}@media(max-width:480px){.footer__socials{gap:1.25rem}}.timeline__tabs{display:flex;gap:0;margin-bottom:3rem;border-bottom:1px solid var(--border)}.timeline__tab{position:relative;padding:.7rem 1.5rem;font-size:.9rem;font-weight:500;color:var(--text-muted);transition:color .25s ease;letter-spacing:.02em}.timeline__tab:hover{color:var(--text)}.timeline__tab--active{color:var(--accent)}.timeline__tab-indicator{position:absolute;bottom:-1px;left:0;right:0;height:2px;background:var(--accent);border-radius:2px 2px 0 0}.timeline__list{display:flex;flex-direction:column;gap:0}.timeline__item{display:grid;grid-template-columns:32px 1fr;gap:0 1.5rem}.timeline__connector{display:flex;flex-direction:column;align-items:center;padding-top:4px}.timeline__dot{width:10px;height:10px;border-radius:50%;background:var(--surface3);border:2px solid var(--accent);flex-shrink:0;box-shadow:0 0 8px #7dcfba33}.timeline__line{width:1px;flex:1;background:var(--border);margin:6px 0;min-height:40px}.timeline__card{padding-bottom:3rem;display:flex;flex-direction:column;gap:.4rem}.timeline__meta{display:flex;align-items:center;gap:.75rem}.timeline__period{font-size:.75rem;color:var(--accent);font-weight:500;letter-spacing:.06em;font-family:var(--font-body)}.timeline__title{font-size:1.15rem;font-family:var(--font-heading);font-weight:700;color:var(--text);line-height:1.3}.timeline__org{font-size:.88rem;color:var(--text-muted);font-weight:500}.timeline__sub{color:var(--text-faint);font-weight:400}.timeline__bullets{display:flex;flex-direction:column;gap:.5rem;margin-top:.5rem}.timeline__bullet{display:flex;gap:.75rem;align-items:flex-start;font-size:.88rem;color:var(--text-muted);line-height:1.6}.timeline__bullet-dot{flex-shrink:0;width:4px;height:4px;border-radius:50%;background:var(--accent);margin-top:8px;opacity:.7}@media(max-width:768px){.timeline__item{grid-template-columns:24px 1fr;gap:0 1rem}.timeline__tabs{gap:0;margin-bottom:2rem}}@media(max-width:480px){.timeline__item{grid-template-columns:20px 1fr;gap:0 .75rem}.timeline__tab{padding:.6rem 1rem;font-size:.8rem}}:root{--bg: #000000;--surface: #0a0a0a;--surface2: #111111;--surface3: #161616;--border: #1a1a1a;--border-subtle: #121212;--text: #e6e6e6;--text-muted: #a8a8a8;--text-faint: #606060;--accent: #7dcfba;--accent-dim: rgba(125, 207, 186, .15);--accent-glow: rgba(125, 207, 186, .08);--font-body: "Inter", system-ui, -apple-system, sans-serif;--font-heading: "Syne", "Inter", system-ui, sans-serif;--section-pad: clamp(5rem, 10vw, 8rem);--ease-smooth: cubic-bezier(.4, 0, .2, 1);--ease-out: cubic-bezier(0, 0, .2, 1)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{background-color:var(--bg);color:var(--text);font-family:var(--font-body);font-weight:400;line-height:1.7;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden;width:100%;max-width:100vw}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:700;line-height:1.15;color:var(--text);letter-spacing:-.01em}p{color:var(--text-muted);line-height:1.75}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}button{cursor:pointer;border:none;background:none;font-family:inherit}ul,ol{list-style:none}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--surface3);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--accent-dim)}::selection{background:var(--accent-dim);color:var(--accent)}.container{width:100%;max-width:1100px;margin:0 auto;padding:0 clamp(1.25rem,4vw,2.5rem)}.section{padding:var(--section-pad) 0}.section-label{display:inline-block;font-size:.7rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:var(--accent);margin-bottom:.5rem}.section-title{font-size:clamp(1.75rem,4vw,2.5rem);font-family:var(--font-heading);color:var(--text);margin-bottom:.5rem}.section-divider{width:40px;height:2px;background:var(--accent);border-radius:2px;margin-bottom:3rem;opacity:.7}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.7rem 1.6rem;border-radius:6px;font-size:.9rem;font-weight:500;font-family:var(--font-body);transition:all .25s var(--ease-smooth);letter-spacing:.02em}.btn-primary{background:var(--accent);color:#000}.btn-primary:hover{background:#a0dfd0;transform:translateY(-2px);box-shadow:0 8px 24px #7dcfba33}.btn-outline{background:transparent;color:var(--accent);border:1px solid var(--accent)}.btn-outline:hover{background:var(--accent-dim);transform:translateY(-2px);box-shadow:0 8px 24px #7dcfba1f}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}html{scroll-behavior:auto}}@media(max-width:768px){.hide-mobile{display:none!important}}@media(min-width:769px){.hide-desktop{display:none!important}}
