/* ============================================================
   FRANCINE CHEVEUX D'OR — PORTRAITS D'ATELIER
   Shared site stylesheet. World: Malian studio portrait monograph
   × art-nouveau ornament × brass foil × warm sepia paper.
   ============================================================ */

:root {
  --burgundy:      #3d0f14;
  --burgundy-deep: #240609;
  --burgundy-mid:  #5a171d;
  --indigo-studio: #1a2438;
  --indigo-mid:    #2a3652;
  --sepia:         #7a5030;
  --sepia-dark:    #5c3a22;
  --brass:         #b8892e;
  --brass-light:   #d9b060;
  --brass-glow:    #eecb75;
  --bone:          #eae1cc;
  --paper:         #f2e9d3;
  --paper-warm:    #ede0c4;
  --ink:           #12080a;
}

*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: "Cormorant Garamond", "Playfair Display", serif;
  background: var(--paper);
  color: var(--ink);
  line-height: 1.5;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img { display: block; max-width: 100%; height: auto; }
button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; }

.mono   { font-family: "Space Mono", monospace; letter-spacing: 0.15em; }
.script { font-family: "Great Vibes", cursive; }

/* Skip link */
.skip-link {
  position: absolute; top: -60px; left: 12px;
  background: var(--burgundy-deep);
  color: var(--brass-light);
  padding: 10px 16px;
  z-index: 100;
  font-family: "Space Mono", monospace;
  font-size: 12px;
  letter-spacing: 0.2em;
  text-decoration: none;
  text-transform: uppercase;
  border: 1px solid var(--brass);
  transition: top 0.2s;
}
.skip-link:focus { top: 12px; }

*:focus-visible {
  outline: 3px solid var(--brass);
  outline-offset: 2px;
}

/* ============ REUSABLE ============ */
.eye {
  font-family: "Space Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: var(--brass);
}
.eye--light { color: var(--brass-light); }

.rise { opacity: 0; transform: translateY(24px); transition: opacity 0.9s ease, transform 0.9s ease; }
.rise.in { opacity: 1; transform: translateY(0); }
.rise.delay-1 { transition-delay: 0.08s; }
.rise.delay-2 { transition-delay: 0.16s; }
.rise.delay-3 { transition-delay: 0.24s; }
.rise.delay-4 { transition-delay: 0.32s; }
.rise.delay-5 { transition-delay: 0.4s; }

@media (prefers-reduced-motion: reduce) {
  .rise { opacity: 1; transform: none; transition: none; }
  * { animation: none !important; transition-duration: 0.01ms !important; }
}

@keyframes kenburns {
  0%   { transform: scale(1.02) translate(-1%, -1%); }
  50%  { transform: scale(1.08) translate(1%, 1%); }
  100% { transform: scale(1.02) translate(-1%, -1%); }
}

/* ============ MASTHEAD ============ */
.masthead {
  padding: 16px 40px;
  border-bottom: 1px solid var(--sepia);
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  backdrop-filter: blur(6px);
  background: rgba(242, 233, 211, 0.92);
}
.masthead .mark {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: var(--burgundy);
}
.mark-logo {
  width: 42px; height: 42px;
  object-fit: contain;
  filter: sepia(0.1);
}
.mark-text {
  font-family: "Playfair Display", serif;
  font-weight: 900;
  font-style: italic;
  font-size: 22px;
  color: var(--burgundy);
  letter-spacing: -0.02em;
  white-space: nowrap;
}
.mark-text em {
  color: var(--brass);
  font-style: normal;
  margin: 0 4px;
  font-weight: 400;
}
.masthead .nav-meta {
  display: flex;
  gap: 26px;
  align-items: center;
}
.masthead .nav-meta a {
  font-family: "Space Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--burgundy-deep);
  text-decoration: none;
  transition: color 0.2s;
}
.masthead .nav-meta a:hover { color: var(--brass); }
.masthead .nav-meta a.book-tab,
.masthead a.book-tab {
  padding: 11px 22px;
  background: var(--burgundy-deep);
  color: var(--brass);
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.02em;
  text-transform: none;
  border: 1px solid var(--brass);
  box-shadow: 0 1px 0 rgba(238, 203, 117, 0.25) inset, 0 6px 18px -8px rgba(36, 6, 9, 0.6);
  transition: background 0.2s, color 0.2s, border-color 0.2s, transform 0.2s, box-shadow 0.2s;
}
.masthead .nav-meta a.book-tab:hover,
.masthead a.book-tab:hover {
  background: var(--burgundy);
  color: var(--brass-glow);
  border-color: var(--brass-glow);
  transform: translateY(-1px);
  box-shadow: 0 1px 0 rgba(238, 203, 117, 0.4) inset, 0 10px 22px -8px rgba(36, 6, 9, 0.7);
}
.masthead .nav-toggle {
  display: none;
  width: 44px; height: 44px;
  border: 1px solid var(--burgundy);
  padding: 0;
  align-items: center;
  justify-content: center;
  gap: 4px;
  flex-direction: column;
}
.masthead .nav-toggle span {
  display: block;
  width: 20px; height: 2px;
  background: var(--burgundy);
  transition: transform 0.2s, opacity 0.2s;
}
.masthead .nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.masthead .nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.masthead .nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

@media (max-width: 980px) {
  .masthead .nav-meta { display: none; }
  .masthead .nav-toggle { display: flex; }
}

/* Mobile nav drawer */
.mobile-nav {
  position: sticky;
  top: 74px;
  z-index: 49;
  background: var(--burgundy-deep);
  color: var(--brass-light);
  padding: 20px 24px 28px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  border-bottom: 1px solid var(--brass);
}
.mobile-nav[hidden] { display: none; }
.mobile-nav a {
  padding: 12px 4px;
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-size: 22px;
  color: var(--paper);
  text-decoration: none;
  border-bottom: 1px solid rgba(184, 137, 46, 0.25);
}
.mobile-nav a:last-of-type { border-bottom: none; }
.mobile-nav .mobile-book {
  margin-top: 16px;
  padding: 14px 20px;
  background: var(--brass);
  color: var(--burgundy-deep);
  font-weight: 900;
  text-align: center;
  border: 1px solid var(--brass-light);
}

/* ============ COVER — FIRST VIEWPORT ============ */
.cover {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  min-height: calc(100vh - 74px);
  background: var(--burgundy-deep);
  position: relative;
  overflow: hidden;
}
@media (max-width: 900px) { .cover { grid-template-columns: 1fr; min-height: auto; } }

.cover-portrait {
  position: relative;
  overflow: hidden;
  background: var(--burgundy);
  min-height: 520px;
}
.cover-portrait::before {
  content: "";
  position: absolute; inset: 0;
  background: repeating-linear-gradient(90deg,
    #b8892e 0 12px, #7a5030 12px 24px,
    #3d0f14 24px 44px, #7a5030 44px 56px);
  opacity: 0.9;
}
.cover-portrait::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(60, 15, 20, 0.15) 0%, rgba(36, 6, 9, 0.85) 100%);
  z-index: 1;
}
.cover-portrait .frame {
  position: absolute;
  inset: 40px;
  border: 2px solid var(--brass);
  z-index: 3;
  pointer-events: none;
}
.cover-portrait .frame::before,
.cover-portrait .frame::after {
  content: "";
  position: absolute;
  width: 32px; height: 32px;
  border: 2px solid var(--brass-light);
}
.cover-portrait .frame::before { top: -8px; left: -8px; border-right: none; border-bottom: none; }
.cover-portrait .frame::after  { bottom: -8px; right: -8px; border-left: none; border-top: none; }
.cover-portrait img {
  position: absolute;
  inset: 40px;
  width: calc(100% - 80px);
  height: calc(100% - 80px);
  object-fit: cover;
  z-index: 2;
  filter: sepia(0.15) contrast(1.06) saturate(1.04);
  box-shadow: 0 40px 80px rgba(0,0,0,0.6);
  animation: kenburns 22s ease-in-out infinite;
}
.cover-portrait .frame-caption {
  position: absolute;
  bottom: 60px; left: 60px;
  z-index: 3;
  color: var(--brass-light);
  font-family: "Space Mono", monospace;
  font-size: 10px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}
.cover-portrait .plate-num {
  position: absolute;
  top: 50px; right: 60px;
  z-index: 3;
  color: var(--brass);
  font-family: "Playfair Display", serif;
  font-weight: 900;
  font-style: italic;
  font-size: 84px;
  line-height: 1;
  letter-spacing: -0.03em;
  text-shadow: 2px 2px 12px rgba(0,0,0,0.6);
}
.cover-portrait .plate-num small {
  display: block;
  font-family: "Space Mono", monospace;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.3em;
  color: var(--brass);
  text-align: right;
  margin-top: 8px;
}

