:root {
  --navy: #001d39; --navy-2: #203e55; --ink: #001d39;
  --paper: #fefaf8; --white: #ffffff; --coral: #ed2b28;
  --coral-dark: #cf171f; --orange: #fc5a1f; --gold: #fc5a1f; --teal: #203e55;
  --line: rgba(20,33,42,.16); --muted: #68737a;
  --radius: 22px; --shadow: 0 18px 55px rgba(9,27,42,.13);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.55; }
a { color: inherit; } button, input, textarea, select { font: inherit; }
.preview-bar { background: var(--coral); color: white; text-align: center; padding: .38rem 1rem; font-size: .74rem; letter-spacing: .08em; text-transform: uppercase; font-weight: 800; }
.site-header { min-height: 98px; padding: .55rem clamp(1.15rem,5vw,5rem); display: flex; align-items: center; justify-content: space-between; position: sticky; top: 0; z-index: 30; background: rgba(254,250,248,.96); border-bottom: 1px solid var(--line); backdrop-filter: blur(14px); }
.brand { display: inline-flex; align-items: center; gap: .68rem; text-decoration: none; font-weight: 900; letter-spacing: .18em; }
.brand-logo { display: block; width: 104px; height: 78px; object-fit: contain; }
nav { display: flex; align-items: center; gap: 1.8rem; }
nav a { text-decoration: none; font-weight: 750; font-size: .92rem; }
nav a:not(.nav-cta):hover, nav a[aria-current="page"] { color: var(--coral-dark); }
.nav-cta { padding: .65rem .95rem; background: var(--navy); color: white; border-radius: 100px; }
.menu-button { display: none; background: none; border: 1px solid var(--ink); padding: .45rem .75rem; border-radius: 8px; }
.section { padding: clamp(4rem,8vw,8rem) clamp(1.15rem,7vw,7rem); }
.eyebrow { margin: 0 0 1rem; color: var(--coral-dark); text-transform: uppercase; letter-spacing: .14em; font-size: .76rem; font-weight: 900; }
.eyebrow.light { color: #ff9a8e; }
h1, h2, h3 { margin-top: 0; line-height: 1.04; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; letter-spacing: -.045em; }
h1 { font-size: clamp(3.2rem,7vw,7.1rem); }
h2 { font-size: clamp(2.25rem,4.8vw,4.7rem); }
h3 { font-size: 1.45rem; }
.button { display: inline-flex; gap: .7rem; align-items: center; justify-content: center; min-height: 50px; padding: .85rem 1.15rem; border: 1px solid transparent; border-radius: 100px; text-decoration: none; cursor: pointer; font-weight: 850; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button.primary { background: var(--coral); color: white; box-shadow: 0 12px 30px rgba(240,90,71,.28); }
.button.primary:hover { background: var(--coral-dark); }
.button.ghost { color: white; border-color: rgba(255,255,255,.48); background: rgba(9,27,42,.25); }
.button.ghost:hover { background: rgba(255,255,255,.12); }
.dark-button { background: var(--navy); color: white; }
.light-button { background: var(--white); color: var(--navy); }
.text-link { display: inline-block; color: var(--coral-dark); font-weight: 850; text-decoration: none; }

.hero { min-height: calc(100vh - 128px); max-height: 820px; position: relative; display: grid; grid-template-columns: minmax(0,1.2fr) minmax(300px,.55fr); align-items: center; gap: clamp(2rem,6vw,6rem); padding: clamp(4.5rem,9vw,8rem) clamp(1.15rem,7vw,7rem); color: var(--ink); overflow: hidden; background: var(--paper); }
.hero::after { content: ""; position: absolute; width: min(46vw,700px); aspect-ratio: 1; right: -16vw; top: -14vw; border-radius: 50%; background: linear-gradient(145deg,var(--orange),var(--coral) 62%,var(--coral-dark)); opacity: .12; }
.hero-copy, .hero-proof { position: relative; z-index: 1; }
.hero h1 { max-width: 1000px; margin-bottom: 1.2rem; }
.hero h1 em, .catalogue-intro h1 em, .editor-hero h1 em { color: var(--coral); font-weight: 400; }
.intro { max-width: 680px; font-size: clamp(1.05rem,1.8vw,1.32rem); color: var(--navy-2); }
.hero-actions { display: flex; gap: .75rem; flex-wrap: wrap; margin-top: 1.8rem; }
.hero .button.primary { background: linear-gradient(110deg,var(--coral),var(--orange)); }
.hero .button.ghost { color: var(--navy); border-color: var(--navy); background: transparent; }
.hero .button.ghost:hover { color: white; background: var(--navy); }
.hero-proof { display: grid; align-self: center; padding: 1.4rem 1.6rem; border-radius: var(--radius); background: var(--navy); box-shadow: var(--shadow); }
.hero-proof p { margin: 0; padding: 1rem 0; border-bottom: 1px solid rgba(255,255,255,.18); }
.hero-proof strong, .hero-proof span { display: block; }
.hero-proof strong { color: white; }
.hero-proof span { font-size: .87rem; color: rgba(255,255,255,.68); }

.quick-path { background: var(--white); }
.section-kicker { max-width: 880px; margin-bottom: 2.3rem; }
.section-kicker h2 { margin-bottom: 0; }
.path-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1rem; }
.path-card { min-height: 320px; padding: clamp(1.5rem,3vw,2.3rem); border-radius: var(--radius); text-decoration: none; display: flex; flex-direction: column; transition: transform .22s, box-shadow .22s; }
.path-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.path-card.coral { background: linear-gradient(145deg,var(--coral),var(--orange)); color: white; }
.path-card.blue { background: var(--navy-2); color: white; }
.path-card.cream { background: #e8dfca; }
.path-index { opacity: .62; font-size: .8rem; font-weight: 900; }
.path-card h3 { margin: auto 0 .7rem; font-size: clamp(1.5rem,2.5vw,2.35rem); max-width: 330px; }
.path-card p { margin: 0 0 1.5rem; opacity: .78; }
.path-link { font-weight: 900; }

.selection { background: var(--paper); }
.section-heading { display: grid; grid-template-columns: 1.2fr .65fr; gap: clamp(2rem,7vw,7rem); align-items: end; margin-bottom: 2.4rem; }
.section-heading h2 { margin-bottom: 0; }
.heading-aside { color: var(--muted); }
.featured-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1rem; }
.featured-card { position: relative; min-height: 390px; padding: 1.6rem; border-radius: var(--radius); text-decoration: none; overflow: hidden; display: flex; flex-direction: column; color: white; transition: transform .22s, box-shadow .22s; }
.featured-card::after { content: ""; position: absolute; width: 220px; height: 220px; border: 54px solid rgba(255,255,255,.12); border-right-color: transparent; border-radius: 50%; right: -60px; bottom: -60px; transform: rotate(-24deg); }
.featured-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.tone-red { background: var(--coral); } .tone-gold { background: var(--orange); } .tone-teal { background: var(--navy-2); }
.card-status { align-self: flex-start; border: 1px solid rgba(255,255,255,.42); border-radius: 100px; padding: .35rem .65rem; font-size: .72rem; font-weight: 800; }
.card-type { margin-top: auto; text-transform: uppercase; letter-spacing: .1em; font-size: .75rem; opacity: .72; }
.featured-card h3 { font-family: Georgia,serif; font-size: clamp(2.2rem,4vw,4rem); margin: .4rem 0 0; }
.featured-card p { margin: 0; opacity: .75; }
.card-action { margin-top: 1.4rem; font-weight: 900; z-index: 1; }

.method { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(3rem,9vw,10rem); background: var(--navy); color: white; }
.method h2 { margin-bottom: 0; }
.method-list { list-style: none; padding: 0; margin: 0; }
.method-list li { display: grid; grid-template-columns: 50px 1fr; gap: 1rem; padding: 1.2rem 0; border-top: 1px solid rgba(255,255,255,.22); }
.method-list li:last-child { border-bottom: 1px solid rgba(255,255,255,.22); }
.method-list span { color: #ff8c7f; font-weight: 900; }
.method-list strong { font-size: 1.2rem; }
.method-list p { margin: .25rem 0 0; color: rgba(255,255,255,.68); }

.pro-split { display: grid; grid-template-columns: 1fr 1fr; }
.pro-panel { min-height: 650px; padding: clamp(4rem,8vw,7rem) clamp(1.15rem,6vw,6rem); display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.pro-panel h2 { font-size: clamp(2.3rem,4vw,4.1rem); }
.pro-panel > p:not(.eyebrow) { font-size: 1.08rem; max-width: 620px; }
.pro-panel .button { margin-top: 1.4rem; }
.boutique-panel { background: #e8dfca; }
.editor-panel { background: linear-gradient(145deg,var(--coral),var(--orange)); color: white; }
.editor-panel .eyebrow { color: #ffe6e2; }

.contact { display: grid; grid-template-columns: .7fr 1fr; gap: clamp(3rem,9vw,10rem); background: var(--white); }
.contact-copy h2 { margin-bottom: 1rem; }
.honesty-note { margin-top: 2rem; padding-left: 1rem; border-left: 3px solid var(--coral); color: var(--muted); font-size: .9rem; }
form { display: grid; gap: 1rem; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
label { display: grid; gap: .38rem; font-weight: 800; font-size: .9rem; }
input, textarea, select { width: 100%; border: 1px solid var(--line); background: var(--paper); padding: .88rem 1rem; color: var(--ink); border-radius: 10px; }
input:focus, textarea:focus, select:focus { outline: 3px solid rgba(240,90,71,.22); border-color: var(--coral); }
.form-note { margin: 0; color: var(--muted); font-size: .95rem; font-weight: 700; }
.form-note:not(:empty) { padding: .9rem 1rem; border-radius: 10px; background: #edf7f0; color: #176337; }
.form-note[data-state="error"] { background: #fff0ee; color: #a02920; }
footer { background: #06131d; color: rgba(255,255,255,.58); padding: 2.5rem clamp(1.15rem,7vw,7rem); display: grid; grid-template-columns: repeat(3,1fr); gap: 2rem; font-size: .82rem; }
.footer-brand { color: white; }
.footer-logo { display: block; width: 118px; height: auto; border-radius: 4px; }

.catalogue-page { background: var(--white); }
.catalogue-intro { background: var(--navy); color: white; padding-top: clamp(5rem,9vw,9rem); padding-bottom: clamp(4rem,7vw,6rem); }
.catalogue-intro h1 { max-width: 1100px; margin-bottom: 1.2rem; }
.catalogue-intro > p:last-child { max-width: 720px; color: rgba(255,255,255,.7); font-size: 1.12rem; }
.catalogue { background: var(--white); }
.catalogue-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 2rem; margin-bottom: 1.5rem; }
.filters { display: flex; gap: .5rem; flex-wrap: wrap; }
.filter { background: transparent; border: 1px solid var(--line); padding: .55rem .9rem; border-radius: 100px; cursor: pointer; font-weight: 750; }
.filter.active, .filter:hover { background: var(--navy); color: white; }
.game-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1rem; }
.game-card { min-height: 340px; text-align: left; border: 0; border-radius: var(--radius); padding: 1.5rem; color: white; cursor: pointer; display: flex; flex-direction: column; transition: transform .22s, box-shadow .22s; overflow: hidden; position: relative; }
.game-card:nth-child(3n+1) { background: var(--coral); } .game-card:nth-child(3n+2) { background: var(--navy-2); } .game-card:nth-child(3n) { background: var(--orange); }
.game-card::after { content: ""; position: absolute; width: 210px; height: 210px; border: 50px solid rgba(255,255,255,.1); border-right-color: transparent; border-radius: 50%; right: -70px; bottom: -65px; transform: rotate(-20deg); }
.game-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.game-card .meta { display: flex; justify-content: space-between; gap: 1rem; font-size: .72rem; text-transform: uppercase; letter-spacing: .08em; font-weight: 800; }
.game-card h3 { margin: auto 0 .3rem; font-family: Georgia,serif; font-size: clamp(2rem,3.4vw,3.4rem); z-index: 1; }
.game-card p { margin: 0; opacity: .72; z-index: 1; }
.catalogue-cta { background: linear-gradient(120deg,var(--coral),var(--orange)); color: white; }
.catalogue-cta h2 { max-width: 900px; }

.editor-hero { min-height: 650px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; color: white; background: linear-gradient(125deg,var(--navy) 0%,var(--navy) 55%,var(--navy-2) 55%,var(--navy-2) 100%); position: relative; overflow: hidden; }
.editor-hero::after { content: ""; position: absolute; width: min(48vw,680px); aspect-ratio: 1; right: -14vw; bottom: -24vw; border: 110px solid rgba(252,90,31,.22); border-right-color: transparent; border-radius: 50%; transform: rotate(-22deg); }
.editor-hero > * { position: relative; z-index: 1; }
.editor-hero h1 { max-width: 1050px; margin-bottom: 1.2rem; }
.editor-hero > p:not(.eyebrow) { max-width: 720px; color: rgba(255,255,255,.74); font-size: 1.2rem; }
.editor-hero .button { margin-top: 1.5rem; }
.editor-promise, .editor-fit { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(3rem,9vw,10rem); }
.editor-lead { font-size: 1.14rem; color: var(--navy-2); }
.editor-process { background: linear-gradient(120deg,var(--coral),var(--orange)); color: white; }
.editor-process h2 { max-width: 900px; }
.process-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 1px; margin-top: 3rem; background: rgba(255,255,255,.28); }
.process-grid article { min-height: 280px; padding: 1.5rem; background: rgba(170,18,22,.34); }
.process-grid span { font-weight: 900; color: rgba(255,255,255,.65); }
.process-grid h3 { margin: 6rem 0 .6rem; font-size: 1.55rem; }
.process-grid p { color: rgba(255,255,255,.77); }
.editor-fit { background: var(--paper); }
.fit-list p { display: grid; grid-template-columns: 42px 1fr; gap: 1rem; margin: 0; padding: 1.2rem 0; border-top: 1px solid var(--line); font-weight: 700; }
.fit-list p:last-child { border-bottom: 1px solid var(--line); }
.fit-list span { color: var(--coral); font-weight: 900; }
.editor-final { background: var(--navy); color: white; }
.editor-final h2 { max-width: 950px; }

dialog { width: min(760px,calc(100% - 2rem)); border: 0; border-radius: var(--radius); padding: clamp(1.5rem,4vw,3rem); background: var(--white); color: var(--ink); box-shadow: 0 30px 100px rgba(0,0,0,.38); }
dialog::backdrop { background: rgba(5,19,30,.78); backdrop-filter: blur(5px); }
.dialog-close { position: absolute; right: 1rem; top: .7rem; background: none; border: 0; font-size: 2rem; cursor: pointer; }
.dialog-status { display: inline-block; background: #e8dfca; padding: .35rem .65rem; border-radius: 100px; font-size: .72rem; text-transform: uppercase; letter-spacing: .08em; font-weight: 800; }
.facts { display: grid; grid-template-columns: repeat(3,1fr); gap: .7rem; margin: 1.8rem 0; }
.fact { border-top: 1px solid var(--ink); padding-top: .6rem; }
.fact small { display: block; color: var(--muted); }
.resource-grid { display: grid; grid-template-columns: 1fr 1fr; gap: .8rem; margin-top: 1.5rem; }
.resource { border: 1px solid var(--line); border-radius: 12px; padding: 1rem; color: var(--muted); }

@media (max-width: 900px) {
  .menu-button { display: block; }
  nav { position: absolute; top: 100%; left: 0; right: 0; padding: 1.2rem; background: var(--paper); border-bottom: 1px solid var(--line); display: none; flex-direction: column; align-items: stretch; }
  nav.open { display: flex; } .nav-cta { text-align: center; }
  .hero { min-height: 700px; max-height: none; grid-template-columns: 1fr; align-content: center; }
  .hero-proof { grid-template-columns: repeat(3,1fr); gap: 1rem; }
  .hero-proof p { border-bottom: 0; border-top: 1px solid rgba(255,255,255,.2); }
  .path-grid, .featured-grid, .game-grid { grid-template-columns: repeat(2,1fr); }
  .path-card:last-child, .featured-card:last-child { grid-column: 1 / -1; }
  .section-heading, .method, .contact { grid-template-columns: 1fr; }
  .editor-promise, .editor-fit { grid-template-columns: 1fr; }
  .process-grid { grid-template-columns: repeat(2,1fr); }
  .pro-split { grid-template-columns: 1fr; } .pro-panel { min-height: 520px; }
  footer { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  h1 { font-size: 3.1rem; }
  .site-header { min-height: 84px; }
  .brand-logo { width: 82px; height: 64px; }
  .hero { min-height: 680px; padding-top: 5rem; }
  .hero-proof { grid-template-columns: 1fr; gap: 0; }
  .hero-proof p { padding: .65rem 0; }
  .path-grid, .featured-grid, .game-grid, .form-row { grid-template-columns: 1fr; }
  .path-card:last-child, .featured-card:last-child { grid-column: auto; }
  .catalogue-toolbar { align-items: flex-start; flex-direction: column; }
  .facts, .resource-grid { grid-template-columns: 1fr; }
  .process-grid { grid-template-columns: 1fr; }
  .process-grid article { min-height: 230px; }
  .process-grid h3 { margin-top: 3rem; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}

/* Parcours professionnels et catalogue */
.closing { background: var(--white); max-width: 100%; }
.closing h2 { max-width: 850px; }
.forms-section { background: var(--white); }
.form-tabs { display: flex; flex-wrap: wrap; gap: .7rem; margin-bottom: 2rem; }
.form-tabs button { border: 1px solid var(--line); background: var(--paper); border-radius: 100px; padding: .75rem 1.25rem; color: var(--ink); cursor: pointer; font-weight: 800; }
.form-tabs button[aria-selected="true"] { background: var(--navy); color: #fff; }
.form-panel:not([hidden]) { display: grid; grid-template-columns: minmax(210px,.72fr) minmax(310px,1fr); gap: clamp(2rem,7vw,7rem); }
.form-panel[hidden], [hidden] { display: none !important; }
.draft-form { display: grid; gap: 1rem; }
.check { display: flex; align-items: flex-start; font-weight: 500; }
.check input { width: auto; margin: .35rem .5rem 0 0; }
.legal { max-width: 950px; }
.legal h1 { font-size: clamp(3rem,6vw,5rem); }
.legal h2 { font-size: 1.8rem; margin-top: 2.5rem; }
.empty-catalogue { max-width: 750px; border: 1px solid var(--line); border-radius: var(--radius); padding: clamp(2rem,5vw,4rem); }
.empty-catalogue h2 { font-size: clamp(2rem,4vw,3.5rem); }
.game-card-public { display: grid; grid-template-columns: minmax(180px,.8fr) 1fr; gap: 1.5rem; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: 1.2rem; }
.game-card-public img { width: 100%; height: 300px; object-fit: contain; }
.game-card-public h2 { font-size: 2rem; }
.game-card-public a { display: inline-block; margin-right: 1rem; margin-top: .7rem; font-weight: 800; }
.game-facts { font-weight: 800; }
footer a { color: white; }
@media (max-width: 700px) { .form-panel:not([hidden]), .game-card-public { grid-template-columns: 1fr; } }

.honeypot{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}
