/* ------------------------------
   Manoël Fohrer — Site mariage V1
   Palette : ivoire / anthracite / bronze
--------------------------------- */

:root {
  --bg: #f3efe8;
  --bg-soft: #ebe4d9;
  --paper: #faf8f4;
  --ink: #262522;
  --muted: #6c6860;
  --line: rgba(38, 37, 34, 0.13);
  --accent: #8a6a43;
  --accent-dark: #6b5032;
  --shadow: 0 20px 60px rgba(38, 37, 34, 0.08);
  --radius: 28px;
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 10% 0%, rgba(138, 106, 67, 0.07), transparent 28rem),
    var(--bg);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}

body.menu-open {
  overflow: hidden;
}

a {
  color: inherit;
}

button,
input,
textarea {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  width: min(calc(100% - 32px), var(--max));
  margin: 16px auto 0;
  padding: 12px 14px 12px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: sticky;
  top: 14px;
  z-index: 30;
  background: rgba(250, 248, 244, 0.82);
  backdrop-filter: blur(18px);
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 999px;
  box-shadow: 0 8px 35px rgba(38, 37, 34, 0.07);
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.brand-mark {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--ink);
  color: var(--paper);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.84rem;
  letter-spacing: 0.08em;
}

.brand-text {
  display: grid;
  line-height: 1.15;
}

.brand-text strong {
  font-size: 0.92rem;
}

.brand-text small {
  margin-top: 4px;
  color: var(--muted);
  font-size: 0.72rem;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 26px;
}

.main-nav a {
  text-decoration: none;
  color: var(--muted);
  font-size: 0.9rem;
  transition: 180ms ease;
}

.main-nav a:hover {
  color: var(--ink);
}

.main-nav .nav-cta {
  color: var(--paper);
  background: var(--ink);
  padding: 10px 16px;
  border-radius: 999px;
}

.menu-button {
  display: none;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
}

.menu-button span:not(.sr-only) {
  width: 21px;
  height: 1.5px;
  margin: 5px auto;
  display: block;
  background: var(--ink);
  transition: 180ms ease;
}

.section {
  width: min(calc(100% - 40px), var(--max));
  margin-inline: auto;
  padding: 110px 0;
}

.hero {
  min-height: 760px;
  display: grid;
  grid-template-columns: 1.14fr 0.86fr;
  gap: 80px;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.hero-copy {
  position: relative;
  z-index: 2;
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--accent-dark);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -0.035em;
}

h1 {
  max-width: 850px;
  margin-bottom: 26px;
  font-size: clamp(3.25rem, 7vw, 7.4rem);
  line-height: 0.95;
}

h1 em {
  color: var(--accent-dark);
  font-weight: 400;
}

h2 {
  margin-bottom: 24px;
  font-size: clamp(2.5rem, 5vw, 5rem);
  line-height: 1.02;
}

h3 {
  font-size: 1.16rem;
  line-height: 1.35;
}

.hero-text {
  max-width: 650px;
  color: var(--muted);
  font-size: 1.1rem;
}

.hero-actions {
  margin: 34px 0 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button {
  min-height: 48px;
  padding: 12px 19px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 999px;
  text-decoration: none;
  cursor: pointer;
  transition:
    transform 180ms ease,
    background 180ms ease,
    border 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  color: var(--paper);
  background: var(--ink);
}

.button-primary:hover {
  background: #11110f;
}

.button-ghost {
  color: var(--ink);
  background: rgba(250, 248, 244, 0.65);
  border-color: var(--line);
}

.button-ghost:hover {
  border-color: rgba(38, 37, 34, 0.3);
}

.full {
  width: 100%;
}

.hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 26px;
  color: var(--muted);
  font-size: 0.86rem;
}

.hero-points span::before {
  content: "✦";
  margin-right: 8px;
  color: var(--accent);
}

.hero-visual {
  min-height: 520px;
  display: grid;
  place-items: center;
  position: relative;
  z-index: 2;
}

.organ-card {
  width: min(100%, 430px);
  aspect-ratio: 0.78;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(145deg, rgba(255,255,255,.1), rgba(255,255,255,0)),
    #292824;
  border-radius: 220px 220px 34px 34px;
  box-shadow: 0 35px 80px rgba(38, 37, 34, 0.2);
}

