@charset "utf-8";

:root { --gold: #D4A574; --gold-light: #EDD4A8; --gold-dark: #A87048; --noir: #2A1008; --warm-dark: #3D1E10; --charcoal: #4E2812; --cream: #F3EAD8; --cream2: #EEE2CC; --grey: #C8A882; --border: rgba(212,165,116,0.28); }

* { margin: 0px; padding: 0px; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body { background: var(--warm-dark); color: var(--cream); font-family: Jost, sans-serif; font-weight: 300; font-size: 14px; line-height: 1.7; overflow-x: hidden; }

nav { position: fixed; top: 0px; left: 0px; right: 0px; z-index: 100; padding: 18px 48px; display: flex; align-items: center; justify-content: space-between; background: rgba(28, 24, 20, 0.95); border-bottom: 1px solid var(--border); backdrop-filter: blur(8px); }

.nav-logo { display: flex; align-items: center; gap: 12px; text-decoration: none; }

.nav-logo-icon { width: 32px; height: 32px; }

.nav-logo-text { font-family: "Playfair Display", serif; font-size: 15px; font-style: italic; color: var(--gold); letter-spacing: 0.02em; }

.nav-links { display: flex; gap: 32px; list-style: none; }

.nav-links a { font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--grey); text-decoration: none; transition: color 0.25s; font-family: Jost, sans-serif; font-weight: 300; }

.nav-links a:hover { color: var(--gold); }

.nav-cta { padding: 9px 22px; border: 1px solid var(--gold); text-transform: uppercase; text-decoration: none; color: var(--gold) !important; font-size: 10px !important; letter-spacing: 0.2em !important; transition: 0.25s !important; }

.nav-cta:hover { background: var(--gold); color: var(--warm-dark) !important; }

.hero { min-height: 100vh; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 120px 24px 80px; position: relative; overflow: hidden; }

.hero::before { content: ""; position: absolute; inset: 0px; background: radial-gradient(at 50% 30%, rgba(212, 165, 116, 0.08) 0%, transparent 60%), radial-gradient(at 20% 80%, rgba(212, 165, 116, 0.04) 0%, transparent 40%); pointer-events: none; }

.logo-wrapper { margin-bottom: 36px; animation: 1s ease 0s 1 normal both running fadeDown; }

.logo-svg { width: 100px; height: 100px; }

.hero-label { font-size: 10px; letter-spacing: 0.4em; color: var(--gold); text-transform: uppercase; margin-bottom: 20px; animation: 1s ease 0.1s 1 normal both running fadeDown; }

.hero-title { font-family: "Playfair Display", serif; font-size: clamp(52px, 9vw, 90px); font-weight: 400; font-style: normal; line-height: 1.05; color: var(--cream); margin-bottom: 16px; letter-spacing: -0.01em; animation: 1s ease 0.2s 1 normal both running fadeDown; }

.hero-title span { font-style: italic; color: var(--gold); }

.hero-subtitle { font-size: 13px; letter-spacing: 0.1em; color: var(--grey); margin-bottom: 48px; animation: 1s ease 0.3s 1 normal both running fadeDown; }

.ornement { display: flex; align-items: center; justify-content: center; gap: 16px; margin-bottom: 48px; animation: 1s ease 0.35s 1 normal both running fadeDown; }

.orn-line { width: 80px; height: 1px; background: linear-gradient(to right, transparent, var(--gold)); }

.orn-line.r { background: linear-gradient(to left, transparent, var(--gold)); }

.orn-diamond { width: 5px; height: 5px; background: var(--gold); transform: rotate(45deg); }

.hero-desc { max-width: 560px; font-family: "Playfair Display", serif; font-size: 18px; font-style: italic; font-weight: 400; color: var(--gold-light); line-height: 1.9; margin-bottom: 48px; letter-spacing: 0.01em; animation: 1s ease 0.4s 1 normal both running fadeUp; }

.hero-btns { display: flex; gap: 16px; flex-wrap: wrap; justify-content: center; animation: 1s ease 0.5s 1 normal both running fadeUp; }

.btn-primary { padding: 16px 40px; background: var(--gold); color: var(--warm-dark); font-size: 10px; letter-spacing: 0.25em; text-transform: uppercase; text-decoration: none; font-weight: 500; transition: 0.3s; }

.btn-primary:hover { background: var(--gold-light); }

.btn-secondary { padding: 16px 40px; border: 1px solid var(--border); color: var(--grey); font-size: 10px; letter-spacing: 0.25em; text-transform: uppercase; text-decoration: none; transition: 0.3s; }

.btn-secondary:hover { border-color: var(--gold); color: var(--gold); }

.scroll-hint { position: absolute; bottom: 32px; left: 50%; transform: translateX(-50%); display: flex; flex-direction: column; align-items: center; gap: 8px; color: var(--grey); font-size: 9px; letter-spacing: 0.2em; text-transform: uppercase; animation: 1s ease 0.8s 1 normal both running fadeUp; }

.scroll-line { width: 1px; height: 40px; background: linear-gradient(to bottom, var(--gold), transparent); animation: 2s ease 0s infinite normal none running scrollPulse; }

section { padding: 100px 24px; max-width: 1100px; margin: 0px auto; }

.section-label { font-size: 10px; letter-spacing: 0.35em; color: var(--gold); text-transform: uppercase; text-align: center; margin-bottom: 16px; }

.section-title { font-family: "Playfair Display", serif; font-size: clamp(30px, 4.5vw, 46px); font-weight: 400; font-style: italic; color: var(--cream); text-align: center; margin-bottom: 16px; line-height: 1.2; letter-spacing: -0.01em; }

.section-sep { display: flex; align-items: center; justify-content: center; gap: 16px; margin-bottom: 64px; }

.sep-line { width: 60px; height: 1px; background: var(--border); }

.sep-diamond { width: 4px; height: 4px; background: var(--gold); transform: rotate(45deg); }

.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }

