/*
Theme Name: Hello Elementor Child
Template: hello-elementor
*/

@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=DM+Sans:wght@300;400;500;700&display=swap');

:root {
  --noir: #111009;
  --creme: #F0E8D5;
  --creme-light: #FAF5EC;
  --or: #D4A853;
  --or-light: #EFC97A;
  --brun: #2A1F0E;
  --brun-mid: #5A3E20;
  --text-muted: rgba(240,232,213,0.55);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--noir);
  color: var(--creme);
  font-family: 'DM Sans', sans-serif;
  overflow-x: hidden;
}
body, html, .elementor {
  background: #111009 !important;
}
html, body {
  background: #111009 !important;
}body {
  background-color: #111009 !important;
}.elementor-kit-1 {
  background-color: #111009 !important;
}
/* Masquer ce que WordPress/Hello peut afficher */
header,
footer,
.site-header,
.site-footer,
.page-header,
.entry-header,
h1.entry-title {
  display: none !important;
}

/* Barre admin WordPress : on garde le site correct quand connecté */
body.admin-bar .hv-nav {
  top: 32px;
}

@media (max-width: 782px) {
  body.admin-bar .hv-nav {
    top: 46px;
  }
}

.hv-resa-page {
  background: var(--noir);
}

/* NAV */
.hv-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 4rem;
  background: rgba(17,16,9,0.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(240,232,213,0.08);
}

.hv-nav-logo {
  color: var(--creme);
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.03em;
}

.hv-nav-links {
  display: flex;
  gap: 2.5rem;
}

.hv-nav-links a {
  color: var(--text-muted);
  text-decoration: none;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  transition: color 0.2s ease;
}

.hv-nav-links a:hover {
  color: var(--creme);
}

.hv-nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 22px;
  border-radius: 2px;
  background: var(--or);
  color: var(--noir);
  text-decoration: none;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  transition: background 0.2s ease, transform 0.2s ease;
}

.hv-nav-cta:hover {
  background: var(--or-light);
  transform: translateY(-1px);
}

/* HERO */
.hv-hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 0 4rem 5rem;
  overflow: hidden;
  background: var(--noir);
}

.hv-hero-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to top, rgba(17,16,9,0.98) 0%, rgba(17,16,9,0.75) 45%, rgba(17,16,9,0.35) 100%),
    radial-gradient(circle at top right, rgba(212,168,83,0.15), transparent 35%),
    linear-gradient(135deg, #17140d 0%, #111009 40%, #1b160d 100%);
  z-index: 1;
}

.hv-hero-content,
.hv-hero-stats {
  position: relative;
  z-index: 2;
}

.hv-hero-content {
  max-width: 820px;
  padding-top: 120px;
}

.hv-hero-tag {
  display: inline-block;
  margin-bottom: 1.8rem;
  padding: 6px 14px;
  border: 1px solid var(--or);
  color: var(--or);
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hv-hero h1 {
  margin: 0 0 1.5rem;
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(4.2rem, 10vw, 8.2rem);
  line-height: 0.9;
  letter-spacing: 0.02em;
  color: var(--creme);
}

.hv-hero h1 span {
  color: var(--or);
}

.hv-hero-desc {
  max-width: 560px;
  margin-bottom: 2.5rem;
  color: var(--text-muted);
  font-size: 1rem;
  line-height: 1.8;
}

.hv-hero-actions {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.hv-btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 30px;
  border: none;
  border-radius: 2px;
  background: var(--or);
  color: var(--noir);
  text-decoration: none;
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
}

.hv-btn-primary:hover {
  background: var(--or-light);
  transform: translateY(-1px);
}

.hv-btn-ghost {
  color: var(--creme);
  text-decoration: none;
  font-size: 0.85rem;
  border-bottom: 1px solid rgba(240,232,213,0.3);
  padding-bottom: 3px;
}

.hv-btn-ghost:hover {
  border-color: var(--creme);
}

.hv-hero-stats {
  display: flex;
  flex-direction: column;
  gap: 1.8rem;
  text-align: right;
  padding-bottom: 1rem;
}

.hv-stat {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}

.hv-stat-n {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 3rem;
  line-height: 1;
  color: var(--or);
}

.hv-stat-l {
  color: var(--text-muted);
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

/* STRIP */
.hv-strip {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  padding: 16px 4rem;
  background: var(--or);
  color: var(--noir);
  flex-wrap: wrap;
}

.hv-strip-item {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  white-space: nowrap;
}

.hv-strip-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: rgba(17,16,9,0.45);
  flex-shrink: 0;
}

/* ABOUT */
.hv-about {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 620px;
}

.hv-about-media {
  min-height: 420px;
  background:
    linear-gradient(135deg, rgba(42,31,14,0.85), rgba(90,62,32,0.85)),
    radial-gradient(circle at top left, rgba(212,168,83,0.15), transparent 40%);
}

.hv-about-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 5rem 4rem;
  background: var(--brun);
}