.cover-text {
  padding: 72px 60px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: var(--bone);
  background: var(--burgundy-deep);
  position: relative;
  overflow: hidden;
  gap: 40px;
}
.cover-text .pattern-strip {
  position: absolute;
  top: 0; bottom: 0; left: 0;
  width: 4px;
  background: repeating-linear-gradient(0deg,
    var(--brass) 0 12px, var(--sepia) 12px 24px,
    var(--brass-light) 24px 28px, var(--sepia) 28px 40px);
}
.cover-text .maison-mono {
  font-family: "Space Mono", monospace;
  font-size: 10px;
  letter-spacing: 0.4em;
  color: var(--brass);
  text-transform: uppercase;
}
.cover-text h1 {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-style: italic;
  font-size: clamp(56px, 8vw, 128px);
  line-height: 0.95;
  color: var(--paper);
  margin-top: 24px;
  letter-spacing: -0.03em;
}
.cover-text h1 em {
  font-weight: 900;
  font-style: italic;
  color: var(--brass-light);
  display: block;
}
.cover-text h1 .script-word {
  font-family: "Great Vibes", cursive;
  font-weight: 400;
  font-style: normal;
  color: var(--brass);
  font-size: 1.1em;
  display: inline-block;
  transform: rotate(-3deg) translateY(-6px);
  letter-spacing: 0.01em;
}
.cover-text .dek {
  font-family: "Cormorant Garamond", serif;
  font-size: 22px;
  font-style: italic;
  line-height: 1.5;
  color: var(--bone);
  margin-top: 32px;
  max-width: 42ch;
  padding-left: 20px;
  border-left: 2px solid var(--brass);
  position: relative;
}
.cover-text .dek::before {
  content: "\201C";
  position: absolute;
  left: 4px; top: -30px;
  font-family: "Playfair Display", serif;
  font-size: 90px;
  color: var(--brass);
  line-height: 1;
  opacity: 0.6;
}
.cover-text .col-bottom {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 20px;
  flex-wrap: wrap;
}
.cover-text .col-bottom .place {
  font-family: "Space Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.3em;
  color: var(--brass);
  text-transform: uppercase;
}
.cover-text .col-bottom .place strong {
  display: block;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-style: italic;
  font-size: 24px;
  color: var(--paper);
  letter-spacing: 0;
  text-transform: none;
  margin-top: 4px;
}
.cover-text .col-bottom .cta {
  padding: 18px 28px;
  background: var(--brass);
  color: var(--burgundy-deep);
  font-family: "Playfair Display", serif;
  font-weight: 900;
  font-style: italic;
  font-size: 18px;
  text-decoration: none;
  letter-spacing: 0.02em;
  border: 1px solid var(--brass-light);
  position: relative;
  transition: transform 0.2s, background 0.2s;
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.cover-text .col-bottom .cta:hover { background: var(--brass-light); transform: translate(-2px, -2px); }
.cover-text .col-bottom .cta::after {
  content: "";
  position: absolute; inset: 0;
  border: 1px solid var(--brass-light);
  transform: translate(6px, 6px);
  z-index: -1;
}

/* ============ MARQUEE TICKER ============ */
.ticker {
  background: var(--burgundy);
  color: var(--brass-light);
  border-top: 1px solid var(--brass);
  border-bottom: 1px solid var(--brass);
  overflow: hidden;
  position: relative;
}
@keyframes marquee {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
.ticker-track {
  display: flex;
  align-items: center;
  white-space: nowrap;
  animation: marquee 40s linear infinite;
  padding: 18px 0;
  gap: 40px;
}
.ticker-track span {
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-weight: 400;
  font-size: 24px;
}
.ticker-track span em {
  color: var(--brass);
  margin: 0 20px;
  font-style: normal;
  font-family: "Space Mono", monospace;
  font-size: 14px;
  letter-spacing: 0.3em;
}
.ticker:hover .ticker-track { animation-play-state: paused; }

/* ============ CHAPTER MARKS ============ */
.chapter-mark {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 60px 0 24px;
  color: var(--brass);
}
.chapter-mark .num {
  font-family: "Playfair Display", serif;
  font-weight: 900;
  font-style: italic;
  font-size: 44px;
  line-height: 1;
  color: var(--brass);
}
.chapter-mark .rule {
  flex: 0 0 60px;
  height: 1px;
  background: var(--brass);
}
.chapter-mark .label {
  font-family: "Space Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: var(--burgundy);
}
.chapter-mark--light .num,
.chapter-mark--light .label { color: var(--brass-light); }
.chapter-mark--light .rule { background: var(--brass-light); }

/* ============ PLATE INDEX ============ */
.plate-index {
  background: var(--paper);
  padding: 40px 40px 60px;
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
}
.index-hd {
  text-align: center;
  max-width: 700px;
  margin: 20px auto 56px;
}
.index-hd h2 {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-style: italic;
  font-size: clamp(48px, 6vw, 84px);
  line-height: 1;
  color: var(--burgundy-deep);
  margin-top: 20px;
  letter-spacing: -0.03em;
}
.index-hd h2 strong { font-weight: 900; color: var(--burgundy); }
.index-hd h2 .script-word {
  font-family: "Great Vibes", cursive;
  color: var(--brass);
  font-weight: 400;
  font-size: 1em;
}
.index-hd p {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: 22px;
  color: var(--sepia);
  margin-top: 24px;
  line-height: 1.4;
}
.index-hd .ornament-line {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 20px;
  color: var(--brass);
}
.index-hd .ornament-line svg { width: 60px; height: 20px; }
.index-hd .ornament-line .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--brass); }

.plates {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 40px 32px;
}
@media (max-width: 900px) { .plates { grid-template-columns: repeat(6, 1fr); gap: 32px 24px; } }
@media (max-width: 620px) { .plates { grid-template-columns: 1fr; gap: 40px; } }

.plate {
  display: flex;
  flex-direction: column;
  grid-column: span 4;
  transition: transform 0.4s cubic-bezier(0.2, 0.6, 0.2, 1);
  color: inherit;
  text-decoration: none;
}
@media (max-width: 900px) { .plate { grid-column: span 3; } }
@media (max-width: 620px) { .plate { grid-column: span 1; } }

.plate.tilt-l { transform: rotate(-1.2deg); }
.plate.tilt-r { transform: rotate(1.4deg); }
.plate:hover { transform: rotate(0) translateY(-6px); z-index: 5; }

.plate.wide { grid-column: span 6; display: grid; grid-template-columns: 1fr 1fr; gap: 32px; align-items: center; }
@media (max-width: 620px) { .plate.wide { grid-column: span 1; grid-template-columns: 1fr; } }

.plate-photo {
  position: relative;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  padding: 18px;
  background: var(--burgundy);
  box-shadow: 0 12px 32px rgba(18, 8, 10, 0.2);
  transition: box-shadow 0.4s ease;
}
.plate:hover .plate-photo { box-shadow: 0 22px 48px rgba(18, 8, 10, 0.35); }

.plate-photo.stripe-brass  { background: repeating-linear-gradient(0deg, var(--brass) 0 6px, var(--sepia) 6px 12px); }
.plate-photo.dot-burgundy  { background: radial-gradient(circle at 50% 50%, var(--brass-light) 2px, transparent 3px), var(--burgundy); background-size: 16px 16px, auto; }
.plate-photo.diamond-indigo{ background: repeating-linear-gradient(45deg, var(--indigo-studio) 0 10px, var(--brass) 10px 12px); }
.plate-photo.stripe-sepia  { background: repeating-linear-gradient(90deg, var(--sepia) 0 8px, var(--paper) 8px 12px, var(--burgundy) 12px 22px); }
.plate-photo.dot-indigo    { background: radial-gradient(circle at 50% 50%, var(--brass-light) 2px, transparent 3px), var(--indigo-studio); background-size: 14px 14px, auto; }
.plate-photo.stripe-mixed  { background: repeating-linear-gradient(90deg, var(--brass) 0 8px, var(--burgundy) 8px 20px, var(--indigo-studio) 20px 28px); }
.plate-photo.stripe-wide   { background: repeating-linear-gradient(0deg, var(--indigo-studio) 0 10px, var(--brass) 10px 14px, var(--burgundy) 14px 26px); }

