/* ==========================================================================
   generateursiteGMB — feuille de style unique.
   Couleurs, typos et arrondis viennent des variables :root injectées par
   inc/presets.php (--bg, --bg-2, --ink, --ink-2, --accent, --accent-deep,
   --gold, --font-title, --font-body, --title-w, --r-btn, --r-card, --r-img).
   ========================================================================== */

:root {
	--line: color-mix(in srgb, var(--ink) 14%, transparent);
	--line-light: color-mix(in srgb, var(--bg) 22%, transparent);
	--muted: color-mix(in srgb, var(--ink) 64%, transparent);
	--on-ink: var(--bg);
	--on-accent: var(--on-ink);
	--accent-text: var(--accent-deep);
	--accent-ink: var(--accent);
	--ink-text: var(--ink);
	--btn-bg: var(--accent);
	--btn-hover: var(--accent-deep);
	--btn-text: var(--on-accent);
	--on-ink-muted: color-mix(in srgb, var(--bg) 74%, transparent);
	--card: color-mix(in srgb, #fff 72%, var(--bg));
	--shadow: 0 24px 60px -28px color-mix(in srgb, var(--ink) 45%, transparent);
	--ease: cubic-bezier(.2, .7, .2, 1);
}

/* ---------- Base ---------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { font-family: var(--font-body); font-weight: 400; font-size: 1.0625rem; color: var(--ink-text); background: var(--bg); line-height: 1.7; letter-spacing: .1px; overflow-x: hidden; }
img, video { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
::selection { background: var(--accent); color: var(--on-accent); }

.sr-only { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.skip { position: absolute; left: 16px; top: -60px; z-index: 100; background: var(--ink); color: var(--on-ink); padding: .6em 1em; border-radius: var(--r-btn); transition: top .2s; }
.skip:focus { top: 16px; }

.wrap { width: min(1180px, 92vw); margin-inline: auto; }
.wrap--narrow { width: min(880px, 92vw); }
.center { text-align: center; }
.section { padding: clamp(72px, 10vw, 140px) 0; }
.section > .wrap > .sec-head, .section .sec-head { margin-bottom: clamp(36px, 5vw, 60px); }
.sec-head.center { max-width: 46ch; margin-inline: auto; }
.sec-cta { margin-top: clamp(36px, 5vw, 56px); display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

.overline { font-family: var(--font-body); font-weight: 500; text-transform: uppercase; letter-spacing: .38em; font-size: .72rem; color: var(--accent-text); }
.title { font-family: var(--font-title); font-weight: var(--title-w); line-height: 1.06; letter-spacing: .2px; font-size: clamp(2.1rem, 5vw, 3.4rem); margin-top: .35em; }
.title em { font-style: italic; color: var(--accent-text); }
.lead { font-family: var(--font-title); font-size: clamp(1.2rem, 2.3vw, 1.5rem); font-weight: 400; line-height: 1.5; }
.sec-lead { margin-top: .8em; color: var(--ink-2); }
.wave { display: inline-block; width: 64px; height: auto; color: var(--accent); }
.wave--gold { color: var(--gold); }

/* ---------- Boutons ---------- */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: .6em; font-family: var(--font-body); font-weight: 500; text-transform: uppercase; letter-spacing: .16em; font-size: .78rem; padding: 1.05em 2.1em; border-radius: var(--r-btn); border: 1px solid transparent; cursor: pointer; transition: transform .35s var(--ease), background .35s, color .35s, border-color .35s; }
.btn svg { width: 1.1em; height: 1.1em; }
.btn:hover { transform: translateY(-3px); }
.btn--primary { background: var(--btn-bg); color: var(--btn-text); }
.btn--primary:hover { background: var(--btn-hover); }
.btn--ghost-light { border-color: color-mix(in srgb, var(--on-ink) 55%, transparent); color: var(--on-ink); }
.btn--ghost-light:hover { background: var(--on-ink); color: var(--ink); border-color: var(--on-ink); }
.btn--ghost-dark { border-color: var(--line); color: var(--ink); }
.btn--ghost-dark:hover { background: var(--ink); color: var(--on-ink); border-color: var(--ink); }
.btn--block { width: 100%; margin-top: 26px; }
.btn--lg { padding: 1.2em 2.6em; }

/* ---------- Apparitions ---------- */
.js .reveal { opacity: 0; transform: translateY(26px); transition: opacity 1s ease, transform 1s var(--ease); }
.js .reveal.in { opacity: 1; transform: none; }
.js .reveal.d1 { transition-delay: .12s; }
.js .reveal.d2 { transition-delay: .24s; }
.js .reveal.d3 { transition-delay: .36s; }

