@media (max-width: 900px) and (orientation: landscape) {
  .container {
    width: 100vw;
    padding: 0 24px;
    box-sizing: border-box;
  }
  header {
    aspect-ratio: unset;
    width: 100vw;
    min-height: 220px;
    height: auto;
    margin-top: 0;
  }
  header video {
    width: 100vw;
    height: 220px;
    min-height: 160px;
    object-fit: cover;
  }
  header h1 {
    font-size: 32px !important;
    margin: 0 0 12px 0 !important;
    padding: 0 24px;
  }
  .header-btn-container {
    bottom: 16px;
  }
  .button-yellow {
    font-size: 18px !important;
    padding: 12px 32px !important;
    border-radius: 18px !important;
    min-width: 120px;
    min-height: 40px;
    width: 80vw !important;
    margin: 16px auto !important;
    box-sizing: border-box;
  }
  h1 {
    font-size: 40px !important;
    margin: 16px 0 16px 0 !important;
    padding: 0 24px;
  }
  .button-chcb,
  .button-cofc,
  .button-cnc {
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
    font-size: 18px !important;
    padding: 16px 32px !important;
    border-radius: 18px !important;
    min-width: 320px !important;
    max-width: 90vw !important;
    width: 90vw !important;
    min-height: 180px !important;
    height: auto !important;
    margin: 16px auto !important;
    box-sizing: border-box !important;
  }
  .button-chcb img,
  .button-cofc img,
  .button-cnc img {
    width: 180px !important;
    max-width: 220px !important;
    height: 140px !important;
    min-height: 120px !important;
    border-radius: 14px !important;
    margin: 0 24px 0 0 !important;
    display: block;
  }
  .chcb-text, .cofc-text, .cnc-text {
    font-size: 17px !important;
    margin: 0 0 12px 0 !important;
    padding: 0 24px;
  }
  .menu-row {
    flex-direction: row !important;
    gap: 16px !important;
    margin-top: 16px !important;
  }
  .button-chcblm, .button-chcbon, .button-cofclm, .button-cofcon, .button-cnclm, .button-cncon {
    font-size: 16px !important;
    padding: 12px 24px !important;
    border-radius: 14px !important;
    min-width: 100px;
    min-height: 40px;
    width: 160px !important;
    margin: 0 8px !important;
    box-sizing: border-box;
    display: inline-block;
  }
  h2 {
    font-size: 28px !important;
    margin: 12px 0 12px 0 !important;
    padding: 0 24px;
  }
  p {
    font-size: 16px !important;
    margin: 8px 0 8px 0 !important;
    padding: 0 24px;
  }
  .topnav {
    height: 56px !important;
    min-height: 40px !important;
    max-height: 70px !important;
    padding: 0 24px !important;
  }
  .topnav a {
    font-size: 18px !important;
    padding: 12px 24px !important;
  }
  .topnav img {
    height: 40px !important;
    margin-left: 16px !important;
  }
  footer {
    padding: 16px !important;
    font-size: 15px !important;
  }
}
/* Responsive overrides for main product buttons */
@media (max-width: 500px) {
  .button-chcb,
  .button-cnc,
  .button-cofc {
    font-size: clamp(1rem, 6vw, 22px) !important;
    padding: 2vw 2vw !important;
    border-radius: 4vw !important;
    min-width: 60vw !important;
    max-width: 98vw !important;
    width: 98vw !important;
    min-height: 80px !important;
    height: auto !important;
    margin: 2vw auto !important;
    box-sizing: border-box !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
  }
}
@media (max-width: 500px) {
  .button-chcb,
  .button-cnc,
  .button-cofc {
    font-size: clamp(1rem, 6vw, 22px) !important;
    padding: 2vw 4vw !important;
    border-radius: 4vw !important;
    min-width: 80px;
    min-height: 8vw;
    height: auto;
    box-sizing: border-box;
    width: 98vw !important;
    max-width: 98vw !important;
    margin: 2vw auto !important;
  }
}
@media (max-width: 500px) {
  .button-yellow,
  .button-chcb,
  .button-cofc,
  .button-cnc,
  .button-chcblm,
  .button-chcbon,
  .button-cofclm,
  .button-cofcon,
  .button-cnclm,
  .button-cncon,
  .cnc-text,
  .cofc-text,
  .chcb-text {
    font-size: clamp(1rem, 6vw, 22px) !important;
    padding: 2vw 4vw !important;
    border-radius: 4vw !important;
    min-width: 80px;
    min-height: 8vw;
    height: auto;
    box-sizing: border-box;
  }
}
/* General Styles */
* {box-sizing: border-box;}
body {
  margin: 0;
  padding-top: 8vw;
  width: 100vw;
  box-sizing: border-box;
  font-family: Corben;
  background-color: #ffffff;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.menu-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2vw;
  margin-top: 2vw;
  flex-wrap: wrap;
}

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