.organ-card::after {
  content: "";
  width: 180px;
  height: 180px;
  position: absolute;
  right: -50px;
  bottom: -50px;
  border-radius: 50%;
  background: rgba(138, 106, 67, 0.38);
  filter: blur(2px);
}

.organ-lines {
  height: 55%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 8px;
  opacity: 0.8;
}

.organ-lines i {
  width: 18px;
  background: linear-gradient(to top, #8a6a43, #d1b48f);
  border-radius: 10px 10px 0 0;
}

.organ-lines i:nth-child(1),
.organ-lines i:nth-child(7) { height: 38%; }
.organ-lines i:nth-child(2),
.organ-lines i:nth-child(6) { height: 56%; }
.organ-lines i:nth-child(3),
.organ-lines i:nth-child(5) { height: 75%; }
.organ-lines i:nth-child(4) { height: 96%; }

.music-note {
  position: absolute;
  top: 29%;
  right: 18%;
  color: rgba(250, 248, 244, 0.15);
  font-family: Georgia, serif;
  font-size: 6rem;
  transform: rotate(-8deg);
}

.organ-card p {
  width: 75%;
  margin: 0;
  color: #f6f1e8;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.55rem;
  line-height: 1.18;
  position: relative;
  z-index: 2;
}

.hero-glow {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(4px);
}

.hero-glow-one {
  width: 340px;
  height: 340px;
  right: 18%;
  top: 15%;
  background: rgba(138, 106, 67, 0.08);
}

.hero-glow-two {
  width: 250px;
  height: 250px;
  right: -5%;
  bottom: 8%;
  background: rgba(255, 255, 255, 0.45);
}

.trust-strip {
  width: min(calc(100% - 40px), var(--max));
  margin: 0 auto;
  padding: 28px 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.trust-strip div {
  padding: 0 24px;
  display: flex;
  align-items: center;
  gap: 14px;
}

.trust-strip div + div {
  border-left: 1px solid var(--line);
}

.trust-strip strong {
  color: var(--accent);
  font-family: Georgia, serif;
  font-size: 1.6rem;
  font-weight: 400;
}

.trust-strip span {
  color: var(--muted);
  font-size: 0.9rem;
}

.split-section {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 80px;
}

.section-heading p:not(.eyebrow) {
  max-width: 640px;
  color: var(--muted);
}

.section-heading.centered {
  max-width: 800px;
  margin: 0 auto 48px;
  text-align: center;
}

.section-heading.centered p:not(.eyebrow) {
  margin-inline: auto;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.service-card {
  min-height: 250px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: rgba(250, 248, 244, 0.7);
  border: 1px solid rgba(255,255,255,.75);
  border-radius: var(--radius);
  box-shadow: 0 12px 40px rgba(38, 37, 34, 0.035);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.service-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow);
}

.service-number {
  margin-bottom: auto;
  color: var(--accent);
  font-family: Georgia, serif;
  font-size: 1.45rem;
}

.service-card p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.93rem;
}

.repertoire-section {
  padding-top: 90px;
}

.repertoire-tabs {
  margin-bottom: 22px;
  display: flex;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
}

.tab {
  padding: 9px 15px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  background: transparent;
  cursor: pointer;
}

.tab.is-active {
  color: var(--paper);
  background: var(--ink);
  border-color: var(--ink);
}

.repertoire-list {
  border-top: 1px solid var(--line);
}

.piece {
  padding: 26px 4px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 1px solid var(--line);
  transition: opacity 180ms ease, transform 180ms ease;
}

.piece.is-hidden {
  display: none;
}

.piece small {
  color: var(--accent-dark);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 700;
}

.piece h3 {
  margin: 5px 0 0;
  font-family: Georgia, serif;
  font-size: 1.55rem;
  font-weight: 400;
}

.piece > span {
  color: var(--muted);
  font-size: 0.88rem;
}

.audio-placeholder {
  margin-top: 50px;
  padding: 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  background: #ded5c8;
  border-radius: var(--radius);
}

.audio-placeholder p {
  margin-bottom: 0;
  color: #645c52;
}

.audio-placeholder h3 {
  margin-bottom: 8px;
  font-family: Georgia, serif;
  font-size: 1.55rem;
}

.pricing-section {
  width: 100%;
  max-width: none;
  padding-left: max(20px, calc((100% - var(--max)) / 2));
  padding-right: max(20px, calc((100% - var(--max)) / 2));
  background: #24231f;
  color: #f6f1e8;
}

.pricing-section .eyebrow {
  color: #c6a47d;
}

.pricing-section .section-heading p:not(.eyebrow),
.pricing-note {
  color: rgba(246, 241, 232, 0.62);
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.price-card {
  padding: 34px;
  position: relative;
  background: #2c2b26;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: var(--radius);
}

.price-card.featured {
  background: #f1ebe1;
  color: var(--ink);
  transform: translateY(-10px);
}

.price-kicker {
  margin-bottom: 8px;
  color: #c6a47d;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.featured .price-kicker {
  color: var(--accent-dark);
}

.price-card h3 {
  font-family: Georgia, serif;
  font-size: 1.55rem;
  font-weight: 400;
}

.price {
  margin: 26px 0;
  font-family: Georgia, serif;
  font-size: 3.4rem;
  line-height: 1;
}

.price span {
  font-size: 1em;
}

.price-text span {
  font-size: 2.2rem;
}

.price-card ul {
  min-height: 180px;
  margin: 0 0 26px;
  padding-left: 18px;
  color: rgba(246, 241, 232, 0.7);
}

.featured ul {
  color: var(--muted);
}

.price-card li + li {
  margin-top: 10px;
}

.popular {
  padding: 7px 10px;
  position: absolute;
  top: 18px;
  right: 18px;
  border-radius: 999px;
  background: var(--ink);
  color: var(--paper);
  font-size: 0.7rem;
}

.pricing-note {
  margin: 24px 0 0;
  text-align: center;
  font-size: 0.85rem;
}

/* ------------------------------
   À propos de Manoël
--------------------------------- */

.about-section {
  display: grid;
  gap: 54px;
}

.about-intro {
  max-width: 820px;
}

.about-intro h2 em {
  color: var(--accent-dark);
  font-weight: 400;
}

.about-intro > p:not(.eyebrow) {
  max-width: 650px;
  color: var(--muted);
  font-size: 1.05rem;
}

.about-profile {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 72px;
  align-items: center;
}

.about-photo-wrap {
  position: relative;
}

.about-photo-frame {
  width: min(100%, 390px);
  aspect-ratio: 0.79;
  position: relative;
  overflow: hidden;
  background: #ded5c8;
  border-radius: 210px 210px 30px 30px;
  box-shadow: 0 28px 70px rgba(38, 37, 34, 0.15);
}

.about-photo {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

.photo-fallback {
  width: 100%;
  height: 100%;
  display: none;
  place-items: center;
  align-content: center;
  gap: 15px;
  text-align: center;
  background:
    radial-gradient(circle at 50% 25%, rgba(255,255,255,.42), transparent 28%),
    linear-gradient(145deg, #d8ccbc, #b9a58a);
  color: rgba(38, 37, 34, 0.72);
}

.photo-fallback span {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(4rem, 10vw, 7rem);
  line-height: 1;
  letter-spacing: -0.05em;
}

.photo-fallback small {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.about-signature {
  width: min(82%, 310px);
  margin: -28px 0 0 auto;
  padding: 18px 22px;
  display: grid;
  position: relative;
  z-index: 2;
  background: rgba(250, 248, 244, 0.94);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255,255,255,.8);
  border-radius: 18px;
  box-shadow: 0 14px 35px rgba(38, 37, 34, 0.1);
}

.about-signature strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.25rem;
  font-weight: 400;
}

.about-signature span {
  margin-top: 3px;
  color: var(--muted);
  font-size: 0.8rem;
}

.about-story {
  max-width: 690px;
}

.about-story p {
  color: var(--muted);
}

.about-story .about-lead {
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.45rem, 2.5vw, 2.1rem);
  line-height: 1.32;
}

.about-quote {
  margin: 34px 0 0;
  padding: 25px 0 25px 28px;
  border-left: 2px solid var(--accent);
  color: var(--accent-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.25rem;
  font-style: italic;
  line-height: 1.45;
}

.appointments {
  padding: 42px;
  background: #24231f;
  color: #f6f1e8;
  border-radius: var(--radius);
}

.appointments .eyebrow {
  color: #c6a47d;
}

.appointments-heading {
  max-width: 700px;
  margin-bottom: 30px;
}

.appointments-heading h3 {
  margin-bottom: 10px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.8rem, 3vw, 2.7rem);
  font-weight: 400;
}

.appointments-heading p:not(.eyebrow) {
  margin-bottom: 0;
  color: rgba(246, 241, 232, 0.62);
}

.appointments-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.appointment-card {
  min-height: 118px;
  padding: 22px;
  display: flex;
  align-items: center;
  gap: 18px;
  background: #2c2b26;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 20px;
  transition: transform 200ms ease, background 200ms ease;
}

.appointment-card:hover {
  transform: translateY(-3px);
  background: #32312b;
}

.appointment-mark {
  flex: 0 0 auto;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(198, 164, 125, 0.42);
  border-radius: 50%;
  color: #c6a47d;
  font-family: Georgia, "Times New Roman", serif;
}

.appointment-card small {
  color: rgba(246, 241, 232, 0.5);
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.appointment-card h4 {
  margin: 3px 0 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.3rem;
  font-weight: 400;
}

.appointment-note {
  margin: 24px 0 0;
  color: rgba(246, 241, 232, 0.58);
  font-size: 0.87rem;
}

.experience-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.experience-strip div {
  min-height: 118px;
  padding: 25px 28px;
  display: grid;
  align-content: center;
  gap: 3px;
}

.experience-strip div + div {
  border-left: 1px solid var(--line);
}

.experience-strip strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.6rem;
  font-weight: 400;
}

.experience-strip span {
  color: var(--muted);
  font-size: 0.82rem;
}

.contact-section {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 90px;
  align-items: start;
}

.contact-copy > p:not(.eyebrow) {
  max-width: 510px;
  color: var(--muted);
}

.contact-details {
  margin-top: 44px;
  display: flex;
  gap: 50px;
}

.contact-details div {
  display: grid;
  gap: 5px;
}

.contact-details small {
  color: var(--muted);
}

.contact-form {
  padding: 34px;
  display: grid;
  gap: 18px;
  background: var(--paper);
  border: 1px solid rgba(255,255,255,.75);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.contact-form label {
  display: grid;
  gap: 8px;
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 600;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

input,
textarea {
  width: 100%;
  padding: 13px 14px;
  border: 1px solid var(--line);
  border-radius: 14px;
  outline: none;
  color: var(--ink);
  background: #f8f5ef;
  transition: border 180ms ease, box-shadow 180ms ease;
}

textarea {
  resize: vertical;
}

input:focus,
textarea:focus {
  border-color: rgba(138, 106, 67, 0.7);
  box-shadow: 0 0 0 4px rgba(138, 106, 67, 0.09);
}

.form-note {
  margin: -4px 0 0;
  color: var(--muted);
  font-size: 0.74rem;
}

.site-footer {
  width: min(calc(100% - 40px), var(--max));
  margin: 0 auto;
  padding: 34px 0 44px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 20px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.82rem;
}

.site-footer div {
  display: grid;
}

.site-footer strong {
  color: var(--ink);
}

.site-footer p {
  margin: 0;
}

.site-footer > a {
  justify-self: end;
  text-decoration: none;
}

.toast {
  max-width: min(420px, calc(100% - 32px));
  padding: 12px 16px;
  position: fixed;
  left: 50%;
  bottom: 24px;
  z-index: 99;
  border-radius: 999px;
  background: var(--ink);
  color: var(--paper);
  box-shadow: var(--shadow);
  font-size: 0.85rem;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 12px);
  transition: 200ms ease;
}

.toast.is-visible {
  opacity: 1;
  transform: translate(-50%, 0);
}

.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 650ms ease, transform 650ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .button,
  .service-card {
    transition: none;
  }
}

@media (max-width: 960px) {
  .site-header {
    border-radius: 24px;
  }

  .menu-button {
    display: block;
  }

  .main-nav {
    width: calc(100vw - 32px);
    padding: 90px 22px 24px;
    position: fixed;
    top: 16px;
    right: 16px;
    z-index: -1;
    display: grid;
    gap: 0;
    background: var(--paper);
    border-radius: 24px;
    box-shadow: var(--shadow);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-10px);
    transition: 180ms ease;
  }

  .main-nav.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }

  .main-nav a {
    padding: 14px 4px;
    border-bottom: 1px solid var(--line);
  }

  .main-nav .nav-cta {
    margin-top: 12px;
    text-align: center;
    border-bottom: 0;
  }

  .hero {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 30px;
    padding-top: 90px;
  }

  .hero-visual {
    min-height: 440px;
  }

  .split-section,
  .contact-section {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .pricing-grid {
    grid-template-columns: 1fr;
  }

  .price-card.featured {
    transform: none;
  }

  .price-card ul {
    min-height: auto;
  }

  .about-profile {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .about-photo-wrap {
    max-width: 430px;
    margin-inline: auto;
  }

  .about-story {
    max-width: none;
  }

  .experience-strip {
    grid-template-columns: 1fr;
  }

  .experience-strip div + div {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

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

  .site-footer > a {
    justify-self: center;
  }
}

@media (max-width: 680px) {
  .section {
    width: min(calc(100% - 28px), var(--max));
    padding: 78px 0;
  }

  .brand-text small {
    display: none;
  }

  .hero {
    padding-top: 74px;
  }

  h1 {
    font-size: clamp(3rem, 16vw, 5rem);
  }

  h2 {
    font-size: clamp(2.35rem, 12vw, 4rem);
  }

  .hero-actions {
    display: grid;
  }

  .button {
    width: 100%;
  }

  .hero-visual {
    min-height: auto;
  }

  .organ-card {
    width: 88%;
    min-height: 430px;
  }

  .trust-strip {
    width: min(calc(100% - 28px), var(--max));
    grid-template-columns: 1fr;
  }

  .trust-strip div {
    padding: 18px 4px;
  }

  .trust-strip div + div {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .service-grid {
    grid-template-columns: 1fr;
  }

  .service-card {
    min-height: 220px;
  }

  .piece {
    align-items: flex-start;
  }

  .piece > span {
    display: none;
  }

  .audio-placeholder {
    padding: 26px;
    align-items: stretch;
    flex-direction: column;
  }

  .pricing-section {
    padding-left: 14px;
    padding-right: 14px;
  }

  .appointments,
  .contact-form {
    padding: 26px;
  }

  .appointments-grid {
    grid-template-columns: 1fr;
  }

  .about-photo-frame {
    width: 92%;
    margin-inline: auto;
  }

  .about-signature {
    margin-right: 0;
  }

  .form-row {
    grid-template-columns: 1fr;
  }

  .contact-details {
    gap: 26px;
  }
}


/* ------------------------------
   V3 — Formulaire connecté + accès privé
--------------------------------- */

select {
  width: 100%;
  padding: 13px 14px;
  border: 1px solid var(--line);
  border-radius: 14px;
  outline: none;
  color: var(--ink);
  background: #f8f5ef;
  transition: border 180ms ease, box-shadow 180ms ease;
}

select:focus {
  border-color: rgba(138, 106, 67, 0.7);
  box-shadow: 0 0 0 4px rgba(138, 106, 67, 0.09);
}

.consent-line {
  grid-template-columns: auto 1fr !important;
  align-items: start;
  gap: 11px !important;
  cursor: pointer;
  line-height: 1.45;
}

.consent-line input {
  width: 17px;
  height: 17px;
  margin-top: 2px;
  accent-color: var(--accent-dark);
}

.form-trap {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
}

#form-status.is-success {
  color: #356445;
  font-weight: 600;
}

#form-status.is-error {
  color: #8a3c35;
  font-weight: 600;
}

#contact-submit:disabled {
  opacity: .58;
  cursor: wait;
  transform: none;
}

.footer-actions {
  display: flex !important;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
}

.footer-actions a {
  text-decoration: none;
}

.admin-entry {
  opacity: .38;
  font-size: .72rem;
  transition: opacity 180ms ease;
}

.admin-entry:hover,
.admin-entry:focus {
  opacity: 1;
}

@media (max-width: 960px) {
  .footer-actions {
    justify-content: center;
  }
}


/* ------------------------------
   V4 — Référencement local
--------------------------------- */

.local-seo-section {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 70px;
  align-items: start;
}

.local-seo-heading {
  position: sticky;
  top: 110px;
}

.local-seo-heading > p:not(.eyebrow) {
  max-width: 590px;
  color: var(--muted);
}

.local-seo-heading .button {
  margin-top: 12px;
}

.local-practice {
  padding: 34px;
  background: rgba(250, 248, 244, 0.72);
  border: 1px solid rgba(255,255,255,.8);
  border-radius: var(--radius);
  box-shadow: 0 16px 50px rgba(38, 37, 34, 0.05);
}

.local-practice-label {
  margin-bottom: 18px;
  color: var(--muted);
  font-size: .75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .14em;
}

.local-place-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.local-place-grid article {
  min-height: 145px;
  padding: 21px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: #f2ede5;
  border-radius: 20px;
}

.local-place-grid article span {
  margin-bottom: auto;
  color: var(--accent);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1rem;
}

.local-place-grid article strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
  font-weight: 400;
}

