/*
Theme Name: Camille Lemaitre Custom
Description: Thème WordPress autonome conçu sur mesure pour Camille Lemaitre.
Author: Camille Lemaitre
Version: 2.0.0
Text Domain: camille-lemaitre
*/

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  background: #fbfaf8;
  color: #222220;
  font-size: 16px;
  line-height: 1.65;
}

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

a {
  color: inherit;
}

button,
input,
textarea,
select {
  font: inherit;
}

figure {
  margin: 0;
}

.screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.screen-reader-text:focus {
  top: 10px;
  left: 10px;
  z-index: 9999;
  width: auto;
  height: auto;
  clip: auto;
  padding: 10px 14px;
  background: #fff;
  color: #222220;
}

.site-content > .ast-container {
  width: min(100% - 48px, 1200px);
  margin-inline: auto;
  padding: 80px 0 120px;
}

.entry-header {
  margin-bottom: 44px;
}

.entry-title {
  margin: 0;
  font-size: clamp(48px, 6vw, 82px);
  font-weight: 400;
  line-height: 1;
}

.entry-content {
  color: #4f4a45;
  font-size: 18px;
}

.entry-content > *:first-child {
  margin-top: 0;
}

.entry-content h2 {
  margin: 1.25em 0 .45em;
  color: #222220;
  font-size: clamp(36px, 4vw, 58px);
  font-weight: 400;
  line-height: 1.08;
}

.entry-content h3 {
  margin: 1.1em 0 .35em;
  color: #222220;
  font-size: clamp(27px, 2.5vw, 38px);
  font-weight: 400;
}

.camille-site-footer {
  padding: 52px 32px;
  border-top: 1px solid #e4dfd9;
  background: #ffffff;
}

.camille-footer-inner {
  width: min(100%, 1360px);
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 32px;
}

.camille-footer-inner p {
  margin: 0;
  color: #716a64;
  font-size: 14px;
  text-align: center;
}

.camille-footer-brand {
  font-family: "Playfair Display", serif;
  font-size: 22px;
  text-decoration: none;
}

.camille-footer-brand span {
  display: block;
  font-family: "Alegreya Sans", sans-serif;
  font-size: 10px;
  letter-spacing: .23em;
  text-transform: uppercase;
}

.camille-footer-inner > a:last-child {
  justify-self: end;
  padding-bottom: 3px;
  border-bottom: 1px solid currentColor;
  text-decoration: none;
}

.camille-not-found {
  max-width: 760px;
  padding: 90px 0;
}

.camille-not-found h1 {
  margin: 0 0 24px;
  font-size: clamp(52px, 7vw, 94px);
  font-weight: 400;
  line-height: 1;
}

@media (max-width: 720px) {
  .site-content > .ast-container {
    width: calc(100% - 36px);
    padding: 64px 0 90px;
  }

  .camille-footer-inner {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .camille-footer-inner > a:last-child {
    justify-self: center;
  }
}

:root {
  --camille-ink: #222220;
  --camille-muted: #6d6b66;
  --camille-line: #eceae5;
  --camille-white: #ffffff;
  --camille-brown: #7d5137;
}

::selection {
  background: #7d5137;
  color: #ffffff;
}

::-moz-selection {
  background: #7d5137;
  color: #ffffff;
}

body,
button,
input,
select,
textarea {
  font-family: "Alegreya Sans", sans-serif;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
.camille-home h1,
.camille-home h2,
.camille-home h3 {
  font-family: "Playfair Display", serif;
}

.camille-site-header {
  position: relative;
  z-index: 100;
  width: 100%;
  background: var(--camille-white);
  border-bottom: 1px solid var(--camille-line);
}

.camille-header-inner {
  width: min(100% - 64px, 1440px);
  min-height: 94px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: minmax(180px, 1fr) auto minmax(180px, 1fr);
  align-items: center;
  column-gap: 36px;
}

.camille-logo {
  display: inline-flex;
  align-items: center;
  width: fit-content;
}

.camille-logo img {
  display: block;
  width: 190px;
  height: auto;
  max-height: 66px;
  object-fit: contain;
}

.camille-primary-navigation {
  justify-self: center;
}

.camille-primary-navigation .menu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(20px, 2.3vw, 40px);
  margin: 0;
  padding: 0;
  list-style: none;
}

.camille-primary-navigation .menu-item {
  margin: 0;
}

.camille-primary-navigation a {
  position: relative;
  display: block;
  padding: 36px 0 34px;
  color: var(--camille-ink);
  font-family: "Alegreya Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: .015em;
  text-decoration: none;
  white-space: nowrap;
  transition: color .2s ease;
}

.camille-primary-navigation a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 27px;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .25s ease;
}

.camille-primary-navigation a:hover,
.camille-primary-navigation a:focus-visible,
.camille-primary-navigation .current-menu-item > a {
  color: #000;
}

.camille-primary-navigation a:hover::after,
.camille-primary-navigation a:focus-visible::after,
.camille-primary-navigation .current-menu-item > a::after {
  transform: scaleX(1);
  transform-origin: left;
}

.camille-header-action {
  justify-self: end;
}

.camille-contact-button {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 11px 23px;
  border: 1px solid var(--camille-brown);
  border-radius: 999px;
  background: var(--camille-brown);
  color: var(--camille-white);
  font-family: "Alegreya Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: .035em;
  text-decoration: none;
  transition: background-color .2s ease, color .2s ease;
}

.camille-contact-button:hover,
.camille-contact-button:focus-visible {
  background: var(--camille-white);
  color: var(--camille-brown);
}

.camille-menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 10px;
  border: 0;
  background: transparent;
  color: var(--camille-ink);
  cursor: pointer;
}

.camille-menu-toggle-lines,
.camille-menu-toggle-lines::before,
.camille-menu-toggle-lines::after {
  display: block;
  width: 24px;
  height: 1px;
  background: currentColor;
  transition: transform .2s ease, opacity .2s ease;
}

.camille-menu-toggle-lines {
  position: relative;
  margin: auto;
}

.camille-menu-toggle-lines::before,
.camille-menu-toggle-lines::after {
  content: "";
  position: absolute;
  left: 0;
}

.camille-menu-toggle-lines::before { top: -7px; }
.camille-menu-toggle-lines::after { top: 7px; }

.camille-menu-toggle[aria-expanded="true"] .camille-menu-toggle-lines { background: transparent; }
.camille-menu-toggle[aria-expanded="true"] .camille-menu-toggle-lines::before { top: 0; transform: rotate(45deg); }
.camille-menu-toggle[aria-expanded="true"] .camille-menu-toggle-lines::after { top: 0; transform: rotate(-45deg); }

@media (max-width: 1120px) {
  .camille-header-inner {
    width: min(100% - 40px, 1440px);
    column-gap: 22px;
  }

  .camille-logo img { width: 160px; }
  .camille-primary-navigation .menu { gap: 20px; }
  .camille-primary-navigation a { font-size: 14px; }
}

@media (max-width: 920px) {
  .camille-header-inner {
    min-height: 78px;
    grid-template-columns: 1fr auto;
  }

  .camille-logo img {
    width: 155px;
    max-height: 56px;
  }

  .camille-menu-toggle {
    display: block;
    justify-self: end;
  }

  .camille-primary-navigation {
    display: none;
    grid-column: 1 / -1;
    justify-self: stretch;
    padding: 8px 0 26px;
    border-top: 1px solid var(--camille-line);
  }

  .camille-site-header.is-menu-open .camille-primary-navigation { display: block; }

  .camille-primary-navigation .menu {
    display: block;
  }

  .camille-primary-navigation a {
    padding: 13px 0;
    font-size: 16px;
  }

  .camille-primary-navigation a::after { display: none; }

  .camille-header-action {
    margin-top: 10px;
  }

  .camille-contact-button {
    width: 100%;
    min-height: 46px;
  }

  .camille-header-action--desktop { display: none; }
  .camille-header-action--mobile { display: block; }
}

@media (min-width: 921px) {
  .camille-header-action--mobile { display: none; }
}

@media (max-width: 480px) {
  .camille-header-inner { width: calc(100% - 28px); }
}

/* Accueil */
.home .site-content > .ast-container,
.home .site-main,
.home .entry-content {
  width: 100%;
  max-width: none;
  padding: 0;
  margin: 0;
}

.home .content-area,
.home .site-main,
.home article,
.home .entry-content {
  width: 100%;
}

.home .entry-header,
.home .entry-title {
  display: none;
}

.home .site-content {
  padding: 0;
}

.home #primary,
.home .content-area {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.camille-home {
  overflow: hidden;
  color: var(--camille-ink);
  background: #fbfaf8;
}

.camille-home p {
  font-size: clamp(18px, 1.35vw, 21px);
  line-height: 1.68;
}

.camille-home p:empty {
  display: none;
}

.camille-kicker {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 22px;
  color: var(--camille-brown);
  font-family: "Alegreya Sans", sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: .2em;
  text-transform: uppercase;
}

.camille-kicker::before {
  content: "";
  width: 36px;
  height: 1px;
  background: currentColor;
}

.camille-hero {
  position: relative;
  height: clamp(620px, calc(100svh - 95px), 880px);
  min-height: 620px;
  overflow: hidden;
  color: #fff;
  background: #30281f;
  isolation: isolate;
}

.camille-hero-slides,
.camille-hero-slide,
.camille-hero-slide img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.camille-hero-slide {
  margin: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity .7s cubic-bezier(.22, .61, .36, 1), visibility .7s;
}

.camille-hero-slide.is-active {
  opacity: 1;
  visibility: visible;
}

.camille-hero-slide img {
  object-fit: cover;
  object-position: center;
  transform: scale(1.035);
  transition: transform 7.5s ease-out;
}

.camille-hero-slide.is-active img {
  transform: scale(1.095);
}

.camille-hero-slide:nth-child(2) img { object-position: center 42%; }
.camille-hero-slide:nth-child(3) img { object-position: center 48%; }
.camille-hero-slide:nth-child(4) img { object-position: center center; }
.camille-hero-slide:nth-child(5) img { object-position: 42% center; }
.camille-hero-slide:nth-child(6) img { object-position: 45% center; }
.camille-hero-slide:nth-child(7) img { object-position: 42% center; }
.camille-hero-slide:nth-child(8) img { object-position: center center; }
.camille-hero-slide:nth-child(9) img { object-position: 42% center; }
.camille-hero-slide:nth-child(10) img { object-position: 58% center; }
.camille-hero-slide:nth-child(11) img { object-position: center center; }

.camille-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(20, 16, 13, .48) 0%, rgba(20, 16, 13, .12) 52%, rgba(20, 16, 13, .08) 100%), linear-gradient(0deg, rgba(20, 16, 13, .35), transparent 55%);
}

.camille-hero-content {
  position: relative;
  z-index: 2;
  width: min(100% - 80px, 1360px);
  height: 100%;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  padding-bottom: clamp(80px, 10vh, 130px);
}

.camille-hero-eyebrow {
  margin: 0 0 18px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: .22em;
  text-transform: uppercase;
}

.camille-hero h1 {
  max-width: 780px;
  margin: 0;
  color: #fff;
  font-size: clamp(54px, 6.3vw, 104px);
  font-weight: 400;
  line-height: .98;
  letter-spacing: -.035em;
  text-wrap: balance;
}

.camille-hero h1 em {
  display: block;
  font-weight: 400;
}

.camille-hero-dots {
  position: absolute;
  right: max(40px, calc((100vw - 1360px) / 2));
  bottom: 48px;
  z-index: 3;
  display: flex;
  gap: 10px;
}

.camille-hero-dot {
  width: 42px;
  height: 20px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.camille-hero-dot::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: rgba(255, 255, 255, .45);
  transition: background-color .25s ease, transform .25s ease;
}

.camille-hero-dot.is-active::before {
  background: #fff;
  transform: translateY(-2px);
}

