:root {
  --ink: #1c1410;
  --ink-soft: #4a3f38;
  --paper: #f6efe6;
  --paper-2: #efe4d6;
  --white: #fffdf9;
  --terra: #8b3a2f;
  --terra-dark: #6d2c24;
  --gold: #b08a5a;
  --line: rgba(28, 20, 16, 0.12);
  --shadow: 0 24px 60px rgba(28, 20, 16, 0.08);
  --serif: "Fraunces", Georgia, serif;
  --sans: "Outfit", system-ui, sans-serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; height: 100%; }
body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  font-family: var(--sans);
  color: var(--ink);
  background: var(--paper);
  line-height: 1.65;
  font-size: 1.12rem;
}
main { flex: 1 0 auto; }
footer.site { flex-shrink: 0; margin-top: auto; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
.wrap { width: min(1120px, calc(100% - 2.4rem)); margin-inline: auto; }

.topbar {
  background: var(--ink);
  color: #f3e8d8;
  font-size: 0.92rem;
  letter-spacing: .04em;
  text-align: center;
  padding: .45rem 1rem;
}
.topbar a { color: #f3e8d8; border-bottom: 1px solid rgba(243,232,216,.35); }

header.site {
  position: sticky; top: 0; z-index: 40;
  background: rgba(246,239,230,.92);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}
.nav {
  display: flex; align-items: center; justify-content: space-between;
  min-height: 84px; gap: 1rem;
}
.nav-end {
  display: flex;
  align-items: center;
  gap: .55rem;
}
.logo {
  font-family: var(--serif);
  font-weight: 500;
  font-size: 1.35rem;
  line-height: 1.1;
  display: flex;
  align-items: center;
  gap: .7rem;
}
.logo-slot {
  width: 52px;
  height: 52px;
  flex-shrink: 0;
  border: 1px dashed rgba(139,58,47,.35);
  background: #efe4d6;
}
.logo-slot img { display: none; width: 100%; height: 100%; object-fit: contain; }
.logo-slot.has-logo { border: 0; background: transparent; width: auto; height: 52px; }
.logo-slot.has-logo img { display: block; width: auto; max-height: 52px; }
.overlay:hover{
  transform: rotate(1.1deg);
}
.logo span { display: block; font-family: var(--sans); font-size: .78rem; letter-spacing: .16em; text-transform: uppercase; color: var(--ink-soft); margin-top: .15rem; }
nav ul { display: flex; gap: .35rem; list-style: none; flex-wrap: wrap; justify-content: flex-end; align-items: center; margin: 0; padding: 0; }
nav a {
  font-size: .9rem;
  display: inline-flex;
  align-items: center;
  padding: .55rem 1rem;
  border-radius: 999px;
  border: 1px solid transparent;
  line-height: 1.2;
}
@media (min-width: 861px) {
  nav a {
    font-size: 1.02rem;
    padding: .7rem 1.15rem;
  }
  .btn.nav-cta {
    font-size: 1.08rem;
    padding: .82rem 1.45rem;
    box-shadow: 0 6px 16px rgba(139, 58, 47, 0.22);
  }
}
nav a:hover,
nav a[aria-current="page"] {
  color: var(--ink);
  background: var(--white);
  border-color: var(--line);
}
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  background: var(--terra); color: #fff !important;
  padding: .65rem 1.15rem; border-radius: 999px;
  font-size: .9rem; border: 0; cursor: pointer;
  line-height: 1.2;
}
.btn.nav-cta {
  border-radius: 999px;
  white-space: nowrap;
}
.mobile-cta { display: none; }
.btn:hover { background: var(--terra-dark); }
.btn.ghost { background: transparent; color: var(--ink) !important; border: 1px solid var(--line); }
.menu-btn { display: none; background: none; border: 0; font-size: 1.4rem; }
.btn.ghost:hover {
  background: rgba(28, 20, 16, 0.08);
  border-color: var(--ink);
  color: var(--ink) !important;
}
.hero {
  padding: 4.5rem 0 3.2rem;
  display: grid; grid-template-columns: .9fr 1.1fr; gap: 3rem; align-items: center;
}
.kicker {
  text-transform: uppercase; letter-spacing: .18em; font-size: .84rem; color: var(--terra);
  margin-bottom: .8rem;
}
h1, h2, h3 { font-family: var(--serif); font-weight: 500; line-height: 1.15; }
h1 { font-size: clamp(2.3rem, 5vw, 4.2rem); margin-bottom: 1rem; }
h2 { font-size: clamp(1.8rem, 3vw, 2.6rem); }
.lead { font-size: 1.22rem; color: var(--ink-soft); max-width: 38rem; }
.hero-actions { display: flex; gap: .8rem; flex-wrap: wrap; margin-top: 1.6rem; }
.hero-prints {
  position: relative;
  min-height: 560px;
  overflow: visible;
}
.print {
  position: absolute;
  background: #fff;
  padding: 14px;
  box-shadow: 0 18px 40px rgba(28, 20, 16, 0.16);
  transform-origin: center center;
  border: 1px solid rgba(28, 20, 16, 0.06);
}
.print .photo-slot {
  min-height: 0;
  height: auto;
  border: 0;
  border-radius: 0;
  background: #efe4d6;
}
.print-b {
  top: 24px;
  right: 0;
  width: 78%;
  height: auto;
  transform: rotate(4deg);
  z-index: 1;
}
.print-a {
  top: 8px;
  left: 0;
  width: 34%;
  height: auto;
  padding: 14px;
  transform: rotate(-8deg);
  z-index: 2;
}

.section { padding: 4.2rem 0; }
.section.alt { background: var(--paper-2); }
.intro { max-width: 40rem; margin-bottom: 2rem; color: var(--ink-soft); }

.grid-3, .grid-2 { display: grid; gap: 1.2rem; }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-2 { grid-template-columns: 1fr 1fr; }
.card {
  background: var(--white);
  border-radius: 22px;
  padding: 1.4rem;
  box-shadow: var(--shadow);
  display: flex;
  flex-direction: column;
  height: 100%;
}
.card .photo-slot:not(.card-photo) { min-height: 0; }
.card .card-photo {
  min-height: 0;
  margin: .9rem 0 .35rem;
  border-radius: 0;
}
.card p { color: var(--ink-soft); }
.price { color: var(--terra); font-weight: 600; margin-top: auto; padding-top: 1rem; }
.meta { font-size: .98rem; color: var(--ink-soft); margin-top: .35rem; }

.quote {
  font-family: var(--serif);
  font-size: clamp(1.4rem, 3vw, 2rem);
  text-align: center;
  max-width: 46rem;
  margin: 0 auto;
}
.quote p { margin: 0; }
.quote cite { display: block; margin-top: 1rem; font-family: var(--sans); font-size: 1rem; font-style: normal; color: var(--ink-soft); }

.studio-block {
  display: grid; grid-template-columns: 1fr 1fr; gap: 2.5rem; align-items: center;
}
.swatch {
  height: 360px; border-radius: 24px;
  background:
    linear-gradient(135deg, #ead7c3, #c08a6c 40%, #6d2c24);
}

form { display: grid; gap: .8rem; }
label { font-size: .98rem; }
input, textarea, select {
  width: 100%; padding: .85rem 1rem; border-radius: 12px;
  border: 1px solid var(--line); background: var(--white); font: inherit;
}
footer.site {
  background: var(--ink); color: #eadfce; padding: 2.6rem 0 1.4rem; margin-top: 2rem;
}
footer a { color: #eadfce; }
.foot-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 1.5rem; }
.fine { margin-top: 1.8rem; font-size: .88rem; opacity: .7; }

.page-hero { padding: 3rem 0 1.2rem; }
.page-hero h1 { font-size: clamp(2rem, 4vw, 3.4rem); }
.list { margin: 1rem 0 1rem 1.2rem; color: var(--ink-soft); }
.notice { background: #fff; border-left: 3px solid var(--gold); padding: 1rem 1.1rem; margin: 1.2rem 0; }

.google-reco {
  display: flex; align-items: center; justify-content: center; gap: .85rem;
  flex-wrap: wrap;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: .55rem 1.15rem;
  width: fit-content;
  max-width: calc(100% - 2rem);
  margin: .9rem auto 0;
  box-shadow: var(--shadow);
  font-size: .92rem;
}
.google-reco .stars { color: #e6b325; letter-spacing: .06em; }
.google-reco .g { color: #4285f4; font-weight: 600; }
.split-page {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 2rem;
  align-items: start;
  margin: 1.8rem 0 2.2rem;
}
.faq details {
  background: var(--white);
  border-radius: 16px;
  padding: 1rem 1.2rem;
  margin-bottom: .7rem;
  box-shadow: var(--shadow);
}
.faq summary { cursor: pointer; font-weight: 500; }

.about-intro { max-width: 40rem; margin-bottom: 2rem; }
.about-stage {
  display: grid;
  grid-template-columns: 1.1fr .7fr;
  gap: 1.6rem;
  align-items: end;
}
.print.about-print {
  position: relative;
  transform: rotate(-1.8deg);
}
.stats { display: grid; gap: 1.1rem; }
.stat {
  background: var(--white);
  padding: 1rem 1.1rem;
  border-left: 3px solid var(--terra);
}
.stat-num {
  display: block;
  font-family: var(--serif);
  font-size: clamp(2.2rem, 4vw, 3.2rem);
  color: var(--terra);
  line-height: 1;
}
.stat-label {
  display: block;
  margin-top: .35rem;
  font-size: .78rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--ink-soft);
}


.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .8s ease, transform .8s ease;
}
.reveal.is-in { opacity: 1; transform: none; }
.reveal-delay-1 { transition-delay: .12s; }
.reveal-delay-2 { transition-delay: .24s; }
.reveal-delay-3 { transition-delay: .36s; }

.photo-slot {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  background:
    repeating-linear-gradient(-45deg, rgba(139,58,47,.06), rgba(139,58,47,.06) 8px, transparent 8px, transparent 16px),
    var(--white);
  border: 1px dashed rgba(139,58,47,.35);
  min-height: 0;
  width: 100%;
}
.photo-slot.portrait:not(.has-image) { aspect-ratio: 4530 / 4705; }
.photo-slot.paysage:not(.has-image) { aspect-ratio: 4864 / 3648; }
.photo-slot.tall:not(.has-image) { aspect-ratio: 4530 / 4705; }
.photo-slot.has-image {
  aspect-ratio: auto;
  background: #fff;
  border: 0;
  overflow: visible;
}
.photo-slot img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  object-position: center;
  transform: none;
}
.photo-slot .hint {
  position: absolute; inset: 0;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  text-align: center; padding: 1rem;
  color: var(--ink-soft);
  font-size: 1rem;
  pointer-events: none;
}
.photo-slot.has-image .hint { display: none; }
.hero-prints .photo-slot img { transform: none; }
.gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  align-items: start;
}
.gallery .photo-slot:first-child { grid-column: 1; }
@keyframes drift {
  from { transform: scale(1) translate3d(0,0,0); }
  to { transform: scale(1) translate3d(0,0,0); }
}
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  .drift img, .photo-slot img { animation: none; transform: none; }
}