.plate-photo img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
  filter: sepia(0.12) contrast(1.05) saturate(1.04);
  transition: transform 0.8s ease, filter 0.4s ease;
}
.plate:hover .plate-photo img { transform: scale(1.04); filter: sepia(0.05) contrast(1.08) saturate(1.1); }

.plate-photo .plate-tag {
  position: absolute; top: 0; left: 0;
  background: var(--brass);
  color: var(--burgundy-deep);
  padding: 5px 12px;
  font-family: "Space Mono", monospace;
  font-size: 10px;
  letter-spacing: 0.25em;
  font-weight: 700;
  z-index: 3;
}
.plate-photo .plate-year {
  position: absolute; top: 0; right: 0;
  background: var(--burgundy-deep);
  color: var(--brass);
  padding: 5px 12px;
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-weight: 700;
  font-size: 14px;
  z-index: 3;
}
.plate-photo .stamp {
  position: absolute; bottom: 22px; right: 22px;
  z-index: 4;
  color: var(--brass-light);
  font-family: "Space Mono", monospace;
  font-size: 9px;
  letter-spacing: 0.25em;
  padding: 4px 10px;
  border: 1px solid var(--brass-light);
  background: rgba(36, 6, 9, 0.7);
  backdrop-filter: blur(3px);
  transform: rotate(-6deg);
  opacity: 0;
  transition: opacity 0.4s ease;
}
.plate:hover .plate-photo .stamp { opacity: 1; }

.plate-caption {
  padding: 22px 4px 0;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: baseline;
  gap: 12px;
  border-top: 1px solid var(--sepia);
  margin-top: 14px;
  position: relative;
}
.plate-caption::before {
  content: "";
  position: absolute; top: -1px; left: 0;
  width: 40px; height: 3px;
  background: var(--brass);
}
.plate-caption h3 {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-style: italic;
  font-size: 30px;
  line-height: 1.05;
  color: var(--burgundy-deep);
  letter-spacing: -0.02em;
}
.plate-caption h3 strong { font-weight: 900; color: var(--burgundy); }
.plate-caption .price {
  font-family: "Playfair Display", serif;
  font-weight: 900;
  font-style: italic;
  font-size: 22px;
  color: var(--brass);
  white-space: nowrap;
}
.plate-meta {
  padding: 8px 4px 0;
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  font-family: "Space Mono", monospace;
  font-size: 10px;
  letter-spacing: 0.2em;
  color: var(--sepia);
  text-transform: uppercase;
}
.plate-meta .dot::before { content: "\2022"; margin-right: 10px; color: var(--brass); }
.plate-meta .dot:first-child::before { content: ""; margin: 0; }

/* Wide plate body */
.plate.wide .plate-body { padding: 20px 0; }
.plate.wide .plate-body .drop-cap {
  float: left;
  font-family: "Playfair Display", serif;
  font-weight: 900;
  font-style: italic;
  font-size: 90px;
  line-height: 0.78;
  color: var(--brass);
  margin-right: 12px;
  margin-top: 6px;
}
.plate.wide .plate-body p {
  font-family: "Cormorant Garamond", serif;
  font-size: 20px;
  line-height: 1.55;
  color: var(--sepia-dark);
}
.plate.wide .plate-body .caption {
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid var(--sepia);
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: baseline;
  gap: 12px;
}
.plate.wide .plate-body .caption h3 {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-style: italic;
  font-size: 34px;
  color: var(--burgundy-deep);
  line-height: 1;
}
.plate.wide .plate-body .caption h3 strong { font-weight: 900; color: var(--burgundy); }
.plate.wide .plate-body .caption .price {
  font-family: "Playfair Display", serif;
  font-weight: 900;
  font-style: italic;
  font-size: 26px;
  color: var(--brass);
}
.plate.wide .plate-body .meta {
  margin-top: 12px;
  font-family: "Space Mono", monospace;
  font-size: 10px;
  letter-spacing: 0.25em;
  color: var(--sepia);
  text-transform: uppercase;
}

.index-foot, .boutique-foot, .ledger-foot, .faq-foot {
  text-align: center;
  padding-top: 48px;
}
.index-more, .boutique-more, .ledger-more, .faq-more {
  font-family: "Space Mono", monospace;
  font-size: 12px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--burgundy);
  text-decoration: none;
  padding: 14px 24px;
  border: 1px solid var(--brass);
  display: inline-block;
  transition: background 0.2s, color 0.2s;
}
.index-more:hover, .boutique-more:hover, .faq-more:hover {
  background: var(--brass);
  color: var(--burgundy-deep);
}
.ledger-more { color: var(--brass-light); border-color: var(--brass); }
.ledger-more:hover { background: var(--brass); color: var(--burgundy-deep); }

/* ============ BEFORE / AFTER ============ */
.before-after {
  background: var(--burgundy-deep);
  color: var(--paper);
  padding: 60px 40px 100px;
  position: relative;
  overflow: hidden;
}
.before-after::before {
  content: ""; position: absolute; inset: 0;
  background: repeating-linear-gradient(90deg, var(--brass) 0 1px, transparent 1px 80px);
  opacity: 0.08; pointer-events: none;
}
.ba-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 60px;
  align-items: center;
  position: relative;
}
@media (max-width: 900px) { .ba-inner { grid-template-columns: 1fr; } }

.ba-text h2 {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-style: italic;
  font-size: clamp(44px, 6vw, 80px);
  line-height: 0.98;
  color: var(--paper);
  margin-top: 16px;
  letter-spacing: -0.03em;
}
.ba-text h2 strong { font-weight: 900; color: var(--brass-light); }
.ba-text p {
  font-family: "Cormorant Garamond", serif;
  font-size: 21px;
  line-height: 1.55;
  color: var(--bone);
  margin-top: 24px;
  max-width: 44ch;
}
.ba-text .hint {
  font-family: "Space Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.3em;
  color: var(--brass);
  margin-top: 24px;
  text-transform: uppercase;
  display: inline-block;
  padding: 8px 16px;
  border: 1px solid var(--brass);
}

.ba-slider {
  position: relative;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  cursor: ew-resize;
  user-select: none;
  padding: 16px;
  background: repeating-linear-gradient(0deg, var(--brass) 0 6px, var(--sepia) 6px 12px);
  box-shadow: 0 40px 80px rgba(0,0,0,0.5);
}
.ba-slider .ba-inner-frame { position: relative; width: 100%; height: 100%; overflow: hidden; }
.ba-slider img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
  filter: sepia(0.15) contrast(1.05);
}
.ba-slider .after { clip-path: inset(0 0 0 50%); transition: clip-path 0.1s ease; }
.ba-slider .before-label,
.ba-slider .after-label {
  position: absolute; top: 24px;
  z-index: 4;
  font-family: "Space Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  padding: 6px 12px;
  background: var(--burgundy-deep);
  color: var(--brass-light);
  border: 1px solid var(--brass);
}
.ba-slider .before-label { left: 32px; }
.ba-slider .after-label  { right: 32px; }
.ba-slider .divider {
  position: absolute;
  top: 16px; bottom: 16px;
  left: 50%;
  width: 2px;
  background: var(--brass-light);
  transform: translateX(-50%);
  z-index: 5;
  pointer-events: none;
}
.ba-slider .divider::before {
  content: "\2194";
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 48px; height: 48px;
  background: var(--brass);
  color: var(--burgundy-deep);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: 900;
  box-shadow: 0 4px 12px rgba(0,0,0,0.5);
  border: 2px solid var(--brass-light);
}

/* ============ ATELIER / ARTIST ============ */
.artist-panel {
  background: var(--paper-warm);
  padding: 60px 40px 100px;
  position: relative;
  overflow: hidden;
}
.artist-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 80px;
  align-items: center;
}
@media (max-width: 900px) { .artist-inner { grid-template-columns: 1fr; gap: 48px; } }

.artist-photo {
  position: relative;
  aspect-ratio: 4 / 5;
  padding: 18px;
  background: repeating-linear-gradient(0deg, var(--brass) 0 4px, var(--sepia) 4px 8px);
  box-shadow: 0 30px 60px rgba(93, 45, 22, 0.35);
  transform: rotate(-2deg);
}
.artist-photo img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
  filter: sepia(0.15) contrast(1.05);
}
.artist-photo::before {
  content: "MMXXVI";
  position: absolute;
  bottom: -14px; right: 24px;
  background: var(--burgundy);
  color: var(--brass-light);
  padding: 6px 14px;
  font-family: "Playfair Display", serif;
  font-weight: 900;
  font-style: italic;
  font-size: 16px;
  border: 1px solid var(--brass);
  transform: rotate(3deg);
}

