.elementor-194 .elementor-element.elementor-element-13a79e0{width:100%;max-width:100%;}.elementor-194 .elementor-element.elementor-element-13a79e0.elementor-element{--order:-99999 /* order start hack */;--flex-grow:1;--flex-shrink:0;}/* Start custom CSS for html, class: .elementor-element-13a79e0 */<link href="https://fonts.googleapis.com/css2?family=Cinzel:wght@400;600&display=swap" rel="stylesheet">
<style>
html, body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  background-color: #0A0A0A;
}
* {
  box-sizing: border-box;
}
.arde-hero {
  position: relative;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  height: 100vh;
  height: 100dvh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.arde-hero video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
}
.arde-hero-overlay {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.45);
  z-index: 1;
}
.arde-hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 40px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.arde-hero-content img {
  width: 220px;
  max-width: 70vw;
}
.arde-hero-subtitle {
  color: #ffffff;
  font-family: 'Cinzel', serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin: 0;
}
.arde-hero-buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  margin-top: 10px;
}
.arde-btn-primary {
  background: #8B0000;
  color: #ffffff !important;
  padding: 14px 60px;
  font-family: 'Cinzel', serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 2px;
  text-decoration: none !important;
  display: inline-block;
  border: none;
  border-radius: 6px;
  min-width: 220px;
  text-align: center;
}
.arde-btn-primary:hover {
  background: #a00000;
  color: #ffffff !important;
}
.arde-btn-secondary {
  background: transparent;
  color: #ffffff !important;
  padding: 14px 60px;
  font-family: 'Cinzel', serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 2px;
  text-decoration: none !important;
  display: inline-block;
  border: 1px solid #ffffff;
  border-radius: 6px;
  min-width: 220px;
  text-align: center;
}
.arde-btn-secondary:hover {
  background: rgba(255,255,255,0.1);
  color: #ffffff !important;
}
.arde-btn-vip {
  background: transparent;
  color: #C9A84C !important;
  padding: 14px 60px;
  font-family: 'Cinzel', serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 3px;
  text-decoration: none !important;
  display: inline-block;
  border: 1px solid #C9A84C;
  border-radius: 6px;
  min-width: 220px;
  text-align: center;
}
.arde-btn-vip:hover {
  background: rgba(201,168,76,0.15);
  color: #C9A84C !important;
}
</style>
<div class="arde-hero">
  <video autoplay muted loop playsinline>
    <source src="https://ardelounge1882.live-website.com/wp-content/uploads/2026/06/ARDE_V5_compressed_v2.mp4" type="video/mp4">
  </video>
  <div class="arde-hero-overlay"></div>
  <div class="arde-hero-content">
    <img src="https://ardelounge1882.live-website.com/wp-content/uploads/2026/06/Arde_-_Logo-04-removebg-preview.png" alt="Arde Lounge">
    <p class="arde-hero-subtitle">Shisha Lounge · Sarrià, Barcelona</p>
    <div class="arde-hero-buttons">
      <a href="/carta" class="arde-btn-primary">Ver Carta</a>
      <a href="https://wa.link/90z00o" class="arde-btn-secondary">Reservar mesa</a>
      <a href="/vip-zone" class="arde-btn-vip">✦ VIP Zone</a>
    </div>
  </div>
</div>/* End custom CSS */