/*
 * Aperçu statique HTML/CSS/JS (sans build) de martine-ambrosio.fr — direction ALVÉKO.
 * Dérivé de client/src/index.css. Dépose les photos dans preview/images/
 * (voir index.html / rendez-vous.html pour les noms de fichiers attendus).
 */

*, *::before, *::after { box-sizing: border-box; }
h1, h2, h3, h4, h5, h6, p, blockquote, figure, ul, ol, dl, dd { margin: 0; }
ul, ol { padding: 0; list-style: none; }
button { font: inherit; background: none; border: 0; padding: 0; cursor: pointer; }
a { color: inherit; }
img, svg { display: block; max-width: 100%; }

html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
  background: oklch(0.985 0.008 338);
  color: oklch(0.25 0.045 320);
  font-family: "Manrope", sans-serif;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}
button:not(:disabled), a[href] { cursor: pointer; }
::selection { color: #fff9ee; background: #8d405c; }
button, a { -webkit-tap-highlight-color: transparent; }

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 640px) {
  .container { padding-left: 1.5rem; padding-right: 1.5rem; }
}
@media (min-width: 1024px) {
  .container { padding-left: 2rem; padding-right: 2rem; max-width: 1280px; }
}

.header-inner { display: flex; height: 78px; align-items: center; justify-content: space-between; }

.skip-link {
  position: fixed; top: .75rem; left: .75rem; z-index: 100; transform: translateY(-150%);
  border-radius: .25rem; background: #351c2d; color: #fff9ee; padding: .75rem 1rem;
}
.skip-link:focus { transform: translateY(0); }

.section-grain { position: relative; }
.section-grain::after {
  content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .16;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 220 220' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.92' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.16'/%3E%3C/svg%3E");
  mix-blend-mode: multiply;
}

