html, body {
  margin: 0;
  min-height: 100%;
  
}
body {
  overscroll-behavior-y: none;
}
@font-face {
  font-family: "Scribble-Markers";
  src: url("./fonts/Scribble-Markers.otf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

#map {
	position:relative;
	 padding-top: 5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  
}



#beer {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100dvh;
  min-height: 100vh;
  display: block;
  /* Beer gradient behind bubbles */
  background: radial-gradient(circle at 30% 20%, #ffd37a 0%, #f0a81f 35%, #b76506 100%);
}
header {
	background: rgba(255, 255, 255, 0.6);

box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(5px);
-webkit-backdrop-filter: blur(5px);

  filter: blur(3px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 70px;
  width: 100%;
  position: relative;
 
  z-index: 20; 
opacity: 0.98;
}
.logo img {
  max-height: 60px;
}
.logo {
  flex-grow: 1;
  display: flex;
  justify-content: center;
}


.clogo {
	height:15rem;
	width: auto;
	opacity:30%;
	top: 3rem;
	padding-top:1rem;
  flex-grow: 1;
  display: flex;
  justify-content: center;
}
.city {
	height:15rem;
	width: auto;
	opacity:30%;
	

  flex-grow: 1;
  display: flex;
  justify-content: center;
}
.animate__animated.animate__fadeInUp {
  --animate-duration: 2s;
}


.animate__animated.animate__fadeInDown {
  --animate-duration: 6s;
}

#menu {

  padding-top: 5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 30; 
  color: black;
  opacity:30%;
  text-align: center;
 
 
 opacity: 0;                 /* start invisible */
  transform: translateY(10px); /* start slightly lower */
  transition: opacity 800ms ease, transform 800ms ease;

}

#menu.show {
  opacity: 0.3;              
  transform: translateY(0);
  pointer-events: auto;
}


.clogo {
  position: relative;
  z-index: 30;
}

.taps {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;

 
  text-align: center;
  opacity: 0.7;
  
}

.menu-item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 1rem;
  background-color: #f9f9f9;
  text-align: left;
  opacity: 0.7;
  
}
.item-name {
  font-size: 1.2rem;
  font-weight: bold;
  text-align: left;
}

.item-desc {
  font-size: 0.9rem;
  text-align: left;
}
.item-pre {
  font-size: 0.9rem;
  text-align: center;
}

.item-price {
  font-weight: bold;
  bottom:0;
}
.menu_ent{
	max-width: 90%;
}

.glass-button {
  display: inline-block;
  padding: 24px 32px;
  border: 0;
  text-decoration: none;
  border-radius: 15px;
  background-color: rgba(255,255,255,0.3);

  backdrop-filter: blur(30px);
  color: black;
  font-size: 14px;
  letter-spacing: 2px;
  cursor: pointer;
  text-transform: uppercase;
  
}

.glass-button:hover {
  background-color: rgba(255,255,255,0.2);
}

.glass-button {
  margin: 15px;
  margin-top: 40px;
}

