/* ============================================================
   HELION SAX — Style Override
   Améliore la typographie et l'esthétique sans toucher
   au contenu HTML ni aux balises SEO.
   Chargé après style.css pour prendre le dessus.
============================================================ */

/* ---- POLICES ---- */
/* Inter remplace Arial pour le corps du texte */
body {
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  font-weight: 300;
}

/* Cormorant Garamond remplace Playfair Display partout */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-weight: 300;
  letter-spacing: -0.01em;
}

/* ---- HERO H1 ---- */
.hero-content h1 {
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  font-size: clamp(3rem, 7.5vw, 6rem) !important;
  font-weight: 300 !important;
  letter-spacing: -0.02em !important;
  text-transform: none !important;
  line-height: 1 !important;
}

.hero-content h1 .gold {
  font-style: italic;
  font-weight: 300;
}

.hero-subtitle {
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  font-style: italic !important;
  font-size: clamp(1.3rem, 2.5vw, 1.8rem) !important;
  font-weight: 300 !important;
  letter-spacing: 0 !important;
  opacity: 0.9;
}

.hero-description {
  font-family: 'Inter', system-ui, sans-serif !important;
  font-size: 1rem !important;
  font-weight: 300 !important;
  letter-spacing: 0.01em !important;
  line-height: 1.75 !important;
  opacity: 0.8;
}

/* ---- SUPPRIMER LE CADRE luxury-frame ---- */
.luxury-frame {
  border: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  margin-bottom: 1.5rem !important;
}

/* ---- BOUTON PRINCIPAL ---- */
.btn-reserve {
  display: inline-flex !important;
  align-items: center !important;
  gap: 0.8rem !important;
  background: transparent !important;
  background-image: none !important;
  border: 1px solid rgba(212, 175, 55, 0.55) !important;
  border-radius: 2px !important;
  color: #d4af37 !important;
  font-family: 'Inter', system-ui, sans-serif !important;
  font-size: 0.78rem !important;
  font-weight: 400 !important;
  letter-spacing: 0.16em !important;
  text-transform: uppercase !important;
  padding: 14px 36px !important;
  transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease !important;
}

.btn-reserve:hover {
  background: #b8860b !important;
  background-image: none !important;
  border-color: #b8860b !important;
  color: #0a0a0a !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 8px 24px rgba(184, 134, 11, 0.3) !important;
}

/* ---- TITRES DE SECTIONS ---- */
.section-title {
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  font-size: clamp(2.5rem, 5vw, 4rem) !important;
  font-weight: 300 !important;
  text-transform: none !important;
  letter-spacing: -0.015em !important;
  line-height: 1.1 !important;
}

/* ---- TITRES VIBE ---- */
.vibe-text h3 {
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  font-size: clamp(1.7rem, 3vw, 2.4rem) !important;
  font-weight: 400 !important;
  letter-spacing: -0.01em !important;
  line-height: 1.15 !important;
}

/* ---- PAGE HÉROS (sous-pages) ---- */
.page-hero h1 {
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  font-size: clamp(2.5rem, 6vw, 5rem) !important;
  font-weight: 300 !important;
  letter-spacing: -0.02em !important;
  text-transform: none !important;
  line-height: 1.05 !important;
}

.page-hero .subtitle {
  font-family: 'Inter', system-ui, sans-serif !important;
  font-weight: 300 !important;
  font-size: 1rem !important;
  letter-spacing: 0.02em !important;
  line-height: 1.8 !important;
}

/* ---- MENU DRAWER ---- */
.menu-drawer nav a {
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  font-size: 1.6rem !important;
  font-weight: 300 !important;
  letter-spacing: 0 !important;
}

/* ---- CONTACT FORM ---- */
.contact-form h2 {
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  font-size: clamp(2rem, 4vw, 3rem) !important;
  font-weight: 300 !important;
  letter-spacing: -0.015em !important;
}

/* ---- CLIENTS / TEMOIGNAGES ---- */
.clients-title {
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  font-size: clamp(2rem, 4vw, 3rem) !important;
  font-weight: 300 !important;
  text-transform: none !important;
  letter-spacing: -0.01em !important;
}

.client-quote {
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  font-size: 1.3rem !important;
  font-weight: 300 !important;
  line-height: 1.8 !important;
}

.client-name {
  font-family: 'Inter', system-ui, sans-serif !important;
  font-size: 0.85rem !important;
  font-weight: 400 !important;
  letter-spacing: 0.06em !important;
}

/* ---- TIKTOK SECTION ---- */
.tiktok-subtitle {
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  font-size: clamp(1.3rem, 2.5vw, 1.7rem) !important;
  font-style: italic !important;
  font-weight: 300 !important;
}

/* ---- INLINE PLAYFAIR → CORMORANT (mariage page, etc.) ---- */
[style*="Playfair Display"] {
  font-family: 'Cormorant Garamond', Georgia, serif !important;
}

/* ---- FAQ <details> ---- */
#faq details {
  background: transparent !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  border: none !important;
  border-bottom: 1px solid rgba(184, 134, 11, 0.2) !important;
  padding: 0 !important;
  margin-bottom: 0 !important;
}

