/* =====================================================
   Le Duplex — Trouville-sur-Mer
   Boutique-hotel premium · 3 thèmes
   ===================================================== */

/* ---------- Tokens & Themes ---------- */
:root,
[data-theme="sable"] {
  --bg:        oklch(0.965 0.012 80);
  --bg-alt:    oklch(0.935 0.018 78);
  --surface:   oklch(0.995 0.005 80);
  --ink:       oklch(0.22  0.045 245);
  --ink-soft:  oklch(0.40  0.035 245);
  --muted:     oklch(0.55  0.018 240);
  --line:      oklch(0.85  0.014 75);
  --line-soft: oklch(0.91  0.012 75);
  --accent:    oklch(0.56  0.115 60);
  --accent-deep: oklch(0.42 0.10 55);
  --hero-veil: linear-gradient(180deg, rgba(15,22,40,.32) 0%, rgba(15,22,40,.05) 35%, rgba(15,22,40,.55) 100%);
}

[data-theme="albatre"] {
  --bg:        oklch(0.985 0.003 80);
  --bg-alt:    oklch(0.955 0.004 78);
  --surface:   oklch(1 0 0);
  --ink:       oklch(0.18  0.005 0);
  --ink-soft:  oklch(0.38  0.005 0);
  --muted:     oklch(0.54  0.006 0);
  --line:      oklch(0.88  0.005 0);
  --line-soft: oklch(0.93  0.004 0);
  --accent:    oklch(0.55  0.13 50);
  --accent-deep: oklch(0.40 0.10 48);
}

[data-theme="nuit"] {
  --bg:        oklch(0.18  0.028 252);
  --bg-alt:    oklch(0.22  0.034 252);
  --surface:   oklch(0.25  0.032 252);
  --ink:       oklch(0.965 0.008 80);
  --ink-soft:  oklch(0.82  0.014 80);
  --muted:     oklch(0.66  0.018 240);
  --line:      oklch(0.34  0.028 252);
  --line-soft: oklch(0.28  0.028 252);
  --accent:    oklch(0.80  0.10 78);
  --accent-deep: oklch(0.67 0.09 72);
  --hero-veil: linear-gradient(180deg, rgba(8,12,22,.55) 0%, rgba(8,12,22,.20) 35%, rgba(8,12,22,.75) 100%);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }

body {
  background: var(--bg);
  color: var(--ink);
  font-family: "Manrope", system-ui, -apple-system, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-feature-settings: "ss01", "cv11";
  transition: background-color .4s ease, color .4s ease;
}

img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; }

/* Display serif */
.serif,
h1, h2, .h-display, .eyebrow-display {
  font-family: "Cormorant Garamond", "Tenor Sans", Georgia, serif;
  font-weight: 400;
  letter-spacing: -0.01em;
}

/* Mono / label */
.mono, .eyebrow {
  font-family: "JetBrains Mono", ui-monospace, "SF Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 500;
}

/* ---------- Layout helpers ---------- */
.container {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 32px;
}
.container-narrow {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 0 32px;
}

section { padding: 120px 0; position: relative; }
section + section { padding-top: 0; }
section.alt-bg { background: var(--bg-alt); padding: 120px 0; }

.section-head {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 48px;
  margin-bottom: 64px;
  align-items: end;
}
.section-head h2 {
  font-size: clamp(40px, 5vw, 68px);
  line-height: 1.0;
  letter-spacing: -0.02em;
}
.section-head h2 em {
  font-style: italic;
  color: var(--accent);
}
.section-head .lede {
  font-size: 18px;
  color: var(--ink-soft);
  max-width: 56ch;
}
.section-head .eyebrow {
  color: var(--accent);
  margin-bottom: 14px;
  display: block;
}
@media (max-width: 820px) {
  .section-head { grid-template-columns: 1fr; gap: 20px; margin-bottom: 40px; }
  section { padding: 72px 0; }
  section.alt-bg { padding: 72px 0; }
}

/* ---------- Top nav ---------- */
.topnav {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px 32px;
  transition: background-color .3s ease, backdrop-filter .3s ease, border-color .3s ease, color .3s ease;
  color: oklch(0.98 0.01 80);
  border-bottom: 1px solid transparent;
}
.topnav.scrolled {
  background: color-mix(in oklch, var(--bg), transparent 8%);
  backdrop-filter: saturate(140%) blur(14px);
  -webkit-backdrop-filter: saturate(140%) blur(14px);
  border-bottom-color: var(--line-soft);
  color: var(--ink);
}
[data-theme="nuit"] .topnav { color: var(--ink); }
[data-theme="nuit"] .topnav.scrolled { background: color-mix(in oklch, var(--bg), transparent 12%); }

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
}
.brand-mark {
  width: 42px; height: 42px;
  display: grid; place-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-weight: 500;
  font-size: 17px;
  letter-spacing: 0.02em;
  line-height: 1;
  padding-left: 1px;
}
.brand-name {
  font-family: "Cormorant Garamond", serif;
  font-size: 22px;
  line-height: 1;
  letter-spacing: 0;
}
.brand-loc {
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  opacity: .75;
  margin-top: 2px;
}

