/* Site pilote hôtel-restaurant — template interne dpan-Bug.
   Souverain : zéro CDN, zéro tracker, fontes système.
   Mobile = efficacité (carte/menu/résa sous le pouce) ·
   Desktop/tablette paysage = présentation léchée. */

:root {
  --paper: #faf6ed;
  --cream: #f3ecd9;
  --ink: #26231e;
  --ink-soft: #5c5647;
  --ink-faint: #8a7f63;
  --line: #e3dac2;
  --accent: #a34a28;
  --accent-deep: #7c3213;
  --gold: #b98a2f;
  --serif: Georgia, 'Times New Roman', 'Songti SC', serif;
  --sans: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

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

body {
  font-family: var(--sans);
  background: var(--paper);
  color: var(--ink);
  line-height: 1.6;
  font-size: 16px;
}

h1, h2, h3, .serif { font-family: var(--serif); font-weight: 500; }

img, svg { max-width: 100%; display: block; }

/* ── Nav desktop ── */
nav.top {
  position: sticky; top: 0; z-index: 50;
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px 28px;
  background: rgba(250, 246, 237, 0.94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(6px);
}
nav.top .brand { font-family: var(--serif); font-size: 20px; letter-spacing: 0.02em; }
nav.top .links { display: flex; gap: 22px; align-items: center; font-size: 14px; }
nav.top .links a { color: var(--ink-soft); text-decoration: none; }
nav.top .links a:hover { color: var(--accent); }
nav.top .links a.cta {
  background: var(--accent); color: #fff; padding: 9px 18px; border-radius: 999px;
}
nav.top .links a.cta:hover { background: var(--accent-deep); color: #fff; }

/* ── Nav SOMBRE + logo (le médaillon or claque sur fond foncé) ── */
nav.top {
  justify-content: flex-start; gap: 18px;
  background: rgba(29, 31, 36, 0.97); border-bottom: 1px solid #34363d;
}
nav.top a.brand {
  margin-right: auto; text-decoration: none; color: #ecebe6;
  display: flex; align-items: center; gap: 12px;
}
nav.top .brand-mark { height: 54px; width: auto; }
@media (max-width: 560px) { nav.top .brand-name { display: none; } }
nav.top .links a { color: #bdbcb6; }
nav.top .links a:hover { color: #fff; }
nav.top .links a.cta { color: #fff; }
nav.top .langs { display: flex; gap: 8px; font-size: 13px; align-items: center; }
nav.top .langs a { color: #90908b; text-decoration: none; }
nav.top .langs a:hover, nav.top .langs a.active { color: var(--gold); }
nav.top .langs a.active { font-weight: 700; }

/* ── Barre d'actions mobile (le pouce d'abord) ── */
.action-bar {
  display: none;
  position: fixed; bottom: 0; left: 0; right: 0; z-index: 60;
  background: rgba(29, 31, 36, 0.97);
  padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
  gap: 8px;
}
.action-bar a {
  flex: 1; text-align: center; text-decoration: none;
  color: var(--paper); font-size: 13.5px; font-weight: 600;
  padding: 11px 4px; border-radius: 10px; background: rgba(255, 255, 255, 0.08);
}
.action-bar a.primary { background: var(--accent); }

/* ── Hero ── */
header.hero {
  position: relative; overflow: hidden;
  min-height: 78vh;
  display: flex; flex-direction: column; justify-content: flex-start;
  background: linear-gradient(160deg, #1c1e23 0%, #262830 100%);
}
header.hero .backdrop { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
header.hero .veil {
  position: absolute; inset: 0;
  background: linear-gradient(165deg, rgba(15, 17, 22, 0.88) 0%, rgba(15, 17, 22, 0.52) 45%, rgba(15, 17, 22, 0.28) 100%);
}
header.hero .content {
  position: relative; padding: 44px 24px 36px; color: #f6efdf; max-width: 900px;
}
header.hero .kicker {
  font-size: 12.5px; letter-spacing: 0.22em; text-transform: uppercase; color: #d8c9a4;
}
header.hero h1 { font-size: clamp(34px, 6vw, 62px); line-height: 1.08; margin: 10px 0 12px; }
header.hero p.lede { font-size: clamp(15px, 2vw, 19px); color: #eadfc6; max-width: 46ch; }
header.hero .hours { margin-top: 18px; font-size: 13.5px; color: #cbbc97; }

/* ── Sections ── */
section { padding: 56px 24px; }
.wrap { max-width: 1080px; margin: 0 auto; }
.section-head { margin-bottom: 28px; }
.section-head .kicker {
  font-size: 12px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--accent);
}
.section-head h2 { font-size: clamp(26px, 4vw, 38px); margin-top: 6px; }
.section-head p { color: var(--ink-soft); max-width: 60ch; margin-top: 8px; }

/* ── La carte ── */
#carte { background: var(--cream); }
.menu-cols { display: grid; grid-template-columns: 1fr; gap: 34px; }
.menu-group h3 {
  font-size: 19px; color: var(--accent-deep); margin-bottom: 14px;
  padding-bottom: 8px; border-bottom: 1px solid var(--line);
}
.dish { display: flex; justify-content: space-between; gap: 16px; padding: 9px 0; }
.dish .name { font-weight: 600; font-size: 15.5px; }
.dish .desc { color: var(--ink-soft); font-size: 13.5px; margin-top: 2px; }
.dish .price { font-family: var(--serif); white-space: nowrap; color: var(--accent-deep); }

/* ── Menu du jour ── */
.ardoise-frame {
  display: grid; grid-template-columns: 1fr; gap: 28px; align-items: center;
}
.ardoise {
  background: #23252b; border-radius: 10px; padding: 26px;
  color: #f0e9d6; box-shadow: 0 18px 40px rgba(15, 16, 20, 0.30);
  border: 10px solid #34363d;
}
.ardoise .date {
  font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase; color: #c9b98d;
}
.ardoise h3 { font-size: 24px; margin: 8px 0 16px; color: #fff; }
.ardoise ul { list-style: none; }
.ardoise li { padding: 7px 0; border-bottom: 1px dashed rgba(240, 233, 214, 0.2); font-family: var(--serif); font-size: 17px; }
.ardoise li:last-child { border-bottom: none; }
.ardoise .prix-midi { margin-top: 14px; font-size: 15px; color: #d8c9a4; }
.menu-note { color: var(--ink-soft); font-size: 14.5px; }
.menu-note strong { color: var(--accent-deep); }

/* ── Chambres ── */
#chambres { background: var(--cream); }
.rooms { display: grid; grid-template-columns: 1fr; gap: 20px; }
.room-card {
  background: var(--paper); border: 1px solid var(--line); border-radius: 14px; overflow: hidden;
}
.room-card svg.ph { width: 100%; height: 170px; }
.room-card .body { padding: 18px 20px 20px; }
.room-card h3 { font-size: 19px; }
.room-card .meta { color: var(--ink-soft); font-size: 14px; margin: 6px 0 0; }
.room-card .price { font-family: var(--serif); color: var(--accent-deep); margin-top: 10px; }

/* ── Rubrique gourmande ── */
.recette-grid { display: grid; grid-template-columns: 1fr; gap: 30px; align-items: center; }
.recette-card {
  background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 26px 26px 30px;
}
.recette-card .kicker { font-size: 12px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); }
.recette-card h3 { font-size: 24px; margin: 6px 0 12px; }
.recette-card ol { margin: 12px 0 0 18px; color: var(--ink-soft); font-size: 15px; }
.recette-card ol li { margin-bottom: 8px; }
.recette-card .secret {
  margin-top: 16px; padding: 12px 16px; background: var(--cream); border-radius: 10px;
  font-family: var(--serif); font-style: italic; color: var(--accent-deep); font-size: 15px;
}

/* ── Réserver ── */
#reserver .section-head { text-align: center; }
#reserver .section-head p { margin-left: auto; margin-right: auto; }
#reserver .resa-frame {
  border: 1px solid var(--line); border-radius: 14px; overflow: hidden; background: #fff;
  max-width: 640px; margin-left: auto; margin-right: auto;
}
#reserver .phone-alt { text-align: center; }
#reserver iframe { width: 100%; height: min(85vh, 760px); border: none; display: block; }
.phone-alt { margin-top: 14px; font-size: 14.5px; color: var(--ink-soft); }
.phone-alt a { color: var(--accent); text-decoration: none; font-weight: 600; }

/* ── Footer ── */
footer {
  background: #1d1f24; color: #c0c0b9; padding: 44px 24px 120px;
  font-size: 14px;
}
footer .wrap { display: grid; grid-template-columns: 1fr; gap: 26px; }
footer h4 { font-family: var(--serif); color: #f0e9d6; font-size: 17px; margin-bottom: 10px; }
footer a { color: #d8c9a4; }
footer .souverain { font-size: 12px; color: #a89a76; margin-top: 6px; }

/* ── Tablette paysage + desktop : le beau ── */
@media (min-width: 820px) {
  section { padding: 88px 40px; }
  header.hero { min-height: 92vh; }
  header.hero .content { padding: 64px 56px 0; }
  .menu-cols { grid-template-columns: 1fr 1fr; gap: 56px; }
  .ardoise-frame { grid-template-columns: 5fr 4fr; gap: 56px; }
  .rooms { grid-template-columns: repeat(3, 1fr); }
  .recette-grid { grid-template-columns: 4fr 5fr; gap: 56px; }
  footer { padding-bottom: 44px; }
  footer .wrap { grid-template-columns: repeat(3, 1fr); }
}

/* ── Mobile : efficacité ── */
@media (max-width: 819px) {
  nav.top .links a:not(.cta) { display: none; }
  .action-bar { display: flex; }
  header.hero { min-height: 64vh; }
  body { padding-bottom: 0; }
}

/* ── Bande photo pleine largeur (plat du lac) ── */
.photo-band { position: relative; height: clamp(300px, 46vh, 520px); overflow: hidden; padding: 0; }
.photo-band img { width: 100%; height: 100%; object-fit: cover; display: block; }
.photo-band .band-cap {
  position: absolute; inset: 0; display: flex; align-items: flex-end; justify-content: center;
  padding: 0 24px 42px; text-align: center;
  background: linear-gradient(to top, rgba(15,17,22,0.74) 0%, rgba(15,17,22,0.15) 45%, transparent 75%);
}
.photo-band .band-cap span {
  font-family: var(--serif); color: #f6efdf; font-size: clamp(22px, 3.4vw, 34px);
  max-width: 22ch; line-height: 1.25;
}

/* ── Recette : vraie photo (vignes) ── */
.recette-photo { width: 100%; height: 100%; min-height: 300px; object-fit: cover; border-radius: 14px; display: block; }
/* ── Chambres : cartes épurées (photos réelles à venir) ── */
.room-card svg.ph { display: none; }
.room-card { border-top: 3px solid var(--gold); }
.room-card .body { padding: 22px 22px 24px; }

/* ── Réservation flottante (bouton toujours visible → panneau, façon fine-dining) ── */
.resa-fab {
  position: fixed; right: 24px; bottom: 24px; z-index: 70; border: none; cursor: pointer;
  background: var(--accent); color: #fff; font: 600 15px var(--sans);
  padding: 14px 24px; border-radius: 999px; box-shadow: 0 10px 28px rgba(20,16,10,0.35);
}
.resa-fab:hover { background: var(--accent-deep); }
@media (max-width: 819px) { .resa-fab { display: none; } }
.resa-modal { position: fixed; inset: 0; z-index: 100; display: flex; align-items: center; justify-content: center; }
.resa-modal[hidden] { display: none; }
.resa-modal-bg { position: absolute; inset: 0; background: rgba(15,17,22,0.72); backdrop-filter: blur(3px); }
.resa-modal-panel { position: relative; width: min(680px, 94vw); max-height: 92vh; background: #fff; border-radius: 16px; overflow: hidden; box-shadow: 0 30px 80px rgba(0,0,0,0.45); }
.resa-modal-x { position: absolute; top: 8px; right: 12px; z-index: 2; width: 34px; height: 34px; border-radius: 50%; border: none; cursor: pointer; background: rgba(255,255,255,0.9); color: #26231e; font-size: 22px; line-height: 1; }
.resa-modal-panel iframe { width: 100%; height: min(84vh, 760px); border: none; display: block; }

/* ── Chambres : vraies photos dans les cartes ── */
.room-card img.ph { width: 100%; height: 190px; object-fit: cover; display: block; }
