:root {
  --ink: #1a1410;
  --cream: #f6efe4;
  --sand: #efe4d4;
  --white: #fffdf8;
  --blue: #1d4e89;
  --teal: #0f7a74;
  --terra: #c24e24;
  --gold: #c9a227;
  --wine: #5a1618;
  --tan: #c4a574;
  --muted: #6b5e52;
  --wa: #25d366;
  --radius: 18px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: "Segoe UI", Tahoma, sans-serif;
  color: var(--ink);
  background: var(--cream);
  line-height: 1.55;
}
body[dir="rtl"] { font-family: Tahoma, "Segoe UI", sans-serif; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
h1, h2, h3 { font-weight: 700; line-height: 1.15; }

.disclaimer {
  background: #fff3c4;
  color: #5c4a00;
  text-align: center;
  font-size: 0.82rem;
  padding: 0.55rem 1rem;
}
.wrap { width: min(1180px, calc(100% - 2rem)); margin: 0 auto; }

header {
  position: sticky; top: 0; z-index: 40;
  background-color: #5a1618;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64' viewBox='0 0 64 64'%3E%3Cpath fill='none' stroke='%23c4a574' stroke-opacity='0.18' stroke-width='1' d='M32 6l5 16h16l-13 10 5 16-13-10-13 10 5-16-13-10h16z'/%3E%3C/svg%3E");
  border-bottom: 1px solid rgba(196, 165, 116, 0.35);
}
.nav {
  display: flex; align-items: center; justify-content: space-between;
  min-height: 88px; gap: 1rem;
  position: relative;
}
.nav-left, .nav-right { flex: 1; display: flex; align-items: center; }
.nav-right { justify-content: flex-end; }
.menu-btn {
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 0.12rem;
  width: 64px; min-height: 56px; border-radius: 6px;
  font-size: 1.15rem; background: #c4a574; color: #fff; border: 0; cursor: pointer;
}
.menu-lab { font-size: 0.62rem; font-weight: 800; letter-spacing: 0.12em; }
.brand {
  display: flex; align-items: center; gap: 0.7rem; color: #fff;
}
.crest {
  width: 52px; height: 52px; border-radius: 50%;
  border: 2px solid #c4a574;
  display: grid; place-items: center;
  font-weight: 800; font-size: 0.85rem; letter-spacing: 0.04em;
  color: #fff;
}
.brand-txt b {
  display: block; font-size: 1.45rem; font-style: italic; font-weight: 700; line-height: 1.1;
  font-family: Georgia, "Times New Roman", serif;
}
.brand-txt em { display: block; font-style: normal; font-size: 0.72rem; letter-spacing: 0.08em; color: #e8d5b5; text-transform: uppercase; }
.nav-right { justify-content: flex-end; gap: 0.5rem; }
.nav-links {
  display: none;
  position: absolute; top: 88px; inset-inline-start: 0; z-index: 45;
  min-width: 230px;
  flex-direction: column; align-items: stretch; gap: 0.25rem;
  background: #fffdf8;
  padding: 0.65rem;
  border-radius: 10px;
  box-shadow: 0 16px 40px rgba(26, 20, 16, 0.2);
}
.nav-links.open { display: flex; }
.nav-links a, .lang button {
  padding: 0.7rem 0.85rem; border-radius: 10px; font-weight: 650; font-size: 0.95rem;
  border: 0; background: transparent; cursor: pointer; color: var(--ink); text-align: start;
}
.nav-links a.active, .nav-links a:hover { background: #5a1618; color: #fff; }
.lang button { padding: 0.35rem 0.5rem; border-radius: 999px; color: #e8d5b5; }
.lang button.active { background: #c4a574; color: #fff; }
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.35rem;
  border: 0; border-radius: 999px; padding: 0.75rem 1.15rem; font-weight: 700; cursor: pointer;
}
.btn-gold { background: var(--gold); color: var(--ink); }
.btn-blue { background: var(--blue); color: #fff; }

.zellige-band {
  height: 14px;
  background: repeating-linear-gradient(90deg,
    var(--blue) 0 18px, var(--teal) 18px 36px, var(--gold) 36px 54px, var(--terra) 54px 72px, #f4efe6 72px 80px);
}
.discover {
  color: #fff;
  padding: 4.4rem 0;
  background-color: #4e1214;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='72' height='72' viewBox='0 0 72 72'%3E%3Cpath fill='none' stroke='%23c4a574' stroke-opacity='0.28' stroke-width='1.1' d='M36 8l7 18h19l-15.5 11.5 6 18.5-16.5-12-16.5 12 6-18.5L10 26h19z'/%3E%3Ccircle cx='36' cy='36' r='3' fill='%23c4a574' fill-opacity='0.2'/%3E%3C/svg%3E");
}
.discover-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 2.6rem;
  align-items: center;
}
.discover .kicker { color: #e8d5b5; }
.discover h2 {
  font-size: clamp(2rem, 4vw, 3.1rem);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin: 0.35rem 0 1rem;
}
.discover p { font-size: 1.08rem; max-width: 54ch; color: #f3e6d8; }
.discover-visual {
  position: relative;
  margin: 0;
  padding: 10px;
  border: 1px solid rgba(196, 165, 116, 0.55);
}
.discover-visual img {
  width: 100%; height: 400px; object-fit: cover;
}
.discover-visual span {
  position: absolute; bottom: 22px; inset-inline-start: 22px;
  background: rgba(74, 18, 20, 0.82);
  color: #e8d5b5;
  padding: 0.35rem 0.7rem;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.facts { display: flex; flex-wrap: wrap; gap: 0.55rem; margin-top: 1.2rem; }
.fact {
  border: 1px solid rgba(196, 165, 116, 0.45);
  padding: 0.45rem 0.75rem;
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #e8d5b5;
}
.discover-actions { display: flex; flex-wrap: wrap; gap: 0.7rem; margin-top: 1.5rem; }
.discover .btn { border-radius: 4px; min-width: 9.5rem; }
.btn-tan { background: #c4a574; color: #fff; }
.btn-ghost { background: transparent; color: #fff; border: 1px solid #c4a574; }
.ornament {
  width: 64px; height: 3px; background: #c4a574; margin-bottom: 0.85rem;
}

.hero { position: relative; overflow: hidden; min-height: 70vh; }
.slide {
  position: absolute; inset: 0; background-size: cover; background-position: center;
  opacity: 0; transition: opacity 0.9s ease;
}
.slide.on { opacity: 1; }
.hero-copy {
  position: relative; z-index: 2; min-height: 70vh;
  display: flex; flex-direction: column; justify-content: flex-end;
  padding: 0 0 1.4rem;
  background: linear-gradient(transparent 70%, rgba(20, 12, 8, 0.35));
  color: #fff;
}
.hero h1 { font-size: clamp(2rem, 5vw, 3.6rem); max-width: 16ch; margin-bottom: 0.6rem; }
.kicker { color: var(--gold); font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; font-size: 0.78rem; }
.dots { display: flex; gap: 0.4rem; margin-top: 1rem; }
.dots button { width: 10px; height: 10px; border-radius: 50%; border: 0; background: #fff8; cursor: pointer; }
.dots button.on { background: var(--gold); }

.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.card {
  background: var(--white); border-radius: var(--radius); overflow: hidden;
  box-shadow: 0 12px 30px rgba(26, 20, 16, 0.08);
}
.card img { width: 100%; height: 210px; object-fit: cover; }
.card .pad { padding: 1rem 1.1rem 1.2rem; }
.meta { display: flex; flex-wrap: wrap; gap: 0.45rem; margin: 0.6rem 0; }
.chip {
  display: inline-flex; align-items: center; gap: 0.3rem;
  background: var(--sand); color: var(--blue); border-radius: 999px;
  padding: 0.28rem 0.6rem; font-size: 0.8rem; font-weight: 700;
}
.chip svg { flex: none; }

.page-hero {
  color: #fff;
  padding: 3.2rem 0 2.6rem;
  background-color: #4e1214;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='72' height='72' viewBox='0 0 72 72'%3E%3Cpath fill='none' stroke='%23c4a574' stroke-opacity='0.28' stroke-width='1.1' d='M36 8l7 18h19l-15.5 11.5 6 18.5-16.5-12-16.5 12 6-18.5L10 26h19z'/%3E%3Ccircle cx='36' cy='36' r='3' fill='%23c4a574' fill-opacity='0.2'/%3E%3C/svg%3E");
}
.page-hero .kicker { color: #e8d5b5; }
.page-hero h1, .page-hero h2 {
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin: 0.3rem 0 0.8rem;
}
.page-hero p { max-width: 58ch; color: #f3e6d8; }
.suite-jump { display: flex; flex-wrap: wrap; gap: 0.55rem; margin-top: 1.4rem; }
.suite-jump a {
  color: #fff;
  border: 1px solid rgba(196, 165, 116, 0.55);
  padding: 0.45rem 0.85rem;
  font-size: 0.82rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.suite-jump a:hover { background: var(--tan); border-color: var(--tan); }

.rooms { padding: 2rem 0 2.8rem; }
.room {
  display: grid; grid-template-columns: 1.2fr 0.95fr; gap: 0;
  background: var(--white);
  margin-bottom: 1.8rem;
  border: 1px solid #eadfce;
  box-shadow: 0 16px 36px rgba(26, 20, 16, 0.08);
  scroll-margin-top: 108px;
}
.gallery { padding: 0.85rem; background: #faf6ef; }
.media-tabs { display: flex; gap: 0.4rem; margin-bottom: 0.7rem; }
.media-tabs button {
  flex: 1; padding: 0.55rem 0.7rem; border: 1px solid #eadfce; background: #fff;
  cursor: pointer; font-weight: 700; font-size: 0.85rem; color: var(--wine);
}
.media-tabs button.on { background: var(--wine); color: #fff; border-color: var(--wine); }
.stage-wrap { position: relative; }
.stage { position: relative; overflow: hidden; height: 420px; background: #1a0c0c; }
.gallery img.main {
  width: 100%; height: 420px; object-fit: cover;
  user-select: none;
  -webkit-user-drag: none;
}
.pano-stage {
  position: absolute;
  inset: 0;
  height: auto;
  opacity: 0;
  pointer-events: none;
  cursor: grab;
  touch-action: none;
  background: #1a0c0c;
}
.stage-wrap.looking .pano-stage {
  opacity: 1;
  pointer-events: auto;
}
.stage-wrap.looking .photo-stage { visibility: hidden; }
.pano-stage.is-drag { cursor: grabbing; }
.pano-track {
  display: none;
  height: 100%;
  width: 500%;
  transform: translateX(-20%);
}
.pano-track.on { display: flex; }
.pano-track img {
  flex: 0 0 20%;
  width: 20%;
  height: 100%;
  object-fit: cover;
  max-width: none;
  pointer-events: none;
  user-select: none;
  -webkit-user-drag: none;
}
.pano-stage .pano-mark { display: grid; pointer-events: none; }
.look-hint {
  margin: 0 0 0.55rem;
  font-size: 0.82rem;
  color: var(--wine);
  font-weight: 650;
}
.thumbs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.45rem;
  margin-top: 0.55rem;
}
.thumbs button { border: 0; padding: 0; background: none; cursor: pointer; }
.thumbs img {
  width: 100%; height: 92px; object-fit: cover; opacity: 0.72;
  outline: 2px solid transparent;
}
.thumbs img.on, .thumbs button.on img { opacity: 1; outline-color: var(--tan); }
.thumb-lab {
  display: block; margin-top: 0.25rem; font-size: 0.68rem; font-weight: 700;
  letter-spacing: 0.08em; text-transform: uppercase; color: var(--wine); text-align: center;
}
.room-body { padding: 1.4rem 1.35rem 1.5rem; }
.room-body h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.35rem, 2.4vw, 1.85rem);
  margin: 0.55rem 0 0.7rem;
  color: var(--wine);
}
.room-lead { color: var(--muted); font-size: 1.02rem; margin-bottom: 1rem; }
.badges { display: flex; flex-wrap: wrap; gap: 0.4rem; }
.badge {
  display: inline-block; padding: 0.28rem 0.65rem; font-size: 0.72rem; font-weight: 800;
  letter-spacing: 0.1em; text-transform: uppercase;
}
.badge-garden { background: var(--tan); color: #fff; }
.badge-balcony { background: var(--wine); color: #fff; border: 1px solid var(--tan); }
.badge-city { background: #fff; color: var(--wine); border: 1px solid var(--wine); }
.specs {
  display: grid; grid-template-columns: 1fr 1fr; gap: 0.7rem; margin: 1rem 0 1.15rem;
}
.spec {
  background: #f6efe4; padding: 0.7rem 0.8rem; border-inline-start: 3px solid var(--tan);
}
.spec b {
  display: block; font-size: 0.68rem; letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--wine); margin-bottom: 0.15rem;
}
.spec span { font-size: 1.05rem; font-weight: 700; color: var(--ink); }
.spec .price { color: var(--wine); }

.pano-mark {
  position: absolute; top: 12px; inset-inline-end: 12px;
  width: 54px; height: 54px; border-radius: 50%;
  border: 2px solid var(--tan); color: #fff;
  place-items: center; font-size: 0.68rem; font-weight: 800; letter-spacing: 0.04em;
  background: rgba(74, 18, 20, 0.8);
}

.book {
  background: var(--wine);
  color: #fff;
  padding: 1.05rem 1.05rem 1.15rem;
  margin-top: 0.4rem;
}
.book strong { display: block; letter-spacing: 0.08em; text-transform: uppercase; font-size: 0.82rem; margin-bottom: 0.35rem; color: #e8d5b5; }
.book label { display: block; font-size: 0.78rem; font-weight: 700; margin: 0.45rem 0 0.2rem; color: #f3e6d8; }
.book input, .book select, .account input {
  width: 100%; padding: 0.6rem 0.7rem; border: 1px solid rgba(196, 165, 116, 0.55); border-radius: 4px; font: inherit;
  background: #fffdf8; color: var(--ink);
}
.book .btn { width: 100%; margin-top: 0.85rem; border-radius: 4px; }
.book-row { display: grid; grid-template-columns: 1fr 1fr; gap: 0.5rem; }
.book .note { font-size: 0.78rem; color: #e8d5b5; margin-top: 0.55rem; }
.book .ok {
  display: none; margin-top: 0.8rem; padding: 0.85rem 0.9rem;
  background: rgba(196, 165, 116, 0.18); border: 1px solid var(--tan); color: #f3e6d8;
}
.book .ok p { margin: 0 0 0.55rem; }
.ok-links { display: flex; flex-wrap: wrap; gap: 0.75rem; }
.ok-links a { color: #fff; font-weight: 700; text-decoration: underline; }

.dishes { display: grid; grid-template-columns: 1.15fr 0.95fr; gap: 1.2rem; align-items: stretch; }
.salle {
  position: relative;
  border: 1px solid #eadfce;
  padding: 8px;
  background: #fff;
}
.salle-slides { position: relative; height: 420px; overflow: hidden; }
.salle-slides .slide {
  width: 100%; height: 100%; object-fit: cover;
}
.salle .dots {
  position: absolute; bottom: 18px; inset-inline-end: 18px;
  z-index: 2; margin: 0;
}
.salle > span {
  position: absolute; bottom: 18px; inset-inline-start: 18px;
  background: rgba(74, 18, 20, 0.85); color: #e8d5b5;
  padding: 0.3rem 0.65rem; font-size: 0.72rem; letter-spacing: 0.1em; text-transform: uppercase;
  z-index: 2;
}
.resto-atm { margin-top: 0.7rem; color: var(--muted); }
#carte, #table { scroll-margin-top: 108px; }
.carte {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-top: 1.2rem;
}
.page-body h2 { margin-top: 2.2rem; }
.dish {
  background: var(--white);
  border: 1px solid #eadfce;
  overflow: hidden;
}
.dish img { width: 100%; height: 200px; object-fit: cover; }
.dish .pad { padding: 0.9rem 1rem 1.1rem; }
.dish h3 { font-size: 1.05rem; color: var(--wine); margin-bottom: 0.35rem; }
.dish p { font-size: 0.92rem; color: var(--muted); }
.dish .price { display: block; margin-top: 0.55rem; color: var(--wine); font-weight: 800; font-size: 0.9rem; }
.resto-cta { padding: 2.4rem 0 3rem; }
.resto-cta .btn { border-radius: 4px; min-width: 10rem; }
.table-book {
  max-width: 520px;
  margin-top: 1.1rem;
  background: transparent;
  padding: 0;
}
.table-book .btn { width: auto; }
.btn-ghost-ink {
  display: inline-flex; align-items: center; justify-content: center;
  background: transparent; color: var(--wine); border: 1px solid var(--wine);
  padding: 0.7rem 1.1rem; font-weight: 700; border-radius: 4px;
}
.page-body { padding: 2rem 0 0; }

.tabs { display: flex; gap: 0; margin-bottom: 0; }
.tabs button {
  flex: 1; padding: 0.85rem 0.7rem; border: 1px solid var(--wine); background: #fff;
  cursor: pointer; font-weight: 700; color: var(--wine);
}
.tabs button.on { background: var(--wine); color: #fff; }
.panel { display: none; background: var(--white); padding: 1.35rem 1.3rem 1.5rem; border: 1px solid #eadfce; border-top: 0; }
.panel.on { display: block; }
.account label { display: block; font-size: 0.78rem; font-weight: 700; margin: 0.7rem 0 0.25rem; color: var(--wine); }
.account .btn { width: 100%; margin-top: 1.05rem; border-radius: 4px; }
.forgot { display: inline-block; margin-top: 0.7rem; font-size: 0.82rem; color: var(--muted); text-decoration: underline; cursor: pointer; }
.acc-box { width: min(480px, 100%); margin: 0 auto; }
.dash { width: min(720px, 100%); }
.dash {
  background: var(--white); border: 1px solid #eadfce; padding: 1.5rem 1.5rem 1.6rem;
}
.dash h2 { color: var(--wine); font-family: Georgia, "Times New Roman", serif; margin-bottom: 0.4rem; }
.dash > p { color: var(--muted); }
.dash-k {
  margin: 1.2rem 0 0.65rem; font-size: 0.72rem; font-weight: 800;
  letter-spacing: 0.12em; text-transform: uppercase; color: var(--wine);
}
.stay[hidden], .dash-empty[hidden] { display: none !important; }
.dash-empty { color: var(--muted); font-size: 0.95rem; margin: 0 0 0.8rem; }
.stay {
  display: grid; grid-template-columns: 120px 1fr; gap: 0.85rem;
  border: 1px solid #eadfce; margin-bottom: 0.7rem; background: #fffdf8;
}
.stay img { width: 100%; height: 100%; min-height: 96px; object-fit: cover; }
.stay > div { padding: 0.7rem 0.75rem 0.8rem; }
.stay h3 { font-size: 1.02rem; color: var(--wine); margin: 0.25rem 0 0.2rem; font-family: Georgia, "Times New Roman", serif; }
.stay small { color: var(--muted); font-size: 0.72rem; letter-spacing: 0.06em; text-transform: uppercase; }
.stay p { margin: 0.15rem 0 0; font-weight: 650; }
.stay-plain { grid-template-columns: 1fr; }
.st-ok, .st-wait {
  display: inline-block; font-size: 0.68rem; font-weight: 800; letter-spacing: 0.08em;
  text-transform: uppercase; padding: 0.15rem 0.45rem;
}
.st-ok { background: var(--wine); color: #fff; }
.st-wait { background: var(--tan); color: #fff; }
.dash-actions { display: flex; flex-wrap: wrap; gap: 0.6rem; align-items: center; margin-top: 1.4rem; }
.dash-actions .btn, .dash-actions .btn-ghost-ink { border-radius: 4px; }
.dash-out {
  margin-inline-start: auto;
  background: none; border: 0; padding: 0.4rem 0;
  color: var(--muted); font: inherit; font-weight: 650;
  text-decoration: underline; cursor: pointer;
}
.btn-line {
  display: inline-flex; margin-top: 1rem; padding: 0.65rem 1.1rem;
  border: 1px solid var(--wine); background: transparent; color: var(--wine);
  font-weight: 700; cursor: pointer;
}
.ok { display: none; margin-top: 0.8rem; background: #e8f6ee; color: #0f6b4c; padding: 0.7rem; border-radius: 10px; }

.wa {
  position: fixed; right: 1rem; bottom: 1rem; z-index: 50;
  width: 58px; height: 58px; border-radius: 50%; background: var(--wa);
  display: grid; place-items: center; box-shadow: 0 8px 20px rgba(37, 211, 102, 0.45); color: #fff;
}
body[dir="rtl"] .wa { right: auto; left: 1rem; }
footer { background: #14110e; color: #d9cfc4; padding: 2rem 0 1.2rem; }
footer a { color: #fff; }

@media (max-width: 860px) {
  .grid-3, .room, .book-row, .dishes, .discover-grid, .carte, .stay { grid-template-columns: 1fr; }
  .salle-slides { height: 240px; }
  .gallery img.main, .stage { height: 260px; }
  .thumbs { grid-template-columns: repeat(2, 1fr); }
  .thumbs img { height: 78px; }
  .discover-visual img { height: 260px; }
  .brand-txt em { display: none; }
  .brand-txt b { font-size: 1.15rem; }
  .crest { width: 42px; height: 42px; font-size: 0.72rem; }
  .nav { min-height: 72px; }
  .nav-links { top: 72px; }
}
