body {
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  font-family: 'Pontano Sans', sans-serif;
  color: #291C17;
  overflow-x: hidden;
}

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

header {
  background-color: #291C17;
  height: 148px;
}

footer {
  background-color: #9B9E70;
  padding: 60px 0;
  text-align: center;
}

.footer-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  font-family: 'Inter', sans-serif;
  font-size: 20px;
  color: white;
}

.footer-nav a {
  color: white;
  text-decoration: none;
  margin: 0 20px;
  font-family: 'Inter', sans-serif;
  font-size: 20px;
  transition: transform 0.2s ease;
  display: inline-block;
}

.footer-nav a:hover {
  transform: scale(1.08);
}

.footer-icons {
  display: flex;
  gap: 30px;
}

.footer-icons a {
  text-decoration: none;
  cursor: pointer;
}

.footer-icons img {
  width: 48px;
  height: 48px;
  display: block;

}

.footer-address {
  font-family: 'Inter', sans-serif;
  font-size: 20px;
  color: white;
}

main {
  min-height: 500px;
  margin-bottom: 0;
}

.row {
  max-width: 1440px;
  margin: 0 auto;
  padding: 20px 100px;
}

.flex {
  display: flex;
  gap: 40px;
}

.header-flex {
  justify-content: space-between;
  align-items: center;
}

.branding-area {
  display: flex;
  align-items: center;
  gap: 12px;
}

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

.logo {
  width: 100px;
  height: 105px;
  object-fit: contain;
}

.site-title {
  font-family: 'Poor Story', cursive;
  font-size: 55px;
  color: white;
  text-decoration: none;
  line-height: 1;
}

#main-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 40px;
}

#main-nav a {
  text-decoration: none;
  font-size: 35px;
  color: white;
  display: inline-block;
  transition: transform 0.2s ease;
}

#main-nav a:hover {
  transform: scale(1.08);
  transition: transform 0.2s ease;
}

.image-crop {
  position: relative;
  width: 100%;
  height: 600px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.image-crop img {
  width: 100%;
  height: auto;
  display: block;
}

.overlay-box {
  position: absolute;
  width: 838px;
  height: 416px;
  background-color: rgba(255, 255, 255, 0.85);
  display: flex;
  justify-content: center;
  align-items: center;
}

.overlay-text {
  font-size: 64px;
  font-family: 'Tenor Sans', sans-serif;
  font-weight: normal;
  color: #291C17;
  text-align: center;
  margin: 0;
  line-height: 1.2;
}

.section-title {
  font-size: 56px;
  font-family: 'Tenor Sans', sans-serif;
  font-weight: normal;
  color: #291C17;
  margin-bottom: 20px;
}

.image-row {
  display: flex;
  gap: 58px;
  width: 100%;
  justify-content: center;
}

.col {
  width: 400px;
  height: auto;
  flex-shrink: 0;
}

.col figure {
  margin: 0;
}

.col img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  display: block;
}

.image-caption {
  font-size: 32px;
  font-family: 'Pontano Sans', sans-serif;
  color: #291C17;
  margin-top: 12px;
  text-align: left;
}

.button-wrapper {
  margin-top: 40px;
  margin-bottom: 97px;
  text-align: center;
}

.button-wrapper.about-button {
  margin-top: auto;
  margin-bottom: 0;
  text-align: left;
  align-self: flex-start;
}

.view-menu-button {
  width: 300px;
  height: 98px;
  background-color: #291C17;
  color: white;
  font-family: 'Pontano Sans', sans-serif;
  font-size: 36px;
  line-height: 98px;
  text-align: center;
  margin: 0 auto;
  border: none;
  cursor: pointer;
  display: block;
  text-decoration: none;
  transition: transform 0.2s ease;
}

.view-menu-button:hover {
  transform: scale(1.05);
}

.button-wrapper.shop-button .view-menu-button {
  width: 360px;
}

.about-us-section {
  margin-top: 49px;
  height: 800px;
  background-color: #924517;
  width: 100%;
  display: flex;
  align-items: center;
}

.about-flex {
  display: flex;
  gap: 60px;
  align-items: stretch;
}

