:root {
  /* Improved, richer color palette based on the logo's olive tone */
  --ink: #1e1d19;
  --muted: #747061;
  --sand: #f0ebd9;
  --cream: #faf7f0;
  --paper: #ffffff;
  --olive: #5d563b; /* Original Logo Color */
  --olive-dark: #433e28;
  --line: #dfd8c4;
  --gold: #c3a167;
  --danger: #b04b46;
  --shadow: 0 18px 45px rgba(50, 46, 31, 0.08);
}



* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: "Readex Pro", "Noto Sans Arabic", "DM Sans", sans-serif; font-size: 16px; line-height: 1.82; font-weight: 500; text-rendering: optimizeLegibility; }
body.modal-open { overflow: hidden; }
button, input, select { font: inherit; }
button { cursor: pointer; }
a { color: inherit; text-decoration: none; }
[hidden], .hidden { display: none !important; }
.sr-only { width: 1px; height: 1px; overflow: hidden; position: absolute; clip: rect(0,0,0,0); white-space: nowrap; }
.grain { position: fixed; z-index: -1; inset: 0; opacity: .25; pointer-events: none; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.12'/%3E%3C/svg%3E"); }

.site-header { height: 88px; width: min(1240px, calc(100% - 48px)); margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 26px; }
.brand { display: inline-flex; align-items: center; gap: 11px; line-height: 1; }
.brand-mark { position: relative; display: inline-block; width: 38px; height: 48px; color: var(--olive); }
.brand-mark i { position: absolute; height: 42px; width: 8px; border-radius: 10px; background: currentColor; left: 6px; top: 2px; transform: rotate(-1deg); }
.brand-mark b { position: absolute; width: 24px; height: 24px; border: 7px solid currentColor; border-radius: 9px 50% 50% 9px; border-left-color: transparent; right: 1px; top: 13px; transform: rotate(-16deg); }
.brand-name { font-family: "DM Sans", sans-serif; direction: ltr; font-weight: 700; letter-spacing: .25em; font-size: 13px; white-space: nowrap; }
.brand-name em { display: block; font-size: 7px; font-style: normal; letter-spacing: .43em; padding-top: 5px; color: var(--olive); }
.top-nav { display: flex; align-items: center; gap: 30px; margin-inline-start: auto; font-size: 14px; font-weight: 700; color: #514d40; }
.top-nav a, .text-button { border: 0; background: transparent; color: inherit; padding: 6px 0; transition: color .2s ease; }
.top-nav a:hover, .text-button:hover { color: var(--gold); }
.text-button { display: inline-flex; align-items: center; gap: 7px; }
.lock-icon { color: var(--gold); font-size: 17px; line-height: 1; }
.header-tools { display: flex; align-items: center; gap: 12px; }
.language-picker { display: block; border: 1px solid var(--line); border-radius: 30px; background: rgba(255,255,255,.35); padding: 0 10px; }
.language-picker select { border: 0; outline: 0; background: transparent; color: var(--olive); font-weight: 700; font-size: 12px; padding: 7px 19px 7px 2px; appearance: auto; cursor: pointer; }
.mobile-menu { display: none; border: 0; background: transparent; color: var(--olive); font-size: 25px; }

.hero { position: relative; min-height: 565px; display: grid; grid-template-columns: minmax(0, .94fr) minmax(400px, 1.06fr); align-items: center; gap: clamp(28px, 6vw, 100px); width: min(1160px, calc(100% - 48px)); margin: 32px auto 96px; }
.hero-copy { max-width: 510px; padding: 28px 0; position: relative; z-index: 2; }
.eyebrow { margin: 0 0 15px; text-transform: uppercase; letter-spacing: .08em; font-size: 11px; font-weight: 800; color: var(--gold); }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-weight: 800; line-height: 1.34; letter-spacing: -.018em; }
h1 { font-size: clamp(46px, 5.3vw, 76px); margin-bottom: 21px; }
h1 em, h2 em { color: var(--olive); font-family: "Playfair Display", "Rudaw", serif; font-weight: 600; }
.hero-text { color: var(--muted); max-width: 465px; font-size: 17px; font-weight: 600; margin-bottom: 29px; }
.hero-actions { display: flex; align-items: center; gap: 17px; flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; border-radius: 30px; min-height: 49px; padding: 10px 22px; border: 1px solid transparent; font-size: 14px; font-weight: 800; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--olive); color: #fffdf6; box-shadow: 0 8px 20px rgba(75,70,38,.18); }
.button-primary:hover { background: var(--olive-dark); box-shadow: 0 12px 25px rgba(75,70,38,.25); }
.button-quiet { color: var(--olive); background: transparent; padding-inline: 6px; }
.hero-note { margin-top: 46px; color: #8b866f; font-size: 11px; display: inline-flex; gap: 9px; align-items: center; }
.hero-note span:first-child { width: 28px; height: 1px; background: var(--gold); }
.hero-visual { position: relative; align-self: stretch; min-height: 510px; padding: 30px 0 15px 42px; }
.hero-arch { position: absolute; background: var(--sand); inset: 0 0 0 40px; border-radius: 260px 260px 12px 12px; }
.hero-visual img { width: calc(100% - 28px); height: 100%; max-height: 515px; min-height: 480px; object-fit: cover; object-position: center; position: relative; z-index: 1; border-radius: 220px 220px 8px 8px; box-shadow: var(--shadow); filter: saturate(.83) contrast(.96); }
.hero-stamp { position: absolute; width: 118px; height: 118px; z-index: 2; border-radius: 50%; background: var(--olive); color: #f5eddf; left: 0; bottom: 37px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-transform: uppercase; font-family: "DM Sans", sans-serif; font-size: 9px; letter-spacing: .15em; line-height: 1.2; transform: rotate(-11deg); box-shadow: 0 7px 18px rgba(60,52,30,.2); }
.hero-stamp b { font-family: "Playfair Display", serif; font-size: 42px; text-transform: lowercase; line-height: .9; font-weight: 600; }
.hero-card { position: absolute; z-index: 2; background: var(--paper); top: 70px; right: -22px; padding: 16px 21px; min-width: 156px; box-shadow: var(--shadow); text-align: center; line-height: 1.4; transform: rotate(3deg); }
.hero-card span, .hero-card small { display: block; color: var(--muted); font-size: 9px; }
.hero-card strong { display: block; direction: ltr; letter-spacing: .18em; color: var(--olive); font-family: "DM Sans", sans-serif; font-size: 14px; margin: 5px 0; }

.menu-section { width: min(1180px, calc(100% - 48px)); margin: auto; padding: 73px 0 102px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 29px; }
h2 { font-size: clamp(35px, 4.2vw, 54px); margin-bottom: 0; }
.menu-search { min-width: 240px; display: flex; align-items: center; gap: 9px; background: var(--paper); border: 1px solid var(--line); border-radius: 25px; padding: 8px 16px; color: var(--gold); }
.menu-search input { min-width: 0; width: 100%; border: 0; outline: none; background: transparent; color: var(--ink); font-size: 13px; font-weight: 600; }
.menu-search input::placeholder { color: #aaa38f; }
.category-scroller { display: flex; gap: 10px; overflow-x: auto; scrollbar-width: none; padding: 3px 1px 13px; margin: 0 -1px; }
.category-scroller::-webkit-scrollbar { display: none; }
.category-tab { display: inline-flex; align-items: center; gap: 8px; white-space: nowrap; padding: 9px 16px; border: 1px solid var(--line); border-radius: 25px; background: transparent; color: var(--muted); font-size: 13px; font-weight: 800; transition: .2s ease; }
.category-tab:hover, .category-tab.active { background: var(--olive); color: #fff; border-color: var(--olive); }
.category-tab b { font-family: "DM Sans", sans-serif; font-size: 10px; opacity: .8; }
.menu-status { min-height: 23px; color: var(--muted); font-size: 12px; font-weight: 600; padding: 2px 0 12px; }
.menu-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 17px; }
.menu-card { position: relative; overflow: hidden; min-height: 279px; border: 1px solid rgba(228,218,200,.82); border-radius: 6px 6px 25px 6px; background: var(--paper); box-shadow: 0 4px 17px rgba(61,55,33,.04); transition: transform .25s ease, box-shadow .25s ease; }
.menu-card:hover { transform: translateY(-5px); box-shadow: 0 18px 30px rgba(61,55,33,.12); }
.menu-card-image { height: 156px; width: 100%; overflow: hidden; background: #e7deca; }
.menu-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; filter: saturate(.88); }
.menu-card:hover .menu-card-image img { transform: scale(1.05); }
.menu-card-body { padding: 14px 15px 15px; }
.menu-card-category { color: var(--gold); display: block; font-size: 10px; letter-spacing: .04em; font-weight: 800; margin-bottom: 4px; }
.menu-card-row { display: flex; align-items: start; gap: 9px; justify-content: space-between; }
.menu-card h3 { margin: 0; font-size: 16px; line-height: 1.6; font-weight: 800; }
.price { flex: 0 0 auto; border-radius: 20px; background: var(--sand); color: var(--olive); font-family: "DM Sans", "Readex Pro", sans-serif; padding: 4px 8px; font-size: 11px; font-weight: 800; direction: ltr; }
.unavailable-badge { position: absolute; inset: 11px auto auto 11px; z-index: 2; padding: 3px 8px; border-radius: 14px; background: rgba(39,38,31,.82); color: #fff; font-size: 9px; }
.empty-state { text-align: center; padding: 55px 18px; border: 1px dashed var(--line); border-radius: 15px; background: rgba(255,255,255,.3); color: var(--muted); }
.empty-state span { color: var(--gold); font-size: 42px; }
.empty-state h3 { color: var(--ink); margin: 3px 0; }
.empty-state p { margin: 0; font-size: 13px; }

.story-section { position: relative; background: var(--olive); color: #f7f1e5; min-height: 515px; padding: 78px max(24px, calc((100% - 1110px)/2)); display: grid; grid-template-columns: minmax(280px, .83fr) 1fr; gap: clamp(50px, 9vw, 140px); align-items: center; overflow: hidden; }
.story-section::before { content: ""; position: absolute; width: 470px; height: 470px; border: 1px solid rgba(255,255,255,.11); border-radius: 50%; bottom: -310px; right: -90px; }
.story-image-wrap { height: 358px; width: min(100%, 380px); position: relative; z-index: 1; }
.story-image-wrap::before { content: ""; position: absolute; width: 100%; height: 100%; border: 1px solid rgba(255,255,255,.5); transform: rotate(-5deg); top: -9px; right: -10px; }
.story-image-wrap img { height: 100%; width: 100%; object-fit: cover; filter: sepia(.2) saturate(.7); position: relative; }
.story-squiggle { position: absolute; color: var(--gold); font-family: "Playfair Display", serif; font-size: 80px; bottom: -52px; left: -25px; transform: rotate(-25deg); }
.story-copy { position: relative; z-index: 1; max-width: 540px; }
.story-copy .eyebrow { color: #ddc79b; }
.story-copy h2 { color: #fffaf0; margin-bottom: 19px; }
.story-copy h2 em { color: #e4c989; }
.story-copy > p:not(.eyebrow) { max-width: 530px; font-size: 16px; font-weight: 500; color: #eee8da; }
.story-points { border-top: 1px solid rgba(255,255,255,.2); margin-top: 28px; padding-top: 16px; display: flex; gap: 23px; flex-wrap: wrap; }
.story-points div { display: flex; gap: 7px; align-items: center; color: #f9f4e8; font-size: 12px; font-weight: 700; }
.story-points b { color: var(--gold); direction: ltr; font-family: "DM Sans", sans-serif; }

.site-footer { width: min(1180px, calc(100% - 48px)); margin: auto; min-height: 116px; display: flex; align-items: center; justify-content: space-between; gap: 18px; color: var(--muted); font-size: 13px; font-weight: 600; }
.footer-brand { color: var(--olive); }
.footer-admin { background: transparent; border: 0; border-bottom: 1px solid var(--line); color: var(--olive); padding: 3px; font-size: 11px; }

.modal-backdrop { position: fixed; z-index: 60; inset: 0; background: rgba(24,23,17,.52); backdrop-filter: blur(4px); }
.modal { position: fixed; z-index: 61; top: 50%; left: 50%; width: min(460px, calc(100% - 32px)); transform: translate(-50%, -50%); background: var(--paper); padding: 38px; box-shadow: 0 30px 90px rgba(24,23,17,.28); border-radius: 9px 9px 32px 9px; max-height: calc(100vh - 24px); overflow: auto; overscroll-behavior: contain; }
.modal-close, .icon-button { position: absolute; top: 12px; left: 13px; width: 30px; height: 30px; border: 0; border-radius: 50%; color: var(--olive); background: transparent; font-size: 24px; line-height: 1; }
.modal-close:hover, .icon-button:hover { background: var(--sand); }
.modal-logo { height: 43px; color: var(--olive); }
.modal-logo .brand-mark { transform: scale(.73); transform-origin: right top; }
.modal h2 { font-size: 30px; margin: 2px 0 4px; }
.modal-help { color: var(--muted); font-size: 13px; margin-bottom: 22px; }
.form-stack { display: grid; gap: 14px; }
.form-stack label { display: grid; gap: 5px; color: var(--olive); font-weight: 800; font-size: 13px; }
.form-stack input, .form-stack select, .form-stack textarea { width: 100%; border: 1px solid var(--line); border-radius: 5px; background: #fff; color: var(--ink); padding: 10px 11px; outline: none; font-size: 14px; font-weight: 600; }
.form-stack textarea { resize: vertical; min-height: 72px; }
.form-stack input:focus, .form-stack select:focus, .form-stack textarea:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(185,155,102,.14); }
.form-error { min-height: 17px; color: var(--danger); font-size: 11px; margin: -6px 0 0; }
.full-button { width: 100%; }

.admin-panel { position: fixed; z-index: 40; inset: 0; background: #f8f5ed; display: grid; grid-template-columns: 260px 1fr; direction: inherit; }
.admin-sidebar { background: var(--olive); padding: 35px 22px; color: #f8f4e9; display: flex; flex-direction: column; }
.admin-brand { display: flex; align-items: center; gap: 10px; direction: ltr; font: 700 13px/1.15 "DM Sans", sans-serif; letter-spacing: .16em; }
.admin-brand .brand-mark { color: #e6d5ac; transform: scale(.72); transform-origin: left center; margin-inline-end: -5px; }
.admin-brand em { font-size: 8px; font-style: normal; color: #d6c49a; letter-spacing: .28em; }
.admin-caption { color: #cfc7af; font-size: 13px; font-weight: 600; letter-spacing: .08em; margin: 45px 9px 18px; }
.admin-nav { width: 100%; border: 0; border-radius: 8px; padding: 14px 12px; background: transparent; color: #eee9dc; display: flex; align-items: center; gap: 12px; text-align: inherit; font-size: 15px; font-weight: 700; transition: .2s ease; }
.admin-nav:hover, .admin-nav.active { background: rgba(255,255,255,.13); }
.admin-nav span:first-child { color: #dfc589; width: 20px; text-align: center; font-size: 18px; }
.admin-bottom { margin-top: auto; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.15); display: grid; gap: 3px; }
.admin-content { overflow: auto; padding: 36px clamp(22px, 5vw, 70px); }
.admin-header { position: relative; display: flex; justify-content: space-between; align-items: start; gap: 18px; margin-bottom: 29px; }
.admin-header h2 { font-size: 37px; }
.admin-header-actions { display: flex; align-items: center; gap: 8px; }
.admin-header .icon-button { position: static; border: 1px solid var(--line); background: var(--paper); font-size: 22px; }
.admin-stats { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin-bottom: 21px; }
.stat-card { background: var(--paper); border: 1px solid var(--line); padding: 22px; border-radius: 8px 8px 20px 8px; }
.stat-card span { display: block; color: var(--muted); font-size: 14px; font-weight: 700; }
.stat-card b { font: 700 34px/1.2 "DM Sans", sans-serif; color: var(--olive); direction: ltr; display: inline-block; margin-top: 6px; }
.admin-list-toolbar { display: flex; justify-content: flex-end; margin-bottom: 14px; }
.admin-list-toolbar .menu-search { background: var(--paper); }
.admin-list { display: grid; gap: 12px; }
.admin-row { display: grid; grid-template-columns: 75px minmax(0, 1.5fr) minmax(120px, .7fr) 100px 96px; align-items: center; gap: 16px; background: var(--paper); border: 1px solid var(--line); padding: 12px; border-radius: 8px; }
.admin-row-image { width: 75px; height: 60px; overflow: hidden; border-radius: 6px; background: var(--sand); }
.admin-row-image img { width: 100%; height: 100%; object-fit: cover; }
.admin-row-title b, .admin-row-title span { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.admin-row-title b { font-size: 17px; font-weight: 800; }
.admin-row-title span, .admin-row-category { color: var(--muted); font-size: 14px; font-weight: 600; margin-top: 3px; }
.admin-row-price { color: var(--olive); font: 700 16px "DM Sans", sans-serif; direction: ltr; }
.admin-actions { display: flex; align-items: center; gap: 8px; }
.edit-button, .delete-button { width: 40px; height: 40px; border-radius: 6px; font-size: 19px; }
.edit-button { border: 1px solid #d6c9ab; background: #fffcf4; color: var(--olive); }
.edit-button:hover { background: var(--sand); }
.delete-button { border: 1px solid #e7c5c1; background: #fff9f8; color: var(--danger); }
.delete-button:hover { background: #f8dedb; }
.category-admin-row { grid-template-columns: 80px minmax(0, 1.5fr) 120px 96px; }
.category-admin-row .admin-row-image { width: 80px; height: 64px; }

.editor-modal { width: min(620px, calc(100% - 28px)); padding: 33px; }
.editor-modal h2 { font-size: 28px; }
.editor-form { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.editor-form > label.full-row, .editor-form > .form-actions, .editor-form > .language-group, .editor-form > .image-help { grid-column: 1 / -1; }
.language-group { border-top: 1px solid var(--line); padding-top: 14px; margin-top: 3px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
.language-group h3 { grid-column: 1 / -1; color: var(--gold); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; margin: 0 -0 0; }
.form-actions { display: flex; justify-content: flex-end; gap: 8px; padding-top: 7px; }
.image-help { color: var(--muted); font-size: 10px; margin-top: -10px; }
.button-secondary { border-color: var(--line); background: transparent; color: var(--olive); }
.toast { position: fixed; z-index: 70; bottom: 25px; left: 50%; transform: translate(-50%, 90px); opacity: 0; padding: 10px 17px; background: var(--ink); color: #fff; border-radius: 25px; font-size: 12px; box-shadow: var(--shadow); transition: .25s ease; pointer-events: none; }
.toast.show { opacity: 1; transform: translate(-50%, 0); }

html[dir="ltr"] body { font-family: "DM Sans", "Readex Pro", sans-serif; }
html[dir="ltr"] h1, html[dir="ltr"] h2 { letter-spacing: -.045em; }
html[dir="ltr"] .site-header, html[dir="ltr"] .hero, html[dir="ltr"] .section-heading, html[dir="ltr"] .story-section, html[dir="ltr"] .site-footer { direction: ltr; }
html[dir="ltr"] .top-nav { margin-inline-start: 0; margin-inline-end: auto; }
html[dir="ltr"] .modal-close { left: auto; right: 13px; }
html[dir="ltr"] .brand-mark i { left: auto; right: 6px; }
html[dir="ltr"] .brand-mark b { right: auto; left: 1px; transform: rotate(16deg) scaleX(-1); }
html[dir="ltr"] .admin-panel { direction: ltr; }
html[dir="ltr"] .admin-nav, html[dir="ltr"] .admin-row, html[dir="ltr"] .form-stack { direction: ltr; }
/* RTL (Kurdish/Arabic): use Readex Pro for proper Kurdish character shaping */
html[dir="rtl"] body {
  font-family: "Readex Pro", "Noto Sans Arabic", sans-serif;
}
html[dir="rtl"] h1 em, html[dir="rtl"] h2 em {
  font-family: "Readex Pro", "Noto Sans Arabic", sans-serif !important;
  font-style: normal;
  font-weight: 700;
  color: var(--olive);
}

/* Prevent faux-bold synthesis which breaks OpenType Arabic/Kurdish shaping */
html[dir="rtl"] h1, html[dir="rtl"] h2, html[dir="rtl"] h3 {
  font-weight: 700;
  font-synthesis: none;
  -webkit-font-smoothing: antialiased;
}

/* Fix cursive text breaking in RTL due to letter-spacing */
html[dir="rtl"] h1, html[dir="rtl"] h2, html[dir="rtl"] h3,
html[dir="rtl"] p, html[dir="rtl"] span, html[dir="rtl"] button,
html[dir="rtl"] label, html[dir="rtl"] li, html[dir="rtl"] div,
html[dir="rtl"] .eyebrow, html[dir="rtl"] .admin-nav, 
html[dir="rtl"] .menu-card-category, html[dir="rtl"] .admin-caption {
  letter-spacing: 0 !important;
}

@media (max-width: 920px) {
  .menu-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .hero { grid-template-columns: 1fr 1fr; gap: 36px; }
  .hero-visual { min-height: 450px; padding-left: 20px; }
  .hero-visual img { min-height: 420px; }
  .hero-card { right: -12px; }
  .story-section { gap: 55px; }
}
@media (max-width: 700px) {
  .site-header, .hero, .menu-section, .site-footer { width: min(100% - 32px, 560px); }
  .site-header { height: 75px; }
  .brand-mark { transform: scale(.83); transform-origin: center; margin-inline: -3px; }
  .top-nav { display: none; position: absolute; z-index: 20; top: 65px; inset-inline: 16px; padding: 14px; background: var(--paper); box-shadow: var(--shadow); border: 1px solid var(--line); flex-direction: column; align-items: stretch; gap: 3px; }
  .top-nav.open { display: flex; }
  .top-nav a, .text-button { padding: 8px; }
  .mobile-menu { display: block; }
  .hero { min-height: auto; grid-template-columns: 1fr; margin-top: 5px; margin-bottom: 55px; }
  .hero-copy { padding-top: 27px; }
  h1 { font-size: 46px; }
  .hero-visual { min-height: 385px; order: -1; padding: 14px 12px 0 28px; }
  .hero-arch { left: 28px; }
  .hero-visual img { min-height: 365px; max-height: 395px; border-radius: 180px 180px 6px 6px; width: 100%; }
  .hero-stamp { width: 88px; height: 88px; font-size: 7px; bottom: 5px; }
  .hero-stamp b { font-size: 31px; }
  .hero-card { top: 45px; right: -2px; padding: 10px 12px; min-width: 125px; }
  .hero-note { margin-top: 30px; }
  .section-heading { display: grid; margin-bottom: 22px; }
  .section-heading .menu-search { width: 100%; }
  .menu-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 11px; }
  .menu-card { min-height: 243px; border-radius: 5px 5px 18px 5px; }
  .menu-card-image { height: 126px; }
  .menu-card-body { padding: 10px; }
  .menu-card h3 { font-size: 13px; }
  .price { font-size: 10px; padding: 3px 6px; }
  .menu-card-category { font-size: 9px; }
  .story-section { display: block; padding: 55px 24px 58px; }
  .story-image-wrap { width: min(100%, 320px); height: 260px; margin-bottom: 45px; }
  .site-footer { min-height: 94px; flex-wrap: wrap; padding: 22px 0; }
  .site-footer p { width: 100%; order: 3; margin: 2px 0; }
  .admin-panel { grid-template-columns: 1fr; overflow: auto; }
  .admin-sidebar { position: sticky; top: 0; z-index: 2; padding: 10px 12px; flex-direction: row; align-items: center; gap: 4px; min-height: 62px; }
  .admin-brand { margin-inline-end: auto; transform: scale(.8); transform-origin: right center; }
  .admin-caption, .admin-bottom { display: none; }
  .admin-nav { width: auto; padding: 8px; }
  .admin-nav span:last-child { display: none; }
  .admin-content { overflow: visible; padding: 26px 16px; }
  .admin-header h2 { font-size: 26px; }
  .admin-stats { gap: 7px; }
  .stat-card { padding: 10px; }
  .stat-card b { font-size: 21px; }
  .admin-list-toolbar .menu-search { width: 100%; }
  .admin-list-toolbar { display: block; }
  .admin-row { grid-template-columns: 45px minmax(0, 1fr) auto 67px; gap: 8px; }
  .admin-row-image { width: 45px; height: 42px; }
  .admin-row-category { display: none; }
  .admin-row-price { font-size: 10px; }
  .edit-button, .delete-button { width: 29px; height: 29px; }
  .category-admin-row { grid-template-columns: 48px minmax(0, 1fr) auto 67px; }
  .category-admin-row .admin-row-image { width: 48px; height: 42px; }
  .editor-modal { padding: 27px 19px; max-height: calc(100vh - 16px); }
  .editor-form, .language-group { grid-template-columns: 1fr; }
}