#flex {
  display: flex;
  flex-direction: row;   
  gap: 12px;             
  align-items: center;  
}


 .neon-sign{
    --neon: #7df9ff;

    width: 100%;
    max-width: 520px;
    box-sizing: border-box;
    margin: 24px auto;
    padding: 26px 22px 20px;
    border-radius: 22px;

    border: 2px solid rgba(255,255,255,.25);
    box-shadow:
      0 0 0 3px rgba(255,255,255,.07) inset,
      0 0 18px rgba(125,249,255,.18),
      0 0 38px rgba(125,249,255,.12),
      0 18px 40px rgba(0,0,0,.55);

    position: relative;
    overflow: hidden;

    background:
      radial-gradient(120% 140% at 18% 12%, rgba(255,255,255,.10), transparent 55%),
      radial-gradient(90% 110% at 80% 78%, rgba(125,249,255,.08), transparent 60%),
      linear-gradient(180deg, rgba(0,0,0,.82), rgba(0,0,0,.92));
    color: rgba(255,255,255,.92);

    font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  }

  .neon-sign::before{
    content:"";
    position:absolute;
    inset: 10px;
    border-radius: 16px;
    border: 2px solid rgba(125,249,255,.55);
    box-shadow:
      0 0 10px rgba(125,249,255,.35),
      0 0 22px rgba(125,249,255,.22);
    pointer-events:none;
  }

  .neon-sign::after{
    content:"";
	
    position:absolute;
    inset: -40px;
    background: radial-gradient(circle at 50% 20%, rgba(125,249,255,.10), transparent 55%);
    pointer-events:none;
    mix-blend-mode: screen;
  }

  .neon-title{
	 font-family: "Scribble-Markers", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
    margin: 0 0 14px;
    text-align: center;
    letter-spacing: .08em;
    font-weight: 800;
    font-size: 1.35rem;
    color: white;
    text-shadow:
      0 0 6px rgba(125,249,255,.55),
      0 0 16px rgba(125,249,255,.28);
  }

  .beer-list{
    list-style:none;
    padding:0;
    margin:0;
	font-family: "Scribble-Markers", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  }

  .beer-list li{
    display:flex;
    justify-content:space-between;
    align-items:baseline;
    gap: 14px;
    padding: 10px 8px;
    border-radius: 12px;
    position: relative;
  }

  .beer-list li + li{
   /*  border-top: 1px dashed rgba(255,255,255,.12); */
  }

  /* Key responsiveness: allow long beer names to wrap cleanly */
  .beer-name{
    min-width: 0;
    overflow-wrap: anywhere;  /* handles long/odd names */
    word-break: break-word;
	font-size:1.5rem;
    font-weight: 650;
    flex: 1 1 auto;
	 color: white;
    text-shadow:
      0 0 6px rgba(125,249,255,.55),
      0 0 16px rgba(125,249,255,.28);
  }


  /* Keep ABV/price readable and not squished */
  .beer-meta{
    flex: 0 0 auto;
    opacity: .85;
    font-variant-numeric: tabular-nums;
    white-space: nowrap;
	font-family: "Scribble-Markers";
	 color: white;
    text-shadow:
      0 0 6px rgba(125,249,255,.55),
      0 0 16px rgba(125,249,255,.28);
  }

  .beer-footnote{
    margin: 14px 0 0;
    text-align:center;
    font-size:.92rem;
    opacity:.75;
		 font-family: "Scribble-Markers", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
    margin: 0 0 14px;
    text-align: center;
    letter-spacing: .08em;
    font-weight: 800;
   
    color: orange;
    text-shadow:
      0 0 6px rgba(125,249,255,.55),
      0 0 16px rgba(125,249,255,.28);
  }

  .beer-list li:hover{
    background: rgba(255,255,255,.05);
    box-shadow: 0 0 18px rgba(125,249,255,.08);
  }
  
  .fab {
	opacity:60%;
	width: 50px;
	height: 50px;
	background-image: url(./img/tele.png);
	background-size: cover;
	border-radius: 50%;
	z-index: 9999;
	color: black;
	position: fixed;
	right: 50px;
	bottom: 50px;
}
 
.fab:hover {
   box-shadow: 0 6px 14px 0 #666;
   transform: scale(1.05);
}

  /* Mobile tweaks */
  @media (max-width: 420px){
    .neon-sign{
      padding: 20px 14px 16px;
      border-radius: 18px;
    }
    .neon-sign::before{
      inset: 8px;
      border-radius: 14px;
    }
    .beer-list li{
      padding: 9px 6px;
      gap: 10px;
    }
    .neon-title{
      font-size: 1.2rem;
    }
  }
  
.neon-sign .chalk-bg{
  position: absolute;
  inset: 0;
  background-image: url("img/selogo.png");

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 70% auto; 

	filter: invert(1);
  opacity: 0.05;          
  z-index: 1;             
  pointer-events: none;
}

.neon-sign > :not(.chalk-bg){
  position: relative;
  z-index: 2;
}
@media (min-width: 768px){
	.fab {
	display:none;

}

}