.about-image {
  width: 669px;
  height: 600px;
  overflow: hidden;
}

.about-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 45% center;
  display: block;
}

.about-text {
  flex: 1;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.about-title {
  font-family: 'Tenor Sans', sans-serif;
  font-size: 48px;
  color: white;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: normal;
}

.about-paragraph {
  font-family: 'Pontano Sans', sans-serif;
  font-size: 26px;
  color: white;
  line-height: 1.6;
  margin: 0;
  text-align: left;
  max-width: 580px;
}

.testimonial-section {
  margin: 80px 0;
  text-align: center;
  color: #291C17;
}

.testimonial-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.testimonial-quote {
  font-family: 'Tenor Sans', sans-serif;
  font-size: 36px;
  margin-bottom: 40px;
  color: #291C17;
}

.testimonial-text {
  font-family: 'Pontano Sans', sans-serif;
  font-size: 36px;
  line-height: 1.6;
  max-width: 900px;
  margin: 0 auto;
  color: #291C17;
  text-align: center;
}

.fourth-section {
  background-color: #9B9E70;
  width: 100%;
  padding: 60px 0;
  margin-bottom: -60px;
}

.white-box {
  width: 846px;
  height: 582px;
  background-color: white;
  margin-left: 0;
  padding: 40px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 30px;
  margin-bottom: 0;
}

.shop-title {
  font-family: 'Tenor Sans', sans-serif;
  font-size: 48px;
  color: #291C17;
  margin: 0;
}

.shop-address {
  font-family: 'Pontano Sans', sans-serif;
  font-size: 36px;
  color: #291C17;
  margin: 0;
}

.shop-hours {
  font-family: 'Pontano Sans', sans-serif;
  font-size: 36px;
  color: #291C17;
  margin: 0;
  white-space: pre-wrap;
}

.button-wrapper.shop-button {
  margin-top: auto;
  margin-bottom: 0;
  text-align: left;
  align-self: flex-start;
}

.menu-hero {
  height: 534px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.menu-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.menu-page-title {
  font-size: 64px;
  font-family: 'Tenor Sans', sans-serif;
  font-weight: normal;
  color: #291C17;
  text-align: center;
  margin-top: 42px;
  margin-bottom: 20px;
}

.menu-section-heading {
  font-size: 48px;
  font-family: 'Pontano Sans', sans-serif;
  font-weight: normal;
  color: #291C17;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 40px;
}

.menu-columns {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 80px;
  max-width: 800px;
  margin: 30px auto;
}

.menu-col {
  flex: 1;
  text-align: left;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}

.menu-subtitle {
  font-size: 32px;
  font-family: 'Pontano Sans', sans-serif;
  font-weight: normal;
  color: #924517;
  text-align: left;
  margin-top: -40px;
  margin-bottom: 20px;
}

.white-text {
  color: white;
}

.menu-list {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 24px;
  font-family: 'Pontano Sans', sans-serif;
  color: #291C17;
  line-height: 1.8;
  text-align: left;
}

.menu-list + .menu-subtitle {
  margin-top: 70px;
}

.row-no-pad {
  max-width: 1440px;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
}

.featured-drinks-section {
  background-color: #924517;
  padding: 60px 20px;
}

.featured-image-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  max-width: 1032px;
  margin: 0 auto;
}

.featured-col {
  flex: 1 1 300px;
  max-width: 300px;
}

.featured-col img {
  width: 100%;
  height: 300px;
  display: block;
  object-fit: cover;
}


.menu-list + .menu-subtitle.fresh-snacks-subtitle {
  margin-top: 25px;
}

.green-background {
  background-color: #9B9E70;
}

.baked-heading {
  margin-top: 55px;
}

.event-day {
  font-family: 'Pontano Sans', sans-serif;
  font-size: 48px;
  color: #924517;
  text-align: center;
  font-weight: normal;
  margin-bottom: 20px;
}

.event-description {
  font-family: 'Pontano Sans', sans-serif;
  font-size: 32px;
  color: #291C17;
  text-align: center;
  font-weight: normal;
  line-height: 1.6;
  max-width: 900px;
  margin: 0 auto 60px;
}

.about-columns {
  display: flex;
  gap: 60px;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 100px; 
  position: relative;
}

.about-image-wrapper {
  position: relative;
  width: 620px;
  height: 651px;
  flex-shrink: 0;
}

.about-image-background {
  position: absolute;
  top: -30px;              
  left: -100px;            
  width: 720px;            
  height: 711px;           
  background-color: #924517;
  z-index: 0;
}

.about-image-block {
  position: relative;
  width: 620px;
  height: 651px;
  overflow: hidden;
  z-index: 1;
}

.about-image-block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.about-text-block {
  flex: 1;
  display: flex;
  align-items: center;
}

.about-text-block p {
    font-family: 'Pontano Sans', sans-serif;
    font-size: 27px;
    color: #291C17;
    line-height: 1.6;
    margin: 0;
    text-align: left;
    max-width: 580px;
  }

  #close-nav-btn {
  display: none;
}