.artist-text h3 {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-style: italic;
  font-size: clamp(48px, 5.5vw, 88px);
  line-height: 0.96;
  margin-top: 16px;
  letter-spacing: -0.03em;
  color: var(--burgundy-deep);
}
.artist-text h3 strong { font-weight: 900; color: var(--burgundy); }
.artist-text h3 .script-word {
  font-family: "Great Vibes", cursive;
  font-weight: 400;
  color: var(--brass);
  display: inline-block;
  transform: rotate(-4deg);
}
.artist-text p {
  font-family: "Cormorant Garamond", serif;
  font-size: 22px;
  line-height: 1.55;
  color: var(--sepia-dark);
  margin-top: 24px;
  max-width: 48ch;
}
.artist-text p .drop-cap {
  float: left;
  font-family: "Playfair Display", serif;
  font-weight: 900;
  font-style: italic;
  font-size: 76px;
  line-height: 0.8;
  color: var(--burgundy);
  margin-right: 12px;
  margin-top: 4px;
}
.artist-text p + p { margin-top: 16px; }
.artist-text .signature {
  font-family: "Great Vibes", cursive;
  font-weight: 400;
  font-size: 62px;
  color: var(--brass);
  margin-top: 24px;
  line-height: 1;
  transform: rotate(-3deg);
  display: inline-block;
}
.artist-text .signature-sub {
  font-family: "Space Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.3em;
  color: var(--sepia);
  text-transform: uppercase;
  margin-top: 4px;
  display: block;
}
.artist-text .atelier-cta {
  margin-top: 32px;
  font-family: "Space Mono", monospace;
  font-size: 12px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}
.artist-text .atelier-cta a {
  color: var(--burgundy);
  text-decoration: none;
  border-bottom: 1px solid var(--brass);
  padding-bottom: 4px;
  transition: color 0.2s;
}
.artist-text .atelier-cta a:hover { color: var(--brass); }

