/* طهوة — tahwa.app shared styles (mobile-first, RTL) */
:root {
  --primary: #C2410C;
  --brand: #D9480F;
  --cream: #FBF7F2;
  --cream-2: #F4ECE2;
  --herb: #1E8C5A;
  --gold: #D99A2B;
  --ink: #2B2118;
  --muted: #6E6154;
  --line: #E8DDD0;
  --card: #FFFFFF;
  --radius: 18px;
  --shadow: 0 6px 22px rgba(43, 33, 24, .08);
}
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: "IBM Plex Sans Arabic", system-ui, -apple-system, "Segoe UI", Tahoma, sans-serif;
  background: var(--cream);
  color: var(--ink);
  line-height: 1.75;
  font-size: 17px;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--primary); text-decoration: none; }
a:hover { text-decoration: underline; }
h1, h2, h3 { line-height: 1.35; margin: 0 0 .5em; }
h1 { font-size: clamp(1.7rem, 5vw, 2.6rem); font-weight: 700; }
h2 { font-size: clamp(1.25rem, 3.4vw, 1.6rem); font-weight: 700; }
h3 { font-size: 1.05rem; font-weight: 600; }
.wrap { width: 100%; max-width: 1120px; margin-inline: auto; padding-inline: 16px; }
.section { margin-block: 40px; }
.lead { font-size: 1.1rem; color: var(--ink); }
.muted, .note { color: var(--muted); }
.note { font-size: .88rem; }