@media (max-width: 1300px) {
  .row {
    padding: 20px;
  }

  #main-nav.active #close-nav-btn {
  display: block;
}

  .header-flex {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  #main-nav ul {
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
  }

  .site-title {
    font-size: 40px;
  }

  .logo {
    width: 80px;
    height: auto;
  }

  .overlay-box {
    width: 90%;
    height: auto;
    padding: 30px 20px;
    box-sizing: border-box;
  }

  .overlay-text {
    font-size: 36px;
  }

  .section-title {
    font-size: 40px;
    text-align: center;
  }

  .image-row {
    flex-direction: column;
    gap: 30px;
    align-items: center;
    padding: 0 20px;
  }

  .col {
    width: 100%;
    max-width: 400px;
  }

  .image-caption {
    font-size: 24px;
    text-align: center;
  }

  .button-wrapper {
    margin-top: 30px;
    margin-bottom: 60px;
    padding: 0 20px;
  }

  .view-menu-button {
    width: 100%;
    max-width: 300px;
    font-size: 28px;
    height: 80px;
    line-height: 80px;
  }

  .about-us-section {
    height: auto;
    padding: 40px 0;
  }

  .about-flex {
    flex-direction: column;
    gap: 30px;
    align-items: center;
    padding: 0 20px;
  }

  .about-image {
    width: 100%;
    height: auto;
  }

  .about-image img {
    height: auto;
  }

  .about-title {
    font-size: 36px;
    text-align: center;
  }

  .about-paragraph {
    font-size: 20px;
    text-align: center;
  }

  .button-wrapper.about-button {
    text-align: center;
    align-self: center;
  }

  .testimonial-section {
    margin: 60px 0;
    padding: 0 20px;
  }

  .testimonial-quote {
    font-size: 28px;
  }

  .testimonial-text {
    font-size: 20px;
  }

  .fourth-section {
    padding: 40px 0;
  }

  .white-box {
    width: 90%;
    height: auto;
    padding: 30px 20px;
    box-sizing: border-box;
    margin: 0 auto;
  }

  .shop-title {
    font-size: 32px;
    text-align: center;
  }

  .shop-address,
  .shop-hours {
    font-size: 20px;
    text-align: center;
  }

  .button-wrapper.shop-button {
    text-align: center;
    align-self: center;
  }

  .footer-content {
    gap: 20px;
    padding: 0 20px;
  }

  .footer-nav,
  
  .footer-icons {
  display: flex !important;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
}

.footer-icons a {
  display: inline-block;
  }

  .footer-address {
    font-size: 16px;
    text-align: center;
  }
}

