/* ============================================================
   Abel Tour — refonte LUXE « Minuit & Champagne »
   Fond nuit profonde, or champagne, serif éditoriale (Cormorant),
   filets fins, boutons capitales espacées. Le bleu ne vit plus
   que dans le logo lui-même.
   ============================================================ */

:root {
  --night: #0B0E19;        /* fond principal */
  --night-2: #10141F;      /* panneaux sombres */
  --panel: #151A28;
  --cream: #F6F2E9;        /* sections claires */
  --cream-2: #EFE8DA;
  --ink: #191C28;          /* texte sur clair */
  --ink-soft: #6A6B76;
  --ivory: #F5F1E6;        /* texte sur sombre */
  --ivory-soft: rgba(245, 241, 230, .64);
  --gold: #C9A96A;
  --gold-deep: #A6873F;
  --gold-light: #E8D3A0;
  --wa: #25D366;
  --hair-d: rgba(201, 169, 106, .30);   /* filet or sur sombre */
  --hair-l: rgba(25, 28, 40, .14);      /* filet sur clair */
  --radius: 4px;
  --font-body: "Plus Jakarta Sans", system-ui, sans-serif;
  --font-display: "Cormorant Garamond", Georgia, serif;
  --font-caps: "Quicksand", var(--font-body);
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--night);
  line-height: 1.65;
  font-size: 16.5px;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }

.container { width: min(1180px, 92%); margin-inline: auto; }

h1, h2, h3 { font-family: var(--font-display); line-height: 1.12; font-weight: 600; }

.ic { width: 1.1em; height: 1.1em; vertical-align: -0.18em; margin-right: .5em; fill: currentColor; }
.btn-ghost .ic path { fill: currentColor; }