.container {
  width: 100vw;
  margin: 0 auto;
  padding: 0 2vw; /* keeps a little breathing space */
  box-sizing: border-box;
}

h2 {
  font-family: 'Corben';
  font-weight: 700;
  font-size: clamp(2rem, 7vw, 65px);
  color: #000000;
  text-align: center;
}

a:link {
  color: #ffde59;
  text-decoration: none;
}

a:visited {
  color: #ffde59;
  text-decoration: none;
}

a:hover {
  color: #ffd739;
  background-color: #000000;
  text-decoration: underline;
}

ul.main-nav {
  display: inline-block;
  margin: 0;
}

/* Navigation Bar */

.topnav {
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100vw;
  height: 9vw;
  min-height: 50px;
  max-height: 70px;
  z-index: 1000;
  font-family: Corben, sans-serif;
  background-color: #000000;
}

.topnav a {
  float: left;
  font-family: 'Corben';
  display: block;
  color: #ffde59;
  text-align: center;
  padding: 1vw 2vw;
  text-decoration: none;
  font-size: clamp(1.2rem, 4vw, 35px);
}

.topnav a:hover {
  background-color: #ffde59;
  color: #000000;
}

.topnav a.active {
  background-color: #2196F3;
  color: white;
}

@media screen and (width: 100%) {
  .topnav a {
    float: none;
    display: block;
    text-align: left;
    width: 100%;
    margin: 0;
    padding: 14px;
  }
}

/* Tilte below nav bar */
.span {
  float: right;
  font-family: 'Corben'; 
  color: #ffde59; 
  font-size: clamp(1.1rem, 3vw, 28px);
  line-height: 3vw; 
  margin-right: 1vw;
}

/* Header */

header {
  position: relative;
  aspect-ratio: 2.35 / 1;
  width: 100vw;
  margin-top: 0px;
  overflow: visible;
  height: auto;
}

header video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

header h1 {
  position: relative;
  z-index: 1;
  margin: 0;
  font-family: 'Corben';
  font-size: clamp(2.5rem, 8vw, 100px);
  text-align: center;
}

.header-btn-container {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2vw;
  display: flex;
  justify-content: center;
  z-index: 2;
  pointer-events: none;
}
.header-btn-container a {
  pointer-events: auto;
}

/* Yellow Button */

.button-yellow {
  background-color: #000000;
  color: #ffde59;
  padding: 1vw 3vw;
  border: none;
  border-radius: 3vw;
  font-size: clamp(1.1rem, 3vw, 30px);
  font-family: 'Corben';
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  box-shadow: 0 2px 8px #000000;
  transition: background 0.5s;
}

.button-yellow:link {
  background-color: #000000;
  box-shadow: inset 0 2px 8px #000000;
}

/* Chocolate Hazelnut Cheesecake Brownies */
.button-chcb:hover {
  background-color: #a0262b;
  color: #ffffff;
}

.button-chcb:hover .chcb-img {
  content: url("brodr.jpeg");
}
.button-chcb:hover .button-chcbon {
  border: #ffffff solid 2px !important;
}

.button-chcb:hover .button-chcblm {
  border: #ffffff solid 2px !important;
}

.button-chcb {
  background-color: #ffffff;
  color: #000000;
  border: none;
  border-radius: 30px;
  cursor: arrow;
  font-size: 30px;
  font-family: 'Corben';
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;           /* Match .button-cofc width */
  max-width: 90vw;       /* Match .button-cofc max-width */
  min-height: 400px;
  height: auto;
  box-sizing: border-box;
  margin: 32px auto;
  padding-left: 20px;    /* Match .button-cofc padding */
}

.button-chcb:hover h2,
.button-chcb:hover p {
  color: #ffffff !important;
}
.chcb-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;      /* <-- center content horizontally */
  text-align: center;       /* <-- center text */
  flex: 1;
  margin-left: 10px;
  margin-right: 20px;
}

.button-chcblm {
  background-color: #000000 !important;
  color: #ffffff !important;
  margin-right: 32px;
  border: #000000 solid 2px;
  border-radius: 30px;
  font-size: 30px;
  font-family: 'Corben';
  cursor: pointer;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 170px;
  max-width: 100%;
  min-height: 60px;
  height: 60px;
  box-sizing: border-box;
  margin: 32px auto;
}

