﻿:root {
  --navy: #14243D;
  --navy-light: #1B2F4C;
  --beige: #F6F2EA;
  --beige-soft: #FFFDF9;
  --gold: #C9A961;
  --gold-hover: #DEBE79;
  --gold-dark: #9A7B2E;
  --ink-70: rgba(20,36,61,0.7);
  --ink-border: rgba(20,36,61,0.12);
  --serif: 'Cormorant Garamond', Georgia, serif;
  --sans: Archivo, Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--beige);
  color: var(--navy);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
a { color: var(--navy); text-decoration: none; }
input, textarea { font-family: inherit; }
::placeholder { color: rgba(246,242,234,0.4); }

.al-reveal { opacity: 0; transform: translateY(18px); transition: opacity 700ms ease, transform 700ms cubic-bezier(0.22,0.61,0.36,1); will-change: opacity, transform; }
.al-reveal.al-in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .al-reveal { opacity: 1 !important; transform: none !important; transition: none !important; }
}

.wrap { max-width: 1240px; margin: 0 auto; padding: 0 clamp(18px,3vw,32px); }
.section { padding-top: clamp(56px,7vw,96px); padding-bottom: clamp(56px,7vw,96px); }
section[id] { scroll-margin-top: 92px; }
.section-soft { background: var(--beige-soft); }
.section-border { border-top: 1px solid var(--ink-border); border-bottom: 1px solid var(--ink-border); }
.section-border-top { border-top: 1px solid var(--ink-border); }

/* Buttons */
.btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 999px;
  font-size: 12.5px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  cursor: pointer;
  border: none;
}
.btn-gold { background: var(--gold); color: var(--navy); font-weight: 600; }
.btn-gold:hover { background: var(--gold-hover); color: var(--navy); }
.btn-outline-gold { border: 1px solid rgba(201,169,97,0.5); color: var(--beige); }
.btn-outline-gold:hover { border-color: var(--gold); color: var(--gold); }
#contact .btn-outline-gold,
#rendez-vous .btn-outline-gold { color: var(--gold); }

/* Header */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(246,242,234,0.94);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(20,36,61,0.1);
}
.header-row { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 14px clamp(18px,3vw,32px); }
.brand { display: flex; align-items: center; gap: 12px; }
.brand-logo { width: 44px; height: 44px; flex: none; display: block; }
.brand-text { display: flex; flex-direction: column; line-height: 1.1; }
.brand-name { font-family: var(--serif); font-size: 20px; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase; }
.brand-sub { font-size: 9.5px; letter-spacing: 0.24em; text-transform: uppercase; color: rgba(20,36,61,0.55); margin-top: 3px; }
.main-nav { display: flex; align-items: center; flex-wrap: wrap; gap: clamp(12px,1.8vw,26px); font-size: 12.5px; letter-spacing: 0.1em; text-transform: uppercase; }
.main-nav > a:not(.btn) { color: rgba(20,36,61,0.72); white-space: nowrap; }
.main-nav > a:not(.btn):hover { color: var(--gold-dark); }
.main-nav .btn { padding: 11px 22px; }

.burger {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: 46px; height: 46px;
  border: 1px solid rgba(20,36,61,0.2);
  border-radius: 10px;
  background: transparent;
  cursor: pointer;
  flex: none;
}
.burger:hover { border-color: var(--gold); }
.burger span { display: block; width: 20px; height: 1.5px; background: var(--navy); }
.mobile-nav {
  display: flex;
  flex-direction: column;
  background: var(--navy);
  border-top: 1px solid rgba(201,169,97,0.3);
  padding: 8px clamp(18px,3vw,32px) 22px;
}
.mobile-nav a {
  display: block;
  padding: 16px 2px;
  color: var(--beige);
  font-size: 13px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(201,169,97,0.16);
}
.mobile-nav a:hover { color: var(--gold); }
.mobile-nav-cta { margin-top: 20px; text-align: center; border-bottom: none !important; }