.camille-intro {
  width: min(100% - 80px, 1240px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: clamp(60px, 9vw, 140px);
  align-items: center;
  padding: clamp(110px, 12vw, 180px) 0;
}

.camille-intro-visual {
  position: relative;
  min-height: 680px;
}

.camille-intro-visual::before {
  content: "";
  position: absolute;
  top: -28px;
  right: -28px;
  width: 58%;
  height: 55%;
  border-radius: 50% 50% 8px 8px;
  background: #e6d9ce;
}

.camille-intro-visual img {
  position: absolute;
  inset: 0 0 0 auto;
  width: 88%;
  height: 100%;
  object-fit: cover;
  object-position: 58% center;
  border-radius: 220px 220px 12px 12px;
}

.camille-intro-copy h2 {
  max-width: 650px;
  margin: 0 0 32px;
  font-size: clamp(46px, 5vw, 76px);
  font-weight: 400;
  line-height: 1.02;
  letter-spacing: -.03em;
}

.camille-intro-copy p {
  max-width: 630px;
  color: #4f4a45;
}

.camille-text-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 16px;
  padding-bottom: 6px;
  border-bottom: 1px solid currentColor;
  color: var(--camille-ink);
  font-size: 17px;
  font-weight: 500;
  letter-spacing: .03em;
  text-decoration: none !important;
  box-shadow: none !important;
}

.camille-text-link:hover,
.camille-text-link:focus,
.camille-text-link:focus-visible,
.camille-contact-button,
.camille-contact-button:hover,
.camille-contact-button:focus,
.camille-contact-button:focus-visible {
  text-decoration: none !important;
  box-shadow: none !important;
}

.camille-text-link::after { content: "→"; transition: transform .2s ease; }
.camille-text-link:hover::after { transform: translateX(5px); }

.camille-manifesto {
  padding: clamp(70px, 9vw, 120px) 40px;
  color: #fff;
  background: var(--camille-brown);
  text-align: center;
}

.camille-manifesto p {
  width: min(100%, 1050px);
  margin: 0 auto;
  color: #fff;
  font-family: "Playfair Display", serif;
  font-size: clamp(38px, 5.2vw, 78px);
  font-weight: 400;
  line-height: 1.13;
  letter-spacing: -.025em;
}

.camille-process {
  width: min(100% - 80px, 1320px);
  margin: 0 auto;
  padding: clamp(110px, 12vw, 180px) 0;
}

.camille-process-heading {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 80px;
  align-items: end;
  margin-bottom: 80px;
}

.camille-process-heading h2 {
  margin: 0;
  font-size: clamp(48px, 5vw, 74px);
  font-weight: 400;
  line-height: 1;
}

.camille-process-heading p {
  max-width: 560px;
  margin: 0 0 6px auto;
  color: #5d5751;
}

.camille-process-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, .72fr);
  gap: clamp(60px, 8vw, 120px);
  align-items: start;
}

.camille-process-list {
  border-top: 1px solid #d9d3cc;
}

.camille-process-step {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 24px;
  padding: 30px 0;
  border-bottom: 1px solid #d9d3cc;
}

.camille-process-number {
  color: var(--camille-brown);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: .12em;
}

.camille-process-step h3 {
  margin: 0 0 7px;
  font-size: clamp(27px, 2.2vw, 36px);
  font-weight: 400;
}

.camille-process-step p {
  margin: 0;
  color: #625d56;
  font-size: 17px;
  line-height: 1.55;
}

.camille-process-image {
  height: 760px;
  margin: 0;
  overflow: hidden;
  border-radius: 12px 220px 12px 12px;
}

.camille-process-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 47% center;
}

.camille-gallery {
  padding: clamp(100px, 11vw, 170px) max(40px, calc((100vw - 1360px) / 2));
  background: #f1ece6;
}

.camille-gallery-header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 64px;
}

.camille-gallery-header h2 {
  max-width: 820px;
  margin: 0;
  font-size: clamp(50px, 6vw, 86px);
  font-weight: 400;
  line-height: .98;
}

.camille-gallery-grid {
  display: grid;
  grid-template-columns: 1.12fr .78fr .9fr;
  gap: 22px;
  align-items: start;
}

.camille-gallery-card {
  position: relative;
  margin: 0;
  overflow: hidden;
  background: #ddd;
}

.camille-gallery-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .8s cubic-bezier(.2,.6,.3,1);
}

.camille-gallery-card:hover img { transform: scale(1.035); }
.camille-gallery-card--one { height: 680px; border-radius: 0 0 180px 0; }
.camille-gallery-card--two { height: 510px; margin-top: 120px; border-radius: 180px 180px 0 0; }
.camille-gallery-card--three { height: 610px; margin-top: 36px; border-radius: 10px; }
.camille-gallery-card--one img { object-position: 54% center; }
.camille-gallery-card--two img { object-position: 46% center; }
.camille-gallery-card--three img { object-position: 48% center; }

.camille-kind-words {
  width: min(100% - 80px, 1240px);
  margin: 0 auto;
  padding: clamp(110px, 12vw, 180px) 0;
  text-align: center;
}

.camille-kind-words h2 {
  margin: 0 0 62px;
  font-size: clamp(48px, 5vw, 72px);
  font-weight: 400;
}

.camille-reviews-carousel {
  width: 100%;
  text-align: left;
}

.camille-reviews-viewport {
  width: 100%;
  overflow: hidden;
}

.camille-kind-words-list {
  display: flex;
  align-items: stretch;
  gap: 24px;
  border: 0;
  transition: transform .65s cubic-bezier(.22, .61, .36, 1);
  will-change: transform;
}

.camille-kind-word {
  flex: 0 0 calc((100% - 48px) / 3);
  min-height: 390px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 42px 34px 38px;
  border: 1px solid #d9d3cc;
  border-radius: 8px 82px 8px 8px;
  background: #fff;
  text-align: left;
}

.camille-kind-word + .camille-kind-word { border-left: 1px solid #d9d3cc; }

.camille-kind-word p {
  margin: 0 0 28px;
  color: #4f4943;
  font-family: "Playfair Display", serif;
  font-size: clamp(20px, 1.75vw, 26px);
  font-style: italic;
  line-height: 1.5;
}

.camille-kind-word cite {
  color: var(--camille-brown);
  font-family: "Alegreya Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.camille-reviews-controls {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 32px;
}

.camille-review-arrow {
  width: 48px;
  height: 48px;
  display: inline-grid;
  place-items: center;
  padding: 0;
  border: 1px solid var(--camille-brown);
  border-radius: 50%;
  background: transparent;
  color: var(--camille-brown);
  font-family: "Alegreya Sans", sans-serif;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  transition: background-color .2s ease, color .2s ease, opacity .2s ease;
}

.camille-review-arrow:hover:not(:disabled),
.camille-review-arrow:focus-visible:not(:disabled) {
  background: var(--camille-brown);
  color: #fff;
}

.camille-review-arrow:disabled {
  opacity: .28;
  cursor: default;
}

.camille-reviews-count {
  margin-left: 8px;
  color: #817971;
  font-size: 14px;
  letter-spacing: .12em;
}

.camille-home-cta {
  position: relative;
  min-height: 600px;
  display: grid;
  place-items: center;
  padding: 80px 30px;
  color: #fff;
  background: center / cover no-repeat url("https://camillelemaitre.com/wp-content/uploads/2026/07/LA-7403794-scaled.jpg");
  text-align: center;
  isolation: isolate;
}

.camille-home-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: rgba(35, 26, 20, .52);
}

.camille-home-cta-inner { max-width: 820px; }

.camille-home-cta h2 {
  margin: 0 0 28px;
  color: #fff;
  font-size: clamp(50px, 6vw, 88px);
  font-weight: 400;
  line-height: 1;
}

