:root{
  --bg:#070608;
  --bg2:#0d0a10;
  --wine:#2a0711;
  --wine2:#3a0b18;
  --gold:#d4af37;

  --text:rgba(255,255,255,.86);
  --muted:rgba(255,255,255,.66);

  --stroke:rgba(255,255,255,.08);
  --strokeGold:rgba(212,175,55,.22);

  --radius:18px;
  --shadow: 0 30px 90px rgba(0,0,0,.55);
}
:root{
  --logo-size: 480px;
}
*{box-sizing:border-box}
html,body{margin:0}
body{
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color: var(--text);
  background:
    radial-gradient(1100px 700px at 50% 12%, rgba(84,18,38,.62), transparent 60%),
    linear-gradient(to bottom, var(--bg2), var(--bg));
}

/* Layout */
.container{width:min(1100px, 92%); margin:0 auto;}
.section{padding: 70px 0;}
.section-inner{padding: 0 0;}
.section-dark{}

/* Titles */
.section-title{
  font-family: "Playfair Display", serif;
  text-transform: uppercase;
  letter-spacing: 4px;
  text-align: center;
  color: var(--gold);
  font-size: clamp(1.6rem, 2.6vw, 2.2rem);
  margin: 0 0 28px;
  position: relative;
}
.section-title::after{
  content:"";
  display:block;
  width: 90px;
  height: 2px;
  margin: 12px auto 0;
  background: linear-gradient(to right, transparent, rgba(212,175,55,.95), transparent);
}

/* Text blocks */
.text-block{
  max-width: 980px;
  margin: 0 auto;
  color: var(--muted);
  line-height: 1.75;
}
.text-block p{margin: 0 0 14px;}
.text-block strong{color: rgba(255,255,255,.88);}
.text-block.center{text-align:center;}
.mini{margin-top: 18px; font-size: .92rem;}
.inline-link{color: rgba(212,175,55,.9); text-decoration:none;}
.inline-link:hover{text-decoration:underline;}

/* =========================
   HEADER / NAV (fix total)
   ========================= */
.site-header{
  position: sticky;
  top: 0;
  z-index: 999;
  background: linear-gradient(to bottom, rgba(0,0,0,0.92), rgba(0,0,0,0.60));
  border-bottom: 1px solid rgba(255,255,255,0.06);
  backdrop-filter: blur(10px);
}
.nav-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 16px;
  padding: 14px 18px;
  width:min(1200px, 96%);
  margin:0 auto;
  flex-wrap: wrap;
}

/* Brand */
.brand{
  display:flex;
  align-items:center;
  gap: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: "Playfair Display", serif;
  text-decoration: none !important;
}
.brand-dot{
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 18px rgba(212,175,55,0.45);
}
.brand-text{ font-size: 0.95rem; color: rgba(255,255,255,0.86); }

/* Anti bleu/souligné */
.site-header a,
.site-header a:visited,
.site-header a:hover,
.site-header a:active{
  text-decoration: none !important;
}

.nav{
  display:flex;
  align-items:center;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

/* Liens simples */
.nav > a:not(.nav-cta){
  font-size: 0.82rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.76) !important;
  padding: 8px 8px;
  border-radius: 10px;
  border: 1px solid transparent;
  background: transparent;
  transition: background .2s ease, border-color .2s ease, color .2s ease;
}
.nav > a:not(.nav-cta):hover{
  color: rgba(255,255,255,0.95) !important;
  background: rgba(212,175,55,0.08);
  border-color: rgba(212,175,55,0.22);
}

/* CTA */
.nav-cta{
  display:inline-block;
  padding: 9px 18px;
  border-radius: 999px;
  border: 1px solid rgba(212,175,55,0.35);
  background: rgba(84,18,38,0.60);
  color: rgba(255,255,255,0.92) !important;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 0.78rem;
  transition: all .25s ease;
}
.nav-cta:hover{
  background: linear-gradient(to right, #8a1c2e, var(--gold));
  color: rgba(0,0,0,0.92) !important;
  border-color: transparent;
  box-shadow: 0 10px 30px rgba(212,175,55,0.28);
}

@media (max-width: 860px){
  .nav{ width:100%; justify-content:flex-start; }
}

/* =========================
   HERO
   ========================= */
.hero{
  padding: 80px 0 50px;
}
.hero-inner{
  background:
    radial-gradient(720px 420px at 35% 20%, rgba(84,18,38,.78), rgba(42,7,17,.55) 55%, rgba(0,0,0,.30));
  border: 1px solid var(--strokeGold);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 48px 26px;
}
.hero-content{max-width: 920px; margin:0 auto; text-align:center;}
.hero-title{
  font-family: "Playfair Display", serif;
  text-transform: uppercase;
  letter-spacing: 6px;
  margin: 0 0 12px;
  font-size: clamp(2rem, 4vw, 3.2rem);
  color: rgba(255,255,255,.92);
}
.hero-lead{margin:0 0 22px; color: var(--muted); max-width: 800px; line-height: 1.7;}

.hero-buttons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
}

