:root {
  --content-max: 1260px;
  --content-wide: 1460px;
  --content-narrow: 900px;

  --section-x: clamp(18px, 4vw, 38px);
  --section-y: clamp(42px, 7vw, 110px);

  --image-mask-solid: rgba(0, 0, 0, 1);
  --image-mask-mid: rgba(0, 0, 0, 0.2);
  --image-mask-clear: rgba(0, 0, 0, 0);

  --radius-media: 2px;
}

/* =========================
   BASE PAGES
   ========================= */

.pageSection,
.homeHero {
  width: min(100%, var(--content-max));
  margin: clamp(26px, 5vw, 56px) auto;
  padding: 0 var(--section-x);
}

.contentSection {
  width: min(100%, var(--content-wide));
  margin: 0 auto;
  padding: var(--section-y) var(--section-x);
  padding-bottom: calc(var(--section-y) * 2);
  position: relative;
}

.contentSection--centered {
  display: flex;
  justify-content: center;
  padding-top: clamp(20px, 3vw, 30px);
  padding-bottom: clamp(20px, 3vw, 30px);
}

.sectionReliefShadow {
  --section-relief-shadow: 0 0px 40px var(--image-mask-solid);
  box-shadow: var(--section-relief-shadow);
}

body.theme-light .sectionReliefShadow {
  --section-relief-shadow: 0 0px 30px rgba(76, 59, 40, 0.4);
}

.pageSection h2,
.pageSection h3,
.contentSection h2,
.contentSection h3,
.mosaicIntro h2
{
  margin: 0 0 18px;
  font-weight: 500;
  line-height: 1.06;
  letter-spacing: 0.035em;
  color: var(--dark-theme-text);
  text-wrap: balance;
}

body.theme-light .pageSection h2,
body.theme-light .pageSection h3,
body.theme-light .contentSection h2,
body.theme-light .contentSection h3,
body.theme-light .mosaicIntro h2,
body.theme-light .heroVisual--maternityPack .headingVisualH2,
body.theme-light .sectionIntro h2,
body.theme-light .aboutText h2,
body.theme-light .ctaPanel h2,
body.theme-light .serviceCard h3,
body.theme-light .valueCard h3 {
  color: var(--light-theme-text);
}


.pageSection h2,
.contentSection h2,
.mosaicIntro h2 {
  font-size: clamp(20px, 3vw, 35px);
  margin: 1em;
  text-align: center;
}

.pageSection h3,
.contentSection h3 {
  font-size: clamp(18px, 2vw, 24px);
}

.pageSection .headingVisualH2,
.contentSection .headingVisualH2,
.mosaicIntro .headingVisualH2 {
  font-size: clamp(20px, 3vw, 35px);
  margin: 1em;
  text-align: center;
}

.pageSection h2.pageTitleH2 {
  display: block;
  font-size: 2em;
  margin: 0.67em 0;
  font-weight: bold;
  line-height: normal;
  letter-spacing: 0;
  text-align: start;
  text-wrap: wrap;
  color: inherit;
}

.pageSection p,
.homeHero p,
.contentSection p,
.heroVisual p,
.bannerRelief p,
.contentSection ul {
  margin: 0 0 16px;
  font-size: clamp(10px, 1.3rem, 16px);
  font-weight: normal;
  line-height: 1.3;
  max-width: none;
}

.bannerRelief p,
.bannerRelief .frameKicker
{
  margin: 10px;
}
/* =========================
   HERO VISUEL ACCUEIL
   ========================= */

.heroVisual {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  min-height: calc(100svh - var(--header-offset));
  display: flex;
  align-items: stretch;
  justify-content: center;
  overflow: hidden;
}

.heroVisual--home {
  background-image: url("../resources/couple-danse-mariage-architecture-photographie-studio-rosalf.jpg");
  background-size: cover;
  background-position: 38% 80%;
  background-repeat: no-repeat;
}

.heroVisual.heroVisual--maternityShowcase {
  width: min(100%, var(--content-wide));
  min-height: 0;
  margin: 0 auto;
  padding: var(--section-y) var(--section-x);
  display: block;
  overflow: visible;
}

.heroVisual--maternityShowcase.sectionReliefShadow {
  box-shadow: none;
}