@media (max-width: 768px) {
  .about-grid { grid-template-columns: 1fr; gap: 40px; }
  nav { padding: 16px 20px; }
  .nav-links { display: none; }
}

.about-visual { position: relative; }

.about-frame { width: 100%; aspect-ratio: 4 / 5; border: 1px solid var(--border); position: relative; overflow: hidden; background: var(--charcoal); display: flex; align-items: center; justify-content: center; }

.about-frame::before { content: ""; position: absolute; inset: 12px; border: 1px solid var(--border); pointer-events: none; z-index: 2; }

.about-frame-content { text-align: center; padding: 40px; }

.about-frame-content svg { width: 80px; height: 80px; margin-bottom: 24px; opacity: 0.6; }

.about-frame-content p { font-family: "Cormorant Garamond", serif; font-size: 13px; font-style: italic; color: var(--grey); letter-spacing: 0.05em; }

.about-photo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 25%; filter: grayscale(100%) contrast(1.02); display: block; }

.about-quote { position: absolute; bottom: -20px; right: -20px; z-index: 5; background: var(--warm-dark); border: 1px solid var(--border); padding: 20px 24px; max-width: 220px; }

.about-quote p { font-family: "Cormorant Garamond", serif; font-size: 14px; font-style: italic; color: var(--gold-light); line-height: 1.6; }

.about-text p { color: var(--grey); line-height: 1.9; margin-bottom: 20px; font-size: 13.5px; }

.about-text p strong { color: var(--cream); font-weight: 400; }

.about-signature { font-family: "Playfair Display", serif; font-size: 26px; font-style: italic; color: var(--gold); margin-top: 32px; }

.process-section { background: var(--charcoal); max-width: 100%; padding: 100px 24px; }

.process-inner { max-width: 800px; margin: 0px auto; }

.steps-list { display: flex; flex-direction: column; gap: 0px; }

.step-item { display: flex; gap: 32px; position: relative; padding-bottom: 40px; }

.step-item:last-child { padding-bottom: 0px; }

.step-item:not(:last-child)::before { content: ""; position: absolute; left: 23px; top: 52px; bottom: 0px; width: 1px; background: linear-gradient(rgba(212, 165, 116, 0.4), rgba(212, 165, 116, 0.05)); }

.step-circle { width: 48px; height: 48px; border: 1px solid var(--gold); border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; background: rgba(212, 165, 116, 0.06); font-family: "Cormorant Garamond", serif; font-size: 20px; color: var(--gold); }

.step-body { padding-top: 8px; flex: 1 1 0%; }

.step-name { font-family: "Playfair Display", serif; font-size: 21px; font-weight: 500; color: var(--cream); margin-bottom: 6px; letter-spacing: -0.01em; }

.step-detail { font-size: 12.5px; color: var(--grey); line-height: 1.8; }

.step-tag { display: inline-block; margin-top: 10px; padding: 4px 12px; border: 1px solid var(--border); font-size: 10px; letter-spacing: 0.15em; color: var(--gold); text-transform: uppercase; }

.tarifs-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; max-width: 700px; margin: 0px auto; }

@media (max-width: 600px) {
  .tarifs-grid { grid-template-columns: 1fr; }
}

.tarif-card { border: 1px solid var(--border); padding: 36px 32px; text-align: center; position: relative; transition: border-color 0.3s; }

.tarif-card:hover { border-color: var(--gold); }

.tarif-card.featured { border-color: var(--gold); background: rgba(212, 165, 116, 0.04); }

.tarif-badge { position: absolute; top: -12px; left: 50%; transform: translateX(-50%); background: var(--gold); color: var(--warm-dark); font-size: 9px; letter-spacing: 0.2em; text-transform: uppercase; padding: 4px 16px; font-weight: 500; white-space: nowrap; }

