:root{--background: #f7f7f5;--surface: #ffffff;--text: #1b1b1b;--muted: #666666;--border: #deded8;--accent: #111111;--accent-contrast: #ffffff;--max-width: 1080px;--radius: 16px;--shadow: 0 10px 30px rgba(0, 0, 0, .06)}*{box-sizing:border-box}html{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--text);background:var(--background)}body{margin:0;min-width:320px}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.container{width:min(100% - 2rem,var(--max-width));margin:0 auto}.site-header{position:sticky;top:0;z-index:10;backdrop-filter:blur(10px);background:#f7f7f5e0;border-bottom:1px solid var(--border)}.header-inner{min-height:72px;display:flex;align-items:center;justify-content:space-between;gap:1rem}.header-actions{display:flex;align-items:center;justify-content:flex-end;gap:.9rem;flex-wrap:wrap}.menu-toggle{display:none;align-items:center;justify-content:center;flex-direction:column;gap:.24rem;width:46px;height:46px;padding:0;border:1px solid rgba(27,27,27,.1);border-radius:999px;background:#ffffffc7;color:var(--text);cursor:pointer;transition:background-color .16s ease,border-color .16s ease,transform .16s ease}.menu-toggle:hover{background:#fffffff5;border-color:#1b1b1b29}.menu-toggle:focus-visible{outline:2px solid rgba(17,17,17,.82);outline-offset:3px}.menu-toggle-bar{display:block;width:18px;height:1.5px;border-radius:999px;background:currentColor;transition:transform .16s ease,opacity .16s ease}.site-brand{display:inline-flex;align-items:center;gap:.7rem;font-size:1.1rem;font-weight:700;letter-spacing:-.02em}.site-brand-logo{width:34px;height:34px;flex-shrink:0;object-fit:contain}.site-nav ul{display:flex;align-items:center;gap:.35rem;list-style:none;padding:0;margin:0;flex-wrap:wrap;justify-content:flex-end}.site-nav a{display:inline-block;padding:.7rem .9rem;border-radius:999px;color:var(--muted);transition:.16s ease}.site-nav a:hover,.site-nav a.active{background:var(--accent);color:var(--accent-contrast)}.language-switcher{display:inline-flex;align-items:center;gap:.35rem;padding:.25rem;border:1px solid var(--border);border-radius:999px;background:var(--surface)}.language-link{display:inline-block;padding:.45rem .7rem;border-radius:999px;color:var(--muted);font-size:.9rem;font-weight:700;line-height:1;transition:.16s ease}.language-link:hover,.language-link.active{background:var(--accent);color:var(--accent-contrast)}.site-main{padding:3rem 0 4rem}.site-footer{border-top:1px solid var(--border);padding:1.5rem 0 2.5rem}.footer-inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap;color:var(--muted);font-size:.95rem}.footer-inner p{margin:0}.footer-linkedin{display:inline-flex;align-items:center;gap:.45rem;color:var(--muted);text-decoration:none;font-size:.92rem;transition:color .16s ease,opacity .16s ease}.footer-linkedin:hover{color:var(--text)}.footer-linkedin img{width:1rem;height:1rem;flex:0 0 auto;border-radius:.2rem}.hero{padding:4.5rem 0 2.5rem}.hero-panel,.card,.contact-panel,.project-panel{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow)}.hero-panel{padding:3.25rem 3.1rem;border-color:#1b1b1b12;border-radius:22px;background:linear-gradient(180deg,#fffffff5,#fcfcfaf0);box-shadow:0 10px 30px #0f172a09}.hero-intro{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(260px,.82fr);grid-template-areas:"copy figure" "actions figure";gap:3.25rem;align-items:center}.hero-copy{grid-area:copy;max-width:40rem;padding-top:.15rem}.hero-text{margin-bottom:0}.hero-copy h1{font-size:clamp(2.2rem,4.2vw,4rem);line-height:.97;letter-spacing:-.045em;margin-bottom:1.35rem;white-space:nowrap}html[lang=fr] .hero-copy h1{font-size:clamp(2.1rem,3.85vw,3.8rem)}.hero-copy .lead a,.hero-caption a{text-decoration:underline;text-underline-offset:.16em;text-decoration-thickness:.06em}.hero-figure{grid-area:figure;margin:0;max-width:360px;padding:.9rem;border:1px solid rgba(27,27,27,.07);border-radius:18px;background:linear-gradient(180deg,#fffffff2,#f6f6f3eb);box-shadow:0 12px 28px #0f172a0b;justify-self:end}.hero-actions{grid-area:actions;margin-top:0}.hero-image{width:100%;border-radius:12px;border:1px solid rgba(27,27,27,.08);background:#f7f7f5;box-shadow:0 8px 18px #0f172a0a}.hero-caption{margin-top:.8rem;color:#737373;font-size:.8rem;line-height:1.45;letter-spacing:.01em}.eyebrow{display:inline-block;margin-bottom:1.15rem;font-size:.72rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:#7b7b77}h1,h2,h3{letter-spacing:-.03em;line-height:1.05;margin:0 0 1rem}h1{font-size:clamp(2.2rem,5vw,4rem)}h2{font-size:clamp(1.5rem,3vw,2.2rem)}h3{font-size:1.2rem}p{line-height:1.7;margin:0 0 1rem}.lead{max-width:36rem;margin-bottom:1.1rem;color:#555553;font-size:1.03rem;line-height:1.82;letter-spacing:-.006em}.actions{display:flex;flex-wrap:wrap;gap:.9rem;margin-top:2rem}.button,.button-secondary{display:inline-block;padding:.92rem 1.3rem;border-radius:999px;font-weight:600;letter-spacing:-.01em;transition:transform .16s ease,background-color .16s ease,border-color .16s ease,box-shadow .16s ease,color .16s ease}.button{background:var(--accent);color:var(--accent-contrast);border:1px solid rgba(17,17,17,.95);box-shadow:inset 0 1px #ffffff14}.button:hover{transform:translateY(-1px);background:#1c1c1c;box-shadow:inset 0 1px #ffffff14,0 8px 18px #0f172a0f}.button-secondary{background:#ffffffbf;border:1px solid rgba(27,27,27,.1);color:#2a2a28}.button-secondary:hover{background:#f8f8f6;border-color:#1b1b1b29}.button:focus-visible,.button-secondary:focus-visible{outline:2px solid rgba(17,17,17,.82);outline-offset:3px}@media(max-width:1480px){html[lang=fr] .hero-copy h1{white-space:normal}}.section{margin-top:2.5rem}.news-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1.2rem}.news-archive-link{white-space:nowrap}.news-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem}.news-card{display:flex;flex-direction:column;background:var(--surface);border:1px solid var(--border);border-radius:18px;overflow:hidden;box-shadow:var(--shadow)}.news-media{display:grid;place-items:center;min-height:20rem;padding:1.25rem;background:linear-gradient(180deg,#fafaf8,#f3f3ef);border-bottom:1px solid rgba(27,27,27,.06)}.news-media-inner{display:grid;place-items:center;width:min(100%,15rem);height:15rem;margin-inline:auto}.news-media.is-placeholder{background:linear-gradient(180deg,#fbfbfa,#f5f5f2)}.news-image{display:block;width:100%;height:100%;object-fit:contain;object-position:50% 50%;border-radius:12px;background:#ffffffb8}.news-image.is-placeholder{filter:grayscale(1) brightness(0);opacity:.1}.news-body{padding:1.25rem}.news-date{display:inline-block;margin-bottom:.7rem;color:var(--muted);font-size:.86rem}.news-summary{color:#555553;line-height:1.72}.news-summary p:last-child{margin-bottom:0}.news-summary a{text-decoration:underline;text-underline-offset:.14em}.news-summary strong{color:var(--text)}.grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem}.card{display:flex;flex-direction:column;padding:1.4rem}.card .actions{margin-top:auto;justify-content:flex-start}.card p:last-child,.project-panel p:last-child,.contact-panel p:last-child{margin-bottom:0}.meta{margin-top:1rem;color:var(--muted);font-size:.95rem}.project-panel,.contact-panel{padding:2rem}.project-links{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.5rem}.note-box{margin-top:1.5rem;padding:1rem 1.1rem;border:1px dashed var(--border);border-radius:12px;background:#fcfcfa;color:var(--muted)}.project-list{padding-left:1.2rem;margin:1rem 0 0}.project-list li{margin-bottom:.5rem;line-height:1.6}@media(max-width:900px){.header-inner{min-height:72px;align-items:center;flex-wrap:wrap;padding:.85rem 0}.menu-toggle{display:inline-flex}.header-actions{display:none;width:100%;flex-direction:column;align-items:stretch;gap:1rem;margin-top:.9rem;padding:1rem;border:1px solid rgba(27,27,27,.08);border-radius:18px;background:#fffffff0;box-shadow:0 8px 24px #0f172a0d}.header-actions[data-open=true]{display:flex}.site-nav{width:100%}.site-nav ul{flex-direction:column;align-items:stretch;gap:.35rem;justify-content:flex-start}.site-nav a{display:block;width:100%;padding:.85rem 1rem;border-radius:14px}.language-switcher{align-self:flex-start}.grid,.news-grid{grid-template-columns:1fr}.hero-intro{grid-template-columns:1fr;grid-template-areas:"copy" "figure" "actions";gap:1.7rem}.hero-copy h1{white-space:normal}.hero-copy{width:100%;max-width:none}.lead{max-width:none}.hero-figure{max-width:360px;justify-self:center}.site-main{padding-top:2rem}.hero-panel,.project-panel,.contact-panel{padding:1.5rem}}@media(max-width:640px){.news-header{align-items:flex-start;flex-direction:column}}