.nav-links {
  display: flex;
  gap: 28px;
  font-size: 14px;
  letter-spacing: 0.01em;
}
.nav-links a { opacity: .82; transition: opacity .2s ease; }
.nav-links a:hover { opacity: 1; }
@media (max-width: 1100px) { .nav-links { display: none; } }

.nav-actions { display: flex; align-items: center; gap: 14px; }

@media (max-width: 600px) {
  .topnav { padding: 14px 16px; gap: 10px; }
  .nav-actions { gap: 10px; }
  .nav-actions .btn-accent { padding: 11px 16px; letter-spacing: 0.04em; }
  .lang-switch button { padding: 7px 9px; }
  .brand-name { font-size: 20px; }
  .brand-loc { display: none; }
}

.lang-switch {
  display: inline-flex;
  border: 1px solid currentColor;
  border-radius: 999px;
  font-family: "JetBrains Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.15em;
  overflow: hidden;
}
.lang-switch button {
  padding: 7px 12px;
  opacity: .65;
  transition: all .2s ease;
}
.lang-switch button.is-active { opacity: 1; background: currentColor; color: var(--bg); }
.topnav.scrolled .lang-switch button.is-active { color: var(--bg); }

.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 13px 22px;
  border-radius: 999px;
  font-size: 13px;
  letter-spacing: 0.06em;
  font-weight: 500;
  text-transform: uppercase;
  transition: all .25s ease;
  border: 1px solid transparent;
  cursor: pointer;
  white-space: nowrap;
}
.btn-primary {
  background: var(--ink);
  color: var(--bg);
}
.btn-primary:hover { background: var(--accent-deep); transform: translateY(-1px); }
.btn-accent {
  background: var(--accent);
  color: var(--bg);
}
.btn-accent:hover { background: var(--accent-deep); transform: translateY(-1px); }
.btn-ghost {
  border-color: currentColor;
  color: inherit;
  background: transparent;
}
.btn-ghost:hover { background: color-mix(in oklch, currentColor, transparent 90%); }
.btn .badge-mini {
  background: var(--accent);
  color: white;
  padding: 3px 8px;
  border-radius: 999px;
  font-size: 11px;
  letter-spacing: 0.05em;
  margin-left: 2px;
}
.btn .arrow { font-size: 16px; line-height: 1; transform: translateY(-1px); }

/* ---------- HERO ---------- */
.hero {
  position: relative;
  min-height: 100vh;
  width: 100%;
  overflow: hidden;
  color: oklch(0.98 0.01 80);
  display: flex;
  flex-direction: column;
}
.hero-photo {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  z-index: 0;
}
.hero::after {
  content: "";
  position: absolute; inset: 0;
  background: var(--hero-veil, linear-gradient(180deg, rgba(8,12,22,.62) 0%, rgba(8,12,22,.42) 40%, rgba(8,12,22,.88) 100%));
  z-index: 1;
}
.hero::before {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 75%;
  background: radial-gradient(ellipse 70% 80% at 22% 90%, rgba(8,12,22,.78) 0%, rgba(8,12,22,.30) 50%, rgba(8,12,22,0) 75%);
  z-index: 1;
  pointer-events: none;
}
.hero-shell {
  position: relative;
  z-index: 2;
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 140px 32px 56px;
  max-width: 1320px;
  margin: 0 auto;
  width: 100%;
}
.hero-top {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}
.chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.35);
  background: rgba(15,22,40,.18);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  font-size: 12px;
  letter-spacing: 0.04em;
}
.chip .star { color: oklch(0.85 0.14 80); }

