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

@font-face {
    font-family: 'LLGreyMedium';
   	src: 	url('fonts/GreyLLWeb-Bold.woff2') format('woff2'),
       		url('fonts/GreyLLWeb-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

html, body {
  overscroll-behavior: none;
}

body {
    font-family: 'LLGreyMedium', sans-serif;
    font-weight: normal;
    background-color: #B19E7E;
}

body.newsletter {
    background-color: #e2d400;
}

html {
    scroll-behavior: smooth;
    background-color: #B19E7E;
  	font-family: 'LLGreyMedium', sans-serif;

}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

.header-section {
    height: 90vh;
    position: relative;
    overflow: hidden;
}

.headline-box {
    position: absolute;
    bottom: 5%;
    left: 5%;
    background: #F6DE00;
    padding: 20px 30px;
    z-index: 2;
    transform: rotate(-3deg);
    transform-origin: top left;
}

.headline-box h1 {
    margin: 0;
    font-weight: normal;
    color: #000;
    text-align: left;
    line-height: 1.2;
}

@media (max-width: 600px) {

    .headline-box {
        top: auto;
        bottom: 20%;     /* move to bottom */
        left: 5%;
        transform: rotate(-3deg);
        padding: 15px 20px;
    }

    .headline-box h1 {
        font-size: 1.4rem; /* smaller text on mobile */
    }
}

.header-section .hero-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.marquee-section {
  overflow: hidden;
  background-color: #A39E8A;
  color: #1D1D1B;
  height: 4.5rem;
  font-size: 3.5rem;
  display: flex;
  justify-content: center;
}

.highlight-section {
    display: flex;
    height: auto;
    padding: 40px 5vw 40px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    align-self: stretch;
    background: url(assets/logos/W66_Background_Element_Citrine.svg);
}

.highlight-image {
    position: relative;
    width: 30vw;
}

.info-section {
    display: flex;
    padding: 100px 40px;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    align-self: stretch;
    background: #818572;
}

.info-section h2 {
    font-size: 3rem;
    font-weight: normal;
    color: #1D1D1B;
    line-height: 2.5rem;
    transform: rotate(-2deg);
}

.info-section p {
    font-size: 2rem;
  	font-weight: normal;
    color: #1D1D1B;
    line-height: 2rem;
    transform: rotate(-1deg);   
}

.btn {
    border: none;
    cursor: pointer;
    font-family: 'LLGreyMedium', sans-serif;
    font-size: 1.5rem;
}

.btn-primary {
    padding: 0.5rem 0.8rem;
    background-color: transparent;
    border: 4px solid #1D1D1B;
    color: #1D1D1B;
    width: auto;
    align-self: center;
    text-decoration: none;
}

.btn-primary:hover {
    padding: 0.5rem 0.8rem;
    background-color: #1D1D1B;
    color: #818572;
    width: auto;
    align-self: center;
    text-decoration: none;
}

.btn-secondary {
    background-color: transparent;
    color: #fff;
    text-decoration: underline;
}


.menu-section {
    display: flex;
    height: 90vh;
    padding: 40px 40px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    align-self: stretch;
    background: url(assets/images/W66_Brot.jpg);
    background-size: cover;
    background-position: top;
}

.menu-section h1 {
    left: -40px;
    top: -50px;
    font-size: 4rem;
    font-weight: normal;
    color: #FFFFFF;
    transform: rotate(-3deg);
}

.menu-section p {
    font-size: 1.5rem;
    line-height: 1.5rem;
    color: #FFFFFF;
}

.photo-section {
    display: block;
    padding: 60px 40px;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
    align-self: stretch;
    background: url(assets/images/background.png);
    background-size: cover;
}

.photo-section h2 {
    font-size: 3rem;
    font-weight: normal;
    color: #1D1D1B;
    line-height: 2.5rem;
    margin-bottom: 4rem;
    transform: rotate(-2deg);
    z-index: 1000;

}

.photo-section p {
    font-size: 1.5rem;
    font-weight: normal;
    line-height: 1.5rem;
    color: #1D1D1B;
    margin-bottom: 2rem;
    z-index: 1000;
}

.image-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, auto);
    gap: 1rem;
}

.map-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #BFB9AF;
    height: auto;
    text-align: center;
    gap: 40px;
    padding-bottom: 80px;
}

.map-section p {
    color: #818572;
    font-size: 1.5rem;
    line-height: 1.5rem;
}

.map-button {
    border: 4px solid #818572;
    color: #818572;
}

.map-section .btn-primary {
    border: 4px solid #818572;
    color: #818572;
}