/* ============ BOUTIQUE ============ */
.boutique {
  background: var(--paper);
  padding: 0 40px 100px;
  max-width: 1440px;
  margin: 0 auto;
}
.boutique-hd {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--sepia);
  margin-bottom: 40px;
  flex-wrap: wrap;
  gap: 20px;
}
.boutique-hd h2 {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-style: italic;
  font-size: clamp(40px, 5vw, 68px);
  line-height: 1;
  color: var(--burgundy-deep);
  letter-spacing: -0.03em;
}
.boutique-hd h2 strong { font-weight: 900; color: var(--burgundy); }
.boutique-hd .caption {
  font-family: "Space Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.25em;
  color: var(--brass);
  text-transform: uppercase;
}
.products {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
@media (max-width: 900px) { .products { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 500px) { .products { grid-template-columns: 1fr; } }

.product {
  background: var(--paper-warm);
  padding: 20px 20px 24px;
  border: 1px solid var(--sepia);
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-decoration: none;
  color: inherit;
  display: block;
}
.product:hover { transform: translateY(-4px); box-shadow: 0 20px 40px rgba(93, 45, 22, 0.15); }
.product-img {
  aspect-ratio: 1;
  background: var(--paper);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid var(--brass);
}
.product-img img { width: 90%; height: 90%; object-fit: contain; filter: sepia(0.05); }
.product-tag {
  position: absolute;
  top: 12px; right: 12px;
  background: var(--brass);
  color: var(--burgundy-deep);
  font-family: "Space Mono", monospace;
  font-size: 9px;
  letter-spacing: 0.2em;
  padding: 4px 10px;
  z-index: 3;
}
.product-body {
  padding-top: 16px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: baseline;
  gap: 12px;
}
.product-body h4 {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-style: italic;
  font-size: 22px;
  color: var(--burgundy-deep);
  line-height: 1.05;
  letter-spacing: -0.01em;
}
.product-body h4 strong { font-weight: 900; }
.product-body .price {
  font-family: "Playfair Display", serif;
  font-weight: 900;
  font-style: italic;
  font-size: 18px;
  color: var(--brass);
}
.product-body .type {
  grid-column: 1 / -1;
  font-family: "Space Mono", monospace;
  font-size: 10px;
  letter-spacing: 0.2em;
  color: var(--sepia);
  text-transform: uppercase;
  margin-top: 4px;
}

/* ============ LEDGER / TESTIMONIALS ============ */
.ledger {
  background: var(--burgundy);
  color: var(--paper);
  padding: 60px 40px 100px;
  position: relative;
  overflow: hidden;
}
.ledger::before {
  content: ""; position: absolute; inset: 0;
  background: repeating-linear-gradient(0deg, var(--brass) 0 1px, transparent 1px 80px);
  opacity: 0.06; pointer-events: none;
}
.ledger-inner { max-width: 1440px; margin: 0 auto; position: relative; }
.ledger-hd {
  text-align: center;
  margin-bottom: 56px;
}
.ledger-hd h2 {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-style: italic;
  font-size: clamp(44px, 6vw, 84px);
  line-height: 1;
  color: var(--paper);
  letter-spacing: -0.03em;
  margin-top: 12px;
}
.ledger-hd h2 strong { font-weight: 900; color: var(--brass-light); }
.ledger-hd .stat {
  display: inline-flex;
  align-items: baseline;
  gap: 12px;
  margin-top: 24px;
  color: var(--brass-light);
}
.ledger-hd .stat .big {
  font-family: "Playfair Display", serif;
  font-weight: 900;
  font-style: italic;
  font-size: 60px;
  color: var(--brass);
  line-height: 1;
}
.ledger-hd .stat .small {
  font-family: "Space Mono", monospace;
  font-size: 12px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}
.voices {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (max-width: 900px) { .voices { grid-template-columns: 1fr; } }
.voice {
  background: var(--burgundy-deep);
  padding: 32px 28px 28px;
  border: 1px solid var(--brass);
  position: relative;
  transition: transform 0.3s ease;
}
.voice:hover { transform: translateY(-4px); }
.voice::before {
  content: "\201C";
  position: absolute;
  top: -20px; left: 20px;
  font-family: "Playfair Display", serif;
  font-size: 96px;
  color: var(--brass);
  line-height: 1;
}
.voice .stars { color: var(--brass-light); font-size: 18px; letter-spacing: 4px; }
.voice .quote {
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  font-style: italic;
  font-size: 20px;
  line-height: 1.5;
  color: var(--paper);
  margin-top: 20px;
}
.voice .attribution {
  margin-top: 24px;
  padding-top: 16px;
  border-top: 1px solid var(--sepia);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.voice .attribution .name {
  font-family: "Playfair Display", serif;
  font-weight: 900;
  font-style: italic;
  font-size: 18px;
  color: var(--brass-light);
}
.voice .attribution .place {
  font-family: "Space Mono", monospace;
  font-size: 10px;
  letter-spacing: 0.25em;
  color: var(--brass);
  text-transform: uppercase;
}

/* ============ FAQ MONOGRAPH ============ */
.faq {
  background: var(--paper);
  padding: 60px 40px 100px;
  max-width: 1000px;
  margin: 0 auto;
}
.faq-hd { text-align: center; margin-bottom: 48px; }
.faq-hd h2 {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-style: italic;
  font-size: clamp(44px, 6vw, 76px);
  color: var(--burgundy-deep);
  line-height: 1;
  letter-spacing: -0.03em;
  margin-top: 12px;
}
.faq-hd h2 strong { font-weight: 900; color: var(--burgundy); }
.faq-list details {
  border-bottom: 1px solid var(--sepia);
  padding: 24px 0;
  cursor: pointer;
}
.faq-list summary {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-style: italic;
  font-size: 26px;
  color: var(--burgundy-deep);
  letter-spacing: -0.01em;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 16px;
}
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary strong { font-weight: 900; color: var(--burgundy); }
.faq-list summary::after {
  content: "+";
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: 32px;
  color: var(--brass);
  line-height: 1;
  transition: transform 0.2s;
}
.faq-list details[open] summary::after { transform: rotate(45deg); }
.faq-list details p {
  margin-top: 16px;
  font-family: "Cormorant Garamond", serif;
  font-size: 20px;
  line-height: 1.55;
  color: var(--sepia-dark);
  max-width: 68ch;
}

/* ============ BOOKING FINALE ============ */
.book-plate {
  background:
    linear-gradient(180deg, rgba(60,15,20,0.6) 0%, rgba(36,6,9,0.95) 100%),
    var(--burgundy-deep);
  color: var(--paper);
  padding: 120px 40px;
  position: relative;
  overflow: hidden;
}
.book-plate::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 6px;
  background: repeating-linear-gradient(90deg,
    var(--brass) 0 20px, var(--sepia) 20px 40px, var(--burgundy-mid) 40px 60px);
}
.book-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 60px;
  align-items: end;
}
@media (max-width: 780px) { .book-inner { grid-template-columns: 1fr; } }
.book-inner h2 {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-style: italic;
  font-size: clamp(52px, 8vw, 120px);
  line-height: 0.94;
  color: var(--paper);
  margin-top: 20px;
  letter-spacing: -0.03em;
}
.book-inner h2 strong { font-weight: 900; color: var(--brass-light); }
.book-inner h2 .script-word {
  font-family: "Great Vibes", cursive;
  color: var(--brass);
  font-weight: 400;
  display: inline-block;
  transform: rotate(-4deg);
  font-size: 1.1em;
}
.book-inner .dek {
  font-family: "Cormorant Garamond", serif;
  font-size: 22px;
  font-style: italic;
  color: var(--bone);
  margin-top: 24px;
  max-width: 44ch;
}
.book-btn {
  padding: 32px 44px;
  background: var(--brass);
  color: var(--burgundy-deep);
  text-decoration: none;
  display: block;
  text-align: center;
  font-family: "Playfair Display", serif;
  font-weight: 900;
  font-style: italic;
  font-size: 32px;
  letter-spacing: -0.01em;
  border: 1px solid var(--brass-light);
  transition: transform 0.2s ease, background 0.2s ease;
  position: relative;
}
.book-btn::after {
  content: "";
  position: absolute; inset: 0;
  border: 1px solid var(--brass-light);
  transform: translate(8px, 8px);
  z-index: -1;
}
.book-btn:hover { background: var(--brass-light); transform: translate(-2px, -2px); }
.book-btn small {
  display: block;
  font-family: "Space Mono", monospace;
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.3em;
  color: var(--burgundy);
  margin-top: 10px;
}

/* ============ FOOTER ARCHIVE ============ */
footer.archive {
  background: var(--burgundy-deep);
  color: var(--bone);
  padding: 80px 40px 40px;
  border-top: 1px solid var(--brass);
}
.arch-inner {
  max-width: 1440px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 48px;
}
@media (max-width: 780px) { .arch-inner { grid-template-columns: 1fr 1fr; } }
.arch-inner .brand {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-style: italic;
  font-size: 40px;
  line-height: 1;
  color: var(--paper);
  letter-spacing: -0.02em;
}
.arch-inner .brand strong { color: var(--brass-light); font-weight: 900; }
.arch-inner .lede {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: 18px;
  color: var(--bone);
  margin-top: 16px;
  max-width: 40ch;
}
.arch-inner .socials {
  display: flex;
  gap: 12px;
  margin-top: 20px;
}
.arch-inner .socials a {
  width: 42px; height: 42px;
  border: 1px solid var(--brass);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--brass);
  text-decoration: none;
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-weight: 700;
  font-size: 16px;
  transition: background 0.2s, color 0.2s;
}
.arch-inner .socials a:hover { background: var(--brass); color: var(--burgundy-deep); }
.arch-inner h4 {
  font-family: "Space Mono", monospace;
  font-size: 10px;
  letter-spacing: 0.3em;
  color: var(--brass);
  text-transform: uppercase;
  margin-bottom: 14px;
}
.arch-inner p, .arch-inner a {
  font-family: "Cormorant Garamond", serif;
  color: var(--bone);
  text-decoration: none;
  font-size: 17px;
  line-height: 1.55;
}
.arch-inner a:hover { color: var(--brass-light); }
.imprint {
  max-width: 1440px;
  margin: 60px auto 0;
  padding-top: 24px;
  border-top: 1px solid rgba(184, 137, 46, 0.3);
  font-family: "Space Mono", monospace;
  font-size: 10px;
  letter-spacing: 0.3em;
  color: var(--brass);
  text-transform: uppercase;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}

/* ============================================================
   SUBPAGE PATTERNS — used across a-propos, services, gallery,
   temoignages, faq, contact, reservation.
   ============================================================ */

/* Compact page cover — replaces the full-viewport home cover */
.page-cover {
  position: relative;
  background: linear-gradient(180deg, var(--burgundy-deep) 0%, var(--burgundy) 90%);
  color: var(--paper);
  padding: 110px 40px 80px;
  overflow: hidden;
  isolation: isolate;
}
.page-cover::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 20% 30%, rgba(184, 137, 46, 0.20), transparent 60%),
    radial-gradient(ellipse at 80% 70%, rgba(90, 23, 29, 0.6), transparent 55%),
    repeating-linear-gradient(135deg, transparent 0 12px, rgba(184, 137, 46, 0.04) 12px 13px);
  z-index: -1;
}
.page-cover::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 100vw;
  height: 6px;
  transform: translateX(-50%);
  background: linear-gradient(90deg, transparent, var(--brass) 20%, var(--brass-glow) 50%, var(--brass) 80%, transparent);
  opacity: 0.55;
}
.page-cover-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 40px;
  align-items: end;
}
@media (max-width: 780px) {
  .page-cover-inner { grid-template-columns: 1fr; gap: 24px; }
  .page-cover { padding: 100px 24px 56px; }
}
.page-cover .eye { color: var(--brass-light); margin-bottom: 20px; }
.page-cover h1 {
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-weight: 900;
  font-size: clamp(52px, 8vw, 96px);
  line-height: 0.95;
  color: var(--paper);
  margin-bottom: 20px;
  letter-spacing: -0.02em;
}
.page-cover h1 .script-word {
  font-family: "Great Vibes", cursive;
  font-weight: 400;
  color: var(--brass-glow);
  font-size: 1.05em;
  line-height: 0.9;
  margin-right: 0.15em;
}
.page-cover .lede {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: clamp(18px, 2vw, 22px);
  color: var(--bone);
  max-width: 620px;
  line-height: 1.45;
}
.page-cover-meta {
  font-family: "Space Mono", monospace;
  font-size: 10px;
  letter-spacing: 0.35em;
  color: var(--brass);
  text-transform: uppercase;
  text-align: right;
  line-height: 1.8;
}
.page-cover-meta strong {
  display: block;
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-size: 22px;
  letter-spacing: -0.01em;
  color: var(--brass-glow);
  text-transform: none;
  margin-bottom: 6px;
}
@media (max-width: 780px) {
  .page-cover-meta { text-align: left; }
}

/* Editorial section wrapper */
.editorial {
  padding: 100px 40px;
  background: var(--paper);
}
.editorial--warm { background: var(--paper-warm); }
.editorial--ink { background: var(--indigo-studio); color: var(--paper); }
.editorial-inner { max-width: 1200px; margin: 0 auto; }
@media (max-width: 780px) { .editorial { padding: 72px 24px; } }

/* Prose/text column for about, faq answers, etc. */
.prose {
  font-family: "Cormorant Garamond", serif;
  font-size: 20px;
  line-height: 1.7;
  color: var(--ink);
  max-width: 720px;
}
.prose p + p { margin-top: 20px; }
.prose strong { color: var(--burgundy-deep); font-weight: 600; }
.prose em { color: var(--sepia-dark); }
.prose .drop::first-letter {
  font-family: "Playfair Display", serif;
  font-weight: 900;
  font-style: italic;
  font-size: 5.5em;
  float: left;
  line-height: 0.85;
  margin: 8px 12px 0 0;
  color: var(--burgundy);
  text-shadow: 2px 3px 0 rgba(184, 137, 46, 0.2);
}