.hv-section-tag {
  display: inline-block;
  margin-bottom: 1.2rem;
  color: var(--or);
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.hv-section-tag-dark {
  color: rgba(17,16,9,0.65);
}

.hv-about-content h2,
.hv-section-head h2,
.hv-booking-left h2 {
  margin: 0 0 1.2rem;
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(2.8rem, 5vw, 4.3rem);
  line-height: 0.95;
  letter-spacing: 0.02em;
  color: var(--creme);
}

.hv-about-content p {
  margin: 0 0 1.6rem;
  color: var(--text-muted);
  font-size: 0.95rem;
  line-height: 1.85;
}

.hv-about-list {
  list-style: none;
  display: grid;
  gap: 0.9rem;
}

.hv-about-list li {
  position: relative;
  padding-left: 1rem;
  color: rgba(240,232,213,0.82);
  line-height: 1.6;
}

.hv-about-list li::before {
  content: "";
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--or);
}

/* RESTAURANTS */
.hv-restaurants {
  padding: 5rem 4rem;
  background: var(--noir);
}

.hv-section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 2.5rem;
}

.hv-section-head h2 {
  margin-bottom: 0;
}

.hv-section-head h2 span {
  color: var(--or);
}

.hv-section-head p {
  max-width: 420px;
  margin: 0;
  color: var(--text-muted);
  line-height: 1.75;
  text-align: right;
}

.hv-resto-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: rgba(240,232,213,0.08);
}

.hv-resto-card {
  background: #15120b;
  padding: 1.4rem;
  transition: background 0.2s ease;
}

.hv-resto-card:hover {
  background: #1b160d;
}

.hv-resto-thumb {
  aspect-ratio: 3 / 2;
  margin-bottom: 1rem;
  background:
    linear-gradient(135deg, rgba(42,31,14,0.95), rgba(90,62,32,0.95)),
    radial-gradient(circle at top left, rgba(212,168,83,0.15), transparent 45%);
}

.hv-resto-type {
  display: block;
  margin-bottom: 0.55rem;
  color: var(--or);
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.hv-resto-card h3 {
  margin: 0 0 0.6rem;
  color: var(--creme);
  font-size: 1.15rem;
}

.hv-resto-card p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.9rem;
  line-height: 1.7;
}

/* BOOKING */
.hv-booking {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  background: var(--or);
}

.hv-booking-left {
  padding: 5rem 3.5rem;
  color: var(--noir);
}

.hv-booking-left h2 {
  color: var(--noir);
}

.hv-booking-left p {
  margin: 0 0 1.5rem;
  color: rgba(17,16,9,0.7);
  line-height: 1.8;
}

.hv-booking-list {
  list-style: none;
  display: grid;
  gap: 0.8rem;
}

.hv-booking-list li {
  position: relative;
  padding-left: 1rem;
  color: rgba(17,16,9,0.8);
}

.hv-booking-list li::before {
  content: "";
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(17,16,9,0.65);
}

.hv-booking-right {
  padding: 4rem 3.5rem;
  background: #1a150a;
}

.hv-booking-form {
  width: 100%;
}

.hv-field-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.2rem;
}

.hv-field {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.hv-field-full {
  grid-column: 1 / -1;
}

.hv-field label {
  color: rgba(240,232,213,0.45);
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.hv-field input,
.hv-field select {
  min-height: 48px;
  padding: 0 14px;
  background: rgba(240,232,213,0.05);
  border: 1px solid rgba(240,232,213,0.1);
  color: var(--creme);
  font-family: 'DM Sans', sans-serif;
  font-size: 0.92rem;
  outline: none;
}

.hv-field input::placeholder {
  color: rgba(240,232,213,0.22);
}

.hv-btn-full {
  width: 100%;
  margin-top: 1.5rem;
}

/* Responsive */
@media (max-width: 1100px) {
  .hv-resto-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .hv-booking {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {
  .hv-nav {
    padding: 0 1.5rem;
  }

  .hv-nav-links {
    display: none;
  }

  .hv-hero {
    min-height: auto;
    padding: 120px 1.5rem 4rem;
    align-items: flex-start;
    flex-direction: column;
    gap: 2rem;
  }

  .hv-hero-content {
    max-width: 100%;
  }

  .hv-hero h1 {
    font-size: 4rem;
  }

  .hv-hero-stats {
    text-align: left;
    padding-bottom: 0;
  }

  .hv-strip,
  .hv-restaurants {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .hv-about {
    grid-template-columns: 1fr;
  }

  .hv-about-content {
    padding: 3rem 1.5rem;
  }

  .hv-section-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .hv-section-head p {
    text-align: left;
  }

  .hv-booking-left,
  .hv-booking-right {
    padding: 3rem 1.5rem;
  }

  .hv-field-grid {
    grid-template-columns: 1fr;
  }

  .hv-field-full {
    grid-column: auto;
  }
}

@media (max-width: 640px) {
  .hv-resto-grid {
    grid-template-columns: 1fr;
  }

  .hv-hero h1 {
    font-size: 3.3rem;
  }

  .hv-hero-actions {
    flex-direction: column;
    align-items: flex-start;
  }

  .hv-strip {
    gap: 0.8rem 1rem;
  }
}