/* Bikourim — proposition V2 : même palette, mise en scène plus riche. */
@font-face{font-family:'Cormorant Garamond';font-style:normal;font-weight:300 700;font-display:swap;src:url('fonts/CormorantGaramond.woff2') format('woff2');}
@font-face{font-family:'Cormorant Garamond';font-style:italic;font-weight:300 700;font-display:swap;src:url('fonts/CormorantGaramond-italic.woff2') format('woff2');}
@font-face{font-family:'Source Sans 3';font-style:normal;font-weight:400 700;font-display:swap;src:url('fonts/SourceSans3.woff2') format('woff2');}
@font-face{font-family:'Source Sans 3';font-style:italic;font-weight:400;font-display:swap;src:url('fonts/SourceSans3-italic.woff2') format('woff2');}

:root {
  --nuit: #0c2340; --nuit-2: #14345e; --nuit-3: #081a30;
  --or: #b8913f; --or-2: #d4b36a; --or-3: #ead9a8;
  --grenade: #8a1020;
  --ivoire: #fbf8f1; --creme: #f3ecdd; --sable: #e8dfc8;
  --encre: #1b2430; --encre-2: #4b5563;
  --display: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  --texte: "Source Sans 3", "Segoe UI", Helvetica, Arial, sans-serif;
  --large: 74rem;
  --ease: cubic-bezier(.16, 1, .3, 1);
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { margin: 0; background: var(--ivoire); color: var(--encre); font-family: var(--texte); font-size: 1.1rem; line-height: 1.7; overflow-x: clip; }
body.curseur-actif, body.curseur-actif a { cursor: none; }
img { max-width: 100%; height: auto; display: block; }
a { color: var(--grenade); text-underline-offset: 3px; }
:focus-visible { outline: 2px solid var(--or); outline-offset: 4px; }
.invisible { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.acces-direct { position: absolute; left: 1rem; top: -4rem; background: var(--nuit); color: #fff; padding: .5rem 1rem; z-index: 90; }
.acces-direct:focus { top: 1rem; }
.cadre { width: min(100% - 2.5rem, var(--large)); margin-inline: auto; }
.sur-titre { font-size: .74rem; font-weight: 600; letter-spacing: .26em; text-transform: uppercase; color: var(--or); margin: 0 0 1rem; }
.titre { font-family: var(--display); font-weight: 400; color: var(--nuit); line-height: 1.04; letter-spacing: -.01em; margin: 0; font-size: clamp(2.4rem, 1.6rem + 3vw, 4.2rem); }
.titre em { font-style: italic; color: var(--or); }

/* ---------- rideau d'ouverture ---------- */
html.intro, html.intro body { overflow: hidden; }
.rideau { position: fixed; inset: 0; z-index: 100; display: grid; place-items: center; color: #fff;
  animation: rideau-secours 0s linear 7s forwards; }   /* sans JavaScript, il s'efface seul */
@keyframes rideau-secours { to { visibility: hidden; opacity: 0; pointer-events: none; } }
.porte { position: absolute; top: 0; bottom: 0; width: 50.5%; transition: transform 1.15s cubic-bezier(.77, 0, .18, 1); }
.porte.gauche { left: 0; background: radial-gradient(120% 80% at 100% 50%, #10305a 0%, var(--nuit-3) 60%, #050f1d 100%); }
.porte.droite { right: 0; background: radial-gradient(120% 80% at 0% 50%, #10305a 0%, var(--nuit-3) 60%, #050f1d 100%); }
.rideau-lumiere { position: absolute; top: 0; bottom: 0; left: 50%; width: 2px; transform: translateX(-50%); opacity: 0;
  background: linear-gradient(90deg, transparent, rgba(255,226,160,.85) 50%, transparent); filter: blur(2px); mix-blend-mode: screen; }
.rideau-eclats { position: absolute; inset: 0; width: 100%; height: 100%; pointer-events: none; }
.rideau-centre { position: relative; display: grid; justify-items: center; gap: 1.1rem; transition: transform .7s var(--ease), opacity .5s ease, filter .6s ease; }

.rideau-embleme { position: relative; width: clamp(130px, 24vw, 200px); aspect-ratio: 240 / 300; margin-bottom: .6rem; }
.rideau-arche { position: absolute; inset: 0; width: 100%; height: 100%; overflow: visible; }
.rideau-arche .trait { fill: none; stroke: var(--or-2); stroke-linecap: round; stroke-dasharray: 800; stroke-dashoffset: 800; }
.rideau-arche .t1 { stroke-width: 2.4; animation: trace-rideau 1.5s cubic-bezier(.65, 0, .35, 1) .15s forwards; filter: drop-shadow(0 0 6px rgba(212,179,106,.55)); }
.rideau-arche .t2 { stroke-width: 1; opacity: .6; animation: trace-rideau 1.5s cubic-bezier(.65, 0, .35, 1) .4s forwards; }
.rideau-arche .t3 { stroke-width: 2.4; animation: trace-rideau .8s ease 1.2s forwards; }
@keyframes trace-rideau { to { stroke-dashoffset: 0; } }
.rideau-halo { position: absolute; left: 50%; top: 58%; width: 150%; aspect-ratio: 1; border-radius: 50%; transform: translate(-50%, -50%) scale(.2); opacity: 0;
  background: radial-gradient(circle, rgba(212,179,106,.45) 0%, rgba(212,179,106,.12) 38%, transparent 66%);
  animation: halo 1.6s var(--ease) .95s forwards, halo-pulse 3s ease-in-out 2.6s infinite; }
@keyframes halo { to { opacity: 1; transform: translate(-50%, -50%) scale(1); } }
@keyframes halo-pulse { 0%, 100% { opacity: 1; transform: translate(-50%, -50%) scale(1); } 50% { opacity: .7; transform: translate(-50%, -50%) scale(1.08); } }
.rideau-fruit { position: absolute; left: 50%; top: 60%; width: 64%; transform: translate(-50%, -50%) scale(.35) rotate(-18deg); opacity: 0; filter: blur(14px);
  -webkit-mask-image: radial-gradient(closest-side, #000 72%, transparent 100%); mask-image: radial-gradient(closest-side, #000 72%, transparent 100%);
  animation: eclot 1.3s cubic-bezier(.2, 1.4, .35, 1) 1.1s forwards; }
@keyframes eclot { 60% { filter: blur(0); } to { opacity: 1; filter: blur(0) drop-shadow(0 12px 26px rgba(0,0,0,.55)); transform: translate(-50%, -50%) scale(1) rotate(0deg); } }
.rideau-etoile { position: absolute; left: 50%; top: -3%; transform: translate(-50%, -50%) scale(0) rotate(-90deg); color: #fff3cf; font-size: 1.5rem; line-height: 1;
  text-shadow: 0 0 12px rgba(255,230,170,.95), 0 0 28px rgba(212,179,106,.8); animation: etoile .9s cubic-bezier(.2, 1.6, .4, 1) 1.55s forwards; }
@keyframes etoile { to { transform: translate(-50%, -50%) scale(1) rotate(0deg); } }

.rideau-nom { display: flex; gap: .16em; font-family: var(--display); font-weight: 500; font-size: clamp(2.3rem, 7.5vw, 4.8rem); letter-spacing: .2em; line-height: 1; overflow: hidden; padding: .08em 0 .1em .2em; }
.rideau-nom i { font-style: normal; display: inline-block; transform: translateY(115%);
  background: linear-gradient(100deg, var(--or) 0%, var(--or-2) 38%, #fff8e1 50%, var(--or-2) 62%, var(--or) 100%); background-size: 320% 100%; background-position: 100% 0;
  -webkit-background-clip: text; background-clip: text; color: transparent;
  animation: monte 1s var(--ease) forwards, reflet 1.5s ease-in-out forwards; }
.rideau-nom i:nth-child(1){animation-delay:1.45s,2.35s}.rideau-nom i:nth-child(2){animation-delay:1.51s,2.41s}.rideau-nom i:nth-child(3){animation-delay:1.57s,2.47s}.rideau-nom i:nth-child(4){animation-delay:1.63s,2.53s}
.rideau-nom i:nth-child(5){animation-delay:1.69s,2.59s}.rideau-nom i:nth-child(6){animation-delay:1.75s,2.65s}.rideau-nom i:nth-child(7){animation-delay:1.81s,2.71s}.rideau-nom i:nth-child(8){animation-delay:1.87s,2.77s}
@keyframes monte { to { transform: none; } }
@keyframes reflet { to { background-position: 0% 0; } }
.rideau-filet { width: 0; height: 1px; background: linear-gradient(90deg, transparent, var(--or-2), transparent); animation: filet 1.1s var(--ease) 2.2s forwards; }
@keyframes filet { to { width: min(18rem, 60vw); } }
.rideau-devise { font-size: .78rem; letter-spacing: .7em; text-transform: uppercase; color: rgba(255,255,255,.72); opacity: 0; padding-left: .7em;
  animation: devise 1.2s var(--ease) 2.45s forwards; }
@keyframes devise { to { opacity: 1; letter-spacing: .34em; padding-left: .34em; } }

/* sortie : le contenu s'avance et s'efface, la lumière passe, les portes s'ouvrent */
.rideau.ouvre { pointer-events: none; }
.rideau.ouvre .rideau-centre { transform: scale(1.18); opacity: 0; filter: blur(6px); }
.rideau.ouvre .rideau-eclats { opacity: 0; transition: opacity .6s ease; }
.rideau.ouvre .rideau-lumiere { animation: lumiere 1s ease .1s forwards; }
@keyframes lumiere { 0% { opacity: 0; width: 2px; } 20% { opacity: 1; width: 8px; } 55% { opacity: .45; width: 22vw; } 100% { opacity: 0; width: 40vw; } }
.rideau.ouvre .porte.gauche { transform: translateX(-101%); transition-delay: .25s; }
.rideau.ouvre .porte.droite { transform: translateX(101%); transition-delay: .25s; }
body.sans-rideau .rideau { display: none; }

/* barre de progression et curseur */
.progression { position: fixed; top: 0; left: 0; right: 0; height: 3px; z-index: 80; pointer-events: none; }
.progression span { display: block; height: 100%; width: 0; background: linear-gradient(90deg, var(--or), var(--or-2)); }
.curseur { position: fixed; top: 0; left: 0; width: 2.2rem; height: 2.2rem; border: 1px solid var(--or-2); border-radius: 50%; pointer-events: none; z-index: 95; transform: translate(-50%, -50%); opacity: 0; transition: width .25s, height .25s, opacity .3s, background .25s; mix-blend-mode: difference; }
.curseur::after { content: ""; position: absolute; left: 50%; top: 50%; width: 4px; height: 4px; border-radius: 50%; background: var(--or-2); transform: translate(-50%, -50%); }
body.curseur-actif .curseur { opacity: 1; }
.curseur.grand { width: 4rem; height: 4rem; background: rgba(212,179,106,.15); }

/* ---------- en-tête ---------- */
.entete { position: fixed; top: 0; left: 0; right: 0; z-index: 70; transition: background .4s, border-color .4s, backdrop-filter .4s; border-bottom: 1px solid transparent; }
.entete .cadre { display: flex; align-items: center; justify-content: space-between; height: 4.6rem; }
.entete.solide { background: rgba(251,248,241,.9); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border-color: rgba(184,145,63,.3); }
.marque { display: flex; align-items: center; gap: .8rem; text-decoration: none; color: #fff; transition: color .4s; }
.entete.solide .marque { color: var(--nuit); }
.marque img { width: 2.6rem; height: 2.6rem; border-radius: 50%; border: 1px solid var(--or-3); background: #fff; }
.marque span { font-family: var(--display); font-weight: 600; font-size: 1.35rem; letter-spacing: .12em; text-transform: uppercase; }
.menu ul { list-style: none; margin: 0; padding: 0; display: flex; gap: 1.9rem; }
.menu a { color: rgba(255,255,255,.85); text-decoration: none; font-size: .92rem; font-weight: 600; position: relative; padding: .3rem 0; transition: color .4s; }
.entete.solide .menu a { color: var(--nuit); }
.menu a::after { content: ""; position: absolute; left: 0; bottom: 0; height: 1px; width: 100%; background: var(--or); transform: scaleX(0); transform-origin: right; transition: transform .35s var(--ease); }
.menu a:hover::after, .menu a.actif::after { transform: scaleX(1); transform-origin: left; }
.entete .action { font-family: var(--display); font-style: italic; font-size: 1.2rem; color: var(--or-2); text-decoration: none; display: inline-block; }
.entete.solide .action { color: var(--grenade); }
@media (max-width: 860px) { .menu { display: none; } }

/* ---------- héros ---------- */
.heros { position: relative; min-height: 100vh; min-height: 100svh; display: grid; align-items: center; overflow: hidden; color: #fff; background: var(--nuit-3); }
.heros-fond { position: absolute; inset: -6%; will-change: transform; }
.heros-fond img { width: 100%; height: 100%; object-fit: cover; animation: kenburns 24s ease-in-out infinite alternate; }
@keyframes kenburns { from { transform: scale(1) translate(0,0); } to { transform: scale(1.12) translate(-1.5%, 1.5%); } }
.heros-voile { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(8,26,48,.42) 0%, rgba(8,26,48,.66) 45%, rgba(8,26,48,.95) 100%), radial-gradient(60% 50% at 50% 45%, rgba(8,26,48,0) 0%, rgba(8,26,48,.4) 100%); }
.particules { position: absolute; inset: 0; width: 100%; height: 100%; pointer-events: none; }
.flottant { position: absolute; pointer-events: none; opacity: .9; filter: drop-shadow(0 20px 30px rgba(0,0,0,.45)); will-change: transform; -webkit-mask-image: radial-gradient(closest-side, #000 70%, transparent 100%); mask-image: radial-gradient(closest-side, #000 70%, transparent 100%); }
.f1 { right: 8%; top: 16%; width: clamp(110px, 14vw, 200px); animation: flotte 9s ease-in-out infinite; }
.f2 { left: 6%; bottom: 20%; width: clamp(90px, 11vw, 160px); animation: flotte 11s ease-in-out infinite reverse; }
.f3 { left: 18%; top: 14%; width: clamp(70px, 8vw, 120px); animation: flotte 13s ease-in-out infinite; }
@keyframes flotte { 0%,100% { translate: 0 0; rotate: 0deg; } 50% { translate: 0 -18px; rotate: 3deg; } }
.arche-trait { position: absolute; left: 50%; top: 50%; height: min(92vh, 900px); transform: translate(-50%, -50%); color: var(--or-2); opacity: .55; pointer-events: none; }
.arche-trait path { stroke-dasharray: 2200; stroke-dashoffset: 2200; animation: trace 2.6s var(--ease) .6s forwards; }
.arche-trait path + path { animation-delay: 1s; }
@keyframes trace { to { stroke-dashoffset: 0; } }
.heros-contenu { position: relative; text-align: center; padding: 8rem 0 7rem; max-width: 52rem; }
.heros .sur-titre { color: var(--or-2); }
.titre-heros { font-family: var(--display); font-weight: 400; font-size: clamp(2.6rem, 1.6rem + 4.4vw, 5.4rem); line-height: 1.05; margin: 0 0 1.6rem; color: #fff; }
.titre-heros em { font-style: italic; color: var(--or-2); }
.titre-heros .mot { display: inline-block; overflow: hidden; vertical-align: bottom; }
.titre-heros .mot > span { display: inline-block; transform: translateY(105%); transition: transform 1s var(--ease); }
.titre-heros.pret .mot > span { transform: none; }
.heros-intro { font-size: 1.25rem; color: rgba(255,255,255,.86); max-width: 34rem; margin: 0 auto 2.4rem; }
.boutons { display: flex; justify-content: center; flex-wrap: wrap; gap: 1rem; }
.bouton { display: inline-flex; align-items: center; gap: .7rem; text-decoration: none; font-weight: 600; font-size: .95rem; letter-spacing: .04em; padding: 1rem 1.7rem; color: var(--nuit); background: var(--or-2); border: 1px solid var(--or-2); position: relative; overflow: hidden; transition: color .3s, border-color .3s; }
.bouton::before { content: ""; position: absolute; inset: 0; background: #fff; transform: translateY(101%); transition: transform .45s var(--ease); }
.bouton:hover::before { transform: none; }
.bouton > * { position: relative; }
.bouton i { font-style: normal; transition: transform .3s; }
.bouton:hover i { transform: translateX(4px); }
.bouton.contour { background: transparent; color: #fff; border-color: rgba(255,255,255,.55); }
.bouton.contour::before { background: rgba(255,255,255,.12); }
.bouton.contour:hover { border-color: #fff; }
.defiler { position: absolute; left: 50%; bottom: 2rem; transform: translateX(-50%); color: rgba(255,255,255,.6); text-decoration: none; font-size: .72rem; letter-spacing: .3em; text-transform: uppercase; display: grid; justify-items: center; gap: .6rem; }
.defiler i { width: 1px; height: 3.2rem; background: linear-gradient(var(--or-2), transparent); position: relative; overflow: hidden; }
.defiler i::after { content: ""; position: absolute; left: 0; top: -100%; width: 100%; height: 100%; background: #fff; animation: goutte 1.8s ease-in-out infinite; }
@keyframes goutte { to { top: 100%; } }

/* apparitions génériques */
html.js [data-apparait]:not(.vu) { opacity: 0; transform: translateY(26px); }
html.js [data-apparait].vu { animation: apparait .9s var(--ease) backwards; }
@keyframes apparait { from { opacity: 0; transform: translateY(26px); } to { opacity: 1; transform: none; } }
[data-lignes] .ligne { display: block; overflow: hidden; }
[data-lignes] .ligne > span { display: block; transform: translateY(110%); transition: transform 1s var(--ease); }
[data-lignes].vu .ligne > span { transform: none; }
[data-lignes] .ligne:nth-child(2) > span { transition-delay: .12s; }
[data-lignes] .ligne:nth-child(3) > span { transition-delay: .24s; }

/* bandeau défilant */
.bandeau { background: var(--nuit); color: var(--or-2); overflow: hidden; padding: 1.1rem 0; border-block: 1px solid rgba(212,179,106,.25); }
.bandeau.clair { background: transparent; color: var(--nuit); border-color: rgba(184,145,63,.35); margin-top: 4rem; }
.bandeau-piste { display: flex; gap: 2.4rem; white-space: nowrap; width: max-content; will-change: transform; font-family: var(--display); font-size: 1.5rem; font-style: italic; align-items: center; }
.bandeau-piste b { font-style: normal; font-size: .9rem; color: var(--or); }

/* ---------- sections ---------- */
.section { padding: 7rem 0; position: relative; }
.section.creme { background: var(--creme); }
.grand-numero { font-family: var(--display); font-size: clamp(5rem, 10vw, 9rem); line-height: .8; color: transparent; -webkit-text-stroke: 1px rgba(184,145,63,.55); display: block; margin-bottom: 1.8rem; }
.deux-col { display: grid; grid-template-columns: .9fr 1.1fr; gap: 5rem; }
.col-fixe { position: sticky; top: 7rem; align-self: start; }
.hebreu { display: block; margin-top: 2.5rem; font-size: clamp(3.5rem, 7vw, 6rem); line-height: 1; color: rgba(12,35,64,.1); font-family: "David Libre", "Frank Ruhl Libre", "Noto Serif Hebrew", "Times New Roman", serif; direction: rtl; }
.hebreu i { font-style: normal; display: inline-block; opacity: 0; transform: translateY(.3em); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.hebreu.vu i { opacity: 1; transform: none; }
.col-texte p { font-size: 1.18rem; margin: 0 0 1.3rem; }
.lueur .m { color: rgba(27,36,48,.22); transition: color .4s; }
.lueur .m.allume { color: var(--encre); }
.encart { padding: 1.3rem 1.6rem; border-left: 3px solid var(--or); background: #fff; font-family: var(--display); font-size: 1.5rem; line-height: 1.35; color: var(--nuit); }
.arche-photo { margin: 0 0 2.5rem; position: relative; overflow: hidden; border-radius: 999px 999px 12px 12px / 42% 42% 12px 12px; aspect-ratio: 4 / 3.2; box-shadow: inset 0 0 0 3px var(--or-2); }
.arche-photo picture, .arche-photo img { width: 100%; height: 120%; object-fit: cover; will-change: transform; }
.arche-photo figcaption { position: absolute; right: 1rem; bottom: 1rem; background: rgba(8,26,48,.8); color: var(--or-2); font-family: var(--display); font-style: italic; padding: .3rem .9rem; }

.entete-section { display: grid; grid-template-columns: auto 1fr 1fr; gap: 3rem; align-items: start; }
.entete-section .grand-numero { margin: 0; }
.texte-section { margin: 0; font-size: 1.15rem; max-width: 34rem; }
.cartes, .membres { list-style: none; margin: 3.5rem 0 0; padding: 0; display: grid; gap: 1.4rem; }
.cartes { grid-template-columns: repeat(4, 1fr); }
.membres { grid-template-columns: repeat(3, 1fr); }
.carte, .membres li { position: relative; background: #fff; border: 1px solid var(--sable); padding: 2.2rem 1.8rem; transform-style: preserve-3d; transition: transform .2s ease-out, box-shadow .4s; overflow: hidden; }
.carte:hover, .membres li:hover { box-shadow: 0 30px 60px -30px rgba(12,35,64,.45); }
.lueur-carte { position: absolute; inset: 0; pointer-events: none; background: radial-gradient(28rem circle at var(--mx, 50%) var(--my, 50%), rgba(212,179,106,.22), transparent 40%); opacity: 0; transition: opacity .4s; }
.carte:hover .lueur-carte, .membres li:hover .lueur-carte { opacity: 1; }
.carte .chiffre { font-family: var(--display); font-style: italic; color: var(--or); font-size: 1.7rem; }
.carte h3 { font-family: var(--display); font-weight: 500; color: var(--nuit); font-size: 1.9rem; margin: .4rem 0 .6rem; line-height: 1.1; }
.carte p { margin: 0; color: var(--encre-2); }
.membres li::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 4px; background: linear-gradient(var(--or-2), var(--or)); }
.medaillon { width: 3.8rem; height: 3.8rem; border-radius: 50%; background: var(--nuit); color: var(--or-2); display: grid; place-items: center; font-family: var(--display); font-weight: 600; letter-spacing: .05em; box-shadow: 0 0 0 2px #fff, 0 0 0 3px var(--or-2); margin-bottom: 1.4rem; position: relative; }
.medaillon::after { content: ""; position: absolute; inset: -6px; border-radius: 50%; border: 1px solid var(--or-2); opacity: 0; transition: opacity .4s, inset .4s; }
.membres li:hover .medaillon::after { opacity: .8; inset: -10px; }
.membres .nom { font-family: var(--display); font-size: 2rem; font-weight: 500; color: var(--nuit); line-height: 1.1; display: block; }
.membres .role { display: block; margin-top: .5rem; color: var(--or); font-size: .8rem; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; }
.identite { margin-top: 1.5rem; display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; background: var(--creme); padding: 2rem; }
.identite p { margin: .3rem 0 0; }

/* citation */
.citation { margin: 5rem auto 0; max-width: 56rem; text-align: center; position: relative; padding-top: 3rem; }
.guillemet { position: absolute; top: -2.2rem; left: 50%; transform: translateX(-50%); font-family: var(--display); font-size: 9rem; line-height: 1; color: var(--or-2); }
.citation p { font-family: var(--display); font-size: clamp(1.8rem, 1.2rem + 2.4vw, 3.1rem); line-height: 1.25; color: var(--nuit); margin: 0; }
.brillant { font-style: italic; background: linear-gradient(90deg, var(--grenade) 0%, var(--or) 40%, var(--grenade) 60%, var(--or) 100%); background-size: 300% 100%; -webkit-background-clip: text; background-clip: text; color: transparent; animation: brille 5s linear infinite; }
@keyframes brille { to { background-position: -300% 0; } }

/* bande */
.bande { background: var(--nuit); color: #fff; padding: 6rem 0; text-align: center; position: relative; overflow: hidden; }
.anneaux { position: absolute; inset: 0; pointer-events: none; }
.anneaux span { position: absolute; left: 50%; top: 50%; border-radius: 50%; border: 1px solid rgba(212,179,106,.22); transform: translate(-50%, -50%); animation: tourne 40s linear infinite; }
.anneaux span:nth-child(1) { width: 34rem; height: 34rem; border-style: dashed; }
.anneaux span:nth-child(2) { width: 52rem; height: 52rem; animation-direction: reverse; animation-duration: 60s; }
.anneaux span:nth-child(3) { width: 72rem; height: 72rem; border-style: dotted; animation-duration: 90s; }
@keyframes tourne { to { transform: translate(-50%, -50%) rotate(360deg); } }
.bande .cadre { position: relative; }
.bande-texte { font-family: var(--display); font-size: clamp(1.9rem, 1.2rem + 2.4vw, 3.2rem); line-height: 1.18; margin: 1rem auto 2.4rem; max-width: 58rem; }
.bande-texte em { font-style: italic; color: var(--or-2); }

/* contact */
.contact { text-align: center; background: var(--creme); }
.contact .titre { margin: 0 auto 2.5rem; max-width: 46rem; }
.courriel { font-family: var(--display); font-size: clamp(1.8rem, 1rem + 3.4vw, 4rem); color: var(--nuit); text-decoration: none; display: inline-block; line-height: 1.2; padding-bottom: .2rem; background-image: linear-gradient(var(--or-2), var(--or-2)); background-repeat: no-repeat; background-size: 100% 2px; background-position: 0 100%; transition: background-size .4s var(--ease), color .25s ease; word-break: break-all; }
.courriel:hover { color: var(--grenade); background-size: 100% 40%; }
.contact address { font-style: normal; margin-top: 2rem; color: var(--encre-2); }
.contact address b { color: var(--nuit); }

/* page des mentions légales */
.page-simple { padding: 9rem 0 6rem; }
.page-simple .contenu { max-width: 42rem; }
.page-simple h1 { margin-bottom: 2rem; }
.page-simple h2 { font-family: var(--display); font-weight: 500; font-size: 1.7rem; color: var(--nuit); margin: 2.4rem 0 .8rem; }
.page-simple dl { margin: 0; }
.page-simple dt { font-weight: 600; color: var(--nuit); margin-top: .7rem; }
.page-simple dd { margin: 0; }
.page-simple .retour { margin-top: 2.5rem; }

/* pied */
.pied { background: var(--nuit-3); color: rgba(255,255,255,.8); padding: 3.5rem 0 2.5rem; }
.pied .cadre { display: grid; grid-template-columns: auto 1fr auto; gap: 2rem; align-items: center; }
.pied .marque { color: #fff; }
.pied p { margin: 0; font-size: .95rem; }
.pied a { color: var(--or-2); }
.pied .sep { color: var(--or); margin: 0 .5rem; }

/* ---------- écrans étroits ---------- */
@media (max-width: 960px) {
  .deux-col { grid-template-columns: 1fr; gap: 2.5rem; }
  .col-fixe { position: static; }
  .entete-section { grid-template-columns: 1fr; gap: 1.5rem; }
  .cartes { grid-template-columns: 1fr 1fr; }
  .membres { grid-template-columns: 1fr; }
  .pied .cadre { grid-template-columns: 1fr; text-align: center; justify-items: center; }
  .arche-trait { height: 70vh; }
}
@media (max-width: 600px) {
  body { font-size: 1.04rem; }
  .section { padding: 4.5rem 0; }
  .cartes { grid-template-columns: 1fr; }
  .identite { grid-template-columns: 1fr; }
  .heros-contenu { padding: 7rem 0 6rem; }
  .f2 { display: none; }
  .f1 { top: 10%; right: -7%; width: 100px; opacity: .8; }
  .f3 { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .rideau { display: none; }
  [data-apparait], [data-lignes] .ligne > span, .titre-heros .mot > span, .hebreu i { opacity: 1; transform: none; transition: none; }
  html.js [data-apparait].vu, html.js [data-apparait]:not(.vu) { animation: none; opacity: 1; transform: none; }
  .heros-fond img, .flottant, .arche-trait path, .brillant, .anneaux span, .defiler i::after { animation: none; }
  .arche-trait path { stroke-dashoffset: 0; }
  .lueur .m { color: inherit; }
}