/* ============ Boutons — rectangulaires, capitales espacées ============ */
.btn {
  display: inline-block;
  padding: .95rem 1.8rem;
  border-radius: 2px;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: .78rem;
  letter-spacing: .16em;
  text-transform: uppercase;
  border: 1px solid transparent;
  cursor: pointer;
  transition: background .25s ease, color .25s ease, border-color .25s ease, transform .2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary, .btn-gold {
  background: linear-gradient(120deg, var(--gold), var(--gold-light));
  color: #241B07;
  border-color: transparent;
}
.btn-primary:hover, .btn-gold:hover { filter: brightness(1.05); }
.btn-light {
  background: transparent; color: var(--ivory);
  border-color: rgba(245, 241, 230, .55);
}
.btn-light:hover { background: var(--ivory); color: var(--night); }
.btn-ghost {
  background: transparent; color: var(--ivory-soft);
  border-color: rgba(245, 241, 230, .25);
}
.btn-ghost:hover { color: var(--ivory); border-color: rgba(245, 241, 230, .6); }
.btn-wa { background: var(--wa); color: #fff; border-color: var(--wa); letter-spacing: .1em; }
.btn-wa:hover { background: #1fc25a; }
.btn-block { width: 100%; text-align: center; }

/* ============ Marque ============ */
.brand { display: flex; align-items: center; }
.brand-band-svg { display: block; height: 44px; width: auto; }
.brand-band-footer { height: 40px; }

/* ============ Header ============ */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(11, 14, 25, .88);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--hair-d);
  transition: box-shadow .25s ease;
}
.site-header.scrolled { box-shadow: 0 12px 34px rgba(0, 0, 0, .45); }
.site-header.scrolled .header-inner { padding-block: .5rem; }
.site-header.scrolled .brand-band-svg { height: 36px; }
.header-inner, .brand-band-svg { transition: padding .25s ease, height .25s ease; }
.header-inner {
  display: flex; align-items: center; gap: 2.2rem;
  padding-block: .85rem;
}
.main-nav { display: flex; gap: 1.9rem; margin-left: auto; }
.main-nav a {
  font-size: .74rem; font-weight: 600;
  letter-spacing: .18em; text-transform: uppercase;
  color: var(--ivory-soft);
  position: relative; padding-bottom: 4px;
}
.main-nav a::after {
  content: ""; position: absolute; left: 0; bottom: 0; height: 1px; width: 0;
  background: var(--gold); transition: width .3s ease;
}
.main-nav a:hover { color: var(--ivory); }
.main-nav a:hover::after { width: 100%; }
.main-nav .nav-omra { color: var(--gold-light); }
.main-nav .nav-omra:hover { color: var(--gold-light); }

.nav-toggle { display: none; background: none; border: 0; cursor: pointer; padding: .4rem; }
.nav-toggle span { display: block; width: 24px; height: 2px; background: var(--ivory); margin: 5px 0; transition: .2s; }

/* ============ Hero ============ */
.hero {
  position: relative;
  background:
    radial-gradient(ellipse 90% 70% at 15% 0%, rgba(28, 36, 66, .8), transparent 60%),
    radial-gradient(ellipse 70% 60% at 90% 100%, rgba(38, 30, 12, .55), transparent 65%),
    var(--night);
  color: var(--ivory);
  overflow: hidden;
}
.hero-inner {
  position: relative; z-index: 2;
  padding: 6.5rem 0 6rem;
  display: flex; align-items: center; gap: 4rem;
}
.hero-copy { max-width: 660px; }
.hero-kicker {
  display: inline-block;
  font-size: .72rem; font-weight: 600;
  letter-spacing: .32em; text-transform: uppercase;
  color: var(--gold-light);
  margin-bottom: 1.8rem;
}
.hero h1 {
  font-size: clamp(3rem, 6.2vw, 5.1rem);
  font-weight: 500;
  letter-spacing: .01em;
  margin-bottom: 1.4rem;
}
.hero h1 em { font-style: normal; }
.hero h1 .accent {
  font-style: italic; font-weight: 500;
  background: linear-gradient(100deg, var(--gold), var(--gold-light));
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: var(--gold-light);
  padding-right: .08em;
}
.hero h1 .dot { color: var(--gold); }
.hero-sub {
  font-size: 1.06rem; font-weight: 300;
  color: var(--ivory-soft);
  max-width: 540px; margin-bottom: 2.4rem;
}
.hero-sub strong { color: var(--ivory); font-weight: 600; }
.hero-actions { display: flex; gap: .9rem; flex-wrap: wrap; margin-bottom: 3rem; }

.hero-stats { display: flex; gap: 3.2rem; flex-wrap: wrap; }
.hero-stats li { display: flex; flex-direction: column; gap: .1rem; }
.hero-stats strong {
  font-family: var(--font-display);
  font-size: 2.3rem; font-weight: 500;
  color: var(--gold-light);
}
.hero-stats span:last-child {
  font-size: .72rem; letter-spacing: .16em; text-transform: uppercase;
  color: var(--ivory-soft);
}

.hero-logo {
  flex: 0 0 auto;
  width: clamp(250px, 25vw, 330px);
  margin-left: auto;
  padding: 12px;
  border: 1px solid var(--hair-d);
  border-radius: var(--radius);
  background: rgba(21, 26, 40, .5);
  box-shadow: 0 40px 90px rgba(0, 0, 0, .55);
}
.hero-logo img { display: block; width: 100%; height: auto; border-radius: 2px; }

.hero-bg { position: absolute; inset: 0; z-index: 1; pointer-events: none; }
.aurora { position: absolute; border-radius: 50%; filter: blur(80px); }
.aurora-1 {
  width: 560px; height: 560px; top: -260px; right: -100px;
  background: radial-gradient(circle, rgba(64, 84, 160, .4), transparent 65%);
  animation: aurora1 18s ease-in-out infinite alternate;
}
.aurora-2 {
  width: 480px; height: 480px; bottom: -240px; left: 12%;
  background: radial-gradient(circle, rgba(201, 169, 106, .18), transparent 65%);
  animation: aurora2 22s ease-in-out infinite alternate;
}
@keyframes aurora1 { from { transform: translate(0,0); } to { transform: translate(-120px, 80px) scale(1.2); } }
@keyframes aurora2 { from { transform: translate(0,0); } to { transform: translate(140px, -60px) scale(1.12); } }
.cloud { display: none; }
.hero-wave { display: none; }

/* ============ Bande de réassurance (sur nuit) ============ */
.trust { position: relative; z-index: 5; background: var(--night); padding: 0 0 3.2rem; }
.trust-grid {
  display: grid; grid-template-columns: repeat(4, 1fr);
  border-block: 1px solid var(--hair-d);
}
.trust-item {
  padding: 1.7rem 1.5rem;
  display: flex; flex-direction: column; gap: .15rem;
  border-left: 1px solid var(--hair-d);
}
.trust-item:first-child { border-left: 0; }
.trust-item strong {
  font-family: var(--font-display);
  font-size: 1.25rem; font-weight: 600;
  color: var(--ivory);
}
.trust-item > span:last-child { font-size: .8rem; color: var(--ivory-soft); }
.trust-ic {
  width: 42px; height: 42px; border-radius: 50%;
  display: grid; place-items: center;
  border: 1px solid var(--hair-d);
  color: var(--gold-light);
  margin-bottom: .8rem;
  background: transparent;
}
.trust-ic.gold { background: rgba(201, 169, 106, .12); }
.trust-ic svg { width: 20px; height: 20px; }

/* ============ Bandeau défilant ============ */
.marquee {
  background: var(--night);
  color: var(--ivory-soft);
  overflow: hidden;
  padding: 1rem 0;
  white-space: nowrap;
  border-bottom: 1px solid var(--hair-d);
}
.marquee-track { display: inline-flex; animation: marquee 30s linear infinite; }
.marquee-track span {
  font-family: var(--font-display);
  font-size: 1.1rem; font-style: italic; letter-spacing: .18em; text-transform: uppercase;
  padding-right: 1rem;
}
.marquee-track i { font-style: normal; color: var(--gold); padding: 0 .7rem; }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.marquee:hover .marquee-track { animation-play-state: paused; }

/* ============ Sections ============ */
.section { padding: 6.5rem 0; background: var(--cream); }
.section-kicker {
  font-size: .72rem; font-weight: 600;
  letter-spacing: .32em; text-transform: uppercase;
  color: var(--gold-deep);
  margin-bottom: .9rem;
  display: flex; align-items: center; gap: .9rem;
}
.section-kicker::before { content: ""; width: 42px; height: 1px; background: var(--gold); }
.section-kicker.light { color: var(--gold-light); }
.section-kicker.gold { color: var(--gold-light); }
.section-title {
  font-size: clamp(2.3rem, 4.2vw, 3.4rem);
  font-weight: 500;
  color: var(--ink);
  margin-bottom: 1rem;
}
.section-title.light { color: var(--ivory); }
.section-sub { color: var(--ink-soft); max-width: 640px; margin-bottom: 3.2rem; font-weight: 300; }
.section-sub.light { color: var(--ivory-soft); }

/* ============ Destinations (crème) ============ */
.dest-grid {
  display: grid; gap: 1.8rem;
  grid-template-columns: repeat(auto-fit, minmax(255px, 1fr));
}
.dest-card {
  background: #FFFDF8;
  border: 1px solid var(--hair-l);
  border-radius: var(--radius);
  overflow: hidden;
  display: flex; flex-direction: column;
  transition: transform .3s ease, box-shadow .3s ease;
}
.dest-card:hover { transform: translateY(-6px); box-shadow: 0 26px 60px rgba(25, 28, 40, .16); }
.dest-media { height: 210px; position: relative; overflow: hidden; }
.dest-media > svg, .dest-media > img {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 1.2s cubic-bezier(.2, .6, .2, 1);
}
.dest-card:hover .dest-media > svg, .dest-card:hover .dest-media > img { transform: scale(1.07); }
.dest-tag {
  position: absolute; top: 14px; left: 14px; z-index: 1;
  background: rgba(11, 14, 25, .6);
  color: var(--gold-light);
  border: 1px solid rgba(232, 211, 160, .45);
  font-size: .62rem; font-weight: 600; text-transform: uppercase; letter-spacing: .18em;
  padding: .35rem .75rem; border-radius: 2px;
  backdrop-filter: blur(4px);
}
.dest-body { padding: 1.5rem 1.5rem 1.6rem; display: flex; flex-direction: column; gap: .5rem; flex: 1; }
.dest-body h3 { font-size: 1.6rem; font-weight: 600; color: var(--ink); }
.dest-body p { color: var(--ink-soft); font-size: .92rem; font-weight: 300; flex: 1; }
.dest-foot {
  display: flex; align-items: center; justify-content: space-between; gap: .8rem;
  margin-top: .7rem; padding-top: .9rem;
  border-top: 1px solid var(--hair-l);
  flex-wrap: wrap;
}
.dest-price { font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-soft); }
.dest-price strong { color: var(--gold-deep); }
.dest-link {
  color: var(--ink); font-weight: 600; font-size: .74rem;
  letter-spacing: .14em; text-transform: uppercase;
}
.dest-link:hover { color: var(--gold-deep); }

