/* ═══════════════════════════════════════════════════════
   L'ATELIER M. — Feuille de styles partagée
   ═══════════════════════════════════════════════════════ */

@font-face {
  font-family: 'Sugar Brown';
  src: url('../../fonts/brown-sugar.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* ─── VARIABLES ──────────────────────────────────────── */
:root {
  --cream: #F7F5F0;
  --warm-white: #FAFAF8;
  --ink: #1A1A18;
  --ink-soft: #2E2E2C;
  --ash: #6B6A66;
  --stone: #C8C5BE;
  --mist: #E8E5DF;
  --accent: #9B8E7A;
  --accent-light: #D4CCB8;
  --gold: #B5A48A;
  --font-serif: 'Cormorant Garamond', Georgia, serif;
  --font-sans: 'Instrument Sans', 'Helvetica Neue', Arial, sans-serif;
  --font-brand: 'Sugar Brown', 'Cormorant Garamond', Georgia, serif;
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-in-out: cubic-bezier(0.45, 0, 0.55, 1);
  --max-w: 1280px;
}

/* ─── RESET ──────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html {
  font-size: 16px;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body {
  background: var(--warm-white);
  color: var(--ink);
  font-family: var(--font-sans);
  font-weight: 300;
  overflow-x: hidden;
}

img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
ul { list-style: none; }
button { font-family: inherit; }

/* ─── SKIP LINK ─────────────────────────────────────── */
.skip-link {
  position: absolute;
  top: -100%; left: 1rem;
  background: var(--ink);
  color: var(--warm-white);
  padding: 0.75rem 1.5rem;
  font-size: 0.85rem;
  z-index: 10000;
  text-decoration: none;
}
.skip-link:focus { top: 1rem; }

/* ─── FOCUS ─────────────────────────────────────────── */
:focus-visible {
  outline: 2px solid var(--ink);
  outline-offset: 3px;
}

/* ─── CURSOR ─────────────────────────────────────────── */
@media (hover: hover) and (pointer: fine) {
  .cursor {
    position: fixed;
    width: 8px; height: 8px;
    background: var(--ink);
    border-radius: 50%;
    pointer-events: none;
    z-index: 9999;
    transform: translate(-50%, -50%);
    transition: width 0.3s var(--ease-out), height 0.3s var(--ease-out), background 0.3s;
    mix-blend-mode: multiply;
    will-change: left, top;
  }
  .cursor.hover { width: 40px; height: 40px; background: rgba(26,26,24,0.08); }
}

/* ─── NAV ────────────────────────────────────────────── */
.site-nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  padding: 1.5rem 4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: padding 0.5s var(--ease-out), background 0.5s;
}
.site-nav.scrolled {
  padding: 1rem 4rem;
  background: rgba(250,250,248,0.92);
  backdrop-filter: blur(12px);
  border-bottom: 0.5px solid var(--mist);
}

.nav-logo {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: var(--ink);
}
.brand-symbol { height: 80px; width: auto; display: block; }
.brand-symbol-white { height: 80px; width: auto; display: block; }

.nav-links {
  display: flex;
  gap: 3rem;
  list-style: none;
}
.nav-links a {
  font-family: var(--font-sans);
  font-size: 0.72rem;
  font-weight: 400;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink);
  text-decoration: none;
  opacity: 0.55;
  transition: opacity 0.3s;
  position: relative;
}
.nav-links a::after {
  content: '';
  position: absolute;
  bottom: -3px; left: 0;
  width: 0; height: 0.5px;
  background: var(--ink);
  transition: width 0.4s var(--ease-out);
}
.nav-links a:hover,
.nav-links a.active { opacity: 1; }
.nav-links a:hover::after,
.nav-links a.active::after { width: 100%; }

/* ─── CONTAINER ─────────────────────────────────────── */
.container {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 0 4rem;
}

/* ─── SECTION COMMUNE ───────────────────────────────── */
section { padding: 9rem 0; position: relative; }
.section-label {
  font-size: 0.68rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--stone);
  margin-bottom: 0.75rem;
  display: block;
}
.section-number {
  font-family: var(--font-serif);
  font-size: 0.85rem;
  font-style: italic;
  color: var(--stone);
  margin-bottom: 0.4rem;
  display: block;
}

/* ─── INNER PAGE HERO ───────────────────────────────── */
.page-hero {
  padding-top: 12rem;
  padding-bottom: 7rem;
  background: var(--cream);
  position: relative;
  overflow: hidden;
}
.page-hero-inner {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 0 4rem;
}
.page-hero-label {
  font-size: 0.68rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--stone);
  margin-bottom: 1.5rem;
  display: block;
  opacity: 0;
  transform: translateY(12px);
  animation: fadeUp 0.8s var(--ease-out) 0.1s forwards;
}
.page-hero-title {
  font-family: var(--font-serif);
  font-size: clamp(3rem, 5.5vw, 6rem);
  font-weight: 300;
  line-height: 1.02;
  letter-spacing: -0.02em;
  color: var(--ink);
  margin-bottom: 2.5rem;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeUp 1s var(--ease-out) 0.2s forwards;
}
.page-hero-title em { font-style: italic; color: var(--accent); }
.page-hero-lead {
  font-family: var(--font-serif);
  font-size: 1.2rem;
  font-weight: 300;
  font-style: italic;
  line-height: 1.7;
  color: var(--ash);
  max-width: 38rem;
  opacity: 0;
  transform: translateY(12px);
  animation: fadeUp 0.9s var(--ease-out) 0.4s forwards;
}
.page-hero-line {
  position: absolute;
  bottom: 0; left: 4rem;
  width: 0.5px;
  height: 80px;
  background: linear-gradient(to bottom, transparent, var(--stone));
}