.header-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0.5rem 2rem;
    z-index: 1000;
}

.logo-link {
    display: inline-block;
}

.menu-logo {
    position: absolute;
    transform: rotate(-4deg);
    height: 100px;
    will-change: transform;
    transition: transform 0.1s linear;
}

.menu-buttons {
}

.menu-links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 1.5rem;
}

.menu-links li {
    margin: 0;
}

.menu-links a {
    display: inline-block;
    padding: 0.5rem 1rem;
    background-color: #e2d400;
    border: 3px solid #1D1D1B;
    color: #1D1D1B;
    font-family: 'LLGreyMedium', sans-serif;
    font-size: 1.2rem;
    text-decoration: none;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.menu-links a:hover {
    background-color: #1D1D1B;
    color: #e2d400;
}

.mobile-menu-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  background-color: #F6DE00;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.mobile-menu-links {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}
.mobile-menu-links li {
  margin: 1.5rem 0;
}
.mobile-menu-links a {
  font-size: 2rem;
  color: #1D1D1B;
  text-decoration: none;
  font-family: 'LLGreyMedium', sans-serif;
}

.close-menu {
  margin-top: 3rem;
  background: #1D1D1B;
  color: #F6DE00;
  padding: 0.75rem 2rem;
  font-size: 1.2rem;
  font-family: 'LLGreyMedium', sans-serif;
  border: none;
  cursor: pointer;
}

.menu-toggle {
  display: none; /* desktop default */
  background-color: #e2d400; /* same as menu button color */
  border: 3px solid #1D1D1B;
  color: #1D1D1B;
  font-family: 'LLGreyMedium', sans-serif;
  font-size: 1.2rem;
  padding: 0.5rem 1rem;
  cursor: pointer;
  text-transform: uppercase;
}

/* Responsive */
@media (max-width: 767px) {
  .menu-buttons {
    display: none;
  }
  .menu-toggle {
    display: block;
  }
  .desktop-only {
    display: none;
  }

.logo-link {
    margin-top: -10px;
    margin-left: -10px; 
    display: flex;
    align-items: center;
  }

  .menu-logo {
    height: 80px;
  }

  .header-container {
    padding-left: 0;
    padding-right: 1rem;
  }
}

.container {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-top: 100px;
  padding: 20px;
  gap: 20px;
}

.container h1,
.container h2,
.container p,
.container a,
.container address {
  font-weight: normal;
  color: #1D1D1B;
  margin: 0;
}

.back-button {
  position: absolute;
  top: 20px;
  left: 20px;
  display: inline-block;
  color: #1D1D1B;
  font-size: 16px;
  font-weight: normal;
  text-decoration: none;
  padding-bottom: 2px;
}

.back-button::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 2px;
  background-color: currentColor;
  transition: width 0.3s ease;
}

.back-button:hover::after {
  width: 100%;
}

.footer {
  margin-top: 50px;
  text-align: center;
  color: #1D1D1B;
}

.footer-section {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 20px;
  padding: 5rem 1rem;
  color: white;
  text-align: center;
}

.footer-link {
  display: inline-block;
}

.footer-link a {
  position: relative;
  display: inline-block;
  color: white;
  font-size: 1.5rem;
  line-height: 1.5rem;
  margin: 0.25rem 0;
  text-decoration: none;
  padding-bottom: 2px;
}

.footer-link a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 3px;
  background-color: currentColor;
  transition: width 0.3s ease;
}

.footer-link a:hover::after {
  width: 100%;
}


.follow-link img {
  height: 20px;          /* adjust to fit text height */
  vertical-align: middle;
}

.maps-link {
    color: #1D1D1B;
    overflow: hidden;
    text-decoration: none;
    transform: rotate(-2deg);

}

.newsletter-button {
  position: fixed;
  left: 20px;
  bottom: 20px;
  width: 100px;
  height: 100px;
  rotate: -10deg;
  background-color: #ee1d8d;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: background-color 0.3s, transform 0.2s;
}

.newsletter-button:hover {
  background-color: #e2d400;
  color: #1D1D1B;
  transform: scale(1.05);
}

.newsletter-section {
    padding-top: 150px
    color: #e2d400;
}

#event-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  padding: 4rem 2rem;
  background-color:#A39E8A;
  align-items: start;
}

.event-slideshow {
  position: relative;
  overflow: hidden;
}

.slides {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.slides img {
  width: 100%;
  flex-shrink: 0;
  height: auto;
  object-fit: cover;
}

.slide-controls {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  padding: 0 1rem;
}

.slide-controls button {
  background: transparent;
  border: none;
  color: white;
  font-size: 2rem;
  padding: 0.5rem 1rem;
  cursor: pointer;
  border-radius: 50%;
}

.event-info h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
  color: #1D1D1B;
}

