* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: Arial, sans-serif;
  background: #0f0b08;
  color: #f5eee6;
  line-height: 1.5;
}

/* HERO */
.page-hero {
  min-height: 520px;
  position: relative;
  padding: 28px 6% 80px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.breakfast-hero {
  background:
    linear-gradient(rgba(15, 11, 8, 0.72), rgba(15, 11, 8, 0.78)),
    url("https://images.unsplash.com/photo-1504754524776-8f4f37790ca0?auto=format&fit=crop&w=1600&q=80")
    center center / cover no-repeat;
}

/* HERO TEXT */
.hero-content {
  max-width: 560px;
  margin-top: 40px;
}

.eyebrow {
  color: #d8b15a;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.hero-content h1 {
  font-size: 3.3rem;
  font-weight: 800;
  margin-bottom: 12px;
  color: #dff4ff;
}

.hero-text {
  color: #e6edf6;
  font-size: 1rem;
  max-width: 520px;
}

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.1rem 1.25rem;
}

.logo {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #f6d7a8;
}

.nav-links {
  list-style: none;
  display: flex;
  align-items: center;
}

.return-wrap {
  list-style: none;
}

.return-menu {
  display: inline-block;
  text-decoration: none;
  color: #1a120d;
  background: #d4a25a;
  padding: 0.65rem 1rem;
  border-radius: 999px;
  font-weight: 700;
  transition: 0.25s ease;
}

.return-menu:hover {
  background: #e2b777;
  transform: translateY(-1px);
}

.hero-content {
  text-align: center;
  padding: 2.5rem 1.25rem 3rem;
}

.hero-content h1 {
  font-size: clamp(2.1rem, 5vw, 3.5rem);
  color: #fff4df;
  margin-bottom: 0.75rem;
  letter-spacing: 0.03em;
}

.hero-content p {
  max-width: 720px;
  margin: 0 auto;
  color: #eadfce;
  font-size: 1rem;
}

/* MAIN MENU SECTION */
.breakfast-menu {
  width: min(1100px, 92%);
  margin: 0 auto;
  padding: 3rem 0 4rem;
}

.breakfast-heading {
  text-align: center;
  margin-bottom: 2rem;
}

.breakfast-heading h2 {
  font-size: clamp(1.8rem, 4vw, 2.5rem);
  color: #f6d7a8;
  margin-bottom: 0.5rem;
}

.breakfast-heading p {
  color: #d7c6b3;
  max-width: 700px;
  margin: 0 auto;
}

/* OPTIONAL FILTER BOX */
.breakfast-filter-box {
  background: rgba(35, 24, 17, 0.92);
  border: 1px solid rgba(212, 162, 90, 0.28);
  border-radius: 20px;
  padding: 1rem;
  margin-bottom: 2rem;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.24);
}

.breakfast-filter-box label {
  display: block;
  font-weight: 700;
  color: #f6d7a8;
  margin-bottom: 0.6rem;
}

.breakfast-select {
  width: 100%;
  padding: 0.9rem 1rem;
  border-radius: 14px;
  border: 1px solid rgba(212, 162, 90, 0.35);
  background: #17100b;
  color: #f5eee6;
  font-size: 1rem;
  outline: none;
}

.breakfast-select:focus {
  border-color: #d4a25a;
  box-shadow: 0 0 0 3px rgba(212, 162, 90, 0.14);
}

.breakfast-message {
  margin-top: 0.75rem;
  color: #e7d8c2;
  font-size: 0.95rem;
  min-height: 1.2rem;
}

/* Section Headers */

.menu-section-title {
  grid-column: 1 / -1;
  margin: 1.5rem 0 0.35rem;
  padding-bottom: 0.35rem;
  border-bottom: 1px solid rgba(255, 153, 51, 0.18);
}

.menu-section-title h3 {
  margin: 0;
  color: #d8b15a;
  font-size: clamp(1.35rem, 3vw, 2rem);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

/* GRID */
.breakfast-items-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
}

/* CARDS */
.breakfast-card {
  background: linear-gradient(180deg, #1a120d 0%, #130d09 100%);
  border: 1px solid rgba(212, 162, 90, 0.28);
  border-radius: 24px;
  padding: 1.2rem 1.15rem;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.24);
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.breakfast-card:hover {
  transform: translateY(-2px);
  border-color: rgba(226, 183, 119, 0.46);
}

.breakfast-card-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
}