/* ─── BUTTONS ────────────────────────────────────────── */
.btn-primary {
  font-family: var(--font-sans);
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--warm-white);
  background: var(--ink);
  text-decoration: none;
  padding: 1.1rem 2.8rem;
  display: inline-block;
  transition: background 0.3s;
  border: none;
  cursor: pointer;
  min-height: 44px;
  line-height: 1;
}
.btn-primary:hover { background: var(--ink-soft); }

.btn-ghost {
  font-family: var(--font-sans);
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ash);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  transition: color 0.3s;
  background: none;
  border: none;
  cursor: pointer;
  min-height: 44px;
}
.btn-ghost:hover { color: var(--ink); }
.btn-ghost-arrow {
  width: 32px; height: 0.5px;
  background: currentColor;
  position: relative;
  flex-shrink: 0;
  transition: width 0.4s var(--ease-out);
}
.btn-ghost:hover .btn-ghost-arrow { width: 48px; }
.btn-ghost-arrow::after {
  content: '';
  position: absolute;
  right: 0; top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 6px; height: 6px;
  border-top: 0.5px solid currentColor;
  border-right: 0.5px solid currentColor;
}

.btn-outline {
  font-family: var(--font-sans);
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink);
  background: none;
  border: 0.5px solid var(--ink);
  text-decoration: none;
  padding: 1rem 2.4rem;
  display: inline-block;
  transition: background 0.3s, color 0.3s;
  cursor: pointer;
  min-height: 44px;
  line-height: 1;
}
.btn-outline:hover { background: var(--ink); color: var(--warm-white); }

/* ─── FORMS ─────────────────────────────────────────── */
.form-group { margin-bottom: 2.5rem; }
.form-label {
  display: block;
  font-size: 0.68rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--stone);
  margin-bottom: 0.75rem;
}
.form-input, .form-textarea, .form-select {
  width: 100%;
  background: none;
  border: none;
  border-bottom: 0.5px solid var(--stone);
  padding: 0.75rem 0;
  font-family: var(--font-sans);
  font-size: 1rem;
  font-weight: 300;
  color: var(--ink);
  outline: none;
  transition: border-color 0.3s;
  appearance: none;
  -webkit-appearance: none;
}
.form-textarea { resize: none; height: 120px; }
.form-input:focus, .form-textarea:focus, .form-select:focus { border-color: var(--ink); }
.form-input::placeholder, .form-textarea::placeholder { color: var(--stone); }
.form-select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='7'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23C8C5BE' stroke-width='0.8' fill='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0 center;
  cursor: pointer;
}
.form-select option { background: var(--warm-white); }
.form-submit {
  font-family: var(--font-sans);
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--warm-white);
  background: var(--ink);
  border: none;
  padding: 1.2rem 3.5rem;
  cursor: pointer;
  transition: background 0.3s;
  margin-top: 1rem;
  display: block;
  min-height: 44px;
}
.form-submit:hover { background: var(--ink-soft); }

