/* Alice — SIL Open Font License 1.1 — github.com/cyrealtype/Alice */
@font-face {
  font-family: 'Alice';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('fonts/Alice-Regular.ttf') format('truetype');
}

:root {
  --peach: #e6b9a0;          /* fond des slides */
  --peach-light: #efcdb6;
  --peach-dark: #c47b6e;
  --burgundy: #6b2f3a;        /* titres */
  --burgundy-deep: #5a1f29;
  --rose-pink: #c87b7b;
  --magenta-soft: #b87a7a;
  --ink: #2a1f1f;             /* corps de texte */
  --ink-soft: #3d2a25;
  --bg-night: #1a1224;
  --bg-deep: #14101c;
  --cream: #f8ede4;
  --copper-light: #d9a37a;
  --rose-soft: #f4d9d2;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }

body {
  font-family: 'Alice', Georgia, 'Times New Roman', serif;
  background: linear-gradient(180deg, var(--peach-light) 0%, var(--peach) 100%);
  color: var(--ink);
  line-height: 1.55;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
main.page-content { flex: 1; }

a { color: var(--burgundy); text-decoration: none; }

/* ---------- NAV ---------- */
.nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 50;
  background: rgba(26, 18, 36, 0.88);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(216, 163, 122, 0.25);
}
.nav-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0.4rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  font-family: 'Alice', Georgia, 'Times New Roman', serif;
  font-size: 1.1rem;
  color: var(--cream);
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.nav-brand img {
  width: 64px;
  height: 64px;
  object-fit: contain;
  flex-shrink: 0;
}
.nav-brand span { color: var(--copper-light); font-style: italic; text-transform: none; font-family: 'Alice', Georgia, 'Times New Roman', serif; letter-spacing: 0.05em; }
.nav-links { display: flex; gap: 2rem; list-style: none; }
.nav-links a {
  color: var(--cream);
  font-family: system-ui, -apple-system, 'Segoe UI', sans-serif;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  transition: color 0.2s;
}
.nav-links a:hover { color: var(--copper-light); }
.nav-links a.active { color: var(--copper-light); border-bottom: 1px solid var(--copper-light); padding-bottom: 2px; }
.nav-toggle {
  display: none;
  background: none; border: none;
  color: var(--cream); font-size: 1.5rem; cursor: pointer;
}

/* ---------- HERO ---------- */
.hero {
  min-height: 100vh;
  background: #1a1224 url('photos/CHLOE-070226-55-.jpeg') center/cover no-repeat;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  text-align: center;
  padding: 6rem 1.5rem 4rem;
  position: relative;
  overflow: hidden;
}
.hero::before {
  content: "";
  position: absolute; inset: 0;
  background:
    linear-gradient(180deg,
      rgba(26, 18, 36, 0.55) 0%,
      rgba(26, 18, 36, 0.40) 40%,
      rgba(26, 18, 36, 0.65) 100%);
  pointer-events: none;
}
.hero > * { position: relative; z-index: 1; }
.hero-logo {
  width: min(380px, 70vw);
  height: auto;
  filter: drop-shadow(0 0 40px rgba(184, 122, 79, 0.4));
  animation: float 6s ease-in-out infinite;
}
@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-12px); }
}
.hero h1 {
  font-family: 'Alice', Georgia, 'Times New Roman', serif;
  font-size: clamp(2.2rem, 5vw, 3.8rem);
  color: var(--cream);
  margin-top: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.hero h1 em {
  color: var(--copper-light);
  font-family: 'Alice', Georgia, 'Times New Roman', serif;
  font-style: italic;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-transform: none;
}

/* --- Lien "Chloé" avec étoiles scintillantes --- */
.chloe-link {
  position: relative;
  color: inherit;
  text-decoration: none;
  display: inline-block;
  padding: 0 0.6em;
  text-shadow: 0 0 18px rgba(217, 163, 122, 0.6);
}
.chloe-link .star {
  position: absolute;
  color: #f0c74b; /* or gold */
  font-size: 0.5em;
  opacity: 0;
  pointer-events: none;
  animation: twinkle 3.4s ease-in-out infinite;
  filter: drop-shadow(0 0 5px rgba(240, 199, 75, 0.8));
}
.chloe-link .s1 { top: -0.2em; left: 0;         animation-delay: 0s;    font-size: 0.55em; }
.chloe-link .s2 { top:  0.2em; right: 0.05em;   animation-delay: 1.1s;  font-size: 0.4em; }
.chloe-link .s3 { bottom: -0.1em; left: 0.4em;  animation-delay: 2.2s;  font-size: 0.5em; }
.chloe-link .s4 { top:  0.55em; left: -0.15em;  animation-delay: 1.7s;  font-size: 0.35em; }
.chloe-link .s5 { top: -0.15em; right: -0.1em;  animation-delay: 2.7s;  font-size: 0.45em; }

@keyframes twinkle {
  0%, 100%   { opacity: 0; transform: scale(0.3) rotate(0deg); }
  40%, 60%   { opacity: 1; transform: scale(1)   rotate(180deg); }
}
.hero-tagline {
  font-family: 'Alice', Georgia, 'Times New Roman', serif;
  color: var(--rose-soft);
  font-size: clamp(1.1rem, 1.8vw, 1.4rem);
  margin-top: 1.2rem;
  max-width: 600px;
  letter-spacing: 0.04em;
  font-style: italic;
}
.hero-divider {
  width: 80px; height: 1px;
  background: var(--copper-light);
  margin: 2rem 0;
}
.hero-cta {
  display: inline-block;
  margin-top: 1.5rem;
  padding: 0.9rem 2.2rem;
  border: 1px solid var(--copper-light);
  color: var(--cream);
  font-family: system-ui, -apple-system, 'Segoe UI', sans-serif;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  transition: all 0.3s;
}
.hero-cta:hover {
  background: var(--copper-light);
  color: var(--bg-night);
}

/* ---------- SECTION BLOCKS ---------- */
.section-block {
  padding: 6rem 1.5rem;
}
.section-block.bg-cream { background: var(--cream); }
.section-block.bg-peach-soft { background: linear-gradient(180deg, var(--cream) 0%, #f3e2d5 100%); }
.section-block.bg-rose { background: linear-gradient(180deg, #f3e2d5 0%, #e9c8b8 100%); }
.section-block.bg-pink { background: linear-gradient(180deg, #e9c8b8 0%, #efcdb6 100%); }

.section-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section-title {
  font-family: 'Alice', Georgia, 'Times New Roman', serif;
  font-size: clamp(2rem, 4vw, 3rem);
  color: var(--burgundy);
  text-align: center;
  letter-spacing: 0.02em;
  margin-bottom: 0.4rem;
}
.section-subtitle {
  font-family: 'Alice', Georgia, 'Times New Roman', serif;
  font-style: italic;
  color: var(--ink-soft);
  opacity: 0.75;
  text-align: center;
  letter-spacing: 0.04em;
  font-size: 1.05rem;
  margin-bottom: 2rem;
}
.ornament {
  display: block;
  width: 140px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--peach-dark), transparent);
  margin: 0 auto 3rem;
  position: relative;
}
.ornament::before {
  content: "✦";
  position: absolute;
  top: -0.7rem;
  left: 50%;
  transform: translateX(-50%);
  color: var(--peach-dark);
  padding: 0 0.6rem;
  font-size: 0.95rem;
}
.section-block.bg-cream .ornament::before { background: var(--cream); }
.section-block.bg-peach-soft .ornament::before { background: #f3e2d5; }
.section-block.bg-rose .ornament::before { background: #ecd0c0; }
.section-block.bg-pink .ornament::before { background: #ecccba; }

/* ---------- SLIDES (centrées dans leur section) ---------- */
.slide-container {
  width: 100%;
  display: flex;
  justify-content: center;
}
.slide {
  width: 100%;
  max-width: 720px;
  aspect-ratio: 4 / 5;
  background: var(--peach);
  border-radius: 8px;
  box-shadow:
    0 30px 70px rgba(107, 47, 58, 0.22),
    0 8px 20px rgba(107, 47, 58, 0.12);
  position: relative;
  overflow: hidden;
  color: var(--ink);
  font-family: 'Alice', Georgia, 'Times New Roman', serif;
}

/* ===== SLIDE 1 — PRÉSENTATION ===== */
.slide-presentation {
  aspect-ratio: auto;
  max-width: 1200px;
  padding: 0;
  display: flex;
  flex-direction: column;
  background: #f2d9c5;
}
.pres-body {
  display: grid;
  grid-template-columns: 32% 68%;
  gap: 2rem;
  padding: 2.5rem 2.2rem;
  align-items: start;
}
.pres-photo {
  width: 100%;
  aspect-ratio: 853 / 1280;
  background: url('photos/CHLOE-070226-52-.jpeg') center/cover no-repeat;
  border-radius: 4px;
  position: sticky;
  top: 6rem;
}
.pres-photo.photo-parcours {
  background-image: url('photos/CHLOE-070226-7-.jpeg');
}
.slide-presentation.no-photo .pres-body {
  grid-template-columns: 1fr;
  padding: 3rem 2.5rem;
}
.slide-presentation.no-photo .pres-text {
  max-width: 900px;
  margin: 0 auto;
}
.slide-presentation.no-photo .services-list.services-inline {
  margin: 0 auto;
}
.pres-text {
  font-size: 1.02rem;
  line-height: 1.65;
  text-align: left;
  color: var(--ink);
}
.pres-text p + p { margin-top: 1rem; }
.pres-text strong { font-weight: 700; }
.pres-text .quote {
  font-family: 'Alice', Georgia, 'Times New Roman', serif;
  font-style: italic;
  color: var(--burgundy);
  text-align: center;
  font-size: 1.4rem;
  padding: 0.6rem 1rem;
  margin: 0.6rem 0 !important;
}
.pres-text .accent {
  color: var(--burgundy-deep);
  font-weight: 700;
  font-size: 1.1rem;
  text-align: center;
  padding: 0.4rem 0.5rem;
}
.pres-text .disclaimer {
  font-size: 0.92rem;
  font-style: italic;
  color: var(--ink-soft);
  opacity: 0.85;
  border-left: 3px solid var(--peach-dark);
  padding: 1rem 1.2rem;
  border-radius: 0 6px 6px 0;
  margin: 1.2rem 0 !important;
}
.pres-text .disclaimer strong { color: var(--burgundy); font-style: normal; }
.pres-text p.indent { text-indent: 2em; }

/* ===== SLIDE 5 — FORMATS (3 cards) ===== */
.services-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1rem;
  width: 100%;
  max-width: 1100px;
}
.service-card {
  background: #fff;
  padding: 1.5rem 1rem;
  border-radius: 12px;
  border: 1px solid rgba(184, 122, 79, 0.18);
  box-shadow: 0 8px 30px rgba(107, 47, 58, 0.06);
  text-align: center;
  transition: transform 0.3s, box-shadow 0.3s;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(107, 47, 58, 0.14);
}
.service-deco {
  width: 120px;
  height: 120px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 0.8rem;
  border-radius: 6px;
}
.service-deco.deco-tirages       { background-image: url('icons/icone-tirages.png'); }
.service-deco.deco-sophro        { background-image: url('icons/icone-sophro.png'); }
.service-deco.deco-introspection { background-image: url('icons/icone-introspection.png'); }
.service-card h3 {
  font-family: 'Alice', Georgia, 'Times New Roman', serif;
  color: var(--burgundy);
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
.service-card p {
  color: var(--ink);
  font-size: 0.95rem;
  line-height: 1.5;
}

/* ---------- CONTACT (mêmes cards que les accompagnements) ---------- */
.contact-methods {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 2rem;
  width: 100%;
  max-width: 800px;
}
.contact-method {
  background: #fff;
  padding: 2.5rem 2rem;
  border-radius: 12px;
  border: 1px solid rgba(184, 122, 79, 0.18);
  box-shadow: 0 8px 30px rgba(107, 47, 58, 0.06);
  text-align: center;
  color: var(--ink);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.6rem;
  transition: transform 0.3s, box-shadow 0.3s;
}
.contact-method:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(107, 47, 58, 0.14);
}
.contact-method-icon {
  font-size: 2rem;
  color: var(--peach-dark);
  line-height: 1;
}
.contact-method h3 {
  font-family: 'Alice', Georgia, 'Times New Roman', serif;
  color: var(--burgundy);
  font-size: 1.4rem;
}
.contact-method p {
  font-size: 0.95rem;
  color: var(--ink-soft);
}

/* ---------- FOOTER ---------- */
footer {
  background: var(--bg-deep);
  color: var(--rose-soft);
  text-align: center;
  padding: 2rem 1.5rem;
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  font-family: system-ui, -apple-system, 'Segoe UI', sans-serif;
}
footer a { color: var(--copper-light); }

/* ---------- REVEAL ---------- */
.reveal { opacity: 0; transform: translateY(30px); transition: opacity 0.8s ease, transform 0.8s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

/* ---------- RESPONSIVE ---------- */
@media (max-width: 720px) {
  .nav-toggle { display: block; }
  .nav-links {
    display: none;
    position: absolute;
    top: 100%; left: 0; right: 0;
    flex-direction: column;
    background: rgba(26, 18, 36, 0.97);
    padding: 1.5rem;
    gap: 1.2rem;
    border-bottom: 1px solid rgba(216, 163, 122, 0.2);
  }
  .nav-links.open { display: flex; }
  .section-block { padding: 4rem 0.8rem; }
  .pres-body,
  .slide-presentation.no-photo .pres-body { grid-template-columns: 1fr; padding: 1.5rem; gap: 1rem; }
  .pres-photo { aspect-ratio: 4/5; max-width: 60%; margin: 0 auto; position: static; }
  .slide { aspect-ratio: auto; min-height: auto; }
  .services-list, .slide-presentation.no-photo .services-list.services-inline {
    grid-template-columns: 1fr;
    gap: 1rem;
    margin: 1.5rem auto;
  }
  .service-card { padding: 1.8rem 1.2rem; }
  .pres-text .disclaimer { padding: 0.8rem 1rem; }
}
