/* PM Systems Engineering — shared bilingual design system */
:root {
  color-scheme: light;
  --navy: #102a43;
  --navy-deep: #0b1f33;
  --ink: #172b3a;
  --muted: #536879;
  --paper: #f3f5f3;
  --white: #fff;
  --line: #d6dfe2;
  --accent: #38b4cb;
  --accent-dark: #087b94;
  --content: 1160px;
  --gutter: clamp(22px, 5vw, 76px);
  --space-section: clamp(76px, 10vw, 138px);
  --sans: "Aptos", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  --mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body { margin: 0; color: var(--ink); background: var(--white); font: 400 clamp(1rem, 1.05vw, 1.0625rem)/1.65 var(--sans); text-rendering: optimizeLegibility; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
::selection { color: var(--navy-deep); background: #bdebf1; }

.page-shell { width: min(var(--content), calc(100% - var(--gutter) * 2)); margin-inline: auto; }
.section-pad { padding-block: var(--space-section); }
.section-paper { background: var(--paper); }
.section-navy { color: #edf4f6; background: var(--navy); }
.skip-link { position: fixed; z-index: 100; top: 10px; left: 10px; padding: 12px 16px; color: white; background: var(--navy); transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }

h1, h2, h3, p, figure { margin-top: 0; }
h1, h2, h3 { color: inherit; font-weight: 600; letter-spacing: -.035em; line-height: 1.08; text-wrap: balance; }
h1 { max-width: 830px; margin-bottom: 25px; font-size: clamp(3rem, 6.2vw, 6.1rem); }
h2 { max-width: 790px; margin-bottom: 0; font-size: clamp(2.25rem, 4.4vw, 4.2rem); }
h3 { margin-bottom: 14px; font-size: clamp(1.35rem, 2.1vw, 1.8rem); }
.hero-lede, .prose p, .section-heading > p, .expertise-item p,
.project-copy > p:not(.project-kicker), .project-facts dd, .other-work-grid p,
.career-timeline li > div > p:not(.career-org), .current-focus p,
.language-note > p:not(.eyebrow), .interests p {
  text-align: justify;
  text-justify: inter-word;
  hyphens: auto;
  overflow-wrap: break-word;
}
.eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 23px; color: #c1d0da; font: 600 11px/1.4 var(--mono); letter-spacing: .09em; text-transform: uppercase; }
.eyebrow-blue { color: var(--accent-dark); }
.status-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 4px rgba(56,180,203,.15); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 44px; margin-bottom: clamp(42px, 6vw, 72px); }
.section-heading > p { max-width: 360px; margin: 0 0 4px; color: var(--muted); font-size: 16px; }
.section-heading-light > p { color: #bacbd6; }

/* Header and compact professional action component */
.site-header { position: sticky; z-index: 20; top: 0; color: var(--ink); background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(16,42,67,.09); backdrop-filter: blur(14px); }
.header-inner { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 28px; width: min(1320px, calc(100% - 48px)); min-height: 78px; margin-inline: auto; }
.brand, .footer-brand { display: inline-flex; align-items: center; gap: 12px; color: inherit; text-decoration: none; }
.brand-mark { display: grid; width: 42px; height: 42px; place-content: center; border: 1px solid currentColor; color: var(--navy); font-size: 13px; font-weight: 700; letter-spacing: -.08em; }
.brand-mark span { color: var(--accent-dark); }
.brand-name { display: grid; font-size: 13px; font-weight: 700; letter-spacing: .015em; line-height: 1.35; white-space: nowrap; }
.brand-name small { color: var(--muted); font-size: 10px; font-weight: 500; }
.primary-nav { display: flex; align-items: center; gap: clamp(14px, 2vw, 28px); }
.primary-nav > a { position: relative; padding-block: 8px; color: #3e5363; font-size: 12px; font-weight: 600; text-decoration: none; }
.primary-nav > a::after { position: absolute; right: 0; bottom: 2px; left: 0; height: 1px; background: var(--accent-dark); content: ""; transform: scaleX(0); transform-origin: left; transition: transform .18s ease; }
.primary-nav > a:hover::after, .primary-nav > a:focus-visible::after { transform: scaleX(1); }
.language-switch, .footer-languages { display: inline-flex; align-items: center; gap: 7px; color: #8b9ba5; font: 600 11px var(--mono); }
.language-switch a, .footer-languages a { padding: 6px 2px; color: inherit; text-decoration: none; }
.language-switch a[aria-current="page"], .footer-languages a[aria-current="page"] { color: var(--navy); }
.menu-toggle { display: none; }
.header-actions { display: flex; align-items: center; gap: 8px; }
.header-actions[hidden] { display: none; }
.quick-action { display: inline-flex; align-items: center; gap: 7px; padding: 8px 11px; border: 1px solid var(--line); color: var(--navy); font-size: 12px; font-weight: 650; text-decoration: none; transition: color .18s ease, border-color .18s ease, background .18s ease; }
.quick-action:hover { border-color: var(--navy); color: white; background: var(--navy); }
.quick-action svg { width: 14px; height: 14px; }
.action-status { position: fixed; z-index: 50; right: 20px; bottom: 20px; max-width: min(420px, calc(100vw - 40px)); padding: 14px 18px; border: 1px solid rgba(255,255,255,.18); color: white; background: var(--navy-deep); box-shadow: 0 8px 28px rgba(16,42,67,.22); font-size: 14px; }

/* Hero */
.hero { position: relative; overflow: hidden; color: white; background: var(--navy); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.13fr) minmax(300px, .87fr); align-items: center; gap: clamp(46px, 7vw, 100px); min-height: min(690px, calc(100svh - 78px)); padding-block: clamp(70px, 8vw, 112px); }
.hero-copy { position: relative; z-index: 1; }
.hero-copy .eyebrow { margin-bottom: 27px; }
.hero-copy h1 { max-width: 790px; }
.hero-lede { max-width: 590px; margin-bottom: 33px; color: #d3e0e6; font-size: clamp(17px, 1.7vw, 21px); line-height: 1.6; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 20px 27px; }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: 18px; padding: 12px 17px; font-size: 13px; font-weight: 700; text-decoration: none; transition: background .18s ease, color .18s ease, transform .18s ease; }
.button-light { color: var(--navy); background: white; }
.button-light:hover { color: var(--navy-deep); background: #bfeaf0; transform: translateY(-2px); }
.text-link { font-size: 13px; font-weight: 600; text-decoration-thickness: 1px; text-underline-offset: 5px; }
.text-link-light { color: #e1edf1; }
.text-link-light:hover { color: white; }
.hero-signature { margin: 52px 0 0; color: #a9bfcc; font: 500 11px var(--mono); }
.hero-signature span { padding-inline: 7px; color: var(--accent); }
.hero-visual { position: relative; min-height: 425px; margin: 0; }
.hero-visual::before { position: absolute; z-index: 0; top: -17px; right: -17px; width: 55%; height: 55%; border-top: 1px solid rgba(153,208,218,.5); border-right: 1px solid rgba(153,208,218,.5); content: ""; }
.hero-visual img { position: relative; z-index: 1; width: 100%; height: 425px; object-fit: cover; filter: saturate(.72); }
.hero-visual figcaption { position: relative; z-index: 2; display: flex; justify-content: space-between; gap: 10px; padding-top: 13px; color: #c3d1d8; font: 500 10px var(--mono); letter-spacing: .035em; text-transform: uppercase; }
.hero-visual figcaption span:first-child { color: var(--accent); }
.hero-rule { position: absolute; right: 0; bottom: 0; left: 0; height: 1px; background: rgba(209,229,235,.22); }
.hero-rule span { position: absolute; top: -8px; left: max(var(--gutter), calc((100% - var(--content)) / 2)); color: var(--accent); background: var(--navy); font: 700 10px var(--mono); letter-spacing: .15em; }

/* Profile */
.profile-layout { display: grid; grid-template-columns: .86fr 1.14fr; gap: clamp(45px, 9vw, 135px); align-items: start; }
.section-intro h2 { font-size: clamp(2.25rem, 4vw, 3.8rem); }
.profile-copy { max-width: 620px; padding-top: 34px; }
.prose p { color: #425a6a; font-size: 17px; line-height: 1.78; }
.prose p:first-child { color: var(--ink); font-size: 20px; }
.prose p:last-child { margin-bottom: 0; }
.profile-signals { display: grid; grid-template-columns: repeat(3, 1fr); gap: 25px; margin-top: 75px; padding-top: 24px; border-top: 1px solid var(--line); }
.profile-signals > div { display: grid; grid-template-columns: auto 1fr; align-items: baseline; gap: 12px; }
.profile-signals strong { color: var(--navy); font: 500 clamp(22px, 3vw, 33px)/1 var(--mono); letter-spacing: -.08em; white-space: nowrap; }
.profile-signals strong span { color: var(--accent-dark); }
.profile-signals > div > span { color: var(--muted); font-size: 13px; }

/* Expertise */
.expertise-list { border-top: 1px solid #cbd5d9; }
.expertise-item { display: grid; grid-template-columns: 48px minmax(220px, .85fr) minmax(280px, 1.15fr); gap: 24px; align-items: start; padding: 31px 0 34px; border-bottom: 1px solid #cbd5d9; }
.expertise-index { padding-top: 5px; color: var(--accent-dark); font: 600 11px var(--mono); }
.expertise-item h3 { margin-bottom: 9px; font-size: clamp(20px, 2.3vw, 27px); }
.expertise-item p { max-width: 42ch; margin: 0; color: var(--muted); font-size: 15px; line-height: 1.7; }
.expertise-item ul { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 22px; margin: 2px 0 0; padding: 0; list-style: none; }
.expertise-item li { position: relative; padding-left: 15px; color: #435969; font-size: 14px; }
.expertise-item li::before { position: absolute; top: 9px; left: 0; width: 5px; height: 1px; background: var(--accent-dark); content: ""; }

/* Featured projects */
.featured-projects { display: grid; gap: clamp(62px, 8vw, 110px); }
.featured-project { display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(0, .98fr); gap: clamp(36px, 7vw, 96px); align-items: center; }
.featured-project-reverse figure { order: 2; }
.featured-project figure { position: relative; margin: 0; }
.featured-project figure img { width: 100%; height: clamp(290px, 36vw, 475px); object-fit: cover; background: var(--paper); }
.featured-project figure::after { position: absolute; right: -10px; bottom: -10px; width: 34%; height: 34%; border-right: 1px solid var(--accent); border-bottom: 1px solid var(--accent); content: ""; pointer-events: none; }
.featured-project figure figcaption { display: flex; gap: 17px; align-items: baseline; padding-top: 16px; color: var(--accent-dark); font: 600 11px var(--mono); }
.featured-project figure figcaption span { color: #7d8f99; font-weight: 500; }
.project-copy { max-width: 500px; }
.project-kicker { margin-bottom: 17px; color: var(--accent-dark); font: 600 10px var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.project-copy h3 { margin-bottom: 19px; font-size: clamp(26px, 3.2vw, 39px); }
.project-copy > p:not(.project-kicker) { max-width: 62ch; margin-bottom: 24px; color: #506675; font-size: 16px; line-height: 1.75; }
.project-facts { display: grid; gap: 13px; margin: 0; padding-top: 19px; border-top: 1px solid var(--line); }
.project-facts div { display: grid; grid-template-columns: 115px 1fr; gap: 15px; }
.project-facts dt { color: #7a8e9a; font: 600 10px var(--mono); letter-spacing: .035em; text-transform: uppercase; }
.project-facts dd { max-width: 66ch; margin: 0; color: #324b5c; font-size: 14px; line-height: 1.65; }
.other-work { margin-top: clamp(76px, 10vw, 132px); padding-top: 25px; border-top: 1px solid var(--line); }
.other-work > .eyebrow { margin-bottom: 27px; }
.other-work-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(30px, 7vw, 90px); }
.other-work-grid article { display: grid; grid-template-columns: 112px 1fr; column-gap: 20px; align-items: baseline; }
.other-work-grid article > span { grid-row: span 2; color: var(--accent-dark); font: 600 10px var(--mono); }
.other-work-grid h3 { margin-bottom: 8px; font-size: 22px; }
.other-work-grid p { max-width: 66ch; margin: 0; color: var(--muted); font-size: 15px; line-height: 1.7; }

/* Career */
.career-timeline { position: relative; display: grid; gap: 0; max-width: 930px; margin: 0; padding: 0; list-style: none; }
.career-timeline::before { position: absolute; top: 11px; bottom: 18px; left: 150px; width: 1px; background: rgba(207,225,232,.25); content: ""; }
.career-timeline li { display: grid; grid-template-columns: 120px 1fr; gap: 62px; padding-bottom: 35px; }
.career-timeline li:last-child { padding-bottom: 0; }
.career-timeline time { color: #85d8e4; font: 500 11px var(--mono); }
.career-timeline li > div { position: relative; }
.career-timeline li > div::before { position: absolute; top: 4px; left: -38px; width: 9px; height: 9px; border: 1px solid #68c8d8; border-radius: 50%; background: var(--navy); content: ""; }
.career-timeline h3 { margin-bottom: 7px; font-size: 22px; }
.career-timeline p { max-width: 72ch; margin-bottom: 7px; color: #c0d0d8; font-size: 15px; line-height: 1.7; }
.career-timeline .career-org { margin-bottom: 8px; color: #85d8e4; font-size: 12px; font-weight: 600; }
.education-line { display: grid; grid-template-columns: 120px repeat(3, 1fr); gap: 20px; margin-top: 52px; padding: 23px 0; border-top: 1px solid rgba(207,225,232,.26); border-bottom: 1px solid rgba(207,225,232,.26); }
.education-line > .eyebrow { margin: 4px 0 0; color: #85d8e4; }
.education-line div { display: grid; gap: 5px; }
.education-line strong { color: white; font-size: 14px; }
.education-line div span { color: #b5c7d1; font-size: 14px; }
.current-focus { display: grid; grid-template-columns: 120px 1fr; gap: 20px; align-items: baseline; margin-top: 22px; }
.focus-label { color: #85d8e4; font: 600 10px var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.current-focus p { max-width: 72ch; margin: 0; color: #d4e1e6; font-size: 15px; line-height: 1.7; }

/* International and interests */
.international-layout { display: grid; grid-template-columns: .83fr 1.17fr; gap: clamp(45px, 8vw, 110px); align-items: start; }
.language-note { padding-top: 8px; }
.language-note h3 { max-width: 400px; margin-bottom: 16px; font-size: clamp(23px, 3vw, 33px); }
.language-note > p:not(.eyebrow) { max-width: 48ch; color: var(--muted); font-size: 16px; line-height: 1.7; }
.language-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 23px; }
.language-tags span { padding: 6px 10px; border: 1px solid var(--line); color: #536879; font-size: 11px; }
.interests { display: grid; gap: 28px; }
.interests article { display: grid; grid-template-columns: 155px 1fr; gap: 22px; align-items: center; }
.interests img { width: 155px; height: 126px; object-fit: cover; filter: saturate(.82); }
.interests h3 { margin-bottom: 6px; font-size: 21px; }
.interests p { max-width: 46ch; margin: 0; color: var(--muted); font-size: 15px; line-height: 1.7; }

/* Footer */
.site-footer { padding-block: 24px; color: #dce6ea; background: var(--navy-deep); }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 25px; }
.footer-brand { gap: 10px; font-size: 12px; font-weight: 600; text-decoration: none; }
.footer-brand .brand-mark { width: 31px; height: 31px; color: white; font-size: 10px; }
.footer-brand .brand-mark span { color: #6ed1df; }
.footer-inner > p { margin: 0; color: #a9bbc5; font-size: 11px; }
.footer-languages { color: #a9bbc5; }
.footer-languages a[aria-current="page"] { color: white; }

/* Keyboard, hover and responsive behaviour */
:focus-visible { outline: 3px solid #efb84f; outline-offset: 4px; }
@media (hover: hover) {
  .featured-project figure img { transition: filter .25s ease, transform .35s ease; }
  .featured-project:hover figure img { filter: saturate(1.06); transform: scale(1.012); }
}
@media (max-width: 980px) {
  .header-inner { width: calc(100% - 36px); min-height: 68px; gap: 10px; }
  .brand-mark { width: 38px; height: 38px; }
  .menu-toggle { display: inline-flex; align-items: center; gap: 10px; padding: 10px 0 10px 10px; border: 0; color: var(--navy); background: transparent; font: 600 12px var(--sans); cursor: pointer; }
  .menu-icon { display: grid; gap: 5px; width: 19px; }
  .menu-icon i { display: block; height: 1.5px; background: currentColor; transition: transform .18s ease; }
  .menu-toggle[aria-expanded="true"] .menu-icon i:first-child { transform: translateY(3.25px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] .menu-icon i:last-child { transform: translateY(-3.25px) rotate(-45deg); }
  .primary-nav { position: absolute; top: 67px; right: -18px; left: -18px; display: none; align-items: stretch; gap: 0; padding: 8px 22px 18px; border-bottom: 1px solid var(--line); background: white; box-shadow: 0 14px 25px rgba(16,42,67,.1); }
  .primary-nav.is-open { display: grid; }
  .primary-nav > a { padding: 12px 6px; border-bottom: 1px solid #e7edef; font-size: 14px; }
  .primary-nav > a::after { content: none; }
  .language-switch { justify-self: start; margin: 10px 0 0; }
  .language-switch a { padding: 8px; }
  .header-actions { margin-left: auto; }
}
@media (max-width: 1080px) {
  .header-inner { gap: 18px; }
  .primary-nav { gap: 14px; }
  .primary-nav > a { font-size: 11px; }
  .expertise-item { grid-template-columns: 35px minmax(200px, .9fr) minmax(260px, 1.1fr); gap: 18px; }
}
@media (max-width: 900px) {
  html { scroll-padding-top: 72px; }
  .header-inner { width: calc(100% - 36px); min-height: 68px; gap: 10px; }
  .brand-mark { width: 38px; height: 38px; }
  .menu-toggle { display: inline-flex; align-items: center; gap: 10px; padding: 10px 0 10px 10px; border: 0; color: var(--navy); background: transparent; font: 600 12px var(--sans); cursor: pointer; }
  .menu-icon { display: grid; gap: 5px; width: 19px; }
  .menu-icon i { display: block; height: 1.5px; background: currentColor; transition: transform .18s ease; }
  .menu-toggle[aria-expanded="true"] .menu-icon i:first-child { transform: translateY(3.25px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] .menu-icon i:last-child { transform: translateY(-3.25px) rotate(-45deg); }
  .primary-nav { position: absolute; top: 67px; right: -18px; left: -18px; display: none; align-items: stretch; gap: 0; padding: 8px 22px 18px; border-bottom: 1px solid var(--line); background: white; box-shadow: 0 14px 25px rgba(16,42,67,.1); }
  .primary-nav.is-open { display: grid; }
  .primary-nav > a { padding: 12px 6px; border-bottom: 1px solid #e7edef; font-size: 14px; }
  .primary-nav > a::after { content: none; }
  .language-switch { justify-self: start; margin: 10px 0 0; }
  .language-switch a { padding: 8px; }
  .header-actions { margin-left: auto; }
  .hero-grid { grid-template-columns: 1fr .8fr; gap: 35px; min-height: 600px; }
  .hero-visual, .hero-visual img { min-height: 355px; height: 355px; }
  .profile-layout, .international-layout { grid-template-columns: 1fr; gap: 26px; }
  .profile-copy { max-width: 750px; padding-top: 0; }
  .profile-signals { margin-top: 48px; }
  .expertise-item { grid-template-columns: 32px 1fr; gap: 17px 20px; }
  .expertise-item ul { grid-column: 2; }
  .featured-project { gap: 32px; }
  .featured-project figure img { height: 330px; }
  .education-line { grid-template-columns: 100px repeat(3, 1fr); gap: 15px; }
  .current-focus { grid-template-columns: 100px 1fr; }
  .international-layout { gap: 40px; }
  .interests { grid-template-columns: 1fr 1fr; gap: 20px; }
  .interests article { grid-template-columns: 115px 1fr; gap: 15px; }
  .interests img { width: 115px; height: 110px; }
}
@media (max-width: 680px) {
  :root { --gutter: 22px; --space-section: 78px; }
  h1 { font-size: clamp(2.7rem, 12vw, 4rem); }
  .header-inner { width: calc(100% - 30px); gap: 7px; }
  .brand-name { font-size: 10px; }
  .brand-name small { font-size: 8px; }
  .header-actions { gap: 4px; }
  .quick-action { gap: 4px; padding: 7px 6px; font-size: 10px; }
  .menu-toggle { gap: 5px; padding-left: 4px; font-size: 11px; }
  .hero-grid { grid-template-columns: 1fr; gap: 39px; min-height: 0; padding-block: 70px 54px; }
  .hero-copy h1 { max-width: 580px; }
  .hero-lede { max-width: 530px; font-size: 17px; }
  .hero-signature { margin-top: 32px; }
  .hero-visual, .hero-visual img { min-height: 0; height: auto; aspect-ratio: 1.25; }
  .hero-visual img { object-position: center; }
  .section-heading { display: block; margin-bottom: 40px; }
  .section-heading > p { max-width: 500px; margin-top: 17px; font-size: 15px; }
  .profile-signals { grid-template-columns: 1fr; gap: 16px; margin-top: 38px; }
  .profile-signals > div { grid-template-columns: 125px 1fr; }
  .profile-signals strong { font-size: 25px; }
  .prose p, .prose p:first-child { font-size: 16px; }
  .expertise-item { grid-template-columns: 28px 1fr; padding-block: 25px; }
  .expertise-item ul { grid-template-columns: 1fr; gap: 8px; }
  .expertise-item h3 { font-size: 22px; }
  .featured-projects { gap: 61px; }
  .featured-project, .featured-project-reverse { grid-template-columns: 1fr; gap: 26px; }
  .featured-project-reverse figure { order: 0; }
  .featured-project figure img { height: auto; aspect-ratio: 1.25; }
  .project-copy h3 { max-width: 560px; }
  .project-facts div { grid-template-columns: 92px 1fr; }
  .other-work-grid { grid-template-columns: 1fr; gap: 28px; }
  .other-work-grid article { grid-template-columns: 88px 1fr; }
  .career-timeline::before { left: 5px; }
  .career-timeline li { grid-template-columns: 1fr; gap: 9px; padding-left: 28px; }
  .career-timeline li > div::before { left: -27px; }
  .career-timeline time { font-size: 10px; }
  .education-line { grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 42px; }
  .education-line > .eyebrow { grid-column: 1 / -1; }
  .current-focus { grid-template-columns: 1fr; gap: 8px; }
  .interests { grid-template-columns: 1fr; }
  .interests article { grid-template-columns: 115px 1fr; }
  .footer-inner { flex-wrap: wrap; }
  .footer-inner > p { order: 3; width: 100%; }
}
@media (max-width: 390px) {
  .brand-mark { width: 32px; height: 32px; }
  .brand { gap: 7px; }
  .brand-name { font-size: 9px; }
  .brand-name small { display: none; }
  .header-inner { gap: 5px; }
  .quick-action[data-professional-action="linkedin"] .action-label { display: none; }
  .quick-action[data-professional-action="cv-fr"] .action-label,
  .quick-action[data-professional-action="cv-en"] .action-label { font-size: 0; }
  .quick-action[data-professional-action="cv-fr"] .action-label::after { content: "FR"; font-size: 10px; }
  .quick-action[data-professional-action="cv-en"] .action-label::after { content: "EN"; font-size: 10px; }
  .quick-action { padding-inline: 7px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 16px; }
  .hero-visual figcaption { font-size: 9px; }
  .project-facts div { grid-template-columns: 80px 1fr; gap: 10px; }
}
@media (max-width: 350px) { .menu-toggle-label { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; } }
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