@media (max-width: 860px) {
  .nav-end { position: static; }
  nav ul { display: none; }
  nav ul.open {
    display: flex; flex-direction: column;
    position: absolute; left: 1.2rem; right: 1.2rem; top: 84px;
    background: var(--white); padding: .7rem;
    border-radius: 18px; box-shadow: var(--shadow);
  }
  nav ul.open a { width: 100%; justify-content: center; }
  .mobile-cta { display: none; }
  .menu-btn { display: block; }
  .hero, .studio-block, .grid-3, .grid-2, .foot-grid, .gallery, .split-page, .about-stage { grid-template-columns: 1fr; }
  .gallery { grid-template-columns: 1fr; }
  .hero { padding-top: 1rem; }
  .google-reco { display: none; }
  .hero > :not(.hero-prints) {
    position: relative;
    z-index: 2;
    order: 2;
    background: var(--paper);
  }
  .hero-prints {
    order: 1;
    z-index: 1;
    min-height: 320px;
    overflow: hidden;
    padding-bottom: 1rem;
  }
  .print-b { width: 86%; right: 0; height: auto; }
  .print-a { width: 42%; height: auto; }
}

.map-frame {
  min-height: 280px;
  background: var(--white);
  border: 1px solid var(--line);
}
.map-frame iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 360px;
  border: 0;
}

