@font-face{font-family:Inter-fallback;font-style:normal;font-weight:300 700;src:local("Arial");ascent-override:90%;descent-override:22%;line-gap-override:0%;size-adjust:107%}:root{--bg-default: #0f172a;--bg-muted: #111d35;--bg-accent: #1c2a45;--bg-card: rgba(15, 23, 42, .6);--text-primary: #f8fafc;--text-secondary: rgba(248, 250, 252, .8);--text-muted: rgba(248, 250, 252, .7);--accent: #60a5fa;--accent-strong: #3b82f6;--border-soft: rgba(148, 163, 184, .2);--font-base: "Inter", "Inter-fallback", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--space-1: .25rem;--space-2: .5rem;--space-3: .75rem;--space-4: 1rem;--space-5: 1.5rem;--space-6: 2rem;--space-7: 2.5rem;--space-8: 3rem}*,*:before,*:after{box-sizing:border-box}body{margin:0;font-family:var(--font-base);color:var(--text-primary);background:linear-gradient(180deg,#162547,#102040 40%,#0b182f,#050d1f);letter-spacing:-.01em}.skip-link{position:absolute;top:-100px;left:var(--space-4);padding:var(--space-2) var(--space-4);background:var(--bg-card);color:var(--text-primary);border-radius:999px;box-shadow:0 10px 40px #0f172a59;transition:top .2s ease;z-index:1000}.skip-link:focus{top:var(--space-3)}a{color:inherit;text-decoration:none}a.inline-link{color:var(--accent);font-weight:500}a.inline-link:hover{color:var(--accent-strong)}.container{margin:0 auto;width:min(1060px,calc(100% - 2.5rem))}.hero{padding:var(--space-8) 0 var(--space-4)}.hero__inner{display:flex;flex-direction:column;gap:var(--space-5)}.hero__badge{display:inline-flex;align-items:center;gap:.4rem;font-size:.8rem;text-transform:uppercase;letter-spacing:.2em;font-weight:600;color:var(--text-muted)}.hero__title{margin:0;font-size:clamp(2.5rem,5vw,3.5rem);line-height:1.1;max-width:17ch}.hero__subtitle{margin:0;font-size:1.1rem;color:var(--text-secondary);max-width:50ch}.hero__actions{display:flex;flex-wrap:wrap;gap:var(--space-4)}.button{display:inline-flex;align-items:center;justify-content:center;padding:.85rem 1.6rem;border-radius:999px;font-weight:600;font-size:.95rem;transition:transform .2s ease,background-color .2s ease,color .2s ease}.button--primary{background:var(--accent);color:#0b1120}.button--primary:hover{background:var(--accent-strong);transform:translateY(-1px)}.button--ghost{border:1px solid var(--border-soft);color:var(--text-primary)}.button--ghost:hover{border-color:var(--accent);color:var(--accent)}.section{padding:var(--space-8) 0}.section--muted,.section--accent{background:transparent}.section__inner{display:flex;flex-direction:column;gap:var(--space-5)}.section__heading h2{margin-bottom:var(--space-4)}.section__eyebrow{margin:0;color:var(--text-muted)}h1,h2,h3{font-weight:600;letter-spacing:-.03em}h2{font-size:clamp(1.75rem,4vw,2.25rem);margin:0}h3{font-size:clamp(1.2rem,3vw,1.45rem);margin-top:0;margin-bottom:1rem}p{margin:0;line-height:1.6;color:var(--text-secondary)}.grid-two{display:grid;gap:var(--space-6);grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.grid-three{display:grid;gap:var(--space-5);grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.card{background:var(--bg-card);border:1px solid var(--border-soft);border-radius:18px;padding:1.75rem;display:flex;flex-direction:column;gap:var(--space-3)}.card__title{margin:0 0 var(--space-4)}.card__text{margin:0}.card__list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:var(--space-5)}.card__list li{display:flex;flex-direction:column;gap:var(--space-2);color:var(--text-secondary)}.card__list .label{font-size:.75rem;text-transform:uppercase;letter-spacing:.18em;color:var(--text-muted);font-weight:600}.link-set{display:inline-flex;align-items:center;gap:var(--space-2)}.link-set a{color:var(--accent);font-weight:500}.link-set a:hover{color:var(--accent-strong)}.logo-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(48px,1fr));gap:var(--space-3);margin:0;padding:0;list-style:none;justify-items:center}.logo-list li{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:14px;background:#94a3b81f;padding:var(--space-1)}.logo-list img{width:100%;height:auto;max-width:42px;object-fit:contain}.stacked-list{display:flex;flex-direction:column;gap:var(--space-5)}.project{padding:1.75rem;border-radius:18px;border:1px solid var(--border-soft);background:#0e162999;display:flex;flex-direction:column;gap:var(--space-3)}.project__meta{display:flex;gap:var(--space-4);flex-wrap:wrap;color:var(--text-muted);font-size:.85rem;letter-spacing:.04em;text-transform:uppercase;font-weight:600}.project__tag{margin-left:auto;text-align:right;display:flex;flex-direction:column;align-items:flex-end;line-height:1.2;gap:var(--space-1)}.project__title{margin:0;font-size:1.45rem}.project__keep{letter-spacing:.2em}.project__text{margin:0;display:flex;flex-direction:column;gap:var(--space-2)}.project__link{display:inline-block}.timeline{display:flex;flex-direction:column;gap:var(--space-5);position:relative}.timeline:before{content:"";position:absolute;top:0;bottom:0;left:0;width:1px;background:linear-gradient(to bottom,transparent,var(--border-soft),transparent)}.timeline__item{padding-left:2rem;position:relative;display:flex;flex-direction:column;gap:var(--space-3)}.timeline__item:before{content:"";position:absolute;top:calc(var(--space-2) / 2);left:-.35rem;width:.9rem;height:.9rem;border-radius:50%;background:var(--accent);box-shadow:0 0 #60a5fa73;animation:none}.timeline__item--compact:before{top:calc(var(--space-2) / 4)}.timeline__item--pulse:before{animation:pulse-dot 3s ease-out infinite}.timeline__meta{display:flex;flex-direction:column;gap:var(--space-2);color:var(--text-muted);font-size:.85rem;text-transform:uppercase;letter-spacing:.08em;font-weight:600;margin-top:var(--space-1)}.timeline__role{margin:0}.timeline__summary{margin:0;color:var(--text-secondary);line-height:1.6}.timeline__note{margin:0;color:var(--text-secondary);font-size:.95rem;display:flex;align-items:center;gap:var(--space-2)}.timeline__note span{text-transform:uppercase;font-size:.7rem;letter-spacing:.2em;color:var(--text-muted);font-weight:600;margin-right:.2rem}.timeline__note span:after{content:":";margin-left:.1rem}.timeline__certifications{display:flex;flex-wrap:wrap;gap:var(--space-4);margin-top:var(--space-3);align-items:center}.timeline__certifications img{flex:0 0 240px;width:240px;max-width:100%;height:auto;border:1px solid rgba(148,163,184,.24);box-shadow:0 18px 40px -24px #0f172ad9}@media (max-width: 760px){.logo-list{grid-template-columns:repeat(5,minmax(0,1fr));gap:var(--space-2)}.logo-list li{width:44px;height:44px}.timeline__certifications{display:flex;flex-direction:row;gap:var(--space-2);margin-left:0;margin-right:0;width:100%}.timeline__certifications picture{flex:1 1 0;min-width:0}.timeline__certifications img{width:100%;max-width:none;flex:none}}.tag-list{list-style:none;margin:var(--space-2) 0 0;padding:0;display:flex;flex-wrap:wrap;gap:var(--space-2)}.tag-list li{padding:.4rem .75rem;border-radius:999px;background:#60a5fa1f;font-size:.85rem;font-weight:500}.tag-list li a{color:var(--accent)}.tag-list li a:hover{color:var(--accent-strong)}.footer{padding:var(--space-7) 0;background:transparent}.footer__inner{display:flex;justify-content:center;align-items:center;color:var(--text-muted);font-size:.9rem}.footer__inner a{color:var(--accent);font-weight:600}@media (max-width: 720px){.hero{padding:var(--space-8) 0 var(--space-4)}.hero__actions{width:100%}.hero__actions .button{flex:1 1 auto}.timeline:before{left:0}.timeline__item{padding-left:1.8rem}}@keyframes pulse-dot{0%{box-shadow:0 0 #60a5fa73;transform:scale(1)}60%{box-shadow:0 0 0 14px #60a5fa00;transform:scale(1.18)}to{box-shadow:0 0 #60a5fa00;transform:scale(1)}}