/* ============ Omra & Hajj (nuit) ============ */
.section-omra {
  position: relative;
  background:
    radial-gradient(ellipse 80% 60% at 85% 10%, rgba(32, 40, 76, .5), transparent 60%),
    var(--night);
  color: var(--ivory);
  overflow: hidden;
}
.section-omra::before {
  content: "";
  position: absolute; inset: 0; pointer-events: none; opacity: .04;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='72' height='72' viewBox='0 0 72 72'%3E%3Cpath d='M36 6 L42 24 L60 18 L48 36 L60 54 L42 48 L36 66 L30 48 L12 54 L24 36 L12 18 L30 24 Z' fill='none' stroke='%23E8D3A0' stroke-width='1.2'/%3E%3C/svg%3E");
  background-size: 72px 72px;
}
.omra-grid {
  position: relative;
  display: grid; grid-template-columns: 1.1fr 1fr; gap: 3.8rem; align-items: center;
}
.omra-lead { color: var(--ivory-soft); font-weight: 300; margin-bottom: 1.6rem; max-width: 560px; }
.omra-countdown {
  display: inline-flex; align-items: center; gap: .55rem;
  border: 1px solid var(--hair-d);
  background: rgba(201, 169, 106, .08);
  color: var(--gold-light);
  padding: .6rem 1.2rem; border-radius: 2px;
  font-size: .85rem; font-weight: 500;
  margin-bottom: .6rem;
}
.omra-countdown strong { color: var(--gold-light); font-weight: 700; }
.omra-countdown .ic { margin-right: 0; }
.omra-text .hero-actions { margin-bottom: 0; margin-top: 1.8rem; }