.local-place-grid article small {
  margin-top: 4px;
  color: var(--muted);
}

.faq-block {
  grid-column: 1 / -1;
  margin-top: 12px;
  padding: 42px;
  display: grid;
  grid-template-columns: .7fr 1.3fr;
  gap: 60px;
  background: #24231f;
  color: #f6f1e8;
  border-radius: var(--radius);
}

.faq-heading .eyebrow {
  color: #c6a47d;
}

.faq-heading h3 {
  max-width: 430px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.9rem, 3vw, 2.8rem);
  font-weight: 400;
}

.faq-list {
  display: grid;
}

.faq-list details {
  border-top: 1px solid rgba(255,255,255,.12);
}

.faq-list details:last-child {
  border-bottom: 1px solid rgba(255,255,255,.12);
}

.faq-list summary {
  padding: 20px 0;
  position: relative;
  list-style: none;
  cursor: pointer;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.12rem;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 18px;
  color: #c6a47d;
  font-family: ui-sans-serif, system-ui, sans-serif;
  font-size: 1.35rem;
}

.faq-list details[open] summary::after {
  content: "–";
}

.faq-list details p {
  max-width: 720px;
  padding: 0 34px 20px 0;
  margin: 0;
  color: rgba(246,241,232,.65);
  font-size: .93rem;
}

