*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{min-height:100vh;background:var(--bg);color:var(--text);font-family:Outfit,sans-serif;line-height:1.6}footer{width:100%;padding:1.5rem 0;background:var(--surface-dark);display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--text-muted);font-size:.9rem;font-weight:500;margin-top:4rem;border-top:1px solid var(--border)}footer p{opacity:.7;letter-spacing:.03em}.app-layout{display:flex}.app-main{flex:1;min-width:0;margin-right:64px}@media (max-width: 900px){.app-main{margin-right:0}}.section-title{font-size:2rem;font-weight:700;color:var(--text);margin-bottom:2.5rem;position:relative;display:inline-block}.section-title:after{content:"";position:absolute;bottom:-8px;left:0;width:40px;height:3px;background:var(--accent);border-radius:2px}.tag{background:var(--surface);border:1px solid var(--border);color:var(--accent);padding:4px 12px;border-radius:999px;font-size:.75rem;font-weight:600;letter-spacing:.04em}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:10px 22px;border-radius:10px;font-size:.9rem;font-weight:600;cursor:pointer;text-decoration:none;transition:all .2s ease;border:none}.btn-primary{background:var(--accent);color:var(--bg-darkest)}.btn-primary:hover{background:var(--accent-light);transform:translateY(-2px);box-shadow:0 6px 20px var(--shadow-accent)}.btn-secondary{background:var(--surface);color:var(--text);border:1px solid var(--border)}.btn-secondary:hover{background:var(--surface-hover);border-color:var(--accent);color:var(--accent);transform:translateY(-2px)}:root{--bg: #1B2922;--bg-darkest: #1C1C1C;--surface-dark: #161e19;--surface: rgba(67, 81, 70, .25);--surface-hover:rgba(67, 81, 70, .4);--text: #F1F1F1;--text-muted: rgba(241, 241, 241, .55);--text-dim: rgba(241, 241, 241, .35);--accent: #6b967e;--accent-light: #7aab91;--accent-dark: #4A6958;--forest: #4A6958;--slate: #435146;--night: #1B2922;--anthracite: #1C1C1C;--pearl: #F1F1F1;--border: rgba(107, 150, 126, .15);--border-hover: rgba(107, 150, 126, .4);--shadow: rgba(0, 0, 0, .35);--shadow-light: rgba(0, 0, 0, .2);--shadow-accent:rgba(107, 150, 126, .25);--glass: rgba(27, 41, 34, .75);--glass-dark: rgba(28, 28, 28, .85);--overlay: rgba(27, 41, 34, .5);--radius-sm: 8px;--radius-md: 14px;--radius-lg: 20px;--radius-xl: 28px}@media (prefers-color-scheme: light){:root{--bg: #F1F1F1;--bg-darkest: #FFFFFF;--surface-dark: #e8e8e8;--surface: rgba(67, 81, 70, .08);--surface-hover:rgba(67, 81, 70, .14);--text: #1B2922;--text-muted: rgba(27, 41, 34, .55);--text-dim: rgba(27, 41, 34, .35);--accent: #4A6958;--accent-light: #6b967e;--accent-dark: #435146;--border: rgba(67, 81, 70, .12);--border-hover: rgba(74, 105, 88, .4);--shadow: rgba(27, 41, 34, .1);--shadow-light: rgba(27, 41, 34, .06);--shadow-accent:rgba(74, 105, 88, .15);--glass: rgba(241, 241, 241, .8);--glass-dark: rgba(255, 255, 255, .9);--overlay: rgba(241, 241, 241, .6)}}.sidebar{position:fixed;top:0;right:0;height:100vh;width:64px;background:var(--glass-dark);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-left:1px solid var(--border);display:flex;flex-direction:column;align-items:center;padding-top:24px;padding-bottom:24px;box-sizing:border-box;z-index:200}.sidebar-nav{list-style:none;display:flex;flex-direction:column;align-items:center;gap:4px;padding:0;margin-top:auto;margin-bottom:auto}.sidebar-socials{display:flex;flex-direction:column;align-items:center;gap:6px;margin-top:auto}.sidebar-social-link{position:relative;display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:var(--radius-md);color:var(--text-muted);text-decoration:none;border:1px solid transparent;transition:background .2s,color .2s,transform .15s,border-color .2s}.sidebar-social-link:hover{background:var(--surface-hover);color:var(--accent);border-color:var(--border);transform:translateY(-2px)}.sidebar-social-link.cv-link{color:var(--accent)}.sidebar-social-link.cv-link:hover{background:#6b967e1a;border-color:var(--accent)}.sidebar-link{position:relative;display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:var(--radius-md);color:var(--text-muted);text-decoration:none;transition:background .2s,color .2s,transform .15s}.sidebar-link:hover{background:var(--surface-hover);color:var(--accent);transform:scale(1.08)}.sidebar-link.active{background:var(--surface);color:var(--accent)}.sidebar-link.active:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:3px;height:60%;background:var(--accent);border-radius:0 3px 3px 0}.sidebar-icon{width:20px;height:20px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.sidebar-icon svg{width:20px;height:20px}.sidebar-tooltip{position:absolute;right:calc(100% + 10px);top:50%;transform:translateY(-50%);background:var(--slate);color:var(--pearl);font-size:.75rem;font-weight:600;padding:5px 10px;border-radius:6px;white-space:nowrap;pointer-events:none;opacity:0;transition:opacity .2s;letter-spacing:.04em}.sidebar-tooltip:after{content:"";position:absolute;left:100%;top:50%;transform:translateY(-50%);border:5px solid transparent;border-left-color:var(--slate)}.sidebar-link:hover .sidebar-tooltip,.sidebar-social-link:hover .sidebar-tooltip{opacity:1}@media (max-width: 900px){.sidebar{display:none}}.hero-section{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:80px 48px 60px;position:relative;overflow:hidden}.hero-section:before{content:"";position:absolute;top:-20%;left:50%;transform:translate(-50%);width:700px;height:700px;background:radial-gradient(circle,rgba(107,150,126,.06) 0%,transparent 70%);pointer-events:none}.hero-content{display:flex;flex-direction:column;align-items:center;text-align:center;max-width:860px;width:100%;z-index:10}.image-container{position:relative;margin-bottom:2rem}.profile-pic{width:160px;height:160px;border-radius:50%;border:3px solid var(--accent);object-fit:cover;position:relative;z-index:2;box-shadow:0 0 0 6px #6b967e1a;transition:transform .3s ease,box-shadow .3s ease}.profile-pic:hover{transform:scale(1.04);box-shadow:0 0 0 8px #6b967e2e}.glow-effect{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:200px;height:200px;background:radial-gradient(circle,rgba(107,150,126,.18) 0%,transparent 70%);filter:blur(18px);z-index:1;animation:pulse 5s infinite ease-in-out}.hero-title{font-size:3.5rem;font-weight:800;margin-bottom:.6rem;letter-spacing:-1.5px;line-height:1.1}.gradient-text{color:var(--text)}.hero-subtitle{font-size:1.2rem;color:var(--accent);font-weight:500;letter-spacing:.06em;text-transform:uppercase;margin-bottom:2rem}.hero-bio{font-size:1rem;color:var(--text-muted);line-height:1.85;max-width:780px;margin-bottom:2.5rem;background:var(--surface);border:1px solid var(--border);padding:1.8rem 2.2rem;border-radius:var(--radius-xl);text-align:left;transition:border-color .25s}.hero-bio:hover{border-color:var(--border-hover)}.status-bar{display:flex;align-items:center;gap:1.5rem;background:var(--surface);border:1px solid var(--border);padding:1rem 1.8rem;border-radius:100px;margin-bottom:2.5rem;flex-wrap:wrap;justify-content:center}.status-item{display:flex;align-items:center;gap:.75rem;text-align:left}.status-divider{width:1px;height:36px;background:var(--border)}.status-icon{font-size:1.3rem;display:flex;align-items:center;justify-content:center}.status-dot-active{display:inline-block;width:10px;height:10px;background-color:#4ade80;border-radius:50%;position:relative;box-shadow:0 0 8px #4ade80;margin:0 6px}.status-dot-active:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;border-radius:50%;background-color:#4ade80;animation:status-pulse 2s infinite ease-in-out}@keyframes status-pulse{0%{transform:scale(1);opacity:.8}to{transform:scale(2.5);opacity:0}}.status-text{display:flex;flex-direction:column}.status-text strong{font-size:.875rem;color:var(--text);font-weight:600}.status-text span{font-size:.78rem;color:var(--text-muted)}.hero-actions{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center}@keyframes pulse{0%,to{transform:translate(-50%,-50%) scale(1);opacity:.6}50%{transform:translate(-50%,-50%) scale(1.1);opacity:.3}}@media (max-width: 768px){.hero-section{padding:60px 20px 40px}.hero-title{font-size:2.2rem}.hero-subtitle{font-size:1rem}.status-bar{flex-direction:column;border-radius:var(--radius-xl);padding:1.2rem 1.4rem;align-items:flex-start}.status-divider{width:100%;height:1px}.hero-actions{flex-direction:column;width:100%}.hero-actions .btn{width:100%;justify-content:center}}.stage-section{padding:100px 48px;position:relative}.stage-inner{max-width:900px;margin:0 auto}.stage-intro{color:var(--text-muted);font-size:1.05rem;margin-bottom:2.5rem;margin-top:-1rem;line-height:1.7}.stage-cards-row{display:grid;grid-template-columns:1fr 1fr;gap:1.2rem;margin-bottom:2rem}.stage-card-btn{display:flex;flex-direction:column;gap:.5rem;padding:1.6rem;border-radius:var(--radius-lg);background:var(--surface);border:2px solid var(--border);cursor:pointer;text-align:left;transition:all .25s ease;color:var(--text);font-family:Outfit,sans-serif}.stage-card-btn:hover{border-color:var(--border-hover);background:var(--surface-hover);transform:translateY(-3px);box-shadow:0 10px 30px var(--shadow)}.stage-card-btn.selected.card-sage{border-color:var(--accent);background:#6b967e14;box-shadow:0 0 0 4px #6b967e1a,0 10px 30px var(--shadow)}.stage-card-btn.selected.card-forest{border-color:var(--forest);background:#4a69581a;box-shadow:0 0 0 4px #4a69581a,0 10px 30px var(--shadow)}.scb-emoji{font-size:2rem}.scb-info{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.scb-type{font-size:1.1rem;font-weight:700;color:var(--text)}.scb-badge{background:var(--slate);color:var(--pearl);font-size:.72rem;font-weight:600;padding:3px 10px;border-radius:999px;letter-spacing:.05em}.scb-period{font-size:.85rem;color:var(--text-muted);font-weight:500}.stage-detail{border-radius:var(--radius-xl);padding:2.2rem;display:flex;flex-direction:column;gap:1.8rem;border:1px solid var(--border);background:var(--surface)}.detail-sage{border-color:#6b967e40;background:#6b967e0a}.detail-forest{border-color:#4a695840;background:#4a69580d}.stage-block{display:flex;flex-direction:column;gap:.6rem}.stage-block-title{font-size:.85rem;font-weight:700;color:var(--accent);text-transform:uppercase;letter-spacing:.08em;margin-bottom:.2rem}.stage-block-text{color:var(--text-muted);font-size:.95rem;line-height:1.7}.stage-info-grid{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.stage-info-item{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);padding:.9rem 1.1rem;display:flex;flex-direction:column;gap:.2rem}.stage-info-label{font-size:.72rem;font-weight:700;color:var(--accent);text-transform:uppercase;letter-spacing:.08em}.stage-info-value{font-size:.9rem;color:var(--text);font-weight:500}.stage-atouts{display:grid;grid-template-columns:1fr 1fr;gap:.6rem}.stage-atout{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);padding:.65rem 1rem;font-size:.875rem;color:var(--text-muted);font-weight:500}.stage-cta{display:inline-flex;align-items:center;justify-content:center;padding:1rem 2.2rem;border-radius:999px;font-size:1rem;font-weight:700;text-decoration:none;transition:all .25s ease;letter-spacing:.03em;align-self:flex-start}.cta-sage{background:var(--accent);color:var(--bg-darkest);box-shadow:0 4px 20px var(--shadow-accent)}.cta-sage:hover{background:var(--accent-light);transform:translateY(-2px);box-shadow:0 8px 28px var(--shadow-accent)}.cta-forest{background:var(--forest);color:var(--pearl);box-shadow:0 4px 20px #4a69584d}.cta-forest:hover{background:var(--accent);transform:translateY(-2px);box-shadow:0 8px 28px #4a695866}@media (max-width: 768px){.stage-section{padding:60px 20px}.stage-cards-row,.stage-info-grid,.stage-atouts{grid-template-columns:1fr}.stage-cta{width:100%;justify-content:center}}.parcours-section{padding:100px 48px;position:relative}.parcours-inner{max-width:800px;margin:0 auto}.timeline-container{position:relative;padding-left:48px;margin-top:1rem}.timeline-line{position:absolute;left:12px;top:26px;bottom:26px;width:2px;background:linear-gradient(to bottom,var(--border) 0%,var(--border) 90%,transparent 100%)}.timeline-item{position:relative;margin-bottom:2.5rem}.timeline-item:last-child{margin-bottom:0}.timeline-dot{position:absolute;left:-41px;top:22px;width:12px;height:12px;border-radius:50%;background:var(--accent);border:2px solid var(--bg);box-shadow:0 0 0 3px #6b967e33;z-index:2}.timeline-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.6rem 1.8rem;transition:border-color .25s,box-shadow .25s}.timeline-card:hover{border-color:var(--border-hover);box-shadow:0 8px 28px var(--shadow)}.tc-header{display:flex;align-items:flex-start;gap:1.2rem;margin-bottom:1rem}.tc-logo-wrap{flex-shrink:0;width:48px;height:48px;background:var(--surface-hover);border:1px solid var(--border);border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;padding:6px}.tc-logo{width:36px;height:36px;object-fit:contain;filter:brightness(.95)}.tc-meta{display:flex;flex-direction:column;gap:.15rem}.tc-date{font-size:.75rem;font-weight:700;color:var(--accent);text-transform:uppercase;letter-spacing:.08em}.tc-title{font-size:1.1rem;font-weight:700;color:var(--text);line-height:1.3}.tc-place{font-size:.82rem;color:var(--text-muted)}.tc-desc{font-size:.92rem;color:var(--text-muted);line-height:1.75;margin-bottom:1.2rem}.tc-bento{display:flex;flex-wrap:wrap;gap:.5rem}@media (max-width: 768px){.parcours-section{padding:60px 20px}.timeline-container{padding-left:32px}.timeline-line{left:14px}.timeline-dot{left:-25px}}.about-section{padding:100px 48px}.about-inner{max-width:1000px;margin:0 auto}.bento-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.2rem;margin-top:1rem}.bento-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-xl);padding:1.8rem;transition:border-color .25s,box-shadow .25s,transform .2s}.bento-card:hover{border-color:var(--border-hover);box-shadow:0 8px 32px var(--shadow);transform:translateY(-2px)}.bento-card-dark{background:#1c1c1c80;border-color:#6b967e1f}.bento-span-2{grid-column:span 2}.bento-full{grid-column:1 / -1}.bento-card-title{font-size:.78rem;font-weight:700;color:var(--accent);text-transform:uppercase;letter-spacing:.1em;margin-bottom:1.4rem;display:flex;align-items:center;gap:.5rem}.bento-icon{font-size:1rem}.bento-logo-grid{display:flex;flex-wrap:wrap;gap:.8rem}.bento-logo-grid-large{gap:1rem}.bento-logo-item{display:flex;flex-direction:column;align-items:center;gap:.5rem;background:var(--surface-hover);border:1px solid var(--border);border-radius:var(--radius-md);padding:.9rem 1rem;min-width:72px;transition:all .2s;cursor:default}.bento-logo-item:hover{border-color:var(--border-hover);background:#6b967e1a;transform:translateY(-3px)}.bento-logo-item img{width:36px;height:36px;object-fit:contain}.bento-logo-item span{font-size:.72rem;font-weight:600;color:var(--text-muted);letter-spacing:.02em}.bento-languages{display:flex;flex-direction:column;gap:.75rem}.bento-language-item{display:flex;align-items:center;gap:.9rem;padding:.7rem .9rem;background:var(--surface-hover);border:1px solid var(--border);border-radius:var(--radius-md);transition:all .2s}.bento-language-item:hover{border-color:var(--border-hover)}.flag-img{width:32px;height:24px;object-fit:cover;border-radius:4px;flex-shrink:0}.language-info{display:flex;flex-direction:column;gap:.1rem}.language-name{font-size:.9rem;font-weight:600;color:var(--text)}.language-level{font-size:.75rem;color:var(--accent);font-weight:500}.bento-soft-skills{display:flex;flex-direction:column;gap:.75rem}.soft-skill-row{display:flex;flex-direction:column;gap:.15rem;padding:.6rem 0;border-bottom:1px solid var(--border)}.soft-skill-row:last-child{border-bottom:none}.soft-skill-title{font-size:.88rem;font-weight:700;color:var(--text)}.soft-skill-desc{font-size:.78rem;color:var(--text-muted);line-height:1.5}@media (max-width: 768px){.about-section{padding:60px 20px}.bento-grid{grid-template-columns:1fr}.bento-span-2,.bento-full{grid-column:span 1}}.projects-section{padding:100px 48px}.projects-inner{max-width:1100px;margin:0 auto}.slider-wrapper{position:relative;display:flex;align-items:center;gap:.75rem;margin-top:1rem}.nav-btn{flex-shrink:0;width:42px;height:42px;border-radius:50%;border:1px solid var(--border);background:var(--surface);color:var(--text-muted);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s;z-index:2}.nav-btn svg{width:18px;height:18px}.nav-btn:hover{border-color:var(--border-hover);background:var(--surface-hover);color:var(--accent);transform:scale(1.06)}.projects-slider{display:flex;gap:1.2rem;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;padding:.5rem .25rem 1rem;flex:1}.projects-slider::-webkit-scrollbar{display:none}.project-card{min-width:300px;max-width:300px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-xl);overflow:hidden;scroll-snap-align:start;display:flex;flex-direction:column;transition:border-color .25s,box-shadow .25s,transform .2s;flex-shrink:0}.project-card:hover{border-color:var(--border-hover);box-shadow:0 12px 36px var(--shadow);transform:translateY(-4px)}.pc-image{width:100%;height:170px;overflow:hidden;background:var(--surface-hover)}.pc-image img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.project-card:hover .pc-image img{transform:scale(1.04)}.pc-content{padding:1.4rem;display:flex;flex-direction:column;gap:.75rem;flex:1}.pc-title{font-size:1.05rem;font-weight:700;color:var(--text)}.pc-desc{font-size:.86rem;color:var(--text-muted);line-height:1.65;flex:1}.pc-tags{display:flex;flex-wrap:wrap;gap:.4rem}.pc-btn{margin-top:auto;width:100%;justify-content:center;font-size:.85rem;padding:8px 16px}@media (max-width: 768px){.projects-section{padding:60px 16px}.project-card{min-width:270px;max-width:270px}}.contact-section{padding:100px 48px}.contact-inner{max-width:680px;margin:0 auto}.contact-intro{color:var(--text-muted);font-size:1rem;line-height:1.75;margin-top:-1rem;margin-bottom:2.5rem}.contact-items{display:flex;flex-direction:column;gap:.8rem;margin-bottom:2rem}.contact-item{display:flex;align-items:center;gap:1rem;padding:1.1rem 1.4rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);transition:border-color .2s,box-shadow .2s}.contact-item:hover{border-color:var(--border-hover);box-shadow:0 4px 20px var(--shadow)}.contact-icon{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:var(--surface-hover);border:1px solid var(--border);border-radius:var(--radius-md);color:var(--accent);flex-shrink:0}.contact-icon svg{width:18px;height:18px}.contact-info{display:flex;flex-direction:column;gap:.1rem;flex:1}.contact-label{font-size:.72rem;font-weight:700;color:var(--accent);text-transform:uppercase;letter-spacing:.08em}.contact-value{font-size:.95rem;color:var(--text);text-decoration:none;font-weight:500;transition:color .2s}.contact-value:hover{color:var(--accent)}.copy-btn{width:34px;height:34px;border:1px solid var(--border);background:var(--surface-hover);border-radius:var(--radius-sm);cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--text-muted);flex-shrink:0;transition:all .2s}.copy-btn svg{width:15px;height:15px}.copy-btn:hover{border-color:var(--border-hover);color:var(--accent)}.contact-socials{display:flex;gap:.8rem;flex-wrap:wrap}.contact-social-btn,.contact-cv-btn{display:inline-flex;align-items:center;gap:.5rem;font-size:.9rem}@media (max-width: 768px){.contact-section{padding:60px 20px}.contact-socials{flex-direction:column}.contact-socials .btn{width:100%;justify-content:center}}
