:root {
  --accent: #ffffff;
  --highlight: #3de34c;
  --cta: #1658ff;
  --cta-soft: #e9f0ff;
  --text-shadow: 0 4px 18px rgba(0, 0, 0, 0.44);
  --font-display: "Bangers", "Impact", "Arial Black", sans-serif;
  --font-body: "DM Sans", "Helvetica Neue", Arial, sans-serif;
}

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

body {
  min-height: 100vh;
  background: #ff3c30 url("background.jpg") center 18% / cover fixed no-repeat;
  background-blend-mode: multiply;
  color: var(--accent);
  font-family: var(--font-body);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 12px 12px 36px;
}

.bg-video {
/*  visibility: hidden;
  display: none;*/
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
  filter: saturate(1.08);
}

.bg-overlay {
  position: fixed;
  inset: 0;
  background:
    radial-gradient(ellipse at 50% 44%, rgba(255,255,255,0.65) 0%, rgba(255,255,255,0.12) 26%, rgba(0,0,0,0.28) 90%),
    radial-gradient(ellipse at 20% 12%, rgba(0,0,0,0.25) 0%, rgba(0,0,0,0) 28%);
  mix-blend-mode: screen;
  z-index: -1;
  pointer-events: none;
}

.canvas {
  width: min(920px, 98vw);
  padding: 8px 12px 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.1rem;
  position: relative;
  z-index: 1;
  margin-top: -10px;
}

.hero-stack {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.1rem;
  position: relative;
  text-shadow: var(--text-shadow);
}

.logo-tag {
  position: absolute;
  left: clamp(-650px, -23vw, -388px);
  top: clamp(90px, 14vw, 170px);
/*  width: clamp(350px, 42vw, 430px);
  height: auto;
*/
  filter: drop-shadow(0 14px 22px rgba(0, 0, 0, 0.45));
  pointer-events: none;
  width: 480px;
  height: auto;
  transform: rotate(312.0107013756857deg);
  --comp-rotate-z: 312.0107013756857deg;
}

.logo-main {
  width: clamp(330px, 46vw, 500px);
  height: auto;
  padding-bottom: 4rem;
  filter: drop-shadow(0 16px 28px rgba(0, 0, 0, 0.48));
}

.social-bubble {
  position: absolute;
  top: 6px;
  right: -80px;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: var(--cta);
  display: grid;
  place-items: center;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.38);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
  text-decoration: none;
}

.social-bubble:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.45);
}

.icon-camera {
  display: inline-flex;
  width: 26px;
  height: 26px;
  color: #ffffff;
}

.book-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  margin-top: -0.4rem;
  position: relative;
}

.book-mark {
  width: clamp(250px, 34vw, 380px);
  max-width: 320px;
  height: auto;
  filter: drop-shadow(0 12px 26px rgba(0, 0, 0, 0.44));
  cursor: pointer;
}

.arrow {
  width: clamp(62px, 8vw, 78px);
  height: auto;
  filter: drop-shadow(0 12px 20px rgba(0, 0, 0, 0.46));
  transform: translateY(4px);
}

.click-top,
.click-bottom {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: clamp(230px, 32vw, 350px);
  pointer-events: none;
  filter: drop-shadow(0 10px 18px rgba(0, 0, 0, 0.35));
}

.click-top {
  top: -58px;
}

.click-bottom {
  bottom: -66px;
  transform: translateX(-50%) ;
}

.arrow-left,
.arrow-right {
  position: absolute;
  width: clamp(60px, 9vw, 90px);
  height: auto;
  filter: drop-shadow(0 12px 20px rgba(0, 0, 0, 0.46));
  animation: pulse 1s infinite alternate;
}

.arrow-left {
  left: -60px;
  top: -4px;
  --angle: 32deg;
}

.arrow-right {
  right: -58px;
  bottom: 4px;
  --angle: -146deg;
}