.maternityPackImages {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.maternityPackImages--showcase,
.heroVisual--maternityShowcase > .heroVisualOverlay--maternityPack {
  display: none;
}

.maternityPackImage {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 52%;
}

.heroVisual--maternityPack .heroVisualOverlay--maternityPack {
  background: none;
}

.heroVisual--maternityPack .heroVisualInner--maternityShowcase {
  width: 100%;
  min-height: 0;
  padding: 0;
  display: block;
}

.maternityOfferGrid {
  width: min(100%, var(--content-max));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: var(--section-y);
}

.maternityOffer {
  width: min(100%, var(--content-max));
}

.maternityFrameImage {
  display: block;
  width: 66.666%;
  max-width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: center center;
  margin: 0 auto 16px;
  border-radius: var(--radius-media);
}

.maternityPackHero {
  position: relative;
  width: 100vw;
  min-height: clamp(520px, 58vw, 760px);
  margin: clamp(34px, 7vw, 90px) 0 0 calc(50% - 50vw);
  padding: clamp(34px, 5vw, 72px) var(--section-x);
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.maternityPackHero .maternityPackImages--pack {
  display: grid;
  z-index: 0;
}

.maternityPackHero > .heroVisualOverlay--maternityPack {
  display: none;
}

.maternityPackHero .textFrame--maternityPack {
  position: relative;
  z-index: 2;
}

.textFrame--maternityPack {
  width: min(760px, calc(100vw - (var(--section-x) * 2)));
  text-align: center;
}

.heroVisual--maternityPack .textFrame--maternityPack p {
  text-align: center;
}

.maternityThumbStack {
  position: relative;
  width: min(100%, 430px);
  aspect-ratio: 16 / 8.5;
  margin: 4px auto 18px;
  overflow: visible;
}

.maternityThumbStack__item {
  position: absolute;
  display: block;
  border-radius: var(--radius-media);
  overflow: visible;
}

.maternityThumbStack__item--back {
  left: 0;
  top: 0;
  width: 60%;
  height: 74%;
  z-index: 2;
}

.maternityThumbStack__item--front {
  right: 0;
  bottom: 0;
  width: 60%;
  height: 74%;
  z-index: 1;
}

.maternityThumbStack__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
}

.maternityThumbStack__image--back {
  -webkit-mask-image: linear-gradient(
    to bottom right,
    var(--image-mask-solid) 52%,
    var(--image-mask-mid) 76%,
    var(--image-mask-clear) 90%
  );
  mask-image: linear-gradient(
    to bottom right,
    var(--image-mask-solid) 52%,
    var(--image-mask-mid) 76%,
    var(--image-mask-clear) 90%
  );
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}

.maternityThumbStack__image--front {
  -webkit-mask-image: linear-gradient(
    to top left,
    var(--image-mask-solid) 52%,
    var(--image-mask-mid) 76%,
    var(--image-mask-clear) 90%
  );
  mask-image: linear-gradient(
    to top left,
    var(--image-mask-solid) 52%,
    var(--image-mask-mid) 76%,
    var(--image-mask-clear) 90%
  );
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}

.heroVisual--maternityPack h2.frameKicker,
.heroVisual--maternityPack h2.frameKicker--legacyH1 {
  margin: 0 0 16px;
  font-size: clamp(10px, 1.3rem, 16px);
  font-weight: normal;
  line-height: 1.3;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  text-align: inherit;
  text-wrap: inherit;
  color: var(--dark-theme-text-soft);
  max-width: none;
}

.heroVisual--maternityPack .headingVisualH2 {
  margin: 1em;
  font-size: clamp(20px, 3vw, 35px);
  font-weight: 500;
  line-height: 1.06;
  letter-spacing: 0.035em;
  text-align: center;
  text-wrap: balance;
  color: var(--dark-theme-text);
}

.heroVisual--maternityPack ul {
  margin: 0 0 16px;
  font-size: clamp(10px, 1.3rem, 16px);
  font-weight: normal;
  line-height: 1.3;
  max-width: none;
}

.heroVisualOverlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      270deg,
      rgba(0, 0, 0, 0.74) 0%,
      rgba(0, 0, 0, 0.28) 32%,
      var(--image-mask-clear) 70%
    );
}

.heroVisualInner {
  position: relative;
  z-index: 1;
  width: min(100%, var(--content-max));
  padding: clamp(34px, 5vw, 72px) var(--section-x);
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}