/* Two-column editorial layout (image + text) */
.duet {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.duet--wide-left { grid-template-columns: 1.3fr 1fr; }
.duet--wide-right { grid-template-columns: 1fr 1.3fr; }
@media (max-width: 900px) {
  .duet, .duet--wide-left, .duet--wide-right { grid-template-columns: 1fr; gap: 48px; }
}
.duet-image {
  position: relative;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  border: 1px solid var(--brass);
  box-shadow: 0 30px 60px -20px rgba(36, 6, 9, 0.4), 0 0 0 6px var(--paper) inset;
}
.duet-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: sepia(0.05) saturate(1.02);
  transition: transform 0.8s ease;
}
.duet-image:hover img { transform: scale(1.04); }
.duet-image .frame-corner {
  position: absolute;
  width: 22px; height: 22px;
  border: 2px solid var(--brass-glow);
}
.duet-image .frame-corner.tl { top: 10px; left: 10px; border-right: none; border-bottom: none; }
.duet-image .frame-corner.tr { top: 10px; right: 10px; border-left: none; border-bottom: none; }
.duet-image .frame-corner.bl { bottom: 10px; left: 10px; border-right: none; border-top: none; }
.duet-image .frame-corner.br { bottom: 10px; right: 10px; border-left: none; border-top: none; }
.duet-image .stamp {
  position: absolute;
  bottom: -14px; left: 24px;
  background: var(--brass);
  color: var(--burgundy-deep);
  font-family: "Space Mono", monospace;
  font-size: 10px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  padding: 6px 14px;
  border: 1px solid var(--brass-light);
}
.duet-text h2 {
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-weight: 900;
  font-size: clamp(36px, 5vw, 56px);
  line-height: 1.02;
  color: var(--burgundy-deep);
  margin-bottom: 24px;
  letter-spacing: -0.02em;
}
.duet-text h2 .script-word {
  font-family: "Great Vibes", cursive;
  font-weight: 400;
  color: var(--brass);
  font-size: 1.1em;
}
.duet-text .eye { color: var(--sepia-dark); margin-bottom: 18px; }
.duet-text .ornament-line {
  width: 80px;
  height: 1px;
  background: linear-gradient(90deg, var(--brass), transparent);
  margin: 20px 0 24px;
}

/* Values / credo list — used on a-propos */
.credo-list {
  list-style: none;
  padding: 0;
  margin: 32px 0 0;
  display: grid;
  gap: 20px;
}
.credo-list li {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 20px;
  align-items: start;
  padding: 18px 0;
  border-bottom: 1px solid rgba(184, 137, 46, 0.25);
}
.credo-list li:last-child { border-bottom: none; }
.credo-list .num {
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-weight: 900;
  font-size: 32px;
  color: var(--brass);
  line-height: 1;
}
.credo-list .body h4 {
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-weight: 700;
  font-size: 22px;
  color: var(--burgundy-deep);
  margin-bottom: 4px;
}
.credo-list .body p {
  font-family: "Cormorant Garamond", serif;
  font-size: 17px;
  color: var(--ink);
  line-height: 1.55;
}

/* Section header used across subpages */
.sec-hd {
  text-align: center;
  margin-bottom: 60px;
}
.sec-hd .eye { color: var(--sepia-dark); margin-bottom: 16px; }
.sec-hd h2 {
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-weight: 900;
  font-size: clamp(38px, 5vw, 64px);
  line-height: 1;
  color: var(--burgundy-deep);
  letter-spacing: -0.02em;
}
.sec-hd h2 .script-word {
  font-family: "Great Vibes", cursive;
  font-weight: 400;
  color: var(--brass);
  font-size: 1.1em;
}
.sec-hd .ornament {
  display: flex; align-items: center; gap: 12px;
  justify-content: center;
  margin: 20px auto 0;
  color: var(--brass);
  font-family: "Space Mono", monospace;
  font-size: 10px;
  letter-spacing: 0.4em;
}
.sec-hd .ornament::before,
.sec-hd .ornament::after {
  content: "";
  width: 60px; height: 1px;
  background: linear-gradient(90deg, transparent, var(--brass));
}
.sec-hd .ornament::after { background: linear-gradient(90deg, var(--brass), transparent); }
.sec-hd--light h2 { color: var(--paper); }
.sec-hd--light .eye { color: var(--brass-light); }

/* Service catalog panels — for nos-services */
.svc-catalog {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
}
@media (max-width: 900px) { .svc-catalog { grid-template-columns: 1fr; gap: 40px; } }
.svc-panel {
  position: relative;
  background: var(--paper-warm);
  border: 1px solid var(--brass);
  padding: 0;
  overflow: hidden;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  display: flex;
  flex-direction: column;
  color: var(--ink);
  text-decoration: none;
}
.svc-panel:hover {
  transform: translateY(-4px);
  box-shadow: 0 30px 60px -20px rgba(36, 6, 9, 0.35);
}
.svc-panel-img {
  aspect-ratio: 5 / 4;
  overflow: hidden;
  border-bottom: 1px solid var(--brass);
  position: relative;
}
.svc-panel-img img {
  width: 100%; height: 100%;
  object-fit: cover;
  filter: sepia(0.08) saturate(1.02);
  transition: transform 0.9s ease;
}
.svc-panel:hover .svc-panel-img img { transform: scale(1.06); }
.svc-panel-img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 60%, rgba(36, 6, 9, 0.35));
  pointer-events: none;
}
.svc-panel-num {
  position: absolute;
  top: 16px; left: 16px;
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-weight: 900;
  font-size: 32px;
  color: var(--brass-glow);
  z-index: 1;
  text-shadow: 0 2px 8px rgba(36, 6, 9, 0.6);
}
.svc-panel-body {
  padding: 32px 28px 28px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.svc-panel-body .eye { color: var(--sepia-dark); margin-bottom: 12px; }
.svc-panel-body h3 {
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-weight: 700;
  font-size: 32px;
  color: var(--burgundy-deep);
  margin-bottom: 12px;
  line-height: 1.05;
}
.svc-panel-body p {
  font-family: "Cormorant Garamond", serif;
  font-size: 17px;
  color: var(--ink);
  line-height: 1.55;
  margin-bottom: 24px;
  flex: 1;
}
.svc-panel-price {
  font-family: "Space Mono", monospace;
  font-size: 12px;
  letter-spacing: 0.2em;
  color: var(--brass);
  text-transform: uppercase;
  padding: 8px 0;
  border-top: 1px solid rgba(184, 137, 46, 0.3);
  border-bottom: 1px solid rgba(184, 137, 46, 0.3);
  margin-bottom: 20px;
}
.svc-panel-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-weight: 700;
  font-size: 16px;
  color: var(--burgundy-deep);
  text-decoration: none;
  align-self: flex-start;
  border-bottom: 1px solid var(--brass);
  padding-bottom: 4px;
  transition: color 0.2s, border-color 0.2s;
}
.svc-panel-cta:hover { color: var(--brass); border-color: var(--burgundy-deep); }

/* Feature grid — used for "why us" style tiles */
.feature-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
@media (max-width: 900px) { .feature-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 500px) { .feature-grid { grid-template-columns: 1fr; } }
.feature-tile {
  padding: 32px 24px;
  background: var(--paper);
  border: 1px solid rgba(184, 137, 46, 0.35);
  text-align: center;
  position: relative;
  transition: border-color 0.3s, transform 0.3s;
}
.feature-tile:hover { border-color: var(--brass); transform: translateY(-3px); }
.feature-tile .num {
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-weight: 900;
  font-size: 44px;
  color: var(--brass);
  line-height: 1;
  margin-bottom: 12px;
  display: block;
}
.feature-tile h4 {
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-weight: 700;
  font-size: 22px;
  color: var(--burgundy-deep);
  margin-bottom: 10px;
  line-height: 1.1;
}
.feature-tile p {
  font-family: "Cormorant Garamond", serif;
  font-size: 16px;
  line-height: 1.5;
  color: var(--ink);
}
.feature-tile--dark { background: var(--burgundy-deep); border-color: var(--brass); }
.feature-tile--dark h4 { color: var(--brass-glow); }
.feature-tile--dark p { color: var(--bone); }

/* Techniques list (steps 01 02 03) */
.steps {
  display: grid;
  gap: 32px;
}
.step {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 24px;
  align-items: start;
  padding: 20px 0;
  border-bottom: 1px solid rgba(184, 137, 46, 0.25);
}
.step:last-child { border-bottom: none; }
.step-num {
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-weight: 900;
  font-size: 56px;
  color: var(--brass);
  line-height: 1;
}
.step-body h4 {
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-weight: 700;
  font-size: 24px;
  color: var(--burgundy-deep);
  margin-bottom: 6px;
}
.editorial--ink .step-body h4 { color: var(--brass-glow); }
.step-body p {
  font-family: "Cormorant Garamond", serif;
  font-size: 17px;
  line-height: 1.55;
  color: var(--ink);
}
.editorial--ink .step-body p { color: var(--bone); }