@media (max-width: 768px) {
  .main-nav { display: none; }
  .burger { display: flex; }
}
@media (min-width: 769px) {
  .mobile-nav { display: none !important; }
}

/* Dark panels (hero / parloir / rdv) */
.panel-dark {
  position: relative;
  overflow: hidden;
  color: var(--beige);
  background: linear-gradient(150deg, var(--navy) 0%, var(--navy-light) 100%);
}
.eyebrow-dark { display: flex; align-items: center; gap: 13px; margin-bottom: 22px; }
.eyebrow-line { width: 40px; height: 1px; background: var(--gold); display: block; }
.eyebrow-dark span:last-child { font-size: 11.5px; letter-spacing: 0.26em; text-transform: uppercase; color: var(--gold); }

/* Hero */
.hero-panel { border-radius: clamp(18px,2.4vw,30px); padding: clamp(38px,5.4vw,76px) clamp(24px,4.4vw,68px); }
.hero-glow { position: absolute; inset: 0; background-image: radial-gradient(circle at 78% 30%, rgba(201,169,97,0.16), transparent 58%); pointer-events: none; }
.hero-grid { position: relative; display: grid; grid-template-columns: repeat(auto-fit,minmax(300px,1fr)); gap: clamp(36px,4.5vw,64px); align-items: center; }
.hero-title { font-family: var(--serif); font-weight: 600; font-size: clamp(36px,5.6vw,62px); line-height: 1.04; margin: 0 0 12px; letter-spacing: -0.01em; }
.hero-tagline { font-family: var(--serif); font-size: clamp(23px,3vw,32px); font-style: italic; color: var(--gold); margin: 0 0 24px; }
.hero-desc { font-size: 16.5px; line-height: 1.7; color: rgba(246,242,234,0.74); max-width: 50ch; margin: 0 0 34px; }
.btn-row { display: flex; flex-wrap: wrap; gap: 14px; }
.hero-image { display: flex; justify-content: center; }
.hero-image img { width: 100%; max-width: 360px; height: auto; display: block; filter: drop-shadow(0 18px 44px rgba(0,0,0,0.4)); }

/* Section titles */
.eyebrow-label { font-size: 11.5px; letter-spacing: 0.26em; text-transform: uppercase; color: var(--gold-dark); }
.section-title { font-family: var(--serif); font-weight: 600; font-size: clamp(30px,4.2vw,46px); line-height: 1.1; margin: 16px 0 0; }
.title-rule { display: block; width: 56px; height: 2px; background: var(--gold); margin-top: 24px; }

/* A propos */
.apropos-grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(300px,1fr)); gap: clamp(34px,5vw,72px); }
.quote-block { margin-top: 36px; border-left: 2px solid var(--gold); padding: 6px 0 6px 24px; }
.quote-text { font-family: var(--serif); font-size: clamp(22px,2.6vw,28px); font-style: italic; line-height: 1.35; margin: 0; color: var(--navy); }
.quote-caption { font-size: 11.5px; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(20,36,61,0.5); margin: 14px 0 0; }
.apropos-text { display: flex; flex-direction: column; gap: 20px; font-size: 16.5px; line-height: 1.78; color: rgba(20,36,61,0.8); max-width: 62ch; }
.apropos-text p { margin: 0; }
.stat-grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(150px,1fr)); gap: 20px; margin-top: 12px; border-top: 1px solid rgba(20,36,61,0.14); padding-top: 26px; }
.stat-title { font-family: var(--serif); font-size: 17px; font-weight: 600; }
.stat-desc { font-size: 13px; line-height: 1.5; color: rgba(20,36,61,0.6); margin-top: 6px; }