.heroSlogan {
  max-width: min(420px, 50vw);
  margin-top: clamp(45px, 5vw, 160px);
  margin-right: clamp(12px, 2.4vw, 36px);
  text-align: right;

  font-family: "Ephesis", cursive;
  font-weight: 400;
  font-style: normal;

  font-size: clamp(26px, 4vw, 52px);
  line-height: 3;
  letter-spacing: 0.02em;

  color: rgba(255,255,255,0.98);

  text-shadow:
    0 2px 8px rgba(0,0,0,0.85),
    0 10px 28px rgba(0,0,0,1);
}

.heroSlogan .heroSloganLine2 {
  display: block;
  padding-left: 6em;
}

/* =========================
   FRAMES TEXTE
   ========================= */

.textFrame {
  position: relative;
  padding: clamp(24px, 3vw, 42px);
  border: 1px solid var(--dark-border-frame);
  box-shadow: var(--dark-frame-shadow);
  background: var(--dark-surface-frame);
}

body.theme-light .textFrame {
  border-color: var(--light-border-frame);
  box-shadow: var(--light-frame-shadow);
  background: var(--light-surface-frame);
}

.textFrame--frosted {
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
}
.textFrame--clearGlass {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.textFrame--hero {
  max-width: min(760px, 100%);
}

.textFrame--narrow {
  max-width: min(860px, 100%);
  margin: 0 auto;
}

.textFrame p {
  text-align: justify;
}

.textFrame img {
  border-radius: var(--radius-media);
  box-shadow: 0 18px 42px rgba(0,0,0,0.42);
}

.textFrame .maternityThumbStack__image {
  box-shadow: none;
  filter: none;
}

/* Classe réutilisable pour les chevrons extérieurs */
.outerCorners,
.sectionPanel,
.ctaPanel,
.aboutHighlight,
.serviceCard,
.valueCard,
.aboutText {
  position: relative;
}

.outerCorners::before,
.outerCorners::after,
.textFrame::before,
.textFrame::after,
.sectionPanel::before,
.sectionPanel::after,
.ctaPanel::before,
.ctaPanel::after,
.aboutHighlight::before,
.aboutHighlight::after,
.serviceCard::before,
.serviceCard::after,
.valueCard::before,
.valueCard::after,
.aboutText::before,
.aboutText::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  pointer-events: none;
}

.outerCorners::before,
.sectionPanel::before,
.ctaPanel::before,
.aboutHighlight::before,
.serviceCard::before,
.valueCard::before,
.aboutText::before {
  top: -10px;
  left: -10px;
  border-top: 1px solid var(--dark-decor-line-gold);
  border-left: 1px solid var(--dark-decor-line-gold);
}

.outerCorners::after,
.sectionPanel::after,
.ctaPanel::after,
.aboutHighlight::after,
.serviceCard::after,
.valueCard::after,
.aboutText::after {
  right: -10px;
  bottom: -10px;
  border-right: 1px solid var(--dark-decor-line);
  border-bottom: 1px solid var(--dark-decor-line);
}

body.theme-light .outerCorners::before,
body.theme-light .sectionPanel::before,
body.theme-light .ctaPanel::before,
body.theme-light .aboutHighlight::before,
body.theme-light .serviceCard::before,
body.theme-light .valueCard::before,
body.theme-light .aboutText::before {
  border-top-color: var(--light-decor-line-gold);
  border-left-color: var(--light-decor-line-gold);
}

body.theme-light .outerCorners::after,
body.theme-light .sectionPanel::after,
body.theme-light .ctaPanel::after,
body.theme-light .aboutHighlight::after,
body.theme-light .serviceCard::after,
body.theme-light .valueCard::after,
body.theme-light .aboutText::after {
  border-right-color: var(--light-decor-line);
  border-bottom-color: var(--light-decor-line);
}

.frameKicker{
  margin: 0 0 14px;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  text-align: inherit;
  text-wrap: inherit;
  color: var(--dark-theme-gold);
  max-width: none;
}

.pageSection h2.frameKicker,
.contentSection h2.frameKicker,
.mosaicSection h2.frameKicker {
  margin: 0 0 16px;
  font-size: clamp(10px, 1.3rem, 16px);
  font-weight: normal;
  line-height: 1.3;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  text-align: inherit;
  text-wrap: inherit;
  color: var(--dark-theme-text-soft);
  max-width: none;
}

.pageSection h2.frameKicker--legacyH1,
.contentSection h2.frameKicker--legacyH1,
.mosaicSection h2.frameKicker--legacyH1 {
  margin: 0 0 16px;
  font-size: clamp(10px, 1.3rem, 16px);
  font-weight: normal;
  line-height: 1.3;
  color: var(--dark-theme-text-soft);
  max-width: none;
}