/* ─── LIGHTBOX ───────────────────────────────────────── */
.lightbox {
  position: fixed;
  inset: 0;
  z-index: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s var(--ease-out);
}
.lightbox.open { opacity: 1; pointer-events: all; }
.lightbox-bg {
  position: absolute;
  inset: 0;
  background: rgba(26,26,24,0.96);
}
.lightbox-close {
  position: fixed;
  top: 2rem; right: 2.5rem;
  background: none;
  border: 0.5px solid rgba(232,229,223,0.3);
  color: var(--cream);
  cursor: pointer;
  padding: 0.75rem 1.25rem;
  font-family: var(--font-sans);
  font-size: 0.68rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  z-index: 2;
  transition: border-color 0.3s;
  min-height: 44px;
}
.lightbox-close:hover { border-color: var(--cream); }
.lightbox-content {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 4rem;
  align-items: center;
  max-width: 92vw;
  padding: 2rem;
  transform: translateY(24px);
  transition: transform 0.5s var(--ease-out);
}
.lightbox.open .lightbox-content { transform: translateY(0); }
.lightbox-visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lightbox-img {
  max-height: 78vh;
  max-width: 100%;
  display: block;
  object-fit: contain;
}
.lightbox-img-canvas { max-height: 78vh; max-width: 100%; display: block; }
.lightbox-nav {
  position: absolute;
  top: 50%; transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  width: calc(100% + 5rem);
  left: -2.5rem;
  pointer-events: none;
}
.lightbox-arrow {
  width: 44px; height: 44px;
  background: rgba(250,250,248,0.1);
  border: 0.5px solid rgba(232,229,223,0.2);
  color: var(--cream);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  transition: background 0.3s;
  pointer-events: all;
}
.lightbox-arrow:hover { background: rgba(250,250,248,0.18); }
.lightbox-dots {
  display: flex;
  gap: 0.5rem;
  justify-content: center;
  margin-top: 1.5rem;
}
.lightbox-dot {
  width: 5px; height: 5px;
  border-radius: 50%;
  background: rgba(232,229,223,0.3);
  cursor: pointer;
  transition: background 0.3s;
}
.lightbox-dot.active { background: var(--cream); }
.lightbox-info { color: var(--cream); }
.lightbox-info-title {
  font-family: var(--font-serif);
  font-size: 2rem;
  font-weight: 300;
  font-style: italic;
  margin-bottom: 0.4rem;
  line-height: 1.1;
}
.lightbox-info-meta {
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(232,229,223,0.45);
  margin-bottom: 0.75rem;
}
.lightbox-info-status {
  display: inline-block;
  font-size: 0.65rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  padding: 0.3rem 0.9rem;
  margin-bottom: 1.75rem;
}
.lightbox-info-status.available {
  background: rgba(181,164,138,0.15);
  border: 0.5px solid var(--gold);
  color: var(--gold);
}
.lightbox-info-status.sold {
  background: rgba(232,229,223,0.06);
  border: 0.5px solid rgba(232,229,223,0.25);
  color: rgba(232,229,223,0.4);
}
.lightbox-info-desc {
  font-size: 0.9rem;
  line-height: 1.8;
  color: rgba(232,229,223,0.65);
  border-top: 0.5px solid rgba(232,229,223,0.12);
  padding-top: 1.5rem;
  margin-bottom: 2rem;
}
.lightbox-info-cta {
  font-family: var(--font-sans);
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--warm-white);
  background: var(--ink);
  border: none;
  text-decoration: none;
  padding: 0.9rem 2rem;
  display: inline-block;
  transition: background 0.3s;
}
.lightbox-info-cta:hover { background: #333; }

/* ─── FOOTER ─────────────────────────────────────────── */
.site-footer {
  background: var(--ink);
  padding: 5rem 4rem 3rem;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 4rem;
  max-width: var(--max-w);
  margin: 0 auto;
  padding-bottom: 4rem;
  border-bottom: 0.5px solid rgba(232,229,223,0.1);
}
.footer-brand-logo {
  text-decoration: none;
  display: inline-block;
  margin-bottom: 1.5rem;
}
.footer-brand-tagline {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 0.9rem;
  color: rgba(232,229,223,0.45);
  line-height: 1.6;
  max-width: 20rem;
  margin-bottom: 2rem;
}
.footer-socials { display: flex; gap: 1.5rem; }
.footer-social {
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(232,229,223,0.45);
  text-decoration: none;
  transition: color 0.3s;
}
.footer-social:hover { color: var(--cream); }

.footer-col-title {
  font-size: 0.65rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(232,229,223,0.3);
  margin-bottom: 1.75rem;
}
.footer-nav { display: flex; flex-direction: column; gap: 1rem; }
.footer-nav a {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 1rem;
  color: rgba(232,229,223,0.6);
  text-decoration: none;
  transition: color 0.3s;
}
.footer-nav a:hover { color: var(--cream); }

.footer-contact { display: flex; flex-direction: column; gap: 1rem; }
.footer-contact a,
.footer-contact span {
  font-size: 0.82rem;
  color: rgba(232,229,223,0.55);
  text-decoration: none;
  transition: color 0.3s;
  line-height: 1.5;
}
.footer-contact a:hover { color: var(--cream); }
.footer-contact-label {
  font-size: 0.62rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(232,229,223,0.28);
  display: block;
  margin-bottom: 0.2rem;
}

.footer-bottom {
  max-width: var(--max-w);
  margin: 0 auto;
  padding-top: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer-copy {
  font-size: 0.68rem;
  letter-spacing: 0.1em;
  color: rgba(232,229,223,0.25);
}

/* ─── ANIMATIONS ─────────────────────────────────────── */
@keyframes fadeUp {
  to { opacity: 1; transform: translateY(0); }
}
@keyframes scrollDown {
  0% { top: -100%; }
  100% { top: 100%; }
}
@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.9s var(--ease-out), transform 0.9s var(--ease-out);
}
.reveal.visible { opacity: 1; transform: translateY(0); }
.reveal-delay-1 { transition-delay: 0.12s; }
.reveal-delay-2 { transition-delay: 0.24s; }
.reveal-delay-3 { transition-delay: 0.36s; }
.reveal-delay-4 { transition-delay: 0.48s; }

@media (prefers-reduced-motion: reduce) {
  .reveal, .page-hero-label, .page-hero-title, .page-hero-lead { opacity: 1 !important; transform: none !important; animation: none !important; transition: none !important; }
}

/* ═══ INDEX — HERO ════════════════════════════════════ */
#home {
  height: 100vh;
  min-height: 700px;
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
}
.hero-left {
  position: relative;
  background: var(--cream);
}
.hero-painting {
  position: absolute; inset: 0; overflow: hidden;
}
.hero-painting canvas { width: 100%; height: 100%; display: block; }
.hero-right {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10rem 5rem 5rem;
  background: var(--warm-white);
}
.hero-brand {
  font-family: var(--font-brand);
  font-size: clamp(2rem, 3.5vw, 4rem);
  font-weight: 400;
  letter-spacing: 0.01em;
  color: var(--ink);
  margin-bottom: 2rem;
  opacity: 0;
  transform: translateY(18px);
  animation: fadeUp 0.9s var(--ease-out) 0.2s forwards;
}
.hero-overline {
  font-size: 0.68rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--ash);
  margin-bottom: 2.5rem;
  opacity: 0;
  transform: translateY(16px);
  animation: fadeUp 0.9s var(--ease-out) 0.35s forwards;
}
.hero-title {
  font-family: var(--font-serif);
  font-size: clamp(3.2rem, 5.5vw, 6.2rem);
  font-weight: 300;
  line-height: 1.0;
  letter-spacing: -0.02em;
  color: var(--ink);
  opacity: 0;
  transform: translateY(24px);
  animation: fadeUp 1s var(--ease-out) 0.5s forwards;
}
.hero-title em { font-style: italic; color: var(--accent); }
.hero-manifesto {
  margin-top: 3rem;
  font-family: var(--font-serif);
  font-size: 1.15rem;
  font-weight: 300;
  font-style: italic;
  line-height: 1.65;
  color: var(--ash);
  max-width: 28rem;
  opacity: 0;
  transform: translateY(16px);
  animation: fadeUp 0.9s var(--ease-out) 0.75s forwards;
}
.hero-cta {
  margin-top: 4rem;
  opacity: 0;
  animation: fadeUp 0.9s var(--ease-out) 1s forwards;
}

