:root {
  --ink: #17130f; --ink-soft: #2b241c; --ivory: #f7f1e8; --paper: #fffdf8;
  --gold: #bd8b4a; --gold-light: #e7c994; --olive: #526451; --wine: #8e3d3a;
  --text: #211c17; --muted: #74695c; --line: #ded3c3; --white: #fff;
  --shadow-sm: 0 12px 35px rgba(48,34,19,.08); --shadow-lg: 0 30px 80px rgba(16,11,6,.18);
  --radius-sm: 10px; --radius: 18px; --radius-lg: 30px;
  --container: 1180px; --header-h: 78px; --ease: 180ms ease;
  --font-display: "Noto Kufi Arabic", Tahoma, sans-serif;
  --font-body: "Noto Sans Arabic", Tahoma, Arial, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--text); font-family: var(--font-body); line-height: 1.75; text-rendering: optimizeLegibility; }
body.menu-open { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { cursor: pointer; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 8px; right: 8px; z-index: 999; padding: 10px 16px; background: var(--white); color: var(--ink); transform: translateY(-150%); }
.skip-link:focus { transform: none; }
:focus-visible { outline: 3px solid var(--gold-light); outline-offset: 3px; }

.utility-bar { background: #0e0c0a; color: #d9cfc1; font-size: .76rem; }
.utility-bar__inner { min-height: 36px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.utility-bar p { margin: 0; }
.utility-links { display: flex; gap: 22px; }
.utility-links a:hover { color: var(--white); }
.utility-separator { margin-inline: 6px; color: #776d61; }
.status-dot { display: inline-block; width: 7px; height: 7px; margin-left: 7px; border-radius: 50%; background: #77a876; box-shadow: 0 0 0 4px rgba(119,168,118,.13); }
.site-header { position: sticky; top: 0; z-index: 50; color: var(--white); background: rgba(23,19,15,.96); border-bottom: 1px solid rgba(255,255,255,.08); backdrop-filter: blur(15px); }
.site-header__inner { min-height: var(--header-h); display: flex; align-items: center; gap: clamp(18px, 3vw, 42px); }
.brand { display: inline-flex; align-items: center; gap: 11px; flex: none; }
.brand__mark { display: grid; place-items: center; width: 43px; height: 43px; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold-light); font-family: var(--font-display); font-size: 1.2rem; }
.brand strong, .brand small { display: block; line-height: 1.3; }
.brand strong { font-family: var(--font-display); font-size: 1rem; }
.brand small { color: #a99e91; font: 500 .55rem/1.3 Arial, sans-serif; letter-spacing: .22em; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; gap: clamp(16px, 2vw, 28px); margin-inline: auto; }
.main-nav a { position: relative; color: #d7cfc3; font-size: .86rem; font-weight: 600; transition: color var(--ease); }
.main-nav a:hover, .main-nav a.is-active { color: var(--white); }
.main-nav a.is-active::after { content: ""; position: absolute; right: 0; left: 0; bottom: -11px; height: 1px; background: var(--gold); }
.header-actions { display: flex; align-items: center; gap: 10px; }
.icon-action { font-size: .8rem; color: #d7cfc3; }
.cart-action { display: flex; align-items: center; gap: 7px; font-size: .8rem; color: #d7cfc3; }
.cart-action b { display: grid; place-items: center; width: 21px; height: 21px; border-radius: 50%; background: var(--gold); color: var(--ink); font-size: .67rem; }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 11px; border: 0; background: transparent; }
.menu-toggle span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: var(--white); }

.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: 0 24px; border: 1px solid transparent; border-radius: 4px; font-weight: 700; font-size: .88rem; transition: background var(--ease), color var(--ease), border-color var(--ease), transform var(--ease); }
.button:hover { transform: translateY(-2px); }
.button--small { min-height: 42px; padding-inline: 18px; font-size: .78rem; }
.button--primary { background: var(--gold); color: var(--ink); }
.button--primary:hover { background: #d09d5b; }
.button--ghost { border-color: rgba(255,255,255,.32); color: var(--white); }
.button--ghost:hover { border-color: var(--gold-light); color: var(--gold-light); }
.button--dark { background: var(--ink); color: var(--white); }
.button--light { background: var(--ivory); color: var(--ink); }
.text-link { display: inline-flex; color: var(--ink); font-weight: 700; font-size: .86rem; }
.text-link--gold { color: var(--gold-light); }
.eyebrow { margin: 0 0 14px; color: var(--gold-light); font-family: var(--font-display); font-size: .72rem; font-weight: 600; letter-spacing: .07em; }
.eyebrow::before { content: ""; display: inline-block; width: 34px; height: 1px; margin-left: 10px; vertical-align: middle; background: currentColor; }
.eyebrow--dark { color: #96703d; }
.section { padding: clamp(76px, 9vw, 120px) 0; }
.section--light { padding: clamp(68px, 8vw, 100px) 0; background: var(--ivory); }
.section-heading { margin-bottom: 42px; }
.section-heading h2, .story h2, .branches h2 { margin: 0; font: 700 clamp(1.8rem, 4vw, 3.2rem)/1.35 var(--font-display); letter-spacing: -.03em; }
.section-heading p:last-child { max-width: 620px; margin: 14px 0 0; color: var(--muted); }
.section-heading--center { text-align: center; }
.section-heading--center p:last-child { margin-inline: auto; }
.section-heading--inline { display: flex; align-items: end; justify-content: space-between; gap: 20px; }

.hero { position: relative; min-height: 700px; overflow: hidden; background: var(--ink); color: var(--white); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .18; background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px); background-size: 48px 48px; }
.hero__glow { position: absolute; width: 520px; height: 520px; left: -180px; top: 80px; border-radius: 50%; background: rgba(189,139,74,.12); filter: blur(50px); }
.hero__grid { position: relative; min-height: 700px; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: clamp(40px, 7vw, 100px); padding-block: 72px; }
.hero h1 { margin: 0; font: 700 clamp(2.5rem, 5.5vw, 5.25rem)/1.25 var(--font-display); letter-spacing: -.045em; }
.hero h1 em, .story h2 em { color: var(--gold-light); font-style: normal; font-weight: 500; }
.hero__lead { max-width: 600px; margin: 25px 0 0; color: #cfc6b9; font-size: 1.05rem; }
.hero__actions { display: flex; gap: 12px; margin-top: 32px; }
.hero__proof { display: flex; margin-top: 50px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.11); }
.hero__proof div { min-width: 120px; padding-inline: 20px; border-left: 1px solid rgba(255,255,255,.11); }
.hero__proof div:first-child { padding-right: 0; }
.hero__proof div:last-child { border: 0; }
.hero__proof strong, .hero__proof span { display: block; }
.hero__proof strong { color: var(--gold-light); font: 700 1rem var(--font-display); }
.hero__proof span { color: #a9a094; font-size: .68rem; }
.hero__visual { position: relative; min-height: 490px; display: grid; place-items: center; }
.hero__visual::before { content: ""; position: absolute; z-index: 1; inset: 20px -24px -20px 24px; border: 1px solid rgba(231,201,148,.25); pointer-events: none; }
.hero__image { width: 100%; height: 520px; object-fit: cover; box-shadow: var(--shadow-lg); }
.plate { position: relative; width: min(390px, 80vw); aspect-ratio: 1; border: 18px solid #eee8de; border-radius: 50%; background: radial-gradient(circle, #fbf8f2 0 58%, #d7cfc4 59% 62%, #f4eee5 63%); box-shadow: 0 45px 90px rgba(0,0,0,.45); transform: rotate(-7deg); }
.plate__food { position: absolute; border-radius: 50%; box-shadow: inset -12px -12px 20px rgba(58,28,12,.22); }
.plate__food--one { width: 42%; height: 31%; right: 24%; top: 26%; background: linear-gradient(145deg,#a45c2f,#4d2816); border-radius: 60% 35% 55% 40%; }
.plate__food--two { width: 25%; height: 24%; right: 18%; bottom: 22%; background: radial-gradient(circle at 35% 35%,#d9bb74,#7d703a); }
.plate__food--three { width: 22%; height: 18%; left: 19%; top: 34%; background: radial-gradient(circle at 35% 35%,#799a62,#304a2a); }
.plate__garnish { position: absolute; width: 45%; height: 2px; left: 22%; top: 58%; background: #a15c32; transform: rotate(23deg); box-shadow: 0 8px 0 #5c794e, 0 -7px 0 #d6a949; }
.floating-note { position: absolute; left: 0; bottom: 32px; width: 220px; padding: 18px 20px; background: rgba(255,253,248,.96); color: var(--ink); box-shadow: var(--shadow-lg); }
.floating-note small, .floating-note strong, .floating-note span { display: block; }
.floating-note small { color: #9b723d; font-size: .64rem; }
.floating-note strong { font-family: var(--font-display); }
.floating-note span { color: var(--muted); font-size: .7rem; }

.category-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; }
.category-grid a { padding: 26px 18px; border: 1px solid var(--line); background: var(--paper); text-align: center; transition: transform var(--ease), box-shadow var(--ease), border-color var(--ease); }
.category-grid a:hover { transform: translateY(-5px); border-color: var(--gold); box-shadow: var(--shadow-sm); }
.category-grid span { display: grid; place-items: center; width: 54px; height: 54px; margin: 0 auto 14px; border-radius: 50%; background: #ede1cf; color: #896334; font: 600 1rem var(--font-display); }
.category-grid strong, .category-grid small { display: block; }
.category-grid strong { font-family: var(--font-display); font-size: .83rem; }
.category-grid small { color: var(--muted); font-size: .67rem; }
.dish-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.dish-card { overflow: hidden; border: 1px solid #ece4d8; background: var(--white); transition: transform var(--ease), box-shadow var(--ease); }
.dish-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-sm); }
.dish-card__visual { position: relative; aspect-ratio: 1.15; overflow: hidden; background: radial-gradient(circle at 55% 50%,#c79259 0 13%,#805035 14% 22%,#2e261c 23% 27%,#d9cab2 28% 37%,#867056 38% 42%,#28221c 43% 100%); }
.dish-card__visual::after { content: ""; position: absolute; inset: 14%; border: 1px solid rgba(255,255,255,.13); border-radius: 50%; }
.dish-card__visual--2 { filter: hue-rotate(40deg) saturate(.75); }.dish-card__visual--3 { filter: hue-rotate(75deg) saturate(.65); }.dish-card__visual--4 { filter: hue-rotate(320deg) saturate(.7) brightness(1.1); }
.dish-card__visual span { position: absolute; top: 13px; right: 13px; z-index: 2; padding: 5px 9px; background: rgba(255,253,248,.92); color: var(--ink); font-size: .63rem; font-weight: 700; }
.dish-card__body { padding: 20px; }
.dish-card h3 { margin: 0 0 7px; font: 700 .95rem var(--font-display); }
.dish-card p { min-height: 49px; margin: 0; color: var(--muted); font-size: .76rem; line-height: 1.65; }
.dish-card footer { display: flex; align-items: center; justify-content: space-between; margin-top: 20px; padding-top: 16px; border-top: 1px solid #eee7dc; }
.dish-card footer strong { font: 700 1.02rem var(--font-display); }.dish-card footer small { color: var(--muted); font-size: .6rem; }
.add-button { width: 38px; height: 38px; border: 1px solid var(--ink); border-radius: 50%; background: var(--ink); color: var(--white); font-size: 1.25rem; line-height: 1; transition: background var(--ease); }.add-button:hover { background: var(--gold); color: var(--ink); }
.section-cta { margin-top: 38px; text-align: center; }

.story { background: var(--ink); color: var(--white); }
.story__grid { display: grid; grid-template-columns: .88fr 1.12fr; align-items: center; gap: clamp(50px, 9vw, 130px); }
.story__visual { position: relative; min-height: 590px; background: linear-gradient(135deg,rgba(189,139,74,.25),transparent 55%), radial-gradient(circle at 45% 35%,#9a6742 0 10%,#483326 11% 24%,#211b16 25% 50%,#0e0c0a 51%); box-shadow: inset 0 0 0 1px rgba(255,255,255,.08); }
.story__visual::after { content: ""; position: absolute; inset: 28px; border: 1px solid rgba(231,201,148,.18); }
.story__stamp { position: absolute; z-index: 2; left: -34px; bottom: 58px; width: 120px; height: 120px; display: grid; place-content: center; border-radius: 50%; background: var(--gold); color: var(--ink); text-align: center; }.story__stamp strong,.story__stamp span { display: block; }.story__stamp strong { font-size: .68rem; }.story__stamp span { font: 700 1.35rem var(--font-display); }
.story__content > p:not(.eyebrow) { color: #c6bcaf; }
.feature-list { margin: 30px 0; padding: 0; list-style: none; }
.feature-list li { display: flex; gap: 18px; padding: 17px 0; border-top: 1px solid rgba(255,255,255,.1); }
.feature-list li > span { color: var(--gold); font: 600 .72rem var(--font-display); }.feature-list strong,.feature-list small { display: block; }.feature-list strong { font-family: var(--font-display); font-size: .82rem; }.feature-list small { color: #a99f93; }
.steps-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.steps-grid article { padding: 38px; background: var(--paper); text-align: center; }.steps-grid span { color: var(--gold); font: 500 .72rem var(--font-display); }.steps-grid h3 { margin: 12px 0 8px; font: 700 1rem var(--font-display); }.steps-grid p { margin: 0; color: var(--muted); font-size: .8rem; }
.offer-section { padding: 70px 0; background: var(--paper); }
.offer-card { position: relative; overflow: hidden; min-height: 380px; display: flex; align-items: center; justify-content: space-between; padding: clamp(42px,7vw,85px); background: linear-gradient(120deg,#63332f,#251817 63%,#171312); color: var(--white); }
.offer-card::after { content: ""; position: absolute; left: 12%; width: 360px; height: 360px; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; box-shadow: 0 0 0 70px rgba(255,255,255,.025); }.offer-card > * { position: relative; z-index: 2; }.offer-card h2 { margin: 0; font: 700 clamp(1.8rem,4vw,3.2rem) var(--font-display); }.offer-card p:not(.eyebrow) { color: #dfd3cb; }.offer-price { text-align: center; }.offer-price small,.offer-price strong,.offer-price span { display: block; }.offer-price strong { font: 700 4.7rem/1 var(--font-display); color: var(--gold-light); }.offer-price span,.offer-price small { color: #cdbdb3; }
.quote-card { max-width: 830px; margin: auto; text-align: center; }.quote-mark { display: block; height: 58px; color: var(--gold); font: 5rem/1 Georgia,serif; }.quote-card blockquote { margin: 10px 0 25px; font: 500 clamp(1.2rem,2.5vw,1.8rem)/1.8 var(--font-display); }.quote-card strong,.quote-card div span { display: block; }.quote-card div span { color: var(--muted); font-size: .72rem; }
.branches__grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 60px; align-items: stretch; }.branches__grid > div:first-child > p { color: var(--muted); }.branch-card { margin-top: 28px; padding: 26px; background: var(--paper); border: 1px solid var(--line); }.branch-card p { margin: 6px 0; font-size: .8rem; }.branch-card .text-link { margin-top: 10px; }.map-placeholder { position: relative; min-height: 410px; overflow: hidden; display: grid; place-items: center; background-color: #d9d1c5; background-image: linear-gradient(37deg,transparent 46%,rgba(255,255,255,.7) 47% 51%,transparent 52%),linear-gradient(127deg,transparent 44%,rgba(255,255,255,.55) 45% 49%,transparent 50%); background-size: 110px 95px,135px 120px; }.map-placeholder i { position: absolute; width: 18px; height: 18px; border: 6px solid var(--wine); border-radius: 50% 50% 50% 0; transform: rotate(-45deg); }.map-placeholder span { position: absolute; top: calc(50% + 30px); padding: 5px 10px; background: var(--paper); font-size: .7rem; box-shadow: var(--shadow-sm); }

.site-footer { padding-top: 75px; background: #0e0c0a; color: #bcb2a5; }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3,1fr); gap: 55px; padding-bottom: 60px; }.footer-grid h2 { margin: 0 0 20px; color: var(--white); font: 600 .85rem var(--font-display); }.footer-grid > div > a:not(.brand) { display: block; margin: 9px 0; font-size: .78rem; }.footer-grid p { font-size: .76rem; }.footer-brand > p { max-width: 330px; }.brand--footer { color: var(--white); margin-bottom: 18px; }.social-links { display: flex; gap: 8px; margin-top: 20px; }.social-links a { display: grid; place-items: center; width: 36px; height: 36px; border: 1px solid #3e3830; border-radius: 50%; color: var(--white); font-size: .58rem; }.footer-bottom { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid #29251f; font-size: .68rem; }.footer-bottom div { display: flex; gap: 18px; }.environment-badge { padding: 4px 8px; border: 1px solid #4a3a26; color: var(--gold-light); }

/* Forms and authentication */
.auth-page { min-height: 760px; padding: 70px 20px; background: var(--ivory); }
.auth-shell { width: min(1080px,100%); min-height: 650px; display: grid; grid-template-columns: .9fr 1.1fr; margin: auto; background: var(--white); box-shadow: var(--shadow-lg); }
.auth-promo { position: relative; overflow: hidden; padding: clamp(45px,6vw,78px); background: linear-gradient(145deg,#302119,#17130f 70%); color: var(--white); }
.auth-promo::after { content:""; position:absolute; width:330px; height:330px; left:-130px; bottom:-120px; border:1px solid rgba(231,201,148,.22); border-radius:50%; box-shadow:0 0 0 60px rgba(255,255,255,.025); }
.auth-promo--register { background: linear-gradient(145deg,#4a2b27,#17130f 72%); }
.auth-promo h1 { margin:0; font:700 clamp(1.8rem,3.5vw,3rem)/1.55 var(--font-display); }
.auth-promo > p:not(.eyebrow) { color:#cabfb1; }
.auth-promo ul { margin:35px 0 0; padding:0; list-style:none; }
.auth-promo li { padding:11px 25px 11px 0; border-bottom:1px solid rgba(255,255,255,.09); color:#e0d7ca; font-size:.82rem; }
.auth-promo li::before { content:"✓"; margin-right:-25px; margin-left:10px; color:var(--gold-light); }
.auth-form-wrap { display:flex; flex-direction:column; justify-content:center; padding:clamp(38px,7vw,82px); }
.form-heading { margin-bottom:30px; }.form-heading h1,.form-heading h2 { margin:0; font:700 clamp(1.65rem,3vw,2.35rem)/1.4 var(--font-display); }.form-heading > p:last-child { margin:9px 0 0; color:var(--muted); font-size:.82rem; }.form-heading a,.check-field a,.label-row a { color:#91652f; font-weight:700; }
.form-stack { display:grid; gap:18px; }.form-grid { display:grid; grid-template-columns:1fr 1fr; gap:14px; }
.field { display:grid; gap:7px; }.field label { font-weight:700; font-size:.78rem; }.field input,.field textarea { width:100%; min-height:49px; padding:10px 14px; border:1px solid #d7ccbd; border-radius:5px; background:var(--paper); color:var(--text); outline:none; transition:border-color var(--ease),box-shadow var(--ease); }.field textarea { resize:vertical; }.field input:focus,.field textarea:focus { border-color:var(--gold); box-shadow:0 0 0 3px rgba(189,139,74,.14); }.field small { color:var(--muted); font-size:.66rem; }.label-row { display:flex; align-items:center; justify-content:space-between; gap:15px; }.label-row a { font-size:.68rem; }
.check-field { display:flex; align-items:flex-start; gap:10px; color:var(--muted); font-size:.72rem; cursor:pointer; }.check-field input { width:17px; height:17px; margin-top:4px; accent-color:var(--gold); }
.button--full { width:100%; }.form-note { margin:0; color:var(--muted); text-align:center; font-size:.68rem; }.back-link { display:block; color:#8a6535; text-align:center; font-size:.78rem; font-weight:700; }
.simple-page { min-height:680px; display:grid; place-items:center; padding:70px 20px; background:var(--ivory); }.narrow-card { width:min(530px,100%); padding:clamp(35px,7vw,65px); background:var(--white); border-top:3px solid var(--gold); box-shadow:var(--shadow-sm); }

@media (max-width: 1020px) {
  .main-nav { position: fixed; inset: calc(36px + var(--header-h)) 0 0; z-index: 60; display: none; padding: 35px 24px; background: var(--ink); flex-direction: column; align-items: stretch; }.main-nav.is-open { display: flex; }.main-nav a { padding: 12px; font-size: 1rem; border-bottom: 1px solid rgba(255,255,255,.08); }.main-nav a.is-active::after { display: none; }.menu-toggle { display: block; order: -1; }.site-header__inner { justify-content: space-between; }.header-actions { margin-right: auto; }.icon-action { display: none; }
  .hero__grid { grid-template-columns: 1fr 1fr; }.category-grid { grid-template-columns: repeat(3,1fr); }.dish-grid { grid-template-columns: repeat(2,1fr); }.footer-grid { grid-template-columns: 1.3fr repeat(2,1fr); }.footer-grid > div:last-child { grid-column: 2; }
}
@media (max-width: 760px) {
  :root { --header-h: 68px; }.container { width: min(calc(100% - 28px), var(--container)); }.utility-links a:not(:first-child),.utility-separator { display: none; }.utility-bar__inner { justify-content: center; }.utility-links { display: none; }.brand__mark { width: 38px; height: 38px; }.brand strong { font-size: .82rem; }.header-actions .cart-action span,.header-actions .button { display: none; }
  .hero,.hero__grid { min-height: auto; }.hero__grid { grid-template-columns: 1fr; padding-block: 65px 80px; }.hero__content { text-align: center; }.hero__content .eyebrow::before { display: none; }.hero__lead { font-size: .95rem; }.hero__actions { justify-content: center; flex-wrap: wrap; }.hero__proof { justify-content: center; }.hero__proof div { min-width: 0; flex: 1; padding-inline: 10px; }.hero__visual { min-height: 390px; }.hero__visual::before { inset: 16px -8px -14px 18px; }.hero__image { height: 400px; }.floating-note { left: 5px; bottom: 10px; }
  .section-heading--inline { align-items: start; flex-direction: column; }.category-grid { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 8px; }.category-grid a { min-width: 145px; scroll-snap-align: start; }.dish-grid { grid-template-columns: 1fr; }.dish-card { display: grid; grid-template-columns: 42% 58%; }.dish-card__visual { height: 100%; aspect-ratio: auto; }.dish-card__body { padding: 16px; }.dish-card p { min-height: auto; }.story__grid,.branches__grid { grid-template-columns: 1fr; }.story__visual { min-height: 400px; }.story__stamp { left: 12px; bottom: 20px; }.steps-grid { grid-template-columns: 1fr; }.offer-card { align-items: start; flex-direction: column; gap: 40px; }.offer-price { text-align: right; }.offer-price strong { font-size: 3.8rem; }.map-placeholder { min-height: 330px; }.footer-grid { grid-template-columns: 1fr 1fr; gap: 35px 25px; }.footer-brand { grid-column: 1 / -1; }.footer-grid > div:last-child { grid-column: auto; }.footer-bottom { padding-block: 22px; flex-direction: column; text-align: center; }.environment-badge { margin: 0; }.auth-page { padding:24px 14px; }.auth-shell { grid-template-columns:1fr; }.auth-promo { min-height:330px; }.auth-form-wrap { padding:38px 24px; }
}
@media (max-width: 430px) {
  .hero h1 { font-size: 2.15rem; }.hero__actions .button { width: 100%; }.hero__visual { min-height: 330px; }.hero__image { height: 340px; }.floating-note { width: 190px; padding: 13px 15px; }.dish-card { grid-template-columns: 38% 62%; }.dish-card__body { padding: 13px; }.dish-card h3 { font-size: .8rem; }.dish-card p { font-size: .68rem; }.footer-grid { grid-template-columns: 1fr; }.footer-brand { grid-column: auto; }.footer-bottom div { flex-wrap: wrap; justify-content: center; }.form-grid { grid-template-columns:1fr; }
}
@media (prefers-reduced-motion: reduce) { *,*::before,*::after { scroll-behavior: auto !important; transition-duration: .01ms !important; } }
