@font-face {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("assets/fonts/dm-sans-latin.woff2") format("woff2");
}

@font-face {
  font-family: "Fraunces";
  font-style: normal;
  font-weight: 500 600;
  font-display: swap;
  src: url("assets/fonts/fraunces-latin.woff2") format("woff2");
}

:root {
  --navy: #2f3853;
  --navy-deep: #20273c;
  --blue: #dfeafa;
  --blue-strong: #5271b1;
  --lavender: #eee9f7;
  --peach: #f7e0d6;
  --mint: #dfeee8;
  --butter: #fff3c9;
  --paper: #fbfaf8;
  --white: #ffffff;
  --text: #3d455a;
  --muted: #666d80;
  --line: rgba(47, 56, 83, .13);
  --max: 1160px;
  --shadow: 0 24px 70px rgba(50, 58, 83, .10);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--text); background: var(--paper); font-family: "DM Sans", system-ui, sans-serif; line-height: 1.7; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; }
button, summary { font: inherit; }
a:focus-visible, button:focus-visible, summary:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 3px solid #5271b1; outline-offset: 3px; }
h1, h2, h3, p { text-wrap: pretty; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: -9999px; top: 12px; z-index: 100; padding: 10px 16px; background: var(--navy); color: white; border-radius: 8px; }
.skip-link:focus { left: 12px; }
.scroll-progress { position: fixed; inset: 0 0 auto; z-index: 100; height: 3px; background: transparent; }
.scroll-progress span { display: block; width: 0; height: 100%; background: var(--blue-strong); }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(251,250,248,.88); border-bottom: 1px solid rgba(47,56,83,.08); backdrop-filter: blur(16px); }
.header-inner { width: min(calc(100% - 40px), var(--max)); min-height: 82px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; line-height: 1.2; }
.brand-mark { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 14px; color: white; background: var(--navy); font-size: .78rem; font-weight: 700; }
.brand strong, .brand small { display: block; }
.brand strong { color: var(--navy); font-size: .88rem; }
.brand small { margin-top: 3px; color: var(--muted); font-size: .66rem; }
nav { display: flex; align-items: center; gap: 28px; }
nav a { text-decoration: none; font-size: .8rem; font-weight: 600; }
nav a:hover, nav a:focus-visible { color: var(--blue-strong); }
.nav-contact { padding: 10px 17px; border: 1px solid var(--line); border-radius: 999px; background: white; }
.menu-button { display: none; width: 44px; height: 44px; padding: 10px; border: 0; background: transparent; }
.menu-button > span:not(.sr-only) { display: block; width: 22px; height: 2px; margin: 5px auto; background: var(--navy); transition: transform .2s, opacity .2s; }