.checklist { margin-bottom: 1.8rem; display: grid; gap: .65rem; }
.checklist li { padding-left: 1.9rem; position: relative; font-weight: 400; }
.checklist li::before {
  content: "✓"; position: absolute; left: 0; top: .1em;
  color: var(--gold-deep);
  border: 1px solid var(--hair-l);
  width: 1.25rem; height: 1.25rem; border-radius: 50%;
  display: grid; place-items: center; font-size: .7rem;
}
.gold-check li { color: rgba(245, 241, 230, .88); font-weight: 300; }
.gold-check li::before { color: var(--gold-light); border-color: var(--hair-d); }

.omra-visual svg {
  display: block; width: 100%; height: auto;
  border-radius: var(--radius);
  border: 1px solid var(--hair-d);
  box-shadow: 0 40px 90px rgba(0, 0, 0, .5);
}

.omra-packs {
  position: relative;
  display: grid; gap: 1.5rem;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  margin-top: 3.8rem;
}
.omra-pack {
  background: rgba(21, 26, 40, .55);
  border: 1px solid var(--hair-d);
  border-radius: var(--radius);
  padding: 1.9rem 1.7rem;
  transition: transform .25s ease, border-color .25s ease, background .25s ease;
}
.omra-pack:hover { transform: translateY(-5px); border-color: rgba(232, 211, 160, .6); background: rgba(21, 26, 40, .85); }
.pack-icon {
  width: 46px; height: 46px; border-radius: 50%;
  display: grid; place-items: center;
  border: 1px solid var(--hair-d);
  color: var(--gold-light);
  margin-bottom: 1.1rem;
}
.pack-icon svg { width: 22px; height: 22px; }
.omra-pack h3 { font-size: 1.5rem; font-weight: 600; margin-bottom: .5rem; color: var(--gold-light); }
.omra-pack p { font-size: .92rem; font-weight: 300; color: var(--ivory-soft); margin-bottom: .9rem; }
.omra-pack .pack-price { font-size: .95rem; color: var(--ivory); }
.omra-pack .pack-price strong { font-family: var(--font-display); color: var(--gold-light); font-size: 1.35rem; }
.pack-note {
  display: inline-block;
  font-size: .64rem; font-weight: 600; letter-spacing: .18em; text-transform: uppercase;
  color: var(--gold-light);
  border: 1px solid var(--hair-d);
  padding: .35rem .8rem; border-radius: 2px;
}

