/* ──────────────────────────────────────────────────────────────────────────
   SIDOUR — « Ma prière quotidienne »
   Feuille AUTONOME (ne dépend pas de site.css) : la page reprend les polices
   du site Tehilim pour la continuité de famille, mais sa palette est celle de
   l'APPLICATION — thème sombre « Nuit & or » (Theme.swift) :
     fond #142233 · surface #1B2C40 · surface sourde #24374F
     encre crème #F4ECDB · encre secondaire #C9BCA0 · accent or #D8AC63
   L'or n'est jamais seul porteur d'information (WCAG 1.4.1), et le contraste
   crème/nuit est celui vérifié dans l'app (≈ 12:1).
   ────────────────────────────────────────────────────────────────────────── */

:root {
  --night:     #0B1626;
  --night-2:   #142233;
  --surface:   #1B2C40;
  --surface-2: #24374F;
  --cream:     #F4ECDB;
  --cream-2:   #C9BCA0;
  --cream-3:   #97A5B8;
  --gold:      #D8AC63;
  --gold-soft: #EBCB93;
  --ember:     #F0954A;
  --blue:      #7FA8E0;
  --line:      rgba(216, 172, 99, 0.16);
  --line-2:    rgba(255, 255, 255, 0.07);

  --font-display: "Cormorant Garamond", "Times New Roman", serif;
  --font-hebrew:  "Frank Ruhl Libre", "Times New Roman", serif;
  --font-sans:    "Manrope", -apple-system, BlinkMacSystemFont, "Helvetica Neue", sans-serif;

  --radius: 18px;
  --maxw: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html, body { margin: 0; padding: 0; }
body {
  font-family: var(--font-sans);
  background: var(--night);
  color: var(--cream);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; border-radius: 6px; }

.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
section[id] { scroll-margin-top: 78px; }
.he { font-family: var(--font-hebrew); }

/* ─────────  NAV  ───────── */
.nav {
  position: sticky; top: 0; z-index: 60;
  background: rgba(11, 22, 38, 0.78);
  backdrop-filter: saturate(160%) blur(18px);
  -webkit-backdrop-filter: saturate(160%) blur(18px);
  border-bottom: 1px solid var(--line-2);
}
.nav-inner {
  max-width: var(--maxw); margin: 0 auto;
  display: flex; align-items: center; gap: 16px;
  padding: 12px 24px;
}
.brand { display: flex; align-items: center; gap: 11px; margin-right: auto; }
.brand img { width: 34px; height: 34px; border-radius: 9px; box-shadow: 0 2px 10px rgba(0,0,0,.45); }
.brand .bt { display: flex; flex-direction: column; line-height: 1.05; }
.brand .bt b {
  font-family: var(--font-display); font-style: italic; font-weight: 600;
  font-size: 21px; letter-spacing: .4px; color: var(--gold-soft);
}
.brand .bt span { font-size: 10.5px; letter-spacing: 1.4px; text-transform: uppercase; color: var(--cream-3); }
.nav-links { display: flex; gap: 26px; font-size: 14px; font-weight: 500; color: var(--cream-2); }
.nav-links a { transition: color .15s ease; }
.nav-links a:hover { color: var(--gold-soft); }
.lang-switch {
  display: inline-flex; align-items: center; gap: 2px;
  background: rgba(255,255,255,.05); border: 1px solid var(--line-2);
  border-radius: 999px; padding: 3px;
  font-size: 12px; font-weight: 700; letter-spacing: .4px;
}
.lang-switch a { padding: 5px 9px; border-radius: 999px; color: var(--cream-3); }
.lang-switch a.active { background: var(--gold); color: #17222F; }
.nav-cta {
  display: inline-flex; align-items: center; gap: 7px;
  padding: 9px 16px; border-radius: 999px;
  background: var(--gold); color: #17222F;
  font-size: 13px; font-weight: 700;
  transition: transform .15s ease, background .15s ease;
}
.nav-cta:hover { background: var(--gold-soft); transform: translateY(-1px); }
@media (max-width: 900px) { .nav-links { display: none; } }
@media (max-width: 460px) { .brand .bt span { display: none; } .nav-inner { padding: 10px 16px; } }

/* ─────────  BLOCS COMMUNS  ───────── */
.eyebrow {
  display: inline-flex; align-items: center; gap: 9px;
  font-size: 12px; font-weight: 700; letter-spacing: 1.6px; text-transform: uppercase;
  color: var(--gold); margin-bottom: 20px;
}
.eyebrow .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--ember); box-shadow: 0 0 12px var(--ember); }
.badge {
  margin-left: 10px; padding: 3px 9px; border-radius: 999px;
  background: rgba(240,149,74,.14); border: 1px solid rgba(240,149,74,.35);
  color: var(--ember); font-size: 10.5px; letter-spacing: .6px;
}
.sec { padding: 108px 0; position: relative; }
.sec-head { max-width: 760px; margin: 0 auto 64px; text-align: center; }
.sec-head h2 {
  font-family: var(--font-display); font-weight: 500;
  font-size: clamp(32px, 4.2vw, 50px); line-height: 1.08;
  letter-spacing: -.5px; margin: 0 0 16px;
}
.sec-head h2 em { font-style: italic; color: var(--gold); }
.sec-head p { color: var(--cream-2); font-size: 17.5px; line-height: 1.65; margin: 0; }
.rule {
  width: 100%; max-width: 260px; height: 1px; margin: 0 auto;
  background: linear-gradient(90deg, transparent, var(--line), transparent);
}