.button-chcbon {
  background-color: #a0262b;
  color: #ffffff !important;
  margin-right: 32px;
  border: #000000 solid 2px;
  border-radius: 30px;
  font-size: 30px;
  font-family: 'Corben';
  cursor: pointer;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  max-width: 100%;
  min-height: 60px;
  height: 60px;
  box-sizing: border-box;
  margin: 32px auto;
}

.button-chcbon:hover {
  background-color: #a0262b;
  color: #ffffff;
}

/* Chocolate orange Fudge Cake */

.button-cofc {
  background-color: #ffffff;
  color: #000000;
  border: none;
  border-radius: 30px;
  cursor: arrow;
  font-size: 30px;
  font-family: 'Corben';
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;           /* Match .button-cofc width */
  max-width: 90vw;       /* Match .button-cofc max-width */
  min-height: 400px;
  height: auto;
  box-sizing: border-box;
  margin: 32px auto;
  padding-left: 20px;    /* Match .button-cofc padding */
}

.button-cofc:hover {
  background-color: #fe6e01;
  color: #ffffff;
}

.cofc-img {
  max-height: 350px;
  width: auto;
  border-radius: 20px;
  float: right;
}

.button-cofc:hover h2,
.button-cofc:hover p {
  color: #ffffff !important;
}

.button-cofc:hover .cofc-img {
  content: url("cofcob.jpeg");
}
.cofc-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;     
  margin-left: 10px;
  margin-right: 20px;      
}

.button-cofc:hover .button-cofcon {
  border: #ffffff solid 2px !important;
}

.button-cofc:hover .button-cofclm {
  border: #ffffff solid 2px !important;
}

.button-cofclm {
  background-color: #000000;
  color: #ffffff !important;
  margin-right: 32px;
  border: #000000 solid 2px;
  border-radius: 30px;
  font-size: 30px;
  font-family: 'Corben';
  cursor: pointer;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 170px;
  max-width: 100%;
  min-height: 60px;
  height: 60px;
  box-sizing: border-box;
  margin: 32px auto;
}

.button-cofcon {
  background-color: #fe6e01;
  color: #ffffff !important;
  margin-right: 32px;
  border: #000000 solid 2px;
  border-radius: 30px;
  font-size: 30px;
  font-family: 'Corben';
  cursor: pointer;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  max-width: 100%;
  min-height: 60px;
  height: 60px;
  box-sizing: border-box;
  margin: 32px auto;
}

.button-cofcon:hover {
  background-color: #fe6e01;
  color: #ffed59;
}

/* Coconut NYC Cookies */

.button-cnc {
  background-color: #ffffff;
  color: #000000;
  border: none;
  border-radius: 30px;
  cursor: arrow;
  font-size: 30px;
  font-family: 'Corben';
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;           /* Match .button-cofc width */
  max-width: 90vw;       /* Match .button-cofc max-width */
  min-height: 400px;
  height: auto;
  box-sizing: border-box;
  margin: 32px auto;
  padding-left: 20px;    /* Match .button-cofc padding */
}

.button-cnc:hover {
  background-color: #fdb636;
}


.button-cnc:hover .cnc-img {
  content: url("cncyb-new.jpeg");}

.cnc-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;     
  margin-left: 10px;
  margin-right: 20px;      
}

.button-cnclm {
  background-color: #000000;
  color: #ffffff !important;
  margin-right: 32px;
  border: #000000 solid 2px;
  border-radius: 30px;
  font-size: 30px;
  font-family: 'Corben';
  cursor: pointer;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 170px;
  max-width: 100%;
  min-height: 60px;
  height: 60px;
  box-sizing: border-box;
  margin: 32px auto;}

.button-cncon {
  background-color: #fdb636;
  color: #000000 !important;
  margin-right: 32px;
  border: #000000 solid 2px;
  border-radius: 30px;
  font-size: 30px;
  font-family: 'Corben';
  cursor: pointer;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  max-width: 100%;
  min-height: 60px;
  height: 60px;
  box-sizing: border-box;
  margin: 32px auto;}

.button-cncon:hover {
  background-color: #fdb636;
  color: #ffed59;
}

/* Scrollbar Styles */

html, body {
  overflow-y: auto;
  overflow-x: hidden; /* stop sideways scroll */
  scrollbar-width: none; /* Firefox */
}

html::-webkit-scrollbar,
body::-webkit-scrollbar {
  display: none; /* Chrome, Safari */
}

footer {
  margin-top: auto;
}