.bannerRelief h2.frameKicker--legacyH1 {
  margin: 10px;
}

.frameLead {
  max-width: 64ch;
}

/* =========================
   LAYOUT TEXTE + IMAGE
   Nouveau système paramétrable
   ========================= */

.splitLayout {
  --split-gap: clamp(24px, 4vw, 56px);

  --split-text-z: 2;
  --split-media-z: 1;

  --split-text-x: 0px;
  --split-text-y: 0px;
  --split-media-x: 0px;
  --split-media-y: 0px;

  width: min(100%, var(--content-max));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: var(--split-gap);
  align-items: center;
}

.splitText,
.splitMedia {
  position: relative;
  min-width: 0;
}

.splitText {
  z-index: var(--split-text-z);
  transform: translate(var(--split-text-x), var(--split-text-y));
}

.splitMedia {
  z-index: var(--split-media-z);
  transform: translate(var(--split-media-x), var(--split-media-y));
}

.splitMedia img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: var(--radius-media);
  box-shadow: 0 22px 50px rgba(0,0,0,0.5);
}

.splitMedia--portrait img {
  aspect-ratio: 6 / 4;
  object-fit: cover;
}

.splitLayout--weddingDuo,
.splitLayout--eventDuo {
  width: min(100%, var(--content-wide));
}

.splitLayout--weddingDuo .splitMedia img,
.splitLayout--eventDuo .splitMedia img {
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.splitLayout--eventDuo .splitMedia--eventDuoBottom img {
  aspect-ratio: 2 / 3;
  object-position: center center;
}

.contentSection--sessionColumns {
  --session-panel-separator: clamp(2px, 0.25vw, 6px);
  --session-panel-transition-duration: 800ms;
  --session-panel-transition-ease: cubic-bezier(0.5, 0, 0.5, 1);
  --session-panel-auto-step: 7s;
  width: 100vw;
  max-width: none;
  min-height: clamp(560px, 56vw, 820px);
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow: hidden;
  isolation: isolate;
  display: grid;
  align-items: center;
}

.contentSection--sessionColumns .splitLayout {
  position: relative;
  z-index: 2;
  width: min(100%, var(--content-wide));
  margin: 0 auto;
  pointer-events: none;
}

.contentSection--sessionColumns .textFrame a {
  pointer-events: auto;
}

.sessionPhotoColumns {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: grid;
  grid-template-columns:
    minmax(0, 1fr)
    minmax(0, 1fr)
    minmax(0, 1fr)
    minmax(0, 1fr)
    minmax(0, 1fr)
    minmax(0, 1fr)
    minmax(0, 1fr)
    minmax(0, 1fr)
    minmax(0, 1fr)
    minmax(0, 1fr)
    minmax(0, 1fr)
    minmax(0, 1fr);
  gap: 0;
  overflow: hidden;
  transition: grid-template-columns var(--session-panel-transition-duration) var(--session-panel-transition-ease);
}

.sessionPhotoPanel {
  min-width: 0;
  min-height: 0;
  height: 100%;
  display: block;
  overflow: hidden;
  border-radius: 0;
  box-shadow: none;
  transition:
    filter 520ms ease,
    opacity 520ms ease;
}

.sessionPhotoPanel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
}

.sessionPhotoPanel + .sessionPhotoPanel {
  border-left: var(--session-panel-separator) solid rgba(8, 8, 8, 0.82);
}



.splitMedia--stack {
  width: 80%;
  padding-top: 120px;
}

.splitMediaStack {
  position: relative;
  width: 100%;
  aspect-ratio: 6 / 4.5;
  min-height: 340px;
  overflow: visible;
}

.splitMediaStack__item {
  position: absolute;
  display: block;
  border-radius: var(--radius-media);
  overflow: visible;
}

.splitMediaStack__item--front {
  top: 0;
  left: 0;
  width: 70%;
  z-index: 2;
}

.splitMediaStack__item--back {
  right: 0;
  bottom: 0;
  width: 70%;
  z-index: 1;
}

.splitMediaStack__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
}

.splitMedia .splitMediaStack__image {
  width: 100%;
  height: 100%;
  box-shadow: none;
  filter: none;
}

