/*
Theme Name:  Maître BELKIS — Huissier de Justice
Theme URI:   https://huissier.ma
Author:      Étude Me. Lahcen BELKIS
Description: Thème professionnel bilingue FR/AR — Huissier de Justice · Agadir · Maroc
Version:     5.0.0
Text Domain: belkis
Tags:        legal, professional, bilingual, rtl, responsive, dark
*/

/* ============================================================
   VARIABLES GLOBALES
   ============================================================ */
:root {
  --gold:         #C9A96E;
  --gold-light:   #E8D5B0;
  --gold-dim:     rgba(201,169,110,0.13);
  --gold-border:  rgba(201,169,110,0.22);
  --navy:         #07101C;
  --navy-2:       #060D18;
  --navy-3:       #091524;
  --navy-card:    #0A1628;
  --navy-mid:     #0D1B2E;
  --cream:        #F7F3EC;
  --white:        #FFFFFF;
  --muted:        rgba(255,255,255,0.42);
  --soft:         rgba(255,255,255,0.72);
  --green:        #25D366;
  --serif:        'Cormorant Garamond', Georgia, serif;
  --sans:         'DM Sans', system-ui, sans-serif;
  --topbar-h:     42px;
  --header-h:     64px;
  --bar-h:        72px;
  --r:            10px;
  --ease:         cubic-bezier(.4,0,.2,1);
  --dur:          .22s;
}

/* ============================================================
   RESET & BASE
   ============================================================ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--sans);
  font-size: 15px;
  line-height: 1.7;
  color: var(--white);
  background: var(--navy);
  overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
a   { color: inherit; text-decoration: none; }
button { font-family: var(--sans); cursor: pointer; border: none; }

/* ============================================================
   TOPBAR
   ============================================================ */
#topbar {
  position: sticky; top: 0; z-index: 500;
  height: var(--topbar-h);
  background: var(--gold);
  display: flex; align-items: center;
  justify-content: space-between;
  padding: 0 18px;
}
.tb-hours {
  font-size: 10px; font-weight: 700;
  color: var(--navy); line-height: 1.3;
  letter-spacing: 0.04em;
}
.tb-hours span { display: block; font-weight: 400; font-size: 9px; opacity: .75; }
.tb-tel {
  display: flex; align-items: center; gap: 6px;
  font-size: 12px; font-weight: 800;
  color: var(--navy); direction: ltr;
}
.tb-tel svg { width: 13px; height: 13px; flex-shrink: 0; }

/* ============================================================
   HEADER
   ============================================================ */
#masthead {
  position: sticky; top: var(--topbar-h); z-index: 499;
  height: var(--header-h);
  background: rgba(7,16,28,.97);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--gold-border);
  display: flex; align-items: center;
  justify-content: space-between;
  padding: 0 18px;
}
/* Logo */
.site-brand {
  display: flex; align-items: center; gap: 10px;
  text-decoration: none;
}
.brand-seal {
  width: 40px; height: 40px;
  border: 1.5px solid var(--gold);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  position: relative; flex-shrink: 0;
}
.brand-seal::before {
  content: '';
  position: absolute; inset: -6px;
  border-radius: 50%;
  border: 1px solid rgba(201,169,110,.14);
}
.brand-seal svg {
  width: 19px; height: 19px;
  stroke: var(--gold); fill: none;
  stroke-width: 1.3; stroke-linecap: round;
}
.brand-text { text-align: right; }
.brand-name    { font-size: 15px; font-weight: 700; letter-spacing: .08em; display: block; }
.brand-tagline { font-size: 7.5px; color: var(--gold); letter-spacing: .18em; display: block; margin-top: 1px; }

