/* ===========================================================
   Solaya Immo — Feuille de style V2
   Brandbook : Méditerranée haut de gamme · Jamais l'or
   Palette : Plâtre / Encre d'olive / Bleu Majorelle / Ocre
   Typo : Marcellus (titres) · Alegreya Sans (texte)
   =========================================================== */

:root {
  --platre:    #F2ECE3;
  --chaux:     #FBF9F5;
  --encre:     #26241C;
  --majorelle: #4B44BE;
  --ocre:      #B0742A;
  --sable:     #E2D7C3;
  --rouge-err: #B04040;

  --font-titre: "Marcellus", Georgia, serif;
  --font-texte: "Alegreya Sans", "Georgia", serif;

  --conteneur: 1140px;
  --rayon:     4px;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; overflow-x: hidden; }

body {
  font-family: var(--font-texte);
  background: var(--chaux);
  color: var(--encre);
  font-size: 18px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

h1, h2, h3 {
  font-family: var(--font-titre);
  line-height: 1.15;
  letter-spacing: 0.01em;
}

.conteneur {
  max-width: var(--conteneur);
  margin: 0 auto;
  padding: 0 32px;
}

/* ---------- Eyebrow ---------- */
.eyebrow {
  display: block;
  font-family: var(--font-texte);
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--ocre);
  margin-bottom: 16px;
}

/* ---------- Point Majorelle (motif de marque) ---------- */
.point-m {
  display: inline-block;
  width: 0.17em;
  height: 0.17em;
  background: var(--majorelle);
  border-radius: 50%;
  vertical-align: super;
  margin-left: 2px;
}
.point-m--ocre { background: var(--ocre); }

/* ---------- Boutons ---------- */
.bouton {
  display: inline-block;
  font-family: var(--font-texte);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 15px 36px;
  border-radius: var(--rayon);
  border: 2px solid transparent;
  transition: all 0.3s ease;
  cursor: pointer;
}

.bouton--plein {
  background: var(--majorelle);
  color: var(--chaux);
  border-color: var(--majorelle);
}
.bouton--plein:hover {
  background: transparent;
  color: var(--majorelle);
}

.bouton--contour {
  background: transparent;
  color: var(--encre);
  border-color: var(--encre);
}
.bouton--contour:hover {
  background: var(--encre);
  color: var(--chaux);
}

.bouton--contour-clair {
  background: transparent;
  color: var(--chaux);
  border-color: rgba(251, 249, 245, 0.5);
}
.bouton--contour-clair:hover {
  border-color: var(--chaux);
  background: rgba(251, 249, 245, 0.1);
}

/* ---------- En-tête / navigation ---------- */
.entete {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  padding: 20px 0;
  transition: background 0.4s ease, padding 0.4s ease;
}

.entete.entete--solide {
  background: rgba(38, 36, 28, 0.96);
  backdrop-filter: blur(6px);
  padding: 14px 0;
}

.entete .conteneur {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* Logo : SOLAYA· */
.logo {
  font-family: var(--font-titre);
  font-size: 1.45rem;
  letter-spacing: 0.14em;
  color: var(--chaux);
  display: flex;
  align-items: flex-start;
  line-height: 1;
  gap: 1px;
}

.logo__point {
  display: inline-block;
  width: 9px;
  height: 9px;
  background: var(--ocre);
  border-radius: 50%;
  margin-top: 2px;
  flex-shrink: 0;
}

.nav-principale {
  display: flex;
  align-items: center;
  gap: 36px;
}

.nav-principale a {
  font-family: var(--font-texte);
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(251, 249, 245, 0.65);
  position: relative;
  padding-bottom: 4px;
  transition: color 0.25s ease;
}

.nav-principale a::after {
  content: "";
  position: absolute;
  bottom: 0; left: 0;
  width: 0; height: 1px;
  background: var(--majorelle);
  transition: width 0.3s ease;
}

.nav-principale a:hover,
.nav-principale a.actif {
  color: var(--chaux);
}
.nav-principale a:hover::after,
.nav-principale a.actif::after { width: 100%; }

.menu-bascule {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
}
.menu-bascule span {
  width: 24px;
  height: 1px;
  background: var(--chaux);
  transition: all 0.3s ease;
}

/* ---------- Héro ---------- */
.hero {
  background: var(--encre);
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 160px 32px 100px;
  position: relative;
  overflow: hidden;
}

/* Motif de fond subtil */
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    url("../assets/images/hero-dubai.svg") center / cover no-repeat;
  opacity: 0.18;
}

.hero__contenu {
  position: relative;
  max-width: 780px;
}

.hero__eyebrow {
  font-family: var(--font-texte);
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--ocre);
  margin-bottom: 40px;
}

