:root {
  --cream: #f6f6f6;
  --paper: #fbfaf7;
  --warm: #eee8df;
  --ink: #191714;
  --muted: #6f6a63;
  --gold: #b59661;
  --line: rgba(34, 29, 23, 0.14);
  --serif: "Cormorant Garamond", "Times New Roman", serif;
  --sans: "Manrope", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--sans);
  font-weight: 400;
  line-height: 1.65;
}
img { width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

.site-header {
  position: absolute;
  z-index: 10;
  inset: 0 0 auto;
  min-height: 112px;
  display: grid;
  grid-template-columns: 160px 1fr 160px;
  align-items: center;
  gap: 32px;
  padding: 26px clamp(28px, 5vw, 76px);

  background: linear-gradient(
    to bottom,
    rgba(246, 246, 246, .90) 0%,
    rgba(246, 246, 246, .78) 58%,
    rgba(246, 246, 246, .38) 82%,
    rgba(246, 246, 246, 0) 100%
  );
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}

.brand { display: inline-flex; width: fit-content; flex-direction: column; line-height: 1; }
.brand-main { font-family: var(--serif); font-size: 48px; letter-spacing: -.04em; }
.brand-sub { margin-top: 8px; font-size: 9px; letter-spacing: .4em; }

.main-nav {
  display: flex;
  justify-content: center;
  gap: clamp(24px, 4vw, 62px);
}

.main-nav a {
  position: relative;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .055em;
  color: #171411;
  font-weight: 600;
  transition: color .25s ease, opacity .25s ease;
}

.main-nav a:hover {
  color: #8f6e39;
}

.main-nav a.active {
  color: #92703b;
}

.main-nav a.active::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -8px;
  width: 18px;
  height: 1px;
  background: #b59661;
  transform: translateX(-50%);
}

.private-link {
  justify-self: end;
  border: 1px solid #a9854d;
  padding: 16px 24px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .08em;
  background: rgba(246, 246, 246, .68);
  transition: background .25s ease, color .25s ease;
}

.private-link:hover {
  background: #b59661;
  color: #fff;
}

.menu-toggle { display: none; }

.section-shell { padding-inline: clamp(28px, 7.2vw, 110px); }

.hero {
  position: relative;
  min-height: 780px;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  padding-top: 0;
  background: #f6f6f6;
  overflow: hidden;
}

.hero-copy {
  position: relative;
  z-index: 2;
  align-self: center;
  width: min(47%, 650px);
  max-width: none;
  padding:
    160px
    clamp(28px, 4vw, 70px)
    78px
    clamp(28px, 7.2vw, 110px);
}

.eyebrow { color: var(--gold); text-transform: uppercase; letter-spacing: .13em; font-size: 12px; font-weight: 600; }
h1, h2 { font-family: var(--serif); font-weight: 400; text-transform: uppercase; line-height: 1.15; margin: 0; }
h1 { font-size: clamp(50px, 5.1vw, 82px); letter-spacing: -.025em; }
h2 { font-size: clamp(36px, 3.15vw, 54px); }
.gold-line { display: block; width: 52px; height: 2px; background: var(--gold); margin: 28px 0; }
.lead, .section-copy > p:not(.eyebrow) { max-width: 490px; color: var(--muted); font-size: 15px; }
.button {
  display: inline-block;
  margin-top: 22px;
  padding: 16px 24px;
  background: #c8ad7b;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .03em;
}

.hero-visual {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

.hero-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 57% bottom;
}

