:root {
  --ink: #292724;
  --muted: #716d67;
  --paper: #f7f4ef;
  --white: #fffdfa;
  --sage: #1f553c;
  --sage-dark: #173f3b;
  --rose: #fa9ed9;
  --pink: #ff5d8c;
  --lime: #bdf9a2;
  --line: rgba(41, 39, 36, .13);
  font-family: "DM Sans", sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; background: var(--paper); overflow-x: hidden; }
button, a { font: inherit; }
button { color: inherit; }
.ambient { position: fixed; border-radius: 50%; filter: blur(2px); opacity: .35; pointer-events: none; z-index: -1; }
.ambient-one { width: 36rem; height: 36rem; right: -18rem; top: -16rem; background: radial-gradient(circle, #d9c1b8, transparent 68%); }
.ambient-two { width: 32rem; height: 32rem; left: -24rem; top: 40vh; background: radial-gradient(circle, #b9c4b8, transparent 70%); }
.shell { min-height: 100vh; opacity: 0; transform: translateY(8px); transition: opacity .45s ease, transform .45s ease; }
.shell.is-visible { opacity: 1; transform: none; }
.topbar, footer { max-width: 1240px; margin: auto; padding: 27px 36px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.brand-link { display: block; text-decoration: none; }
.brand-button { display: block; background: none; border: 0; padding: 0; cursor: pointer; }
.brand-mark { display: block; width: 128px; height: 106px; background-image: url("/assets/une-affaire-de-meuf.png"); background-repeat: no-repeat; background-size: contain; background-position: left center; }
.nav-note { color: var(--muted); font-size: 14px; font-weight: 600; text-transform: uppercase; letter-spacing: .14em; }
.hero { max-width: 1000px; margin: auto; text-align: center; padding: 112px 30px 132px; }
.eyebrow { display: inline-flex; gap: 10px; align-items: center; font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: .18em; color: var(--sage-dark); }
.eyebrow span { width: 25px; height: 1px; background: currentColor; }
h1, h2 { font-family: "Instrument Serif", serif; font-weight: 400; margin: 0; letter-spacing: -.025em; line-height: .98; }
.hero h1 { font-size: clamp(54px, 7.6vw, 104px); margin: 27px 0 34px; }
h1 em, h2 em { color: var(--sage-dark); font-weight: 400; }
.hero h1 em { color: var(--pink); }
.subtitle { font: 25px/1.45 "Instrument Serif", serif; color: var(--muted); max-width: 580px; margin: 0 auto; }
.hero-action { margin-top: 49px; display: flex; align-items: center; justify-content: center; gap: 22px; }
.hero-action > span { font-size: 12px; color: var(--muted); }
.button { border: 0; padding: 17px 22px; display: inline-flex; align-items: center; justify-content: center; gap: 30px; text-decoration: none; cursor: pointer; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button svg { width: 18px; fill: none; stroke: currentColor; stroke-width: 1.4; }
.button.primary { background: var(--ink); color: white; }
.button.primary:hover { background: var(--pink); color: var(--ink); }
.intro-grid { max-width: 1240px; margin: auto; padding: 120px 36px; border-top: 1px solid var(--line); display: grid; grid-template-columns: 1fr 1fr; gap: 11%; }
.section-number { display: block; font-size: 11px; letter-spacing: .16em; color: var(--sage-dark); margin-bottom: 40px; }
.intro-heading h2 { font-size: clamp(42px, 5vw, 67px); max-width: 500px; }
.intro-copy { font-size: 16px; color: #514e49; line-height: 1.75; max-width: 550px; }
.intro-copy > p:first-child { font: 25px/1.45 "Instrument Serif", serif; color: var(--ink); margin-top: 45px; }
.intro-copy .strong { color: var(--ink); font-weight: 600; }
.add-list { margin: 31px 0; display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); }
.add-list span { padding: 14px 4px; border-bottom: 1px solid var(--line); }
.add-list span::before { content: "+"; color: var(--rose); margin-right: 12px; }
footer { border-top: 1px solid var(--line); border-bottom: 0; font-size: 11px; text-transform: uppercase; letter-spacing: .12em; color: var(--muted); }
.quiz-header { max-width: 1240px; margin: auto; padding: 25px 36px 0; }
.quiz-header .brand-button { display: block; margin-bottom: 24px; }
.progress-meta { display: flex; justify-content: space-between; font-size: 13px; font-weight: 600; text-transform: uppercase; letter-spacing: .14em; color: var(--muted); }
.progress-track { height: 2px; background: #e4dfd8; margin-top: 12px; }
.progress-track div { height: 100%; background: var(--sage-dark); transition: width .4s ease; }
.question-wrap { width: min(100% - 40px, 980px); margin: 0 auto; padding: 68px 0 45px; }
.question-copy { text-align: center; max-width: 760px; margin: auto; }
.question-kicker { font-size: 12px; font-weight: 600; color: var(--sage-dark); text-transform: uppercase; letter-spacing: .16em; }
.question-lead { margin: 23px 0 8px; color: var(--sage-dark); font-size: 18px; font-weight: 600; }
.question-copy h1 { font-size: clamp(39px, 5vw, 64px); line-height: 1.05; color: var(--pink); }
.hint { color: var(--muted); font-size: 14px; margin: 18px 0 0; }
.answers { display: grid; gap: 10px; margin-top: 47px; }
.answer-card { width: 100%; border: 1px solid var(--line); background: rgba(255,253,250,.66); text-align: left; padding: 19px 18px; display: grid; grid-template-columns: 33px 1fr 24px; align-items: center; gap: 14px; cursor: pointer; font-size: 16px; line-height: 1.5; transition: border .2s, background .2s, transform .2s, box-shadow .2s; }
.answer-card:hover { border-color: rgba(79,98,84,.48); background: var(--white); transform: translateX(3px); box-shadow: 0 8px 30px rgba(41,39,36,.04); }
.answer-key { width: 25px; height: 25px; border-radius: 50%; border: 1px solid var(--line); display: grid; place-items: center; font-size: 10px; color: var(--muted); }
.answer-check { color: transparent; text-align: right; }
.answer-card.selected { border-color: var(--sage-dark); background: #e6f2e3; }
.answer-card.selected .answer-key { color: white; background: var(--sage-dark); border-color: var(--sage-dark); }
.answer-card.selected .answer-check { color: var(--sage-dark); }
.quiz-nav { margin-top: 29px; display: flex; justify-content: space-between; align-items: center; font-size: 11px; color: var(--muted); }
.back-button, .restart { border: 0; background: none; padding: 5px 0; cursor: pointer; color: var(--muted); border-bottom: 1px solid var(--line); }
.back-button:disabled { opacity: 0; pointer-events: none; }
.result-hero { max-width: 900px; margin: auto; padding: 100px 35px 88px; text-align: center; }
.result-hero h1 { font-size: clamp(52px, 7vw, 88px); margin: 25px 0; }
.result-hero > p { max-width: 610px; margin: auto; color: var(--muted); line-height: 1.7; }
.score-panel { max-width: 1168px; margin: auto; padding: 80px 74px; background: var(--white); box-shadow: 0 20px 80px rgba(63,54,47,.06); }
.score-heading { display: flex; justify-content: space-between; align-items: end; margin-bottom: 62px; }
.score-heading h2 { font-size: 48px; }
.score-heading .section-number { margin-bottom: 20px; }
.score-heading > p { color: var(--muted); font-size: 12px; line-height: 1.6; text-align: right; }
.score-list { display: grid; gap: 30px; }
.score-row { display: grid; grid-template-columns: minmax(210px, 1.1fr) 2fr 65px; align-items: center; gap: 30px; }
.score-label { display: flex; gap: 12px; align-items: center; font-size: 14px; position: relative; }
.score-label small { position: absolute; top: 23px; left: 38px; text-transform: uppercase; letter-spacing: .12em; color: var(--sage-dark); font-size: 8px; }
.score-emoji { font-size: 21px; filter: grayscale(.15); }
.score-bar { height: 7px; background: #e9e5df; overflow: hidden; }
.score-bar div { height: 100%; width: 0; background: #b7b4ad; transition: width 1s cubic-bezier(.2,.7,.2,1) .25s; }
.score-bar div.animate { width: var(--score); }
.main-score .score-bar div { background: var(--sage-dark); }
.main-score .score-label { font-weight: 600; }
.score-value { font: 25px "Instrument Serif", serif; text-align: right; }
.score-value small { font: 10px "DM Sans", sans-serif; color: var(--muted); margin-left: 3px; }
.score-note { margin: 55px 0 0; padding-top: 22px; border-top: 1px solid var(--line); color: var(--muted); font-size: 10px; }
.diagnoses { max-width: 1168px; margin: 110px auto; padding: 0 30px; }
.diagnosis { display: grid; grid-template-columns: 28% 1fr; gap: 8%; padding: 90px 0; border-top: 1px solid var(--line); }
.diagnosis-side .big-emoji { font-size: 63px; margin: 75px 0 18px; }
.diagnosis-side > span:last-child { font-size: 10px; text-transform: uppercase; letter-spacing: .13em; color: var(--muted); }
.diagnosis-main h2 { font-size: clamp(47px, 5.3vw, 72px); max-width: 700px; margin-bottom: 65px; }
.story { columns: 2; column-gap: 60px; border-top: 1px solid var(--line); padding-top: 28px; color: #56524d; line-height: 1.75; }
.story h3 { font-size: 10px; text-transform: uppercase; letter-spacing: .16em; color: var(--sage-dark); margin: 0 0 25px; break-after: avoid; }
.story p { margin: 0 0 18px; break-inside: avoid; }
.exercise { margin-top: 55px; padding: 38px 42px; background: #e8ede6; }
.exercise > span { font-size: 10px; text-transform: uppercase; letter-spacing: .16em; color: var(--sage-dark); }
.exercise p { line-height: 1.7; }
blockquote { margin: 22px 0 0; padding-left: 20px; border-left: 2px solid var(--sage); font: 26px/1.35 "Instrument Serif", serif; }
.philosophy { background: #34443a; color: #f7f4ef; padding: 100px max(35px, calc((100vw - 1100px)/2)); display: grid; grid-template-columns: 10% 42% 1fr; gap: 4%; }
.section-number.light, .eyebrow.light { color: #cdd7cb; }
.philosophy h2 { font-size: clamp(54px, 6vw, 82px); margin-top: 28px; }
.philosophy-copy { line-height: 1.7; color: #dce2da; padding-top: 35px; }
.minus-list { display: grid; grid-template-columns: 1fr 1fr; margin: 28px 0; }
.minus-list span { border-top: 1px solid rgba(255,255,255,.18); padding: 10px 0; }
.minus-list span::before { content: "−"; margin-right: 12px; color: #d8b9ae; }
.more-less { display: grid; grid-template-columns: 1fr 1fr; margin: 33px 0; font-family: "Instrument Serif", serif; font-size: 24px; color: white; }
.more-less p:last-child { color: #cbd8ca; }
.more-less em { color: white; }
.button.cream { margin-top: 18px; background: #f2ede5; color: var(--ink); width: 100%; }
.results-shell footer { background: #34443a; color: #cbd2c9; border-top-color: rgba(255,255,255,.16); max-width: none; padding-left: max(35px, calc((100vw - 1168px)/2)); padding-right: max(35px, calc((100vw - 1168px)/2)); }
.results-shell .restart { color: #cbd2c9; border-bottom-color: rgba(255,255,255,.3); text-transform: uppercase; letter-spacing: .12em; font-size: 10px; }
.lead-page { max-width: 1168px; margin: auto; padding: 95px 35px 70px; display: grid; grid-template-columns: 1.08fr .92fr; gap: 9%; align-items: start; }
.lead-copy h1 { font-size: clamp(60px, 7vw, 92px); margin: 24px 0 35px; }
.lead-copy h1 span { font-family: sans-serif; font-size: .55em; vertical-align: .18em; }
.lead-intro { font: 25px/1.45 "Instrument Serif", serif; max-width: 620px; }
.lead-copy > p:not(.lead-intro) { margin-top: 35px; font-weight: 600; }
.result-promises { list-style: none; padding: 0; margin: 20px 0 0; }
.result-promises li { display: grid; grid-template-columns: 36px 1fr; gap: 15px; padding: 17px 0; border-top: 1px solid var(--line); line-height: 1.55; }
.result-promises li span { color: var(--pink); font-size: 11px; font-weight: 600; letter-spacing: .12em; }
.lead-form { background: var(--sage-dark); color: white; padding: 48px 42px; box-shadow: 0 28px 70px rgba(23,63,59,.16); position: sticky; top: 25px; }
.form-kicker { color: var(--lime); font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: .16em; }
.lead-form h2 { font-size: 46px; margin: 16px 0 38px; }
.field { margin-bottom: 23px; }
.field label { display: block; font-size: 12px; margin-bottom: 8px; color: #dce8df; }
.field input { width: 100%; border: 0; border-bottom: 1px solid rgba(255,255,255,.42); border-radius: 0; padding: 12px 0; background: transparent; color: white; outline: none; font-size: 18px; }
.field input:focus { border-bottom-color: var(--lime); }
.consent { display: grid; grid-template-columns: 19px 1fr; gap: 12px; align-items: start; margin-top: 30px; cursor: pointer; color: #e0e7e1; font-size: 12px; line-height: 1.5; }
.consent input { width: 18px; height: 18px; accent-color: var(--pink); margin: 0; }
.privacy-note { color: #b9c7bd; font-size: 10px; line-height: 1.5; margin: 16px 0 25px; }
.privacy-note a { color: white; }
.button.brand-primary { width: 100%; background: var(--pink); color: #152e29; font-weight: 600; }
.button.brand-primary:hover { background: var(--lime); }
.button.brand-primary:disabled { opacity: .7; cursor: wait; transform: none; }
.form-error { color: #ffd7e7; min-height: 18px; margin: 10px 0 0; font-size: 12px; }
.lead-back { max-width: 1168px; margin: 0 auto 70px; padding: 0 35px; }
@media (max-width: 760px) {
  .topbar, footer { padding: 22px 20px; }
  .brand-mark { width: 96px; height: 80px; }
  .nav-note { font-size: 10px; text-align: right; max-width: 130px; }
  .hero { padding: 78px 20px 90px; }
  .hero h1 { font-size: 55px; }
  .subtitle { font-size: 21px; }
  .hero-action { flex-direction: column; }
  .intro-grid { grid-template-columns: 1fr; padding: 80px 20px; }
  .intro-copy > p:first-child { margin-top: 0; }
  .add-list { grid-template-columns: 1fr; }
  .quiz-header { padding: 22px 20px 0; }
  .question-wrap { padding-top: 48px; }
  .question-copy h1 { font-size: 42px; }
  .answer-card { padding: 16px 13px; grid-template-columns: 28px 1fr 16px; gap: 10px; font-size: 15px; }
  .quiz-nav > span { display: none; }
  .result-hero { padding: 75px 20px 60px; }
  .score-panel { margin: 0 12px; padding: 45px 20px; }
  .score-heading { display: block; margin-bottom: 45px; }
  .score-heading h2 { font-size: 40px; }
  .score-heading > p { text-align: left; margin-top: 20px; }
  .score-row { grid-template-columns: 1fr 48px; gap: 9px 14px; }
  .score-bar { grid-row: 2; grid-column: 1 / 3; }
  .score-value { font-size: 20px; }
  .score-label { font-size: 12px; }
  .diagnoses { margin: 70px auto; padding: 0 20px; }
  .diagnosis { grid-template-columns: 1fr; padding: 60px 0; }
  .diagnosis-side { display: flex; align-items: center; gap: 15px; }
  .diagnosis-side .section-number { margin: 0 auto 0 0; }
  .diagnosis-side .big-emoji { font-size: 38px; margin: 0; }
  .diagnosis-main h2 { font-size: 49px; margin: 45px 0; }
  .story { columns: 1; }
  .exercise { padding: 30px 25px; }
  blockquote { font-size: 23px; }
  .philosophy { grid-template-columns: 1fr; padding: 75px 25px; }
  .philosophy > .section-number { margin-bottom: 0; }
  .philosophy-copy { padding-top: 20px; }
  .more-less { font-size: 21px; gap: 15px; }
  .button.cream { gap: 15px; text-align: left; }
  .lead-page { grid-template-columns: 1fr; padding: 65px 20px 40px; gap: 50px; }
  .lead-copy h1 { font-size: 58px; }
  .lead-intro { font-size: 22px; }
  .lead-form { position: static; padding: 38px 25px; }
  .lead-form h2 { font-size: 40px; }
  .lead-back { padding: 0 20px; margin-bottom: 50px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
