﻿@font-face {
  font-family: 'IranSansDN';
  src: url('/fonts/iransansdn.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
  font-family: 'IranSansDN', Tahoma, 'Segoe UI', sans-serif;
}

input,
button,
select,
textarea,
.form-control,
.btn {
  font-family: inherit;
}

.home-hero,
.menu-header {
  background: linear-gradient(135deg, #f7f3ea 0%, #fff 55%, #eef6ff 100%);
  border: 1px solid #ece9e0;
  border-radius: 20px;
}

.hero-kicker {
  display: inline-block;
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #8a6f47;
  background: #f6ebd8;
  border: 1px solid #ecdabb;
  padding: 4px 10px;
  border-radius: 999px;
}

.stat-box {
  background: #fff;
  border: 1px solid #eceef4;
  border-radius: 14px;
  padding: 14px 10px;
  min-height: 96px;
}

.stat-num {
  font-size: 1.4rem;
  font-weight: 700;
  color: #1d3557;
}

.stat-label {
  font-size: 0.82rem;
  color: #6c757d;
}

.home-food-card,
.menu-item-card {
  background: #fff;
  border: 1px solid #eceef4;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 10px 24px rgba(16, 24, 40, 0.05);
}

.home-food-image-wrap,
.menu-item-image-wrap {
  height: 220px;
  background: #f4f6f8;
}

.home-food-image,
.menu-item-main-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.home-food-placeholder,
.menu-item-no-image {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #8b95a1;
  font-size: 0.9rem;
}

.menu-item-price {
  white-space: nowrap;
}

.menu-thumb-list {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}

.menu-thumb {
  width: 42px;
  height: 42px;
  border-radius: 8px;
  object-fit: cover;
  border: 1px solid #e8ebef;
}

.menu-category-section {
  border: 1px solid #edf0f4;
  border-radius: 16px;
  padding: 18px;
  background: #fff;
}