/* Gallery wall */
.gallery-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-bottom: 48px;
}
.gallery-filter {
  font-family: "Space Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  padding: 12px 22px;
  background: transparent;
  color: var(--burgundy-deep);
  border: 1px solid var(--burgundy-deep);
  cursor: pointer;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
}
.gallery-filter:hover { background: var(--burgundy-deep); color: var(--brass-glow); }
.gallery-filter.is-active { background: var(--burgundy-deep); color: var(--brass-glow); border-color: var(--brass); }
.gallery-wall {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 20px;
}
@media (max-width: 900px) { .gallery-wall { grid-template-columns: repeat(6, 1fr); gap: 16px; } }
@media (max-width: 520px) { .gallery-wall { grid-template-columns: repeat(2, 1fr); } }
.gallery-tile {
  grid-column: span 4;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid rgba(184, 137, 46, 0.4);
  aspect-ratio: 3 / 4;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.gallery-tile:nth-child(6n+1) { aspect-ratio: 4 / 5; }
.gallery-tile:nth-child(6n+2) { aspect-ratio: 3 / 4; }
.gallery-tile:nth-child(6n+3) { aspect-ratio: 1 / 1; }
.gallery-tile:nth-child(6n+4) { aspect-ratio: 4 / 5; grid-column: span 4; }
.gallery-tile:nth-child(6n+5) { aspect-ratio: 3 / 4; grid-column: span 4; }
.gallery-tile:nth-child(6n+6) { aspect-ratio: 4 / 5; grid-column: span 4; }
@media (max-width: 900px) {
  .gallery-tile, .gallery-tile:nth-child(n) { grid-column: span 3; }
}
@media (max-width: 520px) {
  .gallery-tile, .gallery-tile:nth-child(n) { grid-column: span 1; aspect-ratio: 4 / 5; }
}
.gallery-tile img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.9s ease, filter 0.6s ease;
  filter: sepia(0.05) saturate(1.03);
}
.gallery-tile:hover img { transform: scale(1.08); filter: sepia(0) saturate(1.1); }
.gallery-tile::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(36, 6, 9, 0.55));
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s;
}
.gallery-tile:hover::after { opacity: 1; }
.gallery-tile .caption {
  position: absolute;
  bottom: 16px; left: 16px;
  color: var(--brass-glow);
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-weight: 700;
  font-size: 18px;
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 0.3s, transform 0.3s;
  z-index: 1;
}
.gallery-tile:hover .caption { opacity: 1; transform: translateY(0); }
.gallery-tile.is-hidden { display: none; }

/* Lightbox */
.lightbox {
  position: fixed;
  inset: 0;
  background: rgba(18, 8, 10, 0.94);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 200;
  padding: 40px;
}
.lightbox.is-open { display: flex; }
.lightbox img {
  max-width: 90vw;
  max-height: 88vh;
  border: 1px solid var(--brass);
  box-shadow: 0 0 0 6px var(--burgundy-deep), 0 40px 80px rgba(0,0,0,0.6);
}
.lightbox-close {
  position: absolute;
  top: 24px; right: 24px;
  width: 48px; height: 48px;
  background: transparent;
  color: var(--brass-glow);
  border: 1px solid var(--brass);
  font-size: 22px;
  cursor: pointer;
  transition: background 0.2s;
}
.lightbox-close:hover { background: var(--brass); color: var(--burgundy-deep); }

/* Testimonial voice cards — used on temoignages page */
.voice-wall {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
@media (max-width: 900px) { .voice-wall { grid-template-columns: 1fr; } }
.voice-card {
  background: var(--paper-warm);
  border: 1px solid rgba(184, 137, 46, 0.4);
  padding: 36px 32px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px;
  min-height: 320px;
}
.voice-card::before {
  content: "\201C";
  position: absolute;
  top: -8px; left: 18px;
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-weight: 900;
  font-size: 100px;
  color: var(--brass);
  line-height: 1;
}
.voice-card .stars {
  color: var(--brass);
  letter-spacing: 4px;
  font-size: 16px;
  margin-top: 24px;
}
.voice-card blockquote {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: 19px;
  line-height: 1.55;
  color: var(--ink);
  flex: 1;
}
.voice-card .signee {
  display: flex;
  align-items: center;
  gap: 14px;
  padding-top: 20px;
  border-top: 1px solid rgba(184, 137, 46, 0.3);
}
.voice-card .avatar {
  width: 48px; height: 48px;
  border-radius: 50%;
  background: var(--burgundy);
  color: var(--brass-glow);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-weight: 700;
  font-size: 18px;
  border: 1px solid var(--brass);
}
.voice-card .who {
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-weight: 700;
  font-size: 17px;
  color: var(--burgundy-deep);
}
.voice-card .when {
  font-family: "Space Mono", monospace;
  font-size: 10px;
  letter-spacing: 0.3em;
  color: var(--sepia-dark);
  text-transform: uppercase;
}

/* FAQ list — larger version for faq page */
.faq-list {
  display: grid;
  gap: 20px;
  max-width: 900px;
  margin: 0 auto;
}
.faq-item {
  background: var(--paper-warm);
  border: 1px solid rgba(184, 137, 46, 0.4);
  transition: border-color 0.3s;
}
.faq-item[open] { border-color: var(--brass); }
.faq-item summary {
  padding: 24px 28px;
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-weight: 700;
  font-size: 22px;
  color: var(--burgundy-deep);
  line-height: 1.2;
  user-select: none;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "+";
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-weight: 900;
  font-size: 32px;
  color: var(--brass);
  line-height: 1;
  transition: transform 0.3s;
  flex-shrink: 0;
}
.faq-item[open] summary::after { content: "\2212"; transform: rotate(0deg); }
.faq-item .answer {
  padding: 0 28px 28px;
  font-family: "Cormorant Garamond", serif;
  font-size: 18px;
  line-height: 1.65;
  color: var(--ink);
  border-top: 1px solid rgba(184, 137, 46, 0.25);
  padding-top: 20px;
}

/* Contact info cards */
.info-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
@media (max-width: 900px) { .info-grid { grid-template-columns: 1fr; } }
.info-card {
  background: var(--paper-warm);
  border: 1px solid var(--brass);
  padding: 40px 32px;
  text-align: center;
  position: relative;
  color: var(--ink);
  text-decoration: none;
  display: block;
  transition: transform 0.2s, box-shadow 0.2s;
}
a.info-card:hover { transform: translateY(-2px); box-shadow: 0 20px 40px -20px rgba(36, 6, 9, 0.3); }
.info-card .icon-plate {
  width: 64px; height: 64px;
  background: var(--burgundy-deep);
  color: var(--brass-glow);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  border: 1px solid var(--brass);
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-weight: 900;
  font-size: 28px;
}
.info-card h3 {
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-weight: 700;
  font-size: 24px;
  color: var(--burgundy-deep);
  margin-bottom: 14px;
}
.info-card p, .info-card a {
  font-family: "Cormorant Garamond", serif;
  font-size: 18px;
  color: var(--ink);
  line-height: 1.55;
  text-decoration: none;
}
.info-card a:hover { color: var(--brass); }
.info-card .accent {
  color: var(--burgundy-deep);
  font-weight: 600;
  font-size: 22px;
  display: block;
  margin-bottom: 4px;
}
.info-card .note {
  font-family: "Space Mono", monospace;
  font-size: 10px;
  letter-spacing: 0.3em;
  color: var(--sepia-dark);
  text-transform: uppercase;
  margin-top: 12px;
}

/* Map frame */
.map-frame {
  border: 1px solid var(--brass);
  padding: 8px;
  background: var(--paper);
  box-shadow: 0 30px 60px -20px rgba(36, 6, 9, 0.35);
}
.map-frame iframe {
  display: block;
  width: 100%;
  height: 500px;
  border: 1px solid rgba(184, 137, 46, 0.4);
  filter: sepia(0.1) saturate(0.9);
}
@media (max-width: 780px) { .map-frame iframe { height: 380px; } }

/* Booking panel — reservation page */
.book-panel {
  background: var(--burgundy-deep);
  color: var(--paper);
  padding: 56px 48px;
  border: 1px solid var(--brass);
  position: relative;
  overflow: hidden;
}
.book-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 100% 0%, rgba(184, 137, 46, 0.15), transparent 60%),
    repeating-linear-gradient(45deg, transparent 0 14px, rgba(184, 137, 46, 0.03) 14px 15px);
  pointer-events: none;
}
.book-panel > * { position: relative; }
.book-panel .eye { color: var(--brass-light); margin-bottom: 14px; }
.book-panel h2 {
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-weight: 900;
  font-size: clamp(32px, 4vw, 44px);
  color: var(--paper);
  line-height: 1.05;
  margin-bottom: 16px;
  letter-spacing: -0.02em;
}
.book-panel h2 .script-word {
  font-family: "Great Vibes", cursive;
  color: var(--brass-glow);
  font-size: 1.1em;
  font-weight: 400;
}
.book-panel p {
  font-family: "Cormorant Garamond", serif;
  font-size: 18px;
  color: var(--bone);
  margin-bottom: 32px;
  line-height: 1.5;
}
.book-actions {
  display: grid;
  gap: 16px;
  margin-bottom: 28px;
}
.book-btn-large {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 20px 24px;
  background: var(--burgundy);
  color: var(--brass-glow);
  border: 1px solid var(--brass);
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-weight: 700;
  font-size: 19px;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.2s, color 0.2s, transform 0.2s;
  text-align: center;
}
.book-btn-large:hover {
  background: var(--brass);
  color: var(--burgundy-deep);
  transform: translateY(-1px);
}
.book-btn-large.wa {
  background: #25D366;
  color: #fff;
  border-color: #128C7E;
}
.book-btn-large.wa:hover {
  background: #128C7E;
  color: #fff;
}
.book-notice {
  padding-top: 24px;
  border-top: 1px solid rgba(184, 137, 46, 0.3);
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: 15px;
  color: var(--bone);
  line-height: 1.5;
}
.hours-plate, .payment-plate {
  background: var(--paper-warm);
  border: 1px solid var(--brass);
  padding: 32px;
}
.hours-plate h3, .payment-plate h3 {
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-weight: 700;
  font-size: 24px;
  color: var(--burgundy-deep);
  margin-bottom: 20px;
}
.hours-plate .row {
  display: flex;
  justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px solid rgba(184, 137, 46, 0.25);
  font-family: "Cormorant Garamond", serif;
  font-size: 17px;
}
.hours-plate .row:last-child { border-bottom: none; }
.hours-plate .row strong {
  font-family: "Space Mono", monospace;
  font-size: 12px;
  letter-spacing: 0.15em;
  color: var(--brass);
  font-weight: 700;
}
.hours-plate .row.closed strong { color: var(--sepia-dark); font-style: normal; }
.payment-plate .pays {
  display: flex; flex-wrap: wrap; gap: 10px;
  margin-bottom: 16px;
}
.payment-plate .pays span {
  padding: 8px 14px;
  background: transparent;
  border: 1px solid var(--brass);
  font-family: "Space Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.15em;
  color: var(--burgundy-deep);
  text-transform: uppercase;
}
.payment-plate .foot {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: 15px;
  color: var(--sepia-dark);
}

