/* ================================================================
   Fanny Clauss — Entreprise page styles
   ================================================================ */

/* ── Page hero intro ── */
.page-hero {
  padding: 52px 48px 36px; max-width: 1320px; margin: 0 auto; text-align: center;
}
.page-hero .num {
  font-size: 12px; font-weight: 700; letter-spacing: 0.4em; color: var(--fc-gold);
  text-transform: uppercase; margin-bottom: 22px;
}
.page-hero h1 {
  font-family: 'Cormorant Garamond'; font-style: italic; font-weight: 300;
  font-size: 86px; line-height: 1; color: var(--fc-black);
  margin-bottom: 14px; letter-spacing: -0.02em;
}
.page-hero h1 .script {
  font-family: 'Dancing Script', cursive; font-style: normal;
  color: var(--fc-gold); font-size: 96px; display: block;
}
.page-hero p {
  font-family: 'Cormorant Garamond'; font-style: italic;
  font-size: 18px; color: var(--fc-warm-gray); max-width: 600px; margin: 0 auto;
}

/* ── Clients strip ── */
.clients-strip {
  max-width: 1320px; margin: 56px auto 40px; padding: 32px 48px;
  border-top: 0.5px solid var(--fc-taupe); border-bottom: 0.5px solid var(--fc-taupe);
  display: flex; justify-content: space-between; align-items: center;
  gap: 40px; flex-wrap: wrap; background: var(--fc-cream);
}
.clients-strip .label {
  font-size: 11px; font-weight: 700; letter-spacing: 0.32em;
  text-transform: uppercase; color: var(--fc-warm-gray);
}
.clients-strip .client {
  font-family: 'Cormorant Garamond'; font-style: italic;
  font-size: 21px; color: var(--fc-dark-gray); opacity: 0.6;
  letter-spacing: 0.05em; transition: opacity .3s;
}
.clients-strip .client:hover { opacity: 1; color: var(--fc-gold); }
.clients-strip .client.script {
  font-family: 'Dancing Script', cursive; font-style: normal; font-size: 25px;
}

/* ── Subpage alternating direction ── */
.subpage:nth-child(odd)       { direction: rtl; }
.subpage:nth-child(odd) > *   { direction: ltr; }

/* ── Stack — left anchored (entreprise) ── */
.stack__a { top: 0; left: 0; box-shadow: 8px 12px 36px rgba(28,28,28,0.14); }
.stack__b { bottom: 0; right: 0; }
.stack__num { right: 0; }
.portrait-img { object-position: center top; }
.portrait-stack .stack__b .portrait-img,
.portrait-gallery .portrait-img { object-position: center 18%; }

/* ── Process section ── */
.process { background: var(--fc-taupe); padding: 48px 48px; }
.process-inner { max-width: 1320px; margin: 0 auto; }
.process-head { text-align: center; margin-bottom: 48px; }
.process-head h2 {
  font-family: 'Cormorant Garamond'; font-style: italic; font-weight: 300;
  font-size: 56px; color: var(--fc-black);
}
.process-head h2 .script {
  font-family: 'Dancing Script', cursive; font-style: normal;
  color: var(--fc-gold); font-size: 64px;
}
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px; }
.step__num {
  font-family: 'Cormorant Garamond'; font-style: italic; font-weight: 300;
  font-size: 56px; color: var(--fc-gold); line-height: 1; margin-bottom: 12px;
}
.step h3 {
  font-family: 'Cormorant Garamond'; font-style: italic; font-weight: 400;
  font-size: 22px; color: var(--fc-black); margin-bottom: 12px;
  padding-bottom: 16px; border-bottom: 0.5px solid rgba(184,150,90,0.4);
}
.step p { font-size: 13px; line-height: 1.8; color: var(--fc-dark-gray); }

/* ── Responsive ── */
@media (max-width: 900px) {
  .page-hero { padding: 40px 22px 28px; }
  .page-hero h1 { font-size: 52px; }
  .page-hero h1 .script { font-size: 60px; }
  .page-hero p { font-size: 16px; }

  .clients-strip { padding: 24px 22px; gap: 20px; }
  .clients-strip .client { font-size: 17px; }
  .clients-strip .client.script { font-size: 20px; }

  .subpage:nth-child(odd) { direction: ltr; }

  .process { padding: 36px 22px; }
  .process-grid { grid-template-columns: 1fr 1fr; gap: 24px; }
  .process-head h2 { font-size: 40px; }
  .process-head h2 .script { font-size: 48px; }
}

@media (max-width: 640px) {
  .page-hero h1 { font-size: 38px; }
  .page-hero h1 .script { font-size: 46px; }
  .process-grid { grid-template-columns: 1fr; }
  .process-head h2 { font-size: 32px; }
  .process-head h2 .script { font-size: 38px; }
}

@media (max-width: 480px) {
  .page-hero h1 { font-size: 30px; }
  .page-hero h1 .script { font-size: 36px; }
  .clients-strip .client { font-size: 14px; }
  .clients-strip .label { width: 100%; }
  .stack__b { display: none; }
  .step__num { font-size: 42px; }
  .step h3 { font-size: 18px; }
  .tarif__price b { font-size: 24px; }
}