/* ═══ INDEX — ABOUT TEASER ════════════════════════════ */
#about-teaser { background: var(--cream); }
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 7rem;
  align-items: center;
}
.about-visual {
  position: relative;
  height: 580px;
}
.about-visual canvas { width: 100%; height: 100%; display: block; }
.about-content { padding-top: 1rem; }
.about-title {
  font-family: var(--font-serif);
  font-size: clamp(2.4rem, 3.8vw, 4.2rem);
  font-weight: 300;
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin-bottom: 2.5rem;
}
.about-title em { font-style: italic; color: var(--accent); }
.about-body {
  font-size: 1rem;
  line-height: 1.9;
  color: var(--ash);
  margin-bottom: 1.5rem;
}
.about-cta { margin-top: 3rem; }

/* ═══ INDEX — UNIVERS TEASER ══════════════════════════ */
#univers-teaser {
  background: var(--ink);
  color: var(--cream);
  overflow: hidden;
}
.univers-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 7rem;
  align-items: center;
}
.univers-content { order: 1; }
.univers-visual { order: 2; position: relative; height: 560px; }
.univers-visual canvas { width: 100%; height: 100%; display: block; }
#univers-teaser .section-label { color: var(--gold); }
.univers-title {
  font-family: var(--font-serif);
  font-size: clamp(2.4rem, 3.8vw, 4.8rem);
  font-weight: 300;
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: var(--cream);
  margin-bottom: 2.5rem;
}
.univers-title em { font-style: italic; color: var(--gold); }
.univers-body {
  font-size: 1rem;
  line-height: 1.9;
  color: rgba(232,229,223,0.65);
  margin-bottom: 1.5rem;
}
.univers-cta { margin-top: 3rem; }
.btn-primary-light {
  font-family: var(--font-sans);
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink);
  background: var(--cream);
  text-decoration: none;
  padding: 1.1rem 2.8rem;
  display: inline-block;
  transition: background 0.3s, color 0.3s;
  min-height: 44px;
}
.btn-primary-light:hover { background: var(--accent-light); }

/* ═══ INDEX — RÉALISATIONS PREVIEW ═══════════════════ */
#realisations-preview { background: var(--warm-white); }
.preview-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 4rem;
  gap: 3rem;
}
.preview-header-left {}
.preview-title {
  font-family: var(--font-serif);
  font-size: clamp(2rem, 3.5vw, 3.8rem);
  font-weight: 300;
  letter-spacing: -0.02em;
  margin-bottom: 1.25rem;
}
.preview-lead {
  font-size: 1rem;
  line-height: 1.75;
  color: var(--ash);
  max-width: 36rem;
}
.preview-strip {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.25rem;
  margin-bottom: 4rem;
}
.preview-swatch {
  aspect-ratio: 3/4;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.preview-swatch canvas { width: 100%; height: 100%; display: block; transition: transform 0.6s var(--ease-out); }
.preview-swatch:hover canvas { transform: scale(1.04); }
.preview-cta { text-align: center; }

/* ═══ INDEX — CONTACT CTA ════════════════════════════ */
#contact-cta {
  background: var(--cream);
  text-align: center;
}
.contact-cta-inner { max-width: 680px; margin: 0 auto; }
.contact-cta-title {
  font-family: var(--font-serif);
  font-size: clamp(2.4rem, 4vw, 4.5rem);
  font-weight: 300;
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin-bottom: 2rem;
}
.contact-cta-title em { font-style: italic; color: var(--accent); }
.contact-cta-lead {
  font-size: 1.05rem;
  line-height: 1.85;
  color: var(--ash);
  font-family: var(--font-serif);
  font-style: italic;
  margin-bottom: 3.5rem;
}