.tarif-step { font-size: 10px; letter-spacing: 0.2em; color: var(--gold); text-transform: uppercase; margin-bottom: 12px; }

.tarif-name { font-family: "Playfair Display", serif; font-size: 20px; color: var(--cream); margin-bottom: 20px; font-style: italic; }

.tarif-price { font-family: "Cormorant Garamond", serif; font-size: 48px; color: var(--gold); line-height: 1; margin-bottom: 4px; }

.tarif-price span { font-size: 18px; color: var(--grey); }

.tarif-note { font-size: 11px; color: var(--grey); font-style: italic; margin-top: 12px; line-height: 1.6; }

.tarif-includes { margin-top: 20px; text-align: left; font-size: 11.5px; color: var(--grey); line-height: 1.9; }

.tarif-includes li { list-style: none; padding-left: 16px; position: relative; }

.tarif-includes li::before { content: "✦"; position: absolute; left: 0px; color: var(--gold); font-size: 8px; top: 4px; }

.form-section { background: var(--charcoal); max-width: 100%; padding: 100px 24px; }

.form-inner { max-width: 640px; margin: 0px auto; }

.form-field { margin-bottom: 24px; }

.form-field label { display: block; font-size: 10px; letter-spacing: 0.2em; color: var(--gold-light); text-transform: uppercase; margin-bottom: 8px; }

.form-field input, .form-field select, .form-field textarea { width: 100%; background: rgba(255, 255, 255, 0.03); border: 1px solid var(--border); color: var(--cream); font-family: Montserrat, sans-serif; font-size: 13px; font-weight: 300; padding: 14px 16px; outline: none; transition: border-color 0.3s; appearance: none; border-radius: 0px; }

.form-field input:focus, .form-field select:focus, .form-field textarea:focus { border-color: var(--gold); }

.form-field select { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='7'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23C9A84C' stroke-width='1.5' stroke-linecap='round' fill='none'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 16px center; cursor: pointer; }

.form-field select option { background: rgb(28, 24, 20); }

.form-field textarea { min-height: 100px; resize: vertical; line-height: 1.6; }

.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }

@media (max-width: 540px) {
  .form-grid { grid-template-columns: 1fr; }
}

.form-submit { text-align: center; margin-top: 40px; }

.submit-btn { display: inline-flex; align-items: center; gap: 16px; padding: 18px 52px; background: transparent; border: 1px solid var(--gold); color: var(--gold); font-family: Montserrat, sans-serif; font-size: 10px; letter-spacing: 0.25em; text-transform: uppercase; cursor: pointer; transition: 0.35s; position: relative; overflow: hidden; }

.submit-btn::before { content: ""; position: absolute; inset: 0px; background: var(--gold); transform: scaleX(0); transform-origin: left center; transition: transform 0.35s; z-index: -1; }

.submit-btn:hover { color: var(--noir); }

.submit-btn:hover::before { transform: scaleX(1); }

.form-note { margin-top: 16px; font-size: 11px; color: var(--grey); font-style: italic; }

footer { border-top: 1px solid var(--border); padding: 48px 24px; text-align: center; }

.footer-logo { font-family: "Playfair Display", serif; font-size: 22px; font-style: italic; color: var(--gold); margin-bottom: 8px; }

.footer-sub { font-size: 10px; letter-spacing: 0.2em; color: var(--grey); text-transform: uppercase; margin-bottom: 24px; }

.footer-links { display: flex; justify-content: center; gap: 32px; margin-bottom: 24px; flex-wrap: wrap; }

.footer-links a { font-size: 10px; letter-spacing: 0.15em; text-transform: uppercase; color: var(--grey); text-decoration: none; transition: color 0.25s; }

.footer-links a:hover { color: var(--gold); }

.footer-copy { font-size: 11.5px; color: rgba(212, 180, 140, 0.85); letter-spacing: 0.1em; }

@keyframes fadeDown {
  0% { opacity: 0; transform: translateY(-16px); }
  100% { opacity: 1; transform: translateY(0px); }
}

@keyframes fadeUp {
  0% { opacity: 0; transform: translateY(20px); }
  100% { opacity: 1; transform: translateY(0px); }
}

@keyframes scrollPulse {
  0%, 100% { opacity: 0.4; }
  50% { opacity: 1; }
}

/* === FAQ === */
.faq-list { max-width: 760px; margin: 0 auto; display: flex; flex-direction: column; gap: 14px; }

.faq-item { border: 1px solid var(--border); background: rgba(212,165,116,0.03); transition: border-color 0.3s, background 0.3s; }

.faq-item:hover { border-color: var(--gold); }

.faq-item summary { list-style: none; cursor: pointer; padding: 22px 28px; display: flex; align-items: center; justify-content: space-between; gap: 20px; font-family: "Playfair Display", serif; font-size: 16px; font-style: italic; color: var(--cream); }

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