@media (max-width: 1300px) {
  .row,
  .row-no-pad {
    padding: 0 20px;
  }

  .header-flex {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  #main-nav ul {
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
  }

  .site-title {
    font-size: 40px;
  }

  .logo {
    width: 80px;
    height: auto;
  }

  .menu-hero {
    height: auto;
  }

  .menu-hero img {
    height: auto;
  }

  .menu-page-title {
    font-size: 48px;
    text-align: center;
  }

  .menu-section-heading {
    font-size: 36px;
    text-align: center;
  }

  .menu-columns {
    flex-direction: column;
    gap: 40px;
    padding: 0 20px;
  }

  .menu-col {
    width: 100%;
    padding: 0;
  }

  .menu-subtitle {
    font-size: 28px;
    margin-top: 30px;
    margin-bottom: 15px;
  }

  .menu-list {
    font-size: 20px;
  }

  .featured-image-row {
    flex-direction: column;
    gap: 30px;
    align-items: center;
  }

  .featured-col {
    width: 100%;
    max-width: 400px;
    height: auto;
  }

  .featured-col img {
    height: auto;
  }

  .footer-content {
    gap: 20px;
    padding: 0 20px;
  }

  .footer-nav,
  .footer-icons {
    flex-direction: column;
    gap: 10px;
    align-items: center;
  }

  .footer-address {
    font-size: 16px;
    text-align: center;
  }
}

@media (max-width: 1300px) {
  .row {
    padding: 0 20px;
  }

  .header-flex {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  #main-nav ul {
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
  }

  .site-title {
    font-size: 40px;
  }

  .logo {
    width: 80px;
    height: auto;
  }

  .menu-hero {
    height: auto;
  }

  .menu-hero img {
    height: auto;
    width: 100%;
    object-fit: cover;
  }

  .section-title {
    font-size: 40px;
    text-align: center;
  }

  .event-day {
    font-size: 32px;
    text-align: center;
    margin-top: 40px;
  }

  .event-description {
    font-size: 20px;
    line-height: 1.6;
    text-align: center;
    margin-bottom: 30px;
  }

  .footer-content {
    gap: 20px;
    padding: 0 20px;
  }

  .footer-nav,
  .footer-icons {
    flex-direction: column;
    gap: 10px;
    align-items: center;
  }

  .footer-address {
    font-size: 16px;
    text-align: center;
  }

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

@media (max-width: 1300px) {
  .row {
    padding: 0 20px;
  }

  .header-flex {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  #main-nav ul {
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
  }

  .site-title {
    font-size: 40px;
  }

  .logo {
    width: 80px;
    height: auto;
    
  }

  .section-title {
    font-size: 40px;
    text-align: center;
  }

  .about-columns {
    flex-direction: column;
    gap: 40px;
    align-items: center;
    padding: 0 20px;
    margin-bottom: 60px;
  }

  .about-image-wrapper {
    width: 100%;
    height: auto;
  }

  .about-image-background {
    display: none;
  }

  .about-image-block {
    width: 100%;
    height: auto;
  }

  .about-image-block img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
  }

  .about-text-block {
    width: 100%;
    text-align: center;
  }

  .about-text-block p {
    font-size: 20px;
    line-height: 1.6;
    padding: 0 10px;
    max-width: 100%;
    margin: 0 auto;
  }

  .footer-content {
    gap: 20px;
    padding: 0 20px;
  }

  .footer-nav,
  .footer-icons {
    flex-direction: row;
    gap: 10px;
    align-items: center;
  }

  .footer-address {
    font-size: 16px;
    text-align: center;
  }

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

.hamburger {
  display: none;
  cursor: pointer;
  z-index: 998;
  position: absolute;
  top: 20px;
  right: 30px;
}

.bar {
  display: block;
  width: 25px;
  height: 3px;
  margin: 5px auto;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}



@media (max-width: 1300px) {
  #main-nav {
    position: fixed;
    top: 0px;
    left: -100%;
    width: 100%;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    overflow-y: auto;
    transition: left 0.3s ease-in-out;
    z-index: 999;
  }

  #main-nav.active {
    left: 0;
  }

  #main-nav ul {
    flex-direction: column;
    gap: 20px;
    padding: 40px 0;
    align-items: center;
    justify-content: center;
    display: flex;
    list-style: none;
    margin: 0;
  }

  #main-nav a {
    color: black;
    text-align: center;
    font-size: 24px;
    text-decoration: none;
    font-family: 'Tenor Sans', sans-serif;
  }

  .hamburger {
    display: block;
  }
  #close-nav-btn {
  position: absolute;
  display: block;
  top: 20px;
  right: 30px;
  background: none;
  border: none;
  font-size: 36px;
  color: #000000;
  cursor: pointer;
  z-index: 1001;
}
}