.event-info p {
  font-size: 1.1rem;
  margin-bottom: 1.5rem;
  color: #1D1D1B;
}

.features {
  list-style: none;
  padding: 0;
  margin-bottom: 1.5rem;
}

.features li {
  margin-bottom: 0.5rem;
  color: #1D1D1B;
}

.event-types h3 {
  margin-bottom: 0.5rem;
  color: #1D1D1B;
}

.event-types ul {
  list-style: disc inside;
  margin: 0 0 1.5rem;
  padding: 0;
  color: #1D1D1B;
}

.event-contact a {
  position: relative;
  display: inline-block;
  color: #1D1D1B;
  text-decoration: none;
  font-weight: bold;
  padding-bottom: 2px;
}

.event-contact a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 3px;
  background-color: currentColor;
  transition: width 0.3s ease;
}

.event-contact a:hover::after {
  width: 100%;
}

.back-link {
  position: fixed;
  top: 20px;
  left: 20px;

  position: fixed;
  display: inline-block;
  text-decoration: none;
  color: inherit;
  font-size: 1rem;
  line-height: 1;
  padding-bottom: 2px;
}

.back-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 3px;
  background-color: currentColor;
  transition: width 0.3s ease;
}

.back-link:hover::after {
  width: 100%;
}

.map-section a {
    text-decoration: none;
  color: inherit;
}

.map-section a:hover {
     color: #1D1D1B;
}

.menu-minimal {
  max-width: 900px;
  margin: auto;
  padding: 2rem 1rem;
  font-family: 'LLGreyMedium', sans-serif;
  color: #1D1D1B;
}

.menu-title {
  font-size: 2rem;
  font-family: 'LLGreyMedium', sans-serif;
  font-weight: normal;
  margin: 0;
}

.menu-subtitle {
  color: #666;
  margin-top: 0.4rem;
}

.menu-list {
  margin-top: 2rem;
  display: grid;
  gap: 2rem;
}

.dish {
  border-bottom: 1px solid #ddd;
  padding-bottom: 1.5rem;
}

.dish:last-child {
  border-bottom: none;
}

.dish-head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 1rem;
}

.dish-name {
  font-size: 1.1rem;
  font-family: 'LLGreyMedium', sans-serif;
  font-weight: normal;
}

.dish-price {
  white-space: nowrap;
  font-family: 'LLGreyMedium', sans-serif;
  font-weight: normal;
}

.dish-price .sub {
  font-size: 0.8rem;
  font-family: 'LLGreyMedium', sans-serif;
  font-weight: normal;
  margin-left: .35rem;
  color: #666;
}

.de, .en {
  margin: 0.3rem 0;
  font-size: 0.92rem;
  line-height: 1.35rem;
}

.en {
  color: #666;
}

.footnote {
  margin-top: 3rem;
  font-family: 'LLGreyMedium', sans-serif;
  font-weight: normal;
  font-size: 0.85rem;
  color: #777;
  text-align: center;
}

/* Responsive: slightly narrower spacing */
@media (max-width: 600px) {
  .dish-head {
    flex-direction: column;
    align-items: flex-start;
  }
}


/* respect reduced motion */
@media (prefers-reduced-motion: reduce) {
  .back-link::after {
    transition: none;
  }
}

@media (max-width: 900px) {
  #event-section {
    grid-template-columns: 1fr;
  }

  .slides img {
    height: 300px;
  }
}

@media screen and (max-width: 768px) {

    .container {
    margin-top: 100px;
    }

    .image-slider img {
        width: 250px;
    }

    .image-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    }

    .marquee-section {
    overflow: hidden;
    background-color: #A39E8A;
    color: #1D1D1B;
    height: 2.7rem;
    font-size: 1.7rem;
    display: flex;
    align-items: center;
    }

    .header-section .hero-image {
    height: 100vh;
    }
    

    .highlight-image {
    position: relative;
    width: 50vw;
    }

    .menu-section {
    display: flex;
    height: 1000px;
    padding: 40px 40px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    align-self: stretch;
    background: url(assets/images/W66_Brot-mobil.jpg);
    background-size: cover;
    background-position: top;
    }

    .photo-section h2 {
    font-size: 2rem;
    line-height: 1.5rem;
    margin-bottom: 2rem;

}

}

@media screen and (min-width: 1024px) {
    .info-section, .menu-section, .map-section {
        margin: 0 auto;
    }
}