/* ═══ ARTISTE PAGE ════════════════════════════════════ */
.artiste-bio-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 7rem;
  align-items: start;
}
.artiste-bio-visual {
  position: relative;
  background: var(--mist);
  overflow: hidden;
}
.artiste-photo {
  width: 100%;
  height: 560px;
  object-fit: cover;
  display: block;
}
.artiste-photo-fallback {
  width: 100%;
  height: 560px;
  display: block;
}
.artiste-bio-content { padding-top: 0.5rem; }
.artiste-bio-title {
  font-family: var(--font-serif);
  font-size: clamp(2rem, 3.5vw, 3.8rem);
  font-weight: 300;
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin-bottom: 2.5rem;
}
.artiste-bio-title em { font-style: italic; color: var(--accent); }
.artiste-bio-body {
  font-size: 1rem;
  line-height: 1.9;
  color: var(--ash);
  margin-bottom: 1.5rem;
}
.artiste-bio-body strong { color: var(--ink-soft); font-weight: 400; }

.artiste-citation-section {
  background: var(--ink);
  padding: 8rem 0;
}
.artiste-citation {
  max-width: 860px;
  margin: 0 auto;
  text-align: center;
  padding: 0 4rem;
}
.artiste-citation blockquote {
  font-family: var(--font-serif);
  font-size: clamp(1.6rem, 3.5vw, 2.8rem);
  font-weight: 300;
  font-style: italic;
  line-height: 1.45;
  color: var(--cream);
  margin-bottom: 2rem;
}
.artiste-citation cite {
  font-family: var(--font-sans);
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(232,229,223,0.4);
  font-style: normal;
}

.artiste-stats-section { background: var(--cream); }
.artiste-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 0.5px solid var(--mist);
}
.stat-item {
  padding: 3rem 3rem 3rem 0;
  border-right: 0.5px solid var(--mist);
}
.stat-item:first-child { padding-left: 0; }
.stat-item:last-child { border-right: none; padding-right: 0; padding-left: 3rem; }
.stat-item:nth-child(2) { padding-left: 3rem; }
.stat-number {
  font-family: var(--font-serif);
  font-size: 3.2rem;
  font-weight: 300;
  color: var(--ink);
  line-height: 1;
  margin-bottom: 0.5rem;
}
.stat-label {
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--stone);
}

.artiste-faq-section { background: var(--warm-white); }
.faq-title {
  font-family: var(--font-serif);
  font-size: clamp(2rem, 3.5vw, 3.5rem);
  font-weight: 300;
  letter-spacing: -0.02em;
  margin-bottom: 4rem;
}
.faq-list { border-top: 0.5px solid var(--mist); }
.faq-item { border-bottom: 0.5px solid var(--mist); }
.faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 2rem 0;
  font-family: var(--font-serif);
  font-size: 1.2rem;
  font-weight: 300;
  color: var(--ink);
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  gap: 2rem;
  transition: color 0.3s;
}
.faq-question:hover { color: var(--accent); }
.faq-icon {
  flex-shrink: 0;
  width: 20px; height: 20px;
  position: relative;
}
.faq-icon::before, .faq-icon::after {
  content: '';
  position: absolute;
  background: currentColor;
  transition: transform 0.4s var(--ease-out), opacity 0.3s;
}
.faq-icon::before { width: 12px; height: 0.5px; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.faq-icon::after { width: 0.5px; height: 12px; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.faq-item.open .faq-icon::after { transform: translate(-50%, -50%) rotate(90deg); opacity: 0; }
.faq-answer {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.5s var(--ease-out);
}
.faq-answer-inner {
  padding-bottom: 2rem;
  font-size: 0.95rem;
  line-height: 1.9;
  color: var(--ash);
  max-width: 72ch;
}

/* ═══ UNIVERS PAGE ════════════════════════════════════ */
.univers-technique-section { background: var(--warm-white); }
.univers-technique-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 7rem;
  align-items: start;
}
.univers-technique-content {}
.univers-technique-title {
  font-family: var(--font-serif);
  font-size: clamp(2rem, 3.5vw, 3.8rem);
  font-weight: 300;
  letter-spacing: -0.02em;
  margin-bottom: 2.5rem;
}
.univers-technique-title em { font-style: italic; color: var(--accent); }
.univers-technique-body {
  font-size: 1rem;
  line-height: 1.9;
  color: var(--ash);
  margin-bottom: 1.5rem;
}
.univers-steps { margin-top: 3.5rem; }
.univers-step {
  display: flex;
  gap: 2rem;
  padding: 1.75rem 0;
  border-top: 0.5px solid var(--mist);
  align-items: flex-start;
}
.univers-step:last-child { border-bottom: 0.5px solid var(--mist); }
.univers-step-num {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 0.85rem;
  color: var(--gold);
  flex-shrink: 0;
  padding-top: 0.1rem;
  min-width: 2.5rem;
}
.univers-step-title {
  font-family: var(--font-serif);
  font-size: 1.05rem;
  font-weight: 300;
  color: var(--ink);
  margin-bottom: 0.4rem;
}
.univers-step-body { font-size: 0.88rem; line-height: 1.8; color: var(--ash); }
.univers-technique-visual { position: relative; height: 580px; }
.univers-technique-visual canvas { width: 100%; height: 100%; display: block; }

.univers-styles-section { background: var(--cream); }
.univers-styles-title {
  font-family: var(--font-serif);
  font-size: clamp(2rem, 3.5vw, 3.8rem);
  font-weight: 300;
  letter-spacing: -0.02em;
  margin-bottom: 1.5rem;
}
.univers-styles-lead {
  font-size: 1rem;
  line-height: 1.8;
  color: var(--ash);
  max-width: 52ch;
  margin-bottom: 5rem;
}
.univers-styles-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
.style-card {
  background: var(--warm-white);
  overflow: hidden;
  transition: transform 0.4s var(--ease-out);
}
.style-card:hover { transform: translateY(-6px); }
.style-card-visual { position: relative; height: 260px; overflow: hidden; }
.style-card-visual canvas { width: 100%; height: 100%; display: block; transition: transform 0.6s var(--ease-out); }
.style-card:hover .style-card-visual canvas { transform: scale(1.04); }
.style-card-body { padding: 2.5rem; }
.style-card-label {
  font-size: 0.62rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.75rem;
  display: block;
}
.style-card-title {
  font-family: var(--font-serif);
  font-size: 1.6rem;
  font-weight: 300;
  font-style: italic;
  color: var(--ink);
  margin-bottom: 1rem;
}
.style-card-text { font-size: 0.88rem; line-height: 1.8; color: var(--ash); }

.univers-cta-section {
  background: var(--ink);
  text-align: center;
  padding: 9rem 0;
}
.univers-cta-inner { max-width: 700px; margin: 0 auto; padding: 0 4rem; }
.univers-cta-title {
  font-family: var(--font-serif);
  font-size: clamp(2rem, 3.5vw, 3.8rem);
  font-weight: 300;
  font-style: italic;
  color: var(--cream);
  margin-bottom: 1.75rem;
}
.univers-cta-lead {
  font-size: 1rem;
  line-height: 1.8;
  color: rgba(232,229,223,0.6);
  margin-bottom: 3rem;
}

/* ═══ RÉALISATIONS PAGE ════════════════════════════════ */
.realisations-filter {
  display: flex;
  gap: 2.5rem;
  margin-bottom: 5rem;
  border-bottom: 0.5px solid var(--mist);
  padding-bottom: 2rem;
}
.filter-btn {
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--stone);
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.25rem 0;
  transition: color 0.3s;
  font-family: var(--font-sans);
  position: relative;
  min-height: 44px;
}
.filter-btn::after {
  content: '';
  position: absolute;
  bottom: -2.25rem; left: 0;
  width: 0; height: 1px;
  background: var(--ink);
  transition: width 0.4s var(--ease-out);
}
.filter-btn:hover,
.filter-btn.active { color: var(--ink); }
.filter-btn.active::after { width: 100%; }

