@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600;700&family=Urbanist:wght@400;500;600;700&display=swap');

:root {
  --brand-primary: #7a8470;
  --brand-secondary: #e2d5bf;
  --text-main: #2f332c;
  --surface: #f8f5ef;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: 'Urbanist', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  background: #ffffff;
  color: var(--text-main);
  line-height: 1.45;
}

.container {
  width: min(100%, 640px);
  margin: 0 auto;
  padding: 16px;
}

.header {
  background: transparent;
  color: var(--brand-secondary);
  border-radius: 8px;
  padding: 28px 20px;
  margin-bottom: 24px;
}

.home-header {
  margin-bottom: 0;
  padding-bottom: 0;
}

.header h1 {
  margin: 0 0 24px;
  font-family: 'Cormorant Garamond', Georgia, 'Times New Roman', serif;
  font-size: clamp(2.4rem, 4.5vw, 3.1rem);
  letter-spacing: 0.6px;
  text-align: center;
}

.header p {
  margin: 8px 0 0;
  opacity: 0.95;
}

.header-logo {
  display: block;
  max-width: 144px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  filter: none;
}

.menu-section {
  background: transparent;
  border-radius: 14px;
  border: 0;
  padding: 0;
  margin-bottom: 14px;
}

.menu-section h3 {
  display: block;
  width: fit-content;
  color: var(--brand-primary);
  font-family: 'Cormorant Garamond', Georgia, 'Times New Roman', serif;
  font-size: 24px;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 24px;
  margin-top: -48px;
  background: #fff;
  padding: 0 4px 0 2px;
}

.category-header {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 12px;
  margin-bottom: 48px;
  padding: 0 0 12px 0;
  min-height: 600px;
  background-image: url('bg-image.jpeg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.category-header h1 {
  color: var(--brand-secondary);
  line-height: 1.1;
  font-weight: 500;
}

.header-back {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  text-decoration: none;
  color: var(--brand-secondary);
  border: 1px solid rgba(226, 213, 191, 0.55);
  font-size: 1.1rem;
  font-weight: 700;
  flex-shrink: 0;
}

.category-list {
  display: grid;
  margin-top: 40px;
  gap: 10px;
  background: transparent;
  border: 0;
  padding: 0;
}

.category-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #7a8470;
  background: transparent;
  border: 1px solid #7a8470;
  border-radius: 10px;
  padding: 14px;
  font-weight: 700;
  min-height: 80px;
  text-align: center;
  gap: 4px;
}

.category-link span {
  font-weight: 300;
}

.category-link span p{
  margin: 0 !important;
}

.category-link:hover {
  border-color: var(--brand-primary);
}

.allergy-note {
  margin-top: 24px;
  text-align: center;
}

.child-folder-block {
  border-bottom: 0;
  padding-bottom: 48px;
  margin-bottom: 48px;
  border: 1px solid rgba(122, 132, 112, 0.5);
  border-radius: 12px;
  padding: 32px 16px 16px 16px;
}

.menu-item {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  align-items: start;
  margin-bottom: 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
}

.menu-item:last-child {
  margin-bottom: 0;
}

.menu-item:not(:last-child) {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 22px;
}

.item-visual {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 10px;
  border: 1px solid #e7dece;
}

.item-body {
  min-width: 0;
}

.item-head {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: baseline;
}

.menu-item h4 {
  margin: 0
  font-size: 1rem;
  font-weight: 500;
  color: #333;
}

.item-title{
    display:flex;
    align-items: center;
    gap:12px;
    margin-bottom: 4px;
}

.item-title .badge{
    border-radius: 8px;
    padding: 4px 12px;
    margin-right: 8px;
    font-weight: 600;
}

.d-flex{
    display:flex;
}

.item-price {
  font-size: 0.95rem;
  font-weight: 300;
  color: #333;
  white-space: nowrap;
}

.category-bottom-logo {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.category-bottom-logo img {
  width: 160px;
  height: auto;
  opacity: 0.07;
  margin-bottom: 20px;
}

.menu-item p {
  margin: 0;
  font-size: 0.85rem;
  color: #767676;
  max-width: 65%;
}

.footer {
  margin-top: 32px;
  text-align: center;
  color: #d8d8d8;
  font-size: 0.88rem;
}

.navbar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  gap: 0;
  background: #fcfaf6;
  border-top: 1px solid rgba(122, 132, 112, 0.3);
  z-index: 1000;
}

.navbar-item {
  flex: 1;
  max-width: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 16px;
}

.navbar-link {
  text-decoration: none;
  color: var(--brand-primary);
  font-weight: 500;
  font-size: 0.95rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}

.navbar-icon {
  width: 24px;
  height: 24px;
  color: var(--brand-primary);
}

.campaign-card {
  background: #fcfaf6;
  border: 1px solid #e7dece;
  border-radius: 14px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  color: var(--text-main);
}

.campaign-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(226, 213, 191, 0.3);
}

.campaign-header h2 {
  margin: 0;
  color: var(--brand-primary);
  font-size: 1.3rem;
}

.campaign-badge {
  display: inline-block;
  background: #fcfaf6;
  color: var(--brand-primary);
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 600;
}

.campaign-content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.campaign-time {
  color: var(--brand-primary);
  font-size: 1.05rem;
  margin: 0;
  font-weight: 600;
}

.campaign-desc {
  color: var(--text-main);
  margin: 0;
  font-size: 0.95rem;
}

.campaign-details {
  list-style: none;
  padding: 0;
  margin: 8px 0 0;
  color: var(--text-main);
  font-size: 0.9rem;
}

.campaign-details li {
  padding: 4px 0;
}

.campaign-details li:before {
  content: "✓ ";
  color: var(--brand-secondary);
  font-weight: bold;
  margin-right: 6px;
}

.contact-section {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.contact-item {
  background: #fcfaf6;
  border: 1px solid #e7dece;
  border-radius: 14px;
  padding: 14px;
}

.contact-item h3 {
  margin: 0 0 10px;
  color: var(--brand-primary);
  font-size: 0.95rem;
  letter-spacing: 1px;
  font-weight: 700;
}

.contact-item p {
  margin: 0;
  color: var(--text-main);
  font-size: 0.95rem;
}

.contact-item a {
  color: var(--brand-primary);
  text-decoration: none;
  font-weight: 600;
}

@media (max-width: 620px) {
  .menu-item {
    grid-template-columns: 1fr;
  }

  .item-visual {
    width: 60px;
    height: 60px;
  }

  .navbar-item {
    max-width: none;
  }

  .navbar-link {
    font-size: 0.85rem;
  }
}
