:root{--bg: #ffffff;--text: #16161a;--text-dim: #6b6b64;--accent: #2c2c27;--section-pad: clamp(2rem, 5vw, 5rem)}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:auto}body{background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,Inter,Segoe UI,Roboto,sans-serif;-webkit-font-smoothing:antialiased;overflow-x:hidden}.loader{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;background:var(--bg);transition:opacity .6s ease,visibility .6s ease}.loader.is-hidden{opacity:0;visibility:hidden}.loader__bar{width:min(240px,60vw);height:2px;background:#0000001f;overflow:hidden}.loader__fill{display:block;height:100%;width:0%;background:var(--text);transition:width .2s ease}.loader__label{font-size:.8rem;letter-spacing:.06em;color:var(--text-dim)}.topbar{position:fixed;top:0;left:0;width:100%;height:33.33svh;z-index:20;display:flex;align-items:flex-start;justify-content:space-between;padding:clamp(1.25rem,3vw,2rem) var(--section-pad);pointer-events:none}.topbar__brand,.topbar__nav{position:relative;z-index:2}.topbar a{pointer-events:auto}.topbar__brand{display:flex;align-items:center;gap:.75rem;text-decoration:none}.brand-logo{width:30px;height:30px;transition:transform .35s cubic-bezier(.34,1.56,.64,1)}.topbar__brand:hover .brand-logo{transform:scale(1.15)}.brand-line{stroke-dasharray:32;stroke-dashoffset:32;transition:stroke-dashoffset .4s ease}.bl-2{transition-delay:.07s}.bl-3{transition-delay:.14s}.topbar__brand:hover .brand-line{stroke-dashoffset:0}.brand-dot{transform-box:fill-box;transform-origin:center;transition:transform .3s cubic-bezier(.34,1.56,.64,1)}.topbar__brand:hover .brand-dot{transform:scale(1.25)}.topbar__nav{display:flex;gap:1.75rem}.topbar__nav a{font-size:.9rem;color:var(--text-dim);text-decoration:none;transition:color .2s ease}.topbar__nav a:hover{color:var(--text)}.brand-identity{display:flex;flex-direction:column;gap:.15rem}.brand-name{font-size:clamp(.9rem,1.1vw,1rem);font-weight:600;letter-spacing:-.01em;color:var(--text);line-height:1.2}.brand-tagline{font-size:clamp(.68rem,.8vw,.78rem);color:var(--text-dim);letter-spacing:.01em;line-height:1.2}.cv{position:relative}.stage{position:sticky;top:0;height:100svh;width:100%;overflow:hidden}#morph-canvas{position:absolute;left:0;bottom:0;width:50vw;height:66.66svh;display:block}.panel{position:absolute;right:0;bottom:0;width:50vw;height:66.66svh;padding:var(--section-pad);display:flex;align-items:center}.chapter{position:absolute;left:var(--section-pad);right:var(--section-pad);opacity:0;transform:translateY(14px);transition:opacity .5s ease,transform .5s ease;pointer-events:none}.chapter.is-active{opacity:1;transform:translateY(0);pointer-events:auto}.chapter__eyebrow{font-size:.8rem;letter-spacing:.16em;text-transform:uppercase;color:var(--text-dim);margin-bottom:1.25rem}.chapter__title{font-size:clamp(2.2rem,4.5vw,3.6rem);line-height:1.05;font-weight:600;letter-spacing:-.02em;margin-bottom:1rem}.chapter__role{font-size:1rem;color:var(--accent);margin-bottom:1.5rem}.chapter__body{font-size:clamp(1rem,1.3vw,1.15rem);line-height:1.6;color:var(--text-dim);max-width:40ch}.chapter__link{display:inline-block;margin-top:1.5rem;font-size:.95rem;font-weight:500;color:var(--text);text-decoration:none;border-bottom:1px solid var(--text-dim);padding-bottom:2px;transition:opacity .2s ease}.chapter__link:hover{opacity:.6}.chapter__brand-row{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem}.chapter__logo-wordmark{height:72px;width:auto;margin-left:-18px}.chapter__logo-wordmark--matcha{height:32px;margin-left:0}.chapter__logo-wordmark--glovo{height:44px;margin-left:0;transform:translateY(-25%)}.chapter__logo-0x{height:22px;width:auto}.chapter__logo-wordmark--tagetik{height:58px;margin-left:0}.chapter__logo-wordmark--torvergata{height:48px;margin-left:0}.chapter__year-sep{font-size:1.1rem;color:var(--text-dim);margin:0 .1rem}.chapter__year{font-size:1.1rem;font-weight:500;color:var(--text-dim)}.scroll-track{height:500svh}@media (max-width: 768px){.stage{display:flex;flex-direction:column}#morph-canvas{position:relative;width:100vw;height:56svh;margin-top:12svh}.panel{position:relative;width:100vw;height:auto;bottom:auto;align-items:flex-start;padding-top:1rem}.chapter{position:absolute;left:var(--section-pad);right:var(--section-pad)}.topbar{height:auto}.brand-tagline{display:none}}