/* ---------- Fonds animés ---------- */
.motion { position: absolute; inset: 0; overflow: hidden; pointer-events: none; z-index: 0; color: var(--on-ink); }
.motion--waves svg { position: absolute; left: 50%; top: 50%; width: 140%; height: 70%; max-width: none; transform: translate(-50%, -50%); opacity: .09; animation: mdg-wave 18s ease-in-out infinite; }
@keyframes mdg-wave { 0%, 100% { transform: translate(-50%, -50%) translate3d(-3%, 0, 0); } 50% { transform: translate(-50%, -50%) translate3d(3%, -2%, 0); } }
.motion--aurora .blob { position: absolute; width: 55vmax; height: 55vmax; border-radius: 50%; filter: blur(70px); opacity: .42; mix-blend-mode: screen; animation: mdg-blob 22s ease-in-out infinite alternate; }
.motion--aurora .b1 { background: var(--accent); left: -15%; top: -20%; }
.motion--aurora .b2 { background: var(--gold); right: -20%; top: 10%; animation-delay: -7s; animation-duration: 26s; }
.motion--aurora .b3 { background: var(--ink-2); left: 20%; bottom: -35%; animation-delay: -13s; animation-duration: 30s; opacity: .7; }
@keyframes mdg-blob { 0% { transform: translate3d(0, 0, 0) scale(1); } 50% { transform: translate3d(8%, 6%, 0) scale(1.12); } 100% { transform: translate3d(-6%, 10%, 0) scale(.95); } }
.motion--grain { background: radial-gradient(60% 50% at 30% 30%, color-mix(in srgb, var(--accent) 30%, transparent), transparent 70%), radial-gradient(50% 40% at 75% 70%, color-mix(in srgb, var(--gold) 24%, transparent), transparent 70%); background-size: 160% 160%; animation: mdg-grain 24s ease-in-out infinite alternate; }
.motion--grain .grain-svg { position: absolute; inset: 0; width: 100%; height: 100%; opacity: .14; mix-blend-mode: overlay; }
@keyframes mdg-grain { from { background-position: 0% 0%; } to { background-position: 100% 100%; } }
.motion--lines .lines-layer { position: absolute; inset: -60%; background: repeating-linear-gradient(115deg, transparent 0 26px, color-mix(in srgb, var(--on-ink) 9%, transparent) 26px 27px); animation: mdg-lines 60s linear infinite; }
@keyframes mdg-lines { from { transform: translate3d(0, 0, 0); } to { transform: translate3d(-120px, 60px, 0); } }
.motion--mesh { background: radial-gradient(at 20% 30%, var(--accent) 0, transparent 50%), radial-gradient(at 80% 20%, var(--gold) 0, transparent 45%), radial-gradient(at 60% 85%, var(--ink-2) 0, transparent 50%), radial-gradient(at 10% 90%, var(--accent-deep) 0, transparent 45%); background-size: 180% 180%; opacity: .5; filter: blur(34px) saturate(1.2); animation: mdg-mesh 28s ease-in-out infinite alternate; }
@keyframes mdg-mesh { 0% { background-position: 0% 0%; } 50% { background-position: 100% 40%; } 100% { background-position: 20% 100%; } }
.motion--dots .dots-layer { position: absolute; inset: -40%; background-image: radial-gradient(color-mix(in srgb, var(--on-ink) 22%, transparent) 1.4px, transparent 1.6px); background-size: 28px 28px; -webkit-mask: radial-gradient(70% 70% at 50% 45%, #000 30%, transparent 100%); mask: radial-gradient(70% 70% at 50% 45%, #000 30%, transparent 100%); animation: mdg-dots 50s linear infinite; }
@keyframes mdg-dots { from { transform: translate3d(0, 0, 0); } to { transform: translate3d(140px, 84px, 0); } }
.motion--rings svg { position: absolute; left: 50%; top: 50%; width: 160%; height: 160%; max-width: none; transform: translate(-50%, -50%); opacity: .12; animation: mdg-rings 60s linear infinite; }
@keyframes mdg-rings { from { transform: translate(-50%, -50%) rotate(0deg); } to { transform: translate(-50%, -50%) rotate(360deg); } }
.motion--beams .beam { position: absolute; inset: -60%; background: linear-gradient(115deg, transparent 42%, color-mix(in srgb, var(--on-ink) 9%, transparent) 50%, transparent 58%); animation: mdg-beam 16s ease-in-out infinite alternate; }
.motion--beams .b2 { animation-delay: -6s; animation-duration: 22s; background: linear-gradient(105deg, transparent 44%, color-mix(in srgb, var(--gold) 12%, transparent) 50%, transparent 56%); }
.motion--beams .b3 { animation-delay: -11s; animation-duration: 19s; background: linear-gradient(125deg, transparent 46%, color-mix(in srgb, var(--accent) 12%, transparent) 50%, transparent 54%); }
@keyframes mdg-beam { from { transform: translate3d(-12%, 0, 0); } to { transform: translate3d(12%, 0, 0); } }
.motion--stars svg { position: absolute; inset: 0; width: 100%; height: 100%; opacity: .7; }
.motion--stars circle { animation: mdg-twinkle 4s ease-in-out infinite; transform-origin: center; }
@keyframes mdg-twinkle { 0%, 100% { opacity: .1; } 50% { opacity: .8; } }

/* ---------- En-tête & navigation ---------- */
.header { position: fixed; inset: 0 0 auto 0; z-index: 50; display: flex; align-items: center; justify-content: space-between; padding: 22px clamp(20px, 4vw, 46px); transition: background .4s, padding .4s, box-shadow .4s; }
.header.scrolled { background: color-mix(in srgb, var(--ink) 92%, transparent); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); padding-block: 14px; box-shadow: 0 10px 30px -20px rgba(0, 0, 0, .6); }
.brand { display: flex; flex-direction: column; line-height: 1; color: var(--on-ink); position: relative; z-index: 3; }
.brand b { font-family: var(--font-title); font-weight: var(--title-w); font-size: 1.45rem; letter-spacing: .22em; padding-left: .22em; text-transform: uppercase; }
.brand span { font-family: var(--font-body); font-size: .58rem; letter-spacing: .6em; opacity: .8; padding-left: .6em; margin-top: 6px; text-transform: uppercase; }
.brand-logo { height: 42px; width: auto; max-width: 190px; object-fit: contain; }
.header-actions { display: flex; align-items: center; gap: clamp(14px, 2vw, 26px); position: relative; z-index: 3; }
.header-tel { display: inline-flex; align-items: center; gap: 9px; color: var(--on-ink); font-size: .82rem; letter-spacing: .05em; opacity: .92; transition: color .3s; }
.header-tel:hover { color: var(--gold); }
.header-tel svg { width: 17px; height: 17px; flex: none; }
.burger { display: flex; flex-direction: column; gap: 5px; background: none; border: 0; cursor: pointer; padding: 8px; }
.burger span { width: 28px; height: 2px; background: var(--on-ink); transition: .3s; }
.burger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.burger.open span:nth-child(2) { opacity: 0; }
.burger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.nav { position: fixed; inset: 0; z-index: 45; display: flex; flex-direction: column; background: radial-gradient(130% 100% at 50% -10%, var(--ink-2) 0%, var(--ink) 52%, color-mix(in srgb, var(--ink) 75%, #000) 100%); transform: translateX(100%); visibility: hidden; transition: transform .6s var(--ease), visibility .6s; padding: 92px 32px 40px; overflow-y: auto; -webkit-overflow-scrolling: touch; }
.nav.open { transform: none; visibility: visible; }
.nav__inner { margin: auto; display: flex; flex-direction: column; align-items: center; gap: clamp(6px, 1.6vh, 18px); position: relative; z-index: 2; }
.nav__inner > a { font-family: var(--font-title); font-weight: var(--title-w); font-size: clamp(1.5rem, 4.2vw, 2.5rem); line-height: 1.25; color: var(--on-ink); opacity: 0; transform: translateY(22px); transition: opacity .5s ease, transform .6s var(--ease), color .3s; }
.nav__inner > a:hover { color: var(--gold); }
.nav.open .nav__inner > a { opacity: 1; transform: none; }
.nav .btn--primary { font-family: var(--font-body); font-size: .84rem; line-height: 1; margin-top: 16px; padding: 1.15em 2.8em; }
.nav.open .nav__inner > a:nth-child(1) { transition-delay: .10s; } .nav.open .nav__inner > a:nth-child(2) { transition-delay: .15s; } .nav.open .nav__inner > a:nth-child(3) { transition-delay: .20s; } .nav.open .nav__inner > a:nth-child(4) { transition-delay: .25s; } .nav.open .nav__inner > a:nth-child(5) { transition-delay: .30s; } .nav.open .nav__inner > a:nth-child(6) { transition-delay: .35s; } .nav.open .nav__inner > a:nth-child(7) { transition-delay: .40s; } .nav.open .nav__inner > a:nth-child(8) { transition-delay: .45s; } .nav.open .nav__inner > a:nth-child(9) { transition-delay: .50s; } .nav.open .nav__inner > a:nth-child(10) { transition-delay: .55s; } .nav.open .nav__inner > a:nth-child(11) { transition-delay: .60s; }
.nav .motion { position: fixed; opacity: .35; }

/* ---------- Hero ---------- */
.hero { position: relative; min-height: 100svh; display: flex; align-items: center; justify-content: center; text-align: center; color: var(--on-ink); background: radial-gradient(120% 90% at 50% -10%, var(--ink-2) 0%, var(--ink) 45%, color-mix(in srgb, var(--ink) 80%, #000) 100%); overflow: hidden; }
.hero__video, .hero__img { position: absolute; inset: 0; width: 100%; height: 100%; z-index: 0; }
.hero__video, .hero__img img { width: 100%; height: 100%; object-fit: cover; }
.hero__overlay { position: absolute; inset: 0; z-index: 1; pointer-events: none; background: radial-gradient(60% 50% at 50% 38%, color-mix(in srgb, var(--gold) 12%, transparent), transparent 70%), radial-gradient(40% 40% at 85% 80%, color-mix(in srgb, var(--accent) 16%, transparent), transparent 70%); }
.hero--media .hero__overlay { background: linear-gradient(180deg, color-mix(in srgb, var(--ink) 48%, transparent), color-mix(in srgb, var(--ink) 55%, transparent) 50%, color-mix(in srgb, var(--ink) 84%, transparent)); }
.hero__inner { position: relative; z-index: 2; width: min(820px, 90vw); padding: 130px 0 110px; }
.hero__sub { font-family: var(--font-body); letter-spacing: .5em; font-size: clamp(.68rem, 1.5vw, .9rem); text-transform: uppercase; opacity: .85; padding-left: .5em; }
.hero__brand { margin: .2em 0 .1em; }
.hero__name { display: block; font-family: var(--font-title); font-weight: var(--title-w); font-size: clamp(2.8rem, 9vw, 6.4rem); letter-spacing: .04em; line-height: 1; }
.hero__tag-sub { display: block; font-family: var(--font-body); font-size: clamp(.7rem, 1.6vw, .95rem); letter-spacing: .5em; text-transform: uppercase; color: var(--on-ink-muted); margin-top: .8em; padding-left: .5em; }
.hero__kw { display: block; font-family: var(--font-title); font-style: italic; font-weight: 400; font-size: clamp(1.1rem, 2.6vw, 1.7rem); letter-spacing: .01em; color: color-mix(in srgb, var(--on-ink) 92%, transparent); margin-top: .8em; }
.hero__kw em { color: var(--gold); }
.hero .title em { color: var(--gold); }
.hero .wave { margin-top: 1.2em; }
.hero__tag { margin: 1.2em auto .4em; max-width: 40ch; color: color-mix(in srgb, var(--on-ink) 90%, transparent); }
.hero__tag em { color: var(--gold); font-style: italic; }
.hero__cta { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; margin-top: 2.2em; }
.hero__hours { margin-top: 2.4em; font-size: .76rem; letter-spacing: .22em; text-transform: uppercase; color: var(--on-ink-muted); }
.scrollcue { position: absolute; left: 50%; bottom: 28px; transform: translateX(-50%); z-index: 2; font-size: .62rem; letter-spacing: .3em; text-transform: uppercase; color: color-mix(in srgb, var(--on-ink) 55%, transparent); display: flex; flex-direction: column; align-items: center; gap: 10px; }
.scrollcue i { display: block; width: 1px; height: 42px; background: linear-gradient(color-mix(in srgb, var(--on-ink) 60%, transparent), transparent); animation: mdg-cue 2.2s infinite; }
@keyframes mdg-cue { 0% { transform: scaleY(0); transform-origin: top; } 50% { transform: scaleY(1); transform-origin: top; } 51% { transform: scaleY(1); transform-origin: bottom; } 100% { transform: scaleY(0); transform-origin: bottom; } }

/* ---------- Bandes sombres (menu, CTA, têtes de page) ---------- */
.band { position: relative; background: var(--ink); color: var(--on-ink); overflow: hidden; background-size: cover; background-position: center; }
.band .overline { color: var(--gold); }
.band .title { color: var(--on-ink); }
.band .title em { color: var(--gold); }
.band .lead { color: var(--on-ink-muted); max-width: 48ch; margin: 1em auto 0; }
.band .sec-lead { color: var(--on-ink-muted); }
.band__overlay { position: absolute; inset: 0; z-index: 1; pointer-events: none; background: radial-gradient(80% 120% at 50% -20%, color-mix(in srgb, var(--on-ink) 7%, transparent), transparent 60%); }
.band[style] .band__overlay { background: linear-gradient(160deg, color-mix(in srgb, var(--ink) 62%, transparent), color-mix(in srgb, var(--ink) 86%, transparent)); }
.band__inner { position: relative; z-index: 2; padding: clamp(82px, 11vw, 140px) 0; }
.band__inner .btn { margin-top: 2em; }
.band--accent { background: linear-gradient(120deg, var(--accent-deep), var(--accent)); --on-ink: var(--on-accent); --gold: var(--on-accent); --accent-ink: var(--on-accent); }
.band--accent .overline { color: var(--on-accent); }
.band--page .band__inner { padding: clamp(140px, 18vw, 190px) 0 clamp(56px, 7vw, 80px); }
.band--page .motion { opacity: .55; }
.band--page .band__overlay { background: linear-gradient(180deg, color-mix(in srgb, var(--ink) 55%, transparent), color-mix(in srgb, var(--ink) 72%, transparent)); }
.band--page .title { margin-top: .3em; }
.band--tall { min-height: 80svh; display: flex; align-items: center; }
.band--tall .band__inner { width: 100%; }

/* ---------- En bref ---------- */
.brief { background: var(--bg-2); padding: clamp(44px, 6vw, 72px) 0; }
.brief-grid { display: grid; grid-template-columns: 1.25fr 1fr; gap: clamp(28px, 5vw, 70px); align-items: center; }
.brief-copy .lead { margin-top: .5em; color: var(--ink-2); font-size: clamp(1.1rem, 1.9vw, 1.35rem); }
.brief-points { list-style: none; display: grid; gap: 12px; }
.brief-points li { display: flex; gap: 12px; align-items: flex-start; font-size: .98rem; }
.brief-points svg { width: 22px; height: 22px; flex: none; color: var(--accent); margin-top: 2px; }

/* ---------- À propos ---------- */
.about-grid { display: grid; grid-template-columns: 1.05fr 1fr; gap: clamp(40px, 6vw, 90px); align-items: center; }
.about-copy .sec-head { margin-bottom: 1.2em; }
.about-copy .sign { font-family: var(--font-title); font-style: italic; font-size: 1.35rem; color: var(--accent-text); margin-top: 1.4em; }
.about-photo { position: relative; aspect-ratio: 4 / 5; border-radius: var(--r-img); overflow: hidden; background: linear-gradient(150deg, var(--ink), var(--ink-2)); box-shadow: var(--shadow); }
.about-photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.about-photo .frame { position: absolute; inset: 14px; border: 1px solid color-mix(in srgb, var(--on-ink) 35%, transparent); border-radius: calc(var(--r-img) / 2); pointer-events: none; z-index: 2; }

/* ---------- Vidéo portrait ---------- */
.pv { overflow: hidden; }
.pv-grid { display: grid; grid-template-columns: auto 1fr; gap: clamp(36px, 6vw, 80px); align-items: center; }
.pv-grid.is-right .pv-media { order: 2; }
.pv-media { position: relative; width: min(360px, 82vw); aspect-ratio: 9 / 16; border-radius: var(--r-card); overflow: hidden; background: var(--ink); box-shadow: var(--shadow); justify-self: center; }
.pv-media video, .pv-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.pv-copy p { color: var(--ink-2); }
.pv-copy .btn { margin-top: 1.6em; }

/* ---------- Prestations ---------- */
.services .sec-head { margin-bottom: 0; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; margin-top: 56px; }
.service-grid.cols-1 { grid-template-columns: 1fr; max-width: 560px; margin-inline: auto; }
.service-grid.cols-2 { grid-template-columns: repeat(2, 1fr); max-width: 900px; margin-inline: auto; }
.service { position: relative; overflow: hidden; border: 1px solid color-mix(in srgb, var(--on-ink) 14%, transparent); border-radius: var(--r-card); padding: 40px 30px; background: color-mix(in srgb, var(--on-ink) 3%, transparent); transition: transform .5s var(--ease), border-color .5s, background-color .5s; }
.service:hover { transform: translateY(-8px); border-color: color-mix(in srgb, var(--gold) 55%, transparent); }
.service--img { background-size: cover; background-position: center; }
.service--img::before { content: ""; position: absolute; inset: 0; background: linear-gradient(165deg, color-mix(in srgb, var(--ink) 70%, transparent), color-mix(in srgb, var(--ink) 92%, transparent)); z-index: 1; }
.service > * { position: relative; z-index: 2; }
.service .num { font-family: var(--font-body); color: var(--accent-ink); font-size: .85rem; letter-spacing: .3em; }
.service h3 { font-family: var(--font-title); font-weight: var(--title-w); font-size: 1.8rem; margin: .5em 0 .4em; line-height: 1.15; }
.service p { color: var(--on-ink-muted); font-size: .96rem; }

/* ---------- Tarifs ---------- */
.price-group { margin-top: 34px; }
.price-group__title { font-family: var(--font-title); font-weight: var(--title-w); font-size: 1.6rem; color: var(--accent-text); margin-bottom: 6px; }
.price-table { width: 100%; border-collapse: collapse; border-top: 1px solid var(--line); }
.price-table tr { border-bottom: 1px solid var(--line); }
.price-table th, .price-table td { padding: 16px 6px; vertical-align: baseline; text-align: left; }
.price-table th[scope="row"] { font-weight: 500; }
.price-detail { color: var(--muted); font-size: .92rem; }
.price { text-align: right; font-family: var(--font-title); font-size: 1.3rem; white-space: nowrap; font-weight: var(--title-w); }
.pricing-note { margin-top: 18px; font-size: .84rem; color: var(--muted); text-align: center; }

/* ---------- Galerie ---------- */
.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.gallery-grid .cell { position: relative; aspect-ratio: 1; border-radius: var(--r-img); overflow: hidden; background: var(--bg-2); display: block; }
.gallery-grid .cell img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease); }
.gallery-grid .cell:hover img { transform: scale(1.06); }
.cell__credit { position: absolute; left: 0; right: 0; bottom: 0; padding: 22px 10px 8px; font-size: .68rem; letter-spacing: .04em; color: var(--on-ink); background: linear-gradient(transparent, rgba(0, 0, 0, .55)); opacity: 0; transition: opacity .3s; }
.cell:hover .cell__credit, .cell:focus-visible .cell__credit { opacity: 1; }

/* ---------- Avis ---------- */
.ratings { display: flex; justify-content: center; gap: 16px; flex-wrap: wrap; margin-top: -10px; }
.rating { display: flex; align-items: center; gap: 13px; background: var(--card); border: 1px solid var(--line); border-radius: var(--r-card); padding: 14px 22px; box-shadow: 0 14px 40px -34px color-mix(in srgb, var(--ink) 60%, transparent); }
.rating__logo { width: 34px; height: 34px; display: grid; place-content: center; flex: none; }
.rating__logo svg, .rating__logo img { width: 30px; height: 30px; object-fit: contain; }
.rating__star { color: var(--accent-text); }
.rating__star svg { fill: currentColor; stroke: none; }
.rating__meta { display: flex; flex-direction: column; text-align: left; line-height: 1.15; }
.rating__name { font-size: .72rem; letter-spacing: .1em; color: var(--ink-2); text-transform: uppercase; }
.rating__score { font-family: var(--font-title); font-weight: 600; font-size: 1.45rem; }
.rating__score small { font-size: .6em; color: var(--muted); font-weight: 500; }
.rating__stars { color: #FBBC04; font-size: .76rem; letter-spacing: 1px; }
.rating__count { font-size: .76rem; color: var(--muted); }
.reviews-embed { margin-top: 40px; }
.reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 48px; }
.review { background: var(--card); border: 1px solid var(--line); border-radius: var(--r-card); padding: 28px 26px; display: flex; flex-direction: column; gap: 14px; text-align: left; }
.review__head { display: flex; align-items: center; gap: 12px; }
.review__avatar { width: 42px; height: 42px; border-radius: 50%; background: linear-gradient(135deg, var(--ink-2), var(--ink)); color: var(--on-ink); display: grid; place-content: center; font-family: var(--font-title); font-size: 1.1rem; flex: none; }
.review__head b { display: block; font-weight: 500; font-size: .98rem; }
.review__date { font-size: .8rem; color: var(--muted); }
.review__g { margin-left: auto; width: 20px; height: 20px; flex: none; }
.review__g svg { width: 20px; height: 20px; }
.stars { color: #FBBC04; letter-spacing: 2px; font-size: 1rem; }
.stars__off { opacity: .25; }
.review__text { color: var(--ink-2); font-size: .96rem; line-height: 1.65; }
.reviews-note { margin-top: 22px; font-size: .78rem; letter-spacing: .04em; color: var(--muted); text-align: center; }

/* ---------- Horaires & infos ---------- */
.hours-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px, 6vw, 80px); align-items: center; }
.hours .sec-head { margin-bottom: 0; }
.hours-table { width: 100%; border-collapse: collapse; margin-top: 34px; border-top: 1px solid var(--line); }
.hours-table tr { border-bottom: 1px solid var(--line); }
.hours-table th, .hours-table td { padding: 18px 2px; vertical-align: baseline; }
.hours-table th { text-align: left; font-family: var(--font-title); font-weight: var(--title-w); font-size: 1.15rem; letter-spacing: .02em; }
.hours-table td { text-align: right; color: var(--ink-2); }
.hours-table .off td { color: var(--accent-text); font-style: italic; font-family: var(--font-title); font-size: 1.05rem; }
.infocard { background: var(--ink); color: var(--on-ink); border-radius: var(--r-card); padding: clamp(34px, 4vw, 52px); box-shadow: var(--shadow); }
.infocard .overline { color: var(--gold); }
.infocard h3 { font-family: var(--font-title); font-weight: var(--title-w); font-size: 1.8rem; margin: .4em 0 1em; }
.info-row { display: flex; gap: 16px; align-items: flex-start; padding: 14px 0; border-top: 1px solid color-mix(in srgb, var(--on-ink) 12%, transparent); }
.info-row:first-of-type { border-top: 0; }
.info-row svg { width: 20px; height: 20px; flex: none; margin-top: 3px; color: var(--accent-ink); }
.info-row b { display: block; font-weight: 500; letter-spacing: .04em; }
.info-row span { color: var(--on-ink-muted); font-size: .94rem; }
.info-link { border-bottom: 1px solid color-mix(in srgb, var(--on-ink) 30%, transparent); transition: color .3s, border-color .3s; }
.info-link:hover { color: var(--on-ink); border-color: var(--accent-ink); }

/* ---------- Équipe ---------- */
.team-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; }
.team-grid.cols-1 { grid-template-columns: 1fr; max-width: 420px; margin-inline: auto; }
.team-grid.cols-2 { grid-template-columns: repeat(2, 1fr); max-width: 800px; margin-inline: auto; }
.team-grid.cols-3 { grid-template-columns: repeat(3, 1fr); }
.member { text-align: center; }
.member__photo { aspect-ratio: 4 / 5; border-radius: var(--r-img); overflow: hidden; background: linear-gradient(150deg, var(--ink), var(--ink-2)); margin-bottom: 18px; display: grid; place-content: center; }
.member__photo img { width: 100%; height: 100%; object-fit: cover; }
.member__initial { font-family: var(--font-title); font-size: 4rem; color: var(--on-ink-muted); }
.member h3 { font-family: var(--font-title); font-weight: var(--title-w); font-size: 1.45rem; }
.member__role { color: var(--accent-text); font-size: .82rem; letter-spacing: .1em; text-transform: uppercase; margin-top: 4px; }
.member__text { color: var(--ink-2); font-size: .95rem; margin-top: 10px; }
.member__link { display: inline-flex; align-items: center; gap: 6px; margin-top: 12px; font-size: .84rem; border-bottom: 1px solid var(--line); }
.member__link svg { width: 14px; height: 14px; }

/* ---------- Actualités / cartes d'article ---------- */
.post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.card-post { background: var(--card); border: 1px solid var(--line); border-radius: var(--r-card); overflow: hidden; display: flex; flex-direction: column; transition: transform .5s var(--ease), box-shadow .5s; }
.card-post:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.card-post__img { position: relative; aspect-ratio: 16 / 10; overflow: hidden; background: var(--ink); display: block; }
.card-post__img img { width: 100%; height: 100%; object-fit: cover; }
.card-post__body { padding: 22px 24px 26px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.card-post__meta { font-size: .76rem; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); }
.card-post__title { font-family: var(--font-title); font-weight: var(--title-w); font-size: 1.4rem; line-height: 1.2; }
.card-post__title a:hover { color: var(--accent-text); }
.card-post__excerpt { color: var(--ink-2); font-size: .94rem; }
.card-post__more { margin-top: auto; padding-top: 8px; display: inline-flex; align-items: center; gap: 6px; font-size: .82rem; letter-spacing: .08em; text-transform: uppercase; color: var(--accent-text); }
.card-post__more svg { width: 16px; height: 16px; transition: transform .3s; }
.card-post:hover .card-post__more svg { transform: translateX(4px); }

/* ---------- FAQ ---------- */
.faq { background: var(--bg-2); }
.faq-list { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item > summary { list-style: none; cursor: pointer; display: flex; align-items: flex-start; justify-content: space-between; gap: 24px; padding: 24px 4px; font-family: var(--font-title); font-weight: var(--title-w); font-size: clamp(1.1rem, 1.9vw, 1.3rem); line-height: 1.4; transition: color .3s; }
.faq-item > summary::-webkit-details-marker { display: none; }
.faq-item > summary:hover, .faq-item[open] > summary { color: var(--accent-text); }
.faq-item > summary:focus-visible { outline: 2px solid var(--gold); outline-offset: 4px; border-radius: 4px; }
.faq-sign { flex: 0 0 auto; width: 26px; height: 26px; margin-top: 4px; position: relative; border: 1px solid var(--line); border-radius: 50%; transition: border-color .3s, transform .35s; }
.faq-sign::before, .faq-sign::after { content: ""; position: absolute; inset: 50% 6px auto 6px; height: 1px; background: var(--accent); transform: translateY(-50%); transition: opacity .3s; }
.faq-sign::after { transform: translateY(-50%) rotate(90deg); }
.faq-item[open] .faq-sign { border-color: var(--accent); transform: rotate(180deg); }
.faq-item[open] .faq-sign::after { opacity: 0; }
.faq-answer { padding: 0 60px 26px 4px; color: var(--ink-2); animation: mdg-faq .35s ease both; }
@keyframes mdg-faq { from { opacity: 0; transform: translateY(-6px); } to { opacity: 1; transform: none; } }

/* ---------- Texte SEO ---------- */
.seo .sec-head { margin-bottom: clamp(24px, 3vw, 36px); }
.seo-grid { display: grid; grid-template-columns: 1fr; gap: clamp(28px, 5vw, 60px); align-items: start; }
.seo-grid.has-img { grid-template-columns: 1.3fr 1fr; }
.seo-img { position: sticky; top: 100px; border-radius: var(--r-img); overflow: hidden; box-shadow: var(--shadow); }
.seo-img img { width: 100%; height: auto; }
@media (max-width: 880px) { .seo-grid.has-img { grid-template-columns: 1fr; } .seo-img { position: static; max-width: 560px; } }

/* ---------- Instagram ---------- */
.insta .handle { font-family: var(--font-title); font-size: clamp(1.8rem, 4vw, 2.8rem); font-weight: var(--title-w); display: inline-flex; align-items: center; gap: .4em; margin-top: .3em; transition: color .3s; }
.insta .handle:hover { color: var(--accent-text); }
.insta .handle svg { width: .9em; height: .9em; }
.insta__text { margin-top: 14px; color: var(--muted); }
.insta-feed { margin-top: 40px; }

/* ---------- Pied de page ---------- */
.footer { background: var(--ink); color: var(--on-ink); padding: clamp(64px, 8vw, 96px) 0 36px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 46px; align-items: start; }
.footer .brand b { font-size: 1.8rem; }
.footer .brand-logo { height: 56px; max-width: 220px; }
.footer .tagfoot { margin-top: 18px; color: var(--on-ink-muted); max-width: 34ch; font-size: .95rem; }
.footer .footer-title { font-family: var(--font-body); text-transform: uppercase; letter-spacing: .24em; font-size: .74rem; color: var(--gold); margin-bottom: 18px; font-weight: 500; }
.footer .fl { display: block; color: var(--gold); padding: 5px 0; transition: color .3s; width: fit-content; }
.footer .fl:hover { color: var(--on-ink); }
.footer .fl--cta { margin-top: 12px; }
.footer .small { color: var(--on-ink-muted); font-size: .92rem; line-height: 1.8; }
.footer .small a { border-bottom: 1px solid color-mix(in srgb, var(--on-ink) 25%, transparent); }
.footer .small a:hover { color: var(--on-ink); }
.footer-bottom { margin-top: 54px; padding-top: 24px; border-top: 1px solid color-mix(in srgb, var(--on-ink) 12%, transparent); display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 14px 26px; font-size: .74rem; letter-spacing: .1em; color: color-mix(in srgb, var(--on-ink) 55%, transparent); text-transform: uppercase; }
.footer-legal { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 16px; list-style: none; }
.footer-legal li + li::before { content: "·"; margin-right: 16px; opacity: .5; }
.footer-legal a { border-bottom: 1px solid transparent; transition: color .3s, border-color .3s; }
.footer-legal a:hover { color: var(--on-ink); border-bottom-color: color-mix(in srgb, var(--on-ink) 40%, transparent); }
.footer-credit { border-bottom: 1px solid transparent; transition: color .3s, border-color .3s; }
.footer-credit:hover { color: var(--gold); border-bottom-color: color-mix(in srgb, var(--gold) 50%, transparent); }

/* ---------- Blog : article ---------- */
.post-head .band__inner { padding-bottom: clamp(48px, 6vw, 72px); }
.post-meta { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 14px; margin-top: 1.8em; font-size: .86rem; color: var(--on-ink-muted); }
.post-meta .avatar { width: 52px; height: 52px; border-radius: 50%; object-fit: cover; flex: none; }
.post-meta .avatar--initial { display: grid; place-content: center; background: linear-gradient(135deg, var(--accent), var(--accent-deep)); color: var(--on-accent); font-family: var(--font-title); font-size: 1.4rem; }
.post-meta__name { color: var(--on-ink); font-weight: 500; font-size: .98rem; line-height: 1.25; }
.post-meta__name small { display: block; font-weight: 400; font-size: .78rem; color: var(--on-ink-muted); margin-top: 2px; }
.post-meta__dates { margin-top: 6px; line-height: 1.5; }

/* ---------- Résumer avec une IA ---------- */
.ai-share { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 10px; margin: 0 0 40px; padding: 14px 18px; border: 1px solid var(--line); border-radius: var(--r-card); background: var(--card); }
.ai-share__label { display: inline-flex; align-items: center; gap: 8px; font-size: .78rem; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); margin-right: 6px; }
.ai-share__label svg { width: 16px; height: 16px; color: var(--accent-text); }
.ai-share a { display: inline-flex; align-items: center; gap: 6px; font-size: .84rem; font-weight: 500; padding: .45em .95em; border: 1px solid var(--line); border-radius: var(--r-btn); background: var(--bg); transition: background .3s, color .3s, border-color .3s, transform .3s; }
.ai-share a:hover { background: var(--ink); color: var(--on-ink); border-color: var(--ink); transform: translateY(-2px); }
.ai-share a svg { width: 14px; height: 14px; opacity: .6; }
.post-body { padding: clamp(40px, 6vw, 72px) 0 clamp(60px, 8vw, 100px); }
.post-brief { border-left: 3px solid var(--accent); border-radius: 0; padding: 6px 0 6px 22px; margin-bottom: 40px; }
.post-brief .lead { margin-top: .4em; color: var(--ink-2); font-size: clamp(1.1rem, 1.9vw, 1.3rem); }
.post-cover { margin-bottom: 40px; }
.post-cover img { width: 100%; border-radius: var(--r-img); }

.prose { color: var(--ink-2); }
.prose > * + * { margin-top: 1.1em; }
.prose h2, .prose h3 { font-family: var(--font-title); font-weight: var(--title-w); color: var(--ink); line-height: 1.2; }
.prose h2 { font-size: clamp(1.6rem, 3vw, 2.1rem); margin-top: 1.8em; }
.prose h3 { font-size: clamp(1.3rem, 2.4vw, 1.6rem); margin-top: 1.5em; }
.prose a { color: var(--accent-text); border-bottom: 1px solid color-mix(in srgb, var(--accent) 40%, transparent); }
.prose a:hover { color: var(--ink); }
.prose ul, .prose ol { padding-left: 1.3em; }
.prose li + li { margin-top: .4em; }
.prose blockquote { border-left: 3px solid var(--gold); border-radius: 0; padding: .2em 0 .2em 1.2em; font-family: var(--font-title); font-size: 1.25em; font-style: italic; color: var(--ink); }
.prose figure img { border-radius: var(--r-img); }
.prose figcaption { font-size: .82rem; color: var(--muted); margin-top: .5em; }
.prose table { width: 100%; border-collapse: collapse; font-size: .95rem; }
.prose th, .prose td { text-align: left; padding: .7em .6em; border-bottom: 1px solid var(--line); vertical-align: top; }
.prose th { font-weight: 500; color: var(--ink); background: var(--bg-2); }
.prose .wp-block-table, .table-wrap { overflow-x: auto; }
.table-wrap { margin-top: 1.1em; }
.prose table.facts th[scope="row"] { width: 34%; background: none; font-weight: 500; white-space: nowrap; }
@media (max-width: 560px) { .prose table.facts th[scope="row"] { white-space: normal; } }
.prose strong { color: var(--ink); }
.prose--article { font-size: 1.1rem; }
.prose--article > p:first-child::first-letter { font-family: var(--font-title); font-size: 3.2em; float: left; line-height: .8; padding: .1em .12em 0 0; color: var(--accent-deep); }

.post-sources { margin-top: 56px; padding-top: 32px; border-top: 1px solid var(--line); }
.post-sources h2 { font-family: var(--font-body); text-transform: uppercase; letter-spacing: .3em; font-size: .74rem; color: var(--accent-text); margin-bottom: 16px; }
.post-sources ol { padding-left: 1.3em; color: var(--ink-2); font-size: .95rem; }
.post-sources li + li { margin-top: .4em; }
.post-sources a { border-bottom: 1px solid var(--line); }
.post-sources small { color: var(--muted); margin-left: 6px; }
.post-dates { margin-top: 32px; font-size: .82rem; color: var(--muted); }

.author-box { display: flex; gap: 26px; align-items: flex-start; margin-top: 40px; padding: 30px; background: var(--card); border: 1px solid var(--line); border-radius: var(--r-card); }
.author-box__photo { flex: none; width: 96px; height: 96px; border-radius: 50%; overflow: hidden; background: linear-gradient(135deg, var(--ink-2), var(--ink)); display: grid; place-content: center; }
.author-box__photo img { width: 100%; height: 100%; object-fit: cover; }
.author-box__initial { font-family: var(--font-title); font-size: 2.4rem; color: var(--on-ink); }
.author-box h3 { font-family: var(--font-title); font-weight: var(--title-w); font-size: 1.5rem; margin-top: .2em; }
.author-box__role { color: var(--accent-text); font-size: .84rem; letter-spacing: .08em; text-transform: uppercase; }
.author-box__bio { margin-top: 10px; color: var(--ink-2); font-size: .95rem; }
.author-box__links { margin-top: 12px; display: flex; flex-wrap: wrap; gap: 8px 18px; font-size: .84rem; }
.author-box__links a { display: inline-flex; align-items: center; gap: 6px; border-bottom: 1px solid var(--line); }
.author-box__links svg { width: 14px; height: 14px; }

.post-cta { margin-top: 48px; padding: 36px; text-align: center; background: var(--bg-2); border-radius: var(--r-card); }
.post-cta p { font-family: var(--font-title); font-size: 1.5rem; margin-bottom: 18px; }
.related { background: var(--bg-2); }

.pagination { margin-top: 48px; }
.pagination .nav-links { display: flex; gap: 8px; justify-content: center; flex-wrap: wrap; }
.pagination .page-numbers { padding: .6em 1.1em; border: 1px solid var(--line); border-radius: var(--r-btn); font-size: .86rem; transition: background .3s, color .3s; }
.pagination .page-numbers:hover, .pagination .page-numbers.current { background: var(--ink); color: var(--on-ink); border-color: var(--ink); }

/* ---------- Responsive ---------- */
@media (max-width: 1024px) {
	.wrap { width: 90vw; }
	.gallery-grid { grid-template-columns: repeat(3, 1fr); }
	.reviews-grid, .post-grid, .team-grid { grid-template-columns: repeat(2, 1fr); }
	.service-grid { gap: 18px; }
}
@media (max-width: 880px) {
	.about-grid, .brief-grid, .hours-grid { grid-template-columns: 1fr; gap: 40px; }
	.about-photo { aspect-ratio: 5 / 4; max-width: 560px; margin-inline: auto; width: 100%; }
	.service-grid, .service-grid.cols-2 { grid-template-columns: 1fr; gap: 18px; }
	.gallery-grid { grid-template-columns: repeat(2, 1fr); }
	.pv-grid { grid-template-columns: 1fr; gap: 30px; }
	.pv-grid.is-right .pv-media { order: 0; }
	.footer-grid { grid-template-columns: 1fr 1fr; gap: 36px; }
	.footer-grid > div:first-child { grid-column: 1 / -1; }
	.header-tel span { display: none; }
}
@media (max-width: 600px) {
	.reviews-grid, .post-grid, .team-grid, .team-grid.cols-2, .footer-grid { grid-template-columns: 1fr; }
	.hero__cta { flex-direction: column; }
	.hero__cta .btn { width: 100%; }
	.faq-answer { padding-right: 4px; }
	.faq-item > summary { gap: 16px; padding: 20px 2px; }
	.author-box { flex-direction: column; }
	.price-table th, .price-table td { padding: 12px 4px; }
	.price-detail { display: none; }
	.post-meta { gap: 10px; }
}

/* ---------- Mouvement réduit ---------- */
@media (prefers-reduced-motion: reduce) {
	*, *::before, *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
	.js .reveal { opacity: 1; transform: none; }
	.hero__video { display: none; }
}

/* ==========================================================================
   Mises en page (body.mdg-layout-*) — même HTML, rendu différent.
   ========================================================================== */

/* ---------- Commun aux mises en page à hero clair (moderne, minimal) ---------- */
.mdg-layout-moderne .header, .mdg-layout-minimal .header { background: color-mix(in srgb, var(--ink) 92%, transparent); padding-block: 14px; }
.mdg-layout-moderne .hero, .mdg-layout-minimal .hero { background: var(--bg); color: var(--ink-text); text-align: left; min-height: 0; }
.mdg-layout-moderne .hero__overlay, .mdg-layout-minimal .hero__overlay, .mdg-layout-moderne .scrollcue, .mdg-layout-minimal .scrollcue { display: none; }
.mdg-layout-moderne .hero .motion, .mdg-layout-minimal .hero .motion { color: var(--ink); opacity: .55; }
.mdg-layout-moderne .hero .motion--aurora .blob, .mdg-layout-minimal .hero .motion--aurora .blob { mix-blend-mode: multiply; opacity: .16; }
.mdg-layout-moderne .hero .motion--mesh, .mdg-layout-minimal .hero .motion--mesh { opacity: .25; }
.mdg-layout-moderne .hero__sub, .mdg-layout-minimal .hero__sub { color: var(--accent-text); opacity: 1; padding-left: 0; }
.mdg-layout-moderne .hero__tag-sub, .mdg-layout-minimal .hero__tag-sub { color: var(--muted); padding-left: 0; letter-spacing: .3em; }
.mdg-layout-moderne .hero__kw, .mdg-layout-minimal .hero__kw { color: var(--ink-2); }
.mdg-layout-moderne .hero__kw em, .mdg-layout-minimal .hero__kw em, .mdg-layout-moderne .hero__tag em, .mdg-layout-minimal .hero__tag em { color: var(--accent-text); }
.mdg-layout-moderne .hero__tag, .mdg-layout-minimal .hero__tag { color: var(--ink-2); margin-inline: 0; }
.mdg-layout-moderne .hero__hours, .mdg-layout-minimal .hero__hours { color: var(--muted); }
.mdg-layout-moderne .hero .wave--gold, .mdg-layout-minimal .hero .wave--gold { color: var(--accent); }
.mdg-layout-moderne .hero__cta, .mdg-layout-minimal .hero__cta { justify-content: flex-start; }
.mdg-layout-moderne .hero .btn--ghost-light, .mdg-layout-minimal .hero .btn--ghost-light { border-color: var(--line); color: var(--ink); }
.mdg-layout-moderne .hero .btn--ghost-light:hover, .mdg-layout-minimal .hero .btn--ghost-light:hover { background: var(--ink); color: var(--on-ink); border-color: var(--ink); }
.mdg-layout-moderne .hero__name, .mdg-layout-minimal .hero__name { letter-spacing: 0; }

/* ---------- Moderne : hero texte + photo, cartes, étiquettes ---------- */
.mdg-layout-moderne .hero { display: grid; grid-template-columns: 1.05fr 1fr; gap: clamp(28px, 5vw, 72px); align-items: center; padding: clamp(120px, 15vw, 160px) max(4vw, calc((100% - 1180px) / 2)) clamp(56px, 7vw, 90px); }
.mdg-layout-moderne .hero__inner { grid-column: 1; grid-row: 1; width: auto; padding: 0; }
.mdg-layout-moderne .hero__img, .mdg-layout-moderne .hero__video { position: relative; inset: auto; grid-column: 2; grid-row: 1; width: 100%; height: auto; aspect-ratio: 4 / 5; max-height: 640px; border-radius: var(--r-card); overflow: hidden; box-shadow: var(--shadow); }
.mdg-layout-moderne .hero__img img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.mdg-layout-moderne .hero__name { font-size: clamp(2.6rem, 6.5vw, 5rem); line-height: 1; }
.mdg-layout-moderne .hero__tag { max-width: 44ch; }
.mdg-layout-moderne .overline { display: inline-block; background: color-mix(in srgb, var(--accent) 12%, transparent); color: var(--accent-text); padding: .4em .95em; border-radius: 50px; letter-spacing: .2em; font-size: .68rem; }
.mdg-layout-moderne .band .overline, .mdg-layout-moderne .infocard .overline { background: color-mix(in srgb, var(--on-ink) 12%, transparent); color: var(--on-ink); }
.mdg-layout-moderne .hero__sub { display: inline-block; background: color-mix(in srgb, var(--accent) 12%, transparent); padding: .4em .95em; border-radius: 50px; letter-spacing: .2em; font-size: .68rem; text-transform: uppercase; font-weight: 500; margin-bottom: 1em; }
.mdg-layout-moderne .brief { background: var(--bg); padding-top: 0; }
.mdg-layout-moderne .brief-grid { background: var(--card); border: 1px solid var(--line); border-radius: var(--r-card); padding: clamp(24px, 4vw, 44px); }
.mdg-layout-moderne .services { background: var(--bg-2); color: var(--ink); }
.mdg-layout-moderne .services .overline { background: color-mix(in srgb, var(--accent) 12%, transparent); color: var(--accent-text); }
.mdg-layout-moderne .services .title { color: var(--ink); }
.mdg-layout-moderne .services .sec-lead { color: var(--ink-2); }
.mdg-layout-moderne .service { background: var(--card); border-color: var(--line); }
.mdg-layout-moderne .service:hover { border-color: var(--accent); }
.mdg-layout-moderne .service h3 { color: var(--ink); }
.mdg-layout-moderne .service p { color: var(--ink-2); }
.mdg-layout-moderne .service .num { color: var(--accent-text); }
.mdg-layout-moderne .service--img h3, .mdg-layout-moderne .service--img p { color: var(--on-ink); }
.mdg-layout-moderne .service--img .num { color: var(--gold); }
.mdg-layout-moderne .services .btn--ghost-light { border-color: var(--line); color: var(--ink); }
.mdg-layout-moderne .services .btn--ghost-light:hover { background: var(--ink); color: var(--on-ink); border-color: var(--ink); }
.mdg-layout-moderne .price-group { background: var(--card); border: 1px solid var(--line); border-radius: var(--r-card); padding: clamp(18px, 3vw, 30px); }
.mdg-layout-moderne .price-table { border-top: 0; }
.mdg-layout-moderne .faq { background: var(--bg); }
.mdg-layout-moderne .faq-list { background: var(--card); border: 1px solid var(--line); border-radius: var(--r-card); padding: 6px clamp(18px, 3vw, 32px); border-top-width: 1px; }
.mdg-layout-moderne .faq-item:last-child { border-bottom: 0; }
.mdg-layout-moderne .hours-table { background: var(--card); border: 1px solid var(--line); border-radius: var(--r-card); border-top-width: 1px; }
.mdg-layout-moderne .hours-table th, .mdg-layout-moderne .hours-table td { padding-inline: 18px; }
.mdg-layout-moderne .hours-table tr:last-child { border-bottom: 0; }
.mdg-layout-moderne .about-photo { border-radius: var(--r-card); }
.mdg-layout-moderne .about-photo .frame { display: none; }
.mdg-layout-moderne .gallery-grid .cell { border-radius: var(--r-card); }
.mdg-layout-moderne .member__photo { border-radius: var(--r-card); }
.mdg-layout-moderne .seo { background: var(--bg-2); }
@media (max-width: 880px) {
	.mdg-layout-moderne .hero { grid-template-columns: 1fr; padding-top: 100px; }
	.mdg-layout-moderne .hero__img, .mdg-layout-moderne .hero__video { grid-column: 1; grid-row: 1; aspect-ratio: 16 / 10; max-height: 320px; }
	.mdg-layout-moderne .hero__inner { grid-row: 2; }
}

/* ---------- Minimal : grands titres à gauche, filets, sans cartes ---------- */
.mdg-layout-minimal .hero { display: flex; flex-direction: column; padding: clamp(140px, 17vw, 190px) 0 0; border-bottom: 1px solid var(--line); }
.mdg-layout-minimal .hero__inner { order: 1; width: min(1180px, 92vw); padding: 0 0 clamp(48px, 6vw, 72px); }
.mdg-layout-minimal .hero__img, .mdg-layout-minimal .hero__video { order: 2; position: relative; inset: auto; width: min(1180px, 92vw); height: auto; aspect-ratio: 21 / 9; margin: 0 auto clamp(48px, 6vw, 72px); border-radius: var(--r-img); overflow: hidden; }
.mdg-layout-minimal .hero__img img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.mdg-layout-minimal .hero__name { font-size: clamp(3.2rem, 10vw, 7.5rem); line-height: .95; letter-spacing: -.01em; max-width: 14ch; }
.mdg-layout-minimal .hero__kw { font-style: normal; font-family: var(--font-body); font-weight: 400; font-size: clamp(1rem, 1.6vw, 1.2rem); text-transform: uppercase; letter-spacing: .18em; margin-top: 1.4em; }
.mdg-layout-minimal .hero .wave { display: none; }
.mdg-layout-minimal .hero__tag { max-width: 52ch; margin-top: 1em; }
.mdg-layout-minimal .hero__sub { font-size: .7rem; letter-spacing: .34em; }
.mdg-layout-minimal .hero__sub::before { content: "— "; }
.mdg-layout-minimal .overline::before { content: "— "; }
.mdg-layout-minimal .title { font-size: clamp(2.3rem, 5.5vw, 4rem); letter-spacing: -.01em; }
.mdg-layout-minimal .section { padding: clamp(56px, 8vw, 100px) 0; border-bottom: 1px solid var(--line); }
.mdg-layout-minimal .sec-head.center { text-align: left; max-width: none; margin-inline: 0; }
.mdg-layout-minimal .sec-cta { justify-content: flex-start; }
.mdg-layout-minimal .brief { background: var(--bg); }
.mdg-layout-minimal .brief-grid { grid-template-columns: 1fr 1fr; }
.mdg-layout-minimal .services { background: var(--bg); color: var(--ink); }
.mdg-layout-minimal .services .overline { color: var(--accent-text); }
.mdg-layout-minimal .services .title { color: var(--ink); }
.mdg-layout-minimal .services .sec-lead { color: var(--ink-2); }
.mdg-layout-minimal .service-grid, .mdg-layout-minimal .service-grid.cols-2, .mdg-layout-minimal .service-grid.cols-1 { display: block; max-width: none; margin-top: 40px; border-top: 1px solid var(--line); }
.mdg-layout-minimal .service { display: grid; grid-template-columns: 56px 1fr 1.6fr; gap: 24px; align-items: baseline; padding: 26px 0; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; background: none !important; }
.mdg-layout-minimal .service:hover { transform: none; }
.mdg-layout-minimal .service--img::before { display: none; }
.mdg-layout-minimal .service h3 { margin: 0; color: var(--ink); font-size: 1.5rem; }
.mdg-layout-minimal .service p { color: var(--ink-2); }
.mdg-layout-minimal .service .num { color: var(--accent-text); }
.mdg-layout-minimal .services .btn--ghost-light { border-color: var(--line); color: var(--ink); }
.mdg-layout-minimal .services .btn--ghost-light:hover { background: var(--ink); color: var(--on-ink); border-color: var(--ink); }
.mdg-layout-minimal .review { background: none; border: 0; border-left: 2px solid var(--line); border-radius: 0; box-shadow: none; padding: 6px 0 6px 26px; }
.mdg-layout-minimal .rating { background: none; box-shadow: none; border-radius: 0; border: 0; border-bottom: 1px solid var(--line); padding-inline: 0; }
.mdg-layout-minimal .ratings { justify-content: flex-start; }
.mdg-layout-minimal .infocard { background: none; color: var(--ink); border: 1px solid var(--line); box-shadow: none; border-radius: var(--r-img); }
.mdg-layout-minimal .infocard .overline { color: var(--accent-text); }
.mdg-layout-minimal .info-row { border-top-color: var(--line); }
.mdg-layout-minimal .info-row svg { color: var(--accent-text); }
.mdg-layout-minimal .info-row span, .mdg-layout-minimal .info-link { color: var(--ink-2); border-color: var(--line); }
.mdg-layout-minimal .info-link:hover { color: var(--ink); }
.mdg-layout-minimal .faq { background: var(--bg); }
.mdg-layout-minimal .faq-list { max-width: none; }
.mdg-layout-minimal .card-post { background: none; border: 0; border-top: 1px solid var(--line); border-radius: 0; }
.mdg-layout-minimal .card-post:hover { transform: none; box-shadow: none; }
.mdg-layout-minimal .card-post__img { border-radius: var(--r-img); margin-top: 18px; }
.mdg-layout-minimal .card-post__body { padding-inline: 0; }
.mdg-layout-minimal .gallery-grid { gap: 6px; }
.mdg-layout-minimal .about-photo .frame { display: none; }
.mdg-layout-minimal .member { text-align: left; }
.mdg-layout-minimal .seo { background: var(--bg); }
.mdg-layout-minimal .footer { border-top: 0; }
@media (max-width: 880px) {
	.mdg-layout-minimal .service { grid-template-columns: 40px 1fr; }
	.mdg-layout-minimal .service p { grid-column: 2; }
	.mdg-layout-minimal .brief-grid { grid-template-columns: 1fr; }
}
