/* ============================================================
   МОБИЛЬНОЕ ПРИЛОЖЕНИЕ — Кафе Хаял (White Label)
   Работает внутри рамки iPhone. Бренд-шрифты и палитра из styles.css
   ============================================================ */

.mapp {
  position: relative; height: 100%; width: 100%;
  background: var(--bg); color: var(--ink);
  font-family: var(--font-sans);
  display: flex; flex-direction: column;
  overflow: hidden;
}
.mapp * { -webkit-tap-highlight-color: transparent; }

.mapp__scroll { flex: 1; overflow-y: auto; overflow-x: hidden; -webkit-overflow-scrolling: touch; }
.mapp__scroll::-webkit-scrollbar { display: none; }
.mapp__page { min-height: 100%; padding-bottom: 104px; animation: mfade .3s ease; }
@keyframes mfade { from { transform: translateY(8px); } to { transform: none; } }

/* safe-area top spacer for content under status bar */
.safe-top { height: 56px; }

/* ---------- Верхняя панель ---------- */
.m-topbar { position: sticky; top: 0; z-index: 20; padding: 58px 18px 14px; background: rgba(250,247,242,.86); backdrop-filter: blur(14px); display: flex; align-items: center; gap: 12px; }
.m-topbar--border { border-bottom: 1px solid var(--border-2); }
.m-topbar__title { font-family: var(--font-display); font-weight: 800; font-size: 26px; letter-spacing: -0.02em; }
.m-loc { display: flex; flex-direction: column; gap: 1px; flex: 1; min-width: 0; }
.m-loc__lbl { font-size: 11px; color: var(--ink-mute); font-weight: 600; }
.m-loc__val { display: flex; align-items: center; gap: 5px; font-family: var(--font-display); font-weight: 700; font-size: 15px; white-space: nowrap; overflow: hidden; }
.m-loc__val svg { color: var(--primary); flex: none; }
.m-icnbtn { width: 42px; height: 42px; border-radius: var(--r-md); background: var(--surface); border: 1px solid var(--border-2); display: grid; place-items: center; color: var(--ink); position: relative; flex: none; }
.m-icnbtn .dotmark { position: absolute; top: 9px; right: 10px; width: 8px; height: 8px; border-radius: 50%; background: var(--primary); border: 1.5px solid var(--surface); }

/* ---------- Поиск ---------- */
.m-search { display: flex; align-items: center; gap: 10px; margin: 4px 18px 0; padding: 0 14px; height: 48px; background: var(--surface); border: 1px solid var(--border-2); border-radius: var(--r-lg); color: var(--ink-mute); }
.m-search input { border: none; outline: none; background: none; flex: 1; font-size: 15px; color: var(--ink); }
.m-search svg { color: var(--ink-mute); }