/* Buttons */
.btn{
  display:inline-block;
  padding: 12px 18px;
  border-radius: 999px;
  border: 1px solid rgba(212,175,55,0.35);
  background: rgba(84,18,38,0.60);
  color: rgba(255,255,255,0.92);
  text-decoration: none;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 0.82rem;
  transition: .25s ease;
}
.btn:hover{
  background: linear-gradient(to right, #8a1c2e, var(--gold));
  color: rgba(0,0,0,0.92);
  border-color: transparent;
  box-shadow: 0 12px 34px rgba(212,175,55,0.22);
}
.btn-ghost{
  background: transparent;
  border-color: rgba(212,175,55,0.25);
  color: rgba(255,255,255,0.86);
}
.btn-ghost:hover{
  background: rgba(212,175,55,0.10);
  color: rgba(255,255,255,0.95);
  border-color: rgba(212,175,55,0.35);
  box-shadow: none;
}

/* Cards grid */
.cards-grid{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 18px;
}
@media (max-width: 980px){
  .cards-grid{grid-template-columns: 1fr;}
}

/* Card style */
.card{
  background:
    radial-gradient(520px 320px at 30% 10%, rgba(84,18,38,.78), rgba(42,7,17,.52) 60%, rgba(0,0,0,.28));
  border: 1px solid var(--strokeGold);
  border-radius: var(--radius);
  box-shadow: 0 20px 60px rgba(0,0,0,.35);
  padding: 22px 20px;
}
.card h3{
  margin: 0 0 8px;
  font-family:"Playfair Display", serif;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255,255,255,.90);
  font-size: 1.05rem;
}
.card p{margin: 0 0 12px; color: var(--muted); line-height: 1.7;}
.card-subtitle{
  margin: 0 0 10px;
  color: rgba(212,175,55,.78);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: .82rem;
}
.card-links{margin-top: 12px;}
.btn-card{
  padding: 10px 16px;
  font-size: 0.78rem;
}

/* Steps */
.steps{
  max-width: 980px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}
.step{
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 20px 20px;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,0.08);
  background: rgba(255,255,255,0.02);
}
.step-num{
  width: 36px;
  height: 36px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Playfair Display", serif;
  background: var(--gold);
  color: rgba(0,0,0,0.92);
  flex: 0 0 36px;
  box-shadow: 0 10px 28px rgba(212,175,55,0.25);
}
.step-body h3{
  margin: 0 0 6px;
  font-size: 1.02rem;
  letter-spacing: 1px;
  color: rgba(255,255,255,0.92);
  text-transform: none;
  font-family: Inter, sans-serif;
}
.step-body p{margin: 0; color: rgba(255,255,255,0.72);}

@media (min-width: 980px){
  .steps{grid-template-columns: repeat(3, 1fr);}
  .step{align-items:flex-start;}
}

/* Footer */
.footer{padding: 34px 0 60px; color: rgba(255,255,255,.55);}
.footer-inner{text-align:center;}
.footer-line{
  width: 120px;
  height: 2px;
  margin: 0 auto 12px;
  background: linear-gradient(to right, transparent, rgba(212,175,55,.75), transparent);
}
/* ===== Fix centrage global sections ===== */
.section-inner,
.container {
  width: min(1100px, 92%);
  margin-left: auto;
  margin-right: auto;
}

/* Titres + texte de section bien centrés */
.section-title {
  text-align: center;
}

.text-block,
.section-inner p {
  text-align: center;
}


/* ===== Questionnaires : ligne "Pour réserver..." centrée ===== */
.questionnaires-note,
#questionnaires .note,
#questionnaires p.note,
#questionnaires .helper,
#questionnaires .smallline {
  text-align: center !important;
  margin-left: auto;
  margin-right: auto;
}

/* Si ton lien "aller à la page Réservation" est un <a> dans cette ligne */
#questionnaires a {
  display: inline-block;
}
/* === BLOC PROFIL EXTERNE — CUIR & FANTAISIES === */

.cf-external {
  padding: 28px 16px;
  margin-top: 28px;
}

.cf-external__inner {
  max-width: 860px;
  margin: 0 auto;
  padding: 22px 20px;
  border-radius: 16px;
  border: 1px solid rgba(212, 175, 55, 0.38);
  background: linear-gradient(
    180deg,
    rgba(16, 10, 12, 0.92),
    rgba(32, 12, 18, 0.92)
  );
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
}

.cf-external__title {
  margin: 0 0 10px 0;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.25rem;
  letter-spacing: 0.4px;
  color: rgba(212, 175, 55, 0.98);
}

.cf-external__text {
  margin: 0 0 16px 0;
  font-size: 1rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.86);
}

.cf-external__brand {
  color: rgba(212, 175, 55, 0.95);
  font-weight: 600;
}

.cf-external__btn {
  display: inline-block;
  padding: 12px 16px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 600;
  border: 1px solid rgba(212, 175, 55, 0.65);
  color: rgba(212, 175, 55, 0.98);
  background: rgba(120, 0, 32, 0.22);
  transition: all 0.2s ease;
}

.cf-external__btn:hover {
  background: rgba(120, 0, 32, 0.35);
  border-color: rgba(212, 175, 55, 0.9);
}
.site-logo{
  display:flex;
  justify-content:center;
  align-items:center;
  margin:20px 0 10px 0;
}
.site-logo img{
  width:420px;
  max-width:90%;
  height:auto;
}
/* === Logo au-dessus du hero : réglage final sûr === */
.site-logo{
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 18px 0 6px 0;
}
.site-logo img{
  width: 1000px;
  max-width: 95%;
  height: auto;
}