.site-header {
  position: sticky; top: 0; z-index: 50; border-bottom: 1px solid rgba(83,48,53,.11);
  background: rgba(251,245,231,.93); backdrop-filter: blur(18px);
}
.brand { display: inline-flex; align-items: center; gap: .7rem; color: #351c2d; text-decoration: none; }
.brand-mark { width: 44px; height: 44px; object-fit: contain; }
.brand-name { font-family: "Fraunces", serif; font-size: 1.25rem; letter-spacing: -.03em; }
.brand-name strong { color: #b7493f; font-weight: 650; }
.desktop-nav { display: flex; align-items: center; gap: clamp(1.2rem,2.3vw,2.3rem); }
.desktop-nav a { position: relative; color: #49343c; font-size: .79rem; font-weight: 700; letter-spacing: .025em; text-decoration: none; }
.desktop-nav a::after {
  content: ""; position: absolute; right: 0; bottom: -.38rem; left: 0; height: 1px; transform: scaleX(0);
  transform-origin: right; background: #b7493f; transition: transform 180ms cubic-bezier(.23,1,.32,1);
}
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after { transform: scaleX(1); transform-origin: left; }
.menu-button { display: none; border: 0; background: transparent; color: #351c2d; }
.mobile-nav { display: none; }
.mobile-nav.is-open { display: grid; }

.button {
  display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: .65rem;
  border: 1px solid #b7493f; border-radius: 999px; background: #b7493f; color: #fffaf0;
  padding: .85rem 1.35rem; font-size: .84rem; font-weight: 800; letter-spacing: .01em; text-decoration: none;
  box-shadow: 0 10px 24px rgba(112,48,51,.16);
  transition: transform 160ms cubic-bezier(.23,1,.32,1), box-shadow 180ms cubic-bezier(.23,1,.32,1), background 180ms;
}
.button:hover, .button:focus-visible { transform: translateY(-2px); background: #9d3b35; box-shadow: 0 14px 30px rgba(112,48,51,.22); }
.button:active { transform: scale(.97); }
.button-small { min-height: 42px; padding: .62rem 1.05rem; font-size: .76rem; }

.hero { position: relative; min-height: calc(100vh - 78px); overflow: hidden; background: #fbf5e7; }
.hero-orbit { position: absolute; top: -40%; left: -22%; width: 650px; height: 650px; border: 1px solid rgba(183,73,63,.18); border-radius: 50%; }
.hero-orbit::after { content: ""; position: absolute; right: 90px; bottom: 76px; width: 16px; height: 16px; border-radius: 50%; background: #b7493f; }
.hero-grid {
  position: relative; z-index: 2; display: grid; grid-template-columns: 1.08fr .92fr; gap: clamp(2rem,5vw,6rem);
  align-items: center; padding-top: clamp(4.5rem,8vw,7.5rem); padding-bottom: 5rem;
}
.eyebrow { display: flex; align-items: center; gap: .75rem; margin: 0 0 1.35rem; color: #a1423a; font-size: .72rem; font-weight: 800; letter-spacing: .17em; line-height: 1.2; text-transform: uppercase; }
.eyebrow > span { display: inline-block; width: 28px; height: 1px; background: currentColor; }
.eyebrow.light { color: #f1b8a3; }
.hero h1 { max-width: 760px; margin: 0; color: #351c2d; font-size: clamp(3.2rem,6.1vw,6.7rem); font-weight: 570; letter-spacing: -.058em; line-height: .94; }
.hero h1 em { color: #b7493f; font-weight: 430; }
.hero-intro { max-width: 650px; margin: 2rem 0 0; color: #604950; font-size: clamp(1rem,1.35vw,1.17rem); line-height: 1.78; }
.hero-action { display: flex; align-items: center; gap: 1.25rem; margin-top: 2.25rem; }
.hero-action p { display: flex; max-width: 190px; align-items: center; gap: .6rem; margin: 0; color: #765f65; font-size: .72rem; line-height: 1.45; }
.mini-line { flex: 0 0 24px; height: 1px; background: #c77862; }
.hero-visual { position: relative; min-height: 570px; }
.hero-image-wrap { position: absolute; inset: 0 0 0 2.5rem; z-index: 2; }
.hero-image-wrap::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg,rgba(53,28,45,.02),rgba(53,28,45,.13)); pointer-events: none; }
.hero-image { width: 100%; height: 100%; object-fit: cover; border-radius: 49% 49% 10px 10px; box-shadow: 0 34px 70px rgba(74,34,48,.16); background: #efe1e8; }
.image-card {
  position: absolute; z-index: 3; right: -1.5rem; bottom: 2.6rem; width: min(280px,72%);
  border-left: 3px solid #b7493f; background: rgba(255,250,240,.94); padding: 1rem 1.15rem;
  backdrop-filter: blur(12px); box-shadow: 0 16px 38px rgba(67,35,47,.14);
}
.image-card span { display: block; margin-bottom: .35rem; color: #a1423a; font-size: .62rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.image-card strong { color: #351c2d; font-family: "Fraunces",serif; font-size: 1.05rem; line-height: 1.3; }
.sun-arc { position: absolute; right: -90px; bottom: -115px; width: 300px; height: 300px; border: 40px solid #d3826c; border-radius: 50%; opacity: .38; }
.channel-strip { position: relative; z-index: 3; display: grid; grid-template-columns: 1fr auto 24px; gap: 1.5rem; align-items: center; border-top: 1px solid rgba(83,48,53,.16); padding-top: 1.5rem; padding-bottom: 1.5rem; }
.channel-strip > span { color: #8c7478; font-size: .68rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.channel-strip div { display: flex; gap: .85rem; align-items: center; }
.channel-strip strong { color: #4c343f; font-size: .74rem; }
.channel-strip i { color: #cf8874; font-style: normal; }

.problem-section { position: relative; overflow: hidden; background: #fffaf0; padding: clamp(6rem,10vw,10rem) 0; }
.problem-section::after { content: ""; position: absolute; right: -135px; bottom: -170px; width: 300px; height: 300px; border: 34px solid rgba(183,73,63,.09); border-radius: 50%; }
.problem-grid { display: grid; grid-template-columns: .36fr 1.15fr .8fr; gap: clamp(2rem,5vw,5rem); }
.section-label { color: #b7493f; font-size: .66rem; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; writing-mode: vertical-rl; }
.problem-title h2, .method-heading h2, .faq-heading h2 { margin: 0; color: #351c2d; font-size: clamp(2.4rem,4.25vw,4.8rem); font-weight: 520; letter-spacing: -.048em; line-height: 1.04; }
.problem-body { align-self: end; }
.problem-body > p { margin: 0 0 2rem; color: #604950; font-size: 1rem; line-height: 1.8; }
.check-list { display: grid; gap: 1rem; margin: 0; padding: 0; list-style: none; }
.check-list li { display: grid; grid-template-columns: 20px 1fr; gap: .75rem; align-items: start; border-top: 1px solid #e5d5c6; padding-top: 1rem; color: #49343c; font-size: .88rem; }
.check-list svg { color: #b7493f; margin-top: .2rem; }

.support-section { position: relative; overflow: hidden; background: #3d2233; color: #fff8ec; padding: clamp(6rem,10vw,10rem) 0; }
.support-section::before { content: ""; position: absolute; right: -170px; top: -250px; width: 520px; height: 520px; border: 80px solid rgba(209,122,98,.13); border-radius: 50%; }
.support-grid { position: relative; z-index: 2; display: grid; grid-template-columns: .82fr 1fr; gap: clamp(4rem,8vw,9rem); align-items: center; }
.support-image-column { position: relative; padding-left: 2rem; }
.portrait-frame { position: relative; max-width: 480px; }
.portrait-frame::before { content: ""; position: absolute; z-index: -1; top: -2rem; left: -2rem; width: 78%; height: 70%; border: 1px solid rgba(245,182,158,.56); border-radius: 50% 50% 0 0; }
.portrait-frame img { width: 100%; aspect-ratio: 4/5; object-fit: cover; filter: saturate(.88) contrast(.98); background: #4a2c40; }
.support-image-column blockquote { position: relative; max-width: 390px; margin: -2.7rem -3rem 0 auto; background: #d27c64; color: #331d2a; padding: 1.5rem 1.7rem; font-family: "Fraunces",serif; font-size: clamp(1.05rem,1.7vw,1.38rem); font-weight: 540; line-height: 1.45; }
.support-copy h2, .booking-copy h2, .fit-intro h2 { margin: 0; font-size: clamp(2.6rem,4.8vw,5.2rem); font-weight: 500; letter-spacing: -.052em; line-height: 1; }
.large-copy { margin: 2rem 0; color: #e9d7cd; font-size: clamp(1rem,1.5vw,1.22rem); line-height: 1.75; }
.support-points { display: grid; gap: 0; margin-top: 2.2rem; }
.support-points > div { display: grid; grid-template-columns: 44px 1fr; gap: 1rem; border-top: 1px solid rgba(255,247,233,.16); padding: 1.1rem 0; }
.support-points span { color: #e0a18b; font-family: "Fraunces",serif; font-size: .95rem; }
.support-points p { margin: 0; color: #dbc9c2; font-size: .88rem; }
.support-points strong { color: #fff8ec; }
.text-link { display: inline-flex; align-items: center; gap: .5rem; border-bottom: 1px solid currentColor; padding-bottom: .25rem; font-size: .82rem; font-weight: 800; text-decoration: none; }
.light-link { margin-top: 1.5rem; color: #f1b8a3; }
.support-brand-signature { display: flex; align-items: center; gap: .9rem; width: fit-content; margin-top: 2.8rem; border-top: 1px solid rgba(255,247,233,.18); padding-top: 1.2rem; color: #fff8ec; font-family: "Fraunces",serif; font-size: 1rem; }
.support-brand-signature small { display: block; color: #cbb3b2; font-family: "Manrope",sans-serif; font-size: .55rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.support-brand-mark { width: 54px; height: 54px; object-fit: contain; }

.method-section { position: relative; overflow: hidden; background: #f5e9d9; padding: clamp(6rem,10vw,10rem) 0 8rem; }
.method-section::after { content: ""; position: absolute; left: -105px; bottom: -170px; width: 270px; height: 270px; border: 38px solid rgba(183,73,63,.1); border-radius: 50%; }
.method-heading { display: grid; grid-template-columns: 1.15fr .55fr; gap: clamp(3rem,7vw,8rem); align-items: end; }
.method-heading > p { margin: 0 0 .5rem; color: #6e565c; line-height: 1.8; }
.method-list { display: grid; grid-template-columns: repeat(3,1fr); margin-top: 5rem; border-top: 1px solid #d8c4b4; }
.method-card { position: relative; min-height: 330px; border-right: 1px solid #d8c4b4; padding: 2rem clamp(1.3rem,3vw,3rem) 2rem 0; }
.method-card + .method-card { padding-left: clamp(1.3rem,3vw,3rem); }
.method-card:last-child { border-right: 0; }
.method-number { color: #b7493f; font-family: "Fraunces",serif; font-size: 1rem; }
.method-line { width: 44px; height: 44px; margin: 3.1rem 0 2rem; border: 1px solid #bd6c57; border-radius: 50% 50% 50% 0; }
.method-card h3 { margin: 0 0 .8rem; color: #351c2d; font-size: 2rem; font-weight: 560; }
.method-card p { max-width: 320px; margin: 0; color: #654d55; font-size: .9rem; line-height: 1.75; }

.progress-wave { position: relative; height: 130px; margin: -65px 0; z-index: 4; pointer-events: none; }
.progress-wave svg { width: 100%; height: 100%; overflow: visible; }
.progress-wave path { fill: none; stroke: #c86552; stroke-width: 2; stroke-linecap: round; stroke-dasharray: 3 8; }
.progress-words { position: absolute; inset: 0; display: flex; align-items: center; justify-content: space-between; color: #9e493e; font-family: "Manrope",sans-serif; font-size: .8rem; font-style: normal; }
.progress-words span { background: #fbf4e8; padding: .15rem .6rem; }

.ai-section { background: #fffaf0; padding: clamp(6rem,10vw,10rem) 0; }
.ai-grid { display: grid; grid-template-columns: .95fr 1fr; gap: clamp(3rem,8vw,9rem); align-items: center; }
.ai-art { position: relative; min-height: 520px; }
.ai-art img { width: 100%; height: 520px; object-fit: cover; border-radius: 50% 50% 2px 2px; background: #efe1e8; }
.ai-art span { position: absolute; right: -2rem; bottom: 2rem; max-width: 220px; background: #3d2233; color: #fff8ec; padding: 1rem 1.3rem; font-family: "Fraunces",serif; font-size: 1.25rem; }
.ai-copy h2 { max-width: 650px; margin: 0; color: #351c2d; font-size: clamp(2.7rem,5vw,5.4rem); font-weight: 520; letter-spacing: -.055em; line-height: .98; }
.dark-copy { color: #604950; }
.ai-copy > p:last-child { max-width: 620px; color: #765f65; line-height: 1.85; }

.fit-section { position: relative; overflow: hidden; background: #ad473f; color: #fff8ec; padding: clamp(6rem,10vw,9rem) 0; }
.fit-section::before { content: ""; position: absolute; left: -120px; top: 50%; width: 250px; height: 250px; transform: translateY(-50%); border: 34px solid rgba(255,248,236,.1); border-radius: 50%; }
.fit-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(3rem,8vw,9rem); }
.fit-intro { position: sticky; top: 130px; align-self: start; }
.fit-list > div { display: grid; grid-template-columns: 52px 1fr; gap: 1.5rem; align-items: start; border-top: 1px solid rgba(255,248,236,.3); padding: 1.8rem 0; }
.fit-list span { color: #f5c7b2; font-family: "Fraunces",serif; }
.fit-list p { margin: 0; font-family: "Fraunces",serif; font-size: clamp(1.25rem,2vw,1.75rem); line-height: 1.45; }

.faq-section { position: relative; overflow: hidden; background: #fffaf0; padding: clamp(6rem,10vw,9rem) 0; }
.faq-section::after { content: ""; position: absolute; right: -75px; top: -85px; width: 170px; height: 170px; border: 22px solid rgba(183,73,63,.09); border-radius: 50%; }
.faq-grid { display: grid; grid-template-columns: .8fr 1fr; gap: clamp(3rem,8vw,9rem); }
.faq-heading { align-self: start; }
.faq-list { border-top: 1px solid #dccabd; }
.faq-item { border-bottom: 1px solid #dccabd; }
.faq-item button { display: flex; width: 100%; align-items: center; justify-content: space-between; gap: 2rem; border: 0; background: transparent; color: #351c2d; padding: 1.5rem 0; text-align: left; font-family: "Manrope",sans-serif; font-size: .97rem; font-weight: 750; }
.faq-symbol { display: grid; flex: 0 0 34px; width: 34px; height: 34px; place-items: center; border: 1px solid #cf9d89; border-radius: 50%; color: #a1423a; font-size: 1.2rem; }
.faq-item p { display: none; max-width: 690px; margin: -.25rem 3.8rem 1.6rem 0; color: #70585f; line-height: 1.78; }
.faq-item.is-open p { display: block; }

.booking-section { position: relative; overflow: hidden; background: #3d2233; color: #fff8ec; padding: clamp(5rem,9vw,8rem) 0; }
.booking-shape { position: absolute; right: -7%; bottom: -70%; width: 540px; height: 540px; border: 72px solid rgba(230,147,118,.2); border-radius: 50%; }
.booking-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.25fr .75fr; gap: 4rem; align-items: end; }
.booking-copy h2 { max-width: 850px; }
.booking-copy > p:last-child { max-width: 690px; margin: 1.8rem 0 0; color: #dcc9c3; font-size: 1rem; }
.booking-action { display: flex; align-items: flex-start; flex-direction: column; gap: 1rem; }
.button-light { border-color: #fff8ec; background: #fff8ec; color: #3d2233; }
.button-light:hover, .button-light:focus-visible { background: #f2b69e; color: #3d2233; }
.booking-action p { margin: 0 0 0 .5rem; color: #d5bcb8; font-size: .7rem; }

footer { background: #2c1925; color: #dfcbc3; }
.footer-main { display: grid; grid-template-columns: auto 1fr auto; gap: 2rem; align-items: center; padding-top: 3.5rem; padding-bottom: 3.5rem; }
.footer-brand, .footer-brand .brand-name { color: #fff8ec; }
.footer-main > p { max-width: 430px; margin: 0 auto; text-align: center; font-size: .77rem; }
.footer-top { display: inline-flex; align-items: center; gap: .4rem; color: #f0b49e; font-size: .75rem; font-weight: 750; text-decoration: none; }
.footer-bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: .5rem 2rem; border-top: 1px solid rgba(255,248,236,.12); padding-top: 1.2rem; padding-bottom: 1.2rem; color: #a88f91; font-size: .64rem; }
.footer-legal { display: flex; gap: 1.2rem; }
.footer-legal a { color: inherit; text-decoration: none; }
.footer-legal a:hover, .footer-legal a:focus-visible { text-decoration: underline; }

.reveal { animation: reveal-up 700ms cubic-bezier(.23,1,.32,1) both; }
.reveal-delay-1 { animation-delay: 100ms; }
@keyframes reveal-up { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }

@media (max-width: 1060px) {
  .desktop-nav { display: none; }
  .hero-grid { gap: 2rem; }
  .hero-visual { min-height: 500px; }
  .problem-grid { grid-template-columns: 40px 1.1fr .8fr; }
  .support-image-column blockquote { margin-right: -1rem; }
}

@media (max-width: 820px) {
  .desktop-cta { display: none; }
  .menu-button { display: grid; place-items: center; }
  .mobile-nav { border-top: 1px solid rgba(83,48,53,.12); background: #fdf9fc; padding: .8rem 1.5rem 1.5rem; }
  .mobile-nav a { border-bottom: 1px solid #ead9e4; color: #302039; padding: .9rem 0; font-size: 1rem; font-weight: 700; text-decoration: none; }
  .mobile-nav a:last-child { margin-top: .8rem; border: 0; border-radius: 999px; background: #b92d72; color: white; padding: .8rem 1rem; text-align: center; }
  .hero { min-height: auto; }
  .hero-grid, .support-grid, .ai-grid, .fit-grid, .faq-grid, .booking-grid { grid-template-columns: 1fr; }
  .hero-grid { padding-top: 4.5rem; }
  .hero-visual { min-height: 520px; margin-top: 1.5rem; }
  .hero-image-wrap { inset: 0 1.5rem 0 0; }
  .channel-strip { grid-template-columns: 1fr 24px; }
  .channel-strip > span { display: none; }
  .problem-grid { grid-template-columns: 36px 1fr; }
  .problem-body { grid-column: 2; }
  .support-grid, .ai-grid { gap: 5rem; }
  .support-image-column { max-width: 570px; }
  .progress-wave { height: 100px; margin: -50px 0; }
  .method-heading { grid-template-columns: 1fr; gap: 2rem; }
  .method-list { grid-template-columns: 1fr; margin-top: 3.5rem; }
  .method-card, .method-card + .method-card { display: grid; min-height: auto; grid-template-columns: 44px 50px .4fr 1fr; gap: 1rem; align-items: start; border-right: 0; border-bottom: 1px solid #d8c4b4; padding: 1.7rem 0; }
  .method-line { width: 32px; height: 32px; margin: 0; }
  .method-card h3 { font-size: 1.6rem; }
  .fit-intro { position: static; }
  .footer-main { grid-template-columns: 1fr auto; }
  .footer-main > p { display: none; }
}

@media (max-width: 560px) {
  .brand-mark { width: 38px; height: 38px; }
  .brand-name { font-size: 1.08rem; }
  .hero h1 { font-size: 3rem; }
  .hero-action { align-items: flex-start; flex-direction: column; }
  .hero-visual { min-height: 420px; }
  .image-card { right: -.6rem; bottom: 1.5rem; }
  .channel-strip div { flex-wrap: wrap; }
  .channel-strip i { display: none; }
  .channel-strip strong { flex: 1 0 40%; }
  .problem-grid { grid-template-columns: 1fr; }
  .section-label { writing-mode: horizontal-tb; }
  .problem-body { grid-column: 1; }
  .support-image-column { padding-left: 1rem; }
  .support-image-column blockquote { margin: -2rem 0 0 1.5rem; }
  .support-brand-signature { margin-top: 2rem; }
  .progress-words { font-size: .68rem; }
  .method-card, .method-card + .method-card { grid-template-columns: 34px 38px 1fr; }
  .method-card p { grid-column: 3; }
  .ai-art, .ai-art img { min-height: 390px; height: 390px; }
  .ai-art span { right: -.5rem; }
  .fit-list > div { grid-template-columns: 38px 1fr; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: .3rem; }
  .problem-title h2, .method-heading h2, .faq-heading h2, .support-copy h2, .booking-copy h2, .fit-intro h2, .ai-copy h2 { font-size: 2.1rem !important; }
  .method-card h3 { font-size: 1.8rem !important; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

/* Composants fonctionnels : retour en haut et page TidyCal dédiée */
.back-to-top {
  position: fixed; right: 1.4rem; bottom: 1.4rem; z-index: 60; display: flex; align-items: center; gap: .55rem;
  min-height: 48px; transform: translateY(18px); border: 1px solid rgba(255,255,255,.5); border-radius: 999px;
  background: #38213e; color: #fffafd; padding: .7rem 1rem; opacity: 0; pointer-events: none;
  box-shadow: 0 12px 30px rgba(48,25,55,.24);
  transition: opacity 180ms cubic-bezier(.23,1,.32,1), transform 180ms cubic-bezier(.23,1,.32,1), background 180ms;
}
.back-to-top.is-visible { transform: translateY(0); opacity: 1; pointer-events: auto; }
.back-to-top:hover, .back-to-top:focus-visible { background: #a12868; }
.back-to-top svg { width: 19px; height: 19px; }

.appointment-page { min-height: 100vh; background: #fdf9fc; color: #302039; }
.appointment-header { position: relative; z-index: 10; border-bottom: 1px solid #ead9e4; background: rgba(253,249,252,.94); backdrop-filter: blur(18px); }
.appointment-nav { display: flex; min-height: 78px; align-items: center; justify-content: space-between; gap: 2rem; }
.appointment-back { display: inline-flex; align-items: center; gap: .55rem; color: #7d2f61; font-weight: 750; text-decoration: none; }
.appointment-back:hover, .appointment-back:focus-visible { color: #b92d72; }
.appointment-main { position: relative; overflow: hidden; padding: clamp(4rem,7vw,7rem) 0; }
.appointment-orbit { position: absolute; top: -240px; right: -180px; width: 520px; height: 520px; border: 65px solid rgba(195,39,120,.07); border-radius: 50%; }
.appointment-layout { position: relative; z-index: 2; display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(3rem,7vw,7rem); align-items: start; }
.appointment-intro { position: sticky; top: 3rem; padding-top: 1.4rem; }
.appointment-intro h1 { margin: 0; color: #302039; font-size: clamp(3.1rem,5.4vw,5.6rem); font-weight: 800; letter-spacing: -.052em; line-height: 1.02; }
.appointment-intro > p:not(.eyebrow) { max-width: 540px; margin: 1.7rem 0 0; color: #665968; line-height: 1.75; }
.appointment-note { margin-top: 2.5rem; border-left: 3px solid #c32778; background: #f5e7f0; padding: 1.25rem 1.4rem; }
.appointment-note strong { display: block; margin-bottom: .45rem; color: #38213e; }
.appointment-note p { margin: 0; color: #665968; line-height: 1.65; }
.calendar-shell { min-height: 700px; border: 1px solid #ead9e4; background: #fff; box-shadow: 0 28px 70px rgba(74,34,73,.1); }
.calendar-heading { display: flex; align-items: center; justify-content: space-between; gap: 1rem; border-bottom: 1px solid #ead9e4; padding: 1.25rem 1.5rem; }
.calendar-heading span { color: #b62970; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.calendar-heading strong { color: #38213e; }
.tidycal-embed { min-height: 640px; padding: .5rem; }
.appointment-footer { border-top: 1px solid rgba(255,255,255,.1); background: #28152e; color: #d9cad8; }
.appointment-footer .container { display: flex; justify-content: space-between; gap: 2rem; padding-top: 1.5rem; padding-bottom: 1.5rem; }

@media (max-width: 820px) {
  .appointment-layout { grid-template-columns: 1fr; }
  .appointment-intro { position: static; padding-top: 0; }
  .calendar-shell { min-height: 620px; }
  .appointment-footer .container { flex-direction: column; gap: .35rem; }
}

@media (max-width: 560px) {
  .back-to-top { right: 1rem; bottom: 1rem; width: 48px; padding: 0; justify-content: center; }
  .back-to-top span { display: none; }
  .appointment-nav { min-height: 70px; }
  .appointment-back { gap: .3rem; }
  .appointment-back svg { width: 18px; }
  .appointment-intro h1 { font-size: 3rem; }
  .calendar-heading { align-items: flex-start; flex-direction: column; }
  .tidycal-embed { padding: 0; }
}

/* ---- Direction ALVÉKO (typographie droite, palette mauve/magenta) ---- */
html body * { font-family: "Manrope", sans-serif; font-style: normal !important; }
body *:not(h1):not(h1 *):not(h2):not(h2 *):not(h3):not(h3 *):not(svg):not(svg *) { font-size: 1.2rem !important; }

h1, h2, h3 { font-style: normal !important; letter-spacing: -0.045em; }

.hero h1 { color: #302039; font-size: clamp(2.7rem, 4.8vw, 5rem); font-weight: 800; line-height: 1.02; }
.hero h1 em, .hero-highlight { color: #c32778; font-style: normal !important; font-weight: 800; }

.problem-title h2, .method-heading h2, .faq-heading h2, .support-copy h2, .booking-copy h2, .fit-intro h2, .ai-copy h2 {
  font-size: clamp(2.2rem, 3.6vw, 3.6rem) !important; font-weight: 750; line-height: 1.1;
}
.method-card h3 { font-size: 2rem !important; font-weight: 750; }

.site-header, .hero { background: rgba(253, 249, 252, .95); }

.brand, .desktop-nav a, .menu-button, .hero h1, .problem-title h2, .method-heading h2, .faq-heading h2, .ai-copy h2, .method-card h3, .image-card strong, .faq-item button {
  color: #302039;
}
.brand-name strong, .eyebrow, .section-label, .method-number, .check-list svg, .image-card span, .faq-symbol, .progress-words {
  color: #b62970;
}

.button { border-color: #b92d72; background: #b92d72; box-shadow: 0 10px 24px rgba(115, 31, 78, .14); }
.button:hover, .button:focus-visible { background: #97245d; box-shadow: 0 14px 28px rgba(94, 25, 64, .19); }
.desktop-nav a::after, .hero-orbit::after, .mini-line { background: #c32778; }
.hero-orbit { border-color: rgba(176, 52, 116, .15); }

.hero-intro, .problem-body > p, .method-heading > p, .method-card p, .dark-copy, .ai-copy > p:last-child, .faq-item p {
  color: #665968;
}
.hero-action p, .channel-strip > span { color: #786a7b; }
.hero-image, .portrait-frame img, .ai-art img { filter: saturate(.68) hue-rotate(318deg) contrast(.98); }
.brand-mark, .support-brand-mark { filter: saturate(.8) hue-rotate(312deg); }

.image-card { width: min(330px, 78%); border-left-color: #bd397c; background: rgba(255, 251, 254, .95); }
.sun-arc { border-color: #cf82ad; opacity: .26; }
.channel-strip { border-top-color: rgba(75, 42, 70, .14); }
.channel-strip strong { color: #4e4052; }
.channel-strip i { color: #cc79a5; }

.problem-section, .ai-section, .faq-section { background: #fffbfe; }
.problem-section::after, .method-section::after, .faq-section::after { border-color: rgba(183, 47, 112, .08); }
.check-list li, .faq-list, .faq-item { border-color: #ead9e4; }

.support-section, .booking-section { background: #38213e; }
.support-section::before, .booking-shape { border-color: rgba(205, 85, 145, .14); }
.portrait-frame::before { border-color: rgba(223, 144, 184, .5); }
.support-image-column blockquote { background: #d68bb3; color: #321d39; font-weight: 650; }
.eyebrow.light, .light-link { color: #e5a5c7; }
.large-copy, .support-points p, .booking-copy > p:last-child { color: #e2d5e1; }
.support-points span { color: #dda0c0; }
.support-points > div, .support-brand-signature { border-color: rgba(255, 248, 253, .15); }
.support-brand-signature small, .booking-action p { color: #cbbacb; }

.method-section { background: #f7edf4; }
.method-list, .method-card { border-color: #dfcbd9; }
.method-line { border-color: #bf5f92; }
.progress-wave path { stroke: #c34b86; }
.progress-words span { background: #faf4f8; }
.ai-art span { background: #38213e; }

.fit-section { background: #8f3b6f; }
.fit-section::before { border-color: rgba(255, 248, 253, .09); }
.fit-list span { color: #f0bfd9; }

.button-light { border-color: #fffafd; background: #fffafd; color: #38213e; }
.button-light:hover, .button-light:focus-visible { background: #f1c4dd; color: #38213e; }

footer { background: #28152e; }
.footer-top { color: #e6a8c8; }
.eyebrow { letter-spacing: .1em; }
.hero-action p { max-width: 250px; }
.section-label { letter-spacing: .12em; }

@media (max-width: 820px) {
  .mobile-nav { background: #fdf9fc; }
  .mobile-nav a { border-color: #ead9e4; color: #302039; font-size: 1rem; }
  .mobile-nav a:last-child { background: #b92d72; }
}
.legal-main { padding: clamp(3rem, 6vw, 5rem) 0 6rem; }
.legal-content { max-width: 760px; }
.legal-content h1 { margin: 0 0 1rem; color: #302039; font-size: clamp(2.2rem, 3.6vw, 3.4rem); font-weight: 800; letter-spacing: -.045em; line-height: 1.1; }
.legal-content h2 { margin: 2.4rem 0 .75rem; color: #302039; font-size: 1.35rem; font-weight: 750; }
.legal-content p, .legal-content li { margin: 0 0 1rem; color: #4f4552; line-height: 1.75; }
.legal-content ul { padding-left: 1.25rem; list-style: disc; }
.legal-content a { color: #b62970; font-weight: 700; text-decoration: underline; }
.legal-updated { margin-top: 3rem; color: #8a7c8c; font-size: .85rem !important; }

@media (max-width: 560px) {
  .hero h1 { font-size: 2.4rem; }
}

/* ---- Navigation : avec le lien « Mes prestations », le menu passe en burger sous 1280 px ---- */
@media (max-width: 1279px) {
  .desktop-nav { display: none; }
  .desktop-cta { margin-left: auto; margin-right: 1rem; }
  .menu-button { display: grid; place-items: center; }
  .mobile-nav { border-top: 1px solid rgba(83, 48, 53, .12); background: #fdf9fc; padding: .8rem 1.5rem 1.5rem; }
  .mobile-nav a { border-bottom: 1px solid #ead9e4; color: #302039; padding: .9rem 0; font-size: 1rem; font-weight: 700; text-decoration: none; }
  .mobile-nav a:last-child { margin-top: .8rem; border: 0; border-radius: 999px; background: #b92d72; color: white; padding: .8rem 1rem; text-align: center; }
}

.menu-button svg[hidden] { display: none; }

/* ---- Page « Mes prestations » (tarifs.html) ---- */
.site-header--no-cta .desktop-nav { margin-left: auto; margin-right: auto; }
.site-header--no-cta .mobile-nav a:last-child { margin-top: 0; border-bottom: 1px solid #ead9e4; border-radius: 0; background: none; color: #302039; padding: .9rem 0; text-align: left; }

.tarifs-hero { min-height: auto; }
.tarifs-hero::before { content: ""; position: absolute; top: 7.5rem; left: -1.6rem; width: 54px; height: 54px; border-radius: 50%; background: rgba(226, 100, 158, .28); }
.tarifs-hero .hero-orbit::after { display: none; }
.tarifs-hero .hero-grid { padding-top: clamp(1.5rem, 3vw, 2.25rem); padding-bottom: clamp(1.5rem, 3vw, 2.25rem); }
.tarifs-hero .eyebrow { margin-bottom: 1rem; }
.tarifs-hero h1 { max-width: 520px; font-size: clamp(2.4rem, 3.85vw, 3.6rem); }
.tarifs-hero .hero-intro { max-width: 540px; margin-top: 1.4rem; line-height: 1.5; }
.tarifs-hero .hero-action { margin-top: 1.75rem; }
.tarifs-hero .hero-visual { min-height: 460px; }
.tarifs-hero .hero-image-wrap { left: auto; width: min(100%, 440px); }
.tarifs-hero .hero-image { object-position: 68% center; }
.tarifs-hero .sun-arc { z-index: 3; right: -58px; bottom: 26px; width: 116px; height: 116px; border-width: 18px; opacity: .3; }

.pricing-section { position: relative; overflow: hidden; background: #38213e; color: #fff8ec; padding: clamp(2rem, 3vw, 2.5rem) 0 clamp(2.5rem, 4vw, 3.5rem); }
.pricing-section > .container { max-width: 1320px; }
.pricing-heading { text-align: center; }
.pricing-heading .eyebrow { justify-content: center; margin-bottom: .5rem; color: #ec6ea6; }
.pricing-heading h2 { margin: 0; color: #fffafd; font-size: clamp(1.8rem, 2.7vw, 2.4rem); font-weight: 750; line-height: 1.15; }

.pricing-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; margin-top: 1.6rem; }
.pricing-card { display: flex; flex-direction: column; border-radius: 14px; background: #fffafc; color: #302039; padding: 1.35rem 1.75rem 1.3rem; }
.pricing-number { display: flex; align-items: center; gap: .9rem; margin-bottom: .85rem; color: #b62970; font-size: 1.35rem !important; font-weight: 500; line-height: 1.2; }
.pricing-number::after { content: ""; width: 48px; height: 1px; background: #b62970; }
.pricing-card h3 { margin: 0; color: #302039; font-size: 1.65rem; font-weight: 750; line-height: 1.15; }
.pricing-audience { margin-top: .3rem; color: #665968; font-size: 1.05rem !important; line-height: 1.5; }
.pricing-price { display: flex; flex-wrap: wrap; align-items: baseline; gap: .1rem .5rem; margin-top: .9rem; color: #302039; }
.pricing-price--solo { margin-top: 3.7rem; }
.pricing-amount { font-size: 2.7rem !important; font-weight: 750; letter-spacing: -.045em; line-height: 1.05; }
.pricing-unit { color: #49343c; font-size: 1.15rem !important; font-weight: 500; }
.pricing-notice { margin-top: .9rem; border-radius: 8px; background: #fbe8e1; color: #665968; padding: .55rem 1rem; font-size: .9rem !important; line-height: 1.4; }
.pricing-description { margin-top: .85rem; color: #665968; font-size: .95rem !important; line-height: 1.5; }
.pricing-list { display: grid; gap: .45rem; margin-top: 1.1rem; }
.pricing-list--ruled { border-top: 1px solid #ecd9e4; padding-top: 1.1rem; }
.pricing-list li { display: grid; grid-template-columns: 18px 1fr; gap: .65rem; align-items: start; color: #49343c; font-size: 1rem !important; line-height: 1.35; }
.pricing-list svg { margin-top: .12rem; color: #b92d72; }
.pricing-footer { display: grid; gap: .9rem; margin-top: auto; padding-top: 1.2rem; }
.pricing-note { display: flex; align-items: center; gap: .85rem; border-radius: 10px; background: #f8e1ec; padding: .7rem 1rem; }
.pricing-note svg { flex: 0 0 auto; color: #b62970; }
.pricing-note p { color: #49343c; font-size: .9rem !important; line-height: 1.4; }
.pricing-note strong { display: block; color: #302039; font-size: .95rem !important; font-weight: 800; }
.pricing-card .button { width: 100%; min-height: 52px; }
.pricing-mark { display: flex; justify-content: center; margin-top: 1rem; color: #e0559a; }

.audience-section { position: relative; overflow: hidden; background: #fffbfe; padding: clamp(1.5rem, 3vw, 1.75rem) 0; }
.audience-section::before { content: ""; position: absolute; left: -120px; bottom: -150px; width: 260px; height: 260px; border: 34px solid rgba(183, 47, 112, .06); border-radius: 50%; }
.audience-section::after { content: ""; position: absolute; right: -170px; bottom: -110px; width: 440px; height: 440px; border: 60px solid rgba(183, 47, 112, .07); border-radius: 50%; }
.audience-grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, .66fr) minmax(0, 1.34fr); gap: clamp(2rem, 6vw, 6rem); align-items: center; }
.audience-visual { position: relative; max-width: 330px; }
.audience-visual img { width: 100%; aspect-ratio: 1.05 / 1; object-fit: cover; object-position: center 30%; border-radius: 50% 50% 10px 10px; background: #efe1e8; filter: saturate(.68) hue-rotate(318deg) contrast(.98); }
.audience-ring { position: absolute; z-index: 2; top: 0; left: -1.5rem; width: 112px; height: 112px; border: 20px solid rgba(199, 63, 110, .8); border-radius: 50%; }
.audience-copy .eyebrow { margin-bottom: 1rem; }
.audience-copy h2 { max-width: 720px; margin: 0; color: #302039; font-size: clamp(1.9rem, 2.7vw, 2.5rem); font-weight: 750; line-height: 1.15; }
.audience-copy > p:last-child { max-width: 660px; margin-top: 1.2rem; color: #665968; font-size: 1.2rem !important; line-height: 1.45; }

.action-banner { position: relative; overflow: hidden; background: #38213e; color: #fff8ec; padding: clamp(1.5rem, 2.6vw, 1.9rem) 0; }
.action-banner::after { content: ""; position: absolute; right: -50px; bottom: -110px; width: 200px; height: 200px; border: 34px solid rgba(205, 85, 145, .16); border-radius: 50%; }
.action-grid { position: relative; z-index: 2; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 1.25rem 3rem; }
.action-copy .eyebrow { margin-bottom: .4rem; color: #e2d5e1; }
.action-copy h2 { margin: 0; color: #fffafd; font-size: clamp(1.8rem, 2.55vw, 2.3rem); font-weight: 750; line-height: 1.15; }

@media (max-width: 960px) {
  .pricing-grid { grid-template-columns: 1fr; max-width: 560px; margin-left: auto; margin-right: auto; }
  .pricing-price--solo { margin-top: .9rem; }
  .audience-section { padding: 3rem 0; }
  .audience-grid { grid-template-columns: 1fr; }
  .audience-visual { max-width: 320px; margin-left: 3rem; }
}

@media (max-width: 820px) {
  .tarifs-hero .hero-visual { min-height: 420px; }
  .tarifs-hero .hero-image-wrap { width: auto; left: 0; }
  .br-desktop { display: none; }
}

@media (max-width: 560px) {
  .tarifs-hero .hero-visual { min-height: 340px; }
  .tarifs-hero .sun-arc { right: -42px; width: 96px; height: 96px; border-width: 15px; }
  .pricing-card { padding: 1.4rem 1.25rem 1.5rem; }
  .pricing-card h3 { font-size: 1.5rem; }
  .pricing-amount { font-size: 2.3rem !important; }
  .audience-visual { margin-left: 2rem; }
  .audience-ring { width: 84px; height: 84px; border-width: 15px; }
  .action-banner { padding: 2.25rem 0; }
  .action-grid .button { width: 100%; }
}