@media (max-width: 960px) {
  .local-seo-section {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .local-seo-heading {
    position: static;
  }

  .faq-block {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

@media (max-width: 680px) {
  .local-practice,
  .faq-block {
    padding: 25px;
  }

  .local-place-grid {
    grid-template-columns: 1fr;
  }

  .local-place-grid article {
    min-height: 120px;
  }
}


/* ------------------------------
   V5 — Bibliothèque musicale publique
--------------------------------- */
.music-showcase {
  margin-top: 50px;
  padding: 34px;
  background: #ded5c8;
  border-radius: var(--radius);
}

.music-showcase-heading {
  margin-bottom: 18px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
}

.music-showcase-heading h3 {
  margin-bottom: 8px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.7rem, 3vw, 2.3rem);
  font-weight: 400;
}

.music-showcase-heading p:not(.eyebrow) {
  margin: 0;
  color: #645c52;
}

.music-count {
  flex: 0 0 auto;
  color: #766d62;
  font-size: .78rem;
}

.public-music-list {
  display: grid;
  gap: 10px;
}

.public-track {
  padding: 19px 20px;
  display: grid;
  grid-template-columns: minmax(190px, .8fr) minmax(260px, 1.2fr);
  gap: 24px;
  align-items: center;
  background: rgba(250,248,244,.72);
  border: 1px solid rgba(255,255,255,.65);
  border-radius: 20px;
}

.public-track-info small {
  color: var(--accent-dark);
  font-size: .69rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.public-track-info h4 {
  margin: 3px 0 4px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.25rem;
  font-weight: 400;
}

.public-track-info p {
  margin: 0;
  color: var(--muted);
  font-size: .82rem;
}

.public-track audio {
  width: 100%;
  height: 42px;
}

.music-loading,
.music-empty {
  padding: 30px 10px;
  color: #6a6258;
  text-align: center;
  font-size: .88rem;
}

.footer-center {
  display: grid;
  justify-items: center;
  gap: 8px;
}

.social-links {
  display: flex;
  align-items: center;
  gap: 13px;
}

.social-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--muted);
  text-decoration: none;
  font-size: .76rem;
  transition: color 180ms ease, opacity 180ms ease;
}

.social-link:hover {
  color: var(--ink);
}

.social-link-placeholder {
  opacity: .42;
}

.social-icon {
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--ink);
  font-size: .67rem;
  font-weight: 800;
}