.splitMediaStack__image--front {
  -webkit-mask-image: linear-gradient(to bottom right, 
    var(--image-mask-solid) 52%, 
    var(--image-mask-mid) 76%, 
    var(--image-mask-clear) 90%);
  mask-image: linear-gradient(
    to bottom right,
    var(--image-mask-solid) 52%, 
    var(--image-mask-mid) 76%, 
    var(--image-mask-clear) 90%);

  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}

.splitMediaStack__image--back {
  -webkit-mask-image: linear-gradient(to top left, 
    var(--image-mask-solid) 52%, 
    var(--image-mask-mid) 76%, 
    var(--image-mask-clear) 90%);
  mask-image: linear-gradient(
    to top left,
    var(--image-mask-solid) 52%, 
    var(--image-mask-mid) 76%, 
    var(--image-mask-clear) 90%);

  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}




/* =========================
   MOSAÏQUE HOME
   ========================= */

.mosaicSection {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
}

.textFrame--mosaicIntro p {
  text-align: center;
}

.bannerRelief{

  position: relative;
  z-index: 3;
  pointer-events: none;

  margin-top: auto;
  width: 100%;
  display: flex;
  justify-content: center;
  padding: clamp(14px, 2vw, 18px) 16px clamp(16px, 2.5vw, 24px);
  background: rgb(23 23 23 / 80%);
  box-shadow: 0 -6px 20px rgba(0,0,0,0.65);
  text-align: center;
  backdrop-filter: blur(10px);
}

.mosaicGrid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: 0;
  width: 100%;
}

.mosaicTile {
  position: relative;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: rgba(255,255,255,0.03);
}

.mosaicTile--image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition:
    transform 500ms ease,
    filter 250ms ease;
}
/* =========================
   MOSAÏQUE HOME - LIGHT MODE
   ========================= */

body.theme-light .bannerRelief {
  background: rgba(246, 242, 236, 0.82);
  box-shadow: 0 -6px 20px rgba(76, 59, 40, 0.08);
  backdrop-filter: blur(10px);
}

body.theme-light .bannerRelief p,
body.theme-light .bannerRelief .frameKicker {
  color: rgba(63, 53, 43, 0.88);
  text-shadow: none;
}
body.theme-light .mosaicTile--text {
  background:
    linear-gradient(
      180deg,
      rgba(255,255,255,0.72) 0%,
      rgba(255,255,255,0.56) 100%
    ),
    rgba(239, 233, 224, 0.78);
  backdrop-filter: blur(8px);
  box-shadow: inset 0 0 0 1px rgba(198, 160, 106, 0.10);
}

body.theme-light .mosaicTileKicker {
  color: var(--light-theme-gold);
}

body.theme-light .mosaicTileText {
  color: var(--light-theme-text-soft);
}

body.theme-light .mosaicTile {
  background: rgba(255,255,255,0.22);
}

body.theme-light .mosaicTile--soft img {
  filter: saturate(0.94) contrast(1.01) brightness(1.01);
}

body.theme-light .mosaicTile--focus img {
  filter: saturate(1.01) contrast(1.03) brightness(1.01);
}

/* Classe réutilisable pour les chevrons intérieurs */
.innerCorners {
  position: relative;
}

.innerCorners::before,
.innerCorners::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  pointer-events: none;
  z-index: 2;
}

.innerCorners::before {
  top: 12px;
  left: 12px;
  border-top: 1px solid var(--dark-decor-line-gold);
  border-left: 1px solid var(--dark-decor-line-gold);
}

.innerCorners::after {
  right: 12px;
  bottom: 12px;
  border-right: 1px solid var(--dark-decor-line);
  border-bottom: 1px solid var(--dark-decor-line);
}

body.theme-light .innerCorners::before {
  border-top-color: var(--light-decor-line-gold);
  border-left-color: var(--light-decor-line-gold);
}

body.theme-light .innerCorners::after {
  border-right-color: var(--light-decor-line);
  border-bottom-color: var(--light-decor-line);
}

.mosaicTile--text {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(16px, 1rem, 26px);
  background:
    linear-gradient(
      180deg,
      rgba(255,255,255,0.04) 0%,
      rgba(255,255,255,0.01) 100%
    ),
    rgba(8, 8, 8, 0.42);
  backdrop-filter: blur(8px);
}

.mosaicTileContent {
  width: 100%;
  /*max-width: 26ch;*/
  padding: 10px;
  margin: 0 auto;
  text-align: center;
}