.camille-home-cta p { color: #fff; }

.camille-home-cta .camille-contact-button {
  margin-top: 22px;
  border-color: #fff;
  background: #fff;
  color: var(--camille-brown);
}

.camille-home-cta .camille-contact-button:hover {
  background: transparent;
  color: #fff;
}

@media (max-width: 980px) {
  .camille-hero { height: 72svh; min-height: 580px; }
  .camille-hero-content { width: calc(100% - 48px); }
  .camille-hero-dots { right: 24px; }
  .camille-intro,
  .camille-process-heading,
  .camille-process-layout { grid-template-columns: 1fr; }
  .camille-intro { width: calc(100% - 48px); gap: 70px; }
  .camille-intro-visual { min-height: 620px; width: min(100%, 610px); }
  .camille-intro-copy { max-width: 720px; }
  .camille-process { width: calc(100% - 48px); }
  .camille-process-heading { gap: 28px; margin-bottom: 56px; }
  .camille-process-heading p { margin-left: 0; }
  .camille-process-image { height: 620px; min-height: 0; border-radius: 10px 200px 10px 10px; }
  .camille-gallery { padding-inline: 24px; }
  .camille-gallery-header { display: block; }
  .camille-gallery-header .camille-text-link { margin-top: 30px; }
  .camille-gallery-grid { grid-template-columns: 1.1fr .9fr; }
  .camille-gallery-card--three { grid-column: 1 / -1; height: 520px; margin-top: 0; }
  .camille-kind-words { width: calc(100% - 48px); }
  .camille-kind-word { flex-basis: calc((100% - 24px) / 2); }
}

@media (max-width: 620px) {
  .camille-home p { font-size: 17px; }
  .camille-hero { height: 74svh; min-height: 540px; }
  .camille-hero-content { width: calc(100% - 36px); padding-bottom: 88px; }
  .camille-hero h1 { font-size: clamp(45px, 14vw, 64px); }
  .camille-hero-slide:nth-child(1) img { object-position: 48% center; }
  .camille-hero-slide:nth-child(2) img { object-position: 44% center; }
  .camille-hero-slide:nth-child(3) img { object-position: 43% center; }
  .camille-hero-slide:nth-child(4) img { object-position: 50% center; }
  .camille-hero-slide:nth-child(5) img { object-position: 42% center; }
  .camille-hero-slide:nth-child(6) img { object-position: 45% center; }
  .camille-hero-slide:nth-child(7) img { object-position: 42% center; }
  .camille-hero-slide:nth-child(8) img { object-position: 50% center; }
  .camille-hero-slide:nth-child(9) img { object-position: 42% center; }
  .camille-hero-slide:nth-child(10) img { object-position: 58% center; }
  .camille-hero-slide:nth-child(11) img { object-position: 50% center; }
  .camille-hero-dots { right: 18px; bottom: 30px; }
  .camille-hero-dot { width: 30px; }
  .camille-intro { width: calc(100% - 36px); padding: 90px 0; }
  .camille-intro-visual { min-height: 470px; }
  .camille-intro-visual::before { top: -18px; right: -12px; }
  .camille-intro-visual img { width: 94%; border-radius: 160px 160px 10px 10px; }
  .camille-intro-copy h2 { font-size: 46px; }
  .camille-manifesto { padding: 76px 20px; }
  .camille-manifesto p { font-size: 38px; }
  .camille-process { width: calc(100% - 36px); padding: 90px 0; }
  .camille-process-step { grid-template-columns: 46px 1fr; gap: 12px; }
  .camille-process-image { height: 500px; min-height: 0; border-radius: 10px 140px 10px 10px; }
  .camille-gallery { padding: 90px 18px; }
  .camille-gallery-header h2 { font-size: 48px; }
  .camille-gallery-grid { grid-template-columns: 1fr; gap: 16px; }
  .camille-gallery-card--one,
  .camille-gallery-card--two,
  .camille-gallery-card--three { height: 470px; margin: 0; grid-column: auto; }
  .camille-gallery-card--one { border-radius: 0 0 120px 0; }
  .camille-gallery-card--two { border-radius: 120px 120px 0 0; }
  .camille-kind-words { width: calc(100% - 36px); padding: 90px 0; }
  .camille-kind-word { flex-basis: 100%; min-height: 380px; padding: 36px 28px 32px; }
  .camille-kind-word + .camille-kind-word { border-left: 1px solid #d9d3cc; border-top: 1px solid #d9d3cc; }
  .camille-home-cta { min-height: 540px; }
}

@media (prefers-reduced-motion: reduce) {
  .camille-hero-slide,
  .camille-hero-slide img,
  .camille-gallery-card img { transition: none; }
  .camille-hero-slide.is-active img { transform: none; }
}

/* Page contact */
.page-id-161 .entry-header { display: none; }
.page-id-161 .site-content > .ast-container,
.page-id-161 .site-main,
.page-id-161 .entry-content,
.page-id-161 .content-area {
  width: 100%;
  max-width: none;
  margin: 0 !important;
  padding: 0 !important;
}

.camille-contact-page {
  color: var(--camille-ink);
  background: #fbfaf8;
  overflow: hidden;
}

.camille-contact-page h1,
.camille-contact-page h2,
.camille-contact-page h3 {
  font-family: "Playfair Display", serif;
}

.camille-contact-hero {
  min-height: 640px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: stretch;
}

.camille-contact-hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(80px, 8vw, 140px) max(40px, calc((100vw - 1360px) / 2));
}

.camille-contact-hero h1 {
  margin: 0 0 40px;
  font-size: clamp(62px, 7.6vw, 118px);
  font-weight: 400;
  line-height: .9;
  letter-spacing: -.045em;
  overflow-wrap: normal;
  word-break: keep-all;
  hyphens: none;
  text-wrap: balance;
}

.camille-contact-hero h1 em { display: inline-block; max-width: 100%; font-weight: 400; white-space: nowrap; }
.camille-contact-hero-copy > p { max-width: 650px; color: #58524c; font-size: clamp(18px, 1.4vw, 21px); line-height: 1.65; }

.camille-contact-hero-image {
  min-height: 640px;
  margin: 0;
  overflow: hidden;
  border-radius: 0 0 0 220px;
}

.camille-contact-hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 48% center;
}

.camille-contact-main {
  width: min(100% - 80px, 1320px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(320px, .68fr) minmax(0, 1.32fr);
  gap: clamp(50px, 7vw, 110px);
  align-items: start;
  padding: clamp(90px, 9vw, 140px) 0;
}

.camille-contact-details {
  position: sticky;
  top: 30px;
  padding: clamp(42px, 4vw, 60px);
  border-radius: 10px 110px 10px 10px;
  color: #fff;
  background: var(--camille-brown);
}

.camille-kicker--light { color: #fff; }
.camille-contact-details h2 { margin: 0 0 46px; color: #fff; font-size: clamp(40px, 3.7vw, 56px); font-weight: 400; line-height: 1.02; }
.camille-contact-detail { padding: 24px 0; border-top: 1px solid rgba(255,255,255,.32); }
.camille-contact-detail-label { display: block; margin-bottom: 7px; font-size: 12px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; opacity: .82; }
.camille-contact-detail a,
.camille-contact-detail p { margin: 0; color: #fff; font-size: 19px; line-height: 1.5; text-decoration: none; }
.camille-contact-detail a:hover { text-decoration: underline; }
.camille-contact-details-note { margin: 38px 0 0; color: #fff; font-family: "Playfair Display", serif; font-size: 22px; font-style: italic; line-height: 1.4; }

.camille-contact-form-wrap { padding-top: 16px; }
.camille-contact-form-wrap h2 { margin: 0 0 48px; font-size: clamp(52px, 5vw, 76px); font-weight: 400; line-height: 1; }
.camille-contact-form { display: grid; gap: 30px; }
.camille-form-grid { display: grid; gap: 24px; }
.camille-form-grid--two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.camille-field { display: grid; gap: 10px; }
.camille-field label,
.camille-fieldset legend { color: var(--camille-ink); font-size: 17px; font-weight: 600; }
.camille-field label > span[aria-hidden="true"] { color: var(--camille-brown); }
.camille-optional { margin-left: 7px; color: #8b837c; font-size: 13px; font-weight: 400; }

.camille-field input,
.camille-field textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #bdb6af;
  border-radius: 0;
  outline: 0;
  background: transparent;
  color: var(--camille-ink);
  font-family: "Alegreya Sans", sans-serif;
  font-size: 18px;
  transition: border-color .2s ease;
}

.camille-field input { min-height: 52px; padding: 8px 0; }
.camille-field textarea { min-height: 190px; padding: 12px 0; resize: vertical; }
.camille-field input:focus,
.camille-field textarea:focus { border-color: var(--camille-brown); }
.camille-field input::placeholder { color: #99918a; opacity: 1; }

.camille-fieldset { margin: 8px 0 4px; padding: 28px 0 0; border: 0; border-top: 1px solid #d9d3cc; }
.camille-field-help { margin: 5px 0 22px; color: #817971; font-size: 14px; }
.camille-choice-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.camille-choice { position: relative; display: flex; cursor: pointer; }
.camille-choice input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.camille-choice span { width: 100%; min-height: 48px; display: flex; align-items: center; padding: 10px 16px; border: 1px solid #d4cec7; border-radius: 999px; color: #4f4943; font-size: 16px; transition: background-color .2s ease, border-color .2s ease, color .2s ease; }
.camille-choice span::before { content: ""; width: 16px; height: 16px; margin-right: 10px; border: 1px solid #aaa199; border-radius: 50%; background: #fff; }
.camille-choice input:checked + span { border-color: var(--camille-brown); background: var(--camille-brown); color: #fff; }
.camille-choice input:checked + span::before { border: 5px solid #fff; background: var(--camille-brown); }
.camille-choice input:focus-visible + span { outline: 2px solid var(--camille-brown); outline-offset: 3px; }

.camille-consent { display: flex; align-items: flex-start; gap: 12px; color: #625b55; font-size: 15px; line-height: 1.45; cursor: pointer; }
.camille-consent input { width: 18px; height: 18px; margin-top: 2px; accent-color: var(--camille-brown); flex: 0 0 auto; }
.camille-submit { width: fit-content; min-height: 52px; padding: 14px 26px; border: 1px solid var(--camille-brown); border-radius: 999px; background: var(--camille-brown); color: #fff; font-family: "Alegreya Sans", sans-serif; font-size: 17px; font-weight: 500; cursor: pointer; transition: background-color .2s ease, color .2s ease; }
.camille-submit:hover { background: transparent; color: var(--camille-brown); }
.camille-form-notice { margin-bottom: 34px; padding: 18px 20px; border-left: 3px solid var(--camille-brown); background: #f0e7e0; font-size: 17px; }
.camille-form-notice--error { border-color: #9b3232; background: #f6e7e7; }
.camille-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

@media (max-width: 980px) {
  .camille-contact-hero { grid-template-columns: 1fr; }
  .camille-contact-hero-copy { padding: 100px 24px; }
  .camille-contact-hero-image { min-height: 620px; border-radius: 0 0 0 180px; }
  .camille-contact-main { width: calc(100% - 48px); grid-template-columns: 1fr; }
  .camille-contact-details { position: relative; top: 0; }
}

@media (max-width: 620px) {
  .camille-contact-hero { min-height: 0; }
  .camille-contact-hero-copy { padding: 80px 18px; }
  .camille-contact-hero h1 { font-size: clamp(48px, 14vw, 60px); }
  .camille-contact-hero-image { min-height: 480px; border-radius: 0 0 0 110px; }
  .camille-contact-main { width: calc(100% - 36px); padding: 90px 0; }
  .camille-contact-details { padding: 42px 28px; border-radius: 8px 100px 8px 8px; }
  .camille-form-grid--two,
  .camille-choice-grid { grid-template-columns: 1fr; }
  .camille-contact-form-wrap h2 { font-size: 50px; }
  .camille-submit { width: 100%; }
}


/* Diaporama mobile : photographie entière et texte séparé */
@media (max-width: 620px) {
  .camille-hero {
    height: auto;
    min-height: 0;
    display: flex;
    flex-direction: column;
    overflow: hidden;
  }
  .camille-hero-slides {
    position: relative;
    inset: auto;
    width: 100%;
    height: auto;
    aspect-ratio: 3 / 2;
    flex: 0 0 auto;
    background: #30281f;
  }
  .camille-hero-slide,
  .camille-hero-slide img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
  }
  .camille-hero-slide img,
  .camille-hero-slide.is-active img {
    object-fit: contain;
    object-position: center center !important;
    transform: none;
  }
  .camille-hero::after {
    inset: 0 0 auto;
    height: 66.667vw;
  }
  .camille-hero-content {
    position: relative;
    width: calc(100% - 36px);
    height: auto;
    margin: 0 auto;
    padding: 36px 0 82px;
  }
  .camille-hero-dots {
    top: calc(66.667vw - 42px);
    right: 18px;
    bottom: auto;
  }
}


/* Cadrages affinés du diaporama sur grand écran */
@media (min-width: 621px) {
  .camille-hero-slide:nth-child(3) img { object-position: center 25%; }
  .camille-hero-slide:nth-child(4) img { object-position: center 32%; }
  .camille-hero-slide:nth-child(6) img { object-position: 45% 25%; }
  .camille-hero-slide:nth-child(8) img { object-position: center 72%; }
}


/* Préserver les visages dans les portraits verticaux */
@media (min-width: 621px) {
  .camille-hero-slide:nth-child(3) img { object-position: center top; }
  .camille-hero-slide:nth-child(6) img { object-position: 45% top; }
}


/* Préserver les bords importants de certaines images */
@media (min-width: 621px) {
  .camille-hero-slide:nth-child(3) img,
  .camille-hero-slide:nth-child(4) img,
  .camille-hero-slide:nth-child(6) img,
  .camille-hero-slide:nth-child(8) img,
  .camille-hero-slide:nth-child(3).is-active img,
  .camille-hero-slide:nth-child(4).is-active img,
  .camille-hero-slide:nth-child(6).is-active img,
  .camille-hero-slide:nth-child(8).is-active img {
    transform: scale(1);
  }
}


/* Titre d’accueil plus compact */
.camille-hero h1 {
  font-size: clamp(44px, 5.2vw, 78px);
}
@media (max-width: 620px) {
  .camille-hero h1 {
    font-size: clamp(38px, 10vw, 50px);
  }
}


/* Présentation des univers photographiques */
.camille-session-showcase {
  width: min(100% - 80px, 1360px);
  margin: 0 auto;
  padding: 132px 0;
}
.camille-session-showcase-heading {
  max-width: 700px;
  margin-bottom: 46px;
}
.camille-session-showcase-heading h2 {
  margin: 12px 0 16px;
  font-size: clamp(44px, 5.4vw, 76px);
  line-height: 1;
  font-weight: 400;
}
.camille-session-showcase-heading p {
  max-width: 540px;
  margin: 0;
  font-size: 20px;
  line-height: 1.5;
}
.camille-session-showcase-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
.camille-session-card {
  position: relative;
  display: block;
  min-height: 350px;
  overflow: hidden;
  color: #fff;
  background: #30281f;
  text-decoration: none;
  isolation: isolate;
}
.camille-session-card:nth-child(2),
.camille-session-card:nth-child(5) {
  transform: translateY(34px);
}
.camille-session-card img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  object-fit: cover;
  transition: transform .7s cubic-bezier(.22, .61, .36, 1);
}
.camille-session-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, transparent 34%, rgba(24, 19, 16, .72) 100%);
}
.camille-session-card span {
  position: absolute;
  z-index: 2;
  left: 28px;
  right: 28px;
  bottom: 24px;
  font-family: "Playfair Display", serif;
  font-size: clamp(30px, 3vw, 44px);
  line-height: 1;
}
.camille-session-card:hover img,
.camille-session-card:focus-visible img {
  transform: scale(1.06);
}
.camille-session-card:focus-visible {
  outline: 3px solid #7d5137;
  outline-offset: 4px;
}
@media (max-width: 980px) {
  .camille-session-showcase-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .camille-session-card:nth-child(2),
  .camille-session-card:nth-child(5) { transform: none; }
}
@media (max-width: 620px) {
  .camille-session-showcase { width: calc(100% - 36px); padding: 92px 0; }
  .camille-session-showcase-heading { margin-bottom: 30px; }
  .camille-session-showcase-heading h2 { font-size: 48px; }
  .camille-session-showcase-heading p { font-size: 18px; }
  .camille-session-showcase-grid { grid-template-columns: 1fr; gap: 14px; }
  .camille-session-card { min-height: 310px; }
  .camille-session-card span { left: 22px; right: 22px; bottom: 20px; font-size: 38px; }
}


/* Cadrages des photos de présentation */
.camille-session-card:nth-child(1) img { object-position: center 48%; }
.camille-session-card:nth-child(2) img { object-position: center 58%; }
.camille-session-card:nth-child(3) img { object-position: center 36%; }
.camille-session-card:nth-child(4) img { object-position: 60% 30%; }
.camille-session-card:nth-child(5) img { object-position: center 28%; }
.camille-session-card:nth-child(6) img { object-position: center 19%; }


/* Points de cadrage précis par séance */
.camille-session-card[href*="#seance-grossesse"] img { object-position: center 48%; }
.camille-session-card[href*="#seance-naissance"] img { object-position: center 58%; }
.camille-session-card[href*="#seance-famille"] img { object-position: center 36%; }
.camille-session-card[href*="#seance-portrait"] img { object-position: 60% 30%; }
.camille-session-card[href*="#seance-couple"] img { object-position: center 28%; }
.camille-session-card[href*="#seance-oui-apres"] img { object-position: center 19%; }


/* Ajustement vertical du oui d’après */
.camille-session-card[href*="#seance-oui-apres"] img { object-position: center 10%; }


/* Avis mis en lumière sur la page d’accueil */
.camille-kind-words--single {
  width: min(100% - 80px, 1180px);
  margin: 0 auto;
  padding: 130px 0;
}
.camille-kind-words--single > .camille-kicker {
  color: #7d5137;
}
.camille-kind-words--single h2 {
  margin: 12px 0 50px;
  font-size: clamp(44px, 5.4vw, 76px);
  line-height: 1;
  font-weight: 400;
}
.camille-single-review {
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr);
  align-items: center;
  gap: clamp(34px, 7vw, 110px);
}
.camille-single-review-photo {
  margin: 0;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: #30281f;
}
.camille-single-review-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 24%;
}
.camille-single-review-content p {
  margin: 0 0 30px;
  font-family: "Playfair Display", serif;
  font-size: clamp(28px, 3.2vw, 46px);
  line-height: 1.24;
}
.camille-single-review-content cite {
  display: block;
  font-family: "Alegreya Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: .03em;
}
.camille-single-review-content cite span {
  display: block;
  margin-top: 4px;
  color: #7d5137;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: .08em;
  text-transform: uppercase;
}
@media (max-width: 700px) {
  .camille-kind-words--single {
    width: min(100% - 36px, 1180px);
    padding: 92px 0;
  }
  .camille-kind-words--single h2 {
    margin-bottom: 32px;
    font-size: 48px;
  }
  .camille-single-review {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .camille-single-review-photo {
    aspect-ratio: 1 / 1.08;
  }
  .camille-single-review-content p {
    font-size: 30px;
  }
}


/* Carrousel d’avis compact */
.camille-kind-words--single .camille-reviews-carousel {
  max-width: 820px;
  margin: 0;
}
.camille-kind-words--single .camille-kind-word--featured {
  display: grid !important;
  grid-template-columns: 170px minmax(0, 1fr);
  align-items: center;
  gap: 30px;
  padding: 0 !important;
  background: transparent !important;
}
.camille-kind-words--single .camille-single-review-photo {
  width: 170px;
  aspect-ratio: 1 / 1.12;
}
.camille-kind-words--single .camille-single-review-content p {
  margin-bottom: 16px;
  font-size: clamp(20px, 2vw, 27px);
  line-height: 1.4;
}
.camille-kind-words--single .camille-single-review-content cite {
  font-size: 17px;
}
.camille-kind-words--single .camille-single-review-content cite span {
  font-size: 14px;
}
.camille-kind-words--single .camille-reviews-controls {
  margin-top: 20px;
}
@media (max-width: 700px) {
  .camille-kind-words--single .camille-kind-word--featured {
    grid-template-columns: 115px minmax(0, 1fr);
    gap: 18px;
  }
  .camille-kind-words--single .camille-single-review-photo {
    width: 115px;
    aspect-ratio: 1 / 1.15;
  }
  .camille-kind-words--single .camille-single-review-content p {
    font-size: 18px;
    line-height: 1.35;
  }
}


/* Photo de conclusion en bas de l’accueil */
.camille-home-cta {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 610px;
  background: #2d251e;
}
.camille-home-cta-photo {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center 42%;
}
.camille-home-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: rgba(31, 23, 18, .48);
}
.camille-home-cta-inner {
  position: relative;
  z-index: 1;
}
@media (max-width: 700px) {
  .camille-home-cta {
    min-height: 510px;
  }
  .camille-home-cta-photo {
    object-position: center 38%;
  }
}


/* Un témoignage complet par écran dans le carrousel */
.camille-kind-words--single .camille-kind-word--featured {
  flex: 0 0 100% !important;
  width: 100%;
}


/* Texte de conclusion aligné sur la zone de sable */
@media (min-width: 701px) {
  .camille-home-cta-inner {
    width: min(100% - 160px, 1180px);
    margin: 0 auto;
    text-align: left;
    align-items: flex-start;
  }
}

/* Typographie plus discrète pour les avis */
.camille-kind-words--single .camille-single-review-content p {
  font-size: clamp(18px, 1.65vw, 23px);
  line-height: 1.38;
}


/* Logo en bas à gauche */
.camille-footer-brand {
  display: block;
  flex: 0 0 auto;
}
.camille-footer-brand img {
  width: 155px;
  height: auto;
  max-width: 100%;
}
@media (max-width: 620px) {
  .camille-footer-brand img {
    width: 135px;
  }
}


/* Rythme plus resserré sur l’accueil */
@media (min-width: 701px) {
  .camille-intro { padding: 108px 0; }
  .camille-manifesto { padding: 86px 40px; }
  .camille-session-showcase { padding: 100px 0; }
  .camille-kind-words--single { padding: 92px 0; }
  .camille-home-cta { min-height: 540px; padding: 64px 30px; }
}
@media (max-width: 700px) {
  .camille-intro { padding: 78px 0; }
  .camille-manifesto { padding: 70px 18px; }
  .camille-session-showcase { padding: 76px 0; }
  .camille-kind-words--single { padding: 76px 0; }
  .camille-home-cta { min-height: 470px; }
}

/* Carte d’avis claire et structurée */
.camille-kind-words--single .camille-reviews-carousel {
  max-width: 900px;
}
.camille-kind-words--single .camille-kind-word--featured {
  grid-template-columns: 185px minmax(0, 1fr);
  gap: 32px;
  padding: 26px !important;
  border: 1px solid #e5dfd8;
  background: #fff !important;
  box-shadow: 0 14px 36px rgba(56, 39, 27, .08);
}
.camille-kind-words--single .camille-single-review-photo {
  width: 185px;
  aspect-ratio: 1 / 1.1;
}
.camille-kind-words--single .camille-review-quote p {
  margin: 0 0 11px;
  font-size: clamp(17px, 1.45vw, 20px);
  line-height: 1.45;
}
.camille-kind-words--single .camille-review-quote p:last-child {
  margin-bottom: 18px;
}
@media (max-width: 700px) {
  .camille-kind-words--single .camille-kind-word--featured {
    grid-template-columns: 115px minmax(0, 1fr);
    gap: 18px;
    padding: 18px !important;
  }
  .camille-kind-words--single .camille-single-review-photo {
    width: 115px;
  }
  .camille-kind-words--single .camille-review-quote p {
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 1.35;
  }
}


/* Photo d’avis alignée sur trois bords */
@media (min-width: 701px) {
  .camille-kind-words--single .camille-kind-word--featured {
    grid-template-columns: 215px minmax(0, 1fr);
    gap: 0;
    padding: 0 !important;
    overflow: hidden;
  }
  .camille-kind-words--single .camille-single-review-photo {
    width: 215px;
    height: auto;
    aspect-ratio: auto;
    align-self: stretch;
  }
  .camille-kind-words--single .camille-single-review-photo img {
    height: 100%;
  }
  .camille-kind-words--single .camille-single-review-content {
    padding: 28px 32px;
  }

  /* Texte de fin encore plus à gauche */
  .camille-home-cta-inner {
    width: min(100% - 80px, 1260px);
  }
}


@media (min-width: 701px) {
  .camille-home-cta-inner {
    width: calc(100% - 80px);
    max-width: none;
  }
}


/* Initiale J plus lisible dans le manifeste */
.camille-manifesto-j {
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
  font-weight: 600;
  letter-spacing: -0.04em;
}


/* Grille régulière pour les univers */
.camille-session-showcase-grid > br {
  display: none;
}
.camille-session-showcase-grid > .camille-session-card {
  transform: none !important;
}


/* Intro photo */
.camille-about-intro-photo {
  max-width: 640px;
  margin: 0 0 52px;
}
.camille-about-intro-photo img {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 700px) {
  .camille-about-intro-photo {
    max-width: 100%;
    margin-bottom: 34px;
  }
}


/* Page Derriere l objectif */
.page-id-157 .entry-header {
  display: none;
}
.camille-about-page {
  overflow: hidden;
}
.camille-about-hero,
.camille-about-story,
.camille-about-turn,
.camille-about-facts,
.camille-about-love,
.camille-about-cta {
  padding: 112px 0;
}
.camille-about-hero {
  width: min(100% - 80px, 1260px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
  gap: clamp(48px, 9vw, 150px);
  align-items: center;
}
.camille-about-hero .camille-about-intro-photo {
  max-width: none;
  margin: 0;
}
.camille-about-hero .camille-about-intro-photo img {
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center center;
}
.camille-about-kicker {
  display: block;
  color: #7d5137;
  font-family: "Alegreya Sans", sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .17em;
  text-transform: uppercase;
}
.camille-about-copy,
.camille-about-hero-copy {
  max-width: 820px;
}
.camille-about-page h2 {
  margin: 14px 0 26px;
  font-size: clamp(42px, 5vw, 72px);
  font-weight: 400;
  line-height: 1.02;
}
.camille-about-page p {
  margin: 0 0 18px;
  font-size: 18px;
  line-height: 1.65;
}
.camille-about-story {
  background: #f3eee9;
}
.camille-about-story .camille-about-copy,
.camille-about-facts .camille-about-copy,
.camille-about-love .camille-about-copy,
.camille-about-cta .camille-about-copy {
  width: min(100% - 80px, 960px);
  margin: 0 auto;
}
.camille-about-turn {
  background: #7d5137;
  color: #fff;
}
.camille-about-turn .camille-about-copy {
  width: min(100% - 80px, 880px);
  margin: 0 auto;
}
.camille-about-turn .camille-about-kicker {
  color: #f6e6d8;
}
.camille-about-facts {
  background: #fff;
}
.camille-about-facts p {
  padding: 17px 0;
  margin: 0;
  border-bottom: 1px solid rgba(125, 81, 55, .25);
}
.camille-about-love {
  background: #f3eee9;
}
.camille-about-love p {
  font-family: "Playfair Display", serif;
  font-size: clamp(25px, 3.2vw, 42px);
  line-height: 1.25;
}
.camille-about-cta {
  background: #30281f;
  color: #fff;
  text-align: center;
}
.camille-about-cta .camille-about-kicker {
  color: #e7cdbd;
}
.camille-about-cta .camille-about-copy {
  max-width: 760px;
}
.camille-about-cta a {
  display: inline-block;
  margin-top: 16px;
  padding: 13px 24px;
  border: 1px solid #fff;
  color: #fff;
  text-decoration: none;
}
.camille-about-cta a:hover {
  background: #fff;
  color: #30281f;
}
@media (max-width: 760px) {
  .camille-about-hero,
  .camille-about-story,
  .camille-about-turn,
  .camille-about-facts,
  .camille-about-love,
  .camille-about-cta {
    padding: 72px 0;
  }
  .camille-about-hero {
    width: calc(100% - 36px);
    grid-template-columns: 1fr;
    gap: 34px;
  }
  .camille-about-story .camille-about-copy,
  .camille-about-facts .camille-about-copy,
  .camille-about-love .camille-about-copy,
  .camille-about-cta .camille-about-copy,
  .camille-about-turn .camille-about-copy {
    width: calc(100% - 36px);
  }
  .camille-about-page h2 {
    font-size: 46px;
  }
  .camille-about-page p {
    font-size: 17px;
  }
}


/* Small photo in the story */
.camille-about-story-photo {
  width: 100%;
  max-width: 320px;
  margin: 42px 0 42px auto;
}
.camille-about-story-photo img {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 760px) {
  .camille-about-story-photo {
    max-width: 260px;
    margin: 32px auto;
  }
}


/* Photo and text together */
.camille-about-story-moment {
  display: grid;
  grid-template-columns: 320px minmax(0, 1fr);
  gap: 46px;
  align-items: center;
  margin: 52px 0;
}
.camille-about-story-moment .camille-about-story-photo {
  max-width: none;
  margin: 0;
}
.camille-about-story-moment-copy p:last-child {
  margin-bottom: 0;
}
@media (max-width: 760px) {
  .camille-about-story-moment {
    grid-template-columns: 1fr;
    gap: 26px;
    margin: 36px 0;
  }
  .camille-about-story-moment .camille-about-story-photo {
    width: 100%;
    max-width: 260px;
    margin: 0 auto;
  }
}


/* Story page balance */
.camille-about-story {
  padding-top: 88px;
  padding-bottom: 96px;
}
.camille-about-story-title {
  max-width: 730px;
  margin-bottom: 42px;
}
.camille-about-story-title h2 {
  margin-bottom: 0;
  font-size: clamp(42px, 4.3vw, 62px);
  line-height: 1.08;
}
.camille-about-story-moment {
  grid-template-columns: 300px minmax(0, 1fr);
  gap: 42px;
  align-items: start;
  margin: 0 0 44px;
  padding: 30px 0;
  border-top: 1px solid rgba(125, 81, 55, .24);
  border-bottom: 1px solid rgba(125, 81, 55, .24);
}
.camille-about-turn {
  padding-top: 94px;
  padding-bottom: 94px;
}
.camille-about-turn h2 {
  font-size: clamp(44px, 4.6vw, 64px);
}
.camille-about-turn-photo {
  float: right;
  width: 34%;
  max-width: 330px;
  margin: 0 0 28px 48px;
}
.camille-about-turn-photo img {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 760px) {
  .camille-about-story {
    padding-top: 68px;
    padding-bottom: 72px;
  }
  .camille-about-story-title h2 {
    font-size: 45px;
  }
  .camille-about-story-moment {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-bottom: 34px;
  }
  .camille-about-turn-photo {
    float: none;
    width: 100%;
    max-width: 260px;
    margin: 0 auto 30px;
  }
}


/* Arches for the behind the lens page */
.camille-about-hero .camille-about-intro-photo,
.camille-about-story-moment .camille-about-story-photo,
.camille-about-turn-photo {
  overflow: hidden;
  border-radius: 240px 240px 0 0;
  background: #d9c9bc;
}
.camille-about-hero .camille-about-intro-photo img {
  border-radius: 0;
}
.camille-about-hero-copy h2 {
  font-size: clamp(40px, 4.4vw, 64px);
}
.camille-about-hero-note {
  margin-top: 30px !important;
  padding-top: 24px;
  border-top: 1px solid rgba(125, 81, 55, .32);
  font-family: "Playfair Display", serif;
  font-size: 24px !important;
  line-height: 1.35 !important;
}
.camille-about-story-moment .camille-about-story-photo {
  width: 100%;
  max-width: none;
}
.camille-about-story-moment .camille-about-story-photo img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center;
}
.camille-about-turn-layout {
  display: grid;
  grid-template-columns: minmax(260px, .72fr) minmax(0, 1.28fr);
  gap: clamp(38px, 7vw, 92px);
  align-items: start;
  margin-top: 38px;
}
.camille-about-turn-photo {
  float: none;
  width: 100%;
  max-width: none;
  margin: 0;
}
.camille-about-turn-photo img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center;
}
.camille-about-turn-text p {
  font-size: 17px;
  line-height: 1.65;
}
@media (max-width: 760px) {
  .camille-about-hero .camille-about-intro-photo,
  .camille-about-story-moment .camille-about-story-photo,
  .camille-about-turn-photo {
    border-radius: 160px 160px 0 0;
  }
  .camille-about-hero-note {
    font-size: 21px !important;
  }
  .camille-about-turn-layout {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .camille-about-turn-photo {
    max-width: 300px;
    margin: 0 auto;
  }
}


/* Photos rectangulaires - page Derriere l objectif */
.page-id-157 .camille-about-hero .camille-about-intro-photo,
.page-id-157 .camille-about-story-moment .camille-about-story-photo,
.page-id-157 .camille-about-turn-photo {
  border-radius: 0;
}


/* Instagram dans l entete */
.camille-header-social--desktop {
  display: flex;
  align-items: center;
  margin-left: 4px;
}
.camille-header-social--desktop a {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  color: #30281f;
}
.camille-header-social--desktop svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
}
.camille-header-social--desktop a:hover {
  color: #7d5137;
}
@media (max-width: 920px) {
  .camille-header-social--desktop {
    display: none;
  }
}


/* Instagram et bouton sur une ligne */
.camille-header-right {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 8px;
}
.camille-header-right .camille-header-social--desktop {
  margin: 0;
}


/* Nouvelle mise en page — Derrière l’objectif */
.page-id-157 .camille-about-redesign {
  max-width: 1240px;
  margin: 0 auto;
  padding: clamp(44px, 7vw, 100px) clamp(22px, 4vw, 56px) clamp(64px, 9vw, 120px);
  color: #30281f;
}
.page-id-157 .camille-about-redesign * { box-sizing: border-box; }
.page-id-157 .camille-about-redesign figure { margin: 0; }
.page-id-157 .camille-about-redesign img { display: block; width: 100%; height: 100%; object-fit: cover; }
.page-id-157 .camille-about-redesign h2,
.page-id-157 .camille-about-redesign h3,
.page-id-157 .camille-about-redesign p { margin-top: 0; }
.page-id-157 .camille-about-redesign-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(280px, .92fr);
  align-items: center;
  gap: clamp(38px, 7vw, 112px);
}
.page-id-157 .camille-about-redesign-hero-photo { aspect-ratio: 4 / 5; background: #d8c6b6; overflow: hidden; }
.page-id-157 .camille-about-redesign-hero-copy { max-width: 470px; }
.page-id-157 .camille-about-redesign-kicker,
.page-id-157 .camille-about-redesign-section-heading > span,
.page-id-157 .camille-about-redesign-details-intro > span,
.page-id-157 .camille-about-redesign-love > span,
.page-id-157 .camille-about-redesign-cta > span {
  display: block;
  margin-bottom: 16px;
  color: #8a6349;
  font-family: Georgia, serif;
  font-size: 13px;
  font-style: italic;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.page-id-157 .camille-about-redesign-hero h2,
.page-id-157 .camille-about-redesign-section-heading h2,
.page-id-157 .camille-about-redesign-turn h2,
.page-id-157 .camille-about-redesign-details h2,
.page-id-157 .camille-about-redesign-love h2,
.page-id-157 .camille-about-redesign-cta h2 {
  margin-bottom: 26px;
  font-family: Georgia, serif;
  font-size: clamp(38px, 5vw, 70px);
  font-weight: 400;
  line-height: .98;
  letter-spacing: -.045em;
}
.page-id-157 .camille-about-redesign-hero p,
.page-id-157 .camille-about-redesign-chapter p,
.page-id-157 .camille-about-redesign-memory p,
.page-id-157 .camille-about-redesign-turn p,
.page-id-157 .camille-about-redesign-love p,
.page-id-157 .camille-about-redesign-cta p { font-size: 16px; line-height: 1.8; }
.page-id-157 .camille-about-redesign-note { margin-top: 27px !important; padding-top: 23px; border-top: 1px solid #b69982; font-family: Georgia, serif; font-style: italic; }
.page-id-157 .camille-about-redesign-story { padding: clamp(90px, 13vw, 178px) 0 0; }
.page-id-157 .camille-about-redesign-section-heading { max-width: 650px; margin: 0 auto clamp(42px, 6vw, 78px); text-align: center; }
.page-id-157 .camille-about-redesign-chapter { display: grid; grid-template-columns: minmax(190px, .62fr) minmax(0, 1fr); align-items: center; max-width: 980px; margin: 0 auto; gap: clamp(36px, 7vw, 104px); }
.page-id-157 .camille-about-redesign-chapter figure { width: min(100%, 330px); aspect-ratio: 3 / 4; justify-self: center; overflow: hidden; background: #d9c7b9; }
.page-id-157 .camille-about-redesign-index { display: block; margin-bottom: 18px; color: #8a6349; font-size: 11px; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; }
.page-id-157 .camille-about-redesign-chapter h3 { margin-bottom: 21px; font-family: Georgia, serif; font-size: clamp(29px, 3.5vw, 48px); font-weight: 400; line-height: 1; }
.page-id-157 .camille-about-redesign-chapter p { margin-bottom: 14px; }
.page-id-157 .camille-about-redesign-memory { display: grid; grid-template-columns: 1fr 1fr; align-items: center; max-width: 980px; margin: clamp(54px, 8vw, 104px) auto 0; padding: clamp(30px, 5vw, 64px); gap: clamp(30px, 6vw, 88px); background: #eee4d9; }
.page-id-157 .camille-about-redesign-quote { margin: 0 !important; font-family: Georgia, serif; font-size: clamp(28px, 3.6vw, 47px) !important; font-style: italic; line-height: 1.08 !important; }
.page-id-157 .camille-about-redesign-memory div p:last-child { margin-bottom: 0; }
.page-id-157 .camille-about-redesign-turn { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); margin-top: clamp(84px, 13vw, 178px); background: #383026; color: #f7f2ea; }
.page-id-157 .camille-about-redesign-turn figure { min-height: 580px; }
.page-id-157 .camille-about-redesign-turn-copy { align-self: center; padding: clamp(40px, 7vw, 92px); }
.page-id-157 .camille-about-redesign-turn .camille-about-redesign-index { color: #d8b99e; }
.page-id-157 .camille-about-redesign-turn h2 { margin-bottom: 30px; }
.page-id-157 .camille-about-redesign-turn p { margin-bottom: 15px; color: #eee6dc; }
.page-id-157 .camille-about-redesign-turn p:last-child { margin-bottom: 0; }
.page-id-157 .camille-about-redesign-details { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(44px, 9vw, 138px); max-width: 980px; margin: clamp(84px, 13vw, 178px) auto; align-items: start; }
.page-id-157 .camille-about-redesign-details h2 { margin-bottom: 0; }
.page-id-157 .camille-about-redesign-details ul { margin: 0; padding: 0; list-style: none; border-top: 1px solid #b69982; }
.page-id-157 .camille-about-redesign-details li { padding: 17px 0; border-bottom: 1px solid #b69982; font-size: 16px; line-height: 1.45; }
.page-id-157 .camille-about-redesign-details li::before { content: '—'; display: inline-block; margin-right: 10px; color: #8a6349; }
.page-id-157 .camille-about-redesign-love { max-width: 720px; margin: 0 auto; text-align: center; }
.page-id-157 .camille-about-redesign-love h2 { margin-bottom: 28px; }
.page-id-157 .camille-about-redesign-love p { max-width: 540px; margin: 0 auto 18px; }
.page-id-157 .camille-about-redesign-love-line { margin-top: 36px !important; color: #7d5137; font-family: Georgia, serif; font-size: clamp(25px, 3vw, 39px) !important; font-style: italic; line-height: 1.15 !important; }
.page-id-157 .camille-about-redesign-cta { margin-top: clamp(86px, 13vw, 175px); padding: clamp(42px, 7vw, 94px) 28px; background: #d9c4b1; text-align: center; }
.page-id-157 .camille-about-redesign-cta h2 { margin-bottom: 20px; }
.page-id-157 .camille-about-redesign-cta p { max-width: 480px; margin: 0 auto 30px; }
.page-id-157 .camille-about-redesign-cta a { display: inline-block; padding: 13px 24px; background: #30281f; color: #fff; font-size: 13px; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.page-id-157 .camille-about-redesign-cta a:hover { background: #7d5137; color: #fff; }
@media (max-width: 780px) {
  .page-id-157 .camille-about-redesign { padding: 34px 20px 70px; }
  .page-id-157 .camille-about-redesign-hero,
  .page-id-157 .camille-about-redesign-chapter,
  .page-id-157 .camille-about-redesign-turn,
  .page-id-157 .camille-about-redesign-details { grid-template-columns: 1fr; }
  .page-id-157 .camille-about-redesign-hero { gap: 34px; }
  .page-id-157 .camille-about-redesign-hero-photo { aspect-ratio: 4 / 4.8; }
  .page-id-157 .camille-about-redesign-chapter { gap: 35px; }
  .page-id-157 .camille-about-redesign-chapter figure { width: min(80%, 300px); }
  .page-id-157 .camille-about-redesign-memory { grid-template-columns: 1fr; gap: 25px; }
  .page-id-157 .camille-about-redesign-turn { margin-left: -20px; margin-right: -20px; }
  .page-id-157 .camille-about-redesign-turn figure { min-height: 410px; }
  .page-id-157 .camille-about-redesign-turn-copy { padding: 48px 28px 54px; }
  .page-id-157 .camille-about-redesign-details { gap: 34px; margin: 94px auto; }
}


/* Ajustement doux du bloc Le déclic */
.page-id-157 .camille-about-redesign-turn { background: #aa8870; }
.page-id-157 .camille-about-redesign-turn h2 { color: #fffdf9; font-size: clamp(33px, 4.1vw, 56px); }
.page-id-157 .camille-about-redesign-turn p { color: #fffaf4; }
.page-id-157 .camille-about-redesign-turn .camille-about-redesign-index { color: #f7e7d7; }


/* Photo Vers mes 14 ans : format paysage pour respecter le cadrage original */
.page-id-157 .camille-about-redesign-chapter--first figure { width: min(100%, 430px); aspect-ratio: 3 / 2; }
.page-id-157 .camille-about-redesign-chapter--first figure img { object-position: center center; }
@media (max-width: 780px) { .page-id-157 .camille-about-redesign-chapter--first figure { width: 100%; aspect-ratio: 3 / 2; } }


/* Photo Le déclic : ratio paysage complet */
.page-id-157 .camille-about-redesign-turn figure { min-height: 0; align-self: center; aspect-ratio: 128 / 87; }
.page-id-157 .camille-about-redesign-turn figure img { object-position: center center; }

/* Quelques petites choses sur moi */
.page-id-157 .camille-about-redesign-details { max-width: 1080px; padding: clamp(34px, 5vw, 70px); background: #f0e6dc; }
.page-id-157 .camille-about-redesign-details ul { border-top-color: #c5a993; }
.page-id-157 .camille-about-redesign-details li { border-bottom-color: #c5a993; padding: 18px 0; }
.page-id-157 .camille-about-redesign-details li::before { display: none; }
@media (max-width: 780px) {
  .page-id-157 .camille-about-redesign-turn figure { min-height: 0; aspect-ratio: 128 / 87; }
  .page-id-157 .camille-about-redesign-details { padding: 34px 25px; }
}


/* Bouton de contact en fin de page */
.page-id-157 .camille-about-redesign-end-link { margin-top: clamp(72px, 10vw, 130px); text-align: center; }
.page-id-157 .camille-about-redesign-end-link a { display: inline-block; padding: 14px 27px; background: #7d5137; color: #fff; font-size: 13px; font-weight: 600; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.page-id-157 .camille-about-redesign-end-link a:hover { background: #30281f; color: #fff; }


/* Portfolio */
.page-id-158 .entry-header { display: none; }
.page-id-158 .camille-portfolio-page {
  width: min(100% - 64px, 1320px);
  margin: 0 auto;
  padding: clamp(58px, 9vw, 130px) 0 clamp(76px, 12vw, 170px);
  color: #30281f;
}
.page-id-158 .camille-portfolio-page * { box-sizing: border-box; }
.page-id-158 .camille-portfolio-page figure { margin: 0; }
.page-id-158 .camille-portfolio-intro { max-width: 780px; margin: 0 auto clamp(78px, 12vw, 165px); text-align: center; }
.page-id-158 .camille-portfolio-intro > span,
.page-id-158 .camille-portfolio-section-heading > span { display: block; margin-bottom: 16px; color: #8a6349; font-family: Georgia, serif; font-size: 13px; font-style: italic; letter-spacing: .08em; text-transform: uppercase; }
.page-id-158 .camille-portfolio-intro h1,
.page-id-158 .camille-portfolio-section-heading h2 { margin: 0; font-family: Georgia, serif; font-weight: 400; letter-spacing: -.05em; }
.page-id-158 .camille-portfolio-intro h1 { font-size: clamp(52px, 8vw, 112px); line-height: .9; }
.page-id-158 .camille-portfolio-section { padding-top: 2px; }
.page-id-158 .camille-portfolio-section-heading { display: grid; grid-template-columns: minmax(170px, .6fr) minmax(0, 1fr); align-items: end; max-width: 1000px; margin: 0 auto clamp(42px, 6vw, 74px); }
.page-id-158 .camille-portfolio-section-heading > span { margin-bottom: 8px; }
.page-id-158 .camille-portfolio-section-heading h2 { font-size: clamp(43px, 6vw, 82px); line-height: .93; }
.page-id-158 .camille-portfolio-gallery { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(12px, 2.2vw, 30px); align-items: start; }
.page-id-158 .camille-portfolio-gallery-column { display: grid; gap: clamp(12px, 2.2vw, 30px); }
.page-id-158 .camille-portfolio-gallery img { display: block; width: 100%; height: auto; transition: transform .55s ease; }
.page-id-158 .camille-portfolio-gallery figure { overflow: hidden; background: #e9ddd1; }
.page-id-158 .camille-portfolio-gallery figure:hover img { transform: scale(1.025); }
@media (max-width: 760px) {
  .page-id-158 .camille-portfolio-page { width: min(100% - 36px, 1320px); padding-top: 42px; }
  .page-id-158 .camille-portfolio-intro { margin-bottom: 82px; }
  .page-id-158 .camille-portfolio-section-heading { display: block; margin-bottom: 35px; }
  .page-id-158 .camille-portfolio-section-heading > span { margin-bottom: 14px; }
  .page-id-158 .camille-portfolio-gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
  .page-id-158 .camille-portfolio-gallery-column { gap: 12px; }
  .page-id-158 .camille-portfolio-gallery-column:nth-child(3) { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: start; }
}


/* Espacement entre les univers du Portfolio */
.page-id-158 .camille-portfolio-section + .camille-portfolio-section { margin-top: clamp(110px, 16vw, 230px); }
.page-id-158 .camille-portfolio-section--birth .camille-portfolio-section-heading { max-width: 1080px; }


/* Portfolio : titres plus discrets et galerie décalée */
.page-id-158 .camille-portfolio-intro { margin-bottom: clamp(72px, 9vw, 112px); }
.page-id-158 .camille-portfolio-intro h1 { font-size: clamp(44px, 6.2vw, 84px); line-height: .94; }
.page-id-158 .camille-portfolio-section-heading { max-width: 1120px; margin-bottom: clamp(32px, 4vw, 55px); }
.page-id-158 .camille-portfolio-section-heading h2 { font-size: clamp(37px, 4.8vw, 64px); line-height: .96; }
.page-id-158 .camille-portfolio-gallery { gap: clamp(12px, 1.7vw, 24px); }
.page-id-158 .camille-portfolio-gallery-column { gap: clamp(12px, 1.7vw, 24px); }
.page-id-158 .camille-portfolio-gallery-column:nth-child(2) { transform: translateY(52px); }
.page-id-158 .camille-portfolio-gallery-column:nth-child(3) { transform: translateY(18px); }
.page-id-158 .camille-portfolio-section { padding-bottom: 52px; }
@media (max-width: 760px) {
  .page-id-158 .camille-portfolio-gallery-column:nth-child(2),
  .page-id-158 .camille-portfolio-gallery-column:nth-child(3) { transform: none; }
  .page-id-158 .camille-portfolio-section { padding-bottom: 0; }
}


/* Portfolio sans titre général */
.page-id-158 .camille-portfolio-page { padding-top: clamp(46px, 7vw, 92px); }
.page-id-158 .camille-portfolio-section#grossesse .camille-portfolio-section-heading h2 { font-size: clamp(32px, 3.9vw, 52px); }


/* Navigation interne du Portfolio */
.page-id-158 .camille-portfolio-jump-nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px 24px;
  margin: 0 auto clamp(62px, 8vw, 100px);
  padding-bottom: 18px;
  border-bottom: 1px solid #c5a993;
}
.page-id-158 .camille-portfolio-jump-nav a {
  color: #30281f;
  font-family: Georgia, serif;
  font-size: 15px;
  font-style: italic;
  text-decoration: none;
}
.page-id-158 .camille-portfolio-jump-nav a::after {
  content: '';
  display: block;
  width: 0;
  height: 1px;
  margin-top: 5px;
  background: #7d5137;
  transition: width .25s ease;
}
.page-id-158 .camille-portfolio-jump-nav a:hover { color: #7d5137; }
.page-id-158 .camille-portfolio-jump-nav a:hover::after { width: 100%; }
@media (max-width: 760px) {
  .page-id-158 .camille-portfolio-jump-nav {
    justify-content: flex-start;
    gap: 8px 18px;
    margin-bottom: 54px;
  }
}


/* Portfolio : mise en page éditoriale, chaque univers a son rythme */
.page-id-158 .camille-portfolio-page {
  padding-top: clamp(34px, 5vw, 68px);
}
.page-id-158 .camille-portfolio-jump-nav {
  margin-bottom: clamp(70px, 10vw, 132px);
}
.page-id-158 .camille-portfolio-section-heading {
  max-width: 1160px;
  margin-bottom: clamp(28px, 4vw, 58px);
}
.page-id-158 .camille-portfolio-section-heading h2 {
  letter-spacing: -0.045em;
  line-height: .96;
}
.page-id-158 .camille-portfolio-section:nth-of-type(even) .camille-portfolio-section-heading {
  grid-template-columns: minmax(0, 1fr) minmax(170px, .6fr);
}
.page-id-158 .camille-portfolio-section:nth-of-type(even) .camille-portfolio-section-heading span {
  grid-column: 2;
  text-align: right;
}
.page-id-158 .camille-portfolio-section:nth-of-type(even) .camille-portfolio-section-heading h2 {
  grid-column: 1;
  grid-row: 1;
}
.page-id-158 .camille-portfolio-gallery {
  align-items: start;
  column-gap: clamp(12px, 2vw, 28px);
}
.page-id-158 .camille-portfolio-gallery-column {
  gap: clamp(12px, 2vw, 28px);
}
.page-id-158 .camille-portfolio-section--birth .camille-portfolio-gallery { grid-template-columns: 1.1fr .83fr 1fr; }
.page-id-158 .camille-portfolio-section--birth .camille-portfolio-gallery-column:nth-child(1) { transform: translateY(32px); }
.page-id-158 .camille-portfolio-section--birth .camille-portfolio-gallery-column:nth-child(2) { transform: translateY(0); }
.page-id-158 .camille-portfolio-section--birth .camille-portfolio-gallery-column:nth-child(3) { transform: translateY(72px); }
.page-id-158 .camille-portfolio-section--family .camille-portfolio-gallery { grid-template-columns: .84fr 1.13fr .92fr; }
.page-id-158 .camille-portfolio-section--family .camille-portfolio-gallery-column:nth-child(1) { transform: translateY(66px); }
.page-id-158 .camille-portfolio-section--family .camille-portfolio-gallery-column:nth-child(2) { transform: translateY(16px); }
.page-id-158 .camille-portfolio-section--family .camille-portfolio-gallery-column:nth-child(3) { transform: translateY(0); }
.page-id-158 .camille-portfolio-section--portrait .camille-portfolio-gallery { grid-template-columns: 1fr .9fr 1.1fr; }
.page-id-158 .camille-portfolio-section--portrait .camille-portfolio-gallery-column:nth-child(1) { transform: translateY(0); }
.page-id-158 .camille-portfolio-section--portrait .camille-portfolio-gallery-column:nth-child(2) { transform: translateY(74px); }
.page-id-158 .camille-portfolio-section--portrait .camille-portfolio-gallery-column:nth-child(3) { transform: translateY(25px); }
.page-id-158 .camille-portfolio-section--couple .camille-portfolio-gallery { grid-template-columns: 1.14fr .78fr .98fr; }
.page-id-158 .camille-portfolio-section--couple .camille-portfolio-gallery-column:nth-child(1) { transform: translateY(38px); }
.page-id-158 .camille-portfolio-section--couple .camille-portfolio-gallery-column:nth-child(2) { transform: translateY(0); }
.page-id-158 .camille-portfolio-section--couple .camille-portfolio-gallery-column:nth-child(3) { transform: translateY(80px); }
.page-id-158 .camille-portfolio-section--encore .camille-portfolio-gallery { grid-template-columns: 1.08fr .86fr 1.04fr; }
.page-id-158 .camille-portfolio-section--encore .camille-portfolio-gallery-column:nth-child(1) { transform: translateY(0); }
.page-id-158 .camille-portfolio-section--encore .camille-portfolio-gallery-column:nth-child(2) { transform: translateY(60px); }
.page-id-158 .camille-portfolio-section--encore .camille-portfolio-gallery-column:nth-child(3) { transform: translateY(20px); }
@media (max-width: 760px) {
  .page-id-158 .camille-portfolio-section:nth-of-type(even) .camille-portfolio-section-heading {
    display: block;
  }
  .page-id-158 .camille-portfolio-section:nth-of-type(even) .camille-portfolio-section-heading span {
    text-align: left;
  }
  .page-id-158 .camille-portfolio-section--birth .camille-portfolio-gallery,
  .page-id-158 .camille-portfolio-section--family .camille-portfolio-gallery,
  .page-id-158 .camille-portfolio-section--portrait .camille-portfolio-gallery,
  .page-id-158 .camille-portfolio-section--couple .camille-portfolio-gallery,
  .page-id-158 .camille-portfolio-section--encore .camille-portfolio-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .page-id-158 .camille-portfolio-gallery-column { transform: none !important; }
}


/* Portfolio : rythme plus resserré entre les univers */
.page-id-158 .camille-portfolio-section {
  padding-bottom: 0;
}
.page-id-158 .camille-portfolio-section + .camille-portfolio-section {
  margin-top: clamp(72px, 9vw, 130px);
}
@media (max-width: 760px) {
  .page-id-158 .camille-portfolio-section + .camille-portfolio-section {
    margin-top: 72px;
  }
}


/* Portfolio : images pleine largeur et menu d'univers visible */
.page-id-158 .camille-portfolio-section-heading {
  width: min(100% - 64px, 1160px);
}
.page-id-158 .camille-portfolio-gallery {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  column-gap: clamp(8px, 1.35vw, 22px);
}
.page-id-158 .camille-portfolio-gallery-column {
  gap: clamp(8px, 1.35vw, 22px);
}
.page-id-158 .camille-portfolio-jump-nav {
  width: min(100% - 64px, 1160px);
  justify-content: center;
  gap: 10px;
  padding: 0 0 24px;
  border: 0;
}
.page-id-158 .camille-portfolio-jump-nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 8px 15px;
  border: 1px solid #b8967d;
  border-radius: 999px;
  color: #5e4030;
  font-size: 14px;
  line-height: 1;
  transition: background .25s ease, color .25s ease, border-color .25s ease;
}
.page-id-158 .camille-portfolio-jump-nav a::after { display: none; }
.page-id-158 .camille-portfolio-jump-nav a:hover {
  color: #fffaf5;
  background: #80583f;
  border-color: #80583f;
}
@media (max-width: 760px) {
  .page-id-158 .camille-portfolio-section-heading {
    width: calc(100% - 36px);
  }
  .page-id-158 .camille-portfolio-gallery {
    column-gap: 6px;
  }
  .page-id-158 .camille-portfolio-gallery-column {
    gap: 6px;
  }
  .page-id-158 .camille-portfolio-jump-nav {
    width: calc(100% - 36px);
    justify-content: flex-start;
    gap: 8px;
    padding-bottom: 20px;
  }
  .page-id-158 .camille-portfolio-jump-nav a {
    min-height: 36px;
    padding: 7px 12px;
    font-size: 13px;
  }
}


/* Portfolio : fin de galerie sans grands espaces vides */
.page-id-158 .camille-portfolio-gallery-column,
.page-id-158 .camille-portfolio-section--birth .camille-portfolio-gallery-column,
.page-id-158 .camille-portfolio-section--family .camille-portfolio-gallery-column,
.page-id-158 .camille-portfolio-section--portrait .camille-portfolio-gallery-column,
.page-id-158 .camille-portfolio-section--couple .camille-portfolio-gallery-column,
.page-id-158 .camille-portfolio-section--encore .camille-portfolio-gallery-column {
  transform: none;
}
.page-id-158 .camille-portfolio-section + .camille-portfolio-section {
  margin-top: clamp(50px, 6vw, 84px);
}
@media (max-width: 760px) {
  .page-id-158 .camille-portfolio-section + .camille-portfolio-section {
    margin-top: 52px;
  }
}


/* Portfolio : colonnes équilibrées pour éviter les grands blancs en bas */
.page-id-158 .camille-portfolio-gallery {
  display: block;
  column-count: 3;
  column-gap: clamp(8px, 1.35vw, 22px);
}
.page-id-158 .camille-portfolio-gallery-column {
  display: contents;
}
.page-id-158 .camille-portfolio-gallery figure {
  break-inside: avoid;
  display: block;
  margin: 0 0 clamp(8px, 1.35vw, 22px);
}
@media (max-width: 760px) {
  .page-id-158 .camille-portfolio-gallery {
    display: block;
    column-count: 2;
    column-gap: 6px;
  }
  .page-id-158 .camille-portfolio-gallery figure {
    margin-bottom: 6px;
  }
}


/* Portfolio : titres de section sobres et bien structurés */
.page-id-158 .camille-portfolio-section-heading,
.page-id-158 .camille-portfolio-section:nth-of-type(even) .camille-portfolio-section-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: min(100% - 64px, 1160px);
  margin: 0 auto clamp(30px, 4vw, 56px);
  text-align: center;
}
.page-id-158 .camille-portfolio-section-heading span,
.page-id-158 .camille-portfolio-section:nth-of-type(even) .camille-portfolio-section-heading span {
  display: block;
  order: 1;
  color: #80583f;
  font-size: 11px;
  letter-spacing: .13em;
  text-align: center;
}
.page-id-158 .camille-portfolio-section-heading h2,
.page-id-158 .camille-portfolio-section:nth-of-type(even) .camille-portfolio-section-heading h2 {
  order: 2;
  margin: 9px 0 0;
  font-size: clamp(34px, 4.2vw, 58px);
  line-height: 1;
  text-align: center;
}
.page-id-158 .camille-portfolio-section-heading h2 br {
  display: none;
}
@media (max-width: 760px) {
  .page-id-158 .camille-portfolio-section-heading,
  .page-id-158 .camille-portfolio-section:nth-of-type(even) .camille-portfolio-section-heading {
    width: calc(100% - 36px);
    align-items: flex-start;
    text-align: left;
  }
  .page-id-158 .camille-portfolio-section-heading span,
  .page-id-158 .camille-portfolio-section:nth-of-type(even) .camille-portfolio-section-heading span,
  .page-id-158 .camille-portfolio-section-heading h2,
  .page-id-158 .camille-portfolio-section:nth-of-type(even) .camille-portfolio-section-heading h2 {
    text-align: left;
  }
  .page-id-158 .camille-portfolio-section-heading h2 {
    font-size: clamp(31px, 9.2vw, 43px);
  }
}


/* Séances & tarifs : déroulé de séance clair et aéré */
.page-id-159 .camille-process {
  width: min(100% - 64px, 1160px);
  margin: 0 auto clamp(70px, 10vw, 130px);
}
.page-id-159 .camille-process-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, .72fr);
  gap: clamp(30px, 7vw, 120px);
  align-items: end;
  margin-bottom: clamp(42px, 6vw, 74px);
}
.page-id-159 .camille-process-heading h2 {
  margin: 10px 0 0;
  font-size: clamp(43px, 5vw, 68px);
  line-height: .98;
}
.page-id-159 .camille-process-heading p {
  margin: 0 0 6px;
  max-width: 390px;
  font-size: 17px;
  line-height: 1.65;
}
.page-id-159 .camille-process-layout {
  display: grid;
  grid-template-columns: minmax(280px, .86fr) minmax(0, 1.14fr);
  gap: clamp(22px, 4vw, 58px);
  align-items: stretch;
}
.page-id-159 .camille-process-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  order: 2;
}
.page-id-159 .camille-process-step {
  display: flex;
  flex-direction: column;
  min-height: 250px;
  padding: 26px 24px 24px;
  background: #f1e8df;
  border: 1px solid #ded0c2;
}
.page-id-159 .camille-process-number {
  display: block;
  color: #80583f;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
  margin-bottom: auto;
}
.page-id-159 .camille-process-step h3 {
  margin: 25px 0 10px;
  color: #30281f;
  font-size: clamp(25px, 2.2vw, 32px);
  line-height: 1.08;
}
.page-id-159 .camille-process-step p {
  margin: 0;
  font-size: 15px;
  line-height: 1.55;
}
.page-id-159 .camille-process-image {
  order: 1;
  margin: 0;
  min-height: 514px;
  overflow: hidden;
  border-radius: 220px 220px 0 0;
}
.page-id-159 .camille-process-image img {
  width: 100%;
  height: 100%;
  min-height: 514px;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 760px) {
  .page-id-159 .camille-process {
    width: calc(100% - 36px);
    margin-bottom: 74px;
  }
  .page-id-159 .camille-process-heading,
  .page-id-159 .camille-process-layout {
    display: block;
  }
  .page-id-159 .camille-process-heading {
    margin-bottom: 34px;
  }
  .page-id-159 .camille-process-heading p {
    margin-top: 18px;
  }
  .page-id-159 .camille-process-image {
    min-height: 390px;
    margin-bottom: 14px;
    border-radius: 160px 160px 0 0;
  }
  .page-id-159 .camille-process-image img {
    min-height: 390px;
  }
  .page-id-159 .camille-process-list {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .page-id-159 .camille-process-step {
    min-height: auto;
    padding: 22px;
  }
  .page-id-159 .camille-process-step h3 {
    margin-top: 20px;
  }
}


/* Séances & tarifs : photo et étapes alignées */
@media (min-width: 761px) {
  .page-id-159 .camille-process-image {
    grid-column: 1;
    grid-row: 1;
    order: 0;
  }
  .page-id-159 .camille-process-list {
    grid-column: 2;
    grid-row: 1;
    order: 0;
  }
}


/* Protection légère des photos publiées */
article img {
  -webkit-user-drag: none;
  user-drag: none;
  -webkit-touch-callout: none;
  user-select: none;
}


/* Séances & tarifs : titre principal plus discret */
.page-id-159 .entry-header .entry-title {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(38px, 4.8vw, 64px);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 1;
}
@media (max-width: 760px) {
  .page-id-159 .entry-header .entry-title {
    font-size: clamp(35px, 10vw, 48px);
  }
}


/* Séances & tarifs : déroulé de séance sans photo */
.page-id-159 .camille-process {
  width: min(100% - 64px, 1160px);
}
.page-id-159 .camille-process-heading,
.page-id-159 .camille-process-heading > div {
  display: block;
  text-align: center;
}
.page-id-159 .camille-process-heading {
  max-width: 760px;
  margin: 0 auto clamp(42px, 6vw, 70px);
}
.page-id-159 .camille-process-heading .camille-kicker {
  display: inline-block;
}
.page-id-159 .camille-process-heading h2 {
  margin: 12px 0 16px;
  font-size: clamp(40px, 4.8vw, 62px);
  line-height: 1;
}
.page-id-159 .camille-process-heading p {
  max-width: 540px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.65;
}
.page-id-159 .camille-process-layout {
  display: block;
}
.page-id-159 .camille-process-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(18px, 2.5vw, 38px);
}
.page-id-159 .camille-process-step {
  min-height: 0;
  padding: 22px 0 0;
  background: transparent;
  border: 0;
  border-top: 1px solid #b9987f;
}
.page-id-159 .camille-process-number {
  margin: 0;
  color: #80583f;
  font-size: 11px;
}
.page-id-159 .camille-process-step h3 {
  margin: 22px 0 12px;
  font-size: clamp(24px, 2vw, 30px);
}
.page-id-159 .camille-process-step p {
  font-size: 15px;
  line-height: 1.62;
}
@media (max-width: 760px) {
  .page-id-159 .camille-process {
    width: calc(100% - 36px);
  }
  .page-id-159 .camille-process-heading,
  .page-id-159 .camille-process-heading > div {
    text-align: left;
  }
  .page-id-159 .camille-process-heading p {
    margin: 0;
  }
  .page-id-159 .camille-process-list {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}


/* Séances & tarifs : titre signature et numéros de parcours */
.page-id-159 .entry-header .entry-title {
  font-family: "Playfair Display", serif;
  font-size: clamp(44px, 5.2vw, 70px);
  font-weight: 400;
  letter-spacing: -0.04em;
}
.page-id-159 .entry-header .camille-title-amp {
  display: inline-block;
  margin: 0 .04em;
  color: #80583f;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: .76em;
  font-weight: 300;
  letter-spacing: -.08em;
  vertical-align: .08em;
}
.page-id-159 .camille-process-number {
  font-size: clamp(22px, 2.2vw, 32px);
  font-weight: 400;
  letter-spacing: -.04em;
  line-height: 1;
}
@media (max-width: 760px) {
  .page-id-159 .entry-header .entry-title {
    font-size: clamp(40px, 11vw, 54px);
  }
  .page-id-159 .camille-process-number {
    font-size: 25px;
  }
}


/* Séances & tarifs : arrivée directe sur le déroulé */
.page-id-159 .entry-header {
  display: none;
}


/* Séances & tarifs : haut de page plus compact */
.page-id-159 .camille-process {
  padding-top: clamp(46px, 5vw, 72px);
}
@media (max-width: 760px) {
  .page-id-159 .camille-process {
    padding-top: 38px;
  }
}


/* Séances & tarifs : contenu plus proche du menu */
.page-id-159 .ast-container {
  padding-top: 40px;
}
@media (max-width: 760px) {
  .page-id-159 .ast-container {
    padding-top: 24px;
  }
}


/* Séances & tarifs : informations communes à toutes les séances */
.page-id-159 .camille-session-overview {
  width: min(100% - 64px, 1160px);
  margin: clamp(76px, 10vw, 130px) auto 0;
  padding: clamp(50px, 7vw, 88px) 0;
  border-top: 1px solid #c4a991;
}
.page-id-159 .camille-session-overview-heading {
  max-width: 650px;
  margin: 0 auto clamp(42px, 6vw, 70px);
  text-align: center;
}
.page-id-159 .camille-session-overview-heading h2 {
  margin: 10px 0 14px;
  font-size: clamp(40px, 4.8vw, 62px);
  line-height: 1;
}
.page-id-159 .camille-session-overview-heading p {
  margin: 0;
  line-height: 1.65;
}
.page-id-159 .camille-session-overview-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(280px, .82fr);
  gap: clamp(30px, 6vw, 100px);
  align-items: start;
}
.page-id-159 .camille-session-overview h3 {
  margin: 0 0 24px;
  font-size: clamp(26px, 2.5vw, 34px);
}
.page-id-159 .camille-session-included ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.page-id-159 .camille-session-included li {
  position: relative;
  margin: 0;
  padding: 0 0 15px 23px;
  font-size: 16px;
  line-height: 1.48;
}
.page-id-159 .camille-session-included li::before {
  content: '—';
  position: absolute;
  left: 0;
  color: #80583f;
}
.page-id-159 .camille-session-prices {
  padding: clamp(28px, 4vw, 42px);
  color: #fffaf5;
  background: #80583f;
}
.page-id-159 .camille-session-prices h3 {
  color: inherit;
}
.page-id-159 .camille-session-prices > div {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 16px 0;
  border-top: 1px solid rgba(255,255,255,.35);
}
.page-id-159 .camille-session-prices strong {
  font-family: "Playfair Display", serif;
  font-size: 23px;
  font-weight: 400;
}
.page-id-159 .camille-session-prices span {
  font-size: 15px;
}
.page-id-159 .camille-session-overview-cta {
  margin: 42px 0 0;
  text-align: center;
}
.page-id-159 .camille-session-overview-cta a {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 999px;
  color: #fffaf5;
  background: #80583f;
  text-decoration: none;
}
@media (max-width: 760px) {
  .page-id-159 .camille-session-overview {
    width: calc(100% - 36px);
    margin-top: 72px;
  }
  .page-id-159 .camille-session-overview-heading {
    text-align: left;
  }
  .page-id-159 .camille-session-overview-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }
}


/* Séances & tarifs : sections rapprochées */
.page-id-159 .camille-process {
  margin-bottom: clamp(34px, 4vw, 56px);
}
.page-id-159 .camille-session-overview {
  margin-top: 0;
}
@media (max-width: 760px) {
  .page-id-159 .camille-process {
    margin-bottom: 34px;
  }
}


/* Séances & tarifs : présentation chaleureuse des formules */
.page-id-159 .camille-session-overview {
  max-width: 1160px;
  padding: clamp(44px, 6vw, 76px);
  background: #f0e5da;
  border: 0;
}
.page-id-159 .camille-session-overview-heading {
  max-width: 700px;
  margin-bottom: clamp(38px, 5vw, 60px);
}
.page-id-159 .camille-session-overview-grid {
  gap: clamp(28px, 5vw, 76px);
}
.page-id-159 .camille-session-included {
  padding: 8px 0;
}
.page-id-159 .camille-session-included h3,
.page-id-159 .camille-session-prices h3 {
  color: #5e4030;
}
.page-id-159 .camille-session-included li {
  padding-bottom: 17px;
}
.page-id-159 .camille-session-prices {
  padding: clamp(26px, 3.5vw, 40px);
  color: #30281f;
  background: #fffaf5;
  border: 1px solid #d4bfae;
}
.page-id-159 .camille-session-prices > div {
  padding: 17px 0;
  border-top-color: #d9c9bb;
}
.page-id-159 .camille-session-prices strong {
  color: #5e4030;
}
.page-id-159 .camille-session-prices span {
  color: #5e4030;
}
.page-id-159 .camille-session-overview-cta {
  margin-top: 34px;
}
.page-id-159 .camille-session-overview-cta a {
  border: 1px solid #80583f;
  color: #80583f;
  background: transparent;
}
.page-id-159 .camille-session-overview-cta a:hover {
  color: #fffaf5;
  background: #80583f;
}
@media (max-width: 760px) {
  .page-id-159 .camille-session-overview {
    padding: 38px 24px;
  }
}


/* Séances & tarifs : emojis dans les informations incluses */
.page-id-159 .camille-session-included li {
  padding-left: 0;
}
.page-id-159 .camille-session-included li::before {
  display: none;
}


/* Séances & tarifs : transition plus directe vers les formules */
.page-id-159 .camille-process {
  margin-bottom: 18px;
}
.page-id-159 .camille-session-overview {
  padding-top: clamp(34px, 4vw, 52px);
}
@media (max-width: 760px) {
  .page-id-159 .camille-process {
    margin-bottom: 14px;
  }
  .page-id-159 .camille-session-overview {
    padding-top: 34px;
  }
}


/* Derrière l'objectif : section Déclic sur fond blanc */
.page-id-157 .camille-about-redesign-turn {
  background: #fffdf9;
  color: #30281f;
}
.page-id-157 .camille-about-redesign-turn h2 {
  color: #30281f;
}
.page-id-157 .camille-about-redesign-turn p {
  color: #5e4030;
}


/* En-tête mobile : un seul bouton de contact près du menu */
@media (max-width: 760px) {
  .camille-header-inner {
    position: relative;
  }
  .camille-header-action--desktop {
    display: none !important;
  }
  .camille-header-action--mobile {
    display: block !important;
    position: absolute;
    top: 50%;
    right: 52px;
    z-index: 20;
    margin: 0;
    transform: translateY(-50%);
  }
  .camille-header-action--mobile .camille-contact-button {
    display: inline-flex;
    min-height: 36px;
    padding: 8px 13px;
    font-size: 13px;
    white-space: nowrap;
  }

  /* Portfolio : photos plus généreuses sur téléphone */
  .page-id-158 .camille-portfolio-gallery {
    column-count: 1;
    column-gap: 0;
  }
}


/* Accueil : cadrage de la carte Encore oui sur téléphone */
@media (max-width: 760px) {
  .camille-session-card img[alt="Encore “oui”"] {
    object-position: 50% 14%;
  }
}


/* Portfolio : photos plus généreuses sur ordinateur */
@media (min-width: 761px) {
  .page-id-158 .camille-portfolio-gallery {
    column-count: 2;
  }
}


/* Portfolio : restitution de la présentation ordinateur */
@media (min-width: 761px) {
  .page-id-158 .camille-portfolio-gallery {
    column-count: 3;
  }
}


/* Portfolio mobile : aucune mini-photo en fin de rubrique */
@media (max-width: 760px) {
  .page-id-158 .camille-portfolio-gallery-column:nth-child(3) {
    display: contents !important;
    grid-column: auto !important;
    grid-template-columns: none !important;
  }
  .page-id-158 .camille-portfolio-gallery figure,
  .page-id-158 .camille-portfolio-gallery figure img {
    width: 100% !important;
  }
}


/* Portfolio : bouton de retour en haut */
.camille-back-to-top {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 100;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border: 1px solid #80583f;
  border-radius: 999px;
  color: #fffaf5;
  background: #80583f;
  box-shadow: 0 8px 24px rgba(48, 40, 31, .18);
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
  transition: opacity .25s ease, transform .25s ease;
}
.camille-back-to-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
.camille-back-to-top span:first-child {
  font-size: 20px;
  line-height: 1;
}
.camille-back-to-top-label {
  font-size: 13px;
  font-weight: 600;
}
@media (max-width: 760px) {
  .camille-back-to-top {
    right: 14px;
    bottom: 14px;
    width: 44px;
    height: 44px;
    justify-content: center;
    padding: 0;
  }
  .camille-back-to-top-label {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
  }
}

/* Contact — photo plus discrète */
@media (min-width: 861px) {
  .page-id-161 .camille-contact-hero { grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr) !important; min-height: auto !important; }
  .page-id-161 .camille-contact-hero-image { height: 460px !important; align-self: center; }
  .page-id-161 .camille-contact-hero-image img { height: 100% !important; object-fit: cover !important; object-position: center !important; }
}

/* Contact — zone de message */
.page-id-161 .camille-field:has(#camille-message) { background: #fff; border: 1px solid #b99a84; padding: 18px; box-shadow: 0 5px 18px rgba(77,54,41,.08); }
.page-id-161 #camille-message { min-height: 170px; border: 1px solid #8c6a55; background: #fffaf6; }


/* Séances & tarifs — numéros rapprochés de leur étape */
.page-id-159 .camille-process-step h3 {
  margin-top: 10px;
}