#faq details:first-of-type {
  border-top: 1px solid rgba(184, 134, 11, 0.2) !important;
}

#faq details summary {
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  font-size: clamp(1.1rem, 2vw, 1.3rem) !important;
  font-weight: 400 !important;
  color: #38241a !important;
  cursor: pointer;
  padding: 1.4rem 0 !important;
  list-style: none;
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  gap: 1rem;
}

#faq details summary::-webkit-details-marker { display: none; }

#faq details summary::after {
  content: '+';
  font-family: 'Inter', sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  color: #b8860b;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}

#faq details[open] summary::after {
  transform: rotate(45deg);
}

#faq details p {
  font-family: 'Inter', system-ui, sans-serif !important;
  font-size: 0.9rem !important;
  font-weight: 300 !important;
  line-height: 1.85 !important;
  color: #5a4a3a !important;
  padding: 0 0 1.4rem 0 !important;
  margin-top: 0 !important;
}

/* ---- BOUTON FORMULAIRE DE CONTACT ---- */
.contact-form button[type="submit"] {
  background: transparent !important;
  background-image: none !important;
  border: 1px solid rgba(212, 175, 55, 0.55) !important;
  border-radius: 2px !important;
  color: #f1e1b5 !important;
  font-family: 'Inter', system-ui, sans-serif !important;
  font-size: 0.78rem !important;
  font-weight: 400 !important;
  letter-spacing: 0.16em !important;
  text-transform: uppercase !important;
  padding: 14px 36px !important;
  transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease !important;
}

.contact-form button[type="submit"]:hover {
  background: #b8860b !important;
  background-image: none !important;
  border-color: #b8860b !important;
  color: #0a0a0a !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 8px 24px rgba(184, 134, 11, 0.3) !important;
}

/* ---- BOUTON INSTAGRAM / SOCIAL ---- */
.btn-insta-social {
  background: transparent !important;
  background-image: none !important;
  border: 1px solid rgba(212, 175, 55, 0.45) !important;
  border-radius: 2px !important;
  color: #38241a !important;
  font-family: 'Inter', system-ui, sans-serif !important;
  font-size: 0.82rem !important;
  font-weight: 400 !important;
  letter-spacing: 0.1em !important;
  padding: 13px 28px !important;
  box-shadow: none !important;
  transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease !important;
}

.btn-insta-social:hover {
  background: #b8860b !important;
  background-image: none !important;
  border-color: #b8860b !important;
  color: #fff !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 6px 20px rgba(184,134,11,0.25) !important;
  filter: none !important;
}

/* ---- NAVIGATION DESKTOP ---- */
.desktop-nav { display: none; }

@media (min-width: 901px) {
  /* Restructure le header en row propre */
  .top-bar.topbar-pages {
    flex-direction: row !important;
    justify-content: space-between !important;
    align-items: center !important;
    height: 80px !important;
    min-height: 80px !important;
    padding: 0 40px !important;
    gap: 1.5rem !important;
  }

  /* Cache les éléments inutiles sur desktop */
  .top-bar.topbar-pages .social-icons { display: none !important; }
  .top-bar.topbar-pages .contact-email { display: none !important; }
  .burger-btn { display: none !important; }

  /* Logo compact à gauche */
  .top-bar.topbar-pages .logo-block { order: 1; flex-shrink: 0; }
  .top-bar.topbar-pages .logo-block .logo img { height: 52px !important; }

  /* Nav à droite */
  .desktop-nav {
    display: flex !important;
    align-items: center;
    gap: 0;
    order: 2;
    flex: 1;
    justify-content: flex-end;
  }

  .desktop-nav a {
    font-family: 'Inter', system-ui, sans-serif;
    font-size: 0.7rem;
    font-weight: 400;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.6);
    padding: 0.5rem 0.8rem;
    text-decoration: none;
    transition: color 0.2s;
    white-space: nowrap;
  }

  .desktop-nav a:hover { color: #fff; }
  .desktop-nav a.active { color: #d4af37; }

  .desktop-nav .desktop-nav-cta {
    color: #d4af37;
    border: 1px solid rgba(212,175,55,0.4);
    border-radius: 2px;
    padding: 0.5rem 1.2rem;
    margin-left: 0.6rem;
    transition: background 0.25s, color 0.25s, border-color 0.25s;
  }

  .desktop-nav .desktop-nav-cta:hover {
    background: #b8860b;
    border-color: #b8860b;
    color: #0a0a0a !important;
  }

  /* Scrolled */
  .top-bar.topbar-pages.scrolled {
    height: 64px !important;
    min-height: 64px !important;
  }
  .top-bar.topbar-pages.scrolled .logo-block .logo img { height: 40px !important; }
}

/* ---- FOOTER ---- */
footer {
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 0.85rem;
  letter-spacing: 0.02em;
}

footer .footer-social a {
  transition: transform 0.25s ease, color 0.25s ease;
}