/* Wordmark héro */
.hero__wordmark {
  font-family: var(--font-titre);
  font-size: clamp(56px, 10vw, 110px);
  color: var(--chaux);
  letter-spacing: 0.14em;
  line-height: 1;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.hero__wordmark-point {
  display: inline-block;
  width: clamp(9px, 1.6vw, 18px);
  height: clamp(9px, 1.6vw, 18px);
  background: var(--majorelle);
  border-radius: 50%;
  margin-top: 0.06em;
  margin-left: 3px;
  flex-shrink: 0;
}

.hero__baseline {
  font-family: var(--font-texte);
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.5em;
  text-transform: uppercase;
  color: rgba(251, 249, 245, 0.55);
  margin-top: 18px;
}

.hero__tagline {
  font-family: var(--font-titre);
  font-size: clamp(20px, 3vw, 30px);
  color: rgba(251, 249, 245, 0.88);
  margin-top: 60px;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.3;
}

.hero__actions {
  display: flex;
  gap: 18px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 44px;
}

/* ---------- Sections génériques ---------- */
.section-claire {
  background: var(--chaux);
  padding: 110px 0;
}

.section-platre {
  background: var(--platre);
  padding: 110px 0;
}

.section-encre {
  background: var(--encre);
  color: var(--chaux);
  padding: 110px 0;
}

.section-majorelle {
  background: var(--majorelle);
  color: var(--chaux);
  padding: 80px 0;
}

.section-entete {
  max-width: 640px;
  margin: 0 auto 64px;
  text-align: center;
}

.section-entete h2 {
  font-size: clamp(30px, 4vw, 48px);
}

.section-entete p {
  color: var(--encre);
  opacity: 0.7;
  margin-top: 18px;
  font-size: 17px;
}

.section-encre .section-entete p,
.section-majorelle .section-entete p {
  color: var(--chaux);
  opacity: 0.78;
}

/* ---------- À propos ---------- */
.apropos__grille {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 80px;
  align-items: center;
}

.apropos__image {
  border: 1px solid var(--sable);
  padding: 16px;
  background: var(--platre);
}

.apropos__image img {
  width: 100%;
  height: 480px;
  object-fit: cover;
  object-position: top center;
}

.apropos__texte h2 {
  font-size: clamp(28px, 3.6vw, 42px);
  margin-bottom: 24px;
}

.apropos__texte p {
  color: var(--encre);
  opacity: 0.78;
  margin-bottom: 16px;
  font-size: 17px;
}

.apropos__citation {
  font-family: var(--font-titre);
  font-size: 1.15rem;
  color: var(--majorelle);
  margin-top: 28px;
  padding-left: 20px;
  border-left: 3px solid var(--majorelle);
}

/* ---------- Atouts — cartes ---------- */
.atouts__grille {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.atout {
  padding: 40px 28px;
  background: var(--chaux);
  border-top: 3px solid transparent;
  transition: border-color 0.3s ease, transform 0.3s ease;
}

.atout:hover {
  border-color: var(--majorelle);
  transform: translateY(-4px);
}

.atout__icone {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--majorelle);
  color: var(--chaux);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-titre);
  font-size: 1.2rem;
  margin-bottom: 20px;
}

.atout h3 {
  font-size: 1.15rem;
  margin-bottom: 10px;
}

.atout p {
  font-size: 15px;
  opacity: 0.7;
}

/* ---------- Méthode — étapes ---------- */
.etapes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  counter-reset: etape;
}

.etape {
  padding: 40px 32px;
  background: var(--chaux);
  position: relative;
  counter-increment: etape;
}

.etape__num {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--majorelle);
  color: var(--chaux);
  font-family: var(--font-titre);
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.etape h3 {
  font-size: 1.1rem;
  margin-bottom: 12px;
}

.etape p {
  font-size: 15px;
  opacity: 0.72;
}

/* ---------- Bandeau Majorelle (citation) ---------- */
.bandeau-citation {
  text-align: center;
  padding: 100px 32px;
}

.bandeau-citation blockquote {
  font-family: var(--font-titre);
  font-size: clamp(1.4rem, 3vw, 2rem);
  color: var(--chaux);
  max-width: 740px;
  margin: 0 auto 16px;
  line-height: 1.4;
}

.bandeau-citation cite {
  font-style: normal;
  font-family: var(--font-texte);
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: rgba(251, 249, 245, 0.65);
}

/* ---------- CTA ---------- */
.appel-action {
  text-align: center;
  padding: 110px 0;
}

.appel-action h2 {
  font-size: clamp(28px, 4vw, 48px);
  margin-bottom: 16px;
}

.appel-action p {
  max-width: 540px;
  margin: 0 auto 36px;
  opacity: 0.72;
  font-size: 17px;
}

/* ---------- Footer ---------- */
.pied {
  background: var(--encre);
  color: var(--chaux);
  padding: 72px 0 28px;
  border-top: 1px solid rgba(251, 249, 245, 0.06);
}

.pied__grille {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr;
  gap: 52px;
  margin-bottom: 52px;
}