.hero { position: relative; min-height: calc(100vh - 82px); overflow: hidden; display: grid; align-content: center; padding: 78px 20px 44px; background: linear-gradient(145deg, #fbfaf8 0%, #f7f5fb 55%, #f0f6fb 100%); }
.soft-orb { position: absolute; border-radius: 50%; filter: blur(2px); pointer-events: none; }
.orb-one { width: 480px; height: 480px; right: -150px; top: -140px; background: rgba(223,234,250,.9); }
.orb-two { width: 280px; height: 280px; left: -120px; bottom: 30px; background: rgba(247,224,214,.72); }
.hero-inner { position: relative; z-index: 1; width: min(100%, var(--max)); margin: 0 auto; display: grid; grid-template-columns: 1.45fr .55fr; align-items: center; gap: clamp(55px, 8vw, 115px); }
.eyebrow { margin: 0 0 22px; color: var(--blue-strong); font-size: .72rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow span { margin-right: 7px; }
h1, h2 { color: var(--navy); font-family: "Fraunces", Georgia, serif; font-weight: 500; letter-spacing: -.045em; }
h1 { max-width: 840px; margin: 0; font-size: clamp(3.65rem, 6.5vw, 6.6rem); line-height: .99; }
.rotating-word { position: relative; display: inline-block; color: var(--blue-strong); transition: opacity .25s, transform .25s; }
.rotating-word.is-changing { opacity: 0; transform: translateY(7px); }
.rotating-word::after { content: ""; position: absolute; left: 2px; right: 0; bottom: 4px; height: 8px; z-index: -1; border-radius: 99px; background: var(--butter); transform: rotate(-1deg); }
.hero-lead { max-width: 720px; margin: 30px 0; color: #5e6679; font-size: 1.08rem; line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 18px; min-height: 52px; padding: 0 22px; border-radius: 16px; text-decoration: none; font-size: .85rem; font-weight: 700; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-3px); }
.button-primary { color: white; background: var(--navy); box-shadow: 0 13px 30px rgba(47,56,83,.18); }
.button-primary:hover { background: var(--blue-strong); box-shadow: 0 15px 34px rgba(109,143,211,.28); }
.button-quiet { color: var(--navy); border: 1px solid var(--line); background: rgba(255,255,255,.75); }
.trust-list { display: flex; flex-wrap: wrap; gap: 22px; margin: 33px 0 0; padding: 0; list-style: none; color: var(--muted); font-size: .77rem; }
.trust-list span { color: #76a38e; margin-right: 5px; font-weight: 700; }
.identity-card { position: relative; padding: 28px; border: 1px solid rgba(255,255,255,.8); border-radius: 32px; background: rgba(255,255,255,.72); box-shadow: var(--shadow); backdrop-filter: blur(10px); }
.portrait-small { position: relative; width: 152px; height: 152px; margin: -72px auto 20px; padding: 7px; border-radius: 50%; background: linear-gradient(135deg, var(--blue), var(--peach)); }
.portrait-small img { display: block; width: 100%; height: 100%; border: 4px solid white; border-radius: 50%; object-fit: cover; }
.status-dot { position: absolute; right: 12px; bottom: 15px; width: 18px; height: 18px; border: 4px solid white; border-radius: 50%; background: #79b398; }
.identity-card .hello { margin: 0; color: var(--muted); font-size: .76rem; }
.identity-card h2 { margin: 2px 0 12px; font-size: 2.25rem; }
.identity-card > div > p:last-child { margin: 0; color: var(--muted); font-size: .86rem; }
.identity-meta { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 22px; }
.identity-meta span { padding: 6px 10px; border-radius: 999px; background: var(--blue); color: var(--navy); font-size: .65rem; font-weight: 600; }
.identity-meta span:nth-child(2) { background: var(--peach); }
.identity-meta span:nth-child(3) { background: var(--mint); }
.discover { position: relative; z-index: 1; width: min(100%, var(--max)); margin: 46px auto 0; display: flex; align-items: center; justify-content: space-between; padding-top: 16px; border-top: 1px solid var(--line); color: var(--muted); text-decoration: none; font-size: .72rem; font-weight: 600; text-transform: uppercase; letter-spacing: .1em; }

.section { padding: 120px max(20px, calc((100% - var(--max)) / 2)); }
.section-intro { max-width: 650px; }
.section-intro.narrow { max-width: 590px; }
.section-intro.centered { margin: 0 auto; text-align: center; }
.section-intro h2 { margin: 0; font-size: clamp(2.7rem, 5vw, 5rem); line-height: 1.06; }
.section-intro > p:last-child { color: var(--muted); }
.profile { display: grid; grid-template-columns: .82fr 1.18fr; gap: 10vw; background: white; }
.profile-story { max-width: 680px; }
.profile-story > p { color: var(--muted); }
.profile-story .large-copy { margin-top: 0; color: var(--text); font-size: 1.25rem; line-height: 1.68; }
blockquote { position: relative; margin: 42px 0 0; padding: 26px 30px 26px 68px; border: 0; border-radius: 22px; background: var(--lavender); }
blockquote > span { position: absolute; left: 22px; top: 8px; color: #a18fc5; font-family: Georgia, serif; font-size: 4.8rem; line-height: 1; }
blockquote p { margin: 0; color: var(--navy); font-family: "Fraunces", Georgia, serif; font-size: 1.23rem; line-height: 1.45; }

.contexts { background: linear-gradient(180deg, var(--paper), #f5f7fb); }
.context-explorer { margin-top: 55px; border: 1px solid var(--line); border-radius: 30px; overflow: hidden; background: white; box-shadow: 0 25px 70px rgba(47,56,83,.07); }
.context-tabs { display: grid; grid-template-columns: repeat(3, 1fr); padding: 9px; background: #f2f4f8; }
.context-tabs button { min-height: 54px; border: 0; border-radius: 18px; color: var(--muted); background: transparent; cursor: pointer; touch-action: manipulation; font-size: .86rem; font-weight: 700; transition: color .2s, background .2s, box-shadow .2s; }
.context-tabs button[aria-selected="true"] { color: var(--navy); background: white; box-shadow: 0 6px 18px rgba(47,56,83,.08); }
.context-panels article { display: grid; grid-template-columns: 88px 1fr 220px; gap: 34px; align-items: center; min-height: 285px; padding: 45px; animation: panel-in .35s ease both; }
.context-panels article[hidden] { display: none !important; }
.panel-icon { display: grid; place-items: center; width: 72px; height: 72px; border-radius: 24px; color: var(--navy); background: var(--blue); font-family: "Fraunces", serif; font-size: 1.3rem; }
.context-panels article:nth-child(2) .panel-icon { background: var(--mint); }
.context-panels article:nth-child(3) .panel-icon { background: var(--peach); }
.context-panels h3 { margin: 0 0 10px; color: var(--navy); font-family: "Fraunces", Georgia, serif; font-size: 1.8rem; font-weight: 500; }
.context-panels p { margin: 0; color: var(--muted); }
.context-panels ul { margin: 0; padding: 0; list-style: none; }
.context-panels li { padding: 10px 0; border-bottom: 1px solid var(--line); color: var(--navy); font-size: .8rem; font-weight: 600; }
.context-panels li::before { content: "✓"; margin-right: 8px; color: #79a68f; }
@keyframes panel-in { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }

.strengths { background: white; }
.strength-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; max-width: 940px; margin: 58px auto 0; }
.strength-grid details { border: 1px solid var(--line); border-radius: 22px; background: var(--paper); overflow: hidden; transition: background .2s, border .2s; }
.strength-grid details[open] { border-color: transparent; background: var(--blue); }
.strength-grid details:nth-child(2)[open] { background: var(--mint); }
.strength-grid details:nth-child(3)[open] { background: var(--peach); }
.strength-grid details:nth-child(4)[open] { background: var(--lavender); }
.strength-grid summary { display: grid; grid-template-columns: 42px 1fr 24px; align-items: center; gap: 12px; min-height: 78px; padding: 14px 20px; color: var(--navy); cursor: pointer; list-style: none; font-weight: 700; }
.strength-grid summary::-webkit-details-marker { display: none; }
.strength-icon { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 13px; background: rgba(255,255,255,.65); font-size: 1.05rem; }
.plus { position: relative; width: 20px; height: 20px; }
.plus::before, .plus::after { content: ""; position: absolute; left: 4px; right: 4px; top: 9px; height: 2px; background: var(--navy); transition: transform .2s; }
.plus::after { transform: rotate(90deg); }
details[open] .plus::after { transform: rotate(0); }
.strength-grid details > p { margin: 0; padding: 0 20px 24px 74px; color: #586075; font-size: .9rem; }

.journey { display: grid; grid-template-columns: .68fr 1.32fr; gap: 8vw; background: var(--navy-deep); }
.journey .section-intro h2 { color: white; }
.journey .section-intro > p:last-child { color: #aeb6ca; }
.timeline { border-top: 1px solid rgba(255,255,255,.16); }
.timeline details { color: white; border-bottom: 1px solid rgba(255,255,255,.16); }
.timeline summary { display: grid; grid-template-columns: 120px 1fr 30px; gap: 24px; align-items: center; min-height: 112px; cursor: pointer; list-style: none; }
.timeline summary::-webkit-details-marker { display: none; }
.timeline time { color: #aeb6ca; font-size: .72rem; font-weight: 600; }
.timeline strong, .timeline small { display: block; }
.timeline strong { font-family: "Fraunces", Georgia, serif; font-size: 1.25rem; font-weight: 500; }
.timeline small { margin-top: 3px; color: #aeb6ca; font-size: .72rem; }
.timeline-toggle { position: relative; width: 28px; height: 28px; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; }
.timeline-toggle::before, .timeline-toggle::after { content: ""; position: absolute; width: 9px; height: 1px; left: 9px; top: 13px; background: white; transition: transform .2s; }
.timeline-toggle::after { transform: rotate(90deg); }
.timeline details[open] .timeline-toggle { background: var(--blue-strong); border-color: var(--blue-strong); }
.timeline details[open] .timeline-toggle::after { transform: rotate(0); }
.timeline-content { padding: 0 54px 28px 144px; }
.timeline-content p { margin: 0; color: #c4cad8; font-size: .88rem; }

.training { background: var(--paper); }
.training-card { display: grid; grid-template-columns: .78fr 1.22fr; gap: 8vw; padding: 65px; border-radius: 38px; background: var(--butter); }
.training-card .section-intro h2 { font-size: clamp(2.6rem, 4.6vw, 4.4rem); }
.diploma-list { margin: 0; padding: 0; list-style: none; }
.diploma-list li { display: grid; grid-template-columns: 78px 1fr; gap: 20px; padding: 19px 0; border-bottom: 1px solid rgba(47,56,83,.15); }
.diploma-list li:first-child { border-top: 1px solid rgba(47,56,83,.15); }
.diploma-list time { color: #7c641f; font-size: .7rem; font-weight: 700; text-transform: uppercase; }
.diploma-list strong, .diploma-list small { display: block; }
.diploma-list strong { color: var(--navy); font-size: .9rem; line-height: 1.45; }
.diploma-list small { margin-top: 3px; color: #77705f; font-size: .7rem; }

.interests-section { background: white; }
.interest-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 18px; margin-top: 60px; }
.interest-card { min-height: 340px; padding: 30px; border-radius: 28px; display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; }
.interest-card:nth-child(3), .interest-card:nth-child(4) { min-height: 290px; }
.web-card { background: var(--blue); }
.video-card { background: var(--peach); }
.tech-card { background: var(--lavender); }
.sport-card { background: var(--mint); }
.interest-top { display: flex; align-items: center; justify-content: space-between; }
.interest-top small { color: var(--muted); font-size: .65rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.interest-symbol { display: grid; place-items: center; min-width: 52px; height: 52px; padding: 0 11px; border-radius: 17px; color: var(--navy); background: rgba(255,255,255,.65); font-family: "Fraunces", Georgia, serif; font-size: 1.05rem; }
.interest-symbol.rec { color: #db725e; font-size: 1.2rem; }
.interest-card h3 { margin: 60px 0 10px; color: var(--navy); font-family: "Fraunces", Georgia, serif; font-size: 2rem; font-weight: 500; line-height: 1.1; }
.interest-card p { max-width: 520px; margin: 0 0 18px; color: #5e6679; font-size: .9rem; }
.interest-tag { display: inline-block; padding: 6px 10px; border: 1px solid rgba(47,56,83,.12); border-radius: 999px; color: var(--navy); background: rgba(255,255,255,.4); font-size: .65rem; font-weight: 600; }
.vs81-showcase { position: relative; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 30px; min-height: 150px; margin-top: 18px; padding: 28px 30px; overflow: hidden; border: 1px solid var(--line); border-radius: 27px; color: var(--navy); background: linear-gradient(115deg, var(--blue), var(--lavender) 58%, var(--peach)); box-shadow: 0 20px 55px rgba(47,56,83,.07); text-decoration: none; transition: transform .2s ease, box-shadow .2s ease; }
.vs81-showcase::before { content: ""; position: absolute; width: 160px; height: 160px; right: 18%; bottom: -110px; border-radius: 50%; background: rgba(255,255,255,.42); pointer-events: none; }
.vs81-showcase:hover { transform: translateY(-3px); box-shadow: 0 25px 62px rgba(47,56,83,.11); }
.vs81-copy { position: relative; z-index: 1; display: grid; gap: 5px; }
.vs81-copy small { color: var(--blue-strong); font-size: .65rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.vs81-copy strong { font-family: "Fraunces", Georgia, serif; font-size: clamp(1.4rem, 3vw, 2rem); font-weight: 600; line-height: 1.15; }
.vs81-copy > span { color: #5e6679; font-size: .8rem; }
.vs81-action { position: relative; z-index: 1; display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 46px; padding: 0 18px; border-radius: 14px; color: white; background: var(--navy); font-size: .73rem; font-weight: 700; white-space: nowrap; }
.vs81-action > span { transition: transform .2s ease; }
.vs81-showcase:hover .vs81-action > span, .vs81-showcase:focus-visible .vs81-action > span { transform: translate(2px, -2px); }

.contact { padding: 110px 20px; background: linear-gradient(135deg, var(--blue) 0%, var(--lavender) 55%, var(--peach) 100%); }
.contact-inner { width: min(100%, var(--max)); margin: 0 auto; display: grid; grid-template-columns: 1fr 320px; gap: 28px; align-items: start; }
.contact-heading { grid-column: 1 / -1; max-width: 820px; margin-bottom: 20px; }
.contact h2 { margin: 0; font-size: clamp(3rem, 5.5vw, 5.5rem); line-height: 1.02; }
.contact-heading > p:not(.eyebrow) { max-width: 700px; margin: 26px 0 0; color: #60687b; font-size: 1.03rem; }
.contact-form { padding: 34px; border: 1px solid rgba(255,255,255,.78); border-radius: 28px; background: rgba(255,255,255,.74); box-shadow: var(--shadow); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.field { min-width: 0; }
.field-wide { grid-column: 1 / -1; }
.field label, .field legend { display: block; margin: 0 0 7px; color: var(--navy); font-size: .74rem; font-weight: 700; }
.field input, .field select, .field textarea { width: 100%; border: 1px solid rgba(47,56,83,.18); border-radius: 13px; color: var(--text); background: rgba(255,255,255,.88); font: inherit; font-size: .88rem; outline: 0; transition: border .2s, box-shadow .2s, background .2s; }
.field input, .field select { min-height: 50px; padding: 0 14px; }
.field textarea { display: block; min-height: 155px; padding: 13px 14px; resize: vertical; line-height: 1.55; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--blue-strong); background: white; box-shadow: 0 0 0 4px rgba(109,143,211,.16); }
.field input[aria-invalid="true"], .field select[aria-invalid="true"], .field textarea[aria-invalid="true"] { border-color: #c86666; box-shadow: 0 0 0 4px rgba(200,102,102,.12); }
.field-help { display: block; margin-top: 6px; color: var(--muted); font-size: .64rem; }
.preference-field { margin: 0; padding: 0; border: 0; }
.preference-field label { display: inline-flex; align-items: center; gap: 7px; margin: 4px 22px 0 0; cursor: pointer; font-weight: 500; }
.preference-field input { width: 17px; min-height: 17px; margin: 0; accent-color: var(--navy); }
.website-field { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.consent { display: flex; align-items: flex-start; gap: 10px; color: #5e6679; cursor: pointer; font-size: .72rem; line-height: 1.5; }
.consent input { width: 18px; height: 18px; flex: 0 0 auto; margin: 2px 0 0; accent-color: var(--navy); }
.privacy-short { margin: -5px 0 0; padding-left: 28px; color: var(--muted); font-size: .67rem; line-height: 1.55; }
.privacy-short a { color: var(--navy); font-weight: 700; text-underline-offset: 3px; }
.form-footer { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-top: 26px; padding-top: 22px; border-top: 1px solid var(--line); }
.form-footer p { margin: 0; color: var(--muted); font-size: .66rem; }
.submit-button { border: 0; cursor: pointer; }
.submit-button:disabled { opacity: .65; cursor: wait; transform: none; }
.form-status { display: none; margin: 18px 0 0; padding: 12px 14px; border-radius: 12px; font-size: .78rem; font-weight: 600; }
.form-status.is-success { display: block; color: #376f58; background: #e2f2e9; }
.form-status.is-error { display: block; color: #954f4f; background: #f8e6e4; }
.contact-card { padding: 30px; border: 1px solid rgba(255,255,255,.75); border-radius: 28px; background: rgba(255,255,255,.74); box-shadow: var(--shadow); }
.contact-name { margin: 0 0 22px; color: var(--navy); font-family: "Fraunces", Georgia, serif; font-size: 1.65rem; }
.contact-card > a:not(.download-link), .contact-card > p:not(.contact-name) { display: block; margin: 0; padding: 15px 0; border-top: 1px solid var(--line); text-decoration: none; }
.contact-card small, .contact-card strong { display: block; }
.contact-card small { color: var(--muted); font-size: .64rem; text-transform: uppercase; letter-spacing: .1em; }
.contact-card strong { margin-top: 3px; color: var(--navy); font-size: .86rem; overflow-wrap: anywhere; }
.download-link { display: flex; justify-content: space-between; margin-top: 18px; padding: 12px 14px; border-radius: 13px; color: white; background: var(--navy); text-decoration: none; font-size: .76rem; font-weight: 700; }
footer { width: min(calc(100% - 40px), var(--max)); min-height: 96px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 24px; color: var(--muted); font-size: .7rem; }
footer a { color: var(--navy); text-decoration: none; font-weight: 700; }
.france-signature { display: inline-flex; align-items: center; gap: 9px; min-height: 34px; padding: 6px 11px 6px 7px; border: 1px solid var(--line); border-radius: 999px; color: var(--navy); background: rgba(255,255,255,.72); box-shadow: 0 8px 22px rgba(47,56,83,.06); font-size: .64rem; font-weight: 700; white-space: nowrap; }
.france-flag { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); width: 27px; height: 18px; flex: 0 0 auto; overflow: hidden; border: 1px solid rgba(47,56,83,.12); border-radius: 5px; box-shadow: 0 2px 6px rgba(47,56,83,.13); transform: rotate(-2deg); }
.france-flag::after { content: ""; position: absolute; inset: 0; background: linear-gradient(115deg, rgba(255,255,255,.34), transparent 45%, rgba(47,56,83,.08)); box-shadow: inset 0 0 0 1px rgba(255,255,255,.18); }
.france-flag > span:nth-child(1) { background: #244f9e; }
.france-flag > span:nth-child(2) { background: #fff; }
.france-flag > span:nth-child(3) { background: #e84b55; }
.footer-links { display: flex; align-items: center; justify-content: flex-end; flex-wrap: wrap; gap: 10px 20px; }
.footer-links a:hover, .footer-links a:focus-visible { color: var(--blue-strong); }

/* Confidentialité et mentions légales */
.legal-page { background: linear-gradient(180deg, var(--paper) 0%, #f5f7fb 42%, var(--paper) 100%); }
.legal-page .site-header { position: relative; }
.legal-home-link { display: inline-flex; align-items: center; min-height: 42px; padding: 0 16px; border: 1px solid var(--line); border-radius: 999px; color: var(--navy); background: white; text-decoration: none; font-size: .76rem; font-weight: 700; }
.legal-home-link:hover, .legal-home-link:focus-visible { color: var(--blue-strong); border-color: rgba(82,113,177,.35); }
.legal-main { overflow: hidden; }
.legal-hero { position: relative; padding: 94px 20px 70px; }
.legal-hero::before, .legal-hero::after { content: ""; position: absolute; border-radius: 50%; pointer-events: none; }
.legal-hero::before { width: 340px; height: 340px; right: -110px; top: -145px; background: rgba(223,234,250,.9); }
.legal-hero::after { width: 210px; height: 210px; left: -95px; bottom: -70px; background: rgba(247,224,214,.68); }
.legal-hero-inner { position: relative; z-index: 1; width: min(100%, 880px); margin: 0 auto; }
.legal-hero h1 { max-width: 820px; font-size: clamp(3.2rem, 7vw, 6rem); }
.legal-lead { max-width: 720px; margin: 28px 0 0; color: #5e6679; font-size: 1.05rem; }
.legal-overview { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 42px; }
.legal-overview article { min-height: 145px; padding: 22px; border: 1px solid rgba(255,255,255,.8); border-radius: 23px; background: rgba(255,255,255,.75); box-shadow: 0 18px 50px rgba(47,56,83,.06); }
.legal-overview span { display: grid; place-items: center; width: 38px; height: 38px; margin-bottom: 18px; border-radius: 12px; color: var(--navy); background: var(--blue); font-size: .75rem; font-weight: 700; }
.legal-overview article:nth-child(2) span { background: var(--mint); }
.legal-overview article:nth-child(3) span { background: var(--peach); }
.legal-overview strong, .legal-overview small { display: block; }
.legal-overview strong { color: var(--navy); font-family: "Fraunces", Georgia, serif; font-size: 1.1rem; font-weight: 600; }
.legal-overview small { margin-top: 5px; color: var(--muted); font-size: .7rem; line-height: 1.5; }
.legal-layout { width: min(calc(100% - 40px), 1040px); margin: 0 auto; padding: 30px 0 110px; display: grid; grid-template-columns: 250px minmax(0, 1fr); gap: 34px; align-items: start; }
.legal-nav { position: sticky; top: 24px; padding: 22px; border: 1px solid var(--line); border-radius: 22px; background: rgba(255,255,255,.82); }
.legal-nav p { margin: 0 0 12px; color: var(--navy); font-size: .7rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.legal-nav a { display: block; padding: 10px 0; border-top: 1px solid var(--line); color: var(--muted); text-decoration: none; font-size: .76rem; font-weight: 600; }
.legal-nav a:hover, .legal-nav a:focus-visible { color: var(--blue-strong); }
.legal-content { display: grid; gap: 18px; }
.legal-section { scroll-margin-top: 24px; padding: 34px; border: 1px solid var(--line); border-radius: 28px; background: white; box-shadow: 0 20px 58px rgba(47,56,83,.055); }
.legal-section h2 { margin: 0 0 22px; font-size: clamp(2rem, 4vw, 3rem); line-height: 1.08; }
.legal-section h3 { margin: 28px 0 8px; color: var(--navy); font-family: "Fraunces", Georgia, serif; font-size: 1.25rem; font-weight: 600; }
.legal-section p, .legal-section li { color: #5e6679; font-size: .88rem; }
.legal-section p { margin: 0 0 14px; }
.legal-section p:last-child { margin-bottom: 0; }
.legal-section a { color: var(--blue-strong); font-weight: 700; text-underline-offset: 3px; overflow-wrap: anywhere; }
.legal-section ul { margin: 10px 0 18px; padding-left: 22px; }
.legal-section li + li { margin-top: 7px; }
.legal-facts { display: grid; grid-template-columns: 165px 1fr; gap: 0; margin: 6px 0 22px; border-top: 1px solid var(--line); }
.legal-facts dt, .legal-facts dd { margin: 0; padding: 12px 0; border-bottom: 1px solid var(--line); font-size: .82rem; }
.legal-facts dt { color: var(--navy); font-weight: 700; }
.legal-facts dd { color: var(--muted); overflow-wrap: anywhere; }
.legal-note { margin-top: 24px !important; padding: 18px 20px; border-radius: 16px; color: var(--navy) !important; background: var(--mint); }
.legal-date { margin-top: 4px; color: var(--muted); font-size: .7rem; }
.legal-page footer { width: min(calc(100% - 40px), 1040px); }

.js-enabled .reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s ease; }
.js-enabled .reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 900px) {
  .hero { padding-top: 120px; }
  .hero-inner { grid-template-columns: 1fr; gap: 100px; }
  .identity-card { width: min(100%, 480px); }
  .profile, .journey, .training-card, .contact-inner { grid-template-columns: 1fr; gap: 60px; }
  .contact-heading { grid-column: 1; margin-bottom: 0; }
  .contact-card { width: min(100%, 520px); }
  .context-panels article { grid-template-columns: 70px 1fr; }
  .context-panels ul { grid-column: 2; }
  .training-card { padding: 48px; }
}

@media (max-width: 820px) {
  .header-inner { width: calc(100% - 30px); min-height: 72px; }
  .menu-button { display: block; position: relative; z-index: 2; cursor: pointer; }
  .menu-button[aria-expanded="true"] > span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-button[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
  .menu-button[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  nav { position: fixed; inset: 72px 0 0; display: flex; flex-direction: column; align-items: stretch; gap: 0; padding: 30px 22px; background: var(--paper); opacity: 0; visibility: hidden; transform: translateY(-10px); transition: opacity .2s, visibility .2s, transform .2s; }
  nav.is-open { opacity: 1; visibility: visible; transform: none; }
  nav a { padding: 18px 4px; border-bottom: 1px solid var(--line); font-family: "Fraunces", Georgia, serif; font-size: 1.6rem; font-weight: 500; }
  .nav-contact { margin-top: 18px; text-align: center; font-family: "DM Sans", sans-serif; font-size: .9rem; }
  .hero { min-height: auto; padding: 78px 16px 38px; }
  .orb-one { width: 310px; height: 310px; }
  .hero-inner { gap: 90px; }
  h1 { font-size: clamp(3.15rem, 14.5vw, 4.7rem); }
  .hero-lead { font-size: .96rem; }
  .hero-actions { flex-direction: column; }
  .button { width: 100%; }
  .trust-list { display: grid; gap: 8px; }
  .identity-card { padding: 24px; }
  .portrait-small { width: 124px; height: 124px; margin-top: -62px; }
  .discover { margin-top: 36px; }
  .section { padding-top: 82px; padding-bottom: 82px; }
  .section-intro h2 { font-size: clamp(2.45rem, 12vw, 3.7rem); }
  .profile { gap: 42px; }
  .profile-story .large-copy { font-size: 1.08rem; }
  blockquote { padding-left: 54px; }
  blockquote > span { left: 15px; }
  .context-tabs { grid-template-columns: 1fr; gap: 5px; }
  .context-panels article { grid-template-columns: 1fr; gap: 22px; padding: 28px 22px; }
  .context-panels ul { grid-column: 1; }
  .panel-icon { width: 58px; height: 58px; border-radius: 18px; }
  .strength-grid { grid-template-columns: 1fr; }
  .strength-grid details > p { padding-left: 20px; }
  .journey { gap: 48px; }
  .timeline summary { grid-template-columns: 1fr 32px; gap: 12px; padding: 22px 0; }
  .timeline time { grid-column: 1 / -1; }
  .timeline-content { padding: 0 0 24px; }
  .training-card { padding: 30px 22px; border-radius: 26px; }
  .diploma-list li { grid-template-columns: 1fr; gap: 4px; }
  .interest-grid { grid-template-columns: 1fr; }
  .interest-card, .interest-card:nth-child(3), .interest-card:nth-child(4) { min-height: 290px; padding: 24px; }
  .interest-card h3 { margin-top: 46px; }
  .vs81-showcase { grid-template-columns: 1fr; gap: 22px; padding: 24px; }
  .vs81-action { width: 100%; }
  .contact { padding-top: 82px; padding-bottom: 82px; }
  .contact h2 { font-size: clamp(2.65rem, 12vw, 4rem); }
  .contact-inner { gap: 28px; }
  .contact-form { padding: 24px 18px; }
  .form-grid { grid-template-columns: 1fr; }
  .field-wide { grid-column: 1; }
  .form-footer { align-items: stretch; flex-direction: column; }
  .privacy-short { padding-left: 0; }
  footer { min-height: 110px; flex-wrap: wrap; padding: 24px 0; }
  .france-signature { order: 3; }
  .footer-links { justify-content: flex-start; }
  .legal-hero { padding: 68px 20px 52px; }
  .legal-overview { grid-template-columns: 1fr; }
  .legal-overview article { min-height: auto; }
  .legal-layout { grid-template-columns: 1fr; padding-bottom: 76px; }
  .legal-nav { position: static; display: grid; grid-template-columns: 1fr 1fr; gap: 0 16px; }
  .legal-nav p { grid-column: 1 / -1; }
  .legal-section { padding: 26px 20px; border-radius: 22px; }
  .legal-facts { grid-template-columns: 1fr; }
  .legal-facts dt { padding-bottom: 2px; border-bottom: 0; }
  .legal-facts dd { padding-top: 2px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