.hero-content {
  margin-top: auto;
  max-width: 880px;
}
.hero-eyebrow {
  font-family: "JetBrains Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  opacity: .85;
  margin-bottom: 22px;
}
.hero-title {
  font-size: clamp(64px, 11vw, 168px);
  line-height: 0.9;
  letter-spacing: -0.03em;
  margin-bottom: 24px;
  font-weight: 400;
  text-shadow:
    0 0 32px rgba(0,0,0,.85),
    0 0 14px rgba(0,0,0,.75),
    0 2px 4px rgba(0,0,0,.9),
    0 4px 24px rgba(0,0,0,.6);
}
.hero-title em {
  font-style: italic;
  font-weight: 400;
  color: oklch(0.94 0.09 78);
}
.hero-sub {
  font-size: clamp(17px, 1.4vw, 21px);
  max-width: 56ch;
  line-height: 1.5;
  opacity: 1;
  margin-bottom: 38px;
  font-weight: 400;
  text-shadow:
    0 0 18px rgba(0,0,0,.85),
    0 1px 3px rgba(0,0,0,.9);
}
.hero-eyebrow {
  text-shadow: 0 0 14px rgba(0,0,0,.85), 0 1px 2px rgba(0,0,0,.9);
}
.hero-meta {
  text-shadow: 0 0 14px rgba(0,0,0,.85), 0 1px 2px rgba(0,0,0,.9);
}
.hero-cta {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 48px;
}
.hero-cta .btn-primary {
  background: oklch(0.98 0.01 80);
  color: oklch(0.16 0.04 245);
}
.hero-cta .btn-primary:hover { background: oklch(1 0 0); }
.hero-cta .btn-ghost { color: white; border-color: rgba(255,255,255,.6); }
.hero-cta .btn-ghost:hover { background: rgba(255,255,255,.1); }

.hero-meta {
  display: flex;
  gap: 0;
  flex-wrap: wrap;
  border-top: 1px solid rgba(255,255,255,.25);
  padding-top: 22px;
}
.hero-meta > div {
  padding-right: 32px;
  margin-right: 32px;
  border-right: 1px solid rgba(255,255,255,.25);
}
.hero-meta > div:last-child { border-right: 0; margin-right: 0; padding-right: 0; }
.hero-meta .k {
  font-family: "JetBrains Mono", monospace;
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  opacity: .75;
  margin-bottom: 4px;
}
.hero-meta .v {
  font-family: "Cormorant Garamond", serif;
  font-size: 24px;
  line-height: 1;
}

@media (max-width: 640px) {
  .hero-meta > div { padding-right: 16px; margin-right: 16px; }
  .hero-meta .v { font-size: 18px; }
  .hero-shell { padding: 110px 24px 32px; }
}

/* ---------- Marquee / signature strip ---------- */
.signature {
  background: var(--ink);
  color: var(--bg);
  padding: 26px 0;
  overflow: hidden;
}
[data-theme="nuit"] .signature { background: var(--accent); color: var(--bg); }
.signature-track {
  display: flex;
  gap: 56px;
  animation: scroll 38s linear infinite;
  white-space: nowrap;
  align-items: center;
  width: max-content;
}
.signature-track span {
  font-family: "Cormorant Garamond", serif;
  font-size: 22px;
  font-style: italic;
  letter-spacing: 0.01em;
  display: inline-flex;
  align-items: center;
  gap: 56px;
}
.signature-track span::after {
  content: "✦";
  display: inline-block;
  color: var(--accent);
  font-style: normal;
  font-size: 12px;
}
@keyframes scroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* ---------- Intro ---------- */
.intro {
  padding: 140px 0 120px;
}
.intro-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.intro-text h2 {
  font-size: clamp(40px, 5vw, 72px);
  line-height: 1.0;
  letter-spacing: -0.02em;
  margin-bottom: 28px;
}
.intro-text h2 em { font-style: italic; color: var(--accent); }
.intro-text p {
  font-size: 17px;
  color: var(--ink-soft);
  margin-bottom: 18px;
  max-width: 52ch;
}
.intro-text .eyebrow {
  color: var(--accent);
  margin-bottom: 24px;
  display: block;
}
.intro-facts {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px 32px;
  margin-top: 40px;
  padding-top: 32px;
  border-top: 1px solid var(--line);
}
.intro-fact .k {
  font-family: "JetBrains Mono", monospace;
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 4px;
}
.intro-fact .v {
  font-family: "Cormorant Garamond", serif;
  font-size: 28px;
  line-height: 1;
}
.intro-photo {
  position: relative;
  aspect-ratio: 4/5;
  overflow: hidden;
  border-radius: 2px;
}
.intro-photo img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 1.2s ease;
}
.intro-photo:hover img { transform: scale(1.04); }
.intro-photo .caption {
  position: absolute;
  inset: auto 0 0 0;
  padding: 18px 24px;
  background: linear-gradient(0deg, rgba(0,0,0,.55), transparent);
  color: white;
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: 18px;
}

@media (max-width: 820px) {
  .intro { padding: 80px 0; }
  .intro-grid { grid-template-columns: 1fr; gap: 48px; }
}

/* ---------- Visite (rooms) ---------- */
.rooms { padding-bottom: 120px; }
.room {
  display: grid;
  grid-template-columns: 6fr 5fr;
  gap: 80px;
  align-items: center;
  margin-bottom: 140px;
}
.room:nth-child(even) { grid-template-columns: 5fr 6fr; }
.room:nth-child(even) .room-media { order: 2; }
.room:nth-child(even) .room-body { order: 1; }