.photo-slot.has-image {
  background: #fff;
  border: 0;
}
.card .card-photo.has-image,
.gallery .photo-slot.has-image,
.split-page .photo-slot.has-image {
  padding: 14px;
  box-shadow: 0 12px 28px rgba(28, 20, 16, 0.12);
}

/* pas d'agrandissement au survol */
.print:hover img,
.print-a:hover,
.photo-slot:hover,
.photo-slot:hover img,
.card-photo:hover,
.card-photo:hover img,
.gallery .photo-slot:hover,
.gallery .photo-slot:hover img {
  transform: none !important;
}
.print-b:hover { transform: rotate(4deg) !important; }
.print-a:hover { transform: rotate(-8deg) !important; }
.print.about-print:hover { transform: rotate(-1.8deg) !important; }
.photo-slot img,
.print,
.card-photo {
  transition: none !important;
}

#mp-consent {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  z-index: 99999;
  padding: 0;
  background: transparent;
}
#mp-consent[hidden] { display: none !important; }
.mp-consent-box {
  width: 100%;
  margin: 0;
  background: var(--white);
  padding: 1rem 1.6rem;
  box-shadow: 0 -12px 40px rgba(28, 20, 16, .12);
  border-top: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}
.mp-consent-box p {
  margin: 0;
  font-size: .95rem;
  max-width: 46rem;
  line-height: 1.45;
}
.mp-consent-actions { display: flex; gap: .6rem; flex-wrap: wrap; flex-shrink: 0; }
@media (max-width: 700px) {
  .mp-consent-box { padding: .9rem 1rem 1.1rem; }
}
.map-wait {
  min-height: 280px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: .8rem;
  padding: 1.2rem;
  background: var(--paper-2);
}

