/* ==========================================================================
   Claire Rousvoal — Oracle — Charte graphique
   Vert foncé #063D3D | Crème #F5F1EA | Crème alt #EFEAE3 | Terracotta #C97B57
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;1,400&family=Lora:ital,wght@0,400;0,500;1,400&display=swap');

:root {
  --sauge: #4F7A78;
  --sauge-dark: #3E615F;
  --creme: #F5F1EA;
  --creme-alt: #EFEAE3;
  --vert-fonce: #063D3D;
  --terracotta: #C97B57;
  --terracotta-dark: #B36847;
  --texte: #2A2A28;
  --texte-clair: #F5F1EA;

  --font-titre: 'Cormorant Garamond', Georgia, serif;
  --font-corps: 'Lora', Georgia, serif;

  --max-width: 880px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--font-corps);
  color: var(--texte);
  background: var(--creme);
  line-height: 1.65;
  font-size: 17px;
}

img { max-width: 100%; display: block; }

a { color: inherit; }

h1, h2, h3 {
  font-family: var(--font-titre);
  font-weight: 500;
  line-height: 1.25;
  color: var(--vert-fonce);
  margin: 0 0 0.6em;
}

h1 { font-size: 3.2rem; }
h2 { font-size: 1.9rem; }
h3 { font-size: 1.3rem; }

p { margin: 0 0 1em; text-align: justify; }

.container {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 24px;
}

.section {
  padding: 72px 0;
}

.section--alt { background: var(--creme-alt); }
.section--sauge { background: var(--vert-fonce); color: var(--texte-clair); }
.section--sauge h1, .section--sauge h2, .section--sauge h3 { color: var(--texte-clair); }
.section--fonce { background: var(--vert-fonce); color: var(--texte-clair); }
.section--fonce h1, .section--fonce h2, .section--fonce h3 { color: var(--texte-clair); }

.center { text-align: center; }

/* ---------- Header / nav ---------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(245, 241, 234, 0.94);
  backdrop-filter: saturate(150%) blur(6px);
  border-bottom: 1px solid rgba(6, 61, 61, 0.08);
}

.site-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 14px;
  padding-bottom: 14px;
}

.logo {
  font-family: var(--font-titre);
  font-size: 1.3rem;
  font-weight: 600;
  color: var(--vert-fonce);
  text-decoration: none;
  letter-spacing: 0.02em;
}

.nav-links {
  display: flex;
  gap: 28px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-links a {
  text-decoration: none;
  font-size: 0.95rem;
  color: var(--vert-fonce);
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s ease;
}

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

.nav-toggle { display: none; }

/* ---------- Hero ---------- */
.hero {
  padding: 88px 0 56px;
}

.hero h1 {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.hero .subtitle {
  max-width: 640px;
  margin: 24px auto 0;
  font-size: 1.05rem;
  opacity: 0.94;
}

.hero .meta {
  margin-top: 10px;
  font-size: 0.95rem;
  opacity: 0.85;
}

.hero .subtitle, .hero .meta { text-align: center; }

.signature-name {
  text-align: center;
  font-family: var(--font-titre);
  font-size: 1.15rem;
  letter-spacing: 0.04em;
  color: var(--texte-clair);
  margin: 0 0 4px;
}

/* ---------- Ornament divider ---------- */
.ornament {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  max-width: 220px;
  margin: 0 auto 20px;
}

.ornament::before, .ornament::after {
  content: "";
  flex: 1;
  height: 1px;
  background: var(--terracotta);
  opacity: 0.7;
}

.ornament .dot {
  width: 6px;
  height: 6px;
  flex-shrink: 0;
  border-radius: 50%;
  background: var(--terracotta);
}

.hero .ornament::before, .hero .ornament::after { background: var(--creme); opacity: 0.55; }
.hero .ornament .dot { background: var(--terracotta); }

/* ---------- Hero split (photo on the side) ---------- */
.hero--split { padding: 64px 0; }

.hero-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  align-items: center;
  gap: 52px;
}

.hero-text { text-align: left; }

.signature-block { display: inline-block; }

.hero-text .signature-name {
  text-align: left;
  font-size: 1.5rem;
  margin: 0 0 12px;
  white-space: nowrap;
}

.hero-text .ornament {
  margin: 0 0 24px;
  justify-content: flex-start;
  max-width: none;
  width: 100%;
}

.hero-text h1 {
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  font-size: 2.9rem;
}

.hero-text .subtitle {
  max-width: none;
  margin: 20px 0 0;
  text-align: left;
}

.hero-text .meta { text-align: left; }

.hero-text .btn-row { justify-content: flex-start; }

.hero-photo-wrap { display: flex; justify-content: center; }

.hero-photo-large {
  width: 100%;
  max-width: 340px;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: 14px;
  box-shadow: 0 20px 44px rgba(6, 61, 61, 0.28);
  display: block;
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-block;
  padding: 15px 38px;
  background: var(--terracotta);
  color: var(--creme) !important;
  text-decoration: none;
  border-radius: 4px;
  font-family: var(--font-corps);
  font-size: 1.05rem;
  font-weight: 500;
  border: none;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.15s ease;
}

.btn:hover { background: var(--terracotta-dark); transform: translateY(-1px); }

.btn--outline {
  background: transparent;
  border: 1px solid var(--creme);
  color: var(--creme) !important;
}

.btn--outline:hover { background: rgba(245, 241, 234, 0.12); }

.btn-row {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 32px;
}

.btn-row--sm { margin-top: 18px; }