.mosaicTileKicker {
  margin: 0 0 10px;
  font-size: clamp(10px, 1rem, 16px);
  line-height: 1.4;
  letter-spacing: 0.20em;
  text-transform: uppercase;
  color: var(--dark-theme-gold);
}

.goldcolor{
  color: var(--dark-theme-gold) !important;
}

body.theme-light .frameKicker,
body.theme-light .mosaicTileKicker,
body.theme-light .textLink {
  color: var(--light-theme-gold);
}

body.theme-light .goldcolor{
  color: var(--light-theme-gold) !important;
}

body.theme-light .heroVisual--maternityPack h2.frameKicker,
body.theme-light .heroVisual--maternityPack h2.frameKicker--legacyH1,
body.theme-light .pageSection h2.frameKicker,
body.theme-light .contentSection h2.frameKicker,
body.theme-light .mosaicSection h2.frameKicker,
body.theme-light .pageSection h2.frameKicker--legacyH1,
body.theme-light .contentSection h2.frameKicker--legacyH1,
body.theme-light .mosaicSection h2.frameKicker--legacyH1 {
  color: var(--light-theme-text-soft);
}

.mosaicTileText {
  margin: 0;
    font-size: clamp(11px, 0.9rem, 15px);
    line-height: 1.3;
    text-wrap: balance;
}

.mosaicTile--wide {
  grid-column: span 2;
  aspect-ratio: 2 / 1;
}

.mosaicTile--tall {
  grid-row: span 2;
  aspect-ratio: 1 / 2;
}

.mosaicTile--large {
  grid-column: span 2;
  grid-row: span 2;
  aspect-ratio: auto;
}

.mosaicTile--soft img {
  filter: saturate(0.96) contrast(1.03);
}

.mosaicTile--focus img {
  filter: saturate(1.04) contrast(1.06);
}

/* =========================
   BOUTONS / LIENS
   ========================= */

.heroActions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 26px;  
  justify-content: flex-end;
  align-items: flex-end;
}

.ctaPrimary,
.ctaSecondary,
.textLink {
  text-decoration: none;
  transition:
    background-color 180ms ease,
    color 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease,
    opacity 180ms ease,
    transform 180ms ease;
}

.ctaPrimary,
.ctaSecondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 18px;
  border-radius: 2px;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ctaPrimary {
  color: #181512;
  background: rgba(198, 160, 106, 0.96);
  border: 1px solid rgba(198, 160, 106, 0.82);
  box-shadow:
    0 10px 24px rgba(0,0,0,0.22),
    inset 0 1px 0 rgba(255,255,255,0.22);
}

.ctaPrimary:hover {
  background: rgba(206, 170, 118, 0.98);
  transform: translateY(-1px);
}

.ctaSecondary {
  color: var(--dark-theme-text);
  background: rgba(255,255,255,0.16);
  border: 1px solid rgba(255,255,255,0.18);
  box-shadow: 0 8px 18px rgba(0,0,0,0.16);
}

body.theme-light .ctaSecondary {
  color: var(--light-theme-text);
}

.ctaSecondary:hover {
  background: rgba(255,255,255,0.12);
  border-color: rgba(255,255,255,0.28);
  transform: translateY(-1px);
}

