:root {
  --terracotta: #C1614A;
  --rose: #D4917A;
  --rose-clair: #E8C4B3;
  --beige: #E8DDD0;
  --beige-chaud: #D4C5B0;
  --brun: #6B4A3A;
  --brun-fonce: #3D2B20;
  --anthracite: #3A3535;
  --creme: #F7F0E8;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { background: var(--creme); color: var(--brun-fonce); font-family: 'Jost', sans-serif; font-weight: 300; overflow-x: hidden; }

.hero { min-height: 100vh; background: var(--brun-fonce); display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 60px 30px; position: relative; overflow: hidden; }
.hero::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 80% 60% at 50% 110%, rgba(193,97,74,0.25) 0%, transparent 70%), radial-gradient(ellipse 60% 40% at 20% 10%, rgba(212,145,122,0.1) 0%, transparent 60%); }
.hero-ornement {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 4px;
  color: var(--rose);
  text-transform: uppercase;
  margin-bottom: 28px;
  opacity: 0;
  animation: fadeUp 1s ease forwards 0.3s;
}

.hero-ornement a {
  color: inherit;
  text-decoration: none;
}
.hero-titre { font-family: 'Cormorant Garamond', serif; font-size: clamp(48px, 10vw, 88px); font-weight: 300; color: var(--creme); line-height: 1.05; margin-bottom: 12px; opacity: 0; animation: fadeUp 1s ease forwards 0.5s; }
.hero-titre em { font-style: italic; color: var(--rose); }
.hero-sous-titre { font-family: 'Cormorant Garamond', serif; font-size: clamp(18px, 4vw, 26px); font-weight: 300; font-style: italic; color: var(--beige-chaud); margin-bottom: 50px; max-width: 600px; line-height: 1.5; opacity: 0; animation: fadeUp 1s ease forwards 0.7s; }
.hero-divider { width: 1px; height: 60px; background: linear-gradient(to bottom, transparent, var(--rose), transparent); margin: 0 auto 50px; opacity: 0; animation: fadeUp 1s ease forwards 0.9s; }
.hero-accroche { font-size: 15px; font-weight: 300; color: var(--beige); max-width: 520px; line-height: 1.9; opacity: 0; animation: fadeUp 1s ease forwards 1.1s; }

.section { padding: 90px 30px; max-width: 760px; margin: 0 auto; }
.label { font-size: 11px; font-weight: 500; letter-spacing: 5px; text-transform: uppercase; color: var(--terracotta); margin-bottom: 20px; display: block; }
h2 { font-family: 'Cormorant Garamond', serif; font-size: clamp(32px, 6vw, 52px); font-weight: 300; line-height: 1.2; color: var(--brun-fonce); margin-bottom: 28px; }
h2 em { font-style: italic; color: var(--terracotta); }
p { font-size: 16px; line-height: 1.9; color: var(--anthracite); margin-bottom: 18px; }
.ornement { text-align: center; padding: 20px 0; color: var(--rose); font-size: 22px; letter-spacing: 12px; opacity: 0.6; }

.bande-sombre { background: var(--brun-fonce); padding: 80px 30px; text-align: center; }
.bande-sombre .citation { font-family: 'Cormorant Garamond', serif; font-size: clamp(24px, 5vw, 42px); font-weight: 300; font-style: italic; color: var(--creme); max-width: 700px; margin: 0 auto; line-height: 1.4; }
.bande-sombre .citation span { color: var(--rose); }

.pourqui-section { background: var(--beige); padding: 90px 30px; }
.pourqui-inner { max-width: 760px; margin: 0 auto; }
.pourqui-liste { margin-top: 40px; display: flex; flex-direction: column; gap: 16px; }
.pourqui-item { background: var(--creme); border-left: 3px solid var(--rose); padding: 22px 28px; font-size: 16px; line-height: 1.7; color: var(--anthracite); font-style: italic; }

.deroulement-section { background: linear-gradient(135deg, var(--brun) 0%, var(--brun-fonce) 100%); padding: 90px 30px; }
.deroulement-inner { max-width: 760px; margin: 0 auto; }
.deroulement-section .label { color: var(--rose-clair); }
.deroulement-section h2 { color: var(--creme); }
.deroulement-section h2 em { color: var(--rose); }
.deroulement-section p { color: var(--beige-chaud); }