/* Leave-a-review CTA */
.review-cta {
  background: var(--indigo-studio);
  color: var(--paper);
  padding: 64px 48px;
  border: 1px solid var(--brass);
  text-align: center;
  position: relative;
  overflow: hidden;
}
.review-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 30% 20%, rgba(184, 137, 46, 0.15), transparent 60%),
    radial-gradient(ellipse at 80% 80%, rgba(61, 15, 20, 0.5), transparent 60%);
  pointer-events: none;
}
.review-cta > * { position: relative; }
.review-cta h2 {
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-weight: 900;
  font-size: clamp(30px, 4vw, 44px);
  color: var(--brass-glow);
  margin-bottom: 12px;
}
.review-cta p {
  font-family: "Cormorant Garamond", serif;
  font-size: 18px;
  color: var(--bone);
  margin-bottom: 28px;
  max-width: 600px;
  margin-left: auto; margin-right: auto;
}
.review-cta .actions {
  display: flex; flex-wrap: wrap; gap: 16px;
  justify-content: center;
}
.review-cta .btn {
  padding: 14px 28px;
  background: var(--brass);
  color: var(--burgundy-deep);
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-weight: 700;
  font-size: 16px;
  text-decoration: none;
  border: 1px solid var(--brass-light);
  transition: background 0.2s, color 0.2s, transform 0.2s;
}
.review-cta .btn:hover { background: var(--brass-glow); transform: translateY(-1px); }
.review-cta .btn--ghost {
  background: transparent;
  color: var(--brass-glow);
  border-color: var(--brass);
}
.review-cta .btn--ghost:hover { background: var(--brass); color: var(--burgundy-deep); }

/* Stat strip — 4.9/5 style */
.stat-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  padding: 40px;
  background: var(--paper-warm);
  border: 1px solid rgba(184, 137, 46, 0.4);
  margin-bottom: 60px;
  text-align: center;
}
@media (max-width: 780px) { .stat-strip { grid-template-columns: 1fr; gap: 24px; } }
.stat-item .val {
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-weight: 900;
  font-size: 52px;
  color: var(--brass);
  line-height: 1;
  margin-bottom: 8px;
}
.stat-item .lab {
  font-family: "Space Mono", monospace;
  font-size: 10px;
  letter-spacing: 0.35em;
  color: var(--burgundy-deep);
  text-transform: uppercase;
}

/* Product plates — for produits-accessoires */
.product-wall {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
@media (max-width: 900px) { .product-wall { grid-template-columns: repeat(2, 1fr); gap: 28px; } }
@media (max-width: 520px) { .product-wall { grid-template-columns: 1fr; } }
.product-wall--four {
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 900px) { .product-wall--four { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px) { .product-wall--four { grid-template-columns: 1fr; } }
.product-plate {
  background: var(--paper-warm);
  border: 1px solid rgba(184, 137, 46, 0.4);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: border-color 0.3s, transform 0.3s, box-shadow 0.3s;
  position: relative;
}
.product-plate:hover {
  border-color: var(--brass);
  transform: translateY(-3px);
  box-shadow: 0 20px 40px -15px rgba(36, 6, 9, 0.3);
}
.product-plate .img {
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: var(--bone);
  border-bottom: 1px solid rgba(184, 137, 46, 0.3);
  position: relative;
}
.product-plate .img img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.7s ease;
}
.product-plate:hover .img img { transform: scale(1.05); }
.product-plate .ref {
  position: absolute;
  top: 12px; left: 12px;
  padding: 4px 10px;
  background: var(--burgundy-deep);
  color: var(--brass-glow);
  font-family: "Space Mono", monospace;
  font-size: 10px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  z-index: 1;
}
.product-plate .body {
  padding: 24px 22px 22px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.product-plate h3 {
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-weight: 700;
  font-size: 22px;
  color: var(--burgundy-deep);
  margin-bottom: 10px;
  line-height: 1.15;
}
.product-plate p {
  font-family: "Cormorant Garamond", serif;
  font-size: 16px;
  color: var(--ink);
  line-height: 1.5;
  margin-bottom: 18px;
  flex: 1;
}
.product-plate .foot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 16px;
  border-top: 1px solid rgba(184, 137, 46, 0.3);
}
.product-plate .price {
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-weight: 900;
  font-size: 26px;
  color: var(--brass);
}
.product-plate .cta {
  font-family: "Space Mono", monospace;
  font-size: 10px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--burgundy-deep);
  text-decoration: none;
  border-bottom: 1px solid var(--brass);
  padding-bottom: 3px;
  transition: color 0.2s;
}
.product-plate .cta:hover { color: var(--brass); }

/* Section divider */
.divider-ornament {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 60px auto;
  color: var(--brass);
  font-family: "Space Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  max-width: 700px;
}
.divider-ornament::before,
.divider-ornament::after {
  content: "";
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--brass), transparent);
  margin: 0 20px;
}

/* WhatsApp floating button — brass-framed */
.wa-float {
  position: fixed;
  bottom: 28px; right: 28px;
  width: 56px; height: 56px;
  border-radius: 50%;
  background: #25D366;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35), 0 0 0 2px var(--brass), 0 0 0 4px var(--burgundy-deep);
  z-index: 40;
  transition: transform 0.2s, background 0.2s;
}
.wa-float:hover { background: #128C7E; transform: scale(1.06); }
.wa-float svg { width: 26px; height: 26px; }

/* Body scroll lock when mobile nav open */
body.nav-locked { overflow: hidden; }

/* Two-column layout for reservation page */
.reserve-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 48px;
  align-items: start;
}
@media (max-width: 900px) {
  .reserve-grid { grid-template-columns: 1fr; }
}
.reserve-side { display: grid; gap: 24px; }

/* Payment / hours row */
.duo-panels {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}
@media (max-width: 780px) { .duo-panels { grid-template-columns: 1fr; } }

