/*
 * Noblessa : styles du thème.
 * Transcription au pixel près de la maquette Claude Design (valeurs reprises telles quelles).
 * Point de bascule mobile de la maquette : moins de 1100 px de large.
 */

/* ---------- Base ---------- */
html, body { margin: 0; padding: 0; background: #f7f5f1; color: #121211; -webkit-font-smoothing: antialiased; }
html.lenis, html.lenis body { height: auto; }
.lenis.lenis-smooth { scroll-behavior: auto !important; }
.lenis.lenis-stopped { overflow: hidden; }
[hidden] { display: none !important; }
html.is-locked { overflow: hidden; }
a { color: inherit; text-decoration: none; }
a:where(:hover) { color: #7d7368; }
::selection { background: #121211; color: #f7f5f1; }
button, input, select { font-family: inherit; }
input:focus, select:focus { outline: none; }
input:focus-visible, select:focus-visible { box-shadow: 0 1px 0 0 currentColor; }
img { display: block; }

.site { font-family: 'Jost', Helvetica, sans-serif; font-weight: 300; background: #f7f5f1; color: #121211; overflow-x: clip; }
body { --px: clamp(20px, 6vw, 96px); }
body.home { --px: clamp(20px, 5vw, 80px); }

.screen-reader-text { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

@media (max-width: 1099.98px) { .only-desktop { display: none !important; } }
@media (min-width: 1100px) { .only-mobile { display: none !important; } }

/* Texte découpé par le JS pour les animations. */
.split-word { display: inline-block; overflow: hidden; padding: .1em .02em .16em; margin: -.1em 0 -.16em; vertical-align: top; }
.split-char { display: inline-block; will-change: transform; }
.split-space { display: inline-block; width: .26em; }
.split-w { display: inline-block; margin-right: .26em; }

/* Masquage avant animation (sans flash), réaffiché par le JS ou, en secours, après 3 s. */
.js-motion [data-hero-title], .js-motion [data-hero-fade], .js-motion [data-hero-pill] { visibility: hidden; animation: nb-failsafe 0s 3s forwards; }
@keyframes nb-failsafe { to { visibility: visible; } }

/* ---------- Éléments communs ---------- */
.eyebrow { display: flex; gap: 14px; align-items: center; font-size: 12px; letter-spacing: .18em; text-transform: uppercase; font-weight: 400; color: #7d7368; }
.eyebrow::before { content: ""; flex: none; width: 36px; height: 1px; background: currentColor; }
.eyebrow--sand { color: #6b6258; }
.eyebrow--dark { color: #b8afa3; }

.title-xl { margin: 0; font-weight: 200; font-size: clamp(44px, 6vw, 104px); line-height: .98; letter-spacing: -0.025em; }

.section-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 24px; flex-wrap: wrap; }
.section-head__titles { display: flex; flex-direction: column; gap: 22px; }
.section-head__text { margin: 0; font-size: clamp(17px, 1.3vw, 19px); line-height: 1.6; max-width: 420px; color: #3b3833; }

.link-line { font-size: 13px; letter-spacing: .14em; text-transform: uppercase; font-weight: 400; border-bottom: 1px solid currentColor; padding-bottom: 6px; }

.btn { display: flex; align-items: center; font-size: 13px; letter-spacing: .14em; text-transform: uppercase; font-weight: 500; white-space: nowrap; }
.btn--mega { height: 48px; padding: 0 24px; background: #121211; color: #f7f5f1; }
.btn--hero { height: 58px; padding: 0 32px; background: #fff; color: #121211; letter-spacing: .16em; white-space: normal; transition: transform .5s cubic-bezier(.2, .7, .2, 1); }
.btn--hero:hover { transform: scale(1.04); color: #121211; }
.btn--light { height: 56px; padding: 0 30px; background: #f7f5f1; color: #121211; letter-spacing: .16em; white-space: normal; }
.btn--outline { height: 56px; padding: 0 26px; border: 1px solid #5e5a53; letter-spacing: .16em; font-weight: 400; white-space: normal; }
.btn--footer { align-self: flex-start; height: 52px; padding: 0 28px; background: #f7f5f1; color: #121211; white-space: normal; }
.btn--cine { height: 58px; padding: 0 34px; background: #f7f5f1; color: #121211; font-size: 14px; letter-spacing: .16em; white-space: normal; transition: transform .5s cubic-bezier(.2, .7, .2, 1); }
.btn--cine:hover { transform: scale(1.05); color: #121211; }
.btn--submit { grid-column: 1 / -1; justify-self: start; margin-top: 8px; height: 56px; padding: 0 32px; background: #121211; color: #f7f5f1; border: 0; letter-spacing: .16em; cursor: pointer; }
.btn--callback { justify-content: center; margin-top: 8px; height: 54px; background: #121211; color: #f7f5f1; border: 0; letter-spacing: .16em; cursor: pointer; }
.btn--dialog { justify-content: center; align-self: flex-start; height: 52px; padding: 0 28px; background: #121211; color: #f7f5f1; border: 0; cursor: pointer; }

.icon-close { flex: none; width: 44px; height: 44px; background: none; border: 1px solid #d6cfc4; font-size: 20px; line-height: 1; color: #121211; cursor: pointer; }

.field { display: flex; flex-direction: column; gap: 6px; font-size: 12px; letter-spacing: .14em; text-transform: uppercase; color: #4d4740; }
.field input, .field select { height: 52px; border: 0; border-bottom: 1px solid #121211; background: transparent; font-size: 18px; color: #121211; padding: 0; }
.field select { border-radius: 0; -webkit-appearance: none; appearance: none; }
.field--sm { color: #5e574f; }
.field--sm input { height: 50px; }

/* Cartes de réalisation (sélection et aménagements similaires). */
.card { display: flex; flex-direction: column; gap: 18px; color: #121211; }
.card__media { position: relative; overflow: hidden; aspect-ratio: 4 / 5; background: #e8e1d5; }
.card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s cubic-bezier(.2, .7, .2, 1); }
.card__media img:hover { transform: scale(1.07); }
.card__body { display: flex; flex-direction: column; gap: 8px; perspective: 600px; }
.card__meta { font-size: 12px; letter-spacing: .16em; text-transform: uppercase; color: #7d7368; }
.card__name { font-size: clamp(26px, 2.2vw, 34px); font-weight: 300; transform-origin: left; transition: transform .7s cubic-bezier(.2, .7, .2, 1); }
.card__name:hover { transform: translateZ(40px); }

/* Image avec parallaxe verticale (le JS anime l'image entre -7 % et 7 %). */
.parallax-box { position: relative; overflow: hidden; }
.parallax-box img { position: absolute; left: 0; top: -10%; width: 100%; height: 120%; object-fit: cover; }

/* ---------- En-tête ---------- */
.site-header {
	--btn-bg: #fff; --btn-fg: #121211;
	position: fixed; top: 0; left: 0; right: 0; z-index: 60;
	display: flex; align-items: center; justify-content: space-between; gap: 24px;
	padding: 0 clamp(18px, 3.4vw, 48px); height: clamp(64px, 7vw, 84px);
	background: rgba(0, 0, 0, 0); color: #fff; border-bottom: 1px solid rgba(255, 255, 255, 0);
	backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
	transition: background .5s ease, color .5s ease, border-color .5s ease;
}
.site-header.is-solid { --btn-bg: #121211; --btn-fg: #f7f5f1; background: rgba(247, 245, 241, .9); color: #121211; border-bottom-color: #e3ddd3; }
.site-header__logo { font-weight: 300; font-size: clamp(24px, 2.2vw, 30px); letter-spacing: -0.01em; line-height: 1; }
.site-header__nav { display: flex; gap: clamp(18px, 2.4vw, 38px); font-size: 13px; letter-spacing: .14em; text-transform: uppercase; font-weight: 400; }
.site-header__nav a { padding: 8px 0; white-space: nowrap; }
.site-header__mega-btn { display: flex; align-items: center; gap: 10px; background: none; border: 0; color: inherit; font: inherit; letter-spacing: inherit; text-transform: inherit; padding: 8px 0; white-space: nowrap; cursor: pointer; }
.site-header__mega-btn .caret { display: block; width: 6px; height: 6px; border-right: 1px solid currentColor; border-bottom: 1px solid currentColor; transform: translateY(-2px) rotate(45deg); transition: transform .4s; }
.site-header__mega-btn[aria-expanded="true"] .caret { transform: translateY(2px) rotate(225deg); }
.site-header__cta, .site-header__cta:hover { display: flex; align-items: center; height: 46px; padding: 0 24px; background: var(--btn-bg); color: var(--btn-fg); font-size: 13px; letter-spacing: .14em; text-transform: uppercase; font-weight: 500; white-space: nowrap; transition: background .5s, color .5s; }
.site-header__cta:hover { opacity: .86; }
.site-header__menu-btn { background: none; border: 1px solid currentColor; color: inherit; height: 44px; padding: 0 18px; font-size: 13px; letter-spacing: .14em; text-transform: uppercase; }

.admin-bar .site-header, .admin-bar .mega { margin-top: 32px; }
@media (max-width: 782px) { .admin-bar .site-header, .admin-bar .mega { margin-top: 46px; } }

/* Méga menu */
.mega {
	position: fixed; left: 0; right: 0; top: clamp(64px, 7vw, 84px); z-index: 59;
	background: #f7f5f1; color: #121211; border-bottom: 1px solid #e3ddd3; box-shadow: 0 50px 90px -50px rgba(0, 0, 0, .35);
	display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr); gap: clamp(32px, 4vw, 72px);
	padding: clamp(36px, 3.6vw, 56px) clamp(18px, 3.4vw, 48px) clamp(40px, 4vw, 60px);
}
@media (max-width: 1099.98px) { .mega { display: none !important; } }
.mega__col { display: flex; flex-direction: column; gap: 22px; }
.mega__list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: clamp(24px, 3vw, 48px); border-top: 1px solid #e3ddd3; }
.mega__item { display: flex; justify-content: space-between; align-items: baseline; gap: 16px; padding: 16px 0; border-bottom: 1px solid #e3ddd3; color: #6b6258; font-size: clamp(20px, 1.7vw, 27px); font-weight: 300; line-height: 1.15; transition: color .3s, padding .5s cubic-bezier(.2, .7, .2, 1); }
.mega__item.is-active { color: #121211; }
.mega__item:hover { padding-left: 12px; }
.mega__num { font-size: 12px; letter-spacing: .14em; color: #7d7368; }
.mega__foot { display: flex; justify-content: space-between; align-items: center; gap: 20px; flex-wrap: wrap; margin-top: auto; padding-top: 12px; }
.mega__note { font-family: 'Cormorant Garamond', serif; font-size: 22px; font-style: italic; color: #3b3833; }
.mega__media { position: relative; overflow: hidden; background: #e8e1d5; min-height: 320px; max-height: 56vh; }
.mega__media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.mega__label { position: absolute; left: 0; bottom: 0; padding: 16px 20px; background: #f7f5f1; font-size: 12px; letter-spacing: .16em; text-transform: uppercase; font-weight: 400; }

/* Menu mobile plein écran */
.menu-mobile { position: fixed; inset: 0; z-index: 80; background: #121211; color: #f7f5f1; display: flex; flex-direction: column; padding: 22px 22px 120px; overflow-y: auto; }
.menu-mobile__top { display: flex; justify-content: space-between; align-items: center; height: 44px; }
.menu-mobile__logo { font-size: 26px; }
.menu-mobile__close { background: none; border: 1px solid #f7f5f1; color: #f7f5f1; height: 44px; padding: 0 18px; font-size: 13px; letter-spacing: .14em; text-transform: uppercase; }
.menu-mobile__nav { display: flex; flex-direction: column; gap: 6px; margin-top: auto; font-size: 36px; font-weight: 200; }
.menu-mobile__group { display: flex; flex-direction: column; }
.menu-mobile__sub-btn { display: flex; justify-content: space-between; align-items: center; background: none; border: 0; color: inherit; font: inherit; padding: 8px 0; text-align: left; cursor: pointer; }
.menu-mobile__sub-btn span { font-size: 28px; }
.menu-mobile__sub { display: flex; flex-direction: column; padding: 2px 0 14px 2px; }
.menu-mobile__sub a { padding: 10px 0; font-size: 19px; font-weight: 300; color: #d9d1c5; }
.menu-mobile__link { padding: 8px 0; white-space: nowrap; }

/* ---------- Accueil : héros ---------- */
.h-hero { position: relative; height: 100vh; min-height: 600px; overflow: hidden; background: #0d0d0c; color: #fff; }
.h-hero__media { position: absolute; inset: 0; overflow: hidden; }
.h-hero__img { position: absolute; left: 0; top: -8%; width: 100%; height: 116%; object-fit: cover; }
.h-hero__shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0, 0, 0, .4) 0%, rgba(0, 0, 0, .08) 32%, rgba(0, 0, 0, .12) 55%, rgba(0, 0, 0, .66) 100%); }
.h-hero__content { position: absolute; left: clamp(20px, 5vw, 80px); right: clamp(20px, 5vw, 80px); bottom: clamp(110px, 12vh, 120px); display: flex; flex-direction: column; gap: clamp(22px, 3vw, 36px); perspective: 900px; }
.h-hero__title { margin: 0; font-weight: 200; font-size: clamp(52px, 9vw, 168px); line-height: .94; letter-spacing: -0.03em; max-width: 1300px; }
.h-hero__row { display: flex; justify-content: space-between; align-items: flex-end; gap: 28px; flex-wrap: wrap; }
.h-hero__lead { margin: 0; font-size: clamp(17px, 1.5vw, 22px); line-height: 1.5; max-width: 520px; }
.h-hero__actions { display: flex; align-items: center; gap: clamp(18px, 2.4vw, 32px); flex-wrap: wrap; }
.h-hero__link { display: flex; align-items: center; height: 44px; font-size: 13px; letter-spacing: .16em; text-transform: uppercase; font-weight: 400; border-bottom: 1px solid rgba(255, 255, 255, .7); color: #fff; }

/* Bandeau de réassurance */
.reassure { border-bottom: 1px solid #e3ddd3; background: #f7f5f1; overflow-x: auto; }
.reassure__list { list-style: none; margin: 0; padding: 0 clamp(20px, 5vw, 80px); display: flex; justify-content: space-between; align-items: center; gap: 28px; min-height: 76px; width: max-content; min-width: 100%; box-sizing: border-box; font-size: 13px; letter-spacing: .12em; text-transform: uppercase; font-weight: 400; color: #3b3833; }
.reassure__list [data-reassure] { white-space: nowrap; }
.reassure__dot { width: 4px; height: 4px; border-radius: 50%; background: #b8afa3; }

/* Aménagements par pièce (panneaux empilés) */
.rooms { background: #f7f5f1; }
.rooms__head { padding: clamp(90px, 12vw, 170px) clamp(20px, 5vw, 80px) clamp(48px, 6vw, 80px); gap: 28px; }
.rooms__stack { position: relative; }
.room { position: sticky; top: 0; height: 100vh; min-height: 560px; display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 420px), 1fr)); background: #f7f5f1; color: #121211; overflow: hidden; border-top: 1px solid #d9d1c5; }
.room:nth-child(even) { background: #e8e1d5; }
.room__text { display: flex; flex-direction: column; justify-content: space-between; padding: clamp(96px, 10vw, 120px) clamp(20px, 5vw, 80px) clamp(28px, 4vw, 56px); gap: 24px; }
@media (min-width: 1100px) { .room:nth-child(even) .room__text { order: 1; } }
.room__num { font-size: 12px; letter-spacing: .18em; color: #6b6258; }
.room__body { display: flex; flex-direction: column; gap: 18px; perspective: 700px; }
.room__name { font-weight: 200; font-size: clamp(52px, 7.4vw, 132px); line-height: .92; letter-spacing: -0.035em; transform-origin: left bottom; transition: transform .8s cubic-bezier(.2, .7, .2, 1); }
.room__name:hover { transform: translateZ(50px); }
.room__cta { display: flex; align-items: center; gap: 14px; font-size: 13px; letter-spacing: .16em; text-transform: uppercase; font-weight: 400; }
.room__cta span { width: 40px; height: 1px; background: #121211; }
.room__media { position: relative; overflow: hidden; min-height: 46vh; }
/* Zoom au survol sur un conteneur distinct : l'image elle-même est animée par GSAP. */
.room__zoom { position: absolute; inset: 0; transition: transform 1.4s cubic-bezier(.2, .7, .2, 1); }
.room__zoom:hover { transform: scale(1.04); }
.room__media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }

/* Sélection de réalisations */
.picks { padding: clamp(100px, 13vw, 190px) clamp(20px, 5vw, 80px); display: flex; flex-direction: column; gap: clamp(40px, 5vw, 72px); }
.picks__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr)); gap: clamp(28px, 3vw, 48px) clamp(20px, 2.4vw, 36px); align-items: start; }
@media (min-width: 1100px) {
	.picks__grid .card:nth-child(3n+2) { margin-top: 90px; }
	.picks__grid .card:nth-child(3n) { margin-top: 40px; }
}

/* Showroom de Conthey */
.showroom { background: #121211; color: #f7f5f1; padding: clamp(100px, 12vw, 180px) clamp(20px, 5vw, 80px); display: flex; flex-direction: column; gap: clamp(48px, 6vw, 88px); }
.showroom__head { display: flex; flex-direction: column; gap: 22px; }
.showroom__title { margin: 0; font-weight: 200; font-size: clamp(46px, 7.2vw, 128px); line-height: .96; letter-spacing: -0.03em; max-width: 1300px; }
.showroom__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 340px), 1fr)); gap: clamp(32px, 4vw, 64px); align-items: stretch; }
.showroom__photo { grid-column: span 2; position: relative; min-height: clamp(320px, 52vw, 680px); overflow: hidden; }
/* Correction de la maquette : sur une seule colonne, « span 2 » faisait déborder la photo à droite. */
@media (max-width: 790px) { .showroom__photo { grid-column: 1 / -1; } }
.showroom__photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.showroom__info { display: flex; flex-direction: column; justify-content: space-between; gap: 40px; }
.showroom__stats { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; border-top: 1px solid #3a3834; padding-top: 24px; }
.stat { display: flex; flex-direction: column; gap: 6px; }
.stat__num { font-weight: 200; font-size: clamp(52px, 5.4vw, 84px); line-height: 1; letter-spacing: -0.03em; }
.stat__label { font-size: 13px; letter-spacing: .14em; text-transform: uppercase; color: #b8afa3; }
.showroom__team { display: flex; flex-direction: column; gap: 18px; }
.person { display: flex; align-items: center; gap: 16px; }
.person__face { width: 64px; height: 64px; flex: none; border-radius: 50%; overflow: hidden; background: #3a3834; }
.person__id { display: flex; flex-direction: column; gap: 2px; }
.person__name { font-size: 18px; font-weight: 400; }
.person__role { font-size: 14px; color: #b8afa3; }
.showroom__facts { margin: 0; display: flex; flex-direction: column; gap: 16px; font-size: 15px; line-height: 1.55; }
.showroom__facts > div { display: grid; grid-template-columns: 96px 1fr; gap: 16px; border-top: 1px solid #3a3834; padding-top: 16px; }
.showroom__facts dt { font-size: 12px; letter-spacing: .16em; text-transform: uppercase; color: #b8afa3; padding-top: 3px; }
.showroom__facts dd { margin: 0; font-family: 'Cormorant Garamond', serif; font-size: 21px; line-height: 1.35; }
.showroom__actions { display: flex; gap: 14px; flex-wrap: wrap; }

/* Cinq étapes */
.steps { padding: clamp(100px, 13vw, 190px) clamp(20px, 5vw, 80px); display: flex; flex-direction: column; gap: clamp(48px, 6vw, 90px); }
.steps__wrap { position: relative; }
.steps__track { position: absolute; left: 0; right: 0; top: 0; height: 1px; background: #d9d1c5; }
.steps__bar { position: absolute; inset: 0; background: #121211; transform-origin: left; }
.js-motion .steps__bar { transform: scaleX(0); }
.steps__list { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 190px), 1fr)); gap: clamp(28px, 3vw, 44px); }
.step { display: flex; flex-direction: column; gap: 16px; padding-top: 28px; perspective: 600px; }
.step__num { font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: clamp(44px, 4vw, 64px); line-height: 1; color: #7d7368; }
.step__title { font-size: clamp(21px, 1.7vw, 26px); font-weight: 400; line-height: 1.2; transform-origin: left; transition: transform .7s cubic-bezier(.2, .7, .2, 1); }
.step__title:hover { transform: translateZ(36px); }
.step__text { font-size: 16px; line-height: 1.6; color: #3b3833; }

/* Carnet de tendances */
.carnet { background: #e8e1d5; padding: clamp(100px, 12vw, 180px) clamp(20px, 5vw, 80px); display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 340px), 1fr)); gap: clamp(48px, 7vw, 120px); align-items: center; }
.carnet__stage { display: flex; justify-content: center; perspective: 1200px; padding: 20px 0; }
.carnet__cover { position: relative; width: min(100%, 400px); aspect-ratio: 210 / 297; background: #0f0f0e; color: #fff; overflow: hidden; box-shadow: 30px 40px 80px -30px rgba(0, 0, 0, .55); transform-style: preserve-3d; will-change: transform; }
.carnet__cover svg { position: absolute; inset: 0; width: 100%; height: 100%; }
.carnet__cover-title { position: absolute; left: 8%; top: 7%; right: 8%; display: flex; flex-direction: column; gap: 12px; transform: translateZ(40px); }
.carnet__cover-title span { font-size: clamp(34px, 4vw, 50px); font-weight: 200; line-height: .95; letter-spacing: -0.02em; }
.carnet__cover-brand { position: absolute; left: 8%; bottom: 6%; font-size: 18px; font-weight: 300; transform: translateZ(30px); }
.carnet__content { display: flex; flex-direction: column; gap: clamp(26px, 3vw, 40px); max-width: 620px; }
.carnet__title { margin: 0; font-weight: 200; font-size: clamp(34px, 3.8vw, 62px); line-height: 1.08; letter-spacing: -0.02em; text-wrap: pretty; }
.carnet__form { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 220px), 1fr)); gap: 20px 28px; }

/* Avis Google */
.reviews { padding: clamp(100px, 12vw, 180px) clamp(20px, 5vw, 80px); display: flex; flex-direction: column; gap: clamp(40px, 5vw, 72px); }
.reviews__score { display: flex; align-items: baseline; gap: 20px; flex-wrap: wrap; }
.reviews__note { font-weight: 200; font-size: clamp(72px, 9vw, 150px); line-height: .9; letter-spacing: -0.04em; }
.reviews__meta { display: flex; flex-direction: column; gap: 6px; }
.reviews__stars { font-size: 22px; letter-spacing: .12em; color: #121211; }
.reviews__count { font-size: 13px; letter-spacing: .14em; text-transform: uppercase; color: #7d7368; }
.reviews__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr)); gap: clamp(28px, 3vw, 48px); }
.review { margin: 0; display: flex; flex-direction: column; justify-content: space-between; gap: 28px; padding-top: 28px; border-top: 1px solid #121211; }
.review blockquote { margin: 0; font-family: 'Cormorant Garamond', serif; font-size: clamp(23px, 1.9vw, 28px); line-height: 1.35; text-wrap: pretty; }
.review figcaption { display: flex; justify-content: space-between; gap: 12px; font-size: 14px; color: #5e574f; }
.review__name { color: #121211; font-weight: 400; }

/* ---------- Aménagement : héros ---------- */
.a-hero { position: relative; height: 100vh; min-height: 560px; background: #f7f5f1; overflow: hidden; color: #121211; }
.a-hero__clip { position: absolute; inset: 0; will-change: clip-path; }
.js-motion .a-hero__clip { clip-path: inset(15% 25% 15% 25%); }
@media (max-width: 1099.98px) { .js-motion .a-hero__clip { clip-path: inset(10% 6% 22% 6%); } }
.a-hero__img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transform-origin: 50% 50%; }
.a-hero__shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0, 0, 0, .42) 0%, rgba(0, 0, 0, .05) 30%, rgba(0, 0, 0, .05) 55%, rgba(0, 0, 0, .6) 100%); }
.a-hero__crumbs { position: absolute; top: clamp(92px, 11vw, 124px); left: clamp(18px, 3.4vw, 48px); display: flex; gap: 10px; font-size: 12px; letter-spacing: .16em; text-transform: uppercase; font-weight: 400; color: #fff; mix-blend-mode: difference; }
.a-hero__center { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; pointer-events: none; perspective: 900px; color: #fff; mix-blend-mode: difference; }
.a-hero__center > div { will-change: transform; }
.a-hero__title { margin: 0; padding: 0 16px; font-weight: 200; font-size: clamp(54px, 10.6vw, 190px); letter-spacing: -0.025em; line-height: .98; text-align: center; will-change: transform, opacity; }
.a-hero__bottom { position: absolute; left: clamp(18px, 3.4vw, 48px); right: clamp(18px, 3.4vw, 48px); bottom: clamp(96px, 8vw, 44px); display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
.a-hero__pills { display: flex; gap: 10px; flex-wrap: wrap; }
.pill { display: flex; align-items: center; height: 38px; padding: 0 18px; border: 1px solid rgba(18, 18, 17, .08); border-radius: 40px; background: rgba(247, 245, 241, .9); color: #121211; backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); font-size: 13px; letter-spacing: .12em; text-transform: uppercase; font-weight: 400; }
.a-hero__scroll { display: flex; align-items: center; gap: 12px; font-size: 12px; letter-spacing: .18em; text-transform: uppercase; font-weight: 400; color: #fff; mix-blend-mode: difference; }
.a-hero__scroll-line { display: block; width: 48px; height: 1px; background: #fff; }

/* Introduction */
.intro { position: relative; padding: clamp(96px, 16vw, 220px) clamp(20px, 6vw, 96px) clamp(80px, 12vw, 180px); display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr)); gap: clamp(40px, 6vw, 96px); align-items: end; }
.intro__eyebrow { grid-column: 1 / -1; }
.intro__text { grid-column: span 2; margin: 0; font-weight: 300; font-size: clamp(26px, 3.3vw, 54px); line-height: 1.22; letter-spacing: -0.012em; text-wrap: pretty; max-width: 1180px; }
.intro__media { aspect-ratio: 191 / 238; max-width: 340px; justify-self: end; width: 100%; }

/* Planche de matières */
.mat { position: relative; min-height: 100vh; background: #e8e1d5; display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 340px), 1fr)); align-items: center; gap: clamp(32px, 5vw, 80px); padding: clamp(80px, 9vw, 120px) clamp(20px, 6vw, 96px); box-sizing: border-box; overflow: hidden; }
.mat__legend-col { display: flex; flex-direction: column; gap: clamp(24px, 3vw, 40px); max-width: 460px; }
.mat__title { margin: 0; font-weight: 200; font-size: clamp(42px, 5.2vw, 84px); line-height: 1; letter-spacing: -0.02em; }
.mat__legend { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; border-top: 1px solid rgba(18, 18, 17, .18); }
.mat__leg { display: flex; gap: 20px; align-items: baseline; padding: 16px 0; border-bottom: 1px solid rgba(18, 18, 17, .18); cursor: default; perspective: 600px; }
.mat__leg-num { font-size: 12px; letter-spacing: .14em; color: #6b6258; width: 24px; }
.mat__leg-name { font-family: 'Cormorant Garamond', serif; font-size: clamp(22px, 2vw, 28px); color: #121211; transform-origin: left center; transition: transform .6s cubic-bezier(.2, .7, .2, 1), color .3s; }
.mat.has-active .mat__leg-name { color: #8a8076; }
.mat.has-active .mat__leg.is-active .mat__leg-name { color: #121211; transform: translateX(10px) translateZ(30px); }
.mat__stage { display: flex; justify-content: center; perspective: 1400px; padding: 20px 0; }
.mat__photo { position: relative; width: min(100%, 440px); aspect-ratio: 208 / 307; transform-style: preserve-3d; will-change: transform; }
.mat__clip { position: absolute; inset: 0; overflow: hidden; }
.mat__clip img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transform-origin: 50% 60%; }
.mat__dot { position: absolute; width: 44px; height: 44px; margin: -22px 0 0 -22px; padding: 0; border: 0; background: none; cursor: pointer; display: flex; align-items: center; justify-content: center; transform: translateZ(50px); }
.mat__dot span { display: flex; align-items: center; justify-content: center; width: 30px; height: 30px; border-radius: 50%; background: #f7f5f1; color: #121211; font-size: 11px; letter-spacing: .06em; box-shadow: 0 6px 18px rgba(0, 0, 0, .25); transform: scale(1); transition: transform .45s cubic-bezier(.2, .7, .2, 1), background .3s, color .3s; }
.mat__dot.is-active span { background: #121211; color: #f7f5f1; transform: scale(1.35); }

/* Galerie horizontale (bureau) et grille (mobile ou mouvement réduit) */
.gal { position: relative; height: 100vh; overflow: hidden; background: #f7f5f1; }
.gal__word { position: absolute; left: 0; bottom: -2vw; white-space: nowrap; font-weight: 200; font-size: 24vw; line-height: 1; letter-spacing: -0.04em; color: #ebe6dd; pointer-events: none; }
.gal__track { position: relative; display: flex; align-items: center; gap: 4.5vw; height: 100%; padding: 0 8vw; width: max-content; box-sizing: border-box; }
.gal__intro { display: flex; flex-direction: column; gap: 24px; width: 24vw; min-width: 260px; }
.gal__title { margin: 0; font-weight: 200; font-size: clamp(44px, 4.6vw, 80px); line-height: 1; letter-spacing: -0.02em; }
.gal__fig { margin: 0; display: flex; flex-direction: column; gap: 12px; align-self: center; }
.gal__fig figcaption { font-size: 12px; letter-spacing: .16em; color: #7d7368; }
.gal__frame { position: relative; overflow: hidden; }
.gal__frame img { position: absolute; top: 0; left: -8%; width: 116%; height: 100%; object-fit: cover; }
.gal__fig--1 .gal__frame { height: 64vh; aspect-ratio: 626 / 385; }
.gal__fig--2 { align-self: flex-start; margin-top: 8vh; }
.gal__fig--2 .gal__frame { height: 80vh; aspect-ratio: 626 / 768; }
.gal__fig--3 { align-self: flex-end; margin-bottom: 10vh; }
.gal__fig--3 .gal__frame { height: 46vh; aspect-ratio: 309 / 385; }
.gal__fig--4 { align-self: flex-start; margin-top: 12vh; }
.gal__fig--4 .gal__frame { height: 52vh; aspect-ratio: 625 / 385; }
.gal__fig--5 { align-self: flex-end; margin-bottom: 8vh; }
.gal__fig--5 .gal__frame { height: 40vh; aspect-ratio: 191 / 238; }
.gal__fig--6 { margin: 0 8vw 0 0; }
.gal__fig--6 .gal__frame { height: 70vh; aspect-ratio: 626 / 385; }

.gal-mobile { display: none; padding: 80px 20px; grid-template-columns: 1fr 1fr; gap: 12px; }
.gal-mobile__head { grid-column: 1 / -1; display: flex; flex-direction: column; gap: 18px; margin-bottom: 20px; }
.gal-mobile__title { margin: 0; font-weight: 200; font-size: 42px; line-height: 1.02; letter-spacing: -0.02em; }
.gal-mobile__item--1 { grid-column: 1 / -1; aspect-ratio: 626 / 385; }
.gal-mobile__item--2 { aspect-ratio: 3 / 4; }
.gal-mobile__item--3 { aspect-ratio: 3 / 4; margin-top: 40px; }
.gal-mobile__item--4 { grid-column: 1 / -1; aspect-ratio: 625 / 385; }
.gal-mobile__item--5 { aspect-ratio: 4 / 5; }
.gal-mobile__item--6 { aspect-ratio: 4 / 5; margin-top: -40px; }
@media (max-width: 1099.98px) {
	.gal-desktop { display: none; }
	.gal-mobile { display: grid; }
}

/* Fiche technique */
.tech { padding: clamp(90px, 12vw, 180px) clamp(20px, 6vw, 96px); display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 320px), 1fr)); gap: clamp(40px, 6vw, 96px); align-items: start; background: #f7f5f1; border-top: 1px solid #e3ddd3; }
.tech__head { display: flex; flex-direction: column; gap: 22px; }
.tech__title { margin: 0; font-family: 'Cormorant Garamond', serif; font-weight: 300; font-style: italic; font-size: clamp(44px, 5vw, 80px); line-height: 1; letter-spacing: -0.01em; }
.tech__list { grid-column: span 2; margin: 0; display: flex; flex-direction: column; perspective: 900px; }
.tech__row { position: relative; display: grid; grid-template-columns: minmax(120px, 220px) minmax(0, 1fr); gap: 24px; padding: clamp(22px, 2.6vw, 34px) 0; align-items: baseline; }
.tech__row:last-child { border-bottom: 1px solid #121211; }
.tech__line { position: absolute; left: 0; right: 0; top: 0; height: 1px; background: #121211; transform-origin: left; }
.tech__row dt { font-size: 12px; letter-spacing: .18em; text-transform: uppercase; font-weight: 400; color: #7d7368; }
.tech__row dd { margin: 0; font-family: 'Cormorant Garamond', serif; font-size: clamp(28px, 3vw, 46px); line-height: 1.1; transform-origin: left center; transition: transform .7s cubic-bezier(.2, .7, .2, 1); cursor: default; }
.tech__row dd:hover { transform: translate3d(14px, 0, 60px); }
.tech__row dd span { display: block; } /* animé par GSAP, le dd garde l'effet de survol */
/* Correction de la maquette : sur mobile, la valeur était écrasée dans une colonne de 100 px. */
@media (max-width: 599.98px) { .tech__row { grid-template-columns: minmax(0, 1fr); gap: 10px; } }
/* Même correction que la photo du showroom : « span 2 » sur une seule colonne déborde. */
@media (max-width: 599.98px) { .intro__text, .tech__list { grid-column: 1 / -1; } }

/* Le mot du concepteur */
.quote { position: relative; background: #121211; color: #f7f5f1; padding: clamp(110px, 16vw, 240px) clamp(20px, 7vw, 120px); overflow: hidden; perspective: 1400px; }
.quote__tilt { position: relative; max-width: 1240px; margin: 0 auto; transform-style: preserve-3d; will-change: transform; }
.quote__mark { position: absolute; left: -0.1em; top: -0.42em; font-family: 'Cormorant Garamond', serif; font-size: clamp(180px, 24vw, 380px); line-height: 1; color: #2a2926; transform: translateZ(-80px); pointer-events: none; }
.quote__eyebrow { position: relative; margin-bottom: clamp(28px, 4vw, 56px); }
.quote__text { position: relative; margin: 0; font-family: 'Cormorant Garamond', serif; font-weight: 300; font-style: italic; font-size: clamp(32px, 4.4vw, 74px); line-height: 1.14; letter-spacing: -0.005em; text-wrap: pretty; transform: translateZ(40px); }
.quote__author { position: relative; margin: clamp(32px, 4vw, 56px) 0 0; font-size: 15px; letter-spacing: .16em; text-transform: uppercase; font-weight: 400; color: #f7f5f1; }
.quote__author span { color: #b8afa3; }

/* La gamme utilisée */
.range { padding: clamp(90px, 12vw, 180px) clamp(20px, 6vw, 96px); display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 360px), 1fr)); gap: clamp(40px, 6vw, 96px); align-items: center; }
.range__col { display: flex; flex-direction: column; gap: clamp(22px, 3vw, 36px); }
.range__title { margin: 0; font-weight: 200; font-size: clamp(84px, 13vw, 220px); line-height: .86; letter-spacing: -0.045em; }
/* Effet de survol sur le span : le h2 est animé par GSAP (les deux transformations ne doivent pas se croiser). */
.range__title span { display: inline-block; transition: transform .8s cubic-bezier(.2, .7, .2, 1); transform-origin: left bottom; }
.range__title span:hover { transform: perspective(700px) translateZ(50px); }
.range__text { margin: 0; font-size: clamp(17px, 1.3vw, 19px); line-height: 1.6; max-width: 460px; color: #3b3833; }
.range__swatches { display: grid; grid-template-columns: repeat(auto-fill, minmax(76px, 1fr)); gap: 18px 12px; max-width: 520px; }
.swatch { display: flex; flex-direction: column; align-items: center; gap: 10px; background: none; border: 0; padding: 0; cursor: pointer; color: #121211; }
.swatch__ring { display: block; width: 60px; height: 60px; border-radius: 50%; padding: 4px; border: 1px solid rgba(0, 0, 0, 0); transition: border-color .3s, transform .4s; box-sizing: content-box; }
.swatch__ring:hover { transform: scale(1.12); }
.swatch.is-active .swatch__ring { border-color: #121211; }
.swatch__chip { display: block; width: 60px; height: 60px; border-radius: 50%; background-size: cover; background-position: center; box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .08); }
.swatch__name { font-size: 12px; line-height: 1.3; text-align: center; }
.range__panel { position: relative; aspect-ratio: 4 / 5; max-height: 78vh; width: 100%; transition: background-color .6s ease; overflow: hidden; }
.range__panel-img { position: absolute; inset: 0; background-size: cover; background-position: center; transition: opacity .5s; }
.range__panel-foot { position: absolute; left: 0; right: 0; bottom: 0; padding: 22px 24px; display: flex; justify-content: space-between; gap: 12px; background: #f7f5f1; border-top: 1px solid #e3ddd3; }
.range__panel-name { font-family: 'Cormorant Garamond', serif; font-size: 26px; }
.range__panel-kind { font-size: 12px; letter-spacing: .16em; text-transform: uppercase; color: #7d7368; align-self: center; }

/* Séquence cinématique (version animée, ou version statique si mouvement réduit) */
.cine { position: relative; height: 620vh; background: #0b0b0a; color: #f7f5f1; }
.cine__sticky { position: sticky; top: 0; height: 100vh; overflow: hidden; }
.cine__bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .14; filter: grayscale(1); }
.cine__vignette { position: absolute; inset: 0; background: radial-gradient(70% 70% at 50% 50%, rgba(11, 11, 10, .2), #0b0b0a 90%); }
.cine__phrases { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; padding: 0 24px; text-align: center; perspective: 1000px; }
.cine__phrase { position: absolute; margin: 0; max-width: 1300px; font-weight: 200; font-size: clamp(36px, 6.4vw, 112px); line-height: 1.04; letter-spacing: -0.025em; text-wrap: balance; opacity: 0; }
.cine__phrase:first-child { opacity: 1; }
.cine__cta:focus-within { opacity: 1 !important; } /* bouton atteint au clavier avant la fin de la séquence */
.cine__phrase--serif { font-family: 'Cormorant Garamond', serif; font-style: italic; font-weight: 300; font-size: clamp(44px, 7.4vw, 128px); letter-spacing: -0.01em; }
.cine__cta { position: absolute; left: 0; right: 0; bottom: clamp(120px, 17vh, 190px); display: flex; justify-content: center; opacity: 0; }
.cine__progress { position: absolute; left: clamp(20px, 3.4vw, 48px); right: clamp(20px, 3.4vw, 48px); bottom: clamp(90px, 5vw, 36px); display: flex; align-items: center; gap: 18px; font-size: 12px; letter-spacing: .16em; color: #b8afa3; }
.cine__track { position: relative; flex: 1; height: 1px; background: #2e2d2a; }
.cine__bar { position: absolute; inset: 0; background: #f7f5f1; transform: scaleX(0); transform-origin: left; }

.cine-static { display: none; background: #0b0b0a; color: #f7f5f1; padding: 120px 24px; flex-direction: column; align-items: center; gap: 28px; text-align: center; }
.cine-static p { margin: 0; font-weight: 200; font-size: clamp(30px, 4.4vw, 64px); line-height: 1.1; }
.cine-static .cine-static__serif { font-family: 'Cormorant Garamond', serif; font-style: italic; font-weight: 300; font-size: clamp(36px, 5.4vw, 80px); }
.cine-static .btn--cine { margin-top: 24px; }

/* Sans animations (mouvement réduit ou GSAP absent, donc pas de .js-motion) : versions statiques. */
html:not(.js-motion) .gal-desktop, html:not(.js-motion) .cine { display: none; }
html:not(.js-motion) .gal-mobile { display: grid; }
html:not(.js-motion) .cine-static { display: flex; }

/* Aménagements similaires */
.similar { padding: clamp(90px, 11vw, 160px) clamp(20px, 6vw, 96px); display: flex; flex-direction: column; gap: clamp(36px, 4vw, 56px); }
.similar__head { display: flex; justify-content: space-between; align-items: flex-end; gap: 24px; flex-wrap: wrap; }
.similar__title { margin: 0; font-weight: 200; font-size: clamp(40px, 4.8vw, 78px); line-height: 1; letter-spacing: -0.02em; }
.similar__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr)); gap: clamp(20px, 2.4vw, 36px); }

/* Gabarit de repli */
.page-fallback { padding: 160px var(--px) 120px; }
.page-fallback__content { max-width: 720px; margin-top: 40px; font-size: 17px; line-height: 1.6; }

/* ---------- Pied de page ---------- */
.site-footer { background: #121211; color: #f7f5f1; padding: clamp(72px, 9vw, 120px) var(--px) clamp(110px, 8vw, 40px); display: flex; flex-direction: column; gap: clamp(56px, 7vw, 96px); }
.site-footer__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 240px), 1fr)); gap: 48px; }
.site-footer__brand { display: flex; flex-direction: column; gap: 22px; grid-column: span 2; }
/* Correction de la maquette : sur mobile, la colonne « Liens » sortait de l'écran. */
@media (max-width: 599.98px) {
	.site-footer__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.site-footer__brand { grid-column: 1 / -1; }
}
.site-footer__logo { font-size: clamp(48px, 6vw, 96px); font-weight: 200; line-height: .9; letter-spacing: -0.03em; }
.site-footer__tagline { font-size: 15px; color: #b8afa3; letter-spacing: .04em; }
.site-footer__col { display: flex; flex-direction: column; gap: 12px; font-size: 15px; }
.site-footer__col--contact { line-height: 1.6; }
.site-footer__title { font-size: 12px; letter-spacing: .18em; text-transform: uppercase; color: #b8afa3; margin-bottom: 6px; }
.site-footer .is-muted { color: #b8afa3; }
.site-footer__bottom { display: flex; justify-content: space-between; gap: 18px; flex-wrap: wrap; padding-top: 28px; border-top: 1px solid #2e2d2a; font-size: 13px; color: #b8afa3; }
.site-footer__legal { display: flex; gap: 24px; flex-wrap: wrap; }

/* ---------- Rappel, bulle de contact, barre mobile ---------- */
.callback { position: fixed; z-index: 75; right: clamp(12px, 2vw, 28px); left: auto; bottom: 100px; width: 360px; background: #f7f5f1; color: #121211; box-shadow: 0 30px 80px -20px rgba(0, 0, 0, .35); padding: 26px; box-sizing: border-box; display: flex; flex-direction: column; gap: 18px; }
@media (max-width: 1099.98px) { .callback { left: 12px; bottom: 80px; width: auto; } }
.callback__head { display: flex; justify-content: space-between; align-items: flex-start; gap: 12px; }
.callback__intro { display: flex; flex-direction: column; gap: 6px; }
.callback__title { font-size: 26px; font-weight: 300; line-height: 1.1; }
.callback__text { font-size: 14px; color: #5e574f; line-height: 1.5; }
.callback__form { display: flex; flex-direction: column; gap: 12px; }

.face-placeholder { display: block; background: #3f3e3a; }
.bubble { position: fixed; z-index: 70; right: 28px; bottom: 28px; display: flex; align-items: center; background: #121211; color: #f7f5f1; border-radius: 60px; padding: 6px; box-shadow: 0 18px 50px -14px rgba(0, 0, 0, .45); }
.bubble__face { width: 52px; height: 52px; border-radius: 50%; overflow: hidden; flex: none; }
.bubble__btn { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 2px; background: none; border: 0; color: #f7f5f1; padding: 0 22px 0 14px; height: 52px; cursor: pointer; }
.bubble__title { font-size: 15px; font-weight: 400; }
.bubble__sub { font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: #b8afa3; }
.mobile-bar { position: fixed; z-index: 70; left: 12px; right: 12px; bottom: 12px; display: flex; gap: 8px; }
.mobile-bar__cta, .mobile-bar__cta:hover { flex: 1; display: flex; align-items: center; justify-content: center; height: 56px; background: #121211; color: #f7f5f1; font-size: 13px; letter-spacing: .14em; text-transform: uppercase; font-weight: 500; box-shadow: 0 14px 40px -12px rgba(0, 0, 0, .4); }
.mobile-bar__face { position: relative; flex: none; width: 56px; height: 56px; border-radius: 50%; border: 2px solid #f7f5f1; padding: 0; overflow: hidden; background: #3a3834; box-shadow: 0 14px 40px -12px rgba(0, 0, 0, .4); cursor: pointer; }
.mobile-bar__face .face-placeholder { position: absolute; inset: 0; pointer-events: none; }

/* ---------- Fenêtre « maquette de démo » ---------- */
.demo-dialog { width: min(100% - 32px, 520px); max-width: none; padding: 0; border: 0; background: #f7f5f1; color: #121211; box-shadow: 0 40px 100px -30px rgba(0, 0, 0, .5); font-family: 'Jost', Helvetica, sans-serif; font-weight: 300; }
.demo-dialog::backdrop { background: rgba(18, 18, 17, .55); backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px); }
.demo-dialog[open] { animation: nb-dialog-in .5s cubic-bezier(.2, .7, .2, 1); }
@keyframes nb-dialog-in { from { opacity: 0; transform: translateY(24px); } }
.demo-dialog__inner { position: relative; display: flex; flex-direction: column; gap: 22px; padding: clamp(28px, 5vw, 44px); }
.demo-dialog__close { position: absolute; top: 16px; right: 16px; }
.demo-dialog__title { margin: 0; padding-right: 48px; font-weight: 200; font-size: clamp(34px, 4vw, 48px); line-height: 1; letter-spacing: -0.02em; }
.demo-dialog__text { margin: 0; font-size: 16px; line-height: 1.6; color: #3b3833; }
@media (prefers-reduced-motion: reduce) { .demo-dialog[open] { animation: none; } }