.realisations-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  margin-bottom: 5rem;
}
.artwork-item {
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.artwork-wrap {
  position: relative;
  overflow: hidden;
  aspect-ratio: 3/4;
  background: var(--mist);
}
.artwork-wrap img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.7s var(--ease-out);
}
.artwork-wrap canvas {
  width: 100%; height: 100%;
  display: block;
  position: absolute; inset: 0;
  transition: transform 0.7s var(--ease-out);
}
.artwork-item:hover .artwork-wrap img,
.artwork-item:hover .artwork-wrap canvas { transform: scale(1.04); }
.artwork-hover {
  position: absolute;
  inset: 0;
  background: rgba(26,26,24,0.0);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  opacity: 0;
  transition: opacity 0.4s var(--ease-out), background 0.4s;
}
.artwork-item:hover .artwork-hover { opacity: 1; background: rgba(26,26,24,0.55); }
.artwork-hover-status {
  font-size: 0.66rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 0.55rem 1.35rem;
  font-weight: 500;
  backdrop-filter: blur(8px);
}
.artwork-hover-status.available {
  background: rgba(181,164,138,0.94);
  border: 1px solid rgba(255,255,255,0.75);
  color: #ffffff;
}
.artwork-hover-status.sold {
  background: rgba(26,26,24,0.94);
  border: 1px solid rgba(255,255,255,0.75);
  color: #ffffff;
}
.artwork-hover-btn {
  font-family: var(--font-sans);
  font-size: 0.68rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #ffffff;
  background: rgba(255,255,255,0.18);
  border: 1px solid rgba(255,255,255,0.85);
  padding: 0.85rem 1.8rem;
  backdrop-filter: blur(10px);
  font-weight: 500;
}
.artwork-meta {
  padding: 1.25rem 0 0.5rem;
}
.artwork-title {
  font-family: var(--font-serif);
  font-size: 1rem;
  font-weight: 300;
  font-style: italic;
  color: var(--ink);
  margin-bottom: 0.25rem;
}
.artwork-details {
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  color: var(--ink);
  text-transform: uppercase;
  font-weight: 400;
}

/* Pagination */
.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding-top: 2rem;
  border-top: 0.5px solid var(--mist);
  margin-top: 2rem;
}
.page-btn {
  width: 40px; height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-sans);
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  color: var(--stone);
  background: none;
  border: 0.5px solid transparent;
  cursor: pointer;
  transition: color 0.3s, border-color 0.3s;
}
.page-btn:hover { color: var(--ink); border-color: var(--mist); }
.page-btn.active { color: var(--ink); border-color: var(--ink); }
.page-btn:disabled { opacity: 0.3; cursor: not-allowed; }
.page-prev, .page-next {
  font-size: 0.65rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  width: auto;
  padding: 0 1rem;
  color: var(--ash);
}