.breakfast-info {
  flex: 1;
  min-width: 0;
}

.breakfast-info h3 {
  margin: 0;
  color: #fff4df;
  font-size: 1.25rem;
  line-height: 1.15;
  letter-spacing: 0.01em;
}

.breakfast-info p {
  margin: 0.55rem 0 0;
  color: #dbcab7;
  font-size: 0.97rem;
  line-height: 1.5;
}

/* PRICE AREA */
.breakfast-prices {
  flex-shrink: 0;
  min-width: 92px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.4rem;
  text-align: right;
}

.breakfast-prices .price {
  color: #f0b25f;
  font-weight: 800;
  font-size: 1.45rem;
  line-height: 1;
}

.price-row {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0.5rem;
  white-space: nowrap;
}

.size {
  color: #eadfce;
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}

/* HIGHLIGHT / ADD-ON TEXT */
.breakfast-note {
  margin-top: 0.55rem;
  color: #f6d7a8;
  font-size: 0.9rem;
  font-weight: 700;
}

.breakfast-add-on {
  display: inline-block;
  margin-top: 0.5rem;
  color: #e8c897;
  font-size: 0.88rem;
  font-weight: 700;
}

.order-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1rem;
}

.order-actions button {
  border: none;
  border-radius: 10px;
  padding: 0.75rem 1rem;
  background: #b7863b;
  color: #111;
  font-weight: 700;
  cursor: pointer;
}

.order-cart {
  width: min(1100px, 92%);
  margin: 2rem auto 3rem;
  background: #161616;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 18px;
  padding: 1.25rem;
}

.order-cart-header,
.summary-row,
.cart-item-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}

.cart-items {
  margin: 1rem 0;
}

.cart-item {
  padding: 0.9rem 0;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.cart-item-meta {
  margin: 0.35rem 0 0;
  opacity: 0.8;
  font-size: 0.95rem;
}

.remove-cart-item,
#clearCartBtn {
  margin-top: 0.5rem;
  border: none;
  background: transparent;
  color: #d7a35a;
  cursor: pointer;
  font-weight: 600;
}

.checkout-btn {
  width: 100%;
  margin-top: 1rem;
  padding: 1rem;
  border: none;
  border-radius: 12px;
  background: #d7a35a;
  color: #111;
  font-weight: 800;
  cursor: pointer;
}

.checkout-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/* FOOTER */
footer {
  border-top: 1px solid rgba(212, 162, 90, 0.2);
  padding: 1.3rem 1rem 2rem;
  text-align: center;
  color: #cdbba7;
  background: #0c0907;
}

/* MOBILE */
@media (max-width: 768px) {
  .page-hero {
    padding: 22px 5% 60px;
    min-height: 460px;
  }

  .navbar {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 70px;
  }

  .nav-links {
    text-align: left;
    margin-top: 18px;
  }

  .logo {
    font-size: 1rem;
  }


  .hero-content {
    padding: 2rem 1rem 2.3rem;
  }

  .breakfast-menu {
    width: min(94%, 700px);
    padding: 2.2rem 0 3rem;
  }

  .breakfast-items-grid {
    grid-template-columns: 1fr;
  }

  .breakfast-card {
    padding: 1rem;
    border-radius: 20px;
  }

  .breakfast-card-top {
    gap: 0.8rem;
  }

  .breakfast-info h3 {
    font-size: 1.12rem;
  }

  .breakfast-info p {
    font-size: 0.93rem;
  }

  .breakfast-prices {
    min-width: 82px;
  }

  .breakfast-prices .price {
    font-size: 1.25rem;
  }

  .size {
    font-size: 0.82rem;
  }
}

@media (max-width: 480px) {
  .hero-content h1 {
    font-size: 1.9rem;
  }

  .hero-content p {
    font-size: 0.95rem;
  }

  .breakfast-heading h2 {
    font-size: 1.65rem;
  }

  .breakfast-card-top {
    gap: 0.65rem;
  }

  .breakfast-prices {
    min-width: 74px;
  }

  .breakfast-prices .price {
    font-size: 1.12rem;
  }
}