.omra-flyers { margin-top: 3.2rem; position: relative; }
.omra-flyers > p { color: var(--ivory-soft); font-weight: 300; margin-bottom: 1.2rem; }
.flyer-links { display: flex; gap: 1.4rem; flex-wrap: wrap; }
.flyer-links a {
  display: block; width: 180px;
  border-radius: var(--radius); overflow: hidden;
  border: 1px solid var(--hair-d);
  background: rgba(21, 26, 40, .5);
  transition: transform .25s ease, border-color .25s ease;
  text-align: center;
}
.flyer-links a:hover { transform: translateY(-4px); border-color: rgba(232, 211, 160, .65); }
.flyer-links img { width: 100%; height: 200px; object-fit: cover; object-position: top; display: block; }
.flyer-links span {
  display: block; padding: .65rem .5rem;
  font-size: .68rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase;
  color: var(--gold-light);
}

/* ============ Services (crème) ============ */
.section-blue { background: var(--cream); color: var(--ink); }
.services-grid {
  display: grid; gap: 1.5rem;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}
.service-card {
  background: #FFFDF8;
  border: 1px solid var(--hair-l);
  border-radius: var(--radius);
  padding: 1.9rem 1.7rem;
  transition: transform .25s ease, box-shadow .25s ease;
}
.service-card:hover { transform: translateY(-5px); box-shadow: 0 22px 50px rgba(25, 28, 40, .12); }
.service-icon {
  width: 46px; height: 46px; border-radius: 50%;
  display: grid; place-items: center;
  border: 1px solid rgba(166, 135, 63, .4);
  background: rgba(201, 169, 106, .1);
  color: var(--gold-deep);
  margin-bottom: 1.1rem;
}
.service-icon svg { width: 22px; height: 22px; }
.service-card h3 { font-size: 1.4rem; font-weight: 600; margin-bottom: .5rem; color: var(--ink); }
.service-card p { font-size: .92rem; font-weight: 300; color: var(--ink-soft); }
.section-blue .section-kicker.light { color: var(--gold-deep); }
.section-blue .section-title.light { color: var(--ink); }
.section-blue .section-sub.light { color: var(--ink-soft); }

/* ============ À propos (crème) ============ */
.about-grid { display: grid; grid-template-columns: 1.15fr 1fr; gap: 3.8rem; align-items: center; }
.about-text .section-title { margin-bottom: 1.1rem; }
.about-text > p { color: var(--ink-soft); font-weight: 300; margin-bottom: 1.5rem; }
.about-text .checklist li { color: var(--ink); font-weight: 400; }

.about-visual { position: relative; min-height: 360px; }
.about-card {
  position: absolute;
  background: #FFFDF8;
  border: 1px solid var(--hair-l);
  border-radius: var(--radius);
  box-shadow: 0 20px 50px rgba(25, 28, 40, .12);
  padding: 1.1rem 1.4rem;
  display: flex; align-items: center; gap: .95rem;
  font-weight: 600; line-height: 1.3;
  font-family: var(--font-display); font-size: 1.15rem;
}
.about-card small { font-family: var(--font-body); font-weight: 400; font-size: .74rem; color: var(--ink-soft); letter-spacing: .08em; text-transform: uppercase; }
.about-ic {
  flex: 0 0 auto;
  width: 44px; height: 44px; border-radius: 50%;
  display: grid; place-items: center;
  border: 1px solid rgba(166, 135, 63, .4);
  background: rgba(201, 169, 106, .1);
  color: var(--gold-deep);
}
.about-ic svg { width: 22px; height: 22px; }
.ac-1 { top: 6%; left: 4%; animation: floaty 6s ease-in-out infinite alternate; }
.ac-2 { top: 40%; right: 2%; animation: floaty 7s ease-in-out .8s infinite alternate; }
.ac-3 { bottom: 4%; left: 14%; animation: floaty 6.5s ease-in-out .4s infinite alternate; }
@keyframes floaty { from { transform: translateY(0); } to { transform: translateY(-12px); } }