.partie { margin-bottom: 48px; }
.partie-header { display: flex; gap: 24px; align-items: flex-start; margin-bottom: 20px; }
.partie-numero { font-family: 'Cormorant Garamond', serif; font-size: 72px; font-weight: 300; color: var(--rose-clair); line-height: 1; flex-shrink: 0; opacity: 0.5; }
.partie-titre { font-family: 'Cormorant Garamond', serif; font-size: 28px; font-weight: 400; color: var(--creme); margin-bottom: 4px; }
.partie-duree { font-size: 12px; letter-spacing: 3px; text-transform: uppercase; color: var(--rose); }
.partie-contenu { background: rgba(247,240,232,0.06); border: 1px solid rgba(212,145,122,0.2); padding: 28px 32px; }
.partie-contenu p { font-size: 15px; color: var(--beige-chaud); line-height: 1.8; margin-bottom: 12px; }
.partie-contenu p:last-child { margin-bottom: 0; }

.outils { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 16px; }
.outil { background: rgba(193,97,74,0.15); border: 1px solid rgba(193,97,74,0.3); padding: 8px 16px; font-size: 13px; color: var(--rose-clair); letter-spacing: 1px; }

.suite-section { padding: 90px 30px; max-width: 760px; margin: 0 auto; }
.suite-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 20px; margin-top: 40px; }
.suite-item { background: white; border: 1px solid rgba(193,97,74,0.15); padding: 28px 24px; text-align: center; transition: transform 0.3s ease; }
.suite-item:hover { transform: translateY(-4px); }
.suite-icon { font-size: 32px; margin-bottom: 16px; display: block; }
.suite-item h3 { font-family: 'Cormorant Garamond', serif; font-size: 20px; font-weight: 400; color: var(--brun-fonce); margin-bottom: 10px; }
.suite-item p { font-size: 14px; color: var(--anthracite); line-height: 1.7; margin: 0; }

.tarif-section { background: var(--brun-fonce); padding: 90px 30px; text-align: center; }
.tarif-inner { max-width: 600px; margin: 0 auto; }
.tarif-section .label { color: var(--rose-clair); }
.tarif-section h2 { color: var(--creme); margin-bottom: 16px; }
.tarif-section h2 em { color: var(--rose); }
.prix { font-family: 'Cormorant Garamond', serif; font-size: 88px; font-weight: 300; color: var(--creme); line-height: 1; margin: 40px 0 8px; }
.prix-detail { font-size: 14px; color: var(--beige-chaud); letter-spacing: 1px; margin-bottom: 32px; }
.facilites { background: rgba(247,240,232,0.06); border: 1px solid rgba(212,145,122,0.2); padding: 24px 32px; margin-bottom: 40px; font-size: 15px; color: var(--beige); line-height: 1.8; }
.facilites strong { color: var(--rose); font-weight: 400; }
.cta-btn { display: inline-block; background: var(--terracotta); color: var(--creme); text-decoration: none; font-size: 13px; font-weight: 500; letter-spacing: 3px; text-transform: uppercase; padding: 20px 48px; transition: background 0.3s ease, transform 0.2s ease; }
.cta-btn:hover { background: var(--brun); transform: translateY(-2px); }
.cta-note { font-size: 13px; color: var(--beige-chaud); margin-top: 20px; font-style: italic; }

footer { background: var(--brun-fonce); border-top: 1px solid rgba(212,145,122,0.15); padding: 40px 30px; text-align: center; }
.footer-nom { font-family: 'Cormorant Garamond', serif; font-size: 22px; font-weight: 300; font-style: italic; color: var(--rose); margin-bottom: 8px; }
footer p { font-size: 13px; color: var(--beige-chaud); margin: 0; }

@keyframes fadeUp { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: translateY(0); } }
.reveal { opacity: 0; transform: translateY(20px); transition: opacity 0.8s ease, transform 0.8s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 600px) {
  .partie-header { flex-direction: column; gap: 8px; }
  .partie-numero { font-size: 48px; }
  .prix { font-size: 64px; }
  .suite-grid { grid-template-columns: 1fr; }
}