.room-media {
  position: relative;
}
.room-media .main-photo {
  width: 100%;
  aspect-ratio: 4/5;
  object-fit: cover;
}
.room-media .thumb {
  position: absolute;
  width: 38%;
  aspect-ratio: 4/3;
  object-fit: cover;
  bottom: -56px;
  right: -32px;
  border: 8px solid var(--bg);
  box-shadow: 0 30px 60px -20px rgba(0,0,0,.25);
}
.room:nth-child(even) .room-media .thumb {
  right: auto;
  left: -32px;
}

.room-num {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: 80px;
  line-height: 1;
  color: var(--accent);
  opacity: .5;
  margin-bottom: 4px;
}
.room-body .eyebrow {
  color: var(--accent);
  margin-bottom: 12px;
}
.room-body h3 {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(36px, 4vw, 56px);
  line-height: 1.0;
  letter-spacing: -0.02em;
  margin-bottom: 20px;
}
.room-body h3 em { font-style: italic; color: var(--accent); }
.room-body p {
  font-size: 16px;
  color: var(--ink-soft);
  max-width: 46ch;
  margin-bottom: 18px;
}
.room-features {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.room-features span {
  padding: 6px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 12px;
  letter-spacing: 0.02em;
  color: var(--ink-soft);
}

@media (max-width: 900px) {
  .room, .room:nth-child(even) { grid-template-columns: 1fr; gap: 32px; margin-bottom: 80px; }
  .room:nth-child(even) .room-media { order: 0; }
  .room:nth-child(even) .room-body { order: 1; }
  .room-media .thumb { width: 45%; bottom: -32px; right: -16px; }
  .room:nth-child(even) .room-media .thumb { left: auto; right: -16px; }
  .room-num { font-size: 56px; }
}

/* ---------- Galerie immersive ---------- */
.galerie { padding: 60px 0 140px; }
.galerie-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: 130px;
  gap: 12px;
}
.galerie-grid figure {
  position: relative;
  overflow: hidden;
  cursor: zoom-in;
  background: var(--bg-alt);
}
.galerie-grid figure img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform .8s ease;
}
.galerie-grid figure:hover img { transform: scale(1.06); }

.galerie-sub {
  margin-top: 64px;
  margin-bottom: 28px;
  padding-top: 56px;
  border-top: 1px solid var(--line);
}
.galerie-sub .eyebrow { color: var(--accent); display: block; margin-bottom: 14px; }
.galerie-sub h3 {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1;
  letter-spacing: -0.02em;
}
.galerie-sub h3 em { font-style: italic; color: var(--accent); }

.photo-credit {
  margin-top: 22px;
  text-align: right;
  font-family: "JetBrains Mono", monospace;
  font-size: 11px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--muted);
}

.g-1  { grid-column: span 5; grid-row: span 3; }
.g-2  { grid-column: span 4; grid-row: span 2; }
.g-3  { grid-column: span 3; grid-row: span 4; }
.g-4  { grid-column: span 4; grid-row: span 2; }
.g-5  { grid-column: span 5; grid-row: span 3; }
.g-6  { grid-column: span 4; grid-row: span 3; }
.g-7  { grid-column: span 5; grid-row: span 2; }
.g-8  { grid-column: span 3; grid-row: span 2; }
.g-9  { grid-column: span 4; grid-row: span 3; }
.g-10 { grid-column: span 5; grid-row: span 2; }

@media (max-width: 900px) {
  .galerie-grid { grid-template-columns: repeat(6, 1fr); grid-auto-rows: 100px; }
  .g-1  { grid-column: span 6; grid-row: span 3; }
  .g-2  { grid-column: span 3; grid-row: span 2; }
  .g-3  { grid-column: span 3; grid-row: span 2; }
  .g-4  { grid-column: span 3; grid-row: span 2; }
  .g-5  { grid-column: span 3; grid-row: span 2; }
  .g-6  { grid-column: span 6; grid-row: span 2; }
  .g-7  { grid-column: span 3; grid-row: span 2; }
  .g-8  { grid-column: span 3; grid-row: span 2; }
  .g-9  { grid-column: span 3; grid-row: span 2; }
  .g-10 { grid-column: span 3; grid-row: span 2; }
}

