/* =========================================================
   Constance Bouguetof Photographie · feuille de style
   Direction artistique : romantique poudré, crème & vieux rose
   ========================================================= */

:root {
  --creme: #fdf8f4;
  --creme-rose: #f9eeea;
  --poudre: #f0dcd6;
  --rose: #d9a8a0;
  --vieux-rose: #b76e79;
  --brun: #4a3a37;
  --brun-doux: rgba(74, 58, 55, 0.72);
  --ligne: rgba(183, 110, 121, 0.22);
  --font-display: "Cormorant Garamond", "Georgia", serif;
  --font-script: "Parisienne", cursive;
  --font-text: "Karla", "Helvetica Neue", sans-serif;
  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; overflow-x: clip; }

body {
  background: var(--creme);
  color: var(--brun);
  font-family: var(--font-text);
  font-size: 1.0625rem;
  line-height: 1.7;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

::selection { background: var(--vieux-rose); color: var(--creme); }

img { display: block; max-width: 100%; }
a { color: inherit; }
h1, h2, h3 { font-family: var(--font-display); font-weight: 400; }
em { font-style: italic; }

.script-over {
  font-family: var(--font-script);
  font-size: clamp(1.5rem, 2.6vw, 2rem);
  color: var(--vieux-rose);
  line-height: 1.2;
}

/* ---------- Apparitions au scroll ---------- */
.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.9s var(--ease-out), transform 0.9s var(--ease-out);
}
.reveal.is-in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  html { scroll-behavior: auto; }
}

/* =========================================================
   EN-TÊTE
   ========================================================= */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 0.8rem clamp(1.2rem, 4vw, 3rem);
  background: color-mix(in srgb, var(--creme) 90%, transparent);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--ligne);
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  text-decoration: none;
}
.brand-mark { width: 42px; height: 42px; }
.brand-name {
  font-family: var(--font-display);
  font-size: 1.25rem;
  letter-spacing: 0.02em;
}
.brand-name em { color: var(--vieux-rose); }

.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(0.9rem, 2vw, 1.8rem);
  font-size: 0.9rem;
  font-weight: 500;
}
.site-nav a {
  text-decoration: none;
  color: var(--brun-doux);
  transition: color 0.25s;
  white-space: nowrap;
}
.site-nav a:hover { color: var(--vieux-rose); }

.nav-cta {
  color: #fff !important;
  background: var(--vieux-rose);
  padding: 0.6rem 1.25rem;
  border-radius: 999px;
  transition: background 0.25s, transform 0.25s, box-shadow 0.25s;
  box-shadow: 0 6px 18px rgba(183, 110, 121, 0.3);
}
.nav-cta:hover { background: #a05a66; transform: translateY(-1px); }

.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 6px;
  background: none;
  border: 0;
  padding: 10px 6px;
  cursor: pointer;
}
.nav-toggle span {
  width: 26px; height: 2px;
  background: var(--brun);
  border-radius: 2px;
  transition: transform 0.3s var(--ease-out), opacity 0.3s;
}

/* =========================================================
   HÉRO
   ========================================================= */
.hero {
  position: relative;
  text-align: center;
  padding: clamp(3rem, 7vh, 5.5rem) clamp(1.2rem, 5vw, 4rem) clamp(3.5rem, 8vh, 6rem);
  max-width: 1200px;
  margin: 0 auto;
}
/* halo rosé très doux derrière le héro */
.hero::before {
  content: "";
  position: absolute;
  inset: -10% 0 auto;
  height: 80%;
  background: radial-gradient(ellipse at 50% 30%, rgba(233, 196, 190, 0.35), transparent 65%);
  pointer-events: none;
  z-index: -1;
}

.hero-script {
  font-family: var(--font-script);
  font-size: clamp(1.7rem, 3.4vw, 2.6rem);
  color: var(--vieux-rose);
}

.hero-title {
  font-size: clamp(2.5rem, 6.4vw, 4.8rem);
  line-height: 1.12;
  font-weight: 300;
  letter-spacing: 0.01em;
  margin: 0.8rem 0 1rem;
}
.hero-title em { color: var(--vieux-rose); }

.hero-sub {
  color: var(--brun-doux);
  font-size: 0.95rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero-photos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(1rem, 3.5vw, 3rem);
  margin: clamp(2.2rem, 5vh, 3.5rem) 0;
}

.hero-arch {
  width: min(400px, 58vw);
  flex-shrink: 0;
}
.hero-arch .ph {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  border-radius: 999px 999px 24px 24px;
  box-shadow: 0 24px 60px rgba(183, 110, 121, 0.28);
}

.hero-side { width: clamp(150px, 18vw, 230px); }
.hero-side .ph {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: 18px;
  border: 6px solid #fff;
  box-shadow: 0 14px 34px rgba(74, 58, 55, 0.16);
}
.hero-side-left { transform: rotate(-4deg); }
.hero-side-right { transform: rotate(4deg); }