.textLink {
  display: inline-block;
  margin-top: 8px;
  color: var(--dark-theme-gold);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.textLink:hover {
  opacity: 0.8;
}

/* =========================
   ÉLÉMENTS EXISTANTS
   gardés pour les autres pages
   ========================= */

.placeholderBloc {
  margin-top: 22px;
  padding: clamp(18px, 3vw, 28px);
  background: var(--dark-surface-frame-soft);
  border: 1px solid var(--dark-border-frame);
  box-shadow: var(--dark-frame-shadow);
  backdrop-filter: blur(4px);
}

.sectionIntro {
  max-width: 760px;
}

.sectionIntro h2,
.aboutText h2,
.ctaPanel h2 {
  margin: 0 0 14px;
  font-size: clamp(24px, 4vw, 34px);
  line-height: 1.15;
  letter-spacing: 0.03em;
  color: var(--dark-theme-text);
}

.sectionPanel,
.ctaPanel,
.aboutHighlight,
.serviceCard,
.valueCard,
.aboutText {
  padding: clamp(20px, 3vw, 30px);
  background:
    linear-gradient(
      180deg,
      rgba(255,255,255,0.03) 0%,
      rgba(255,255,255,0.00) 100%
    ),
    var(--dark-surface-frame);
  border: 1px solid var(--dark-border-frame);
  box-shadow: var(--dark-frame-shadow);
  backdrop-filter: blur(4px);
}

.sectionPanel,
.ctaPanel,
.aboutHighlight,
.serviceCard,
.valueCard,
.aboutText,
.placeholderBloc {
  position: relative;
}

.serviceGrid,
.valueGrid {
  display: grid;
  gap: 18px;
  margin-top: 24px;
}

.serviceGrid {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.valueGrid {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.serviceCard h3,
.valueCard h3 {
  margin: 0 0 10px;
  color: var(--dark-theme-text);
}

.aboutGrid {
  display: grid;
  gap: 22px;
}

.highlightLine:last-child {
  margin-bottom: 0;
}

/* =========================
   FOOTER
   ========================= */

.footerInner {
  width: min(100%, var(--container-max));
  margin: 0 auto;
  text-align: center;
  color: rgba(255,255,255,0.86);
  text-shadow: 0 2px 10px rgba(0,0,0,0.42);
}

.footerInner p {
  margin: 6px 0;
  font-size: 13px;
  letter-spacing: 0.04em;
}

/* =========================
   RESPONSIVE
   ========================= */
















/* ================= CONTACT ================= */

.contactBlock {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(30px, 5vw, 80px);
  align-items: center;
  margin-top: 60px;
}

.contactIntro {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.contactIntro p {
  line-height: 1.6;
}

.contactPhotoFrame {
  position: relative;
  margin-top: 20px;
  border: 1px solid var(--dark-border-frame);
  background: var(--dark-surface-frame);
  backdrop-filter: blur(10px);
}

.contactPhotoFrame img {
  width: 100%;
  height: auto;
  display: block;
}

body.theme-light .contactPhotoFrame,
body.theme-light .googleReviewAvatar {
  border-color: var(--light-border-frame);
}

body.theme-light .contactPhotoFrame {
  background: var(--light-surface-frame);
}

/* FORM */

.contactFormFrame {
  padding: clamp(20px, 3vw, 40px);
  background: var(--dark-surface-frame-soft);
  border: 1px solid var(--dark-border-frame);
  box-shadow: var(--dark-frame-shadow);
  backdrop-filter: blur(14px);
}

body.theme-light .contactFormFrame {
  background: var(--light-surface-frame-soft);
  border-color: var(--light-border-frame);
  -webkit-backdrop-filter: blur(8px) saturate(1.05);
  backdrop-filter: blur(8px) saturate(1.05);
}

.contactForm {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.formRow {
  display: flex;
  gap: 16px;
}

.contactForm input,
.contactForm select,
.contactForm textarea {
  width: 100%;
  padding: 14px 16px;
  background: rgba(255,255,255,0.9);
  font-family: inherit;
  font-size: 14px;
  outline: none;
  transition: 0.3s;
  box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.62);
  border-width: 2px;
  border-style: inset;
}

body.theme-light .contactForm input,
body.theme-light .contactForm select,
body.theme-light .contactForm textarea {
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid var(--light-border-frame);
  color: var(--light-theme-text);
  box-shadow:
    inset 0 1px 3px rgba(76, 59, 40, 0.10),
    0 1px 0 rgba(255, 255, 255, 0.72);
}

body.theme-light .contactForm input::placeholder,
body.theme-light .contactForm textarea::placeholder {
  color: var(--light-theme-text-muted);
}

body.theme-light .contactForm .selectPlaceholder {
  color: var(--light-theme-text-muted);
}

body.theme-light .contactForm .selectPlaceholder.hasValue {
  color: var(--light-theme-text);
}

.contactForm input:focus,
.contactForm textarea:focus,
.contactForm select:focus {
  border-color: var(--dark-theme-gold);
  /*background: rgba(255,255,255,0.06);*/
}

body.theme-light .contactForm input:focus,
body.theme-light .contactForm textarea:focus,
body.theme-light .contactForm select:focus {
  background: rgba(255, 255, 255, 0.9);
  border-color: rgba(150, 116, 67, 0.68);
  box-shadow:
    inset 0 1px 3px rgba(76, 59, 40, 0.08),
    0 0 0 3px rgba(198, 160, 106, 0.18);
}

.contactForm textarea {
  resize: vertical;
}

/* RESPONSIVE */




#wallPaper {
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
}

#wallPaper::before {
  content: "";
  position: absolute;
  inset: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

body.pageContact #wallPaper::before {
  background-image: url("../resources/signature-mariage2-noir&blanc-photoraphie-studio-rosalf.jpg");
  background-position: 70% center;
  opacity: 0.8;
}

body.pageMentions #wallPaper::before {
  background-image: url("../resources/signature-mariage-noir&blanc-photoraphie-studio-rosalf.jpg");
  background-position: 30% center;
  opacity: 0.6;
}

body.pageCGV #wallPaper::before {
  background-image: url("../resources/mains-mariage-noir&blanc-photoraphie-studio-rosalf.jpg");
  background-position: center center;
  opacity: 1;
}