/* Lightbox */
.lightbox {
  position: fixed; inset: 0;
  background: rgba(8,12,22,.94);
  z-index: 200;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 40px;
}
.lightbox.open { display: flex; }
.lightbox img {
  max-width: 100%;
  max-height: 92vh;
  object-fit: contain;
}
.lightbox .close,
.lightbox .nav-arrow {
  position: absolute;
  color: white;
  width: 56px; height: 56px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.35);
  display: grid; place-items: center;
  cursor: pointer;
  font-size: 20px;
  transition: all .2s ease;
}
.lightbox .close:hover,
.lightbox .nav-arrow:hover { background: rgba(255,255,255,.15); }
.lightbox .close { top: 24px; right: 24px; }
.lightbox .nav-arrow.prev { left: 24px; top: 50%; transform: translateY(-50%); }
.lightbox .nav-arrow.next { right: 24px; top: 50%; transform: translateY(-50%); }
.lightbox .counter {
  position: absolute;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
  color: white;
  font-family: "JetBrains Mono", monospace;
  font-size: 12px;
  letter-spacing: 0.2em;
  opacity: .7;
}

/* ---------- Comparatif Direct vs Airbnb ---------- */
.comparatif { padding: 140px 0; background: var(--bg-alt); }
.comparatif-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  margin-top: 56px;
}
.compare-card {
  background: var(--surface);
  border: 1px solid var(--line);
  padding: 48px;
  position: relative;
  display: flex;
  flex-direction: column;
}
.compare-card.recommended {
  background: var(--ink);
  color: var(--bg);
  border-color: var(--ink);
}
.compare-card .label {
  font-family: "JetBrains Mono", monospace;
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 8px;
}
.compare-card.recommended .label { color: var(--accent); }
.compare-card h4 {
  font-family: "Cormorant Garamond", serif;
  font-size: 38px;
  line-height: 1.05;
  margin-bottom: 16px;
  letter-spacing: -0.01em;
}
.compare-card h4 em { font-style: italic; color: var(--accent); }
.compare-card .blurb {
  color: var(--ink-soft);
  margin-bottom: 28px;
  max-width: 38ch;
}
.compare-card.recommended .blurb { color: oklch(0.85 0.012 80); }

.compare-list { list-style: none; margin: 0 0 32px; padding: 0; flex: 1; }
.compare-list li {
  display: flex; align-items: flex-start; gap: 12px;
  padding: 12px 0;
  border-top: 1px solid var(--line-soft);
  font-size: 14px;
}
.compare-card.recommended .compare-list li { border-color: rgba(255,255,255,.1); }
.compare-list li:first-child { border-top: 0; }
.compare-list .ic {
  flex: 0 0 18px;
  font-family: "Cormorant Garamond", serif;
  font-size: 20px;
  line-height: 1;
  color: var(--accent);
}
.compare-list .ic.x { color: var(--muted); opacity: .6; }
.compare-card .savings {
  background: var(--accent);
  color: white;
  position: absolute;
  top: 24px; right: 24px;
  padding: 8px 14px;
  border-radius: 999px;
  font-family: "JetBrains Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.15em;
}

@media (max-width: 820px) {
  .comparatif-grid { grid-template-columns: 1fr; }
  .compare-card { padding: 32px; }
}

/* ---------- Emplacement ---------- */
.emplacement { padding: 140px 0; }
.map-shell {
  margin-top: 56px;
  display: grid;
  grid-template-columns: 5fr 7fr;
  gap: 48px;
  align-items: stretch;
}
.map-text { padding-right: 24px; }
.map-text h3 {
  font-family: "Cormorant Garamond", serif;
  font-size: 38px;
  line-height: 1.0;
  margin-bottom: 20px;
  letter-spacing: -0.01em;
}
.map-text h3 em { font-style: italic; color: var(--accent); }
.distances {
  margin-top: 36px;
  list-style: none;
}
.distances li {
  display: grid;
  grid-template-columns: 64px 1fr auto;
  align-items: center;
  gap: 16px;
  padding: 18px 0;
  border-top: 1px solid var(--line);
  font-size: 15px;
}
.distances li:last-child { border-bottom: 1px solid var(--line); }
.distances .num {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: 32px;
  line-height: 1;
  color: var(--accent);
}
.distances .place { color: var(--ink); }
.distances .way {
  font-family: "JetBrains Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.12em;
  color: var(--muted);
  text-transform: uppercase;
}