.faq-icon { flex-shrink: 0; width: 22px; height: 22px; border: 1px solid var(--gold); border-radius: 50%; position: relative; transition: transform 0.3s ease; }

.faq-icon::before, .faq-icon::after { content: ""; position: absolute; background: var(--gold); top: 50%; left: 50%; transform: translate(-50%, -50%); }

.faq-icon::before { width: 9px; height: 1px; }

.faq-icon::after { width: 1px; height: 9px; transition: opacity 0.25s ease; }

.faq-item[open] .faq-icon::after { opacity: 0; }

.faq-item[open] summary { color: var(--gold); }

.faq-answer { padding: 0 28px 24px; font-size: 12.5px; color: var(--grey); line-height: 1.85; }

.faq-cta { text-align: center; margin-top: 56px; }

.faq-cta p { font-family: "Cormorant Garamond", serif; font-size: 15px; font-style: italic; color: var(--gold-light); margin-bottom: 20px; }

/* === CGV === */
.cgv-section { background: var(--charcoal); max-width: 100%; padding: 100px 24px; }

.cgv-inner { max-width: 800px; margin: 0 auto; }

.cgv-intro { text-align: center; font-size: 12.5px; color: var(--grey); line-height: 1.9; max-width: 620px; margin: 0 auto 56px; font-style: italic; font-family: "Cormorant Garamond", serif; font-size: 15px; }

.cgv-list { display: flex; flex-direction: column; gap: 0; }

.cgv-article { border-bottom: 1px solid var(--border); padding: 28px 0; }

.cgv-article:first-child { border-top: 1px solid var(--border); }

.cgv-article-num { font-size: 10px; letter-spacing: 0.2em; color: var(--gold); text-transform: uppercase; margin-bottom: 8px; }

.cgv-article-title { font-family: "Playfair Display", serif; font-size: 18px; font-style: italic; color: var(--cream); margin-bottom: 12px; }

.cgv-article-body { font-size: 12.5px; color: var(--grey); line-height: 1.85; }

.cgv-article-body p { margin-bottom: 12px; }

.cgv-article-body p:last-child { margin-bottom: 0; }

.cgv-article-body ul { margin: 8px 0 12px 0; padding-left: 18px; }

.cgv-article-body li { margin-bottom: 6px; }

.cgv-highlight { border: 1px solid var(--gold); background: rgba(212,165,116,0.06); padding: 20px 24px; margin-top: 14px; }

.cgv-highlight p { color: var(--gold-light); font-style: italic; font-family: "Cormorant Garamond", serif; font-size: 14px; line-height: 1.7; margin: 0; }

.cgv-note { margin-top: 48px; text-align: center; font-size: 10.5px; color: rgba(200,168,130,0.55); line-height: 1.8; font-style: italic; max-width: 560px; margin-left: auto; margin-right: auto; }

.footer-legal { margin-top: 14px; }

.footer-legal a { font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--gold-light); text-decoration: underline; text-underline-offset: 3px; text-decoration-color: rgba(212,165,116,0.5); transition: color 0.25s; }

.footer-legal a:hover { color: var(--gold); text-decoration-color: var(--gold); }

/* === Ajouts : décalage d'ancrage sous la nav fixe === */
#apropos, #process, #tarifs, #candidature, #faq, #contact { scroll-margin-top: 90px; }

/* === Ajouts : états des boutons d'envoi === */
.submit-btn.sending { opacity: 0.6; cursor: wait; }

.submit-btn.sent { background: #5e9c6a !important; border-color: #5e9c6a !important; color: #fff !important; cursor: default; }

.submit-btn.sent::before { display: none; }

.form-error { display: none; margin-top: 16px; font-size: 11.5px; color: #e6957f; font-style: italic; }

/* === Ajouts : message de confirmation (partagé candidature + contact) === */
.confirm-msg { display: none; text-align: center; padding: 60px 20px; animation: 0.6s ease 0s 1 normal both running fadeUp; }

.confirm-msg .conf-icon { font-size: 40px; color: var(--gold); margin-bottom: 20px; }

.confirm-msg h3 { font-family: "Cormorant Garamond", serif; font-size: 28px; font-weight: 300; font-style: italic; color: var(--cream); margin-bottom: 12px; }

.confirm-msg p { font-size: 13px; color: var(--grey); line-height: 1.8; }

/* === Ajouts : page CGV dédiée === */
.cgv-page-top { padding-top: 120px; }

.page-back { max-width: 800px; margin: 0 auto; padding: 0 24px 8px; }

.page-back a { display: inline-flex; align-items: center; gap: 8px; font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--grey); text-decoration: none; transition: color 0.25s; }

.page-back a:hover { color: var(--gold); }