/* Formations */
.section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; flex-wrap: wrap; margin-bottom: clamp(32px,4vw,52px); }
.section-head-desc { font-size: 16px; line-height: 1.72; color: rgba(20,36,61,0.65); max-width: 40ch; margin: 0; }
.card { background: #FFFFFF; border: 1px solid var(--ink-border); border-radius: clamp(14px,1.6vw,22px); padding: clamp(26px,3.4vw,46px); }
.card-courses { margin-bottom: 26px; }
.card-heading { display: flex; align-items: baseline; gap: 16px; flex-wrap: wrap; margin-bottom: 8px; }
.roman { font-family: var(--serif); font-size: 15px; color: var(--gold-dark); letter-spacing: 0.18em; }
.card-heading h3 { font-family: var(--serif); font-weight: 600; font-size: clamp(24px,2.8vw,32px); margin: 0; }
.card-lead { font-size: 15.5px; line-height: 1.7; color: rgba(20,36,61,0.65); margin: 0 0 28px; max-width: 62ch; }
.course-groups { display: grid; grid-template-columns: repeat(auto-fit,minmax(240px,1fr)); gap: clamp(22px,2.6vw,34px); }
.course-group { border-top: 2px solid var(--gold); padding-top: 18px; display: flex; flex-direction: column; gap: 11px; }
.course-group h4 { font-family: var(--serif); font-weight: 600; font-size: 19px; letter-spacing: 0.08em; text-transform: uppercase; margin: 0 0 5px; color: var(--navy); }
.course-item { display: flex; align-items: baseline; gap: 12px; }
.dot { width: 5px; height: 5px; border-radius: 999px; background: var(--gold); flex: none; transform: translateY(-3px); }
.course-item span:last-child { font-size: 15.5px; line-height: 1.5; color: rgba(20,36,61,0.82); }
.formations-grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(280px,1fr)); gap: 22px; }
.formation-card { background: #FFFFFF; border: 1px solid var(--ink-border); border-radius: clamp(14px,1.6vw,22px); padding: clamp(24px,2.6vw,34px); display: flex; flex-direction: column; gap: 12px; }
.formation-card:hover { border-color: rgba(201,169,97,0.7); }
.formation-card h3 { font-family: var(--serif); font-weight: 600; font-size: 24px; line-height: 1.2; margin: 0; }
.formation-card p { font-size: 15.5px; line-height: 1.7; color: rgba(20,36,61,0.68); margin: 0; }

/* Parloir */
.parloir-section { padding-top: clamp(20px,3vw,34px); padding-bottom: clamp(20px,3vw,34px); }
.parloir-panel { border-radius: clamp(18px,2.4vw,30px); padding: clamp(34px,4.8vw,70px) clamp(24px,4.4vw,64px); }
.parloir-glow { position: absolute; inset: 0; background-image: radial-gradient(circle at 12% 85%, rgba(201,169,97,0.18), transparent 55%); pointer-events: none; }
.parloir-grid { position: relative; display: grid; grid-template-columns: repeat(auto-fit,minmax(290px,1fr)); gap: clamp(32px,4.5vw,64px); align-items: center; }
.parloir-title { font-family: var(--serif); font-weight: 600; font-size: clamp(32px,4.6vw,52px); line-height: 1.05; margin: 0 0 8px; }
.parloir-tagline { font-family: var(--serif); font-style: italic; font-size: clamp(19px,2.2vw,24px); color: var(--gold); margin: 0 0 24px; }
.parloir-desc { font-size: 16.5px; line-height: 1.75; color: rgba(246,242,234,0.76); margin: 0 0 16px; max-width: 52ch; }
.parloir-desc-soft { color: rgba(246,242,234,0.6); margin-bottom: 32px; }
.parloir-stats { display: grid; gap: 1px; background: rgba(201,169,97,0.28); border: 1px solid rgba(201,169,97,0.28); }
.parloir-stat { background: var(--navy); padding: 26px 28px; }
.parloir-stat-label { font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); margin-bottom: 9px; }
.parloir-stat-value { font-family: var(--serif); font-size: 22px; line-height: 1.3; }

