/* ============================================================
   YOZENGA STUDIO — thème (inspiré des vraies photos du lieu :
   rideaux rose poudré, lanternes, bois, plantes, mobilier rotin)
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&family=Karla:wght@400;500;600&display=swap');

:root {
  --st-white: #fffdfb;
  --st-blush: #f3e2dd;       /* rose poudré clair */
  --st-blush-mid: #e3c3ba;   /* rose poudré */
  --st-blush-deep: #c99b8f;  /* rose poudré foncé, accent */
  --st-terracotta: #c17b5a;
  --st-terracotta-deep: #a35f42;
  --st-sage: #93a980;
  --st-sage-deep: #6f8560;
  --st-sage-pale: #e7ede1;
  --st-ink: #3d332e;
  --st-ink-soft: #6b5f57;

  --st-caps: 'Poppins', sans-serif;
  --st-body: 'Karla', sans-serif;
}

.studio-theme {
  font-family: var(--st-body);
  color: var(--st-ink);
  background: var(--st-white);
  line-height: 1.7;
}
.studio-theme h1, .studio-theme h2, .studio-theme h3, .studio-theme h4 {
  font-family: var(--st-caps);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  color: var(--st-ink);
}
.studio-theme a { color: inherit; }

/* Header */
.studio-theme .site-header {
  background: rgba(255, 253, 251, 0.92);
  border-bottom: 1px solid var(--st-blush);
}
.studio-theme .wordmark {
  font-family: var(--st-caps);
  font-size: 20px; font-weight: 700; letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--st-ink);
}
.studio-theme .wordmark .zen { font-weight: 400; color: var(--st-terracotta); letter-spacing: 3px; }
.studio-theme .universe-switch { background: var(--st-blush); }
.studio-theme .universe-switch a {
  font-family: var(--st-caps); font-size: 11px; font-weight: 600; letter-spacing: 1.5px; text-transform: uppercase;
  padding: 8px 16px; border-radius: 40px; color: var(--st-ink-soft);
  transition: background 0.25s ease, color 0.25s ease;
}
.studio-theme .universe-switch a.active { background: var(--st-ink); color: var(--st-white); }
.studio-theme .main-nav a { color: var(--st-ink-soft); font-family: var(--st-caps); font-weight: 500; letter-spacing: 0.5px; text-transform: uppercase; font-size: 12px; transition: color 0.2s ease; }
.studio-theme .main-nav a:hover { color: var(--st-terracotta); }

/* Buttons — interactifs */
.studio-theme .btn {
  display: inline-block; position: relative; overflow: hidden;
  font-family: var(--st-caps); font-size: 12px; font-weight: 600;
  letter-spacing: 1.5px; text-transform: uppercase;
  padding: 15px 30px; border-radius: 40px;
  border: 1.5px solid var(--st-ink);
  transition: color 0.35s ease, border-color 0.3s ease, transform 0.25s ease, box-shadow 0.3s ease;
  z-index: 1;
}
.studio-theme .btn::before {
  content: ''; position: absolute; inset: 0; z-index: -1;
  background: var(--st-terracotta);
  transform: scaleX(0); transform-origin: left;
  transition: transform 0.35s ease;
}
.studio-theme .btn:hover {
  color: var(--st-white); border-color: var(--st-terracotta);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(193, 123, 90, 0.25);
}
.studio-theme .btn:hover::before { transform: scaleX(1); }
.studio-theme .btn-fill { background: var(--st-ink); color: var(--st-white); border-color: var(--st-ink); }
.studio-theme .btn-fill::before { background: var(--st-terracotta); }
.studio-theme .btn-ghost { background: transparent; color: var(--st-ink); }
.studio-theme .btn-ghost.on-dark { border-color: var(--st-white); color: var(--st-white); }
.studio-theme .btn-sage { background: var(--st-sage); color: var(--st-white); border-color: var(--st-sage); }
.studio-theme .btn-sage::before { background: var(--st-sage-deep); }
.studio-theme .btn-block { display: block; text-align: center; }