.architectural-lines { position: absolute; inset: 0; background: repeating-linear-gradient(90deg, transparent 0 118px, rgba(132,114,90,.08) 119px 121px); opacity: .45; }
.pedestal { position: absolute; left: 4%; right: -12%; bottom: 0; height: 43%; background: linear-gradient(125deg, #ece6dd, #faf9f6 50%, #d8cec0); border-top: 1px solid rgba(120,100,75,.12); }
.pedestal img { position: absolute; width: min(620px, 85%); left: 24%; bottom: 14%; filter: drop-shadow(0 24px 24px rgba(39, 31, 23, .18)); }
.lamp { position: absolute; right: 2%; top: 15%; width: 190px; height: 270px; border-radius: 50% 50% 8px 8px; background: radial-gradient(circle at 50% 35%, #fff5d9 0 17%, #d5b274 45%, #b28f58 70%); clip-path: ellipse(50% 27% at 50% 27%); }
.lamp span { position: absolute; left: 49%; top: 52%; width: 3px; height: 230px; background: #9f814f; }
.asset-note { position: absolute; right: 18px; bottom: 12px; margin: 0; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; color: rgba(61,51,41,.48); }

.showroom { display: grid; grid-template-columns: .38fr 1fr; gap: 64px; align-items: center; padding-top: 58px; padding-bottom: 58px; background: #fbfaf8; }
.section-copy { padding: 24px 0; }
.section-copy .eyebrow { margin-bottom: 18px; }
.section-copy h2 { margin-bottom: 28px; }
.text-link { display: inline-flex; align-items: center; gap: 18px; margin-top: 22px; color: var(--gold); text-transform: uppercase; letter-spacing: .08em; font-size: 12px; font-weight: 600; }
.text-link span { font-size: 20px; }
.showroom-gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 7px; min-height: 365px; }
.showroom-gallery figure { margin: 0; overflow: hidden; }
.showroom-gallery img { height: 100%; object-fit: cover; transition: transform .7s ease; }
.showroom-gallery figure:hover img { transform: scale(1.025); }

.selection { display: grid; grid-template-columns: 1.15fr .82fr; gap: 64px; align-items: center; padding-top: 48px; padding-bottom: 48px; background: #f4f0e9; }
.selection-image { position: relative; min-height: 390px; overflow: hidden; background: #eee6da; }
.selection-image img { height: 100%; object-fit: cover; }

.values { display: grid; grid-template-columns: repeat(4, 1fr); padding: 36px clamp(28px, 7.2vw, 110px); background: #f4efe7; }
.values article { text-align: center; padding: 16px 34px; border-right: 1px solid rgba(181,150,97,.4); }
.values article:last-child { border-right: 0; }
.value-icon { display: block; color: var(--gold); font-family: var(--serif); font-size: 40px; line-height: 1; }
.values h3 { margin: 14px 0 6px; color: var(--gold); font-family: var(--serif); font-size: 20px; text-transform: uppercase; font-weight: 400; }
.values p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.6; }

.site-footer { position: relative; display: grid; grid-template-columns: 1fr 1fr 1fr 1fr; gap: 36px; align-items: start; padding: 44px clamp(28px, 7.2vw, 110px) 78px; background: #faf9f6; border-top: 1px solid var(--line); }
.footer-brand .brand-main { font-size: 42px; }
.site-footer nav, .site-footer address, .social { display: flex; flex-direction: column; gap: 5px; font-size: 11px; text-transform: uppercase; font-style: normal; }
.social span, address span { margin-bottom: 8px; }
.copyright { position: absolute; bottom: 24px; left: 50%; transform: translateX(-50%); margin: 0; color: #8d877f; font-size: 9px; text-transform: uppercase; letter-spacing: .05em; white-space: nowrap; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .8s ease, transform .8s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

/* =========================
   COLLECTION
========================= */

.collection-header {
  position: relative;
  background: var(--cream);
  border-bottom: 1px solid var(--line);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.collection-page {
  background: var(--cream);
  min-height: 100vh;
}

.collection-intro {
  padding:
    90px
    clamp(28px, 7.2vw, 110px)
    70px;
}

.collection-intro h1 { margin-top: 10px; }
.collection-intro-text { max-width: 520px; color: var(--muted); font-size: 15px; }

/* GRILLE PRODUITS */
.product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 70px 28px;
  padding: 0 clamp(28px, 7.2vw, 110px) 120px;
}

.product-card { min-width: 0; }
.product-image { display: block; overflow: hidden; background: #eeeae3; aspect-ratio: 4 / 5; }
.product-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #aaa39a;
  font-size: 10px;
  letter-spacing: .18em;
  text-transform: uppercase;
  border: 1px solid rgba(34, 29, 23, .08);
}

.product-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.product-card:hover .product-image img { transform: scale(1.025); }
.product-info { padding-top: 20px; }
.product-heading { display: flex; justify-content: space-between; align-items: flex-start; gap: 25px; }
.product-brand { margin: 0 0 3px; color: var(--gold); font-size: 10px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.product-info h2 { margin: 0; font-size: 27px; text-transform: none; }
.product-price { margin: 5px 0 0; font-size: 12px; white-space: nowrap; }
.product-details { margin: 10px 0 0; color: var(--muted); font-size: 12px; }
.product-status {
  display: inline-block;
  margin: 14px 0 0;
  padding-top: 8px;
  border-top: 1px solid var(--gold);
  color: var(--gold);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.collection-footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 45px clamp(28px, 7.2vw, 110px);
  background: #faf9f6;
  border-top: 1px solid var(--line);
  font-size: 10px;
  text-transform: uppercase;
}

/* =========================
   SHOWROOMS PAGE
========================= */

.showrooms-page { background: var(--cream); }
.showrooms-intro { padding: 90px clamp(28px, 7.2vw, 110px) 65px; }
.showrooms-intro h1 { margin-top: 10px; }
.showrooms-lead { max-width: 610px; color: var(--muted); font-size: 15px; }

/* =========================
   CONTACT
========================= */

.contact-page { min-height: 100vh; background: var(--cream); }
.contact-hero { padding: 180px clamp(28px, 7.2vw, 110px) 90px; border-bottom: 1px solid var(--line); }
.contact-intro { width: min(720px, 100%); }
.contact-intro h1 { margin-top: 10px; }
.contact-lead { max-width: 600px; margin: 0; color: var(--muted); font-size: 15px; line-height: 1.85; }
.contact-main { display: grid; grid-template-columns: .85fr 1.15fr; gap: 110px; padding: 110px clamp(28px, 7.2vw, 110px) 130px; }
.contact-details { border-top: 1px solid var(--line); }
.contact-block { padding: 30px 0; border-bottom: 1px solid var(--line); }
.contact-label { margin: 0 0 9px; color: var(--gold); font-size: 10px; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; }
.contact-value { margin: 0; font-family: var(--serif); font-size: 27px; line-height: 1.25; }
a.contact-value { display: inline-block; transition: opacity .25s ease; }
a.contact-value:hover { opacity: .6; }
.contact-note { max-width: 400px; margin: 10px 0 0; color: var(--muted); font-size: 12px; line-height: 1.65; }
.contact-sourcing { align-self: start; padding: 55px; background: #fbfaf7; border: 1px solid var(--line); }
.contact-sourcing h2 { max-width: 600px; }
.contact-sourcing > p:not(.eyebrow) { max-width: 540px; margin: 0; color: var(--muted); font-size: 15px; line-height: 1.85; }
.footer-links { display: flex; gap: 26px; align-items: center; }

/* HORIZONTAL GALLERY */
.showroom-slider { overflow-x: auto; overflow-y: hidden; padding: 0 clamp(28px, 7.2vw, 110px) 55px; scrollbar-width: thin; }
.showroom-track { display: flex; gap: 16px; width: max-content; }
.showroom-slide { flex: 0 0 auto; width: min(62vw, 820px); aspect-ratio: 4 / 5; margin: 0; overflow: hidden; }
.showroom-slide:nth-child(even) { width: min(45vw, 600px); }
.showroom-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ebe7df;
  border: 1px solid rgba(34, 29, 23, .08);
  color: #aaa39a;
  font-size: 10px;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.showroom-concept { display: grid; grid-template-columns: .8fr 1fr; gap: 90px; padding: 110px clamp(28px, 7.2vw, 110px); background: #fbfaf8; }
.showroom-concept-title h2 { max-width: 520px; }
.showroom-concept-copy { max-width: 600px; }
.showroom-concept-copy p { margin: 0 0 22px; color: var(--muted); font-size: 15px; line-height: 1.85; }

.showroom-mosaic { display: grid; grid-template-columns: 1.3fr .7fr; grid-template-rows: 360px 360px; gap: 10px; padding: 80px clamp(28px, 7.2vw, 110px); }
.mosaic-large { grid-row: 1 / 3; }
.mosaic-wide { grid-column: 2; }

.showroom-events { padding: 100px clamp(28px, 7.2vw, 110px); background: #f4f0e9; }
.events-heading { max-width: 650px; margin-bottom: 65px; }
.event-list { border-top: 1px solid var(--line); }
.event-card { display: grid; grid-template-columns: 180px 1fr auto; gap: 45px; align-items: center; padding: 34px 0; border-bottom: 1px solid var(--line); }
.event-date { color: var(--gold); font-size: 11px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.event-description h3 { margin: 0 0 8px; font-family: var(--serif); font-size: 26px; font-weight: 400; }
.event-description p { max-width: 560px; margin: 0; color: var(--muted); font-size: 13px; }

.showroom-cta { text-align: center; padding: 110px 28px 125px; background: var(--cream); }
.showroom-cta h2 { max-width: 670px; margin: 10px auto 22px; }
.showroom-cta > p:not(.eyebrow) { color: var(--muted); }

/* Mentions légales */
.legal-header { position: relative; border-bottom: 1px solid var(--line); background: var(--cream); }
.legal-page { min-height: 100vh; padding: 90px clamp(28px, 7.2vw, 110px) 120px; background: var(--cream); }
.legal-content { width: min(820px, 100%); margin: 0 auto; }
.legal-content h1 { margin-top: 8px; }
.legal-content section { margin-top: 58px; }
.legal-content section h2 { margin-bottom: 18px; font-size: 30px; text-transform: none; }
.legal-content p { color: var(--muted); font-size: 15px; line-height: 1.85; }
.legal-content .text-link { margin-top: 64px; }

@media (max-width: 760px) {
  .site-header {
    grid-template-columns: 1fr auto;
    min-height: 88px;
    padding-block: 18px;
    background: rgba(246, 246, 246, .96);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
  }

  .brand-main { font-size: 40px; }
  .menu-toggle { display: block; border: 1px solid var(--line); background: transparent; padding: 10px 14px; text-transform: uppercase; letter-spacing: .08em; }
  .main-nav { display: none; position: absolute; top: 88px; left: 0; right: 0; flex-direction: column; align-items: center; gap: 18px; padding: 26px; background: rgba(246,246,246,.98); border-top: 1px solid var(--line); }
  .main-nav.open { display: flex; }
  .main-nav a.active::after { bottom: -5px; }
  .private-link { display: none; }
  .pedestal img { left: 13%; width: 72%; }
  .showroom, .selection { grid-template-columns: 1fr; }
  .showroom { gap: 20px; }
  .selection { gap: 28px; }
  .values { grid-template-columns: repeat(2, 1fr); }
  .values article:nth-child(2) { border-right: 0; }
  .values article { border-bottom: 1px solid rgba(181,150,97,.3); }
  .values article:nth-child(n+3) { border-bottom: 0; }
  .site-footer { grid-template-columns: repeat(2, 1fr); }
  .product-grid { grid-template-columns: repeat(2, 1fr); gap: 50px 18px; }
  .collection-intro { padding-top: 65px; }
  .hero { grid-template-columns: 1fr; padding-top: 0; }
  .hero-copy { width: min(70%, 600px); padding-top: 130px; padding-bottom: 42px; }
  .hero-visual { min-height: 470px; }
  .showroom-concept { grid-template-columns: 1fr; gap: 35px; }
  .showroom-slide { width: 75vw; }
  .showroom-slide:nth-child(even) { width: 65vw; }
  .showroom-mosaic { grid-template-columns: 1fr 1fr; grid-template-rows: 420px 260px; }
  .event-card { grid-template-columns: 1fr; gap: 12px; }
  .contact-hero { padding: 145px 28px 65px; }
  .contact-main { grid-template-columns: 1fr; gap: 65px; padding: 70px 28px 90px; }
  .contact-sourcing { padding: 38px 30px; }
  .footer-links { flex-direction: column; align-items: flex-start; gap: 10px; }
}

@media (max-width: 640px) {
  .section-shell { padding-inline: 22px; }
  .hero { background: #f8f7f4; }
  h1 { font-size: 46px; }
  h2 { font-size: 36px; }
  .hero-copy { width: 100%; padding-inline: 22px; }
  .hero-visual { min-height: 400px; margin-inline: -22px; }
  .lamp { right: -28px; transform: scale(.72); transform-origin: top right; }
  .pedestal { left: 0; right: 0; }
  .pedestal img { width: 82%; left: 7%; bottom: 17%; }
  .showroom-gallery { grid-template-columns: 1fr; min-height: 0; }
  .showroom-gallery figure { height: 280px; }
  .selection-image { min-height: 300px; }
  .values { grid-template-columns: 1fr; padding-inline: 22px; }
  .values article { border-right: 0; border-bottom: 1px solid rgba(181,150,97,.3) !important; }
  .values article:last-child { border-bottom: 0 !important; }
  .site-footer { grid-template-columns: 1fr; padding-inline: 22px; }
  .copyright { width: calc(100% - 44px); text-align: center; white-space: normal; }

  .legal-page { padding: 60px 22px 90px; }
  .legal-content section { margin-top: 42px; }
  .legal-content section h2 { font-size: 27px; }

  .product-grid { grid-template-columns: 1fr; padding-inline: 22px; }
  .collection-intro { padding: 55px 22px 50px; }
  .product-info h2 { font-size: 25px; }

  .contact-value { font-size: 24px; }
  .contact-sourcing { padding: 34px 24px; }

  .showrooms-intro { padding: 55px 22px 45px; }
  .showroom-slider { padding-left: 22px; padding-right: 22px; }
  .showroom-slide,
  .showroom-slide:nth-child(even) { width: 82vw; }
  .showroom-concept { padding: 75px 22px; }
  .showroom-mosaic { grid-template-columns: 1fr; grid-template-rows: none; padding: 55px 22px; }
  .mosaic-large,
  .mosaic-small,
  .mosaic-wide { grid-column: auto; grid-row: auto; height: 320px; }
  .showroom-events { padding: 75px 22px; }
}
