/* ============================================================
   Habitation Anse à l'Âne - Page Réservation
   Page d'atterrissage technique, centrée conversion.
   Dépend de colors_and_type.css + design-system.css + homepage.css
   ============================================================ */

/* Header minimal */
.res-header {
  position: sticky; top: 0; z-index: 50;
  background: #1f1c17;
  border-bottom: 1px solid rgba(164,130,74,0.35);
}
.res-header-inner {
  max-width: var(--container);
  margin: 0 auto;
  padding: 20px var(--gutter);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.res-header-logo img { height: 66px; width: auto; display: block; }
.res-back {
  display: inline-flex; align-items: center; gap: 9px;
  font-family: var(--font-sans);
  font-size: 13px; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase;
  color: #a4824a !important; text-decoration: none;
  transition: color var(--dur-base) var(--ease-quiet);
}
.res-back:hover { color: #efe7d6 !important; }
.res-back .arr { transition: transform var(--dur-base) var(--ease-quiet); }
.res-back:hover .arr { transform: translateX(-3px); }

/* Présentation courte */
.res-intro {
  max-width: 720px; margin: 0 auto; text-align: center;
  padding: clamp(48px, 6vw, 84px) var(--gutter) clamp(28px, 3vw, 40px);
}
.res-intro .hp-eyebrow { display: inline-block; margin-bottom: 18px; }
.res-intro h1 {
  font-family: var(--font-serif);
  font-weight: 400;
  font-size: clamp(2rem, 3.6vw, 2.9rem);
  line-height: 1.1;
  letter-spacing: -0.01em;
  color: var(--ink);
  margin: 0 0 18px;
}
.res-intro h1 em { font-style: italic; color: var(--brass-deep); }
.res-intro p {
  font-family: var(--font-sans);
  font-weight: 300;
  font-size: 1.12rem;
  line-height: 1.6;
  color: var(--ink-soft);
  margin: 0 auto;
  max-width: 52ch;
}

/* Bloc widget Hostaway */
.res-widget-wrap { max-width: 1200px; margin: 0 auto; padding: clamp(8px,1.5vw,16px) var(--gutter) clamp(56px,7vw,96px); }
.res-widget-note {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: clamp(20px, 3vw, 42px);
  margin: 24px auto 0;
  padding: 0;
  font-family: var(--font-sans);
}
.res-widget-note li {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #efe7d6 !important;
  font-size: 0.95rem;
  font-weight: 400;
  letter-spacing: 0.01em;
  opacity: 0.92;
}
.res-widget-note svg {
  width: 20px;
  height: 20px;
  color: #a4824a;
  flex-shrink: 0;
}
.res-widget {
  min-height: 800px;
  background: var(--cream);
  border: 1px solid var(--brass);
  border-radius: var(--radius-md);
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 18px; padding: 40px;
  position: relative; overflow: hidden;
}
#ds-root[data-variation="nuit"] .res-widget,
#ds-root[data-variation="nuit-argile"] .res-widget { background: var(--cream-warm); }
.res-widget::before {
  content: "";
  position: absolute; inset: 0;
  background-image: linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg, var(--line) 1px, transparent 1px);
  background-size: 64px 64px;
  opacity: 0.35;
  -webkit-mask-image: radial-gradient(ellipse 70% 60% at 50% 50%, #000 25%, transparent 72%);
          mask-image: radial-gradient(ellipse 70% 60% at 50% 50%, #000 25%, transparent 72%);
}
.res-widget-ico {
  position: relative; width: 68px; height: 68px;
  border: 1px solid var(--brass); border-radius: 50%;
  display: flex; align-items: center; justify-content: center; color: var(--brass);
}
.res-widget-ico svg { width: 32px; height: 32px; stroke-width: 1.3; }
.res-widget .t { position: relative; font-family: var(--font-serif); font-size: 1.6rem; color: var(--ink); text-align: center; }
.res-widget .s {
  position: relative;
  font-family: var(--font-sans); font-size: 0.82rem; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--muted); text-align: center;
}
.res-widget .code {
  position: relative;
  font-family: ui-monospace, "SF Mono", Menlo, monospace;
  font-size: 0.78rem; color: var(--brass-deep);
  background: var(--cream-warm); border: 1px solid var(--line); border-radius: var(--radius-sm);
  padding: 8px 14px; margin-top: 6px;
}

/* Besoin d'aide */
.res-help-band { background: var(--cream-warm); }
.res-help { max-width: 980px; margin: 0 auto; }
.res-help-head { text-align: center; margin-bottom: clamp(28px,3vw,40px); }
.res-help-head .hp-eyebrow { display: inline-block; margin-bottom: 12px; }
.res-help-head h2 {
  font-family: var(--font-serif); font-weight: 400;
  font-size: clamp(1.7rem, 2.8vw, 2.3rem); line-height: 1.1; color: var(--ink); margin: 0;
}
.res-help-head h2 em { font-style: italic; color: var(--brass-deep); }
.res-help-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(16px,2vw,24px); }
.res-help-card {
  display: flex; flex-direction: column; align-items: center; text-align: center; gap: 12px;
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  padding: clamp(28px,3vw,38px) clamp(20px,2vw,28px);
  text-decoration: none;
  transition: border-color var(--dur-base) var(--ease-quiet), transform var(--dur-base) var(--ease-quiet);
}
.res-help-card:hover { border-color: var(--brass); transform: translateY(-3px); }
.res-help-ico {
  width: 48px; height: 48px; border-radius: 50%;
  border: 1px solid var(--v-rule); color: var(--brass);
  display: flex; align-items: center; justify-content: center;
}
.res-help-ico svg { width: 23px; height: 23px; stroke-width: 1.4; }
.res-help-card .k {
  font-family: var(--font-sans); font-size: 0.66rem; font-weight: 500; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--brass);
}
.res-help-card .v {
  font-family: var(--font-serif); font-size: 1.3rem; color: var(--ink); line-height: 1.2;
}

@media (max-width: 760px) {
  .res-help-cards { grid-template-columns: 1fr; max-width: 380px; margin: 0 auto; }
  .res-widget { min-height: 600px; }
}