/* Hero split (accueil) */
.studio-theme .panel-studio::before {
  background-color: var(--st-blush-deep);
  background-image: linear-gradient(180deg, rgba(61,51,46,0.05), rgba(61,51,46,0.72));
}
.studio-theme .panel-content { color: var(--st-white); }
.studio-theme .panel-title { font-family: var(--st-caps); text-transform: uppercase; font-size: clamp(28px,4vw,42px); line-height: 1.15; margin-bottom: 14px; font-weight: 600; }
.studio-theme .panel-title .accent { color: var(--st-blush); font-weight: 400; }
.studio-theme .panel-desc { font-family: var(--st-body); font-size: 15px; opacity: 0.95; margin-bottom: 22px; text-transform: none; letter-spacing: 0; }

/* Promo banner */
.promo-banner {
  background: var(--st-terracotta); color: var(--st-white);
  text-align: center; font-family: var(--st-caps); font-size: 12px;
  letter-spacing: 1.5px; text-transform: uppercase; font-weight: 600;
  padding: 10px 16px;
}
.promo-banner a { text-decoration: underline; text-underline-offset: 3px; }

/* Sections */
.studio-theme .section-blush { background: var(--st-blush); }
.studio-theme .section-sage { background: var(--st-sage-pale); }
.studio-theme .section-ink { background: var(--st-ink); color: var(--st-white); }
.studio-theme .section-ink h2, .studio-theme .section-ink h3 { color: var(--st-white); }
.studio-theme .eyebrow {
  font-family: var(--st-caps); font-size: 11px; font-weight: 600; letter-spacing: 3px; text-transform: uppercase;
  color: var(--st-terracotta); margin-bottom: 12px; display: block;
}
.studio-theme .section-ink .eyebrow { color: var(--st-blush-mid); }
.studio-theme h2.title { font-size: clamp(26px, 3.2vw, 38px); margin-bottom: 20px; }
.studio-theme h2.title .accent { color: var(--st-terracotta); }
.studio-theme .lede { font-family: var(--st-body); text-transform: none; letter-spacing: 0; font-weight: 400; font-size: 16.5px; color: var(--st-ink-soft); max-width: 620px; }
.studio-theme .section-ink .lede { color: var(--st-blush); }

.studio-theme .mantra {
  font-family: var(--st-caps); text-transform: uppercase; letter-spacing: 1px;
  font-size: clamp(18px, 2.1vw, 24px); text-align: center; color: var(--st-ink);
  max-width: 760px; margin: 0 auto; line-height: 1.6; font-weight: 500;
}

