*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}/*
! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: Inter, system-ui, sans-serif; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
.container {
  width: 100%;
}
@media (min-width: 640px) {

  .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {

  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {

  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {

  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {

  .container {
    max-width: 1536px;
  }
}
.relative {
  position: relative;
}
.block {
  display: block;
}
.flex {
  display: flex;
}
.hidden {
  display: none;
}
.resize {
  resize: both;
}
/* ─── Variables ──────────────────────────────────────────────────────────── */
:root {
  --navy:      #1B2F5E;
  --navy-deep: #0A1628;
  --navy-mid:  #142240;
  --teal:      #1B7070;
  --teal-alt:  #165F5F;
  --mint:      #3BBF96;

  --text:    #0F172A;
  --muted:   #64748B;
  --border:  #E2E8F0;
  --surface: #F8FAFC;

  --grad:   linear-gradient(135deg, #1B7070 0%, #3BBF96 100%);
  --grad-h: linear-gradient(90deg,  #1B7070 0%, #3BBF96 100%);
  --grad-r: linear-gradient(90deg,  #3BBF96 0%, #1B7070 100%);
  --grad-d: linear-gradient(135deg, #0A1628 0%, #1B2F5E 100%);

  --r:    .5rem;
  --r-lg: 1rem;
  --r-xl: 1.75rem;

  --sh:    0 4px 24px rgba(0,0,0,.07);
  --sh-lg: 0 16px 48px rgba(0,0,0,.11);
  --sh-xl: 0 28px 72px rgba(0,0,0,.16);
  --sh-color: 0 16px 48px rgba(27,112,112,.3);

  --ease:    220ms cubic-bezier(.4,0,.2,1);
  --ease-lg: 380ms cubic-bezier(.4,0,.2,1);
}
/* ─── Reset ──────────────────────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html {
  scroll-behavior: smooth;
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; font-family: Inter, system-ui, sans-serif; color: var(--text); background: #fff; line-height: 1.65;
}
img {
  display: block;
  max-width: 100%; height: auto;
}
/* ─── Typographie ────────────────────────────────────────────────────────── */
h1, h2, h3, h4 {
  font-family: Inter, system-ui, sans-serif;
  color: var(--navy);
  line-height: 1.04;
  letter-spacing: -.03em;
}
h1 { font-size: clamp(3.25rem, 8vw, 7.5rem); font-weight: 800; }
h2 { font-size: clamp(2rem,   4.5vw, 3.5rem); font-weight: 800; }
h3 { font-size: clamp(1.25rem, 2vw,  1.75rem); font-weight: 700; }
h4 { font-size: clamp(1rem,    1.5vw, 1.25rem); font-weight: 600; }
p   { line-height: 1.78; color: var(--text); }
a   { color: var(--teal); text-decoration: none; transition: color var(--ease); }
a:hover { color: var(--navy); }
/* ─── Conteneur ──────────────────────────────────────────────────────────── */
.container {
  width: 100%;
  max-width: 76rem;
  margin: 0 auto;
  padding: 0 1.5rem;
}
@media (min-width: 640px)  { .container { padding: 0 2.5rem; } }
@media (min-width: 1024px) { .container { padding: 0 3.5rem; } }
/* ─── Gradient text ──────────────────────────────────────────────────────── */
.grad-text {
  background: var(--grad-h);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
/* ─── Boutons ────────────────────────────────────────────────────────────── */
.btn {
  display: inline-flex;
  cursor: pointer;
  align-items: center;
  gap: 0.5rem;
  font-family: Inter, sans-serif;
  font-weight: 700;
  font-size: .8125rem;
  letter-spacing: .07em;
  text-transform: uppercase;
  padding: .9rem 2.25rem;
  border-radius: var(--r);
  border: 2px solid transparent;
  text-decoration: none;
  white-space: nowrap;
  transition: all var(--ease);
}
.btn-primary {
  background: var(--navy);
  color: #fff;
  border-color: var(--navy);
}
.btn-primary:hover {
  background: var(--navy-deep);
  border-color: var(--navy-deep);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(10,22,40,.35);
}
.btn-brand {
  background: var(--grad-h);
  color: #fff;
  border: none;
  padding: .9rem 2.25rem;
}
.btn-brand:hover {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: var(--sh-color);
  opacity: .92;
}
.btn-outline {
  background: transparent;
  color: var(--navy);
  border-color: var(--navy);
}
.btn-outline:hover {
  background: var(--navy);
  color: #fff;
  transform: translateY(-2px);
}
.btn-outline-light {
  background: transparent;
  color: rgba(255,255,255,.88);
  border-color: rgba(255,255,255,.3);
}
.btn-outline-light:hover {
  background: rgba(255,255,255,.1);
  border-color: rgba(255,255,255,.65);
  color: #fff;
}
.btn-sm { padding: .55rem 1.375rem; font-size: .75rem; }
/* ─── Badges ─────────────────────────────────────────────────────────────── */
.badge {
  display: inline-block;
  font-family: Inter, sans-serif;
  font-size: .625rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  padding: .275rem .75rem;
  border-radius: 2px;
}
.badge-teal   { background: rgba(27,112,112,.1);  color: var(--teal); }
.badge-navy   { background: rgba(27,47,94,.1);    color: var(--navy); }
.badge-mint   { background: rgba(59,191,150,.15); color: #167858; }
.badge-orange { background: rgba(220,100,30,.1);  color: #B05010; }
/* ─── Header ─────────────────────────────────────────────────────────────── */
.site-header {
  position: sticky;
  top: 0px;
  z-index: 50;
  width: 100%;
  background: rgba(255,255,255,.96);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(226,232,240,.7);
  transition: box-shadow var(--ease);
}
.site-header.scrolled { box-shadow: var(--sh); }
.site-header > .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 4.5rem;
}
.site-logo img {
  height: 2.25rem;
  width: auto;
}
/* ─── Nav desktop ────────────────────────────────────────────────────────── */
.site-nav {
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .site-nav { gap: .125rem; }

  .site-nav a {
    font-family: Inter, sans-serif;
    font-size: .875rem;
    font-weight: 500;
    color: var(--muted);
    padding: .5rem .9rem;
    border-radius: var(--r);
    letter-spacing: .01em;
    transition: color var(--ease), background var(--ease);
  }
  .site-nav a:hover  { color: var(--navy); background: var(--surface); }
  .site-nav a.active { color: var(--navy); font-weight: 700; }

  .site-nav .btn-don {
    margin-left: 1rem;
    font-family: Inter, sans-serif;
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .07em;
    text-transform: uppercase;
    background: var(--grad-h);
    color: #fff;
    padding: .55rem 1.5rem;
    border-radius: var(--r);
    transition: opacity var(--ease), transform var(--ease), box-shadow var(--ease);
  }
  .site-nav .btn-don:hover {
    opacity: .88;
    color: #fff;
    transform: translateY(-1px);
    box-shadow: var(--sh-color);
  }
}
/* ─── Nav mobile ─────────────────────────────────────────────────────────── */
@media (max-width: 767px) {
  .site-nav {
    position: absolute;
    left: 0px;
    right: 0px;
    flex-direction: column;
    top: 100%;
    background: var(--navy-deep);
    padding: 0 1.5rem;
    max-height: 0;
    overflow: hidden;
    transition: max-height .32s cubic-bezier(.4,0,.2,1);
  }
  .site-nav.is-open {
    max-height: 32rem;
    padding-top: .75rem;
    padding-bottom: 1.5rem;
    border-bottom: 3px solid transparent;
    -o-border-image: var(--grad-h) 1;
       border-image: var(--grad-h) 1;
  }
  .site-nav a {
    display: block;
    width: 100%;
    font-family: Inter, sans-serif;
    font-size: .9375rem;
    font-weight: 500;
    color: rgba(255,255,255,.75);
    padding: .9rem .25rem;
    border-bottom: 1px solid rgba(255,255,255,.06);
    transition: color var(--ease), padding var(--ease);
  }
  .site-nav a:hover, .site-nav a.active { color: #fff; padding-left: .5rem; }
  .site-nav .btn-don {
    margin-top: 1rem;
    display: block;
    text-align: center;
    background: var(--grad-h);
    color: #fff;
    font-family: Inter, sans-serif;
    font-size: .8125rem;
    font-weight: 700;
    letter-spacing: .07em;
    text-transform: uppercase;
    padding: .9rem 1.5rem;
    border-radius: var(--r);
    border: none;
  }
}
/* ─── Hamburger ──────────────────────────────────────────────────────────── */
.nav-toggle {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.375rem;
}
@media (min-width: 768px) {

  .nav-toggle {
    display: none;
  }
}
.nav-toggle {
  width: 2.5rem; height: 2.5rem;
  background: none; border: none; cursor: pointer;
  padding: .375rem; border-radius: var(--r);
  position: relative; z-index: 10;
}
.nav-toggle span {
  display: block; width: 1.375rem; height: 2px;
  background: var(--navy); border-radius: 2px;
  transition: all .3s ease; transform-origin: center;
}
.nav-toggle.is-open span:nth-child(1) { transform: translateY(.4375rem) rotate(45deg); }
.nav-toggle.is-open span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.nav-toggle.is-open span:nth-child(3) { transform: translateY(-.4375rem) rotate(-45deg); }
/* ─── Hero principal ─────────────────────────────────────────────────────── */
.hero {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: var(--navy-deep);
  min-height: 100vh;
}
/* Bande diagonale teal — coupe dynamique, pas de cercles bancaires */
.hero::before {
  content: '';
  pointer-events: none;
  position: absolute;
  top: 0; right: 0;
  width: 42%;
  height: 100%;
  background: rgba(59,191,150,.055);
  clip-path: polygon(28% 0, 100% 0, 100% 100%, 0% 100%);
}
/* Trait vertical droit — signature forte */
.hero::after {
  content: '';
  pointer-events: none;
  position: absolute;
  top: 0; right: 0;
  width: 5px;
  height: 100%;
  background: var(--grad-h);
}
/* Trait bas */
.hero-bar {
  pointer-events: none;
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  height: 4px;
  background: var(--grad-h);
}
/* ── Contenu ────────────────────────────────────────────────────────────── */
.hero > .container {
  position: relative;
  padding-top: 7rem;
  padding-bottom: 7rem;
}
/* Eyebrow */
.hero-eyebrow {
  margin-bottom: 2.5rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.hero-eyebrow::before {
  content: '';
  display: block;
  width: 3rem;
  height: 3px;
  background: var(--grad-h);
  flex-shrink: 0;
}
.hero-eyebrow span {
  font-family: Inter, sans-serif;
  font-size: .6875rem;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: rgba(255,255,255,.4);
}
/* H1 — massif, brutal, direct */
.hero h1 {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  font-size: clamp(4rem, 10vw, 9.5rem);
  font-weight: 800;
  line-height: .97;
  letter-spacing: -.045em;
  margin-bottom: 2.5rem;
  max-width: 12ch;
}
/* Le mot fort — plein mint, pas gradient, plus d'impact */
.hero h1 em {
  font-style: normal;
  color: var(--mint);
  display: block;
}
/* Lead */
.hero-lead {
  color: rgba(255,255,255,.55);
  font-size: 1.0625rem;
  line-height: 1.8;
  max-width: 34rem;
  margin-bottom: 3rem;
  border-left: 3px solid var(--teal);
  padding-left: 1.25rem;
}
/* CTAs */
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
/* ─── Page hero (pages intérieures) ─────────────────────────────────────── */
.page-hero {
  position: relative;
  overflow: hidden;
  background: var(--navy-deep);
  padding: 6rem 0 5rem;
}
.page-hero::before {
  content: '';
  pointer-events: none;
  position: absolute;
  top: 0; right: 0;
  width: 35%;
  height: 100%;
  background: rgba(59,191,150,.05);
  clip-path: polygon(30% 0, 100% 0, 100% 100%, 0% 100%);
}
.page-hero::after {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  height: 4px;
  background: var(--grad-h);
}
.page-hero > .container {
  position: relative;
}
.page-hero h1 {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  font-size: clamp(2.5rem, 6vw, 5rem);
  font-weight: 800;
  letter-spacing: -.04em;
  line-height: 1.03;
  margin-bottom: 1rem;
}
.page-hero p {
  color: rgba(255,255,255,.5);
  font-size: 1.0625rem;
  max-width: 44rem;
  line-height: 1.75;
  border-left: 3px solid var(--teal);
  padding-left: 1.25rem;
}
/* ─── Fil d'Ariane ───────────────────────────────────────────────────────── */
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: var(--muted);
  gap: .125rem;
}
.breadcrumb a { color: var(--muted); transition: color var(--ease); }
.breadcrumb a:hover { color: var(--teal); }
.breadcrumb li + li::before {
  content: '/';
  margin: 0 .625rem;
  color: var(--border);
}
/* ─── Carte générique ────────────────────────────────────────────────────── */
.card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 0;
  border-left: 4px solid transparent;
  transition: border-left-color var(--ease), box-shadow var(--ease-lg), transform var(--ease-lg);
}
.card:hover {
  border-left-color: var(--mint);
  box-shadow: var(--sh-lg);
  transform: translateX(4px);
}
/* ─── Zone média — épurée, éditoriale ───────────────────────────────────── */
.card-media {
  height: 11rem;
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  background: var(--navy-deep);
}
.card-media-inner {
  position: absolute;
  inset: 0px;
}
/* Bande diagonale teal dans la media */
.card-media-inner::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: linear-gradient(135deg, var(--navy-deep) 0%, var(--navy-mid) 55%, var(--teal-alt) 100%);
  opacity: .85;
}
/* Trait bas gauche */
.card-media-inner::after {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 4rem;
  height: 3px;
  background: var(--mint);
}
/* Badge flottant sur la media */
.card-media .badge {
  position: absolute;
  top: 1rem;
  left: 1.25rem;
  background: rgba(255,255,255,.1);
  color: rgba(255,255,255,.85);
  border: 1px solid rgba(255,255,255,.18);
  backdrop-filter: blur(6px);
  font-size: .5625rem;
  letter-spacing: .14em;
}
/* Chiffre / mot décoratif en fond */
.card-media-label {
  position: absolute;
  bottom: .5rem;
  right: 1rem;
  font-family: Inter, sans-serif;
  font-size: 4rem;
  font-weight: 800;
  letter-spacing: -.06em;
  color: rgba(255,255,255,.06);
  line-height: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
/* ─── Corps ──────────────────────────────────────────────────────────────── */
.card-body {
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
  padding: 1.75rem;
  gap: .875rem;
}
/* ─── Meta ───────────────────────────────────────────────────────────────── */
.card-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
}
.card-meta time {
  font-family: Inter, sans-serif;
  font-size: .75rem;
  color: var(--muted);
  letter-spacing: .02em;
}
/* ─── Titre ──────────────────────────────────────────────────────────────── */
.card h3, .card h4 {
  color: var(--navy);
  line-height: 1.18;
  transition: color var(--ease);
}
.card h3 { font-size: clamp(1.125rem, 1.8vw, 1.375rem); font-weight: 700; letter-spacing: -.025em; }
.card h4 { font-size: 1.0625rem; font-weight: 600; letter-spacing: -.02em; }
.card h3 a, .card h4 a { color: inherit; }
.card:hover h3, .card:hover h4 { color: var(--teal); }
.card p {
  font-size: .9375rem;
  color: var(--muted);
  line-height: 1.72;
  flex: 1;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
/* ─── Footer de carte ────────────────────────────────────────────────────── */
.card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 1.25rem;
  border-top: 1px solid var(--border);
  margin-top: auto;
}
.card-link {
  font-family: Inter, sans-serif;
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .07em;
  text-transform: uppercase;
  color: var(--teal);
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  transition: gap var(--ease), color var(--ease);
}
.card-link::after { content: '→'; }
.card:hover .card-link { gap: .875rem; color: var(--navy); }
/* ─── Carte élu ──────────────────────────────────────────────────────────── */
.card-elu {
  text-align: center;
  border-radius: 0;
  border: none;
  border-top: 3px solid rgba(59,191,150,.2);
  background: var(--navy-mid);
  transition: border-top-color var(--ease), box-shadow var(--ease-lg), transform var(--ease-lg);
}
.card-elu:hover {
  border-top-color: var(--mint);
  box-shadow: 0 16px 40px rgba(10,22,40,.5);
  transform: translateY(-4px);
}
.card-elu .card-body {
  align-items: center;
  padding-bottom: 2rem;
  gap: .625rem;
}
.card-elu .avatar-wrap {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5.5rem;
  height: 5.5rem;
  border-radius: 50%;
  background: var(--grad-h);
  padding: 2px;
  margin-bottom: .875rem;
}
.card-elu .avatar {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: var(--navy-mid);
  color: var(--mint);
  font-family: Inter, sans-serif;
  font-size: 1.25rem;
  font-weight: 800;
  letter-spacing: -.03em;
}
.card-elu .avatar img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.card-elu h4 {
  font-size: 1.0625rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: -.02em;
}
.card-elu .role {
  font-family: Inter, sans-serif;
  font-size: .8125rem;
  color: rgba(255,255,255,.38);
  font-weight: 500;
}
/* ─── Carte événement ────────────────────────────────────────────────────── */
.card-event {
  flex-direction: row;
  align-items: stretch;
  background: var(--navy-mid);
  border: none;
  border-left: none;
  border-bottom: 1px solid rgba(255,255,255,.06);
  border-radius: 0;
  transition: background var(--ease), transform var(--ease-lg);
}
.card-event:hover {
  background: #1c2e50;
  transform: translateX(6px);
  border-left-color: transparent;
  box-shadow: none;
}
/* Bloc date */
.card-event .event-date {
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 5.5rem;
  background: rgba(0,0,0,.2);
  border-right: 1px solid rgba(255,255,255,.06);
  text-align: center;
  padding: 1.5rem .5rem;
  position: relative;
}
.card-event .event-date::after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 3px;
  height: 100%;
  background: var(--grad-h);
}
.card-event .event-date .day {
  font-family: Inter, sans-serif;
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -.05em;
  color: var(--mint);
}
.card-event .event-date .month {
  font-family: Inter, sans-serif;
  font-size: .5625rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .14em;
  color: rgba(255,255,255,.35);
  margin-top: .3rem;
}
.card-event .card-body {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  gap: .5rem;
}
.card-event h4 {
  font-size: 1.0625rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.3;
  letter-spacing: -.02em;
}
.card-event h4 a { color: inherit; }
.card-event:hover h4 { color: var(--mint); }
.card-event .event-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .25rem 1rem;
  font-family: Inter, sans-serif;
  font-size: .75rem;
  color: rgba(255,255,255,.38);
  margin-top: .375rem;
}
.card-event .event-time,
.card-event .event-location {
  display: flex;
  align-items: center;
  gap: 0.375rem;
}
.card-event .event-time::before {
  content: '';
  display: inline-block; width: .75rem; height: .75rem; flex-shrink: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' viewBox='0 0 24 24' stroke='rgba(255,255,255,.35)' stroke-width='2'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpolyline points='12 6 12 12 16 14'/%3E%3C/svg%3E");
  background-size: contain; background-repeat: no-repeat;
}
.card-event .event-location::before {
  content: '';
  display: inline-block; width: .75rem; height: .75rem; flex-shrink: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' viewBox='0 0 24 24' stroke='rgba(255,255,255,.35)' stroke-width='2'%3E%3Cpath d='M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z'/%3E%3Ccircle cx='12' cy='10' r='3'/%3E%3C/svg%3E");
  background-size: contain; background-repeat: no-repeat;
}
/* ─── Section générique ──────────────────────────────────────────────────── */
.section { padding: 7rem 0; }
.section-alt  { background: var(--surface); }
.section-dark { background: var(--navy-deep); }
/* ─── En-tête de section ─────────────────────────────────────────────────── */
.section-header { margin-bottom: 4rem; }
.section-header h2 {
  max-width: 26ch;
  margin-bottom: 1.25rem;
}
/* Trait gradient sous le titre */
.section-header h2::after {
  content: '';
  display: block;
  width: 3.5rem;
  height: 4px;
  background: var(--mint);
  margin-top: 1.25rem;
}
.section-dark .section-header h2 { color: #fff; }
.section-dark .section-header h2::after { /* gradient déjà visible */ }
.section-header p {
  color: var(--muted);
  font-size: 1.0625rem;
  max-width: 40rem;
  line-height: 1.78;
}
.section-dark .section-header p { color: rgba(255,255,255,.5); }
.section-action { margin-top: 3.5rem; text-align: center; }
/* ─── Manifeste ──────────────────────────────────────────────────────────── */
/* Fond mint franc — tranche l'univers sombre, casse le "bancaire" */
.manifesto {
  position: relative;
  overflow: hidden;
  background: var(--mint);
  padding: 5.5rem 0;
}
/* Diagonale sombre en fond */
.manifesto::before {
  content: '';
  pointer-events: none;
  position: absolute;
  top: 0; right: 0;
  width: 38%;
  height: 100%;
  background: rgba(0,0,0,.07);
  clip-path: polygon(20% 0, 100% 0, 100% 100%, 0% 100%);
}
.manifesto blockquote {
  position: relative;
  font-family: Inter, sans-serif;
  font-size: clamp(1.625rem, 3.5vw, 2.875rem);
  font-weight: 800;
  letter-spacing: -.04em;
  line-height: 1.12;
  color: var(--navy-deep);
  max-width: 50rem;
}
/* Guillemet décoratif */
.manifesto blockquote::before {
  content: '"';
  display: block;
  font-size: 6rem;
  line-height: .7;
  color: rgba(10,22,40,.15);
  font-weight: 800;
  margin-bottom: .5rem;
  letter-spacing: 0;
}
.manifesto blockquote em {
  font-style: normal;
  color: var(--navy);
}
.manifesto blockquote cite {
  display: block;
  margin-top: 1.75rem;
  font-size: .8125rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: .12em;
  color: rgba(10,22,40,.5);
  text-transform: uppercase;
}
/* ─── Grilles de cartes ──────────────────────────────────────────────────── */
.cards-grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 1fr;
  align-items: stretch;
}
@media (min-width: 640px)  { .cards-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .cards-grid { grid-template-columns: repeat(3, 1fr); } }
.cards-grid-4 {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: 1fr;
}
@media (min-width: 640px)  { .cards-grid-4 { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .cards-grid-4 { grid-template-columns: repeat(4, 1fr); } }
/* Equal height */
.cards-grid > li, .cards-grid-4 > li { display: flex; }
.cards-grid > li > .card, .cards-grid-4 > li > .card { flex: 1; }
.events-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
/* ─── Section CTA ────────────────────────────────────────────────────────── */
.section-cta {
  position: relative;
  overflow: hidden;
  background: var(--navy-deep);
  padding: 7rem 0;
  border-top: 4px solid var(--mint);
}
/* Grande diagonale teal */
.section-cta::before {
  content: '';
  pointer-events: none;
  position: absolute;
  top: 0; right: 0;
  width: 40%;
  height: 100%;
  background: rgba(59,191,150,.06);
  clip-path: polygon(25% 0, 100% 0, 100% 100%, 0% 100%);
}
/* Trait vertical droit */
.section-cta::after {
  content: '';
  pointer-events: none;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 4px;
  height: 100%;
  background: var(--grad-h);
}
.section-cta > .container {
  position: relative;
}
.section-cta h2 { color: #fff; margin-bottom: 1.25rem; max-width: 20ch; }
.section-cta p  { color: rgba(255,255,255,.55); margin-bottom: 2.75rem; font-size: 1.0625rem; line-height: 1.78; max-width: 38rem; border-left: 3px solid var(--teal); padding-left: 1.25rem; }
.section-cta .actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
/* ─── Filtres de liste ───────────────────────────────────────────────────── */
.list-filters {
  margin-bottom: 2.5rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid var(--border);
}
.list-filters a, .list-filters button {
  font-family: Inter, sans-serif;
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  padding: .45rem 1rem;
  border-radius: 2px;
  border: 1.5px solid transparent;
  color: var(--muted);
  background: none;
  cursor: pointer;
  text-decoration: none;
  transition: all var(--ease);
}
.list-filters a:hover, .list-filters button:hover { color: var(--navy); border-color: var(--border); }
.list-filters a.active, .list-filters button.active { background: var(--navy); color: #fff; border-color: var(--navy); }
/* ─── Pagination ─────────────────────────────────────────────────────────── */
.pagination {
  margin-top: 3.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
}
.pagination a, .pagination span {
  display: flex;
  height: 2.5rem;
  width: 2.5rem;
  align-items: center;
  justify-content: center;
  font-family: Inter, sans-serif;
  font-size: .875rem;
  font-weight: 600;
  border: 1.5px solid var(--border);
  border-radius: var(--r);
  color: var(--text);
  text-decoration: none;
  transition: all var(--ease);
}
.pagination a:hover { background: var(--surface); border-color: var(--navy); color: var(--navy); }
.pagination .active { background: var(--navy); border-color: var(--navy); color: #fff; }
.pagination .ellipsis { border: none; color: var(--muted); }
/* ─── Article ────────────────────────────────────────────────────────────── */
.article-layout {
  display: grid;
  gap: 3.5rem;
  padding: 3rem 0 6rem;
}
@media (min-width: 1024px) {
  .article-layout { grid-template-columns: 1fr 20rem; align-items: start; }
}
.article-header {
  margin-bottom: 2rem;
  padding-bottom: 2rem; border-bottom: 1px solid var(--border);
}
.article-header h1 {
  margin-bottom: 1.25rem;
}
.article-header .meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
  row-gap: 0.5rem;
  font-family: Inter, sans-serif;
  font-size: .8125rem;
  color: var(--muted);
}
.article-body { font-size: 1.0625rem; line-height: 1.85; color: var(--text); }
.article-body h2, .article-body h3 {
  margin-top: 3rem;
  margin-bottom: 1.25rem;
}
.article-body p {
  margin-bottom: 1.5rem;
}
.article-body ul, .article-body ol {
  margin-bottom: 1.5rem;
  padding-left: 1.5rem;
}
.article-body li {
  margin-bottom: 0.5rem;
}
.article-body blockquote {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  border-left: 4px solid transparent;
  -o-border-image: var(--grad-h) 1;
     border-image: var(--grad-h) 1;
  background: var(--surface);
  border-radius: 0 var(--r-lg) var(--r-lg) 0;
  font-size: 1.125rem;
  font-style: italic;
  font-weight: 500;
  color: var(--navy);
  line-height: 1.6;
}
.article-body a { text-decoration-line: underline; text-decoration-color: rgba(27,112,112,.35); text-underline-offset: 3px; }
.article-body a:hover { text-decoration-color: var(--teal); }
/* Sidebar */
.article-sidebar {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
@media (min-width: 1024px) { .article-sidebar { position: sticky; top: 5.5rem; } }
.sidebar-block {
  padding: 1.5rem;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
}
.sidebar-block h4 {
  margin-bottom: 1.25rem;
  padding-bottom: 1rem;
  font-family: Inter, sans-serif;
  font-size: .625rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .12em;
  color: var(--muted);
  border-bottom: 1px solid var(--border);
}
.sidebar-nav {
  display: flex;
  flex-direction: column;
}
.sidebar-nav a {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: var(--text);
  display: flex; align-items: flex-start; gap: .75rem;
  border-bottom: 1px solid var(--border);
  transition: color var(--ease);
  line-height: 1.45;
}
.sidebar-nav a:last-child { border-bottom: none; }
.sidebar-nav a::before { content: '—'; color: var(--mint); flex-shrink: 0; font-weight: 600; }
.sidebar-nav a:hover { color: var(--teal); }
/* Sidebar événement */
.sidebar-event-card {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}
.sidebar-event-date {
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 3.25rem;
  background: var(--navy);
  color: #fff;
  border-radius: var(--r);
  padding: .5rem .25rem;
  text-align: center;
}
.sidebar-event-date .day {
  font-family: Inter, sans-serif; font-size: 1.5rem; font-weight: 800;
  line-height: 1; letter-spacing: -.04em;
}
.sidebar-event-date .month {
  font-family: Inter, sans-serif; font-size: .5625rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: .1em; color: var(--mint); margin-top: .2rem;
}
.sidebar-event-card > div strong { display: block; font-size: .875rem; color: var(--navy); margin-bottom: .2rem; }
.sidebar-event-card > div span   { display: block; font-size: .8125rem; color: var(--muted); margin-bottom: .75rem; }
.sidebar-more { font-family: Inter, sans-serif; font-size: .75rem; font-weight: 600; color: var(--teal); letter-spacing: .02em; }
/* Sidebar CTA */
.sidebar-cta { background: var(--navy-deep) !important; border-color: transparent !important; text-align: center; }
.sidebar-cta p { color: rgba(255,255,255,.7); font-size: .9375rem; margin-bottom: 1.25rem; }
/* Articles liés */
.section-related { padding: 5rem 0; background: var(--surface); }
.section-related > .container > h2 {
  margin-bottom: 2.5rem;
  padding-bottom: 1.25rem; font-size: clamp(1.5rem, 2.5vw, 2rem); border-bottom: 1px solid var(--border);
}
/* Mentions légales */
.legal-content { padding: 4rem 0 6rem; max-width: 52rem; }
.legal-content h2 {
  margin-top: 2.5rem;
  margin-bottom: 0.75rem;
  padding-top: 2rem; font-size: 1.25rem; border-top: 1px solid var(--border);
}
.legal-content p {
  margin-bottom: 1.25rem; color: var(--muted); font-size: .9375rem;
}
.legal-content ul {
  margin-bottom: 1.25rem;
  padding-left: 1.25rem;
}
.legal-content li {
  margin-bottom: 0.375rem;
  font-size: 0.875rem;
  line-height: 1.25rem; color: var(--muted);
}
/* ─── Newsletter ─────────────────────────────────────────────────────────── */
.newsletter-strip {
  background: var(--navy);
  padding: 4rem 0;
  position: relative;
  overflow: hidden;
}
/* Halo teal */
.newsletter-strip::before {
  content: '';
  position: absolute;
  top: -60%;
  right: -5%;
  width: 35%;
  aspect-ratio: 1;
  background: radial-gradient(circle, rgba(59,191,150,.15) 0%, transparent 65%);
  pointer-events: none;
}
/* Trait gradient gauche */
.newsletter-strip::after {
  content: '';
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 4px;
  background: var(--grad-h);
}
.newsletter-strip > .container {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}
.newsletter-copy { max-width: 30rem; }
.newsletter-copy h3 {
  color: #fff;
  font-size: clamp(1.25rem, 2.5vw, 1.75rem);
  font-weight: 800;
  letter-spacing: -.03em;
  margin-bottom: .5rem;
}
.newsletter-copy p {
  color: rgba(255,255,255,.5);
  font-size: .9375rem;
  line-height: 1.65;
}
.newsletter-form {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  flex: 1;
  min-width: 18rem;
  max-width: 28rem;
}
.newsletter-fields {
  display: flex;
  gap: 0.5rem;
}
.newsletter-form input[type="email"] {
  flex: 1 1 0%;
  padding: .875rem 1.125rem;
  border: 1.5px solid rgba(255,255,255,.15);
  border-radius: var(--r);
  background: rgba(255,255,255,.07);
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: .9375rem;
  outline: none;
  transition: border-color var(--ease), background var(--ease);
}
.newsletter-form input[type="email"]::-moz-placeholder { color: rgba(255,255,255,.3); }
.newsletter-form input[type="email"]::placeholder { color: rgba(255,255,255,.3); }
.newsletter-form input[type="email"]:focus {
  border-color: var(--mint);
  background: rgba(255,255,255,.1);
}
.newsletter-form button {
  flex-shrink: 0;
  font-family: Inter, sans-serif;
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .07em;
  text-transform: uppercase;
  padding: .875rem 1.5rem;
  background: var(--grad-h);
  color: #fff;
  border: none;
  border-radius: var(--r);
  cursor: pointer;
  white-space: nowrap;
  transition: opacity var(--ease), transform var(--ease), box-shadow var(--ease);
}
.newsletter-form button:hover {
  opacity: .88;
  transform: translateY(-1px);
  box-shadow: var(--sh-color);
}
.newsletter-rgpd {
  display: flex;
  cursor: pointer;
  align-items: flex-start;
  gap: 0.625rem;
}
.newsletter-rgpd input[type="checkbox"] {
  flex-shrink: 0;
  margin-top: .2rem;
  width: .9375rem;
  height: .9375rem;
  accent-color: var(--mint);
  cursor: pointer;
}
.newsletter-rgpd span {
  font-family: Inter, sans-serif;
  font-size: .75rem;
  line-height: 1.6;
  color: rgba(255,255,255,.38);
}
.newsletter-rgpd a {
  color: rgba(255,255,255,.55);
  text-decoration: underline;
  text-decoration-color: rgba(255,255,255,.25);
  transition: color var(--ease);
}
.newsletter-rgpd a:hover { color: var(--mint); }
/* ─── Champs ─────────────────────────────────────────────────────────────── */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.form-group label {
  font-family: Inter, sans-serif;
  font-size: .75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .06em;
  color: var(--navy);
}
.form-group .hint { font-size: .8125rem; color: var(--muted); }
.form-input, .form-textarea, .form-select {
  width: 100%;
  padding: .875rem 1rem;
  border: 1.5px solid var(--border);
  border-radius: var(--r);
  background: #fff;
  color: var(--text);
  font-family: Inter, sans-serif;
  font-size: .9375rem;
  transition: border-color var(--ease), box-shadow var(--ease);
  -moz-appearance: none;
       appearance: none; -webkit-appearance: none; outline: none;
}
.form-input::-moz-placeholder, .form-textarea::-moz-placeholder { color: #A8B4C0; }
.form-input::placeholder, .form-textarea::placeholder { color: #A8B4C0; }
.form-input:hover, .form-textarea:hover, .form-select:hover { border-color: #B0BEC5; }
.form-input:focus, .form-textarea:focus, .form-select:focus {
  border-color: var(--teal);
  box-shadow: 0 0 0 3px rgba(27,112,112,.1);
}
.form-textarea { resize: vertical; min-height: 10rem; line-height: 1.65; }
.form-select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2364748B' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right .875rem center;
  padding-right: 2.5rem;
  cursor: pointer;
}
.form-check {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}
.form-check input[type="checkbox"],
.form-check input[type="radio"] {
  margin-top: 0.125rem;
  flex-shrink: 0;
  width: 1rem; height: 1rem;
  accent-color: var(--teal);
  cursor: pointer;
}
.form-check label { font-size: .875rem; font-weight: 400; color: var(--text); cursor: pointer; line-height: 1.6; }
/* ─── Bloc formulaire ────────────────────────────────────────────────────── */
.form-block {
  padding: 2rem;
}
@media (min-width: 1024px) {

  .form-block {
    padding: 2.5rem;
  }
}
.form-block {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
}
/* Trait coloré en haut */
.form-block::before {
  content: '';
  display: block;
  height: 3px;
  width: 3rem;
  background: var(--grad);
  margin-bottom: 2rem;
  border-radius: 2px;
}
.form-block h2 {
  margin-bottom: 0.5rem;
}
.form-block > p { color: var(--muted); font-size: .9375rem; margin-bottom: 2rem; }
.form-grid {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: 1fr;
}
@media (min-width: 640px) {
  .form-grid { grid-template-columns: repeat(2, 1fr); }
  .form-grid .form-full { grid-column: 1 / -1; }
}
.form-actions {
  margin-top: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
}
/* ─── Formulaires côte à côte ────────────────────────────────────────────── */
.section-formulaires { padding: 5.5rem 0; }
.section-formulaires > .container {
  display: grid;
  gap: 2rem;
}
@media (min-width: 1024px) {
  .section-formulaires > .container { grid-template-columns: 1fr 1fr; align-items: start; }
}
/* Toggle don */
.don-toggle-wrapper {
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  text-align: center;
  border-bottom: 1px solid var(--border);
}
.don-toggle-wrapper p {
  margin-bottom: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem; color: var(--muted);
}
#form-don.is-hidden { display: none; }
/* Montants */
.donation-amounts {
  margin-bottom: 0.75rem;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.5rem;
}
.donation-amount {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Inter, system-ui, sans-serif;
  font-weight: 600;
  padding: .625rem .5rem;
  font-size: .875rem;
  border: 1.5px solid var(--border);
  border-radius: var(--r);
  background: #fff;
  color: var(--navy);
  cursor: pointer;
  transition: all var(--ease);
}
.donation-amount:hover { border-color: var(--teal); color: var(--teal); }
.donation-amount.selected {
  background: var(--navy);
  border-color: var(--navy);
  color: #fff;
}
.donation-amount-custom {
  grid-column: span 4 / span 4;
}
/* Notice avantage fiscal */
.don-notice {
  margin-top: 1.25rem;
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1.25rem;
  background: rgba(27,112,112,.05);
  border: 1px solid rgba(27,112,112,.18);
  border-radius: var(--r);
}
.don-notice svg { flex-shrink: 0; color: var(--teal); margin-top: 1px; }
.don-notice p {
  font-size: .875rem;
  color: var(--text);
  line-height: 1.6;
}
.don-notice strong { color: var(--teal); }
/* ─── Pied de page ───────────────────────────────────────────────────────── */
.site-footer {
  background: var(--navy-deep);
  padding: 5.5rem 0 0;
  position: relative;
  overflow: hidden;
}
/* Halo décoratif */
.site-footer::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: -10%;
  width: 50%;
  aspect-ratio: 1;
  background: radial-gradient(circle, rgba(27,112,112,.08) 0%, transparent 65%);
  pointer-events: none;
}
.footer-top {
  position: relative;
  margin-bottom: 3.5rem;
  display: grid;
  gap: 3.5rem;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) { .footer-top { grid-template-columns: 1.5fr 2fr; } }
/* Brand */
.footer-brand img {
  height: 2.25rem;
  width: auto;
  background: rgba(255,255,255,.92);
  padding: .4rem .875rem;
  border-radius: var(--r);
  margin-bottom: 1.75rem;
  display: block;
}
.footer-brand p {
  font-size: .9rem;
  color: rgba(255,255,255,.45);
  line-height: 1.8;
  max-width: 22rem;
}
.footer-social {
  margin-top: 1.75rem;
  display: flex;
  gap: 0.5rem;
}
.footer-social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.375rem; height: 2.375rem;
  border-radius: var(--r);
  background: rgba(255,255,255,.06);
  color: rgba(255,255,255,.5);
  border: 1px solid rgba(255,255,255,.08);
  transition: all var(--ease);
}
.footer-social a:hover {
  background: var(--teal);
  border-color: var(--teal);
  color: #fff;
  transform: translateY(-2px);
}
/* Navigation */
.footer-nav {
  display: grid;
  gap: 2.5rem; grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 639px) { .footer-nav { grid-template-columns: repeat(2, 1fr); } }
.footer-nav h4 {
  font-family: Inter, sans-serif;
  font-size: .5625rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .15em;
  color: rgba(255,255,255,.25);
  margin-bottom: 1.25rem;
}
.footer-nav ul {
  display: flex;
  flex-direction: column;
  gap: 0.5rem; list-style: none; padding: 0;
}
.footer-nav a {
  font-size: .875rem;
  color: rgba(255,255,255,.55);
  transition: color var(--ease), padding-left var(--ease);
  display: block;
}
.footer-nav a:hover { color: #fff; padding-left: .25rem; }
/* Bas de footer */
.footer-bottom {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  border-top: 1px solid rgba(255,255,255,.07);
}
.footer-bottom::before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 4rem;
  height: 2px;
  background: var(--grad-h);
  transform: translateY(-1px);
}
.footer-bottom p,
.footer-bottom span {
  font-family: Inter, sans-serif;
  font-size: .8125rem;
  color: rgba(255,255,255,.35);
}
.footer-legal {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}
.footer-legal a {
  font-family: Inter, sans-serif;
  font-size: .8125rem;
  color: rgba(255,255,255,.35);
  transition: color var(--ease);
}
.footer-legal a:hover { color: rgba(255,255,255,.75); }