/* header / footer */
.site-header { background: rgba(251, 247, 242, .92); backdrop-filter: blur(8px); position: sticky; top: 0; z-index: 10; border-bottom: 1px solid var(--line); }
.nav { display: flex; align-items: center; justify-content: space-between; gap: 12px; min-height: 60px; }
.brand { display: inline-flex; align-items: center; gap: 8px; font-weight: 700; font-size: 1.3rem; color: var(--ink); }
.brand:hover { text-decoration: none; }
.nav nav { display: flex; gap: 14px; flex-wrap: wrap; font-weight: 500; }
.nav nav a { color: var(--ink); }
.site-footer { background: var(--ink); color: #E9DFD3; margin-top: 64px; padding-block: 36px 20px; }
.site-footer a { color: #F6C9A8; }
.site-footer .brand { color: #fff; }
.site-footer h2 { font-size: 1rem; color: #fff; }
.footer-grid { display: grid; gap: 24px; grid-template-columns: 1fr; }
.footer-grid div > a:not(.brand) { display: block; padding-block: 3px; }
.copy { font-size: .85rem; opacity: .75; margin-top: 24px; }
@media (min-width: 760px) { .footer-grid { grid-template-columns: 2fr 1fr 1fr 1fr; } }

/* hero */
.hero { background: radial-gradient(1200px 400px at 80% -10%, #FDE3CF 0%, transparent 60%), var(--cream); padding-block: 32px 16px; overflow: hidden; }
.hero-inner { display: grid; gap: 28px; align-items: center; }
.hero-logo { width: 96px; height: 96px; border-radius: 24px; box-shadow: var(--shadow); margin-bottom: 14px; }
.hero h1 { font-size: clamp(2.4rem, 8vw, 3.6rem); color: var(--brand); margin-bottom: .2em; }
.hero h1 span { display: block; font-size: .55em; color: var(--ink); }
.hero-cta { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; margin-block: 18px; }
.badges { display: flex; flex-wrap: wrap; gap: 8px; margin: 0; }
.badges span { background: #E6F4EC; color: var(--herb); border-radius: 999px; padding: 4px 12px; font-weight: 600; font-size: .9rem; }
.hero-art { position: relative; min-height: 260px; }
.hero-art .float { position: absolute; border-radius: 22px; box-shadow: 0 14px 34px rgba(43, 33, 24, .18); object-fit: cover; border: 5px solid #fff; }
.hero-art .f0 { width: 78%; top: 0; inset-inline-start: 0; aspect-ratio: 3/2; }
.hero-art .f1 { width: 46%; bottom: 0; inset-inline-end: 0; aspect-ratio: 1; transform: rotate(-4deg); }
.hero-art .f2 { display: none; }
@media (min-width: 860px) {
  .hero { padding-block: 64px 40px; }
  .hero-inner { grid-template-columns: 1.05fr 1fr; }
  .hero-art { min-height: 420px; }
  .hero-art .f2 { display: block; width: 40%; top: 58%; inset-inline-start: 4%; aspect-ratio: 1; transform: rotate(5deg); }
}

/* buttons */
.play-btn { display: inline-flex; align-items: center; gap: 10px; background: var(--ink); color: #fff; border-radius: 14px; padding: 10px 18px; font-weight: 600; line-height: 1.2; }
.play-btn:hover { text-decoration: none; background: #000; }
.play-btn small { display: block; font-size: .72rem; font-weight: 400; opacity: .85; }
.play-btn.big { padding: 12px 22px; font-size: 1.1rem; }
.ghost-btn { display: inline-block; border: 2px solid var(--primary); color: var(--primary); border-radius: 14px; padding: 10px 18px; font-weight: 600; }
.ghost-btn:hover { background: var(--primary); color: #fff; text-decoration: none; }

/* how it works */
.how-steps { list-style: none; padding: 0; margin: 0; display: grid; gap: 14px; }
.how-steps li { background: var(--card); border-radius: var(--radius); padding: 20px; box-shadow: var(--shadow); }
.how-steps .num { display: inline-grid; place-items: center; width: 36px; height: 36px; border-radius: 50%; background: var(--brand); color: #fff; font-weight: 700; margin-bottom: 8px; }
.how-steps p { margin: 0; color: var(--muted); }
.ready { color: var(--herb); }
@media (min-width: 760px) { .how-steps { grid-template-columns: repeat(3, 1fr); } }

/* features */
.features { display: grid; gap: 14px; grid-template-columns: 1fr; }
.feature { background: var(--card); border-radius: var(--radius); padding: 18px; border: 1px solid var(--line); }
.feature p { margin: 0; color: var(--muted); font-size: .95rem; }
.f-emoji { font-size: 1.8rem; }
@media (min-width: 600px) { .features { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 960px) { .features { grid-template-columns: repeat(4, 1fr); } }

/* cuisines & combos */
.cuisine-grid, .combo-grid { display: grid; gap: 12px; grid-template-columns: repeat(2, 1fr); }
.cuisine, .combo { background: var(--card); border-radius: var(--radius); padding: 16px; box-shadow: var(--shadow); color: var(--ink); display: flex; flex-direction: column; gap: 2px; }
.cuisine:hover, .combo:hover { text-decoration: none; outline: 2px solid var(--gold); }
.c-emoji { font-size: 2rem; }
.cuisine small, .combo span { color: var(--muted); }
@media (min-width: 760px) { .cuisine-grid { grid-template-columns: repeat(4, 1fr); } .combo-grid { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 1000px) { .combo-grid { grid-template-columns: repeat(4, 1fr); } }

/* chips */
.chips { display: flex; flex-wrap: wrap; gap: 8px; }
.chip { display: inline-block; background: var(--cream-2); color: var(--ink); border-radius: 999px; padding: 4px 12px; font-size: .9rem; border: 1px solid var(--line); }
.chip:hover { text-decoration: none; border-color: var(--gold); }
.chips.big .chip { padding: 8px 16px; font-size: 1rem; background: var(--card); }
.chip.more { background: var(--primary) !important; color: #fff; border-color: var(--primary); }
.chip-cuisine { background: #FFF1E6; border-color: #F6C9A8; }
.more-link { font-size: .9rem; font-weight: 500; margin-inline-start: 8px; }

/* recipe cards */
.grid { display: grid; gap: 16px; grid-template-columns: 1fr; }
@media (min-width: 560px) { .grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 900px) { .grid { grid-template-columns: repeat(3, 1fr); } }
.card { background: var(--card); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); color: var(--ink); display: flex; flex-direction: column; transition: transform .15s ease; }
.card:hover { text-decoration: none; transform: translateY(-3px); }
.card img { aspect-ratio: 3/2; object-fit: cover; width: 100%; background: var(--cream-2); }
.card-body { padding: 12px 16px 16px; }
.img-ph { aspect-ratio: 3/2; width: 100%; display: grid; place-items: center; background: linear-gradient(135deg, #FDE3CF, var(--cream-2)); }
.img-ph span { font-size: 4rem; line-height: 1; }
.img-ph.hero-img span { font-size: 7rem; }
.card h3 { margin: 0 0 4px; font-size: 1.1rem; }
.meta { display: flex; flex-wrap: wrap; gap: 6px 12px; margin: 0; color: var(--muted); font-size: .88rem; }

/* breadcrumbs, page head */
.crumbs { font-size: .88rem; color: var(--muted); padding-block: 14px 4px; display: flex; flex-wrap: wrap; gap: 6px; }
.crumbs .sep { opacity: .5; }
.page-head { padding-top: 12px; }
.page-head .lead { max-width: 760px; }
.name-list { columns: 2 160px; padding: 0; list-style: none; margin: 0; }
.name-list li { break-inside: avoid; padding-block: 2px; }
.section h2 small { font-size: .8rem; color: var(--muted); font-weight: 400; }

/* recipe page */
.recipe-hero { display: grid; gap: 20px; padding-top: 6px; }
.hero-img { width: 100%; aspect-ratio: 3/2; object-fit: cover; border-radius: 22px; box-shadow: var(--shadow); }
.facts { list-style: none; padding: 0; margin: 16px 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.facts li { background: var(--card); border-radius: 14px; padding: 10px 12px; display: grid; grid-template-columns: auto 1fr; column-gap: 8px; border: 1px solid var(--line); }
.facts b { grid-row: span 2; font-size: 1.3rem; align-self: center; }
.facts span { font-size: .8rem; color: var(--muted); }
.facts strong { font-size: 1rem; }
@media (min-width: 900px) {
  .recipe-hero { grid-template-columns: 1.1fr 1fr; align-items: center; }
  .facts { grid-template-columns: repeat(4, 1fr); }
}
.recipe-cols { display: grid; gap: 20px; margin-top: 24px; }
@media (min-width: 900px) { .recipe-cols { grid-template-columns: 1fr 1.5fr; align-items: start; } .ingredients { position: sticky; top: 76px; } }
.panel { background: var(--card); border-radius: var(--radius); padding: 20px; box-shadow: var(--shadow); }
.panel h2 small { font-size: .85rem; color: var(--muted); font-weight: 400; }
.ing-list { list-style: none; padding: 0; margin: 0 0 16px; }
.ing-list li { display: flex; justify-content: space-between; gap: 12px; padding-block: 8px; border-bottom: 1px dashed var(--line); }
.ing-list li:last-child { border-bottom: 0; }
.ing { font-weight: 600; }
.amt { color: var(--muted); text-align: end; }
.ing-list.optional .ing { font-weight: 500; }
.nutrition { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; margin: 0; }
.nutrition div { background: var(--cream); border-radius: 12px; padding: 8px 4px; text-align: center; }
.nutrition dt { font-size: .75rem; color: var(--muted); }
.nutrition dd { margin: 0; font-weight: 700; }
.step-list { counter-reset: s; list-style: none; padding: 0; margin: 0; }
.step-list > li { counter-increment: s; position: relative; padding-inline-start: 48px; padding-block: 6px 16px; }
.step-list > li::before { content: counter(s); position: absolute; inset-inline-start: 0; top: 6px; width: 34px; height: 34px; border-radius: 50%; background: var(--brand); color: #fff; font-weight: 700; display: grid; place-items: center; }
.step-list p { margin: 0; }
.tip { margin-top: 10px; background: #FFF6E3; border-inline-start: 4px solid var(--gold); border-radius: 12px; padding: 10px 14px; }
.tip strong { color: #9A6612; font-size: .9rem; }
.tip p { font-size: .95rem; }

/* CTA */
.cta { margin-block: 40px; background: linear-gradient(135deg, var(--brand), var(--primary)); color: #fff; border-radius: 24px; padding: 24px; display: grid; gap: 16px; justify-items: start; }
.cta img { width: 64px; height: 64px; background: #fff; border-radius: 16px; padding: 6px; }
.cta h2 { color: #fff; margin-bottom: .3em; }
.cta p { margin: 0; opacity: .95; }
.cta .play-btn { background: #fff; color: var(--ink); }
@media (min-width: 860px) { .cta { grid-template-columns: auto 1fr auto; align-items: center; padding: 28px 32px; } }

/* legal */
.legal { max-width: 820px; padding-top: 28px; }
.legal h2 { margin-top: 1.6em; font-size: 1.2rem; }
.legal li { margin-bottom: .4em; }

/* 404 */
.notfound { text-align: center; padding-block: 60px; }
.notfound .chips { justify-content: center; }
.big-emoji { font-size: 4rem; margin: 0; }

:focus-visible { outline: 3px solid var(--gold); outline-offset: 2px; }
@media (prefers-reduced-motion: reduce) { .card { transition: none; } }

/* صفحة التطبيق */
.store-btns { display: flex; flex-wrap: wrap; gap: 10px; }
.app-hero { text-align: center; padding-block: 32px 8px; display: grid; justify-items: center; gap: 12px; }
.app-hero img { border-radius: 22px; box-shadow: var(--shadow); }
.app-hero .store-btns { justify-content: center; }
.app-shots { display: flex; gap: 16px; overflow-x: auto; padding-block: 16px; justify-content: safe center; }
.app-shots figure { margin: 0; flex: 0 0 auto; text-align: center; }
.app-shots img { width: 200px; height: auto; border-radius: 22px; border: 6px solid #1d1a18; box-shadow: var(--shadow); }
.app-shots figcaption { font-size: .85rem; color: var(--muted); margin-top: 6px; }
.app-features { display: grid; gap: 14px; grid-template-columns: repeat(auto-fit, minmax(min(240px, 100%), 1fr)); }
.app-features h3 { margin: 0 0 .3em; }
.table-wrap { overflow-x: auto; }
table.compare { width: 100%; border-collapse: collapse; background: var(--card); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
table.compare th, table.compare td { padding: 12px 14px; border-bottom: 1px solid #efe6da; text-align: start; }
table.compare th:nth-child(n+2), table.compare td:nth-child(n+2) { text-align: center; white-space: nowrap; }
table.compare thead th { background: #fbf1dc; }
table.compare td:last-child { color: var(--primary); font-weight: 600; }
details.panel { margin-bottom: 10px; }
details.panel summary { cursor: pointer; font-weight: 600; }
.muted { color: var(--muted); }

/* الموقع واجهة تطبيق */
.nav-cta { background: var(--primary); color: #fff !important; padding: 6px 14px; border-radius: 999px; font-weight: 600; }
.nav-cta:hover { text-decoration: none; filter: brightness(1.05); }
.eyebrow { color: var(--primary); font-weight: 600; margin: 0 0 .3em; }
.hero-phones { position: relative; min-height: 440px; display: flex; justify-content: center; align-items: center; overflow: hidden; max-width: 100%; }
.hero-phones .phone { width: 210px; height: auto; border-radius: 30px; border: 7px solid #1d1a18; box-shadow: 0 24px 50px rgba(60,30,10,.25); background: #fff; }
.hero-phones .p0 { position: relative; z-index: 2; transform: translateX(-40px) rotate(-3deg); }
.hero-phones .p1 { position: absolute; z-index: 1; transform: translateX(70px) rotate(4deg) scale(.92); opacity: .95; }
@media (max-width: 720px) {
  .hero-phones { min-height: 360px; }
  .hero-phones .phone { width: 150px; }
  .hero-phones .p0 { transform: translateX(-30px) rotate(-3deg); }
  .hero-phones .p1 { transform: translateX(45px) rotate(4deg) scale(.9); }
}
.plans { display: grid; gap: 14px; grid-template-columns: repeat(auto-fit, minmax(min(260px, 100%), 1fr)); }
.plan { background: var(--card); border-radius: var(--radius); padding: 18px 20px; box-shadow: var(--shadow); border: 2px solid transparent; }
.plan.gold { border-color: #d99a2b; background: #fffaf0; }
.plan h3 { margin-top: 0; }
.plan ul { margin: 0; padding-inline-start: 1.2em; line-height: 1.9; }
.recipes-intro { margin-top: 48px; padding-top: 32px; border-top: 1px solid #efe6da; }

/* شريط «الموقع الرسمي للتطبيق» */
.official-bar { display: block; text-align: center; background: var(--ink); color: #fff; font-size: .88rem; padding: 7px 12px; }
.official-bar:hover { text-decoration: none; color: #fff; background: #000; }
.official-bar b { color: #f5b041; }

/* ═══ الصفحة الرسمية للتطبيق (الرئيسية) ═══ */
.play-btn.soon { cursor: default; }
.play-btn.soon:hover { background: var(--ink); }
.nav nav a.nav-plus { color: #9A6A12; }
.lp { --night: #1A1614; --night2: #2A1A12; --gold-ink: #9A6A12; overflow-x: hidden; }
.lp h2 { font-size: clamp(1.6rem, 4vw, 2.4rem); line-height: 1.3; }
.lp h2 b, .lp h1 b { color: var(--brand); }
.lp-sub { color: var(--muted); max-width: 40em; margin: 0 0 28px; font-size: 1.05rem; }
.lp-sec { padding-block: 64px; }
.lp-top0 { padding-top: 0; }
.lp-hero { position: relative; padding-block: 56px 40px; background: radial-gradient(closest-side at 72% 38%, #FDDCC2, transparent), radial-gradient(closest-side at 12% 85%, #FBEACB, transparent), var(--cream); }
.lp-hgrid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 40px; align-items: center; }
.lp-logo { width: 84px; height: 84px; border-radius: 22px; box-shadow: var(--shadow); margin-bottom: 18px; }
.lp-hero h1 { font-size: clamp(2.2rem, 5.6vw, 3.6rem); line-height: 1.25; margin-bottom: 18px; }
.lp-hero .lead { font-size: clamp(1.05rem, 2.2vw, 1.25rem); color: var(--muted); max-width: 34em; margin: 0 0 26px; }
.lp-cta .store-btns { gap: 12px; }
.lp-trust { display: flex; flex-wrap: wrap; gap: 8px 22px; margin: 24px 0 0; padding: 0; list-style: none; color: var(--muted); font-size: .95rem; }
.lp-trust li::before { content: "✓"; color: var(--herb); font-weight: 700; margin-inline-end: 7px; }
.lp-phone { justify-self: center; width: min(300px, 76vw); border-radius: 44px; background: #1d1612; padding: 11px; box-shadow: 0 40px 90px rgba(90, 40, 10, .35), 0 0 0 2px #3a2a20 inset; }
.lp-phone div { border-radius: 34px; overflow: hidden; background: #fff; }
.lp-phone img { width: 100%; }
.lp-feats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.lp-feat { background: var(--card); border: 1px solid var(--line); border-radius: 22px; padding: 24px; box-shadow: var(--shadow); }
.lp-feat i { width: 52px; height: 52px; border-radius: 15px; background: #FBECCE; display: grid; place-items: center; font-style: normal; font-size: 1.6rem; margin-bottom: 14px; }
.lp-feat h3 { font-size: 1.15rem; margin-bottom: 6px; }
.lp-feat p { margin: 0; color: var(--muted); font-size: .98rem; }
.lp-shots { display: flex; gap: 18px; overflow-x: auto; scroll-snap-type: x mandatory; padding: 4px 4px 18px; scrollbar-width: thin; }
.lp-shots figure { margin: 0; flex: 0 0 auto; width: 250px; scroll-snap-align: center; text-align: center; }
.lp-shots img { width: 100%; border-radius: 24px; border: 6px solid #1d1612; box-shadow: 0 20px 44px rgba(90, 40, 10, .22); }
.lp-shots figcaption { margin-top: 10px; color: var(--muted); font-weight: 500; }
.lp-band { background: linear-gradient(160deg, #4a1f0b, var(--night) 72%); color: #F6EDE4; padding-block: 72px; }
.lp-band h2 { color: #fff; }
.lp-fgrid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.lp-steps { list-style: none; padding: 0; margin: 0 0 8px; counter-reset: s; }
.lp-steps li { counter-increment: s; display: flex; gap: 14px; align-items: flex-start; margin: 0 0 18px; font-size: 1.05rem; }
.lp-steps li::before { content: counter(s); flex: 0 0 34px; height: 34px; border-radius: 50%; background: rgba(232, 89, 12, .22); color: #FFB37A; display: grid; place-items: center; font-weight: 700; }
.lp-free { display: inline-block; margin: 6px 0 0; padding: 12px 16px; border-radius: 14px; background: rgba(217, 154, 43, .16); color: #F5C979; font-weight: 500; }
.lp-alert { justify-self: center; width: 100%; max-width: 430px; background: rgba(255, 252, 248, .97); color: var(--ink); border-radius: 28px; padding: 22px; box-shadow: 0 30px 80px rgba(0, 0, 0, .45); }
.lp-alert .top { display: flex; align-items: center; gap: 10px; font-size: .88rem; color: var(--muted); }
.lp-alert .top img { width: 30px; height: 30px; border-radius: 9px; }
.lp-alert .tag { margin-inline-start: auto; background: #FDEBDD; color: var(--primary); border-radius: 10px; padding: 2px 10px; font-weight: 700; font-size: .8rem; }
.lp-alert h4 { margin: 12px 0 4px; font-size: 1.15rem; }
.lp-alert p { margin: 0; color: #5a4a3c; }
.lp-alert .acts { display: flex; gap: 10px; margin-top: 16px; }
.lp-alert .acts span { flex: 1; text-align: center; padding: 11px 0; border-radius: 16px; font-weight: 700; }
.lp-alert .acts .c { background: var(--primary); color: #fff; }
.lp-alert .acts .w { background: #F6EDE4; color: var(--ink); }
.lp-duo { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.lp-box { background: var(--card); border: 1px solid var(--line); border-radius: 24px; padding: 26px 28px; box-shadow: var(--shadow); }
.lp-box.gold { border: 2px solid var(--gold); background: #FFFAF0; }
.lp-box h3 { font-size: 1.3rem; }
.lp-box ul { margin: 0; padding-inline-start: 1.2em; line-height: 2; }
.lp-compare { margin-top: 18px; }
.lp-compare summary { cursor: pointer; font-weight: 600; color: var(--primary); padding: 8px 0; }
.lp-recipes { background: var(--cream-2); }
.lp-chips { margin-top: 22px; }
.lp-more { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 22px; }
.lp-btn { display: inline-block; background: var(--primary); color: #fff; padding: 12px 22px; border-radius: 14px; font-weight: 600; }
.lp-btn:hover { text-decoration: none; filter: brightness(1.06); }
.lp-btn.ghost { background: transparent; color: var(--primary); border: 2px solid var(--primary); }
.lp-faq details { margin-bottom: 10px; }
.lp-final { text-align: center; padding-block: 64px 24px; }
.lp-final img { width: 72px; height: 72px; border-radius: 20px; margin: 0 auto 14px; box-shadow: var(--shadow); }
.lp-final .lp-sub { margin-inline: auto; }
.lp-final .store-btns { justify-content: center; }
.lp + .site-footer, main:has(.lp) + .site-footer { margin-top: 0; }
@media (max-width: 860px) {
  .lp-hgrid, .lp-fgrid, .lp-duo { grid-template-columns: 1fr; }
  .lp-feats { grid-template-columns: 1fr 1fr; }
  .lp-hero { padding-top: 32px; text-align: center; }
  .lp-logo { margin-inline: auto; }
  .lp-hero .lead { margin-inline: auto; }
  .lp-hero .store-btns, .lp-trust { justify-content: center; }
  .lp-sec, .lp-band { padding-block: 48px; }
  /* الشريط في الجوال: سطر ثاني يتمرر أفقيًا بدل ما يختفي */
  .nav { flex-wrap: wrap; row-gap: 0; }
  .nav nav { order: 3; width: 100%; flex-wrap: nowrap; overflow-x: auto; gap: 8px; padding-bottom: 8px; scrollbar-width: none; }
  .nav nav::-webkit-scrollbar { display: none; }
  .nav nav a { flex: 0 0 auto; padding: 4px 12px; border-radius: 999px; background: var(--cream-2); font-size: .92rem; }
  .nav nav a.nav-recipes { background: var(--primary); color: #fff; }
}
@media (max-width: 560px) {
  .lp-feats { grid-template-columns: 1fr; }
  .lp-shots figure { width: 210px; }
  .lp-feat, .lp-box { padding: 20px; }
}

.lp section[id] { scroll-margin-top: 110px; }
@media (max-width: 560px) { .official-bar .ob-more { display: none; } }

/* اسم «طهوة» بخط الهوية (Playpen Sans Arabic) */
.brand span[lang], .brand span:only-of-type { font-family: "Playpen Sans Arabic", "IBM Plex Sans Arabic", sans-serif; }