/* Services */
.services-intro { margin-bottom: clamp(28px,3.5vw,48px); max-width: 58ch; }
.services-intro h2 { margin: 16px 0 14px; }
.services-intro p { font-size: 16.5px; line-height: 1.75; color: rgba(20,36,61,0.68); margin: 0; }
.service-row {
  display: grid;
  grid-template-columns: minmax(52px,80px) repeat(auto-fit,minmax(250px,1fr));
  gap: clamp(16px,2.5vw,32px);
  align-items: start;
  padding: 32px 0;
  border-top: 1px solid rgba(20,36,61,0.16);
}
.service-row-end { border-top: 1px solid rgba(20,36,61,0.16); }
.service-num { font-family: var(--serif); font-size: 30px; color: var(--gold); }
.service-row h3 { font-family: var(--serif); font-weight: 600; font-size: 26px; line-height: 1.22; margin: 0; }
.service-row p { font-size: 16px; line-height: 1.76; color: rgba(20,36,61,0.7); margin: 0; }

/* Contact */
.contact-grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(320px,1fr)); gap: clamp(40px,5vw,76px); align-items: start; }
.contact-desc { font-size: 16.5px; line-height: 1.78; color: rgba(20,36,61,0.7); margin: 0 0 34px; max-width: 46ch; }
.rdv-panel { border-radius: clamp(14px,1.6vw,22px); padding: clamp(26px,3vw,36px); }
.rdv-title { font-family: var(--serif); font-size: 27px; margin: 0 0 10px; }
.rdv-desc { font-size: 15px; line-height: 1.7; color: rgba(246,242,234,0.66); margin: 0 0 24px; }
.rdv-contact { margin-top: 24px; padding-top: 20px; border-top: 1px solid rgba(201,169,97,0.24); display: flex; flex-direction: column; gap: 8px; font-size: 14.5px; color: rgba(246,242,234,0.72); }
.contact-form {
  background: var(--navy);
  color: var(--beige);
  border-radius: clamp(14px,1.6vw,22px);
  padding: clamp(26px,3.2vw,42px);
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.contact-form label { display: flex; flex-direction: column; gap: 9px; }
.contact-form label > span { font-size: 11.5px; letter-spacing: 0.16em; text-transform: uppercase; color: rgba(246,242,234,0.6); }
.contact-form input, .contact-form textarea {
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(201,169,97,0.4);
  color: var(--beige);
  font-size: 16px;
  padding: 11px 2px;
  outline: none;
}
.contact-form textarea { border: 1px solid rgba(201,169,97,0.4); border-radius: 8px; padding: 14px; resize: vertical; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--gold); }
.btn-submit { align-self: flex-start; border: 1px solid var(--gold); }
.form-success { font-size: 14.5px; color: var(--gold); margin: 0; }
.form-error { font-size: 14.5px; color: #E8A0A0; margin: 0; }
.btn-submit[disabled] { opacity: 0.6; cursor: wait; }

/* Footer */
.site-footer { background: var(--navy); color: var(--beige); padding: clamp(44px,6vw,64px) 0 32px; }
.footer-grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(230px,1fr)); gap: clamp(30px,4vw,56px); padding-bottom: 42px; }
.footer-brand { display: flex; align-items: center; gap: 14px; }
.footer-brand img { width: 62px; height: 62px; flex: none; display: block; }
.footer-brand-name { font-family: var(--serif); font-size: 21px; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; }
.footer-brand-tagline { font-family: var(--serif); font-style: italic; font-size: 16px; color: var(--gold); margin-top: 2px; }
.footer-brand-desc { font-size: 14.5px; line-height: 1.7; color: rgba(246,242,234,0.58); margin: 20px 0 0; max-width: 40ch; }
.footer-col-title { font-size: 11.5px; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(246,242,234,0.5); margin-bottom: 16px; }
.footer-links { display: flex; flex-direction: column; gap: 11px; font-size: 15px; }
.footer-links a { color: rgba(246,242,234,0.78); }
.footer-links a:hover { color: var(--gold); }
.footer-bottom {
  border-top: 1px solid rgba(201,169,97,0.2);
  padding-top: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: space-between;
  font-size: 13px;
  color: rgba(246,242,234,0.5);
}