@media (max-width: 820px) {
  .public-track {
    grid-template-columns: 1fr;
    gap: 13px;
  }

  .music-showcase-heading {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 680px) {
  .music-showcase {
    padding: 25px;
  }
}


/* ------------------------------
   V6 — Avis des mariés
--------------------------------- */
.reviews-section {
  padding-top: 88px;
}

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.review-card {
  min-height: 265px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  background: rgba(250,248,244,.72);
  border: 1px solid rgba(255,255,255,.78);
  border-radius: var(--radius);
  box-shadow: 0 12px 40px rgba(38,37,34,.04);
}

.review-stars {
  margin-bottom: 28px;
  color: var(--accent);
  letter-spacing: .12em;
  font-size: .82rem;
}

.review-card blockquote {
  margin: 0 0 26px;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.2rem;
  line-height: 1.48;
}

.review-meta {
  margin-top: auto;
  display: grid;
  gap: 2px;
}

.review-meta strong {
  font-size: .9rem;
}

.review-meta span {
  color: var(--muted);
  font-size: .76rem;
}

.reviews-loading,
.reviews-empty {
  grid-column: 1 / -1;
  padding: 45px 20px;
  color: var(--muted);
  text-align: center;
}

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

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


/* ------------------------------
   V7 P1 — Identifiants Espace Mariés
--------------------------------- */
.maries-access-card {
  margin-top: 18px;
  padding: 24px;
  background: #24231f;
  color: #f7f2e9;
  border-radius: 22px;
  box-shadow: 0 18px 50px rgba(38,37,34,.13);
}

.maries-access-card[hidden] {
  display: none;
}

.maries-access-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 18px;
}

