:root {
  --ink: #3b2417;
  --cream: #fff0da;
  --paper: #fffaf2;
  --red: #f28a00;
  --red-dark: #d85b00;
  --green: #4a2b16;
  --line: rgba(74, 43, 22, .14);
  --yellow: #ffb21a;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Onest, sans-serif; font-size: 15px; line-height: 1.5; letter-spacing: -.01em; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
a { color: inherit; text-decoration: none; }
.shell { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.topline { background: var(--green); color: #fff; font-size: 12px; }
.topline__inner { height: 32px; display: flex; align-items: center; gap: 28px; }
.topline__status { margin-left: auto; display: flex; align-items: center; gap: 7px; }
.topline__status i { width: 6px; height: 6px; background: #ffb21a; border-radius: 50%; box-shadow: 0 0 0 4px rgba(255,178,26,.18); }
.link-button { padding: 0; border: 0; border-bottom: 1px solid rgba(255,255,255,.4); background: none; color: #fff; cursor: pointer; }
.header { background: var(--paper); border-bottom: 1px solid var(--line); }
.header__inner { min-height: 88px; display: flex; align-items: center; gap: 34px; }
.brand { display: inline-flex; align-items: center; gap: 10px; flex: 0 0 auto; }
.brand__mark { width: 44px; height: 44px; display: block; object-fit: cover; border-radius: 50%; }
.brand__name { font: 700 12px/1.12 Unbounded, sans-serif; letter-spacing: -.04em; }
.brand__name b { color: var(--red); font-weight: inherit; }
.delivery-switch { display: flex; padding: 3px; background: var(--cream); border-radius: 11px; }
.delivery-switch button { padding: 9px 15px; border: 0; background: none; border-radius: 8px; font-size: 12px; font-weight: 700; cursor: pointer; }
.delivery-switch .active { color: #fff; background: var(--green); }
.header__address { display: flex; flex-direction: column; gap: 3px; }
.header__address span, .phone small { color: #817970; font-size: 11px; }
.header__address button { padding: 0 0 2px; border: 0; border-bottom: 1px dashed #8f887e; background: none; font-size: 12px; font-weight: 700; cursor: pointer; }
.phone { margin-left: auto; display: flex; align-items: center; gap: 9px; }
.phone > svg { width: 17px; height: 17px; color: var(--red); stroke-width: 1.8; }
.phone > span { display: flex; flex-direction: column; align-items: flex-end; }
.phone strong { font-size: 14px; }
.cart-button { display: flex; align-items: center; gap: 8px; min-height: 45px; padding: 0 15px; color: #fff; background: var(--red); border: 0; border-radius: 12px; font-size: 12px; font-weight: 800; cursor: pointer; }
.cart-button:hover, .primary-button:hover { background: var(--red-dark); }
.cart-button__icon { width: 17px; height: 17px; stroke-width: 2; }
.cart-button b { min-width: 20px; height: 20px; display: grid; place-items: center; padding: 0 5px; background: #fff; color: var(--red); border-radius: 50%; font-size: 10px; }
.category-nav { position: sticky; z-index: 20; top: 0; background: rgba(255,250,242,.94); backdrop-filter: blur(14px); border-bottom: 1px solid var(--line); }
.category-nav__inner { height: 53px; display: flex; align-items: stretch; gap: 30px; overflow-x: auto; scrollbar-width: none; }
.category-nav__inner::-webkit-scrollbar { display: none; }
.category-nav button { position: relative; padding: 0; border: 0; background: none; white-space: nowrap; color: #696157; font-size: 12px; font-weight: 700; cursor: pointer; }
.category-nav button.active { color: var(--ink); }
.category-nav button.active::after { content: ''; position: absolute; right: 0; bottom: -1px; left: 0; height: 3px; background: var(--red); border-radius: 3px 3px 0 0; }
.intro { min-height: 520px; display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; overflow: hidden; }
.eyebrow { margin-bottom: 14px; color: var(--red); font-size: 11px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.intro h1, .section-heading h2, .restaurant-info h2, .drawer__head h2, .info-modal h2 { margin: 0; font-family: Unbounded, sans-serif; font-weight: 600; letter-spacing: -.065em; }
.intro h1 { max-width: 590px; font-size: clamp(44px, 5.4vw, 70px); line-height: 1.03; }
.intro h1 em { color: var(--red); font-style: normal; }
.intro__copy > p { max-width: 500px; margin: 26px 0; color: #675f55; font-size: 15px; line-height: 1.7; }
.intro__actions { display: flex; align-items: center; gap: 25px; }
.primary-button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 24px; padding: 0 22px; border: 0; border-radius: 12px; color: #fff; background: var(--red); font-size: 13px; font-weight: 800; cursor: pointer; transition: .2s; }
.primary-button svg { width: 17px; height: 17px; stroke-width: 2; }
.text-action { padding: 10px 0; border: 0; border-bottom: 1px solid var(--ink); background: none; font-size: 12px; font-weight: 800; cursor: pointer; }
.intro__visual { position: relative; min-height: 440px; display: grid; place-items: center; }
.intro__visual::before { content: ''; position: absolute; width: 470px; height: 470px; background: #ffb21a; border-radius: 50%; }
.intro__visual::after { content: ''; position: absolute; width: 440px; height: 440px; border: 1px dashed rgba(33,29,24,.3); border-radius: 50%; transform: rotate(12deg); }
.intro__visual img { position: relative; z-index: 2; width: 440px; height: 440px; object-fit: cover; border-radius: 50%; filter: drop-shadow(0 22px 24px rgba(67,39,12,.25)); transform: rotate(-9deg); }
.sticker { position: absolute; z-index: 3; display: grid; place-items: center; width: 100px; height: 100px; border-radius: 50%; color: #fff; background: var(--green); text-align: center; font: 700 11px/1.35 Unbounded, sans-serif; letter-spacing: -.03em; transform: rotate(9deg); }
.sticker--top { top: 34px; right: 28px; }
.intro__note { position: absolute; z-index: 4; right: 0; bottom: 28px; padding: 13px 16px; background: var(--paper); border: 1px solid var(--line); border-radius: 10px; box-shadow: 0 12px 32px rgba(33,29,24,.12); font-size: 10px; line-height: 1.6; transform: rotate(2deg); }
.intro__note strong { font-size: 11px; }
.perks { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.perks > div { display: flex; align-items: center; gap: 18px; padding: 24px 30px; border-right: 1px solid var(--line); }
.perks > div:last-child { border: 0; }
.perks span { color: var(--red); font: 600 16px Unbounded, sans-serif; }
.perks p { margin: 0; color: #756d63; font-size: 11px; line-height: 1.6; }
.perks b { color: var(--ink); font-size: 12px; }
.menu { padding-top: 84px; padding-bottom: 100px; }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 35px; }
.section-heading h2, .restaurant-info h2 { font-size: 48px; }
.search { width: 250px; display: flex; align-items: center; gap: 10px; padding: 0 14px; border-bottom: 1px solid var(--line); }
.search svg { width: 17px; height: 17px; color: #716960; stroke-width: 1.8; }
.search input { width: 100%; height: 43px; border: 0; outline: 0; background: none; font-size: 12px; }
.product-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.product-card { display: flex; flex-direction: column; min-width: 0; }
.product-card--with-image { overflow: hidden; background: var(--cream); border: 1px solid transparent; border-radius: 16px; transition: .2s; }
.product-card--with-image:hover { border-color: rgba(242,138,0,.45); transform: translateY(-2px); }
.product-card--with-image .product-card__body { padding: 22px; }
.product-card--text { min-height: 270px; padding: 27px; background: var(--cream); border: 1px solid transparent; border-radius: 16px; transition: .2s; }
.product-card--text:hover { border-color: rgba(242,138,0,.45); transform: translateY(-2px); }
.product-card--text .product-card__body { padding: 0; }
.product-card__number { margin-bottom: 14px; color: var(--red); font: 600 12px Unbounded, sans-serif; }
.product-card__image { position: relative; aspect-ratio: 4 / 3; overflow: hidden; background: var(--cream); }
.product-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s; }
.product-card:hover img { transform: scale(1.04); }
.product-card__test-label { position: absolute; top: 12px; right: 12px; padding: 6px 9px; color: #fff; background: rgba(74,43,22,.78); border-radius: 20px; backdrop-filter: blur(7px); font-size: 8px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.product-card__badge { position: absolute; top: 12px; left: 12px; padding: 6px 9px; color: #fff; background: var(--green); border-radius: 20px; font-size: 9px; font-weight: 800; text-transform: uppercase; }
.product-card__body { flex: 1; display: flex; flex-direction: column; padding: 16px 3px 0; }
.product-card__body h3 { margin: 0 0 7px; font: 700 18px/1.25 Onest, sans-serif; letter-spacing: -.035em; }
.product-card__body p { min-height: 40px; margin: 0 0 16px; color: #786f65; font-size: 11px; line-height: 1.55; }
.product-card__bottom { margin-top: auto; display: flex; align-items: center; justify-content: space-between; }
.product-card__price { display: flex; flex-direction: column; }
.product-card__price small { color: #837b72; font-size: 9px; }
.product-card__price strong { font: 700 20px Onest, sans-serif; letter-spacing: -.04em; }
.add-button { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid var(--red); border-radius: 50%; background: transparent; color: var(--red); cursor: pointer; transition: .2s; }
.add-button svg { width: 18px; height: 18px; stroke-width: 2; }
.add-button:hover { color: #fff; background: var(--red); }
.mobile-categories { display: none; }
.empty-state { padding: 80px 20px; color: #7b7368; text-align: center; }
.comeback { margin-bottom: 95px; display: grid; grid-template-columns: .85fr 1.15fr; min-height: 570px; color: #fff7e9; background: var(--green); border-radius: 20px; overflow: hidden; }
.comeback__copy { display: flex; flex-direction: column; justify-content: center; padding: 58px; }
.comeback__copy .eyebrow { color: #ffb21a; }
.comeback__copy h2 { margin: 0; font: 600 42px/1.12 Unbounded, sans-serif; letter-spacing: -.065em; }
.comeback__copy > p { margin: 26px 0 30px; color: #dfcab9; font-size: 13px; line-height: 1.75; }
.comeback__facts { display: grid; gap: 14px; }
.comeback__facts > div { display: flex; align-items: center; gap: 13px; padding-top: 14px; border-top: 1px solid rgba(255,255,255,.14); }
.comeback__facts svg { width: 21px; height: 21px; color: #ffb21a; stroke-width: 1.7; }
.comeback__facts span { display: flex; flex-direction: column; gap: 2px; }
.comeback__facts b { font-size: 12px; }
.comeback__facts small { color: #bfa896; font-size: 10px; }
.comeback__visual { position: relative; min-width: 0; margin: 0; overflow: hidden; }
.comeback__visual img { width: 100%; height: 100%; display: block; object-fit: cover; }
.comeback__visual figcaption { position: absolute; right: 16px; bottom: 14px; padding: 6px 9px; color: rgba(255,255,255,.8); background: rgba(59,36,23,.65); border-radius: 20px; backdrop-filter: blur(8px); font-size: 8px; text-transform: uppercase; letter-spacing: .08em; }
.restaurant-info { margin-bottom: 95px; display: grid; grid-template-columns: .8fr 1.2fr; min-height: 430px; background: var(--cream); border-radius: 18px; overflow: hidden; }
.restaurant-info__card { padding: 56px; }
.restaurant-info__address { margin: 26px 0 14px; font: 700 22px/1.35 Onest, sans-serif; letter-spacing: -.04em; }
.restaurant-info__card > a svg { width: 16px; height: 16px; }
.restaurant-info__address span { color: var(--red); }
.restaurant-info__card > p:not(.restaurant-info__address) { max-width: 360px; color: #776e63; font-size: 11px; line-height: 1.6; }
.restaurant-info__card > a { display: inline-flex; gap: 35px; margin-top: 20px; padding-bottom: 5px; border-bottom: 1px solid; font-size: 12px; font-weight: 800; }
.restaurant-info__map { position: relative; min-height: 430px; overflow: hidden; background: #e7e4de; }
.restaurant-info__map iframe { width: 100%; height: 100%; min-height: 430px; display: block; border: 0; }
.footer { padding: 55px 0; color: #fff4e2; background: var(--green); }
.footer__inner { display: grid; grid-template-columns: 1.3fr 1fr 1fr 1.2fr; align-items: center; gap: 30px; }
.brand--footer .brand__name b { color: var(--yellow); }
.footer p { color: #aeb4a9; font-size: 11px; line-height: 1.6; }
.footer__inner > div { display: flex; flex-direction: column; gap: 3px; }
.footer__inner a { font-size: 12px; font-weight: 800; }
.footer__inner small { color: #aeb4a9; font-size: 9px; }
.footer__legal { align-items: flex-end; color: #aeb4a9; font-size: 9px; }
.footer__legal a { color: #aeb4a9; font-size: 9px; font-weight: 400; }
.overlay { position: fixed; z-index: 60; inset: 0; background: rgba(26,23,19,.55); opacity: 0; visibility: hidden; transition: .25s; }
.overlay.open { opacity: 1; visibility: visible; }
.cart-drawer { position: fixed; z-index: 70; top: 0; right: 0; width: min(460px, 100%); height: 100%; display: flex; flex-direction: column; padding: 30px; background: var(--paper); transform: translateX(100%); transition: .3s ease; }
.cart-drawer.open { transform: translateX(0); }
.drawer__head { display: flex; justify-content: space-between; align-items: flex-start; padding-bottom: 25px; border-bottom: 1px solid var(--line); }
.drawer__head small { color: var(--red); font-size: 9px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.drawer__head h2 { margin-top: 4px; font-size: 36px; }
.drawer__head button, .modal__close { width: 40px; height: 40px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: none; cursor: pointer; }
.drawer__head button svg, .modal__close svg { width: 18px; height: 18px; }
.cart-empty { margin: auto; text-align: center; }
.cart-empty div { display: flex; justify-content: center; color: var(--red); }
.cart-empty div svg { width: 58px; height: 58px; stroke-width: 1.2; }
.cart-empty h3 { margin: 18px 0 4px; font: 700 18px Onest, sans-serif; }
.cart-empty p { color: #81796e; font-size: 11px; }
.cart-list { overflow-y: auto; }
.cart-item { display: grid; grid-template-columns: 72px 1fr auto; gap: 12px; padding: 17px 0; border-bottom: 1px solid var(--line); }
.cart-item--no-image { grid-template-columns: 1fr auto; }
.cart-item img { width: 72px; height: 66px; object-fit: cover; border-radius: 9px; }
.cart-item h4 { margin: 2px 0 7px; font-size: 12px; }
.cart-item__controls { display: flex; align-items: center; gap: 8px; }
.cart-item__controls button { width: 23px; height: 23px; display: grid; place-items: center; padding: 0; border: 1px solid var(--line); border-radius: 50%; background: none; cursor: pointer; }
.cart-item__controls button svg { width: 12px; height: 12px; }
.cart-item__controls span { font-size: 11px; font-weight: 800; }
.cart-item__price { font-size: 12px; font-weight: 800; white-space: nowrap; }
.cart-summary { margin-top: auto; padding-top: 22px; border-top: 1px solid var(--line); }
.cart-summary > div { display: flex; justify-content: space-between; margin-bottom: 10px; color: #766e64; font-size: 11px; }
.cart-summary__total { align-items: flex-end; padding-top: 14px; color: var(--ink) !important; border-top: 1px solid var(--line); }
.cart-summary__total b { font: 700 19px Onest, sans-serif; }
.cart-summary__total strong { font: 700 24px Onest, sans-serif; }
.checkout-button { width: 100%; margin-top: 10px; }
.cart-summary > small { display: block; margin-top: 10px; color: #8a8177; text-align: center; font-size: 9px; }
.modal, .info-modal { position: fixed; z-index: 80; top: 50%; left: 50%; width: min(760px, calc(100% - 30px)); max-height: calc(100vh - 30px); overflow-y: auto; padding: 28px; background: var(--paper); border-radius: 18px; opacity: 0; visibility: hidden; transform: translate(-50%, -46%); transition: .25s; }
.modal.open, .info-modal.open { opacity: 1; visibility: visible; transform: translate(-50%, -50%); }
.modal__close { position: absolute; z-index: 2; top: 18px; right: 18px; background: var(--paper); }
.product-modal__inner { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.product-modal__image { width: 100%; height: 360px; object-fit: cover; border-radius: 13px; }
.product-modal__content { padding: 25px 10px 10px 0; }
.product-modal__content h2 { margin: 0 0 12px; font: 600 28px/1.15 Unbounded, sans-serif; letter-spacing: -.05em; }
.product-modal__content > p { color: #746c61; font-size: 12px; line-height: 1.65; }
.option-title { margin: 24px 0 10px; font-size: 11px; font-weight: 800; }
.size-options { display: flex; gap: 8px; }
.size-options button { flex: 1; padding: 10px; border: 1px solid var(--line); border-radius: 9px; background: none; font-size: 11px; font-weight: 800; cursor: pointer; }
.size-options button.active { border-color: var(--red); color: var(--red); background: rgba(201,71,46,.06); }
.modal-add { width: 100%; margin-top: 28px; justify-content: space-between; }
.info-modal { width: min(570px, calc(100% - 30px)); padding: 48px; }
.info-modal h2 { margin-bottom: 30px; font-size: 40px; }
.info-steps > div { display: flex; gap: 15px; padding: 16px 0; border-top: 1px solid var(--line); }
.info-steps b { width: 27px; height: 27px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--green); font-size: 10px; }
.info-steps p { margin: 0; color: #796f64; font-size: 11px; line-height: 1.55; }
.info-steps strong { color: var(--ink); font-size: 12px; }
.data-note { margin: 25px 0 0; padding: 14px; color: #786e63; background: var(--cream); border-radius: 9px; font-size: 10px; line-height: 1.55; }
.toast { position: fixed; z-index: 100; left: 50%; bottom: 25px; padding: 12px 18px; color: #fff; background: var(--green); border-radius: 9px; font-size: 11px; font-weight: 800; opacity: 0; transform: translate(-50%, 20px); transition: .25s; pointer-events: none; }
.toast.show { opacity: 1; transform: translate(-50%, 0); }
.mobile-cart { display: none; }

@media (max-width: 960px) {
  .header__address { display: none; }
  .delivery-switch { margin-left: auto; }
  .phone { margin-left: 0; }
  .intro { grid-template-columns: 1fr 1fr; }
  .intro__visual img, .intro__visual::before, .intro__visual::after { width: 350px; height: 350px; }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 700px) {
  .shell { width: min(100% - 28px, 520px); }
  .topline__inner { gap: 12px; }
  .topline .link-button { display: none; }
  .header__inner { min-height: 70px; gap: 12px; }
  .brand__mark { width: 38px; height: 38px; }
  .brand__name { font-size: 11px; }
  .delivery-switch, .phone { display: none; }
  .cart-button { margin-left: auto; min-height: 40px; padding: 0 11px; }
  .cart-button > span:not(.cart-button__icon) { display: none; }
  .category-nav { display: none; }
  .intro { min-height: 630px; display: flex; flex-direction: column; padding-top: 55px; }
  .intro h1 { font-size: 42px; line-height: 1.08; }
  .intro__copy > p { margin: 19px 0 22px; font-size: 13px; }
  .intro__visual { width: 100%; min-height: 320px; margin-top: 10px; }
  .intro__visual img, .intro__visual::before, .intro__visual::after { width: 285px; height: 285px; }
  .sticker { width: 72px; height: 72px; right: 3px; font-size: 10px; }
  .intro__note { right: 0; bottom: 0; }
  .perks { grid-template-columns: 1fr; }
  .perks > div { padding: 18px 10px; border-right: 0; border-bottom: 1px solid var(--line); }
  .menu { padding-top: 65px; padding-bottom: 70px; }
  .section-heading { align-items: flex-start; }
  .section-heading h2, .restaurant-info h2 { font-size: 39px; }
  .search { width: 145px; }
  .mobile-categories { display: flex; gap: 8px; margin: -5px -14px 25px; padding: 5px 14px; overflow-x: auto; scrollbar-width: none; }
  .mobile-categories button { flex: 0 0 auto; padding: 9px 13px; border: 1px solid var(--line); border-radius: 20px; background: transparent; font-size: 10px; font-weight: 800; }
  .mobile-categories .active { color: #fff; background: var(--green); border-color: var(--green); }
  .product-grid { grid-template-columns: 1fr; gap: 10px; }
  .product-card--text { min-height: 235px; padding: 22px; }
  .product-card__image { aspect-ratio: 1; }
  .product-card__body { padding-top: 11px; }
  .product-card__body h3 { font-size: 14px; line-height: 1.2; }
  .product-card__body p { display: none; }
  .product-card__price strong { font-size: 17px; }
  .add-button { width: 35px; height: 35px; }
  .restaurant-info { grid-template-columns: 1fr; margin-bottom: 50px; }
  .restaurant-info__card { padding: 35px 27px; }
  .restaurant-info__map, .restaurant-info__map iframe { min-height: 320px; }
  .comeback { grid-template-columns: 1fr; margin-bottom: 50px; }
  .comeback__copy { padding: 38px 27px; }
  .comeback__copy h2 { font-size: 31px; }
  .comeback__visual { min-height: 330px; }
  .footer { padding: 45px 0 100px; }
  .footer__inner { grid-template-columns: 1fr 1fr; }
  .footer__legal { align-items: flex-start; }
  .product-modal__inner { grid-template-columns: 1fr; }
  .product-modal__image { height: 260px; }
  .product-modal__content { padding: 0; }
  .info-modal { padding: 38px 24px 25px; }
  .info-modal h2 { font-size: 31px; }
  .mobile-cart.has-items { position: fixed; z-index: 45; right: 14px; bottom: 14px; left: 14px; min-height: 54px; display: flex; align-items: center; justify-content: space-between; padding: 0 20px; border: 0; border-radius: 13px; color: #fff; background: var(--red); box-shadow: 0 10px 30px rgba(78,32,22,.3); font-size: 11px; }
  .mobile-cart strong { font-size: 14px; }
}

@media (max-width: 380px) {
  .product-grid { grid-template-columns: 1fr; }
  .product-card__image { aspect-ratio: 1.25; }
}