/* ─────────  HERO  ───────── */
.hero {
  position: relative; overflow: hidden;
  padding: 86px 0 0;
  background:
    radial-gradient(900px 480px at 22% -8%, rgba(240,149,74,.16) 0%, transparent 62%),
    radial-gradient(1100px 620px at 82% 6%, rgba(46,86,140,.32) 0%, transparent 60%),
    linear-gradient(180deg, #0B1626 0%, #142233 62%, #0F1C2E 100%);
}
.hero::after {
  content: ""; position: absolute; inset: auto 0 0; height: 1px;
  background: linear-gradient(90deg, transparent, var(--line), transparent);
}
.hero-grid {
  display: grid; grid-template-columns: 1.02fr .98fr; gap: 40px; align-items: center;
}
.hero h1 { margin: 0 0 22px; }
.hero h1 .h-he {
  display: block; text-align: left; font-family: var(--font-hebrew); font-weight: 500;
  font-size: clamp(40px, 5.6vw, 66px); line-height: 1.1; color: var(--gold);
  letter-spacing: 2px;
}
.hero h1 .h-fr {
  display: block; font-family: var(--font-display); font-weight: 500;
  font-size: clamp(38px, 5.4vw, 64px); line-height: 1.04; letter-spacing: -1px;
  margin-top: 4px;
}
.hero-tag { color: var(--cream-2); font-size: 18px; line-height: 1.68; margin: 0 0 12px; max-width: 30em; }
.hero-tag strong { color: var(--cream); font-weight: 600; }
.hero-facts { display: flex; flex-wrap: wrap; gap: 8px; margin: 22px 0 28px; }
.fact {
  display: inline-flex; align-items: center; gap: 7px;
  padding: 7px 13px; border-radius: 999px;
  border: 1px solid var(--line); background: rgba(216,172,99,.06);
  font-size: 12.5px; font-weight: 600; color: var(--cream-2);
}
.fact svg { width: 13px; height: 13px; stroke: var(--gold); fill: none; stroke-width: 2; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.btn-store {
  display: inline-flex; align-items: center; gap: 11px;
  padding: 13px 22px 13px 18px; border-radius: 14px;
  background: linear-gradient(180deg, var(--gold-soft), var(--gold));
  color: #17222F; font-weight: 700;
  box-shadow: 0 10px 28px rgba(216,172,99,.22);
  transition: transform .15s ease, box-shadow .15s ease;
}
.btn-store:hover { transform: translateY(-2px); box-shadow: 0 16px 34px rgba(216,172,99,.28); }
.btn-store svg { width: 24px; height: 24px; fill: #17222F; }
.btn-store .lab { display: flex; flex-direction: column; line-height: 1.15; }
.btn-store .lab .top { font-size: 10.5px; font-weight: 600; opacity: .78; }
.btn-store .lab .bot { font-size: 17px; font-family: var(--font-display); font-weight: 600; letter-spacing: .2px; }
.btn-soon {
  display: inline-flex; align-items: center; gap: 11px;
  padding: 13px 20px; border-radius: 14px;
  border: 1px dashed rgba(255,255,255,.18); background: rgba(255,255,255,.03);
  color: var(--cream-3); cursor: default;
}
.btn-soon svg { width: 22px; height: 22px; fill: var(--cream-3); opacity: .75; }
.btn-soon .lab { display: flex; flex-direction: column; line-height: 1.15; text-align: left; }
.btn-soon .lab .top { font-size: 10.5px; font-weight: 600; opacity: .8; }
.btn-soon .lab .bot { font-size: 15px; font-weight: 700; color: var(--cream-2); }
.btn-ghost {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 13px 4px; color: var(--cream-2); font-size: 14.5px; font-weight: 600;
  border-bottom: 1px solid transparent; transition: color .15s ease, border-color .15s ease;
}
.btn-ghost:hover { color: var(--gold-soft); border-color: var(--line); }
.btn-ghost svg { width: 14px; height: 14px; stroke: currentColor; fill: none; stroke-width: 2; }

.dedicace {
  margin-top: 34px; padding: 18px 0 0; max-width: 34em;
  border-top: 1px solid var(--line);
}
.dedicace .h { font-family: var(--font-hebrew); font-size: 17px; color: var(--gold); direction: rtl; text-align: left; }
.dedicace .f { font-size: 13px; color: var(--cream-3); font-style: italic; margin-top: 5px; }

/* ─────────  MAQUETTES  ───────── */
.mocks { position: relative; display: flex; justify-content: center; align-items: flex-end; gap: 0; padding-top: 24px; }
.dev-ipad, .dev-iphone { position: relative; transition: transform .5s cubic-bezier(.2,.8,.2,1); }
.dev-ipad { width: min(62%, 340px); }
.dev-iphone { width: min(34%, 186px); margin-left: -54px; margin-bottom: -34px; z-index: 2; }
.dev-ipad:hover, .dev-iphone:hover { transform: translateY(-8px); }
.dev-ipad .frame, .dev-iphone .frame {
  background: #05080F; padding: 9px; border-radius: 26px;
  box-shadow: 0 30px 70px rgba(0,0,0,.55), 0 0 0 1px rgba(255,255,255,.07);
}
.dev-iphone .frame { padding: 6px; border-radius: 30px; }
.dev-ipad .screen, .dev-iphone .screen { border-radius: 18px; overflow: hidden; background: var(--night-2); }
.dev-iphone .screen { border-radius: 25px; }
.mocks-cap {
  text-align: center; margin-top: 44px; font-size: 12.5px; color: var(--cream-3);
  letter-spacing: .3px;
}
@media (max-width: 900px) {
  .hero-grid { grid-template-columns: 1fr; gap: 12px; }
  .hero { padding-top: 56px; }
  .hero-tag, .dedicace { max-width: none; }
  .mocks { padding-top: 8px; }
  .dev-ipad { width: min(64%, 320px); }
  .dev-iphone { width: min(34%, 170px); }
}

/* ─────────  LE TEXTE DU JOUR  ───────── */
.jour { background: linear-gradient(180deg, #0F1C2E 0%, #142233 100%); }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.split.rev .shot { order: -1; }
@media (max-width: 900px) { .split { grid-template-columns: 1fr; gap: 36px; } .split.rev .shot { order: 0; } }
.split h3 {
  font-family: var(--font-display); font-weight: 500; font-size: clamp(27px, 3.1vw, 37px);
  line-height: 1.14; margin: 0 0 16px; letter-spacing: -.4px;
}
.split h3 em { font-style: italic; color: var(--gold); }
.split p { color: var(--cream-2); font-size: 16.5px; line-height: 1.7; margin: 0 0 14px; }
.shot {
  border-radius: var(--radius); overflow: hidden; background: #05080F;
  padding: 8px; box-shadow: 0 26px 60px rgba(0,0,0,.5), 0 0 0 1px rgba(255,255,255,.06);
}
.shot img { border-radius: 12px; }

/* liste « ce qui paraît le jour où il se dit » */
.days { list-style: none; margin: 22px 0 0; padding: 0; display: grid; gap: 9px; }
.days li {
  display: flex; align-items: flex-start; gap: 11px;
  font-size: 15px; color: var(--cream-2); line-height: 1.55;
}
.days li b { color: var(--cream); font-weight: 600; }
.days li .tick {
  flex: none; width: 17px; height: 17px; margin-top: 2px; border-radius: 50%;
  background: rgba(216,172,99,.16); border: 1px solid var(--line);
  display: grid; place-items: center;
}
.days li .tick svg { width: 9px; height: 9px; stroke: var(--gold); fill: none; stroke-width: 3; }

/* ─────────  L'ARC DU JOUR (zmanim)  ───────── */
.zman { background: var(--night); }
.arc-stage {
  position: relative; border-radius: 24px; overflow: hidden;
  background: linear-gradient(180deg, #0A1220 0%, #16283E 46%, #0A1220 100%);
  border: 1px solid var(--line-2);
  padding: 30px 20px 22px;
}
.arc-wrap { max-width: 860px; margin: 0 auto; }
.arc-svg { width: 100%; height: auto; display: block; }
.arc-dot { cursor: pointer; transition: r .15s ease, fill .15s ease; }
.arc-hit { cursor: pointer; }
.arc-label {
  font-family: var(--font-sans); font-size: 9.5px; font-weight: 700;
  fill: #8FA0B6; letter-spacing: .2px;
}
.arc-label.on { fill: var(--gold-soft); }
@media (max-width: 760px) {
  /* Le viewBox ne change pas : on agrandit ce qui, ramené à 340 px de large,
     deviendrait illisible ou intouchable. */
  .arc-label { font-size: 21px; }
  .arc-stage { padding: 22px 12px 18px; }
}
.arc-read {
  max-width: 560px; margin: 6px auto 0; text-align: center;
  min-height: 118px; padding: 0 8px;
}
.arc-read .nm {
  font-family: var(--font-display); font-style: italic; font-weight: 600;
  font-size: 28px; color: var(--gold-soft); line-height: 1.2;
}
.arc-read .he { font-family: var(--font-hebrew); font-size: 17px; color: var(--cream-3); margin-top: 2px; direction: rtl; }
.arc-read .ds { color: var(--cream-2); font-size: 15.5px; line-height: 1.6; margin-top: 10px; }
.zman-foot {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px;
  margin-top: 34px;
}
.zman-foot .z {
  border: 1px solid var(--line-2); border-radius: 14px; padding: 16px 18px;
  background: rgba(255,255,255,.02);
}
.zman-foot .z b { display: block; font-size: 32px; line-height: 1; font-family: var(--font-display); color: var(--gold); margin-bottom: 4px; }
.zman-foot .z span { font-size: 13.5px; color: var(--cream-2); line-height: 1.5; }
.zman-split { display: grid; grid-template-columns: 1.15fr .85fr; gap: 48px; align-items: center; margin-top: 64px; }
@media (max-width: 900px) { .zman-split { grid-template-columns: 1fr; gap: 34px; } }
.phone-shot { max-width: 280px; margin: 0 auto; }
.phone-shot .frame {
  background: #05080F; padding: 6px; border-radius: 34px;
  box-shadow: 0 26px 60px rgba(0,0,0,.5), 0 0 0 1px rgba(255,255,255,.07);
}
.phone-shot .frame img { border-radius: 28px; }

/* ─────────  CARTES  ───────── */
.cards { display: grid; grid-template-columns: repeat(12, 1fr); gap: 20px; }
.card {
  grid-column: span 4;
  border: 1px solid var(--line-2); border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(27,44,64,.85), rgba(20,34,51,.7));
  padding: 28px;
  transition: transform .3s cubic-bezier(.2,.8,.2,1), border-color .3s ease;
}
.card:hover { transform: translateY(-4px); border-color: var(--line); }
.card.w6 { grid-column: span 6; }
.card.w12 { grid-column: span 12; }
@media (max-width: 900px) { .card, .card.w6, .card.w12 { grid-column: span 12; } }
.card .ic {
  width: 40px; height: 40px; border-radius: 11px; display: grid; place-items: center;
  background: rgba(216,172,99,.1); border: 1px solid var(--line); margin-bottom: 16px;
}
.card .ic svg { width: 19px; height: 19px; stroke: var(--gold); fill: none; stroke-width: 1.7; }
.card h3 { font-family: var(--font-display); font-size: 25px; font-weight: 600; margin: 0 0 9px; letter-spacing: -.2px; }
.card p { color: var(--cream-2); font-size: 15px; line-height: 1.65; margin: 0; }
.card .hint { display: block; margin-top: 12px; font-size: 13px; color: var(--cream-3); }

/* ─────────  CHIPS DE PRIÈRES  ───────── */
.chips { display: flex; flex-wrap: wrap; gap: 9px; justify-content: center; max-width: 900px; margin: 0 auto; }
.chip {
  display: inline-flex; align-items: baseline; gap: 8px;
  padding: 9px 15px; border-radius: 999px;
  border: 1px solid var(--line-2); background: rgba(255,255,255,.025);
  font-size: 14px; color: var(--cream-2);
  transition: border-color .2s ease, color .2s ease, background .2s ease;
}
.chip:hover { border-color: var(--line); color: var(--cream); background: rgba(216,172,99,.07); }
.chip .he { font-size: 13.5px; color: var(--gold); opacity: .85; direction: rtl; }
@media (max-width: 760px) {
  .chips { gap: 7px; }
  .chip { padding: 7px 12px; font-size: 13px; }
  .chip .he { font-size: 12.5px; }
}

/* ─────────  JOUR / NUIT  ───────── */
.dn { background: linear-gradient(180deg, #142233 0%, #0B1626 100%); }
.dn-toggle {
  display: inline-flex; gap: 4px; padding: 4px; border-radius: 999px;
  background: rgba(255,255,255,.05); border: 1px solid var(--line-2);
  margin: 0 auto 40px; justify-self: center;
}
.dn-toggle button {
  display: inline-flex; align-items: center; gap: 7px;
  padding: 9px 20px; border-radius: 999px; border: 0; cursor: pointer;
  background: transparent; color: var(--cream-3);
  font-family: var(--font-sans); font-size: 13.5px; font-weight: 700;
  transition: background .2s ease, color .2s ease;
}
.dn-toggle button svg { width: 15px; height: 15px; stroke: currentColor; fill: none; stroke-width: 2; }
.dn-toggle button.active { background: var(--gold); color: #17222F; }
.dn-stage { display: grid; justify-items: center; }
.dn-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; max-width: 800px; width: 100%; }
@media (max-width: 700px) { .dn-pair { grid-template-columns: 1fr; max-width: 340px; } }
.dn-shot { position: relative; }
.dn-shot .frame {
  background: #05080F; padding: 7px; border-radius: 22px;
  box-shadow: 0 24px 56px rgba(0,0,0,.5), 0 0 0 1px rgba(255,255,255,.06);
}
/* Les deux captures restent dans la page — la sombre par-dessus la claire, et
   non `display: none` : une image masquée ainsi n'est JAMAIS chargée tant que
   `loading="lazy"` tient, et le premier passage en mode Nuit s'ouvrait sur du
   vide. Superposées, elles se chargent ensemble et le changement est un fondu. */
/* Les deux captures partagent une MÊME cellule de grille : aucune arithmétique
   de padding, et la cellule prend la taille du contenu, identique pour les deux. */
.dn-shot .frame { display: grid; }
.dn-shot .frame img { grid-area: 1 / 1; }
.dn-shot img { border-radius: 15px; transition: opacity .45s ease; }
.dn-shot img.hidden { opacity: 0; pointer-events: none; }
.dn-cap { text-align: center; font-size: 13px; color: var(--cream-3); margin-top: 14px; }

/* ─────────  CONFIDENTIALITÉ  ───────── */
.priv { background: var(--night); }
.priv-box {
  border: 1px solid var(--line); border-radius: 24px;
  background:
    radial-gradient(600px 220px at 50% 0%, rgba(216,172,99,.09), transparent 70%),
    linear-gradient(180deg, rgba(27,44,64,.6), rgba(20,34,51,.45));
  padding: 56px 40px; text-align: center;
}
.priv-box h2 { font-family: var(--font-display); font-weight: 500; font-size: clamp(28px, 3.6vw, 42px); margin: 0 0 16px; }
.priv-box h2 em { font-style: italic; color: var(--gold); }
.priv-box > p { color: var(--cream-2); font-size: 17px; line-height: 1.7; max-width: 640px; margin: 0 auto; }
.priv-list { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin: 28px 0 22px; }
.priv-list span {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 9px 16px; border-radius: 999px;
  border: 1px solid var(--line-2); background: rgba(255,255,255,.03);
  font-size: 13.5px; font-weight: 600; color: var(--cream-2);
}
.priv-list span::before {
  content: ""; width: 6px; height: 6px; border-radius: 50%;
  background: #4ADE80; box-shadow: 0 0 9px rgba(74,222,128,.6);
}
.priv-note { font-size: 14px; color: var(--cream-3); line-height: 1.65; max-width: 620px; margin: 0 auto; }
.priv-note a { color: var(--gold); border-bottom: 1px solid var(--line); }

/* ─────────  TÉLÉCHARGER  ───────── */
.dl {
  position: relative; overflow: hidden; text-align: center;
  padding: 118px 0;
  background:
    radial-gradient(760px 340px at 50% 0%, rgba(240,149,74,.15), transparent 66%),
    linear-gradient(180deg, #0B1626, #142233);
  border-top: 1px solid var(--line-2);
}
.dl .icon-big {
  width: 92px; height: 92px; border-radius: 22px; margin: 0 auto 26px;
  box-shadow: 0 20px 50px rgba(0,0,0,.55), 0 0 0 1px rgba(255,255,255,.08);
}
.dl h2 { font-family: var(--font-display); font-weight: 500; font-size: clamp(34px, 4.6vw, 54px); line-height: 1.08; margin: 0 0 16px; }
.dl h2 em { font-style: italic; color: var(--gold); }
.dl p { color: var(--cream-2); font-size: 17.5px; line-height: 1.6; max-width: 580px; margin: 0 auto 34px; }
.dl-btns { display: inline-flex; gap: 14px; flex-wrap: wrap; justify-content: center; }
.dl-note { margin-top: 26px; font-size: 13.5px; color: var(--cream-3); }

/* ─────────  PASSERELLE TEHILIM  ───────── */
.bridge { padding: 0 0 100px; background: var(--night-2); }
.bridge-in {
  display: flex; align-items: center; gap: 24px; flex-wrap: wrap;
  border: 1px solid var(--line-2); border-radius: 22px;
  background: linear-gradient(120deg, rgba(30,58,138,.28), rgba(27,44,64,.4));
  padding: 26px 30px;
}
.bridge-in img { width: 58px; height: 58px; border-radius: 14px; flex: none; }
.bridge-tx { flex: 1 1 280px; }
.bridge-tx b { display: block; font-family: var(--font-display); font-size: 23px; font-weight: 600; margin-bottom: 4px; }
.bridge-tx span { color: var(--cream-2); font-size: 15px; line-height: 1.6; }
.bridge-go {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 11px 20px; border-radius: 999px;
  border: 1px solid var(--line); color: var(--gold-soft); font-size: 14px; font-weight: 700;
  transition: background .2s ease;
}
.bridge-go:hover { background: rgba(216,172,99,.1); }
.bridge-go svg { width: 14px; height: 14px; stroke: currentColor; fill: none; stroke-width: 2; }

/* ─────────  PIED DE PAGE  ───────── */
footer { background: var(--night); border-top: 1px solid var(--line-2); padding: 56px 0 40px; }
.foot { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 40px; }
@media (max-width: 760px) { .foot { grid-template-columns: 1fr; gap: 28px; } }
.foot .desc { color: var(--cream-3); font-size: 14px; line-height: 1.7; margin: 14px 0 0; max-width: 34em; }
.foot h4 { font-size: 12px; letter-spacing: 1.3px; text-transform: uppercase; color: var(--gold); margin: 0 0 14px; }
.foot ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 9px; }
.foot ul a { color: var(--cream-2); font-size: 14px; }
.foot ul a:hover { color: var(--gold-soft); }
.foot-bot {
  display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap;
  margin-top: 44px; padding-top: 22px; border-top: 1px solid var(--line-2);
  font-size: 12.5px; color: var(--cream-3);
}
.foot-bot a { color: var(--cream-2); }
.foot-bot .he { font-family: var(--font-hebrew); color: var(--gold); opacity: .8; direction: rtl; }

/* ─────────  RÉVÉLATION AU DÉFILEMENT  ───────── */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s cubic-bezier(.2,.8,.2,1), transform .7s cubic-bezier(.2,.8,.2,1); }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  *, *::before, *::after { animation-duration: .001ms !important; transition-duration: .001ms !important; }
}