/* ---------- Social proof bar ---------- */
.proof-bar {
  padding: 22px 0;
  font-size: 0.95rem;
  opacity: 0.9;
}

.stars { color: #F0C060; letter-spacing: 2px; }

/* ---------- Image break ---------- */
.image-break { padding: 0 0 72px; }

.image-break-photo {
  width: 100%;
  max-width: 460px;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 14px;
  display: block;
  margin: 0 auto;
  box-shadow: 0 16px 36px rgba(6, 61, 61, 0.18);
}

/* ---------- Cards / offers ---------- */
.offers {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  margin-top: 40px;
}

.offer-card {
  background: var(--creme);
  border: 1px solid rgba(6, 61, 61, 0.12);
  border-radius: 10px;
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
}

.offer-card--highlight {
  border-color: var(--terracotta);
  box-shadow: 0 8px 24px rgba(201, 123, 87, 0.14);
}

.offer-card .price {
  font-family: var(--font-titre);
  font-size: 2.1rem;
  color: var(--terracotta);
  margin: 6px 0 14px;
}

.offer-card .price small {
  font-size: 1rem;
  color: var(--texte);
  font-family: var(--font-corps);
}

.offer-card ul {
  padding-left: 20px;
  margin: 0 0 22px;
  flex-grow: 1;
}

.offer-card li { margin-bottom: 10px; }

.offer-card .btn { text-align: center; margin-top: auto; }

.offer-card p { text-align: left; }

.badge {
  display: inline-block;
  background: var(--terracotta);
  color: var(--creme);
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 4px 10px;
  border-radius: 20px;
  margin-bottom: 12px;
}

/* ---------- Steps ---------- */
.steps {
  counter-reset: step;
  list-style: none;
  padding: 0;
  margin: 40px 0 0;
  display: grid;
  gap: 22px;
}

.steps li {
  position: relative;
  padding-left: 52px;
}

.steps li::before {
  counter-increment: step;
  content: counter(step);
  position: absolute;
  left: 0;
  top: -2px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--vert-fonce);
  color: var(--creme);
  font-family: var(--font-titre);
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ---------- Testimonials ---------- */
.testimonials {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 36px;
}

.testimonial {
  background: var(--creme);
  border-radius: 10px;
  padding: 24px;
  border: 1px solid rgba(6, 61, 61, 0.1);
}

.testimonial p { font-style: italic; margin-bottom: 10px; text-align: left; }

.testimonial .author {
  font-family: var(--font-titre);
  font-weight: 600;
  font-style: normal;
  color: var(--vert-fonce);
}

/* ---------- FAQ ---------- */
.faq-item {
  border-bottom: 1px solid rgba(6, 61, 61, 0.15);
  padding: 20px 0;
}

.faq-item h3 { margin-bottom: 10px; }
.faq-item p { margin: 0; }

/* ---------- Fit / not-fit ---------- */
.fit-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 32px;
}

.fit-box {
  padding: 26px;
  border-radius: 10px;
}

.fit-box--yes { background: rgba(201, 123, 87, 0.12); }
.fit-box--no { background: rgba(6, 61, 61, 0.06); }

.fit-box ul { padding-left: 20px; margin: 0; }
.fit-box li { margin-bottom: 8px; }
.fit-box p { text-align: left; }

/* ---------- Cross-sell strip ---------- */
.cross-sell {
  background: var(--creme-alt);
  border-radius: 10px;
  padding: 28px 30px;
  margin-top: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.cross-sell p { margin: 0; max-width: 520px; }

/* ---------- Footer ---------- */
.site-footer {
  background: var(--vert-fonce);
  color: var(--creme);
  padding: 44px 0 30px;
  font-size: 0.92rem;
}

.site-footer a {
  color: var(--creme);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.footer-links {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  margin-bottom: 18px;
}

/* ---------- École du Subtil footer line ---------- */
.footer-subtil-line {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  padding-bottom: 22px;
  margin-bottom: 22px;
  border-bottom: 1px solid rgba(245, 241, 234, 0.18);
  font-size: 0.92rem;
  text-align: center;
}

.footer-subtil-line span { opacity: 0.8; }

.footer-subtil-line a {
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.footer-meta { opacity: 0.65; font-size: 0.82rem; }

/* ---------- CGV page ---------- */
.cgv h1 { text-align: left; }
.cgv article { margin-bottom: 28px; }
.cgv article h3 {
  color: var(--vert-fonce);
  font-weight: 600;
}
.cgv article p { text-align: justify; }
.cgv .intro { text-align: justify; margin-bottom: 40px; }

/* ---------- Responsive ---------- */
@media (max-width: 760px) {
  h1 { font-size: 2rem; }
  h2 { font-size: 1.5rem; }
  .section { padding: 52px 0; }
  .offers, .testimonials, .fit-grid { grid-template-columns: 1fr; }
  .offer-card .price { font-size: 1.8rem; }
  .nav-links { display: none; }
  .hero { padding: 56px 0 40px; }
  .cross-sell { flex-direction: column; align-items: flex-start; }
  .hero-grid { grid-template-columns: 1fr; text-align: center; }
  .hero-text { text-align: center; }
  .hero-text .signature-name, .hero-text .subtitle, .hero-text .meta { text-align: center; }
  .hero-text .ornament { justify-content: center; }
  .hero-text .btn-row { justify-content: center; }
  .hero-text h1 { font-size: 2.1rem; }
  .hero-photo-wrap { order: -1; }
  .hero-photo-large { max-width: 220px; }
  .image-break-photo { max-width: 320px; }
}