@keyframes pulse {
  from { transform: translateY(0) scale(1) rotate(var(--angle, 0deg)); opacity: 0.7; }
  to   { transform: translateY(6px) scale(1.08) rotate(var(--angle, 0deg)); opacity: 1; }
}

.contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  font-size: 2rem;
  font-weight: 800;
  letter-spacing: 0.1rem;
  text-shadow: var(--text-shadow), 0 0 14px rgba(0,0,0,0.55);
  margin-top:5rem;
}

.contact a {
  color: var(--accent);
  text-decoration: underline;
  text-underline-offset: 0.28em;
  text-decoration-thickness: 3px;
  transition: color 0.2s ease;
}

.contact a:hover {
  color: #fffd8a;
}

.contact-tel{
  font-size: 1.3rem;
}
.contact-map{
  font-size: 1.6rem;
}
.contact-email{
  font-size: 2rem;
}

.spotify {
  width: min(460px, 40vw);
  margin-top: 0.2rem;
  background: #0a3bff;
  padding: 8px 10px 12px;
  border-radius: 16px;
  box-shadow: 0 14px 26px rgba(0, 0, 0, 0.4);
}

.spotify iframe {
  width: 100%;
  min-height: 46px;
  border: 0;
  border-radius: 12px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.35);
  background: transparent;
  filter: invert(16%) sepia(88%) saturate(4800%) hue-rotate(198deg) brightness(1.1) contrast(1.08);
}

.footer {
  font-size: 0.82rem;
  opacity: 0.92;
  text-shadow: var(--text-shadow);
  margin-top: 0.4rem;
}

.reserve-bar {
  position: fixed;
  right: 16px;
  bottom: 16px;
  display: inline-flex;
  gap: 8px;
  padding: 8px;
  background: rgba(255, 255, 255, 0.92);
  border-radius: 14px;
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.35);
  align-items: center;
  z-index: 2;
  backdrop-filter: blur(8px);
}

.reserve-bar button,
.reserve-bar a {
  border: 0;
  outline: none;
  font-family: var(--font-body);
  font-weight: 700;
  letter-spacing: 0.02em;
  padding: 10px 18px;
  border-radius: 10px;
  cursor: pointer;
  text-transform: uppercase;
  text-decoration: none;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.2s ease;
  font-size: 0.9rem;
}

#reservation-button {
  background: linear-gradient(135deg, #0a73ff, #0bb8ff);
  color: #ffffff;
  box-shadow: 0 10px 20px rgba(10, 115, 255, 0.35);
}

#reservation-button:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 24px rgba(10, 115, 255, 0.45);
}

.reserve-bar .ghost {
  background: var(--cta-soft);
  color: #0a73ff;
  box-shadow: inset 0 0 0 1px rgba(10, 115, 255, 0.15);
}

.reserve-bar .ghost:hover {
  transform: translateY(-1px);
  background: #f6f8ff;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 640px) {
  body {
    padding: 12px;
    background-attachment: scroll;
  }
.logo-tag {
  position: absolute;
  left: -70px;
  top: 60px;
  pointer-events: none;
  width: 80%;
  height: auto;
  transform: rotate(30deg);
  --comp-rotate-z: 0deg;
}

  .logo-main{
    width: 70%;
    height: auto;
    padding-top: 2rem;
    padding-bottom: 4rem;

  }

  .canvas {
    padding-bottom: 120px;
    gap: 1.15rem;
  }

  .social-bubble {
    right: -6px;
    top: -8px;
    width: 48px;
    height: 48px;
  }

  .book-wrap {
    flex-direction: column;
    gap: 0.1rem;
  }

  .book-mark {
    width: 40vw;
    max-width: 320px;
    height: auto;
  }

  .arrow {
    transform: translateY(0);
  }

  .contact-tel{
  font-size: 1.1rem;
  }
  
  .contact-map{
  font-size: 1.2rem;
  }
  
  .contact-email{
  font-size: 1.6rem;
  }


  .spotify {
    width: min(420px, 90vw);
  }

  .reserve-bar {
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    bottom: 12px;
  }
}