.btn {
  display: inline-block;
  font-family: var(--font-text);
  font-weight: 600;
  font-size: 0.95rem;
  letter-spacing: 0.06em;
  text-decoration: none;
  color: #fff;
  background: var(--vieux-rose);
  padding: 0.95rem 2.4rem;
  border-radius: 999px;
  box-shadow: 0 10px 26px rgba(183, 110, 121, 0.32);
  transition: background 0.25s, transform 0.25s, box-shadow 0.25s;
}
.btn:hover { background: #a05a66; transform: translateY(-2px); box-shadow: 0 14px 32px rgba(183, 110, 121, 0.4); }

.btn-small { padding: 0.7rem 1.7rem; font-size: 0.88rem; }

/* =========================================================
   BANDEAU DÉFILANT
   ========================================================= */
.marquee {
  overflow: hidden;
  background: var(--poudre);
  padding: 0.9rem 0;
  border-top: 1px solid var(--ligne);
  border-bottom: 1px solid var(--ligne);
}
.marquee-track {
  display: flex;
  align-items: center;
  gap: 2.4rem;
  width: max-content;
  animation: defile 30s linear infinite;
  font-family: var(--font-display);
  font-style: italic;
  font-size: 1.25rem;
  color: var(--brun-doux);
}
.marquee-track i { color: var(--vieux-rose); font-style: normal; font-size: 0.95rem; }
@keyframes defile { to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .marquee-track { animation: none; } }

/* =========================================================
   SECTIONS · génériques
   ========================================================= */
section { padding: clamp(3.5rem, 9vh, 7rem) clamp(1.2rem, 5vw, 4.5rem); }

.section-head {
  max-width: 720px;
  margin: 0 auto clamp(2.2rem, 5vh, 3.5rem);
  text-align: center;
  display: grid;
  gap: 0.4rem;
}
.section-head h2 {
  font-size: clamp(2.1rem, 4.4vw, 3.2rem);
  font-weight: 400;
}
.section-sub { color: var(--brun-doux); }
.section-sub a { color: var(--vieux-rose); }

/* =========================================================
   PRESTATIONS · cartes douces
   ========================================================= */
.cards {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(1.4rem, 3vw, 2.4rem);
}

.card {
  background: #fff;
  border: 1px solid var(--ligne);
  border-radius: 26px;
  padding: 1.1rem 1.1rem 1.7rem;
  text-align: center;
  transition: transform 0.35s var(--ease-out), box-shadow 0.35s;
}
.card:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 48px rgba(183, 110, 121, 0.18);
}

.card-media { margin: 0 0 1.2rem; }
.card-media .ph {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 130px 130px 18px 18px;
}

.card h3 {
  font-size: 1.7rem;
  margin-bottom: 0.4rem;
}
.card p { color: var(--brun-doux); font-size: 0.98rem; padding: 0 0.6rem; }

.card-invite {
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 0.7rem;
  background: var(--creme-rose);
  border-style: dashed;
  border-color: var(--rose);
}
.card-invite h3 { margin: 0; }

/* =========================================================
   GALERIE
   ========================================================= */
.galerie { background: var(--creme-rose); }

.galerie-grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 200px;
  gap: 16px;
}
.g-item {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: 20px;
}
.g-tall { grid-row: span 2; }
.g-item .ph {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.6s var(--ease-out);
}
.g-item:hover .ph { transform: scale(1.05); }
.g-item figcaption {
  position: absolute;
  left: 50%; bottom: 12px;
  transform: translateX(-50%);
  background: rgba(253, 248, 244, 0.92);
  color: var(--vieux-rose);
  font-family: var(--font-script);
  font-size: 1.15rem;
  line-height: 1;
  padding: 0.45rem 1.1rem 0.55rem;
  border-radius: 999px;
  opacity: 0;
  transition: opacity 0.35s;
  white-space: nowrap;
}
.g-item:hover figcaption { opacity: 1; }

/* =========================================================
   À PROPOS
   ========================================================= */
.apropos {
  display: grid;
  grid-template-columns: minmax(240px, 380px) 1fr;
  gap: clamp(2rem, 6vw, 5.5rem);
  align-items: center;
  max-width: 1100px;
  margin: 0 auto;
}

.apropos-media { margin: 0; position: relative; }
.apropos-media .ph {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  border-radius: 999px 999px 24px 24px;
  box-shadow: 0 20px 50px rgba(183, 110, 121, 0.22);
}

.apropos-body { max-width: 56ch; display: grid; gap: 1rem; justify-items: start; }
.apropos-body h2 { font-size: clamp(2.1rem, 4.4vw, 3.2rem); font-weight: 400; }
.apropos-body h2 em { color: var(--vieux-rose); }
.apropos-body p { color: var(--brun-doux); }

.award {
  font-size: 0.8rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--vieux-rose);
  background: #fff;
  border: 1px solid var(--ligne);
  border-radius: 999px;
  padding: 0.55rem 1.2rem;
}