/* Hamburger */
.menu-toggle {
  background: transparent;
  display: flex; flex-direction: column; gap: 5px;
  padding: 4px; cursor: pointer;
}
.menu-toggle span {
  display: block; height: 1.5px;
  background: rgba(255,255,255,.75);
  border-radius: 2px;
  transition: transform var(--dur) var(--ease), opacity var(--dur);
}
.menu-toggle span:nth-child(1) { width: 22px; }
.menu-toggle span:nth-child(2) { width: 14px; }
.menu-toggle span:nth-child(3) { width: 22px; }
.menu-toggle.open span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); width: 22px; }
.menu-toggle.open span:nth-child(2) { opacity: 0; }
.menu-toggle.open span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); width: 22px; }

/* Lang pills */
.lang-group {
  display: flex; gap: 5px; align-items: center;
}
.lang-pill {
  font-size: 9px; font-weight: 700;
  padding: 3px 9px; border-radius: 20px;
  border: 1px solid var(--gold-border);
  color: var(--muted); background: transparent;
  transition: all var(--dur);
  cursor: pointer; letter-spacing: .05em;
}
.lang-pill.active, .lang-pill:hover {
  background: var(--gold); color: var(--navy); border-color: var(--gold);
}

/* Desktop nav */
#site-nav { display: none; }

/* Mobile drawer */
#nav-drawer {
  position: fixed; inset: 0; top: calc(var(--topbar-h) + var(--header-h));
  background: var(--navy-2);
  z-index: 498;
  transform: translateX(100%);
  transition: transform .3s var(--ease);
  display: flex; flex-direction: column;
  padding: 24px 0;
  overflow-y: auto;
}
#nav-drawer.open { transform: translateX(0); }
#nav-drawer ul { list-style: none; }
#nav-drawer ul li a {
  display: block; padding: 15px 24px;
  font-size: 14px; font-weight: 500; letter-spacing: .04em;
  color: var(--soft);
  border-bottom: 1px solid rgba(255,255,255,.04);
  transition: color var(--dur), padding-right var(--dur);
}
#nav-drawer ul li a:hover {
  color: var(--gold); padding-right: 30px;
}
.drawer-lang {
  display: flex; gap: 8px; padding: 20px 24px;
  border-top: 1px solid var(--gold-border);
  margin-top: auto;
}

/* ============================================================
   ① HERO — Écran d'appel style TrueCaller
   ============================================================ */
#hero {
  min-height: 100svh;
  background: var(--navy-2);
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  text-align: center;
  padding: 40px 24px 100px;
  position: relative; overflow: hidden;
}
/* Fond radial + lignes */
#hero::before {
  content: '';
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 90% 60% at 50% 0%, rgba(201,169,110,.22) 0%, transparent 65%),
    radial-gradient(ellipse 60% 40% at 50% 100%, rgba(201,169,110,.08) 0%, transparent 60%);
  pointer-events: none;
}
#hero::after {
  content: '';
  position: absolute; inset: 0;
  background-image:
    repeating-linear-gradient(0deg, transparent, transparent 40px, rgba(201,169,110,.025) 41px),
    repeating-linear-gradient(90deg, transparent, transparent 40px, rgba(201,169,110,.015) 41px);
  pointer-events: none;
}

/* Sceau central */
.hero-seal-wrap {
  position: relative;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 28px;
  animation: sealPop .8s var(--ease) both;
}
@keyframes sealPop {
  from { opacity: 0; transform: scale(.7); }
  to   { opacity: 1; transform: scale(1); }
}
.seal-ring {
  width: 120px; height: 120px;
  border-radius: 50%;
  border: 1px solid rgba(201,169,110,.38);
  display: flex; align-items: center; justify-content: center;
  position: relative;
}
.seal-ring::before {
  content: '';
  position: absolute; inset: -11px;
  border-radius: 50%;
  border: 1px dashed rgba(201,169,110,.14);
  animation: spin 30s linear infinite;
}
.seal-ring::after {
  content: '';
  position: absolute; inset: -22px;
  border-radius: 50%;
  border: 1px solid rgba(201,169,110,.06);
}
@keyframes spin { to { transform: rotate(360deg); } }
.seal-inner {
  width: 88px; height: 88px;
  background: rgba(201,169,110,.08);
  border-radius: 50%;
  border: 1px solid rgba(201,169,110,.22);
  display: flex; align-items: center; justify-content: center;
}
.seal-inner svg {
  width: 40px; height: 40px;
  stroke: var(--gold); fill: none;
  stroke-width: 1.1; stroke-linecap: round;
}

