body {
  margin: 0;
  padding: 0;
  background: url('images/bg.jpg') no-repeat center center fixed;
  background-size: cover;
  font-family: 'Metal Mania', cursive;
  color: #fff;
  font-size: 16px;
  -webkit-text-stroke: 1px #5b392130;
  text-stroke: 1px #5b392130;
  overflow-x: hidden;
}

h1 {
  text-align: center;
  margin: 30px auto 50px;
  font-family: 'Italianno', cursive;
  font-size: 55px;
  color: #2b0a05;
  line-height: 1;
  text-shadow: 2px 2px 4px #00000070;
}

.emphasis {
  font-family: 'Explora', cursive;
  color: #2b0a05;
  text-shadow: 3px 3px 4px #00000070;
}



.signpost-wrapper {
  position: fixed;
  bottom: 0;
  left: 40%;
  transform: translateX(-40%) scale(1);
  transform-origin: bottom center;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: auto;
  height: auto;
}

.signpost {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  background: radial-gradient(ellipse at center, #7a5230 10%, #654321 60%, #492f1e 100%);
  box-shadow: inset 3px 0 6px rgba(255, 255, 255, 0.1),
              inset -3px 0 6px rgba(0, 0, 0, 0.5),
              2px 2px 8px rgba(0, 0, 0, 0.4);
  border-radius: 8px;
  width: 12px;
  padding-top: 30px;
 padding-bottom: 50px; /* ⬅️ pushes last sign up off the disk */
  position: relative;
}

.signpost::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 14px;
  height: 15px;
  background: #201009;
  border-radius: 50% 50% 0 0;
  margin-bottom: -10px;
}


.base-disk {
  position: absolute;
  bottom: -10px;   /* overlap pole bottom a bit */
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 20px;
  background: #201009;
  border-radius: 50%;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
  z-index: 20;
}

.sign {
  position: relative;
  display: inline-block;
  min-width: 70px;
  background: linear-gradient(to bottom, #e5c891 0%, #e5c891 100%);
  color: #201009;
  text-align: center;
  text-decoration: none;
  padding: 2px 8px;
  border: 2px solid #654321;
  font-weight: bold;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  white-space: nowrap;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4),
              inset 0 2px 2px rgba(255, 255, 255, 0.4),
              inset 0 -2px 2px rgba(0, 0, 0, 0.2);
  filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.3));
  transform: translateX(var(--offset)) rotate(var(--angle));
  transform-origin: center center;
  font-size: 16px;
}

.sign.right::before,
.sign.left::before,
.sign.right::after,
.sign.left::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  border-style: solid;
  border-color: transparent;
}

.sign.right::before {
  left: 100%;
  border-width: 14px 0 14px 24px;
  border-left-color: #654321;
}

.sign.left::before {
  right: 100%;
  border-width: 14px 24px 14px 0;
  border-right-color: #654321;
}

.sign.right::after {
  left: calc(100% - 2px);
  border-width: 12px 0 12px 22px;
  border-left-color: #e5c891;
}

.sign.left::after {
  right: calc(100% - 2px);
  border-width: 12px 22px 12px 0;
  border-right-color: #e5c891;
}

/* Shared base styles */
.jeanie-bike,
.david-bike {
  position: fixed;
  bottom: 0;
  height: auto;
  max-height: 55vh;  /* or whatever works best */
  pointer-events: none;
  user-select: none;
  z-index: 5;
}

/* Position each independently */
.jeanie-bike {
  left: 20%;
}

.david-bike {
  left: 48%;
}





/* Responsive scaling */
@media (max-width: 1000px) {
  h1 {
    width: 70%;
    font-size: 7vw;
    line-height: .7;
  }
  .signpost-wrapper {
  left: 45%;
    transform: translateX(-45%) scale(0.85);
  }
  .jeanie-bike {
    left: 25%;
    max-height: 45vh;
  }
  .david-bike {
    left: 55%;
    max-height: 45vh;
  }
}

@media (max-width: 600px) {
  h1 {
    font-size: 7vw;
    margin: 50px auto 40px;
    line-height: .8;
  }
  .signpost-wrapper {
  left:50%;
    transform: translateX(-50%) scale(.7);
  } 
  .jeanie-bike {
    left: 15%;
    max-height: 40vh;
  }
  .david-bike {
    left:  62%;
    max-height: 40vh;
  }   
}


@media (max-width: 400px) {
  h1 {
    font-size: 8vw;
    margin: 40px auto 40px;
    line-height: .8;
  }
  .signpost-wrapper {
  left:55%;
    transform: translateX(-50%) scale(.7);
  } 
  .jeanie-bike {
    left: 24%;
    max-height: 35vh;
  }
  .david-bike {
    left:  70%;
    max-height: 35vh;
  }   
}


@media (max-width: 300px) {
  h1 {
    font-size: 13vw;
    margin: 50px auto 40px;
    line-height: .8;
  }
  .signpost-wrapper {
  left:55%;
    transform: translateX(-50%) scale(1.2);
  } 
  .jeanie-bike {
    left: 0;
    max-height: 35vh;
  }
  .david-bike {
    left:  70%;
    max-height: 35vh;
  }   
}