.pied__logo {
  font-family: var(--font-titre);
  font-size: 1.4rem;
  letter-spacing: 0.14em;
  color: var(--chaux);
  display: flex;
  align-items: flex-start;
  gap: 2px;
  margin-bottom: 16px;
}
.pied__logo-point {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: var(--ocre);
  border-radius: 50%;
  margin-top: 3px;
}

.pied p {
  font-size: 14px;
  opacity: 0.55;
  line-height: 1.6;
}

.pied__col h4 {
  font-family: var(--font-texte);
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--ocre);
  margin-bottom: 18px;
}

.pied__col ul { list-style: none; }
.pied__col ul li { margin-bottom: 12px; }
.pied__col ul a,
.pied__col ul span {
  font-size: 14px;
  color: rgba(251, 249, 245, 0.65);
  transition: color 0.2s ease;
}
.pied__col ul a:hover { color: var(--chaux); }

.pied__mentions {
  border-top: 1px solid rgba(251, 249, 245, 0.08);
  padding-top: 24px;
  font-size: 11px;
  color: rgba(251, 249, 245, 0.35);
  line-height: 1.7;
}

.pied__bas {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;
  flex-wrap: wrap;
  font-size: 12px;
  color: rgba(251, 249, 245, 0.35);
  margin-top: 16px;
}

/* ---------- Page Contact ---------- */
.page-entete {
  background: var(--encre);
  color: var(--chaux);
  padding: 200px 0 90px;
  text-align: center;
}

.page-entete h1 {
  font-size: clamp(30px, 5vw, 54px);
}

.page-entete p {
  max-width: 520px;
  margin: 20px auto 0;
  font-size: 17px;
  opacity: 0.72;
}

.contact__grille {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
}

.contact__bloc {
  margin-bottom: 40px;
}

.contact__bloc h3 {
  font-family: var(--font-texte);
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--ocre);
  margin-bottom: 10px;
}

.contact__bloc a,
.contact__bloc p {
  font-family: var(--font-titre);
  font-size: 1.25rem;
  color: var(--encre);
}

.contact__bloc a { display: block; }
.contact__bloc a:hover { color: var(--majorelle); }

.contact__pays {
  font-family: var(--font-texte);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ocre);
  vertical-align: middle;
  margin-left: 6px;
}

.contact__reseaux {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 12px;
}

.contact__reseau-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 20px;
  border: 1px solid var(--sable);
  border-radius: var(--rayon);
  background: var(--chaux);
  color: var(--encre) !important;
  font-family: var(--font-texte) !important;
  font-size: 1rem !important;
  transition: all 0.25s ease;
}

.contact__reseau-btn:hover {
  border-color: var(--encre);
  background: var(--encre);
  color: var(--chaux) !important;
}

.contact__reseau-btn:hover .contact__reseau-handle {
  color: rgba(251,249,245,0.55);
}

.contact__reseau-label {
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.contact__reseau-handle {
  font-size: 13px;
  color: var(--ocre);
  font-style: italic;
  transition: color 0.25s ease;
}

.contact__encadre {
  background: var(--platre);
  border-left: 3px solid var(--majorelle);
  padding: 40px;
  height: 100%;
  min-height: 380px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.contact__encadre strong {
  display: block;
  font-family: var(--font-titre);
  font-size: 1.45rem;
  color: var(--encre);
  margin-bottom: 14px;
}

.contact__encadre p {
  font-size: 16px;
  opacity: 0.7;
  margin-bottom: 14px;
}

.contact__encadre .mention {
  font-size: 12px;
  opacity: 0.5;
  line-height: 1.7;
  margin-top: auto;
  padding-top: 28px;
  border-top: 1px solid var(--sable);
}

/* ---------- Réactif ---------- */
@media (max-width: 960px) {
  .apropos__grille,
  .contact__grille { grid-template-columns: 1fr; gap: 40px; }
  .apropos__image img { height: 340px; }
  .atouts__grille { grid-template-columns: repeat(2, 1fr); }
  .etapes { grid-template-columns: 1fr; }
  .pied__grille { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 720px) {
  .nav-principale {
    position: fixed;
    top: 0; right: 0;
    height: 100vh;
    width: min(80vw, 300px);
    background: var(--encre);
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 28px;
    padding: 40px 36px;
    transform: translateX(100%);
    transition: transform 0.4s ease;
    border-left: 1px solid rgba(251, 249, 245, 0.08);
  }
  .nav-principale.ouvert { transform: translateX(0); }
  .menu-bascule { display: flex; z-index: 110; }
  .menu-bascule.ouvert span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .menu-bascule.ouvert span:nth-child(2) { opacity: 0; }
  .menu-bascule.ouvert span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

  .hero { padding: 140px 24px 80px; }
  .section-claire, .section-platre, .section-encre, .section-majorelle { padding: 76px 0; }
  .atouts__grille { grid-template-columns: 1fr; }
  .pied__grille { grid-template-columns: 1fr; gap: 32px; }
  .pied__bas { flex-direction: column; }
  .page-entete { padding: 150px 0 64px; }
}