.map-canvas {
  position: relative;
  background: var(--bg-alt);
  min-height: 520px;
  overflow: hidden;
  border: 1px solid var(--line);
}
.map-canvas svg { width: 100%; height: 100%; display: block; }
.map-pin {
  position: absolute;
  transform: translate(-50%, -100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  pointer-events: none;
}
.map-pin .dot {
  width: 14px; height: 14px;
  border-radius: 50%;
  background: var(--accent);
  border: 3px solid var(--bg);
  box-shadow: 0 0 0 1px var(--accent);
}
.map-pin.primary .dot {
  width: 20px; height: 20px;
  background: var(--ink);
  box-shadow: 0 0 0 1px var(--ink), 0 0 0 8px color-mix(in oklch, var(--ink), transparent 88%);
  animation: pulse 2.6s ease-in-out infinite;
}
@keyframes pulse {
  0%, 100% { box-shadow: 0 0 0 1px var(--ink), 0 0 0 8px color-mix(in oklch, var(--ink), transparent 88%); }
  50% { box-shadow: 0 0 0 1px var(--ink), 0 0 0 16px color-mix(in oklch, var(--ink), transparent 96%); }
}
.map-pin .lbl {
  margin-top: 6px;
  font-family: "JetBrains Mono", monospace;
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  background: var(--bg);
  padding: 4px 8px;
  white-space: nowrap;
  color: var(--ink);
  border: 1px solid var(--line);
}
.map-pin.primary .lbl {
  background: var(--ink);
  color: var(--bg);
  border-color: var(--ink);
  font-weight: 600;
}

@media (max-width: 900px) {
  .map-shell { grid-template-columns: 1fr; gap: 32px; }
  .map-canvas { min-height: 400px; }
}

/* ---------- À faire ---------- */
.todo { padding: 140px 0; background: var(--bg-alt); }
.todo-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 56px;
}
.todo-card {
  background: var(--surface);
  border: 1px solid var(--line);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.todo-card-img {
  aspect-ratio: 4/3;
  position: relative;
  overflow: hidden;
}
.todo-card-img .placeholder {
  position: absolute; inset: 0;
  background:
    repeating-linear-gradient(135deg, var(--bg-alt) 0 12px, var(--bg) 12px 14px);
  display: grid; place-items: center;
  color: var(--muted);
  font-family: "JetBrains Mono", monospace;
  font-size: 10px;
  letter-spacing: 0.18em;
  text-align: center;
  padding: 16px;
  text-transform: uppercase;
}
.todo-card-img img { width: 100%; height: 100%; object-fit: cover; }
.todo-card-body { padding: 28px 28px 32px; }
.todo-card .meta {
  font-family: "JetBrains Mono", monospace;
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 10px;
}
.todo-card h4 {
  font-family: "Cormorant Garamond", serif;
  font-size: 28px;
  line-height: 1.05;
  margin-bottom: 8px;
}
.todo-card h4 em { font-style: italic; }
.todo-card p { color: var(--ink-soft); font-size: 14px; line-height: 1.55; }
.todo-card .dist {
  margin-top: 14px;
  font-family: "JetBrains Mono", monospace;
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
}

@media (max-width: 820px) {
  .todo-grid { grid-template-columns: 1fr; }
}

/* ---------- Équipements ---------- */
.equip { padding: 140px 0; }
.equip-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 56px 32px;
  margin-top: 56px;
}
.equip-cat h5 {
  font-family: "Cormorant Garamond", serif;
  font-size: 24px;
  margin-bottom: 18px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--line);
  font-weight: 500;
}
.equip-cat ul { list-style: none; }
.equip-cat li {
  font-size: 14px;
  padding: 6px 0;
  color: var(--ink-soft);
  display: flex;
  align-items: center;
  gap: 10px;
}
.equip-cat li::before {
  content: "—";
  color: var(--accent);
}
@media (max-width: 820px) {
  .equip-grid { grid-template-columns: repeat(2, 1fr); gap: 40px 24px; }
}

/* ---------- Télétravail ---------- */
.teletravail { padding: 140px 0; }
.tele-grid {
  display: grid;
  grid-template-columns: 6fr 5fr;
  gap: 80px;
  align-items: center;
  margin-top: 56px;
}
.tele-media {
  position: relative;
}
.tele-media .tele-main {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  border-radius: 2px;
  display: block;
}
.tele-media .tele-thumb {
  position: absolute;
  width: 40%;
  aspect-ratio: 3/2;
  object-fit: cover;
  right: -28px;
  bottom: -36px;
  border: 6px solid var(--bg-alt);
  border-radius: 2px;
  box-shadow: 0 18px 40px rgba(0,0,0,.18);
}
.tele-media .tele-caption {
  position: absolute;
  inset: auto 0 0 0;
  padding: 18px 24px;
  background: linear-gradient(0deg, rgba(0,0,0,.55), transparent);
  color: white;
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: 18px;
  width: 60%;
}
.tele-info p {
  font-size: 17px;
  line-height: 1.7;
  color: var(--ink-soft);
  max-width: 42ch;
}
.tele-info p strong {
  color: var(--ink);
  font-weight: 600;
}
.tele-facts {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  margin-top: 40px;
  background: var(--line);
  border: 1px solid var(--line);
}
.tele-fact {
  background: var(--bg-alt);
  padding: 22px 24px;
}
.tele-fact .k {
  font-family: "JetBrains Mono", monospace;
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 8px;
}
.tele-fact .v {
  font-family: "Cormorant Garamond", serif;
  font-size: 26px;
  line-height: 1.1;
}
@media (max-width: 820px) {
  .teletravail { padding: 72px 0; }
  .tele-grid { grid-template-columns: 1fr; gap: 56px; }
  .tele-media .tele-thumb { right: 16px; bottom: -28px; width: 38%; }
}