/* ============ Galerie Instagram (crème) ============ */
.insta-grid {
  display: grid; gap: 1.4rem;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
}
.insta-item {
  position: relative; display: block;
  border-radius: var(--radius); overflow: hidden;
  border: 1px solid var(--hair-l);
  aspect-ratio: 4 / 5;
}
.insta-item img {
  width: 100%; height: 100%; object-fit: cover; display: block;
  transition: transform 1.2s cubic-bezier(.2, .6, .2, 1);
}
.insta-item:hover img { transform: scale(1.07); }
.insta-item::after {
  content: ""; position: absolute; inset: 0;
  background: rgba(11, 14, 25, 0);
  transition: background .3s ease;
}
.insta-item:hover::after { background: rgba(11, 14, 25, .28); }
.insta-cap {
  position: absolute; left: 0; right: 0; bottom: 0; z-index: 1;
  padding: 1.8rem 1rem .85rem;
  background: linear-gradient(to top, rgba(11, 14, 25, .85), transparent);
  color: var(--ivory); font-family: var(--font-display); font-weight: 600; font-size: 1.15rem;
}

/* ============ Bandeau Instagram (nuit) ============ */
.insta-band {
  background: var(--night);
  color: var(--ivory);
  padding: 3.6rem 0;
  border-block: 1px solid var(--hair-d);
}
.insta-inner { display: flex; align-items: center; justify-content: space-between; gap: 1.6rem; flex-wrap: wrap; }
.insta-inner h2 { font-size: 2rem; font-weight: 500; margin-bottom: .3rem; }
.insta-inner p { color: var(--ivory-soft); font-weight: 300; }
.insta-btn .ic { fill: none; }

/* ============ Contact (crème) ============ */
.contact-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 3.8rem; align-items: start; }
.contact-info .section-title { margin-bottom: 1.1rem; }
.contact-info > p { color: var(--ink-soft); font-weight: 300; margin-bottom: 1.7rem; }
.contact-list { display: grid; gap: 1rem; font-weight: 500; }
.contact-list li { display: flex; align-items: center; gap: .9rem; }
.contact-list a:hover { color: var(--gold-deep); }
.contact-ic {
  flex: 0 0 auto;
  width: 40px; height: 40px; border-radius: 50%;
  display: grid; place-items: center;
  border: 1px solid rgba(166, 135, 63, .4);
  background: rgba(201, 169, 106, .1);
  color: var(--gold-deep);
}
.contact-ic svg { width: 18px; height: 18px; }

.contact-form {
  background: #FFFDF8;
  border: 1px solid var(--hair-l);
  border-radius: var(--radius);
  box-shadow: 0 26px 60px rgba(25, 28, 40, .1);
  padding: 2.2rem;
  display: grid; gap: 1.15rem;
}
.contact-form h3 { font-size: 1.7rem; font-weight: 600; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.15rem; }
.contact-form label {
  display: grid; gap: .45rem;
  font-size: .7rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase;
  color: var(--ink-soft);
}
.contact-form input, .contact-form textarea {
  font: inherit; font-size: .95rem; padding: .8rem .95rem;
  border: 1px solid var(--hair-l); border-radius: 2px;
  background: #fff; color: var(--ink);
  transition: border-color .2s ease, box-shadow .2s ease;
}
.contact-form input:focus, .contact-form textarea:focus {
  outline: none; border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(201, 169, 106, .18);
}
.form-note { font-size: .88rem; color: var(--gold-deep); font-weight: 600; min-height: 1.2em; }