.maries-access-card .eyebrow {
  color: #c7a47c;
}

.maries-access-card h3 {
  margin: 3px 0 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.55rem;
  font-weight: 400;
}

.maries-access-status {
  padding: 7px 10px;
  flex: 0 0 auto;
  border: 1px solid rgba(174,216,183,.25);
  border-radius: 999px;
  background: rgba(116,174,128,.12);
  color: #bfe0c5;
  font-size: .7rem;
  font-weight: 700;
}

.maries-access-intro {
  margin: 16px 0 18px;
  max-width: 670px;
  color: rgba(247,242,233,.67);
  font-size: .86rem;
  line-height: 1.6;
}

.maries-credential-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9px;
}

.maries-credential-grid > div {
  padding: 15px 16px;
  display: grid;
  gap: 5px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 15px;
  background: rgba(255,255,255,.055);
}

.maries-credential-grid small {
  color: rgba(247,242,233,.48);
  font-size: .67rem;
  text-transform: uppercase;
  letter-spacing: .09em;
}

.maries-credential-grid strong {
  overflow-wrap: anywhere;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 1rem;
  letter-spacing: .035em;
}

.maries-access-actions {
  margin-top: 14px;
}

.maries-access-card .button-ghost {
  color: #f7f2e9;
  border-color: rgba(255,255,255,.18);
}

.maries-access-note {
  margin: 13px 0 0;
  color: rgba(247,242,233,.45);
  font-size: .72rem;
}

@media (max-width: 620px) {
  .maries-access-head,
  .maries-credential-grid {
    grid-template-columns: 1fr;
  }

  .maries-access-head {
    flex-direction: column;
  }

  .maries-credential-grid {
    display: grid;
  }
}


/* ------------------------------
   V7 P2.1 — Accès Mariés dans le menu public
--------------------------------- */
.nav-maries {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  border: 1px solid rgba(151, 112, 72, .34);
  border-radius: 999px;
  color: var(--ink);
  background: rgba(247, 242, 233, .72);
  text-decoration: none;
  font-size: .78rem;
  font-weight: 650;
  white-space: nowrap;
  transition:
    background 160ms ease,
    border-color 160ms ease,
    transform 160ms ease;
}

.nav-maries:hover {
  background: #f3eadf;
  border-color: rgba(151, 112, 72, .55);
  transform: translateY(-1px);
}

@media (max-width: 760px) {
  .nav-maries {
    width: 100%;
    margin-top: 4px;
  }
}