body.pageMariages #wallPaper::before {
  background-image: url("../resources/couple-mariage-ceremonie-photographie-studio-rosalf.jpg");
  background-position: 20% center;
  opacity: 1;
}

body.pageMariages .textFrame{
  margin-left: 40%;
}

/* état par défaut = placeholder */
.selectPlaceholder {
  color: rgba(0, 0, 0, 0.5); 
}

/* quand une vraie valeur est sélectionnée */
.selectPlaceholder.hasValue {
  color: black;
}

.contactFormStatus {
  min-height: 1.4em;
  margin: 14px 0 18px;
  font-size: 0.95rem;
  line-height: 1.45;
}

.contactFormStatus.is-success {
  color: #c6a06a;
}

.contactFormStatus.is-error {
  color: #e7b2b2;
}

.contactForm.is-sending .ctaPrimary,
.contactForm button[disabled] {
  opacity: 0.7;
  cursor: wait;
}

.googleReviewsSection {
  width: min(100%, var(--content-wide));
  margin: clamp(42px, 7vw, 96px) auto 0;
}

.googleReviewsHeader {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: clamp(18px, 4vw, 42px);
  margin-bottom: clamp(20px, 4vw, 36px);
}

.googleReviewsSection .frameKicker {
  margin: 0 0 8px;
}

.googleReviewsSection .headingVisualH2 {
  margin: 0;
  text-align: left;
}

.googleReviewsSummary {
  min-width: 190px;
  display: grid;
  justify-items: end;
  gap: 4px;
  text-align: right;
}

.googleReviewsRating {
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1;
}

.googleReviewsStars,
.googleReviewStars {
  letter-spacing: 0;
}

.googleReviewsCount {
  font-size: 13px;
}

.googleReviewsGrid {
  column-count: 3;
  column-gap: clamp(14px, 2vw, 22px);
}

.googleReviewCard {
  min-height: 255px;
  margin: 0 0 clamp(14px, 2vw, 22px);
  padding: clamp(18px, 2vw, 24px);
  display: flex;
  flex-direction: column;
  gap: 12px;
  break-inside: avoid;
  page-break-inside: avoid;
  background: var(--dark-surface-card);
  border: 1px solid var(--dark-border-card);
  box-shadow: var(--dark-card-shadow);
}

body.theme-light .googleReviewCard {
  background: var(--light-surface-card);
  border-color: var(--light-border-card);
  box-shadow: var(--light-card-shadow);
}

.googleReviewCardHeader {
  display: flex;
  align-items: center;
  gap: 12px;
}

.googleReviewAvatarWrap {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  position: relative;
  display: inline-grid;
  place-items: center;
}

.googleReviewAvatarInitial,
.googleReviewAvatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid var(--dark-border-frame);
}

.googleReviewAvatarInitial {
  display: inline-grid;
  place-items: center;
  background: var(--dark-surface-card);
  color: var(--dark-theme-text);
  font-size: 18px;
  line-height: 1;
}

.googleReviewAvatar {
  position: absolute;
  inset: 0;
  display: block;
  object-fit: cover;
}

.googleReviewAvatarWrap.is-avatar-failed .googleReviewAvatar {
  display: none;
}

body.theme-light .googleReviewAvatarInitial {
  background: var(--light-surface-card);
  color: var(--light-theme-text);
}

.googleReviewCard h3 {
  margin: 0;
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: 0;
}

.googleReviewCardHeader p,
.googleReviewStars,
.googleReviewText,
.googleReviewCard--notice p {
  margin: 0;
}

.googleReviewText {
  flex: 1;
  font-size: 15px;
  line-height: 1.55;
}

.googleReviewLink {
  margin-top: auto;
}


.googleReviewCard.is-loading {
  opacity: 0.55;
}