/* ============ Footer (nuit) ============ */
.site-footer {
  background: var(--night);
  color: var(--ivory);
  padding: 3rem 0 2.4rem;
  border-top: 1px solid var(--gold);
}
.footer-inner { display: flex; align-items: center; gap: 2rem; flex-wrap: wrap; }
.footer-nav { display: flex; gap: 1.6rem; margin-left: auto; flex-wrap: wrap; }
.footer-nav a {
  color: var(--ivory-soft); font-size: .72rem; font-weight: 600;
  letter-spacing: .18em; text-transform: uppercase;
}
.footer-nav a:hover { color: var(--gold-light); }
.footer-social { display: flex; gap: .7rem; }
.footer-social a {
  width: 38px; height: 38px; border-radius: 50%;
  display: grid; place-items: center;
  border: 1px solid var(--hair-d);
  color: var(--ivory-soft);
  transition: color .2s ease, border-color .2s ease, transform .2s ease;
}
.footer-social a:hover { color: var(--gold-light); border-color: var(--gold); transform: translateY(-2px); }
.footer-social svg { width: 17px; height: 17px; }
.footer-copy {
  width: 100%; text-align: center;
  color: var(--ivory-soft); font-size: .82rem; font-weight: 300;
  margin-top: 1.6rem;
}
.footer-legal { color: rgba(245, 241, 230, .35); font-size: .7rem; display: inline-block; margin-top: .5rem; letter-spacing: .04em; }

/* ============ Boutons flottants ============ */
.wa-float {
  position: fixed; right: 22px; bottom: 22px; z-index: 60;
  width: 56px; height: 56px; border-radius: 50%;
  background: var(--wa); color: #fff;
  display: grid; place-items: center;
  box-shadow: 0 10px 28px rgba(37, 211, 102, .4);
  transition: transform .2s ease;
}
.wa-float:hover { transform: scale(1.08); }
.wa-float svg { width: 29px; height: 29px; }
.wa-float::after {
  content: ""; position: absolute; inset: 0; border-radius: 50%;
  border: 1px solid rgba(37, 211, 102, .7);
  animation: waPulse 2.2s ease-out infinite;
}
@keyframes waPulse {
  0% { transform: scale(1); opacity: 1; }
  100% { transform: scale(1.5); opacity: 0; }
}

.to-top {
  position: fixed; left: 22px; bottom: 22px; z-index: 60;
  width: 46px; height: 46px; border-radius: 50%;
  background: rgba(11, 14, 25, .85); color: var(--gold-light);
  border: 1px solid var(--hair-d); cursor: pointer;
  display: grid; place-items: center;
  opacity: 0; pointer-events: none; transform: translateY(12px);
  transition: opacity .25s ease, transform .25s ease, border-color .2s ease;
}
.to-top.visible { opacity: 1; pointer-events: auto; transform: translateY(0); }
.to-top:hover { border-color: var(--gold); }
.to-top svg { width: 19px; height: 19px; }

/* ============ Reveal on scroll ============ */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .8s ease, transform .8s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  .aurora, .about-card, .marquee-track, .wa-float::after { animation: none !important; }
}

/* ============ Responsive ============ */
@media (max-width: 1000px) {
  .hero-logo { display: none; }
}
@media (max-width: 900px) {
  .about-grid, .contact-grid, .omra-grid { grid-template-columns: 1fr; gap: 2.6rem; }
  .about-visual { min-height: 300px; }
  .omra-visual { max-width: 480px; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .trust-item { border-left: 0; border-top: 1px solid var(--hair-d); }
  .trust-item:nth-child(-n+2) { border-top: 0; }
  .trust-item:nth-child(even) { border-left: 1px solid var(--hair-d); }
}
@media (max-width: 760px) {
  .header-cta { display: none; }
  .nav-toggle { display: block; margin-left: auto; }
  .main-nav {
    display: none;
    position: absolute; top: 100%; left: 0; right: 0;
    background: var(--night-2); flex-direction: column; gap: 0;
    border-bottom: 1px solid var(--hair-d);
    box-shadow: 0 20px 40px rgba(0, 0, 0, .5);
  }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 1.05rem 1.5rem; border-top: 1px solid rgba(245, 241, 230, .07); color: var(--ivory-soft); }
  .main-nav a:hover { color: var(--ivory); }
  .main-nav .nav-omra { color: var(--gold-light); }
  .main-nav a::after { display: none; }
  .hero-inner { padding: 4.5rem 0 4.5rem; }
  .hero-stats { gap: 1.8rem; }
  .form-row { grid-template-columns: 1fr; }
}