.signature {
  font-family: var(--font-script);
  font-size: 2.6rem;
  color: var(--rose);
  transform: rotate(-3deg);
}

/* =========================================================
   TÉMOIGNAGES
   ========================================================= */
.temoignage-row {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(1.2rem, 3vw, 2.2rem);
}
.temoignage-row blockquote {
  background: #fff;
  border: 1px solid var(--ligne);
  border-radius: 24px;
  padding: 2.4rem 1.8rem 1.6rem;
  position: relative;
  display: grid;
  gap: 0.9rem;
  align-content: start;
}
.temoignage-row blockquote::before {
  content: "\201C";
  position: absolute;
  top: 0.4rem; left: 1.4rem;
  font-family: var(--font-script);
  font-size: 3rem;
  color: var(--rose);
  line-height: 1;
}
.temoignage-row p {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 1.2rem;
  line-height: 1.55;
}
.temoignage-row cite {
  font-style: normal;
  font-size: 0.85rem;
  letter-spacing: 0.06em;
  color: var(--vieux-rose);
}

/* =========================================================
   CONTACT
   ========================================================= */
.contact { padding-top: 0; }

.contact-panel {
  max-width: 1100px;
  margin: 0 auto;
  background: linear-gradient(160deg, var(--poudre), var(--creme-rose));
  border-radius: 40px;
  text-align: center;
  padding: clamp(3rem, 7vh, 5rem) clamp(1.4rem, 4vw, 4rem);
  border: 1px solid var(--ligne);
}

.contact-title {
  font-size: clamp(2.3rem, 5.6vw, 4rem);
  font-weight: 300;
  line-height: 1.12;
  margin: 0.4rem 0 0.8rem;
}
.contact-title em { color: var(--vieux-rose); }
.contact-sub { color: var(--brun-doux); max-width: 46ch; margin: 0 auto 2.6rem; }

.contact-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: clamp(1rem, 3vw, 2.2rem);
  margin-bottom: 2.4rem;
}
.contact-link {
  text-decoration: none;
  display: grid;
  gap: 0.25rem;
  padding: 1.4rem 2.2rem;
  background: #fff;
  border: 1px solid var(--ligne);
  border-radius: 20px;
  transition: transform 0.3s, box-shadow 0.3s;
}
.contact-link:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 36px rgba(183, 110, 121, 0.2);
}
.contact-label {
  font-size: 0.72rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--vieux-rose);
}
.contact-value {
  font-family: var(--font-display);
  font-size: clamp(1.15rem, 2.6vw, 1.55rem);
}

.contact-socials {
  display: flex;
  justify-content: center;
  gap: 2rem;
  font-size: 0.95rem;
  font-weight: 500;
}
.contact-socials a {
  color: var(--vieux-rose);
  text-decoration: none;
  border-bottom: 1px solid var(--rose);
  padding-bottom: 0.15rem;
  transition: color 0.25s, border-color 0.25s;
}
.contact-socials a:hover { color: #a05a66; }

/* =========================================================
   PIED DE PAGE
   ========================================================= */
.site-footer {
  background: #453433;
  color: rgba(253, 248, 244, 0.65);
  text-align: center;
  padding: 2.6rem 1.5rem 3rem;
  font-size: 0.9rem;
  display: grid;
  gap: 0.8rem;
  justify-items: center;
}
.footer-logo { width: min(280px, 70vw); opacity: 0.95; }
.footer-meta a { color: inherit; }

/* =========================================================
   RESPONSIVE
   ========================================================= */
@media (max-width: 980px) {
  .cards { grid-template-columns: repeat(2, 1fr); }
  .galerie-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 180px; }
  .temoignage-row { grid-template-columns: 1fr; }
  .apropos { grid-template-columns: 1fr; justify-items: center; text-align: left; }
  .apropos-media { max-width: 340px; }
}

@media (max-width: 820px) {
  .nav-toggle { display: flex; }
  /* backdrop-filter ferait du header le bloc conteneur du menu fixé */
  .site-header { backdrop-filter: none; background: var(--creme); }
  .site-nav {
    position: fixed;
    inset: 0;
    top: 59px;
    flex-direction: column;
    justify-content: center;
    gap: 1.9rem;
    background: var(--creme);
    font-size: 1.25rem;
    transform: translateY(-110%);
    transition: transform 0.45s var(--ease-out);
    z-index: 40;
  }
  body.nav-open .site-nav { transform: none; }
  body.nav-open { overflow: hidden; }
  body.nav-open .nav-toggle span:first-child { transform: translateY(4px) rotate(45deg); }
  body.nav-open .nav-toggle span:last-child { transform: translateY(-4px) rotate(-45deg); }

  .hero-side { display: none; }
  .hero-arch { width: min(420px, 78vw); }
}

@media (max-width: 560px) {
  .cards { grid-template-columns: 1fr; }
}
