:root {
  --ink: #2a160c;
  --cream: #fff6e8;
  --saffron: #e0a53a;
  --rust: #9c3b1e;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Vazirmatn, Tahoma, sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at 50% -10%, #ffd27a 0 18%, transparent 42%),
    linear-gradient(#7eb7dc 0 28%, #f4c98a 28% 38%, #fff6e8 38%);
  min-height: 100vh;
  line-height: 1.8;
}
a { color: var(--rust); text-decoration: none; }
a:hover { text-decoration: underline; }

.sky { position: relative; height: 0; }
.sun {
  position: absolute;
  left: 50%;
  top: 18px;
  width: 64px;
  height: 64px;
  margin-left: -32px;
  background: radial-gradient(circle at 40% 35%, #fff6b0, #fbbc05 55%, #e37400);
  border-radius: 50%;
  box-shadow: 0 0 0 10px rgba(251, 188, 5, 0.25), 0 0 40px 12px rgba(255, 214, 64, 0.45);
  z-index: 1;
}

.wrap { width: min(860px, calc(100% - 1.5rem)); margin: 0 auto; padding: 1.2rem 0 2.5rem; }

.top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 2.4rem 0 0.8rem;
}
.mark { color: var(--rust); font-size: 1.25rem; font-weight: 800; }
nav { display: flex; gap: 0.9rem; flex-wrap: wrap; }
nav a { font-weight: 700; color: var(--ink); }

.hero {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 1.5rem;
  align-items: center;
  background: #fff;
  border: 2px solid #ead3a8;
  border-radius: 18px;
  padding: 1.4rem 1.3rem;
  box-shadow: 0 10px 0 rgba(156, 59, 30, 0.08);
}
.kicker { margin: 0; color: var(--rust); font-weight: 700; font-size: 0.92rem; }
h1 { margin: 0.2rem 0 0.5rem; font-size: clamp(1.7rem, 4vw, 2.4rem); color: var(--rust); }
.lead { margin: 0 0 1rem; }
.btn {
  display: inline-flex;
  background: var(--saffron);
  color: var(--ink);
  font-weight: 800;
  border: 0;
  border-radius: 10px;
  padding: 0.55rem 1.1rem;
  cursor: pointer;
  font: inherit;
}
.btn:hover { filter: brightness(1.05); text-decoration: none; color: var(--ink); }

.bowl { position: relative; height: 180px; }
.bowl-rim {
  position: absolute;
  left: 12%;
  right: 12%;
  bottom: 18px;
  height: 78px;
  border: 8px solid #6b3a22;
  border-top: 0;
  border-radius: 0 0 90px 90px;
  background: #8b4a2b;
}
.bowl-fill {
  position: absolute;
  left: 18%;
  right: 18%;
  bottom: 62px;
  height: 36px;
  background: linear-gradient(#f3d7a0, #c9924a);
  border-radius: 40px;
  box-shadow: inset 0 6px 0 rgba(255,255,255,0.35);
}
.steam {
  position: absolute;
  width: 8px;
  height: 36px;
  border-radius: 8px;
  background: rgba(255,255,255,0.7);
  animation: rise 2.4s ease-in-out infinite;
}
.s1 { left: 38%; bottom: 96px; }
.s2 { left: 50%; bottom: 104px; animation-delay: .4s; height: 44px; }
.s3 { left: 62%; bottom: 96px; animation-delay: .8s; }
@keyframes rise {
  0%, 100% { transform: translateY(0); opacity: .3; }
  50% { transform: translateY(-10px); opacity: .9; }
}

.about, .menu, .order {
  background: #fff;
  border: 1px solid #ead3a8;
  border-radius: 16px;
  padding: 1.2rem 1.15rem;
  margin-top: 1rem;
}
h2 { margin: 0 0 0.6rem; color: var(--rust); font-size: 1.25rem; }
.about p { margin: 0; }

.card {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 0.85rem;
  align-items: center;
  border: 1px solid #ead3a8;
  border-radius: 12px;
  padding: 0.75rem;
  margin-bottom: 0.7rem;
}
.card:last-child { margin-bottom: 0; }
.featured { border-color: var(--saffron); background: #fff8ea; }
.card h3 { margin: 0; }
.card p { margin: 0.15rem 0 0; color: #5c4636; font-size: 0.95rem; }
.price { display: block; margin-top: 0.3rem; color: var(--rust); }
.card-bowl {
  width: 64px;
  height: 48px;
  border: 6px solid #6b3a22;
  border-top: 0;
  border-radius: 0 0 40px 40px;
  background: linear-gradient(#f3d7a0, #c9924a);
}
.card-bowl-soft { background: linear-gradient(#fff1c9, #e0a53a); }

.order form { display: grid; gap: 0.45rem; max-width: 360px; }
.order label { font-weight: 700; }
.order input {
  border: 1px solid #ead3a8;
  border-radius: 8px;
  padding: 0.5rem 0.7rem;
  font: inherit;
}

footer {
  margin-top: 1.4rem;
  text-align: center;
  color: #5c4636;
}
.socials {
  display: flex;
  gap: 0.5rem;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 0.6rem;
}
.circle {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: linear-gradient(145deg, #c0c0c0, #808080);
  border: 2px solid #777;
  box-shadow: inset 0 3px 5px rgba(255,255,255,0.5), 0 6px 10px rgba(0,0,0,0.15);
}
.circle svg { width: 24px; height: 24px; }
.circle:hover { color: #fff; text-decoration: none; }
.support {
  background: linear-gradient(145deg, #4caf50, #2e7d32);
  color: #fff;
  font-weight: 800;
  padding: 0.4rem 0.85rem;
  border-radius: 999px;
}
.support:hover { color: #fff; text-decoration: none; }

@media (max-width: 700px) {
  .hero { grid-template-columns: 1fr; }
  .bowl { height: 150px; }
  .top { flex-direction: column; align-items: flex-start; }
}