/* ---------- Avis ---------- */
.avis { padding: 140px 0; background: var(--bg-alt); }
.avis-top {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
  margin-bottom: 56px;
  padding-bottom: 48px;
  border-bottom: 1px solid var(--line);
  align-items: center;
}
.avis-top .score {
  font-family: "Cormorant Garamond", serif;
  font-size: 96px;
  line-height: 1;
  letter-spacing: -0.02em;
}
.avis-top .score em { font-style: italic; color: var(--accent); }
.avis-top .stars { color: var(--accent); font-size: 18px; letter-spacing: 0.06em; margin-top: 8px; }
.avis-top .count {
  font-family: "JetBrains Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--muted);
  margin-top: 6px;
}
.avis-top .badge-coup {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 18px;
  border: 1px solid var(--accent);
  border-radius: 999px;
  font-size: 13px;
  letter-spacing: 0.04em;
  color: var(--accent);
}
.avis-top .badge-coup .heart { font-size: 14px; }
.avis-top .quote {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: 26px;
  line-height: 1.3;
  color: var(--ink);
}

.avis-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.avis-card {
  padding: 32px;
  background: var(--surface);
  border: 1px solid var(--line);
  display: flex;
  flex-direction: column;
}
.avis-card .head {
  display: flex; justify-content: space-between; align-items: center;
  margin-bottom: 18px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--line-soft);
}
.avis-card .who {
  font-family: "Cormorant Garamond", serif;
  font-size: 22px;
  line-height: 1;
}
.avis-card .stars { color: var(--accent); font-size: 12px; letter-spacing: 0.04em; }
.avis-card .when {
  font-family: "JetBrains Mono", monospace;
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
  margin-top: 4px;
}
.avis-card .body {
  font-size: 14px;
  color: var(--ink-soft);
  line-height: 1.6;
  flex: 1;
}

@media (max-width: 900px) {
  .avis-top { grid-template-columns: 1fr; }
  .avis-grid { grid-template-columns: 1fr; }
}

/* ---------- FAQ ---------- */
.faq { padding: 140px 0; }
.faq-list {
  margin-top: 56px;
  max-width: 920px;
}
.faq-item {
  border-top: 1px solid var(--line);
}
.faq-item:last-child { border-bottom: 1px solid var(--line); }
.faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 28px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  font-family: "Cormorant Garamond", serif;
  font-size: 26px;
  letter-spacing: -0.01em;
  line-height: 1.2;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary .icon {
  width: 34px; height: 34px;
  border-radius: 50%;
  border: 1px solid var(--ink-soft);
  flex: 0 0 34px;
  display: grid; place-items: center;
  font-size: 18px;
  transition: transform .3s ease, background .3s ease, color .3s ease;
}
.faq-item[open] summary .icon { transform: rotate(45deg); background: var(--ink); color: var(--bg); border-color: var(--ink); }
.faq-item .answer {
  padding: 0 0 28px;
  color: var(--ink-soft);
  font-size: 15px;
  line-height: 1.7;
  max-width: 70ch;
}

/* ---------- Réservation / footer ---------- */
.reserver {
  background: var(--ink);
  color: var(--bg);
  padding: 140px 0 80px;
  position: relative;
}
[data-theme="nuit"] .reserver { background: oklch(0.12 0.024 252); }
.reserver h2 {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(48px, 7vw, 96px);
  line-height: 0.95;
  letter-spacing: -0.02em;
  margin-bottom: 24px;
  max-width: 18ch;
}
.reserver h2 em { font-style: italic; color: var(--accent); }
.reserver .eyebrow { color: var(--accent); display: block; margin-bottom: 24px; }
.reserver .lede {
  font-size: 18px;
  color: oklch(0.82 0.012 80);
  max-width: 50ch;
  margin-bottom: 48px;
}