/* Texte héro */
.hero-eyebrow {
  font-size: 9px; letter-spacing: .36em;
  color: rgba(201,169,110,.8);
  margin-bottom: 10px;
  animation: fadeUp .6s .2s var(--ease) both;
}
.hero-name {
  font-family: var(--serif);
  font-size: 42px; font-weight: 700;
  letter-spacing: -.01em; line-height: 1.05;
  margin-bottom: 6px;
  animation: fadeUp .6s .3s var(--ease) both;
}
.hero-name em {
  font-style: italic;
  color: rgba(255,255,255,.55); font-weight: 400;
}
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(18px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* Pills titre / ville */
.hero-pills {
  display: flex; align-items: center; justify-content: center;
  gap: 0; margin-bottom: 28px;
  animation: fadeUp .6s .4s var(--ease) both;
}
.hero-pill-txt {
  font-size: 8.5px; font-weight: 600; letter-spacing: .18em;
  color: rgba(255,255,255,.35); padding: 0 14px;
}
.hero-pill-sep {
  width: 1px; height: 11px;
  background: rgba(201,169,110,.3);
}

/* Carte contact — style Truecaller */
.hero-contact-card {
  width: 100%; max-width: 340px;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(201,169,110,.2);
  border-radius: 18px;
  overflow: hidden;
  animation: fadeUp .6s .5s var(--ease) both;
}
.hcc-row {
  display: flex; align-items: center; gap: 14px;
  padding: 14px 18px;
  border-bottom: 1px solid rgba(255,255,255,.05);
  text-decoration: none; color: inherit;
  transition: background var(--dur);
}
.hcc-row:last-child { border-bottom: none; }
.hcc-row:active { background: rgba(201,169,110,.06); }
.hcc-icon {
  width: 38px; height: 38px; border-radius: 11px;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.hcc-gold  { background: rgba(201,169,110,.12); }
.hcc-blue  { background: rgba(96,165,250,.10); }
.hcc-red   { background: rgba(248,113,113,.10); }
.hcc-green { background: rgba(37,211,102,.10); }
.hcc-icon svg { width: 17px; height: 17px; stroke-width: 1.7; stroke-linecap: round; fill: none; }
.hcc-gold  svg { stroke: var(--gold); }
.hcc-blue  svg { stroke: #60A5FA; }
.hcc-red   svg { stroke: #F87171; }
.hcc-green svg { stroke: #25D366; }
.hcc-body { flex: 1; text-align: left; }
.hcc-label { font-size: 8.5px; letter-spacing: .13em; color: var(--muted); font-weight: 600; margin-bottom: 2px; display: block; }
.hcc-value { font-size: 13.5px; color: var(--soft); direction: ltr; display: block; }

/* Séparateur doré */
.gold-sep {
  display: flex; align-items: center; gap: 8px;
  margin: 28px 0 24px;
  animation: fadeUp .6s .6s var(--ease) both;
}
.gold-sep-line { flex: 1; height: 1px; background: linear-gradient(to right, transparent, rgba(201,169,110,.4), transparent); }
.gold-sep-diamond {
  width: 6px; height: 6px;
  background: var(--gold); transform: rotate(45deg); flex-shrink: 0;
}

/* Badge inscription */
.hero-badge {
  display: inline-flex; align-items: center; gap: 9px;
  background: rgba(201,169,110,.08);
  border: 1px solid rgba(201,169,110,.22);
  border-radius: 10px; padding: 12px 16px;
  text-align: left;
  max-width: 340px; width: 100%;
  animation: fadeUp .6s .7s var(--ease) both;
}
.hero-badge svg { width: 14px; height: 14px; stroke: var(--gold); fill: none; stroke-width: 1.7; flex-shrink: 0; margin-top: 2px; }
.hb-title { font-size: 10px; font-weight: 700; letter-spacing: .1em; color: rgba(201,169,110,.9); display: block; }
.hb-sub   { font-size: 9px; color: rgba(201,169,110,.55); display: block; margin-top: 2px; }

/* ============================================================
   BARRE FIXE EN BAS
   ============================================================ */
#callbar {
  position: fixed; bottom: 0; left: 0; right: 0;
  z-index: 600; height: var(--bar-h);
  display: flex;
}
.cb-call {
  flex: 1; display: flex; align-items: center; gap: 14px;
  background: var(--gold); padding: 0 20px;
  text-decoration: none; position: relative; overflow: hidden;
  border-top: 2px solid rgba(255,255,255,.15);
}
.cb-call::before {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(255,255,255,.14) 0%, transparent 50%);
  pointer-events: none;
}
.cb-call-icon {
  width: 40px; height: 40px;
  background: rgba(7,16,28,.15); border-radius: 50%;
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.cb-call-icon svg { width: 19px; height: 19px; stroke: var(--navy); fill: none; stroke-width: 2; }
.cb-call-text { flex: 1; }
.cb-call-lbl { font-size: 9.5px; font-weight: 700; color: var(--navy); letter-spacing: .12em; display: block; }
.cb-call-num { font-size: 14px; font-weight: 800; color: var(--navy); display: block; direction: ltr; }
.cb-wa {
  width: 76px; display: flex; flex-direction: column;
  align-items: center; justify-content: center; gap: 4px;
  background: #091a0f;
  border-top: 2px solid rgba(37,211,102,.2);
  text-decoration: none;
}
.cb-wa svg  { width: 26px; height: 26px; fill: #25D366; }
.cb-wa span { font-size: 8px; font-weight: 700; color: #4ade80; letter-spacing: .08em; }
.bar-spacer { height: var(--bar-h); }

/* ============================================================
   SYSTÈME DE SECTIONS
   ============================================================ */
.section { padding: 52px 20px; }
.section-dark  { background: var(--navy-2); }
.section-card  { background: var(--navy-card); }
.section-mid   { background: var(--navy-mid); }
.section-light { background: var(--cream); color: var(--navy); }

.sec-header { margin-bottom: 28px; }
.sec-eyebrow {
  font-size: 8px; font-weight: 700; letter-spacing: .28em;
  color: var(--gold); margin-bottom: 6px;
}
.sec-title {
  font-family: var(--serif);
  font-size: 26px; font-weight: 700; line-height: 1.2;
}
.sec-title.on-dark  { color: var(--white); }
.sec-title.on-light { color: var(--navy); }
.sec-desc {
  font-size: 12.5px; line-height: 1.75;
  margin-top: 8px; max-width: 360px;
}
.sec-desc.on-dark  { color: var(--muted); }
.sec-desc.on-light { color: #5a6472; }

.divider {
  display: flex; align-items: center; gap: 8px;
  margin-bottom: 22px;
}
.div-line { flex: 1; height: 1px; background: rgba(201,169,110,.2); }
.div-diamond {
  width: 5px; height: 5px;
  background: var(--gold); transform: rotate(45deg); flex-shrink: 0;
}

/* ============================================================
   ② MISSIONS LÉGALES
   ============================================================ */
.missions-grid {
  display: flex; flex-direction: column; gap: 12px;
}
.mission-card {
  background: var(--navy-mid);
  border: 1px solid rgba(201,169,110,.14);
  border-left: 3px solid var(--gold);
  border-radius: var(--r);
  padding: 16px 18px;
  display: flex; gap: 14px; align-items: flex-start;
  transition: background var(--dur), border-color var(--dur);
}
.mission-card:hover { background: rgba(201,169,110,.06); border-color: rgba(201,169,110,.3); }
.mission-icon {
  width: 38px; height: 38px;
  background: var(--navy-2); border-radius: 9px;
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.mission-icon svg { width: 17px; height: 17px; stroke: var(--gold); fill: none; stroke-width: 1.6; stroke-linecap: round; }
.mission-body h3 { font-size: 13px; font-weight: 700; color: var(--white); margin-bottom: 4px; }
.mission-body p  { font-size: 11.5px; color: var(--muted); line-height: 1.65; }
.mission-number {
  font-family: var(--serif); font-size: 28px; font-weight: 700;
  color: rgba(201,169,110,.1); position: absolute;
  right: 14px; top: 10px;
}

/* ============================================================
   ③ COMPÉTENCE TERRITORIALE
   ============================================================ */
.zones-wrap { display: flex; flex-direction: column; gap: 14px; }

.zone-main {
  background: rgba(201,169,110,.09);
  border: 1px solid rgba(201,169,110,.32);
  border-radius: var(--r);
  padding: 18px 20px;
  text-align: center;
}
.zone-main-name {
  font-family: var(--serif);
  font-size: 28px; font-weight: 700;
  color: var(--white); margin-bottom: 4px;
}
.zone-main-badge {
  font-size: 8px; letter-spacing: .18em;
  color: rgba(201,169,110,.7); font-weight: 600;
}

.zones-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 9px;
}
.zone-card {
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(201,169,110,.12);
  border-radius: 8px; padding: 13px 12px; text-align: center;
}
.zone-name  { font-family: var(--serif); font-size: 17px; font-weight: 700; color: var(--white); margin-bottom: 3px; }
.zone-badge { font-size: 7.5px; letter-spacing: .15em; color: rgba(201,169,110,.6); font-weight: 600; }

.zones-tags { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 14px; }
.zone-tag {
  font-size: 10.5px; padding: 5px 12px;
  border-radius: 20px;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.09);
  color: rgba(255,255,255,.5);
}

/* ============================================================
   ④ CARTE / LOCALISATION
   ============================================================ */
.map-container {
  border-radius: 14px; overflow: hidden;
  border: 1px solid rgba(201,169,110,.15);
  position: relative;
}
.map-visual {
  height: 180px;
  background: #040d16;
  position: relative;
}
.map-grid {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(201,169,110,.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(201,169,110,.06) 1px, transparent 1px);
  background-size: 22px 22px;
}
.map-roads {
  position: absolute; inset: 0;
  overflow: hidden;
}
.map-road-h {
  position: absolute; top: 56%;
  left: 0; right: 0; height: 3px;
  background: rgba(201,169,110,.12);
}
.map-road-v {
  position: absolute; left: 40%; top: 0; bottom: 0;
  width: 2px;
  background: rgba(201,169,110,.08);
}
.map-pin {
  position: absolute; top: 56%; left: 40%;
  transform: translate(-50%, -100%);
  display: flex; flex-direction: column; align-items: center;
}
.pin-halo {
  width: 42px; height: 42px;
  background: rgba(201,169,110,.18); border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  animation: pulse 2.5s ease-in-out infinite;
}
@keyframes pulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(201,169,110,.35); }
  50%       { box-shadow: 0 0 0 14px rgba(201,169,110,0); }
}
.pin-core {
  width: 24px; height: 24px;
  background: var(--gold); border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
}
.pin-dot {
  width: 3px; height: 3px;
  background: var(--navy); border-radius: 50%;
  margin-top: -2px;
}
.map-info {
  padding: 16px 18px;
  background: var(--navy-card);
  display: flex; justify-content: space-between; align-items: center;
  flex-wrap: wrap; gap: 10px;
}
.map-address { font-size: 12px; color: var(--soft); line-height: 1.5; }
.map-address strong { color: var(--gold); font-size: 10px; letter-spacing: .1em; display: block; margin-bottom: 3px; }
.map-btn {
  display: inline-flex; align-items: center; gap: 6px;
  background: var(--gold); color: var(--navy);
  padding: 9px 16px; border-radius: 7px;
  font-size: 10px; font-weight: 800; letter-spacing: .1em;
  text-decoration: none; white-space: nowrap;
  transition: background var(--dur);
}
.map-btn:hover { background: var(--gold-light); }
.map-btn svg { width: 14px; height: 14px; stroke: var(--navy); fill: none; stroke-width: 2; }

/* ============================================================
   ⑤ HORAIRES
   ============================================================ */
.open-badge {
  display: inline-flex; align-items: center; gap: 7px;
  background: rgba(37,211,102,.09);
  border: 1px solid rgba(37,211,102,.22);
  border-radius: 20px; padding: 6px 14px;
  margin-bottom: 18px;
}
.open-dot { width: 8px; height: 8px; background: #25D366; border-radius: 50%; animation: blink 2s ease-in-out infinite; }
@keyframes blink { 0%,100%{opacity:1} 50%{opacity:.35} }
.open-badge span { font-size: 9.5px; font-weight: 700; color: #4ade80; letter-spacing: .08em; }

.hor-table { width: 100%; }
.hor-row {
  display: flex; justify-content: space-between; align-items: center;
  padding: 11px 0;
  border-bottom: 1px solid rgba(255,255,255,.05);
}
.hor-row:last-child { border-bottom: none; }
.hor-day  { font-size: 12.5px; color: var(--soft); }
.hor-time { font-size: 12.5px; color: var(--gold-light); font-weight: 600; letter-spacing: .03em; }
.hor-closed { color: rgba(255,255,255,.3); }

.hor-urgence {
  margin-top: 16px; padding: 13px 15px;
  background: rgba(201,169,110,.07);
  border: 1px solid rgba(201,169,110,.16);
  border-radius: var(--r);
  font-size: 11.5px; color: rgba(201,169,110,.8); line-height: 1.7;
}
.hor-urgence strong { color: var(--gold); }

/* ============================================================
   ⑥ À PROPOS DE L'ÉTUDE
   ============================================================ */
.about-cards { display: flex; flex-direction: column; gap: 11px; }
.about-card {
  background: rgba(201,169,110,.07);
  border: 1px solid rgba(201,169,110,.17);
  border-radius: var(--r);
  padding: 15px 17px;
}
.about-card-label {
  font-size: 8px; letter-spacing: .16em;
  color: rgba(201,169,110,.75); font-weight: 700;
  margin-bottom: 5px; text-transform: uppercase;
}
.about-card-value { font-size: 12.5px; color: var(--soft); line-height: 1.65; }

/* Section texte SEO */
.seo-block {
  max-width: 100%;
  font-size: 13px; color: var(--soft); line-height: 1.85;
}
.seo-block h2 {
  font-family: var(--serif); font-size: 20px; color: var(--white);
  margin: 24px 0 10px; font-weight: 700;
}
.seo-block h3 {
  font-family: var(--serif); font-size: 16px; color: var(--gold-light);
  margin: 18px 0 8px; font-weight: 600;
}
.seo-block p { margin-bottom: 13px; }

/* ============================================================
   ⑦ FORMULAIRE DE CONTACT
   ============================================================ */
.contact-form { display: flex; flex-direction: column; gap: 10px; margin-top: 18px; }
.form-group { display: flex; flex-direction: column; gap: 5px; }
.form-label { font-size: 10px; font-weight: 700; letter-spacing: .1em; color: var(--muted); }
.form-input, .form-textarea {
  width: 100%; padding: 11px 14px;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(201,169,110,.18);
  border-radius: 8px;
  color: rgba(255,255,255,.85);
  font-family: var(--sans); font-size: 13px;
  outline: none; -webkit-appearance: none;
  transition: border-color var(--dur), box-shadow var(--dur);
}
.form-input::placeholder, .form-textarea::placeholder { color: rgba(255,255,255,.22); }
.form-input:focus, .form-textarea:focus {
  border-color: rgba(201,169,110,.5);
  box-shadow: 0 0 0 3px rgba(201,169,110,.1);
}
.form-textarea { resize: vertical; min-height: 95px; }
.form-2col { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.form-submit {
  background: var(--gold); color: var(--navy);
  padding: 14px 20px; border-radius: 8px;
  font-family: var(--sans); font-size: 11px; font-weight: 800;
  letter-spacing: .14em; cursor: pointer;
  transition: background var(--dur), transform .1s;
  border: none; width: 100%;
}
.form-submit:hover  { background: var(--gold-light); }
.form-submit:active { transform: scale(.98); }
.form-feedback {
  padding: 11px 14px; border-radius: 8px;
  font-size: 13px; display: none; margin-top: 4px;
}
.form-feedback.ok  { background: rgba(37,211,102,.1); border: 1px solid rgba(37,211,102,.2); color: #4ade80; }
.form-feedback.err { background: rgba(248,113,113,.1); border: 1px solid rgba(248,113,113,.2); color: #f87171; }

/* ============================================================
   FOOTER
   ============================================================ */
#footer {
  background: #030810;
  border-top: 1px solid rgba(201,169,110,.1);
  padding: 36px 20px 40px;
  text-align: center;
}
.footer-seal {
  width: 50px; height: 50px;
  border: 1px solid rgba(201,169,110,.28);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 14px;
}
.footer-seal svg { width: 22px; height: 22px; stroke: var(--gold); fill: none; stroke-width: 1.2; stroke-linecap: round; }
.footer-name { font-family: var(--serif); font-size: 20px; color: var(--white); margin-bottom: 7px; }
.footer-name em { font-style: italic; color: rgba(255,255,255,.45); }
.footer-legal { font-size: 10.5px; color: rgba(255,255,255,.28); line-height: 1.75; margin-bottom: 20px; }
.footer-nav {
  display: flex; justify-content: center; flex-wrap: wrap;
  gap: 6px 18px; margin-bottom: 20px;
}
.footer-nav a { font-size: 11px; color: rgba(255,255,255,.3); transition: color var(--dur); }
.footer-nav a:hover { color: var(--gold); }
.footer-copy {
  font-size: 10px; color: rgba(255,255,255,.16);
  border-top: 1px solid rgba(255,255,255,.05);
  padding-top: 14px; margin-top: 6px;
}

/* ============================================================
   DIRECTION & ALIGNEMENT
   ============================================================ */
html, body {
  direction: ltr;
  text-align: left;
}
/* Éléments centrés */
#hero, .hero-eyebrow, .hero-name, .hero-pills,
.gold-sep, .hero-badge,
.zone-main, .zone-card, .footer-name,
.footer-legal, .footer-copy {
  text-align: center;
}
/* Éléments alignés à droite intentionnellement */
.brand-text, .logo-text { text-align: right; }
.hcc-label, .hcc-value  { text-align: left; }

/* ============================================================
   ANIMATIONS SCROLL
   ============================================================ */
.reveal {
  opacity: 0; transform: translateY(22px);
  transition: opacity .55s var(--ease), transform .55s var(--ease);
}
.reveal.visible { opacity: 1; transform: translateY(0); }

/* ============================================================
   DESKTOP ≥ 768px
   ============================================================ */
@media (min-width: 768px) {
  :root { --header-h: 72px; }

  #topbar   { padding: 0 56px; }
  #masthead { padding: 0 56px; }
  .menu-toggle { display: none; }
  #nav-drawer  { display: none !important; }

  #site-nav {
    display: flex; align-items: center; gap: 4px;
  }
  #site-nav ul { list-style: none; display: flex; gap: 2px; }
  #site-nav ul li a {
    font-size: 12px; font-weight: 500; letter-spacing: .06em;
    color: rgba(255,255,255,.6); padding: 8px 15px;
    border-radius: 7px;
    transition: color var(--dur), background var(--dur);
    white-space: nowrap;
  }
  #site-nav ul li a:hover { color: var(--gold); background: rgba(201,169,110,.07); }
  .nav-lang { display: flex; gap: 6px; margin-left: 14px; padding-left: 14px; border-left: 1px solid var(--gold-border); }

  /* Hero */
  #hero { padding: 80px 56px 120px; }
  .hero-name { font-size: 62px; }
  .seal-ring { width: 150px; height: 150px; }
  .seal-inner { width: 110px; height: 110px; }
  .seal-inner svg { width: 50px; height: 50px; }
  .hero-contact-card { max-width: 420px; }

  /* Sections */
  .section { padding: 72px 56px; }
  .section-inner { max-width: 1100px; margin: 0 auto; }

  /* Missions — 2 col */
  .missions-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }

  /* Zones — 3 col secondaires */
  .zones-grid { grid-template-columns: repeat(4, 1fr); }

  /* Horaires layout */
  .hor-layout {
    display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start;
  }

  /* À propos — 3 col */
  .about-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }

  /* Map plus haute */
  .map-visual { height: 260px; }

  /* Formulaire */
  .contact-layout {
    display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: start;
  }

  /* Callbar — centrée */
  #callbar {
    max-width: 560px;
    left: 50%; transform: translateX(-50%);
    border-radius: 16px 16px 0 0;
    overflow: hidden;
    box-shadow: 0 -6px 40px rgba(0,0,0,.5);
  }
}

/* ============================================================
   GRAND ÉCRAN ≥ 1280px
   ============================================================ */
@media (min-width: 1280px) {
  #topbar, #masthead { padding: 0 80px; }
  .section { padding: 88px 80px; }
  .hero-name { font-size: 76px; }
  .section-inner { max-width: 1200px; }
}

/* ============================================================
   SINGLE POST — contenu article
   ============================================================ */
.post-content h2 {
  font-family: var(--serif);
  font-size: clamp(20px, 3vw, 26px);
  font-weight: 700;
  color: var(--white);
  margin: 36px 0 14px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(201,169,110,.18);
}
.post-content h3 {
  font-family: var(--serif);
  font-size: clamp(16px, 2.5vw, 20px);
  font-weight: 600;
  color: var(--gold-light);
  margin: 28px 0 10px;
}
.post-content p {
  margin-bottom: 16px;
  color: rgba(255,255,255,.75);
  font-size: 15px;
  line-height: 1.85;
}
.post-content ul, .post-content ol {
  padding-left: 22px;
  margin-bottom: 16px;
}
.post-content li {
  font-size: 14px;
  color: rgba(255,255,255,.7);
  line-height: 1.8;
  margin-bottom: 7px;
}
.post-content strong {
  color: var(--white);
  font-weight: 700;
}
.post-content em {
  color: var(--gold-light);
  font-style: italic;
}
.post-content a {
  color: var(--gold);
  text-decoration: underline;
  text-decoration-color: rgba(201,169,110,.35);
}
.post-content a:hover {
  color: var(--gold-light);
  text-decoration-color: var(--gold);
}
.post-content blockquote {
  border-left: 3px solid var(--gold);
  padding: 12px 20px;
  margin: 20px 0;
  background: rgba(201,169,110,.06);
  border-radius: 0 8px 8px 0;
  font-style: italic;
  color: rgba(255,255,255,.65);
}
@media (min-width: 768px) {
  #callbar { display: none; }
  .bar-spacer { display: none; }
}