/* ---------- Промо ---------- */
.m-promo { margin: 18px; background: var(--navy); border-radius: var(--r-xl); padding: 20px; color: #fff; position: relative; overflow: hidden; }
.m-promo__tag { display: inline-flex; align-items: center; gap: 6px; background: var(--primary); padding: 5px 10px; border-radius: var(--r-pill); font-size: 11px; font-weight: 700; }
.m-promo__title { font-family: var(--font-display); font-weight: 800; font-size: 20px; margin: 12px 0 4px; letter-spacing: -0.01em; }
.m-promo__sub { font-size: 12.5px; color: var(--on-dark-mute); line-height: 1.4; max-width: 200px; }
.m-promo__row { display: flex; align-items: center; justify-content: space-between; margin-top: 16px; }
.m-promo__price { display: flex; align-items: baseline; gap: 8px; }
.m-promo__now { font-family: var(--font-display); font-weight: 800; font-size: 24px; }
.m-promo__old { font-size: 14px; color: var(--on-dark-mute); text-decoration: line-through; }
.m-promo__btn { background: #fff; color: var(--navy); font-weight: 700; font-size: 13px; padding: 10px 16px; border-radius: var(--r-md); }
.m-promo__clock { position: absolute; top: 20px; right: 20px; font-family: var(--font-mono); font-size: 12px; background: rgba(255,255,255,.12); padding: 5px 9px; border-radius: var(--r-sm); font-variant-numeric: tabular-nums; }

/* ---------- Секции ---------- */
.m-sec { padding: 8px 18px 0; }
.m-sec__head { display: flex; align-items: baseline; justify-content: space-between; margin: 16px 0 14px; }
.m-sec__title { font-family: var(--font-display); font-weight: 800; font-size: 19px; letter-spacing: -0.01em; }
.m-sec__link { font-size: 13px; font-weight: 600; color: var(--primary); }

/* ---------- Категории (чипы) ---------- */
.m-cats { display: flex; gap: 10px; overflow-x: auto; padding: 2px 18px 4px; scrollbar-width: none; }
.m-cats::-webkit-scrollbar { display: none; }
.m-cat { display: flex; flex-direction: column; align-items: center; gap: 8px; flex: none; }
.m-cat__ic { width: 60px; height: 60px; border-radius: var(--r-lg); background: var(--surface); border: 1px solid var(--border-2); display: grid; place-items: center; color: var(--primary-dark); transition: all .15s; }
.m-cat.is-active .m-cat__ic { background: var(--primary); color: #fff; border-color: var(--primary); }
.m-cat__name { font-size: 11.5px; font-weight: 600; color: var(--ink-soft); }
.m-cat.is-active .m-cat__name { color: var(--primary-dark); }

/* ---------- Таб-стрелка категорий (каталог) ---------- */
.m-tabs { display: flex; gap: 8px; overflow-x: auto; padding: 12px 18px; scrollbar-width: none; position: sticky; top: 128px; z-index: 15; background: rgba(250,247,242,.92); backdrop-filter: blur(10px); }
.m-tabs::-webkit-scrollbar { display: none; }
.m-tab { flex: none; padding: 9px 15px; border-radius: var(--r-pill); font-size: 13.5px; font-weight: 600; color: var(--ink-soft); background: var(--surface); border: 1px solid var(--border-2); }
.m-tab.is-active { background: var(--navy); color: #fff; border-color: var(--navy); }

/* ---------- Карточка блюда (грид 2 кол) ---------- */
.m-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; padding: 0 18px; }
.m-card { background: var(--surface); border: 1px solid var(--border-2); border-radius: var(--r-lg); overflow: hidden; display: flex; flex-direction: column; }
.m-card__media { position: relative; aspect-ratio: 1/1; }
.m-card__media .ph { border-radius: 0; height: 100%; }
.m-card__fav { position: absolute; top: 8px; right: 8px; width: 32px; height: 32px; border-radius: 50%; background: rgba(255,255,255,.9); display: grid; place-items: center; color: var(--ink-soft); }
.m-card__fav.is-active { color: var(--danger); }
.m-card__tag { position: absolute; top: 8px; left: 8px; }
.m-card__body { padding: 10px 11px 12px; display: flex; flex-direction: column; gap: 5px; flex: 1; }
.m-card__name { font-family: var(--font-display); font-weight: 700; font-size: 13.5px; line-height: 1.2; }
.m-card__meta { font-size: 11px; color: var(--ink-mute); display: flex; align-items: center; gap: 5px; }
.m-card__meta svg { color: var(--primary-light); }
.m-card__foot { display: flex; align-items: center; justify-content: space-between; margin-top: auto; padding-top: 4px; }
.m-card__price { font-family: var(--font-display); font-weight: 700; font-size: 15px; }
.m-card__add { width: 32px; height: 32px; border-radius: var(--r-sm); background: var(--primary); color: #fff; display: grid; place-items: center; transition: transform .12s; }
.m-card__add:active { transform: scale(.88); }

/* ---------- Строка блюда (список каталога) ---------- */
.m-row { display: flex; gap: 14px; padding: 14px 18px; align-items: center; border-bottom: 1px solid var(--border-2); }
.m-row__ph { width: 84px; height: 84px; border-radius: var(--r-md); flex: none; position: relative; }
.m-row__ph .m-card__tag { top: 6px; left: 6px; }
.m-row__main { flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 4px; }
.m-row__name { font-family: var(--font-display); font-weight: 700; font-size: 15px; }
.m-row__desc { font-size: 12px; color: var(--ink-mute); line-height: 1.35; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.m-row__foot { display: flex; align-items: center; justify-content: space-between; margin-top: 2px; }
.m-row__price { font-family: var(--font-display); font-weight: 700; font-size: 15.5px; }
.m-row__add { width: 34px; height: 34px; border-radius: var(--r-sm); background: var(--primary-wash); color: var(--primary-dark); display: grid; place-items: center; }
.m-row__add:active { background: var(--primary); color: #fff; }

/* ---------- Нижняя навигация ---------- */
.m-tabbar { position: absolute; bottom: 0; left: 0; right: 0; z-index: 40; height: 88px; padding: 8px 6px 30px; background: rgba(255,255,255,.92); backdrop-filter: blur(18px); border-top: 1px solid var(--border-2); display: flex; }
.m-tabbar__item { flex: 1; display: flex; flex-direction: column; align-items: center; gap: 4px; color: var(--ink-mute); font-size: 10px; font-weight: 600; padding-top: 4px; }
.m-tabbar__item.is-active { color: var(--primary); }
.m-tabbar__ic { position: relative; }
.m-tabbar__badge { position: absolute; top: -5px; right: -8px; min-width: 16px; height: 16px; padding: 0 4px; border-radius: var(--r-pill); background: var(--primary); color: #fff; font-size: 10px; font-weight: 700; display: grid; place-items: center; border: 1.5px solid #fff; }

/* ---------- Экран блюда (overlay) ---------- */
.m-dish { position: absolute; inset: 0; z-index: 60; background: var(--bg); display: flex; flex-direction: column; animation: mslide .32s cubic-bezier(.16,.84,.44,1); }
@keyframes mslide { from { transform: translateY(18px); } to { transform: none; } }
.m-dish__scroll { flex: 1; overflow-y: auto; padding-bottom: 110px; }
.m-dish__scroll::-webkit-scrollbar { display: none; }
.m-dish__hero { position: relative; aspect-ratio: 1/1; }
.m-dish__hero .ph { border-radius: 0; height: 100%; }
.m-dish__back, .m-dish__fav { position: absolute; top: 56px; width: 40px; height: 40px; border-radius: 50%; background: rgba(255,255,255,.92); backdrop-filter: blur(6px); display: grid; place-items: center; color: var(--ink); box-shadow: var(--sh-sm); }
.m-dish__back { left: 16px; }
.m-dish__fav { right: 16px; }
.m-dish__fav.is-active { color: var(--danger); }
.m-dish__body { background: var(--bg); border-radius: var(--r-2xl) var(--r-2xl) 0 0; margin-top: -22px; position: relative; padding: 22px 18px; }
.m-dish__tags { display: flex; gap: 6px; margin-bottom: 12px; }
.m-dish__title { font-family: var(--font-display); font-weight: 800; font-size: 24px; letter-spacing: -0.02em; line-height: 1.1; }
.m-dish__meta { display: flex; align-items: center; gap: 10px; margin: 10px 0 14px; font-size: 13px; }
.m-dish__meta .star-row svg { color: var(--primary-light); }
.m-dish__desc { font-size: 14.5px; line-height: 1.55; color: var(--ink-soft); }
.m-dish__ing { margin: 16px 0; padding: 14px; background: var(--surface); border-radius: var(--r-lg); font-size: 13px; line-height: 1.5; }
.m-dish__ing b { display: block; margin-bottom: 4px; }
.m-dish__ing span { color: var(--ink-soft); }
.m-opt { margin-top: 18px; }
.m-opt__label { font-weight: 700; font-size: 14px; margin-bottom: 10px; }
.m-opt__chips { display: flex; flex-wrap: wrap; gap: 8px; }
.m-optchip { display: inline-flex; align-items: center; gap: 6px; padding: 9px 13px; border-radius: var(--r-md); border: 1.5px solid var(--border); background: var(--surface); font-size: 13px; font-weight: 600; color: var(--ink-soft); }
.m-optchip.is-active { border-color: var(--primary); background: var(--primary-wash); color: var(--primary-dark); }
.m-optchip small { color: var(--ink-mute); font-family: var(--font-display); font-weight: 700; }
.m-optchip.is-active small { color: var(--primary); }

.m-dish__bar { position: absolute; bottom: 0; left: 0; right: 0; z-index: 5; padding: 14px 18px 30px; background: rgba(255,255,255,.95); backdrop-filter: blur(14px); border-top: 1px solid var(--border-2); display: flex; align-items: center; gap: 14px; }
.m-qty { display: inline-flex; align-items: center; background: var(--surface-2); border-radius: var(--r-md); height: 50px; }
.m-qty button { width: 42px; height: 100%; display: grid; place-items: center; color: var(--ink); }
.m-qty button:disabled { color: var(--ink-mute); }
.m-qty span { min-width: 28px; text-align: center; font-family: var(--font-display); font-weight: 700; font-size: 16px; }
.m-bigbtn { flex: 1; height: 50px; border-radius: var(--r-md); background: var(--primary); color: #fff; font-weight: 700; font-size: 15px; display: flex; align-items: center; justify-content: center; gap: 10px; box-shadow: var(--sh-primary); white-space: nowrap; }
.m-bigbtn:active { background: var(--primary-dark); }
.m-bigbtn--dark { background: var(--navy); box-shadow: none; }

/* ---------- Корзина ---------- */
.m-cart-line { display: flex; gap: 12px; padding: 14px 0; border-bottom: 1px solid var(--border-2); align-items: stretch; }
.m-cart-line__ph { width: 70px; height: 70px; border-radius: var(--r-md); flex: none; }
.m-cart-line__main { flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 4px; }
.m-cart-line__top { display: flex; justify-content: space-between; gap: 8px; }
.m-cart-line__name { font-family: var(--font-display); font-weight: 700; font-size: 14.5px; line-height: 1.25; }
.m-cart-line__price, .m-card__price, .m-row__price, .m-promo__now, .m-promo__old { white-space: nowrap; }
.m-cart-line__del { color: var(--ink-mute); }
.m-cart-line__bottom { display: flex; align-items: center; justify-content: space-between; margin-top: auto; }
.m-cart-line__price { font-family: var(--font-display); font-weight: 700; font-size: 15px; }
.m-mini-qty { display: inline-flex; align-items: center; background: var(--surface-2); border-radius: var(--r-sm); height: 34px; }
.m-mini-qty button { width: 32px; height: 100%; display: grid; place-items: center; color: var(--ink); }
.m-mini-qty span { min-width: 22px; text-align: center; font-family: var(--font-display); font-weight: 700; font-size: 13px; }

.m-free { margin: 14px 18px; padding: 12px 14px; background: var(--surface); border: 1px solid var(--border-2); border-radius: var(--r-md); }
.m-free__txt { font-size: 12.5px; color: var(--ink-soft); margin-bottom: 8px; }
.m-free__txt b { color: var(--primary-dark); font-family: var(--font-display); }
.m-free__bar { height: 6px; border-radius: var(--r-pill); background: var(--border); overflow: hidden; }
.m-free__bar span { display: block; height: 100%; background: var(--primary); border-radius: var(--r-pill); transition: width .4s; }
.m-free--done { display: flex; align-items: center; gap: 8px; color: var(--success); font-size: 13px; font-weight: 600; background: var(--success-wash); border-color: transparent; }

.m-summary { margin: 0 18px; }
.m-summary__row { display: flex; justify-content: space-between; font-size: 14px; padding: 6px 0; }
.m-summary__total { display: flex; justify-content: space-between; align-items: baseline; font-family: var(--font-display); font-weight: 800; font-size: 16px; padding: 12px 0; border-top: 1px solid var(--border); margin-top: 6px; }
.m-summary__total .big { font-size: 22px; }

/* sticky checkout footer */
.m-footbar { position: absolute; bottom: 0; left: 0; right: 0; z-index: 30; padding: 14px 18px 30px; background: rgba(255,255,255,.95); backdrop-filter: blur(14px); border-top: 1px solid var(--border-2); }
.m-footbar__btn { width: 100%; height: 52px; border-radius: var(--r-md); background: var(--primary); color: #fff; font-weight: 700; font-size: 15px; display: flex; align-items: center; justify-content: center; gap: 10px; box-shadow: var(--sh-primary); white-space: nowrap; }
.m-footbar__btn:disabled { background: var(--border); color: var(--ink-mute); box-shadow: none; }
.m-footbar__btn:active:not(:disabled) { background: var(--primary-dark); }
.m-footbar__meta { display: flex; justify-content: space-between; align-items: center; margin-bottom: 10px; }
.m-footbar__meta .big { font-family: var(--font-display); font-weight: 800; font-size: 18px; }

/* ---------- Оформление ---------- */
.m-co-block { padding: 18px; border-bottom: 8px solid var(--surface-2); }
.m-co-block__title { font-family: var(--font-display); font-weight: 700; font-size: 16px; margin-bottom: 14px; }
.m-seg { display: flex; background: var(--surface-2); border-radius: var(--r-md); padding: 4px; gap: 4px; }
.m-seg button { flex: 1; height: 40px; border-radius: var(--r-sm); font-size: 13px; font-weight: 600; color: var(--ink-soft); }
.m-seg button.is-active { background: var(--surface); color: var(--ink); box-shadow: var(--sh-xs); }
.m-fields { display: flex; flex-direction: column; gap: 12px; }
.m-fields .input { height: 46px; }
.m-fields-row { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.m-slots { display: flex; flex-wrap: wrap; gap: 8px; }
.m-pay { display: flex; flex-direction: column; gap: 10px; }
.m-pay__item { display: flex; align-items: center; gap: 12px; padding: 14px; border: 1.5px solid var(--border); border-radius: var(--r-md); }
.m-pay__item.is-active { border-color: var(--primary); background: var(--primary-wash); }
.m-pay__radio { width: 20px; height: 20px; border-radius: 50%; border: 2px solid var(--border); flex: none; display: grid; place-items: center; }
.m-pay__item.is-active .m-pay__radio { border-color: var(--primary); }
.m-pay__item.is-active .m-pay__radio::after { content: ''; width: 10px; height: 10px; border-radius: 50%; background: var(--primary); }
.m-pay__t { font-weight: 600; font-size: 14px; }
.m-pay__s { font-size: 12px; color: var(--ink-mute); }

/* ---------- Успех ---------- */
.m-success { padding: 80px 24px 24px; text-align: center; display: flex; flex-direction: column; align-items: center; height: 100%; }
.m-success__ic { width: 88px; height: 88px; border-radius: 50%; background: var(--success-wash); color: var(--success); display: grid; place-items: center; margin-bottom: 18px; animation: pop .4s ease both; }
.m-success h2 { font-family: var(--font-display); font-size: 26px; margin: 12px 0 8px; }
.m-success p { color: var(--ink-soft); font-size: 14px; line-height: 1.55; }
.m-success__num { font-family: var(--font-mono); color: var(--ink); }
.m-steps { display: flex; gap: 6px; width: 100%; margin: 28px 0; }
.m-step { flex: 1; display: flex; flex-direction: column; align-items: center; gap: 7px; font-size: 10px; color: var(--ink-mute); font-weight: 600; }
.m-step__dot { width: 28px; height: 28px; border-radius: 50%; background: var(--surface-2); color: var(--ink-mute); display: grid; place-items: center; font-family: var(--font-display); font-weight: 700; font-size: 12px; border: 2px solid var(--border); }
.m-step.is-active { color: var(--success); }
.m-step.is-active .m-step__dot { background: var(--success); color: #fff; border-color: var(--success); }

/* ---------- Профиль ---------- */
.m-profile-head { padding: 18px; display: flex; align-items: center; gap: 14px; }
.m-avatar { width: 58px; height: 58px; border-radius: 50%; background: var(--primary); color: #fff; display: grid; place-items: center; font-family: var(--font-display); font-weight: 700; font-size: 24px; flex: none; }
.m-profile-head__name { font-family: var(--font-display); font-weight: 800; font-size: 19px; white-space: nowrap; }
.m-profile-head__sub { font-size: 13px; color: var(--ink-mute); }
.m-list { margin: 0 18px 18px; background: var(--surface); border: 1px solid var(--border-2); border-radius: var(--r-lg); overflow: hidden; }
.m-list__row { display: flex; align-items: center; gap: 14px; padding: 15px 16px; border-bottom: 1px solid var(--border-2); font-size: 14.5px; font-weight: 500; }
.m-list__row:last-child { border-bottom: none; }
.m-list__ic { width: 34px; height: 34px; border-radius: var(--r-sm); background: var(--surface-2); color: var(--primary-dark); display: grid; place-items: center; flex: none; }
.m-list__row .grow { flex: 1; }
.m-list__row .val { color: var(--ink-mute); font-size: 13px; }
.m-list__row svg.chev { color: var(--border); }

/* toggle */
.m-toggle { width: 46px; height: 28px; border-radius: var(--r-pill); background: var(--border); position: relative; transition: background .2s; flex: none; }
.m-toggle.is-on { background: var(--success); }
.m-toggle::after { content: ''; position: absolute; top: 3px; left: 3px; width: 22px; height: 22px; border-radius: 50%; background: #fff; box-shadow: var(--sh-sm); transition: transform .2s; }
.m-toggle.is-on::after { transform: translateX(18px); }

/* order mini card */
.m-order { padding: 14px 16px; border-bottom: 1px solid var(--border-2); }
.m-order:last-child { border-bottom: none; }
.m-order__top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 8px; }
.m-order__num { font-family: var(--font-mono); font-size: 13px; font-weight: 500; }
.m-order__items { font-size: 12.5px; color: var(--ink-soft); line-height: 1.4; margin-bottom: 10px; }
.m-order__foot { display: flex; justify-content: space-between; align-items: center; }
.m-order__total { font-family: var(--font-display); font-weight: 700; font-size: 15px; }
.m-order__repeat { font-size: 12.5px; font-weight: 600; color: var(--primary); display: inline-flex; align-items: center; gap: 5px; }

/* empty */
.m-empty { padding: 80px 30px; text-align: center; display: flex; flex-direction: column; align-items: center; gap: 8px; }
.m-empty__ic { width: 70px; height: 70px; border-radius: 50%; background: var(--surface-2); color: var(--ink-mute); display: grid; place-items: center; margin-bottom: 6px; }
.m-empty h3 { font-family: var(--font-display); font-size: 19px; }
.m-empty p { color: var(--ink-soft); font-size: 13.5px; line-height: 1.5; }
.m-empty .m-bigbtn { flex: none; padding: 0 24px; margin-top: 10px; }

/* ---------- Push-уведомление ---------- */
.m-push { position: absolute; top: 12px; left: 10px; right: 10px; z-index: 80; background: rgba(255,255,255,.82); backdrop-filter: blur(24px) saturate(180%); border-radius: 20px; padding: 12px 14px; display: flex; align-items: center; gap: 12px; box-shadow: 0 12px 32px rgba(0,0,0,.18); animation: pushIn .4s cubic-bezier(.16,.84,.44,1) both; }
@keyframes pushIn { from { transform: translateY(-130%); opacity: 0; } to { transform: none; opacity: 1; } }
.m-push__ic { width: 38px; height: 38px; border-radius: 10px; background: var(--primary); color: #fff; display: grid; place-items: center; font-size: 20px; font-weight: 700; flex: none; }
.m-push__app { font-size: 11px; font-weight: 700; color: var(--ink); text-transform: uppercase; letter-spacing: .04em; }
.m-push__title { font-weight: 600; font-size: 13.5px; margin-top: 1px; }
.m-push__body { font-size: 13px; color: var(--ink-soft); line-height: 1.3; }
.m-push__time { font-size: 11px; color: var(--ink-mute); margin-left: auto; align-self: flex-start; }

/* toast */
.m-toast { position: absolute; bottom: 100px; left: 50%; transform: translateX(-50%); z-index: 70; background: var(--navy); color: #fff; padding: 11px 16px; border-radius: var(--r-pill); font-size: 13px; font-weight: 500; display: flex; align-items: center; gap: 8px; box-shadow: var(--sh-lg); animation: pop .3s ease both; white-space: nowrap; }
.m-toast .ic { width: 22px; height: 22px; border-radius: 50%; background: var(--success); display: grid; place-items: center; }

/* tag mini */
.tag--mini { font-size: 10px; padding: 4px 8px; }

/* ---------- Презентация (фон под телефоном) ---------- */
.stage { min-height: 100vh; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 28px; padding: 40px 20px; background:
  radial-gradient(1200px 600px at 50% -10%, #FBEEE2, transparent 60%),
  radial-gradient(900px 500px at 100% 110%, #F4F0E8, transparent 55%),
  var(--bg);
}
.stage__head { text-align: center; }
.stage__brand { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 14px; }
.stage__brand .mark { width: 34px; height: 34px; border-radius: 9px; background: var(--primary); color: #fff; display: grid; place-items: center; font-size: 20px; font-weight: 700; }
.stage__brand .name { font-family: var(--font-display); font-weight: 800; font-size: 19px; }
.stage__title { font-family: var(--font-display); font-weight: 800; font-size: 30px; letter-spacing: -0.02em; }
.stage__sub { color: var(--ink-soft); font-size: 15px; margin-top: 8px; max-width: 540px; }
.stage__hint { display: inline-flex; align-items: center; gap: 8px; margin-top: 14px; font-size: 12.5px; color: var(--ink-mute); font-family: var(--font-mono); }
.phone-wrap { filter: drop-shadow(0 30px 60px rgba(15,23,42,.2)); }