.chips { display: flex; flex-wrap: wrap; gap: .5rem; margin: 1.4rem 0 1.6rem; }
.chip {
  border: 1px solid var(--line);
  background: transparent;
  color: var(--ink);
  padding: .45rem .9rem;
  font: inherit;
  font-size: .98rem;
  cursor: pointer;
}
.chip.is-on, .chip:hover {
  background: var(--terra);
  color: #fff;
  border-color: var(--terra);
}
.galerie-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: .7rem;
}
.galerie-item {
  position: relative;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  overflow: hidden;
  aspect-ratio: auto;
}
.galerie-item img {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
  image-rendering: auto;
}
.galerie-tag {
  position: absolute;
  left: .4rem;
  bottom: .4rem;
  background: rgba(255,255,255,.9);
  color: var(--ink);
  font-size: .78rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  padding: .2rem .4rem;
}
.lightbox {
  position: fixed;
  inset: 0;
  z-index: 90;
  background: rgba(20,14,12,.88);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .6rem;
  padding: 1rem;
}
.lightbox[hidden] { display: none !important; }
.lightbox figure { margin: 0; max-width: min(92vw, 980px); }
.lightbox img { max-width: 92vw; max-height: 82vh; display: block; }
.lightbox figcaption { color: #f6efe6; margin-top: .5rem; font-size: .9rem; }
.lb-x, .lb-nav {
  background: transparent;
  border: 0;
  color: #fff;
  font-size: 2.2rem;
  cursor: pointer;
  line-height: 1;
}
.lb-x { position: absolute; top: .6rem; right: 1rem; }

.check {
  display: flex;
  align-items: flex-start;
  gap: .65rem;
  font-size: .95rem;
  line-height: 1.45;
  color: var(--ink-soft);
  margin: .4rem 0 1rem;
}
.check input {
  margin-top: .3rem;
  width: 1.05rem;
  height: 1.05rem;
  flex-shrink: 0;
}
.check a { text-decoration: underline; }

.name-row {
  display: flex;
  align-items: flex-end;
  gap: .8rem;
}
.civilite {
  border: 0;
  padding: 0;
  margin: 0;
  flex: 0 0 auto;
}
.civilite legend {
  font-size: .98rem;
  margin-bottom: .35rem;
}
.civ-opt {
  display: inline-flex;
  align-items: center;
  gap: .3rem;
  margin-right: .55rem;
  font-size: .95rem;
  color: var(--ink);
}
.civ-opt input {
  width: 1.05rem;
  height: 1.05rem;
  accent-color: var(--terra);
}
.name-field { flex: 1; min-width: 0; }
@media (max-width: 860px) {
  .name-row { flex-direction: column; align-items: stretch; }
}

.civ-select { flex: 0 0 7.2rem; }
.civ-select select { width: 100%; }

.name-combo {
  display: flex;
  align-items: stretch;
  border: 1px solid var(--line);
  background: var(--white);
  overflow: hidden;
  border-radius: 14px;
}
.name-combo select {
  width: 4.6rem;
  flex: 0 0 4.6rem;
  border: 0;
  border-right: 1px solid var(--line);
  background: var(--paper-2);
  padding: .65rem .4rem;
  font: inherit;
  color: var(--ink);
}
.name-combo input {
  flex: 1;
  border: 0 !important;
  min-width: 0;
}
.name-combo:focus-within {
  outline: 2px solid rgba(139, 58, 47, .35);
}

.promo-banner {
  position: sticky;
  top: var(--promo-stick, 4.6rem);
  z-index: 35;
  background: linear-gradient(90deg, #6d2c24 0%, #8b3a2f 42%, #9a4639 100%);
  color: #fffdf8;
  overflow: hidden;
  border-top: 1px solid rgba(176, 138, 90, .55);
  border-bottom: 1px solid rgba(28, 20, 16, .18);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.12);
}
.promo-banner[hidden] { display: none !important; }
.promo-inner {
  display: flex;
  align-items: center;
  gap: .85rem;
  padding: .62rem 0;
}
.promo-tag {
  flex-shrink: 0;
  font-size: .68rem;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: #6d2c24;
  background: #f3e0c4;
  border: 1px solid rgba(176, 138, 90, .65);
  padding: .22rem .55rem;
}
.promo-track {
  flex: 1;
  overflow: hidden;
  min-width: 0;
}
.promo-run {
  display: flex;
  width: max-content;
  white-space: nowrap;
  animation: mpPromo 27s linear infinite;
}
.promo-run span {
  font-size: .95rem;
  letter-spacing: .04em;
  padding-right: 4.5rem;
}
@keyframes mpPromo {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(-50%, 0, 0); }
}
.promo-cta {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  background: #fffdf9;
  color: #6d2c24;
  text-decoration: none;
  font-size: .82rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  padding: .45rem .95rem;
  border: 1px solid #f3e0c4;
  border-radius: 999px;
}
.promo-cta:hover { background: #f3e0c4; color: #4a1f1a; }
@media (max-width: 700px) {
  .promo-tag { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  .promo-run { animation: none; }
}

.price:empty { min-height: 1.4em; }

.hp { position:absolute; left:-9999px; width:1px; height:1px; opacity:0; }

.socials {
  display: flex;
  justify-content: center;
  gap: .85rem;
  padding: 1.1rem 0 1.4rem;
}
.socials a {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid var(--line);
  background: var(--white);
  color: var(--ink);
}
.socials a:hover { background: var(--terra); color: #fff; border-color: var(--terra); }
.socials svg { width: 18px; height: 18px; display: block; }