/* ═══ CONTACT PAGE ════════════════════════════════════ */
.contact-section { background: var(--cream); }
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9rem;
  align-items: start;
}
.contact-info-title {
  font-family: var(--font-serif);
  font-size: clamp(1.8rem, 3vw, 3rem);
  font-weight: 300;
  letter-spacing: -0.02em;
  margin-bottom: 1.75rem;
}
.contact-info-title em { font-style: italic; color: var(--accent); }
.contact-info-lead {
  font-size: 0.95rem;
  line-height: 1.85;
  color: var(--ash);
  margin-bottom: 3.5rem;
}
.contact-coords { border-top: 0.5px solid var(--stone); }
.contact-coord-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  color: var(--ink);
  border-bottom: 0.5px solid var(--mist);
  padding: 1.5rem 0;
  transition: color 0.3s;
}
.contact-coord-item:hover { color: var(--accent); }
.contact-coord-label {
  font-size: 0.62rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--stone);
  margin-bottom: 0.25rem;
}
.contact-coord-value {
  font-family: var(--font-serif);
  font-size: 1.1rem;
  font-style: italic;
}
.contact-coord-arrow {
  opacity: 0;
  transform: translateX(-8px);
  transition: opacity 0.3s, transform 0.3s var(--ease-out);
  flex-shrink: 0;
}
.contact-coord-item:hover .contact-coord-arrow { opacity: 1; transform: translateX(0); }
.contact-socials {
  display: flex;
  gap: 1.5rem;
  margin-top: 2.5rem;
}
.contact-social {
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ash);
  text-decoration: none;
  transition: color 0.3s;
  border-bottom: 0.5px solid transparent;
  padding-bottom: 2px;
}
.contact-social:hover { color: var(--ink); border-color: var(--ink); }
.contact-form-wrap {}
.contact-form-title {
  font-family: var(--font-serif);
  font-size: 1.4rem;
  font-weight: 300;
  font-style: italic;
  color: var(--ink);
  margin-bottom: 2.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 0.5px solid var(--mist);
}

/* ═══ RESPONSIVE ══════════════════════════════════════ */
@media (max-width: 1200px) {
  .realisations-grid { grid-template-columns: repeat(3, 1fr); }
  .footer-grid { grid-template-columns: 1.2fr 1fr 1fr; }
  .footer-grid > *:last-child { grid-column: span 3; padding-top: 2rem; border-top: 0.5px solid rgba(232,229,223,0.08); }
}

@media (max-width: 1024px) {
  .site-nav { padding: 1.25rem 2.5rem; }
  .site-nav.scrolled { padding: 0.85rem 2.5rem; }
  .container, .page-hero-inner { padding: 0 2.5rem; }
  #home { grid-template-columns: 1fr; }
  .hero-left { display: none; }
  .hero-right { padding: 9rem 2.5rem 5rem; }
  .about-grid, .univers-grid, .artiste-bio-grid, .univers-technique-grid, .contact-grid { grid-template-columns: 1fr; gap: 4rem; }
  .univers-visual { order: 1; height: 420px; }
  .univers-content { order: 2; }
  .realisations-grid { grid-template-columns: repeat(2, 1fr); }
  .univers-styles-grid { grid-template-columns: repeat(2, 1fr); }
  .preview-strip { grid-template-columns: repeat(3, 1fr); }
  .preview-strip .preview-swatch:nth-child(4),
  .preview-strip .preview-swatch:nth-child(5) { display: none; }
  .preview-header { flex-direction: column; align-items: flex-start; gap: 2rem; }
  .artiste-stats { grid-template-columns: repeat(3, 1fr); }
  .artiste-bio-visual { height: auto; }
  .artiste-photo, .artiste-photo-fallback { height: 420px; }
  .about-visual { height: 480px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 3rem; }
  .footer-grid > *:nth-child(1),
  .footer-grid > *:nth-child(2) { grid-column: span 1; }
  .footer-grid > *:nth-child(3),
  .footer-grid > *:nth-child(4) { grid-column: span 1; }
  .nav-links { gap: 2rem; }
  .lightbox-content { grid-template-columns: 1fr; max-width: 95vw; }
  .lightbox-img, .lightbox-img-canvas { max-height: 55vh; max-width: 90vw; }
  .lightbox-info { }
}

@media (max-width: 768px) {
  .nav-links { display: none; }
  .brand-symbol { height: 64px; }
  section { padding: 6rem 0; }
  .page-hero { padding-top: 9rem; padding-bottom: 5rem; }
  .realisations-grid { grid-template-columns: repeat(2, 1fr); gap: 1.25rem; }
  .univers-styles-grid { grid-template-columns: 1fr; }
  .artiste-stats { grid-template-columns: 1fr 1fr; }
  .artiste-stats .stat-item:nth-child(3) { grid-column: span 2; border-right: none; border-top: 0.5px solid var(--mist); }
  .preview-strip { grid-template-columns: repeat(2, 1fr); }
  .preview-strip .preview-swatch:nth-child(3),
  .preview-strip .preview-swatch:nth-child(4),
  .preview-strip .preview-swatch:nth-child(5) { display: none; }
  .footer-grid { grid-template-columns: 1fr; gap: 3rem; }
  .footer-grid > * { grid-column: span 1 !important; }
  .site-footer { padding: 4rem 2rem 2.5rem; }
  .footer-bottom { flex-direction: column; gap: 1rem; text-align: center; }
  .contact-grid { gap: 4rem; }
}

