html {
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
}

body {
  margin: 0;
  font-family: "Inter", sans-serif;
  color: #1a1a1a;
  background-color: #f9f9f9;
  overflow-x: hidden;
  width: 100%;
}

.overlay {
  background: rgba(0, 0, 0, 0.3);
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.nav-container {
  position: sticky;
  top: 0;
  z-index: 1000;
  background-color: #000;
  backdrop-filter: blur(10px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #333;
  padding: 0.5rem 5%;
  height: 110px;
}

.logo img {
  height: 100px;
  width: auto;
  display: block;
}

.nav-links {
  list-style: none;
  display: flex;
  gap: 2rem;
  margin: 0;
  padding: 0;
}

.nav-links a {
  color: white;
  text-decoration: none;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.cta-button {
  padding: 1rem 2rem;
  background-color: white;
  color: black;
  text-decoration: none;
  font-weight: bold;
  border: 2px solid white;
  transition: 0.3s;
}

.cta-button:hover {
  background-color: transparent;
  color: white;
}

.about-section {
  padding: 100px 5%;
  background-color: #ffffff;
}

.container {
  max-width: 1100px;
  margin: 0 auto;
}
.postnav-break {
  height: 450px;
  background: url("assets/backdrop.jpg") center 90% / cover no-repeat;
  position: relative;
}
.postnav-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.about-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 4rem;
  align-items: center;
}

.subheading {
  text-transform: uppercase;
  color: #b58900;
  font-weight: 700;
  letter-spacing: 2px;
  font-size: 0.8rem;
}

.about-text h2 {
  font-size: 2.5rem;
  margin: 1rem 0 1.5rem;
  text-transform: uppercase;
}

.about-text p {
  line-height: 1.8;
  color: #444;
  margin-bottom: 1rem;
}

.feature-box {
  background: #1a1a1a;
  color: #fff;
  padding: 2.5rem;
  border-radius: 4px;
  box-shadow: 10px 10px 0px #b58900;
}

.feature-box h3 {
  text-transform: uppercase;
  margin-top: 0;
  border-bottom: 1px solid #333;
  padding-bottom: 1rem;
}

.feature-intro {
  font-size: 0.9rem;
  color: #ccc;
  margin-bottom: 1.5rem;
}

.beer-highlights {
  list-style: none;
  padding: 0;
}

.beer-highlights li {
  padding: 0.8rem 0;
  border-bottom: 1px solid #2a2a2a;
}

.beer-highlights li:last-child {
  border-bottom: none;
}

.cta-small {
  font-size: 0.8rem;
  font-style: italic;
  color: #b58900;
  margin-top: 1.5rem;
}

.visual-break {
  height: 450px;
  background-image: url("assets/omaha.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  position: relative;
  overflow: hidden;
}

.skyline-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.location-tag {
  text-align: center;
  color: white;
  padding: 2rem 3rem;
  border: 2px solid white;
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(8px);
  text-transform: uppercase;
}

.location-tag span {
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 0.8rem;
}

.location-tag p {
  font-size: 2rem;
  margin: 0.5rem 0 0;
  font-weight: bold;
  text-transform: uppercase;
}

.main-footer {
  background-color: #1a1a1a;
  color: #f9f9f9;
  padding: 4rem 5% 2rem;
  font-size: 0.9rem;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 3rem;
  margin-bottom: 3rem;
}

.footer-section h3 {
  text-transform: uppercase;
  letter-spacing: 2px;
  border-bottom: 1px solid #333;
  padding-bottom: 0.5rem;
  margin-bottom: 1.5rem;
  font-size: 1.1rem;
}

address {
  font-style: normal;
  line-height: 1.6;
}

.directions-btn {
  display: inline-block;
  margin-top: 1.5rem;
  padding: 0.8rem 2rem;
  background-color: #b58900;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 4px;
  transition:
    transform 0.2s,
    background-color 0.2s;
}

.directions-btn:hover {
  background-color: #967200;
  transform: translateY(-2px);
}

.phone-link {
  color: #f9f9f9;
  text-decoration: none;
  font-weight: bold;
  display: block;
  margin-top: 0.5rem;
}

.hours-list {
  list-style: none;
  padding: 0;
}

.hours-list li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.5rem;
}

.social-links {
  margin-top: 1.5rem;
  display: flex;
  gap: 1rem;
}

.social-links a {
  color: #f9f9f9;
  text-decoration: none;
  padding: 5px 10px;
  font-size: 0.8rem;
  transition: 0.3s;
}

.social-links a:hover .social-icon {
  transform: translateY(-3px);
  filter: brightness(0.8);
}

.social-icon {
  width: 40px;
  height: 40px;
  background-color: #f9f9f9;
  border-radius: 50%;
  transition:
    transform 0.3s ease,
    filter 0.3s ease;
}

.footer-bottom {
  text-align: center;
  border-top: 1px solid #333;
  padding-top: 2rem;
  color: #666;
  font-size: 0.8rem;
}

.menu-checkbox,
.hamburger {
  display: none;
}

.map-placeholder {
  display: flex;
  flex-direction: column;
  gap: 15px; /* Creates space between the map and the button */
}

.directions-btn {
  display: block;
  text-align: center;
  background-color: #b58900; /* Omaha gold accent */
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  padding: 12px 20px;
  border-radius: 4px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.85rem;
  transition:
    background-color 0.3s,
    transform 0.2s;
}

.directions-btn:hover {
  background-color: #d4a017; /* Brighter gold on hover */
  transform: translateY(-2px);
}

@media (max-width: 768px) {
  .hamburger {
    display: flex;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
    z-index: 1001;
    order: 2;
  }

  .nav-container {
    padding: 1rem 5%;
  }

  .logo img {
    height: 40px;
  }

  .logo {
    order: 1;
  }

  .about-text h2 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }

  .about-section {
    padding: 50px 5%;
  }

  .feature-box {
    padding: 1.5rem;
    box-shadow: 6px 6px 0px #b58900;
  }

  .feature-box h3 {
    font-size: 1.2rem;
  }

  .location-tag p {
    font-size: 1.4rem;
  }

  .hamburger span {
    display: block;
    width: 25px;
    height: 3px;
    background-color: white;
    transition: 0.3s;
  }

  .nav-links {
    position: fixed;
    top: 0;
    right: -100%;
    width: 70%;
    height: 100vh;
    background-color: rgba(26, 26, 26, 0.98);
    flex-direction: column;
    justify-content: center;
    gap: 3rem;
    align-items: center;
    transition: 0.5s ease;
    z-index: 1000;
  }

  .about-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .directions-btn {
    padding: 15px 20px; /* Slightly taller for thumbs */
  }

  .menu-checkbox:checked ~ .nav-links {
    right: 0;
  }

  .menu-checkbox:checked + .hamburger span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }
  .menu-checkbox:checked + .hamburger span:nth-child(2) {
    opacity: 0;
  }
  .menu-checkbox:checked + .hamburger span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }
}