/* Cards pratiques — photo ronde façon L'Intuitive */
.practice-card {
  background: var(--st-white); border: 1px solid var(--st-blush);
  border-radius: 10px; padding: 30px 26px; text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.practice-card:hover { transform: translateY(-4px); box-shadow: 0 14px 30px rgba(193,123,90,0.14); }
.practice-photo {
  width: 96px; height: 96px; border-radius: 50%; margin: 0 auto 18px;
  background: var(--st-sage-pale); display: flex; align-items: center; justify-content: center;
  font-size: 30px; border: 3px solid var(--st-blush);
}
.practice-card h3 { font-size: 16px; margin-bottom: 10px; }
.practice-card p { font-family: var(--st-body); text-transform: none; letter-spacing: 0; font-size: 14px; color: var(--st-ink-soft); }

/* Planning */
.studio-theme .planning { width: 100%; border-collapse: collapse; margin-top: 20px; font-family: var(--st-body); }
.studio-theme .planning th { text-align: left; font-family: var(--st-caps); font-size: 10px; letter-spacing: 2px; text-transform: uppercase; color: var(--st-ink-soft); padding: 12px 16px; background: var(--st-blush); }
.studio-theme .planning td { padding: 16px; font-size: 14px; border-bottom: 1px solid var(--st-blush); }
.studio-theme .planning .jour { font-family: var(--st-caps); font-weight: 600; text-transform: uppercase; font-size: 13px; letter-spacing: 1px; white-space: nowrap; }

/* Tarifs */
.studio-theme .tarif-card { background: var(--st-white); border: 1px solid var(--st-blush); border-radius: 10px; padding: 26px 18px; text-align: center; transition: transform 0.25s ease, box-shadow 0.25s ease; }
.studio-theme .tarif-card:hover { transform: translateY(-3px); box-shadow: 0 10px 24px rgba(193,123,90,0.15); }
.studio-theme .tarif-card.highlight { border-color: var(--st-terracotta); background: var(--st-blush); }
.studio-theme .tarif-label { font-family: var(--st-caps); font-size: 11px; letter-spacing: 1.5px; text-transform: uppercase; color: var(--st-ink-soft); margin-bottom: 8px; }
.studio-theme .tarif-price { font-family: var(--st-caps); font-weight: 700; font-size: 26px; color: var(--st-ink); }
.studio-theme .tarif-price span { font-family: var(--st-body); font-weight: 400; font-size: 13px; color: var(--st-ink-soft); text-transform: none; }

/* Témoignages */
.testimonial-card {
  background: var(--st-white); border-left: 3px solid var(--st-sage);
  border-radius: 6px; padding: 26px 24px; font-family: var(--st-body);
}
.testimonial-card p { font-style: italic; color: var(--st-ink-soft); font-size: 15px; }
.testimonial-name { font-family: var(--st-caps); font-size: 11px; letter-spacing: 1.5px; text-transform: uppercase; color: var(--st-terracotta); }

/* FAQ accordion */
.faq-item { border-bottom: 1px solid var(--st-blush); }
.faq-question {
  width: 100%; text-align: left; background: none; border: none; cursor: pointer;
  display: flex; justify-content: space-between; align-items: center;
  padding: 20px 4px; font-family: var(--st-caps); font-weight: 600; font-size: 14px;
  letter-spacing: 0.5px; text-transform: none; color: var(--st-ink);
}
.faq-question .plus { font-size: 20px; color: var(--st-terracotta); transition: transform 0.3s ease; }
.faq-item.open .faq-question .plus { transform: rotate(45deg); }
.faq-answer {
  max-height: 0; overflow: hidden; transition: max-height 0.35s ease, padding 0.35s ease;
  font-family: var(--st-body); font-size: 14.5px; color: var(--st-ink-soft);
}
.faq-item.open .faq-answer { max-height: 300px; padding-bottom: 20px; }

/* Contact */
.studio-theme .contact-line { display: flex; gap: 12px; margin-bottom: 16px; font-size: 15px; font-family: var(--st-body); }
.studio-theme .contact-line strong { display: block; font-family: var(--st-caps); font-size: 10px; letter-spacing: 1.5px; text-transform: uppercase; color: var(--st-ink-soft); }
.studio-theme .map-frame { border: 1px solid var(--st-blush); }

/* Footer */
.studio-theme .site-footer { background: var(--st-ink); color: var(--st-blush); padding: 56px 0 30px; font-size: 13px; font-family: var(--st-body); }
.studio-theme .site-footer h4 { font-family: var(--st-caps); color: var(--st-white); font-size: 12px; letter-spacing: 1.5px; text-transform: uppercase; margin-bottom: 14px; }
.studio-theme .site-footer a { color: var(--st-blush); transition: color 0.2s ease; }
.studio-theme .site-footer a:hover { color: var(--st-white); }
.studio-theme .footer-bottom { border-top: 1px solid rgba(255,253,251,0.15); padding-top: 20px; color: var(--st-blush-mid); }

.pill-sage { display: inline-block; font-family: var(--st-caps); font-size: 11px; letter-spacing: 1px; text-transform: uppercase; padding: 5px 14px; border-radius: 20px; background: var(--st-sage-pale); color: var(--st-sage-deep); margin-right: 6px; }