@media (max-width: 480px) {
  .container, .page-hero-inner { padding: 0 1.5rem; }
  .realisations-grid { grid-template-columns: 1fr; }
  .artiste-stats { grid-template-columns: 1fr; }
  .artiste-stats .stat-item { border-right: none; padding: 2rem 0; border-bottom: 0.5px solid var(--mist); }
  .artiste-stats .stat-item:nth-child(3) { grid-column: span 1; }
  .hero-right { padding: 8rem 1.5rem 4rem; }
}


/* Miniatures galerie lightbox */
.lightbox-thumbs{
  position:absolute;
  bottom:52px;
  left:50%;
  transform:translateX(-50%);
  display:flex;
  gap:10px;
  z-index:35;
  padding:8px 10px;
  border-radius:999px;
  background:rgba(26,26,24,.35);
  backdrop-filter:blur(10px);
}

.lightbox-thumb{
  width:54px;
  height:68px;
  object-fit:cover;
  border:0;
  cursor:pointer;
  opacity:.45;
  transform:scale(.96);
  transition:opacity .25s ease, transform .25s ease;
}

.lightbox-thumb:hover{
  opacity:.82;
  transform:scale(1);
}

.lightbox-thumb.active{
  opacity:1;
  transform:scale(1.06);
}

.lightbox-dots{
  bottom:18px !important;
}

@media (max-width:768px){
  .lightbox-thumb{
    width:40px;
    height:52px;
  }
}


/* Miniatures lightbox — version premium sans contour blanc */
.lightbox-thumb{
  border:0 !important;
  opacity:.45;
  transform:scale(.96);
  transition:opacity .25s ease, transform .25s ease;
}

.lightbox-thumb:hover{
  opacity:.82;
  transform:scale(1);
}

.lightbox-thumb.active{
  opacity:1;
  transform:scale(1.06);
  border:0 !important;
}


/* Lightbox — miniatures placées à droite, sans fond */
.lightbox-thumbs{
  position:static !important;
  transform:none !important;
  display:grid !important;
  grid-template-columns:repeat(2, 88px);
  gap:14px;
  z-index:35;
  padding:0 !important;
  border-radius:0 !important;
  background:transparent !important;
  backdrop-filter:none !important;
  margin-top:2rem;
}

.lightbox-thumb{
  width:88px !important;
  height:112px !important;
  object-fit:cover;
  border:0 !important;
  cursor:pointer;
  opacity:.45;
  transform:scale(.96);
  transition:opacity .25s ease, transform .25s ease;
}

.lightbox-thumb:hover{
  opacity:.82;
  transform:scale(1);
}

.lightbox-thumb.active{
  opacity:1;
  transform:scale(1.04);
  border:0 !important;
}

.lightbox-dots{
  display:none !important;
}

.lightbox-info{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
}

@media (max-width:1024px){
  .lightbox-thumbs{
    grid-template-columns:repeat(4, 56px);
    gap:10px;
    margin-top:1.5rem;
  }

  .lightbox-thumb{
    width:56px !important;
    height:72px !important;
  }
}

@media (max-width:640px){
  .lightbox-thumbs{
    grid-template-columns:repeat(4, 46px);
  }

  .lightbox-thumb{
    width:46px !important;
    height:60px !important;
  }
}


/* Correction lightbox : miniatures à droite, sur une seule ligne */
.lightbox-info .lightbox-thumbs{
  position:static !important;
  transform:none !important;
  display:flex !important;
  flex-direction:row !important;
  flex-wrap:nowrap !important;
  align-items:center !important;
  gap:12px !important;
  margin-top:24px !important;
  padding:0 !important;
  background:transparent !important;
  border-radius:0 !important;
  backdrop-filter:none !important;
  overflow:visible !important;
}

.lightbox-info .lightbox-thumb{
  width:72px !important;
  height:92px !important;
  flex:0 0 72px !important;
  object-fit:cover !important;
  border:0 !important;
  cursor:pointer !important;
  opacity:.45 !important;
  transform:scale(.96) !important;
  transition:opacity .25s ease, transform .25s ease !important;
}

.lightbox-info .lightbox-thumb:hover{
  opacity:.82 !important;
  transform:scale(1) !important;
}

.lightbox-info .lightbox-thumb.active{
  opacity:1 !important;
  transform:scale(1.04) !important;
  border:0 !important;
}

.lightbox-dots{
  display:none !important;
}

@media (max-width:1024px){
  .lightbox-info .lightbox-thumbs{
    justify-content:flex-start !important;
    gap:10px !important;
  }

  .lightbox-info .lightbox-thumb{
    width:56px !important;
    height:72px !important;
    flex-basis:56px !important;
  }
}

@media (max-width:640px){
  .lightbox-info .lightbox-thumbs{
    justify-content:center !important;
    gap:8px !important;
  }

  .lightbox-info .lightbox-thumb{
    width:46px !important;
    height:60px !important;
    flex-basis:46px !important;
  }
}
