@import "https://fonts.googleapis.com/css2?family=Syne:wght@400;500;600;700;800&family=DM+Sans:ital,wght@0,300;0,400;0,500;1,300&display=swap";:root{--ink:#0a0a0f;--ink-soft:#1a1a2e;--paper:#f7f5f0;--paper-warm:#ede9e0;--cream:#faf9f6;--accent:#2563eb;--accent-warm:#f97316;--accent-dark:#1d4ed8;--muted:#6b7280;--muted-light:#9ca3af;--font-display:"Syne", sans-serif;--font-body:"DM Sans", sans-serif;--nav-h:72px;--section-pad:7rem;--radius-sm:6px;--radius-md:14px;--radius-lg:24px;--radius-xl:40px;--shadow-sm:0 1px 4px #0000000f, 0 4px 12px #0000000a;--shadow-md:0 4px 16px #00000014, 0 8px 32px #0000000f;--shadow-lg:0 12px 40px #0000001f, 0 2px 8px #0000000f;--shadow-accent:0 8px 32px #2563eb40}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--font-body);background-color:var(--cream);color:var(--ink);-webkit-font-smoothing:antialiased;cursor:none;line-height:1.6;overflow-x:hidden}.cursor-dot{background:var(--accent);pointer-events:none;z-index:9999;border-radius:50%;width:8px;height:8px;transition:transform .1s;position:fixed;top:0;left:0;transform:translate(-50%,-50%)}.cursor-ring{border:2px solid var(--accent);pointer-events:none;z-index:9998;opacity:.5;border-radius:50%;width:36px;height:36px;transition:transform .15s,width .3s,height .3s,opacity .3s;position:fixed;top:0;left:0;transform:translate(-50%,-50%)}.cursor-ring.hovered{opacity:.2;border-color:var(--accent-warm);width:56px;height:56px}h1,h2,h3,h4{font-family:var(--font-display);color:var(--ink);font-weight:700;line-height:1.1}h1{letter-spacing:-.03em;font-size:clamp(3rem,7vw,6.5rem)}h2{letter-spacing:-.025em;font-size:clamp(2rem,4vw,3.5rem)}h3{font-size:clamp(1.25rem,2vw,1.75rem)}h4{font-size:1.1rem;font-weight:600}p{font-family:var(--font-body);color:var(--muted);font-size:1rem;font-weight:300;line-height:1.75}a{color:inherit;text-decoration:none;transition:color .2s}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.container--wide{max-width:1440px;margin:0 auto;padding:0 3rem}.tag{font-family:var(--font-display);letter-spacing:.08em;text-transform:uppercase;color:var(--accent);background:#2563eb14;border:1px solid #2563eb26;border-radius:999px;align-items:center;gap:6px;padding:.3rem .85rem;font-size:.75rem;font-weight:600;display:inline-flex}.rule{background:var(--accent);border-radius:999px;width:48px;height:3px;margin-bottom:1.5rem;display:block}.btn{font-family:var(--font-display);letter-spacing:.02em;cursor:none;border:none;border-radius:999px;justify-content:center;align-items:center;gap:.5rem;padding:.875rem 2rem;font-size:.9rem;font-weight:700;transition:all .25s;display:inline-flex;position:relative;overflow:hidden}.btn--primary{background:var(--ink);color:#fff;box-shadow:var(--shadow-md)}.btn--primary:hover{background:var(--accent);box-shadow:var(--shadow-accent);transform:translateY(-2px)}.btn--outline{color:var(--ink);border:2px solid var(--ink);background:0 0}.btn--outline:hover{background:var(--ink);color:#fff;transform:translateY(-2px)}.btn--warm{background:var(--accent-warm);color:#fff}.btn--warm:hover{filter:brightness(1.1);transform:translateY(-2px)}.grid-2{grid-template-columns:1fr 1fr;gap:2rem;display:grid}.grid-3{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.flex-row{align-items:center;gap:1rem;display:flex}@keyframes slideUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes scaleIn{0%{opacity:0;transform:scale(.93)}to{opacity:1;transform:scale(1)}}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.anim-slide-up{animation:.7s cubic-bezier(.22,1,.36,1) both slideUp}.anim-fade{animation:.6s both fadeIn}.anim-delay-1{animation-delay:.1s}.anim-delay-2{animation-delay:.2s}.anim-delay-3{animation-delay:.35s}.anim-delay-4{animation-delay:.5s}.anim-delay-5{animation-delay:.65s}.reveal{opacity:0;transition:opacity .8s cubic-bezier(.22,1,.36,1),transform .8s cubic-bezier(.22,1,.36,1);transform:translateY(35px)}.reveal.visible{opacity:1;transform:translateY(0)}.reveal-left{opacity:0;transition:opacity .8s cubic-bezier(.22,1,.36,1),transform .8s cubic-bezier(.22,1,.36,1);transform:translate(-35px)}.reveal-left.visible{opacity:1;transform:translate(0)}.section{padding:var(--section-pad) 0}.section-header .tag{margin-bottom:1.25rem}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--paper-warm)}::-webkit-scrollbar-thumb{background:var(--muted-light);border-radius:999px}::-webkit-scrollbar-thumb:hover{background:var(--accent)}@media (width<=992px){:root{--section-pad:5rem}.grid-2{grid-template-columns:1fr}.grid-3{grid-template-columns:1fr 1fr}}@media (width<=640px){:root{--section-pad:4rem}.container{padding:0 1.25rem}.grid-3{grid-template-columns:1fr}.cursor-dot,.cursor-ring{display:none}body{cursor:auto}.btn{cursor:pointer}}.navbar{height:var(--nav-h);z-index:900;transition:background .4s,box-shadow .4s;position:fixed;top:0;left:0;right:0}.navbar--scrolled{-webkit-backdrop-filter:blur(20px);background:#faf9f6e6;box-shadow:0 1px #0000000f}.navbar__inner{justify-content:space-between;align-items:center;gap:2rem;height:100%;display:flex}.navbar__logo{font-family:var(--font-display);letter-spacing:.05em;color:var(--ink);font-size:1.4rem;font-weight:800}.navbar__logo-dot{color:var(--accent)}.navbar__nav{align-items:center;gap:.25rem;display:flex}.navbar__link{font-family:var(--font-display);color:var(--muted);border-radius:var(--radius-sm);padding:.4rem .9rem;font-size:.88rem;font-weight:600;transition:color .2s,background .2s;position:relative}.navbar__link:hover{color:var(--ink);background:#0000000a}.navbar__link--active{color:var(--accent)!important}.navbar__link--active:after{content:"";background:var(--accent);border-radius:50%;width:4px;height:4px;position:absolute;bottom:-2px;left:50%;transform:translate(-50%)}.navbar__cta{padding:.6rem 1.4rem;font-size:.82rem}.navbar__burger{cursor:none;background:0 0;border:none;flex-direction:column;gap:5px;padding:4px;display:none}.navbar__burger span{background:var(--ink);border-radius:2px;width:22px;height:2px;transition:all .3s;display:block}.navbar__burger.open span:first-child{transform:translateY(7px)rotate(45deg)}.navbar__burger.open span:nth-child(2){opacity:0}.navbar__burger.open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.navbar__mobile{top:var(--nav-h);background:var(--cream);opacity:0;pointer-events:none;z-index:850;border-bottom:1px solid #0000000f;flex-direction:column;gap:.5rem;width:100%;padding:1.5rem 2rem 2rem;transition:transform .4s cubic-bezier(.22,1,.36,1),opacity .3s;display:flex;position:fixed;left:0;transform:translateY(-110%)}.navbar__mobile--open{opacity:1;pointer-events:auto;transform:translateY(0)}.navbar__mobile-link{font-family:var(--font-display);color:var(--ink);border-bottom:1px solid #0000000d;padding:.75rem 0;font-size:1.2rem;font-weight:700;transition:color .2s}.navbar__mobile-link:hover{color:var(--accent)}@media (width<=900px){.navbar__nav,.navbar__cta{display:none}.navbar__burger{display:flex}}.footer{background:var(--ink);color:#ffffff8c;margin-top:4rem;padding:4rem 0 0}.footer__inner{border-bottom:1px solid #ffffff14;grid-template-columns:1.5fr 1fr 1fr;gap:4rem;padding-bottom:4rem;display:grid}.footer__logo{font-family:var(--font-display);color:#fff;letter-spacing:.05em;margin-bottom:1rem;font-size:1.6rem;font-weight:800;display:block}.footer__brand p{color:#ffffff73;font-size:.88rem;line-height:1.7}.footer__socials{gap:1rem;margin-top:1.5rem;display:flex}.footer__socials a{color:#ffffff80;border:1px solid #ffffff26;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;font-size:1rem;transition:all .25s;display:flex}.footer__socials a:hover{background:var(--accent);border-color:var(--accent);color:#fff;transform:translateY(-3px)}.footer__nav{flex-direction:column;gap:.75rem;display:flex}.footer__nav-title{font-family:var(--font-display);text-transform:uppercase;letter-spacing:.1em;color:#fff;margin-bottom:.25rem;font-size:.75rem;font-weight:700}.footer__nav-link{color:#ffffff73;font-size:.88rem;transition:color .2s}.footer__nav-link:hover{color:#fff}.footer__contact{flex-direction:column;gap:.75rem;display:flex}.footer__available{font-family:var(--font-display);color:#4ade80;background:#22c55e1a;border:1px solid #22c55e33;border-radius:999px;align-items:center;gap:.6rem;width:fit-content;margin-top:.5rem;padding:.35rem .85rem;font-size:.78rem;font-weight:600;display:inline-flex}.footer__dot{background:#22c55e;border-radius:50%;width:7px;height:7px;animation:1.8s infinite blink}@keyframes blink{0%,to{opacity:1}50%{opacity:.3}}.footer__bottom{color:#ffffff4d;justify-content:space-between;align-items:center;padding:1.5rem 2rem;font-size:.8rem;display:flex}@media (width<=900px){.footer__inner{grid-template-columns:1fr 1fr}.footer__brand{grid-column:1/-1}}@media (width<=580px){.footer__inner{grid-template-columns:1fr;gap:2.5rem}.footer__bottom{text-align:center;flex-direction:column;gap:.5rem}}.hero{min-height:calc(100vh - var(--nav-h));padding:calc(var(--nav-h) + 3rem) 0 3rem;flex-direction:column;justify-content:center;display:flex;position:relative;overflow:hidden}.hero__bg-shape{pointer-events:none;z-index:0;background:radial-gradient(circle,#2563eb12 0%,#0000 65%);border-radius:50%;width:700px;height:700px;position:absolute;top:-20%;right:-15%}.hero__grid{z-index:1;grid-template-columns:1fr .85fr;align-items:center;gap:5rem;display:grid;position:relative}.tag__dot{background:#22c55e;border-radius:50%;width:7px;height:7px;animation:2s infinite blink;display:inline-block}.hero__title{margin:1.5rem 0;font-size:clamp(3.5rem,7vw,7rem);line-height:.95}.hero__title-accent{color:var(--accent);position:relative}.hero__subtitle{max-width:480px;margin-bottom:2.5rem;font-size:1.1rem;line-height:1.7}.hero__subtitle strong{color:var(--ink);font-weight:500}.hero__actions{flex-wrap:wrap;gap:1rem;display:flex}.hero__socials{gap:1.25rem;margin-top:2.5rem;display:flex}.hero__socials a{width:40px;height:40px;color:var(--muted);border:1.5px solid #0000001a;border-radius:50%;justify-content:center;align-items:center;transition:all .25s;display:flex}.hero__socials a:hover{color:var(--accent);border-color:var(--accent);transform:translateY(-2px)}.hero__visual{justify-content:center;align-items:center;display:flex}.hero__photo-wrap{width:380px;height:460px;position:relative}.hero__photo-bg{border-radius:var(--radius-xl);z-index:0;background:linear-gradient(135deg,#2563eb1f,#f9731614);position:absolute;inset:0;transform:rotate(3deg)}.hero__photo{z-index:1;object-fit:cover;object-position:top;border-radius:var(--radius-xl);width:100%;height:100%;box-shadow:var(--shadow-lg);position:relative}.hero__badge{z-index:2;border-radius:var(--radius-md);box-shadow:var(--shadow-md);font-family:var(--font-display);background:#fff;align-items:center;gap:.75rem;min-width:170px;padding:.75rem 1rem;display:flex;position:absolute}.hero__badge--tl{animation:4s ease-in-out infinite float1;top:1.5rem;left:-2.5rem}.hero__badge--br{animation:4.5s ease-in-out infinite float2;bottom:2.5rem;right:-2.5rem}.hero__badge-icon{font-size:1.5rem}.hero__badge-label{color:var(--ink);white-space:nowrap;font-size:.8rem;font-weight:700}.hero__badge-sub{color:var(--muted);font-size:.7rem;font-weight:400;font-family:var(--font-body);white-space:nowrap}@keyframes float1{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes float2{0%,to{transform:translateY(0)}50%{transform:translateY(8px)}}.hero__stats{border-top:1px solid #00000012;gap:0;margin-top:4rem;padding-top:2rem;display:flex}.hero__stat{border-right:1px solid #00000012;flex:1;margin-right:2rem;padding-right:2rem}.hero__stat:last-child{border-right:none;margin-right:0}.hero__stat-value{font-family:var(--font-display);color:var(--ink);font-size:2.5rem;font-weight:800;display:block}.hero__stat-label{color:var(--muted);margin-top:.25rem;font-size:.85rem;display:block}.home-skills__header{margin-bottom:3rem}.home-skills__header h2{margin-top:.75rem}.home-skills__grid{grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:3rem;display:grid}.home-skills__item{border-radius:var(--radius-md);box-shadow:var(--shadow-sm);font-family:var(--font-display);color:var(--ink);background:#fff;border:1px solid #0000000f;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;font-size:.95rem;font-weight:600;transition:all .25s;display:flex}.home-skills__item:hover{border-color:var(--accent);color:var(--accent);box-shadow:var(--shadow-accent);transform:translateY(-3px)}.home-skills__cta{text-align:center}.marquee-wrapper{background:var(--ink);margin:2rem 0;padding:1.25rem 0;overflow:hidden}.marquee__track{display:flex}.marquee__content{flex-shrink:0;animation:25s linear infinite marquee;display:flex}.marquee__item{font-family:var(--font-display);letter-spacing:.05em;text-transform:uppercase;color:#ffffff80;white-space:nowrap;padding:0 .75rem;font-size:.85rem;font-weight:600}.marquee__sep{color:var(--accent);margin-left:.75rem}.home-cta__card{background:var(--ink);border-radius:var(--radius-xl);justify-content:space-between;align-items:center;gap:3rem;padding:4rem;display:flex}.home-cta__card h2{color:#fff;margin-bottom:1rem}.home-cta__card p{color:#ffffff8c;max-width:480px;font-size:1.05rem}@media (width<=992px){.hero__grid{grid-template-columns:1fr;gap:3rem}.hero__visual{order:-1}.hero__photo-wrap{width:280px;height:340px}.hero__badge--tl{left:-1rem}.hero__badge--br{right:-1rem}.home-skills__grid{grid-template-columns:1fr 1fr}.home-cta__card{text-align:center;flex-direction:column;padding:3rem 2rem}}@media (width<=640px){.hero{padding-top:calc(var(--nav-h) + 2rem)}.hero__stats{border-top:none;flex-direction:column;gap:1.5rem;padding-top:0}.hero__stat{border-bottom:1px solid #00000012;border-right:none;padding-bottom:1.5rem}.hero__stat:last-child{border-bottom:none}.home-skills__grid{grid-template-columns:1fr}}.page-header{margin-bottom:4rem}.page-header .tag{margin-bottom:1rem}.page-title{margin-top:.5rem;font-size:clamp(2.5rem,6vw,5rem);line-height:1}.profil-intro{border-bottom:1px solid #00000012;grid-template-columns:280px 1fr;align-items:start;gap:4rem;margin-bottom:6rem;padding-bottom:4rem;display:grid}.profil-intro__photo{position:relative}.profil-intro__photo img{aspect-ratio:3/4;object-fit:cover;object-position:top;border-radius:var(--radius-lg);width:100%;box-shadow:var(--shadow-md)}.profil-intro__text h2{margin-bottom:1.25rem}.profil-intro__text p{font-size:1.05rem;line-height:1.8}.profil-intro__text strong{color:var(--ink);font-weight:500}.profil-intro__actions{flex-wrap:wrap;gap:1rem;margin-top:2rem;display:flex}.cv-preview-box{border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);border:1.5px solid #00000014;margin-top:2rem;overflow:hidden}.cv-preview-box__header{background:var(--paper-warm);font-family:var(--font-display);color:var(--ink);border-bottom:1px solid #0000000f;align-items:center;gap:.6rem;padding:.75rem 1rem;font-size:.82rem;font-weight:700;display:flex}.cv-preview-box__dl{color:var(--accent);background:#2563eb14;border:1px solid #2563eb26;border-radius:999px;align-items:center;gap:.35rem;margin-left:auto;padding:.25rem .75rem;font-size:.78rem;font-weight:700;transition:all .2s;display:inline-flex}.cv-preview-box__dl:hover{background:var(--accent);color:#fff;border-color:var(--accent)}.cv-preview-box__frame{background:#f5f5f5;border:none;width:100%;height:520px;display:block}.profil-section{margin-bottom:5rem}.section-header{margin-bottom:3rem}.section-header h2{margin-top:.5rem}.skills-groups{grid-template-columns:repeat(2,1fr);gap:2rem;display:grid}.skill-group{border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);background:#fff;border:1px solid #0000000d;padding:2rem;transition:transform .25s,box-shadow .25s}.skill-group:hover{box-shadow:var(--shadow-md);transform:translateY(-4px)}.skill-group__header{margin-bottom:1.5rem}.skill-group__title{font-family:var(--font-display);color:var(--ink);margin-bottom:.75rem;font-size:1rem;font-weight:700;display:block}.skill-group__line{border-radius:999px;width:40px;height:3px}.skill-group__list{flex-direction:column;gap:.6rem;list-style:none;display:flex}.skill-group__item{color:var(--ink);align-items:center;gap:.75rem;font-size:.9rem;font-weight:300;display:flex}.skill-group__dot{border-radius:50%;flex-shrink:0;width:6px;height:6px}.profil-bottom{grid-template-columns:1fr 1fr;gap:4rem;display:grid}.profil-bottom h3{margin-bottom:1.5rem}.languages{flex-direction:column;gap:1.5rem;display:flex}.language-item__header{justify-content:space-between;margin-bottom:.5rem;display:flex}.language-item__name{font-family:var(--font-display);color:var(--ink);font-size:.95rem;font-weight:600}.language-item__level{color:var(--muted);font-size:.8rem}.language-bar{background:#00000012;border-radius:999px;height:6px;overflow:hidden}.language-bar__fill{background:var(--accent);border-radius:999px;height:100%;transition:width 1.2s cubic-bezier(.22,1,.36,1)}.soft-skills{flex-wrap:wrap;gap:.75rem;display:flex}.soft-skill-tag{background:var(--paper-warm);border-radius:var(--radius-sm);font-size:.85rem;font-family:var(--font-display);color:var(--ink);border:1px solid #00000012;padding:.5rem 1rem;font-weight:600;transition:all .2s}.soft-skill-tag:hover{background:var(--accent);color:#fff;border-color:var(--accent)}@media (width<=900px){.profil-intro{grid-template-columns:1fr;gap:2rem}.profil-intro__photo{max-width:220px;margin:0 auto}.skills-groups{grid-template-columns:1fr}.profil-bottom{grid-template-columns:1fr;gap:3rem}}.pdfv-overlay{-webkit-backdrop-filter:blur(14px);z-index:1000;background:#050814d1;justify-content:center;align-items:center;padding:.5rem;animation:.25s fadeIn;display:flex;position:fixed;inset:0}.pdfv-modal{background:#1a1d2e;border-radius:16px;flex-direction:column;width:96vw;max-width:1200px;height:92vh;animation:.3s cubic-bezier(.22,1,.36,1) scaleIn;display:flex;overflow:hidden;box-shadow:0 40px 100px #0009}.pdfv-header{background:#12141f;border-bottom:1px solid #ffffff0f;flex-shrink:0;justify-content:space-between;align-items:center;gap:1rem;padding:.9rem 1.25rem;display:flex}.pdfv-header__left{align-items:center;gap:.75rem;min-width:0;display:flex}.pdfv-header__title{font-family:var(--font-display);color:#fff;white-space:nowrap;text-overflow:ellipsis;font-size:.88rem;font-weight:700;overflow:hidden}.pdfv-badge{letter-spacing:.07em;text-transform:uppercase;color:#4ade80;white-space:nowrap;background:#22c55e1f;border:1px solid #22c55e33;border-radius:999px;flex-shrink:0;align-items:center;gap:.3rem;padding:.2rem .65rem;font-size:.68rem;font-weight:700;display:inline-flex}.pdfv-close{color:#fff9;cursor:none;background:0 0;border:1.5px solid #ffffff26;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;transition:all .2s;display:flex}.pdfv-close:hover{color:#fff;background:#ef4444;border-color:#ef4444}.pdfv-toolbar{background:#1e2135;border-bottom:1px solid #ffffff0f;flex-shrink:0;justify-content:space-between;align-items:center;gap:1rem;padding:.6rem 1.25rem;display:flex}.pdfv-toolbar__nav,.pdfv-toolbar__zoom{align-items:center;gap:.5rem;display:flex}.pdfv-tool-btn{color:#ffffffb3;cursor:none;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;transition:all .18s;display:flex}.pdfv-tool-btn:hover:not(:disabled){background:var(--accent);border-color:var(--accent);color:#fff}.pdfv-tool-btn:disabled{opacity:.3;cursor:not-allowed}.pdfv-page-indicator,.pdfv-zoom-level{font-family:var(--font-display);color:#ffffffbf;text-align:center;min-width:52px;font-size:.82rem;font-weight:700}.pdfv-body{background:#2a2d40;flex:1;min-height:0;position:relative;overflow:hidden}.pdfv-frame{border:none;width:100%;height:100%;display:block}.pdfv-block-overlay{z-index:10;cursor:default;pointer-events:all;background:0 0;height:52px;position:absolute;top:0;left:0;right:0}.pdfv-error{color:#fff9;font-family:var(--font-display);text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:.75rem;padding:3rem;display:flex}.pdfv-error span{font-size:2rem}.pdfv-error p{color:#ffffffb3;margin:0;font-size:.95rem}.pdfv-error small{color:#ffffff59;font-size:.78rem}.pdfv-error code{color:#93c5fd;background:#ffffff14;border-radius:4px;padding:.1rem .4rem}.pdfv-footer{color:#ffffff59;font-size:.75rem;font-family:var(--font-display);background:#12141f;border-top:1px solid #ffffff0d;flex-shrink:0;justify-content:space-between;align-items:center;padding:.6rem 1.25rem;display:flex}.pdfv-close-btn{font-family:var(--font-display);color:#fff9;cursor:none;background:0 0;border:1px solid #ffffff26;border-radius:999px;padding:.3rem .9rem;font-size:.75rem;font-weight:700;transition:all .18s}.pdfv-close-btn:hover{color:#fff;background:#ffffff1a}@media (width<=640px){.pdfv-overlay{padding:0}.pdfv-modal{border-radius:0;max-height:100vh}.pdfv-header__title{font-size:.78rem}}.pdf-actions{flex-wrap:wrap;gap:.5rem;display:flex}.pdf-actions--large{flex-direction:column;gap:.6rem;min-width:170px}.pdf-actions--small{flex-direction:row;justify-content:stretch}.pdf-actions--small .pdf-btn{flex:1;justify-content:center}.pdf-btn{font-family:var(--font-display);border-radius:var(--radius-md);white-space:nowrap;align-items:center;gap:.45rem;padding:.6rem 1rem;font-size:.82rem;font-weight:700;transition:all .2s;display:inline-flex}.pdf-btn--open{background:var(--accent);color:#fff;box-shadow:0 2px 8px #2563eb4d}.pdf-btn--open:hover{background:var(--accent-dark);transform:translateY(-2px);box-shadow:0 6px 16px #2563eb66}.pdf-btn--download{color:var(--accent);background:#2563eb14;border:1.5px solid #2563eb33}.pdf-btn--download:hover{border-color:var(--accent);background:#2563eb26}.project-card__pdf-zone{border-top:1px solid #0000000f;margin-top:auto;padding-top:1rem}.project-card__no-pdf{color:var(--muted-light);font-size:.78rem;font-family:var(--font-display);border-top:1px solid #0000000f;margin-top:auto;padding-top:1rem;font-weight:500}.add-hint{border-radius:var(--radius-md);color:var(--muted);background:#2563eb0a;border:1.5px dashed #2563eb33;align-items:center;gap:.75rem;margin-top:3rem;padding:1rem 1.5rem;font-size:.85rem;display:flex}.add-hint code{color:var(--accent);background:#2563eb14;border-radius:4px;padding:.15rem .5rem;font-size:.8rem}.page-subtitle{color:var(--muted);max-width:560px;margin-top:1rem;font-size:1.1rem}.featured-projects{flex-direction:column;gap:1.5rem;margin-bottom:4rem;display:flex}.featured-card{border-radius:var(--radius-xl);box-shadow:var(--shadow-sm);background:#fff;border:1px solid #0000000f;grid-template-columns:80px 1fr auto;align-items:center;gap:2rem;padding:2.5rem;transition:transform .25s,box-shadow .25s;display:grid}.featured-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.featured-card__emoji{text-align:center;font-size:3.5rem;line-height:1}.featured-card__meta{gap:.5rem;margin-bottom:.75rem;display:flex}.tag--pdf{color:var(--accent-warm);background:#f973161a;border-color:#f9731633}.featured-card__title{margin-bottom:.75rem;font-size:1.4rem}.featured-card__desc{color:var(--muted);margin-bottom:1rem;font-size:.95rem;line-height:1.6}.featured-card__tags{flex-wrap:wrap;gap:.5rem;display:flex}.featured-card__actions{flex-direction:column;gap:.75rem;min-width:150px;display:flex}.filters{border-bottom:1px solid #0000000f;flex-wrap:wrap;align-items:center;gap:.75rem;margin-bottom:2.5rem;padding-bottom:2.5rem;display:flex}.filter-btn{font-family:var(--font-display);color:var(--muted);cursor:none;background:0 0;border:1.5px solid #0000001a;border-radius:999px;padding:.5rem 1.25rem;font-size:.85rem;font-weight:600;transition:all .2s}.filter-btn:hover{border-color:var(--accent);color:var(--accent)}.filter-btn--active{background:var(--accent);color:#fff!important;border-color:var(--accent)!important}.projects-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.project-card{border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);background:#fff;border:1px solid #0000000f;flex-direction:column;padding:1.75rem;transition:transform .25s,box-shadow .25s;display:flex}.project-card:hover{box-shadow:var(--shadow-md);transform:translateY(-5px)}.project-card__top{justify-content:space-between;align-items:flex-start;margin-bottom:1.25rem;display:flex}.project-card__emoji{font-size:2.5rem}.project-card__actions-top{gap:.5rem;display:flex}.icon-btn{border-radius:var(--radius-sm);width:36px;height:36px;color:var(--muted);cursor:none;background:0 0;border:1px solid #00000014;justify-content:center;align-items:center;transition:all .2s;display:flex}.icon-btn:hover{background:var(--accent);color:#fff;border-color:var(--accent)}.project-card__cat{font-size:.75rem;font-family:var(--font-display);color:var(--accent);text-transform:uppercase;letter-spacing:.08em;margin-bottom:.5rem;font-weight:600}.project-card__title{margin-bottom:.75rem;font-size:1.05rem}.project-card__desc{color:var(--muted);flex:1;margin-bottom:1.25rem;font-size:.88rem;line-height:1.65}.project-card__tags{flex-wrap:wrap;gap:.4rem;margin-top:auto;display:flex}.pdf-modal{-webkit-backdrop-filter:blur(12px);z-index:1000;background:#0a0a0fbf;justify-content:center;align-items:center;padding:1.5rem;animation:.25s fadeIn;display:flex;position:fixed;inset:0}.pdf-modal__box{border-radius:var(--radius-xl);background:#fff;flex-direction:column;width:100%;max-width:940px;height:88vh;animation:.3s cubic-bezier(.22,1,.36,1) scaleIn;display:flex;overflow:hidden;box-shadow:0 40px 100px #00000059}.pdf-modal__header{background:var(--ink);flex-shrink:0;justify-content:space-between;align-items:center;padding:1rem 1.5rem;display:flex}.pdf-modal__header-left{color:#fff;font-family:var(--font-display);align-items:center;gap:.75rem;font-size:.88rem;font-weight:600;display:flex}.pdf-modal__title{white-space:nowrap;text-overflow:ellipsis;max-width:500px;overflow:hidden}.pdf-modal__badge{letter-spacing:.06em;text-transform:uppercase;color:#4ade80;white-space:nowrap;background:#22c55e26;border:1px solid #22c55e40;border-radius:999px;align-items:center;gap:.35rem;padding:.2rem .65rem;font-size:.7rem;font-weight:700;display:inline-flex}.pdf-modal__badge:before{content:"🔒";font-size:.65rem}.pdf-modal__close{color:#ffffffb3;cursor:none;background:0 0;border:1.5px solid #fff3;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex}.pdf-modal__close:hover{color:#fff;background:#ef4444;border-color:#ef4444;transform:scale(1.1)}.pdf-modal__body{background:#e5e7eb;flex:1;position:relative;overflow:hidden}.pdf-modal__frame{border:none;width:100%;height:100%;display:block}.pdf-modal__footer{background:var(--paper-warm);color:var(--muted);font-size:.78rem;font-family:var(--font-display);border-top:1px solid #0000000f;flex-shrink:0;justify-content:space-between;align-items:center;padding:.65rem 1.5rem;display:flex}.pdf-modal__close-btn{font-family:var(--font-display);color:var(--ink);cursor:none;background:0 0;border:1.5px solid #0000001f;border-radius:999px;padding:.35rem 1rem;font-size:.78rem;font-weight:700;transition:all .2s}.pdf-modal__close-btn:hover{background:var(--ink);color:#fff;border-color:var(--ink)}@media (width<=992px){.featured-card{grid-template-columns:1fr;gap:1.25rem}.featured-card__emoji{font-size:2.5rem}.featured-card__actions{flex-direction:row}.projects-grid{grid-template-columns:1fr 1fr}}@media (width<=640px){.projects-grid{grid-template-columns:1fr}.pdf-modal{padding:.5rem}.pdf-modal__box{border-radius:var(--radius-lg);height:95vh}.pdf-modal__title{max-width:180px}}.exp-section{margin-bottom:5rem}.exp-section__title{border-bottom:1px solid #00000012;margin-bottom:2.5rem;padding-bottom:1rem;font-size:1.6rem}.timeline{flex-direction:column;gap:0;display:flex}.timeline-item{grid-template-columns:100px 1fr;gap:2rem;display:grid}.timeline-item__marker{flex-direction:column;align-items:flex-end;padding-top:.25rem;display:flex}.timeline-item__dot{background:var(--accent);width:14px;height:14px;box-shadow:0 0 0 2px var(--accent);border:3px solid #fff;border-radius:50%;flex-shrink:0}.timeline-item__line{background:#0000001a;flex:1;width:2px;min-height:60px;margin-top:.5rem;margin-right:6px}.timeline-item__content{padding-bottom:3rem}.timeline-item__period{font-family:var(--font-display);color:var(--accent);text-transform:uppercase;letter-spacing:.08em;margin-bottom:.4rem;font-size:.8rem;font-weight:700}.timeline-item__type-badge{color:var(--muted);margin-bottom:.75rem;font-size:.75rem}.timeline-item__title{margin-bottom:.4rem;font-size:1.2rem}.timeline-item__org{color:var(--muted);margin-bottom:.75rem;font-size:.9rem;font-style:italic;font-weight:400}.timeline-item__desc{margin-bottom:1rem;font-size:.92rem;line-height:1.65}.timeline-item__tags{flex-wrap:wrap;gap:.4rem;display:flex}.certifs-grid{flex-direction:column;gap:1rem;display:flex}.certif-card{border-radius:var(--radius-md);box-shadow:var(--shadow-sm);background:#fff;border:1px solid #0000000f;align-items:center;gap:1.25rem;padding:1.25rem 1.5rem;transition:transform .2s;display:flex}.certif-card:hover{border-left:3px solid var(--accent);transform:translate(6px)}.certif-card__icon{font-size:2rem}.certif-card__name{font-family:var(--font-display);color:var(--ink);font-size:.95rem;font-weight:700}.certif-card__detail{color:var(--muted);margin-top:.2rem;font-size:.82rem}.certif-card__year{font-family:var(--font-display);color:var(--accent);margin-left:auto;font-size:1.1rem;font-weight:800}.tech-tag{font-size:.75rem;font-family:var(--font-display);color:var(--accent);border-radius:var(--radius-sm);background:#2563eb0f;border:1px solid #2563eb1f;padding:.25rem .65rem;font-weight:600;display:inline-block}@media (width<=640px){.timeline-item{grid-template-columns:50px 1fr;gap:1rem}.timeline-item__marker{align-items:center}}.contact-grid{grid-template-columns:1fr 1.4fr;align-items:start;gap:5rem;display:grid}.contact-info h2{margin-bottom:0}.contact-cards{flex-direction:column;gap:1rem;margin-bottom:2rem;display:flex}.contact-card{border-radius:var(--radius-md);box-shadow:var(--shadow-sm);background:#fff;border:1px solid #0000000f;align-items:center;gap:1rem;padding:1rem 1.25rem;transition:transform .2s;display:flex}.contact-card:hover{transform:translate(5px)}.contact-card__icon{width:40px;height:40px;color:var(--accent);border-radius:var(--radius-sm);background:#2563eb14;flex-shrink:0;justify-content:center;align-items:center;font-size:1.1rem;display:flex}.contact-card__label{font-family:var(--font-display);color:var(--muted);text-transform:uppercase;letter-spacing:.06em;font-size:.75rem;font-weight:600}.contact-card__value{font-family:var(--font-display);color:var(--ink);font-size:.9rem;font-weight:600;transition:color .2s}.contact-card__value:hover{color:var(--accent)}.availability-badge{border-radius:var(--radius-md);font-family:var(--font-display);color:#15803d;background:#22c55e14;border:1px solid #22c55e33;align-items:center;gap:.75rem;padding:1rem 1.25rem;font-size:.85rem;font-weight:600;display:flex}.availability-dot{background:#22c55e;border-radius:50%;flex-shrink:0;width:9px;height:9px;animation:2s infinite blink}.contact-form-wrap{border-radius:var(--radius-xl);box-shadow:var(--shadow-md);background:#fff;border:1px solid #0000000f;padding:2.5rem}.contact-form{flex-direction:column;gap:1.25rem;display:flex}.form-row{grid-template-columns:1fr 1fr;gap:1.25rem;display:grid}.form-group{flex-direction:column;gap:.5rem;display:flex}.form-group label{font-family:var(--font-display);color:var(--ink);letter-spacing:.02em;font-size:.82rem;font-weight:700}.form-group input,.form-group textarea{font-family:var(--font-body);border-radius:var(--radius-md);background:var(--cream);color:var(--ink);resize:vertical;cursor:text;border:1.5px solid #0000001a;outline:none;padding:.875rem 1rem;font-size:.95rem;transition:border-color .2s,box-shadow .2s}.form-group input:focus,.form-group textarea:focus{border-color:var(--accent);background:#fff;box-shadow:0 0 0 3px #2563eb1f}.form-group input::placeholder,.form-group textarea::placeholder{color:var(--muted-light)}.btn--full{width:100%}.form-success{text-align:center;padding:4rem 2rem}.form-success__icon{color:#22c55e;background:#22c55e1a;border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;margin:0 auto 1.5rem;display:flex}.form-success h3{margin-bottom:.75rem}@media (width<=900px){.contact-grid{grid-template-columns:1fr;gap:3rem}}@media (width<=580px){.form-row{grid-template-columns:1fr}.contact-form-wrap{padding:1.5rem}}.app-shell{flex-direction:column;min-height:100vh;display:flex}.page-content{padding-top:var(--nav-h);flex:1}