.reserver-grid {
  display: grid;
  grid-template-columns: 5fr 4fr;
  gap: 80px;
  align-items: start;
}
.reserver-cta-stack {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 480px;
}
.book-card {
  background: oklch(0.16 0.03 245);
  padding: 32px;
  border: 1px solid rgba(255,255,255,.08);
  position: relative;
}
.book-card.featured {
  background: var(--accent);
  color: white;
}
.book-card .tag {
  position: absolute;
  top: -12px; left: 24px;
  background: oklch(0.98 0.01 80);
  color: oklch(0.16 0.04 245);
  font-family: "JetBrains Mono", monospace;
  font-size: 10px;
  letter-spacing: 0.2em;
  padding: 5px 12px;
  text-transform: uppercase;
}
.book-card.featured .tag {
  background: oklch(0.98 0.01 80);
  color: var(--accent);
}
.book-card h4 {
  font-family: "Cormorant Garamond", serif;
  font-size: 30px;
  line-height: 1.1;
  margin-bottom: 6px;
  letter-spacing: -0.01em;
}
.book-card .price {
  font-family: "JetBrains Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.16em;
  opacity: .75;
  margin-bottom: 22px;
  text-transform: uppercase;
}
.book-card p {
  font-size: 14px;
  margin-bottom: 22px;
  opacity: .9;
}
.book-card .btn-book {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 14px 22px;
  background: white;
  color: oklch(0.16 0.04 245);
  border-radius: 999px;
  font-size: 13px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-weight: 500;
  transition: transform .2s ease;
}
.book-card .btn-book:hover { transform: translateX(4px); }
.book-card.featured .btn-book {
  background: oklch(0.16 0.04 245);
  color: white;
}

.contact-side {
  border-left: 1px solid rgba(255,255,255,.12);
  padding-left: 56px;
}
.contact-side h3 {
  font-family: "Cormorant Garamond", serif;
  font-size: 30px;
  margin-bottom: 24px;
  letter-spacing: -0.01em;
}
.contact-row {
  padding: 16px 0;
  border-bottom: 1px solid rgba(255,255,255,.1);
}
.contact-row .k {
  font-family: "JetBrains Mono", monospace;
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  opacity: .65;
  margin-bottom: 4px;
}
.contact-row .v {
  font-size: 15px;
  word-break: break-word;
}
.contact-row a { transition: color .2s ease; }
.contact-row a:hover { color: var(--accent); }

.footer-bottom {
  margin-top: 96px;
  padding-top: 32px;
  border-top: 1px solid rgba(255,255,255,.1);
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "JetBrains Mono", monospace;
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  opacity: .55;
  flex-wrap: wrap;
  gap: 12px;
}

@media (max-width: 900px) {
  .reserver-grid { grid-template-columns: 1fr; gap: 48px; }
  .contact-side { border-left: 0; padding-left: 0; border-top: 1px solid rgba(255,255,255,.12); padding-top: 48px; }
}

/* ---------- Tweaks panel ---------- */
.tweaks-panel {
  position: fixed;
  z-index: 100;
  bottom: 24px;
  right: 24px;
  width: 280px;
  background: var(--surface);
  border: 1px solid var(--line);
  box-shadow: 0 30px 80px -20px rgba(0,0,0,.25);
  padding: 18px;
  display: none;
  font-family: "Manrope", sans-serif;
}
.tweaks-panel.open { display: block; }
.tweaks-head {
  display: flex; justify-content: space-between; align-items: center;
  margin-bottom: 14px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--line);
}
.tweaks-title {
  font-family: "Cormorant Garamond", serif;
  font-size: 20px;
  letter-spacing: -0.01em;
}
.tweaks-close {
  width: 26px; height: 26px;
  display: grid; place-items: center;
  font-size: 14px;
  color: var(--muted);
  border-radius: 50%;
}
.tweaks-close:hover { background: var(--bg-alt); color: var(--ink); }
.tweak-row { margin-bottom: 16px; }
.tweak-label {
  font-family: "JetBrains Mono", monospace;
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 8px;
  display: block;
}
.swatch-group { display: flex; gap: 8px; }
.swatch {
  flex: 1;
  padding: 12px 8px;
  border: 1px solid var(--line);
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  transition: all .2s ease;
}
.swatch.is-active { border-color: var(--ink); }
.swatch-colors { display: flex; gap: 3px; }
.swatch-colors span {
  width: 16px; height: 16px;
  display: block;
}
.swatch-name {
  font-size: 11px;
  letter-spacing: 0.02em;
}

/* ---------- Tweak toggle button ---------- */
.tweak-toggle {
  position: fixed;
  bottom: 24px; right: 24px;
  z-index: 99;
  width: 52px; height: 52px;
  border-radius: 50%;
  background: var(--ink);
  color: var(--bg);
  display: none;
  align-items: center;
  justify-content: center;
  box-shadow: 0 12px 30px -8px rgba(0,0,0,.35);
  font-size: 18px;
  cursor: pointer;
  transition: transform .2s ease;
}
.tweak-toggle.visible { display: flex; }
.tweak-toggle:hover { transform: scale(1.08); }

/* ---------- Localization (FR/EN switching) ---------- */
[data-lang="fr"] .en-only { display: none; }
[data-lang="en"] .fr-only { display: none; }

/* ---------- Misc ---------- */
.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .8s ease, transform .8s ease;
}
.reveal.in {
  opacity: 1;
  transform: translateY(0);
}

::selection { background: var(--accent); color: white; }
