@media (max-width: 1180px) {
  :root { --container: min(100% - 36px, 1100px); }
  .desktop-nav { gap: 18px; }
  .header-actions .button-outline { display: none; }
  .dish-image { height: 270px; }
  .intro-image img { height: 580px; }
  .quick-item { padding: 22px 17px; }
  .quick-item strong { font-size: .76rem; }
  .product-card { grid-template-columns: 100px 1fr; }
  .product-card > img, .product-placeholder { width: 100px; }
  .order-layout { grid-template-columns: minmax(0, 1fr) 340px; }
}

@media (max-width: 1024px) {
  :root { --header-height: 76px; }
  .section { padding: 90px 0; }
  .desktop-nav, .header-actions { display: none; }
  .header-inner { justify-content: space-between; }
  .menu-toggle { display: grid; }
  .site-header.menu-active { color: var(--text); background: var(--background); }
  .mobile-nav { position: fixed; inset: var(--header-height) 0 0; display: block; color: var(--text); background: var(--background); visibility: hidden; opacity: 0; transform: translateY(-10px); transition: opacity .25s, transform .25s, visibility .25s; overflow-y: auto; }
  .mobile-nav.open { visibility: visible; opacity: 1; transform: none; }
  .mobile-nav-inner { display: flex; width: var(--container); margin: 0 auto; padding: 34px 0 60px; flex-direction: column; }
  .mobile-nav-inner > a { display: flex; min-height: 57px; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--border); font-family: var(--serif); font-size: 1.55rem; }
  .mobile-nav-inner .mobile-order-link { margin-top: 20px; padding: 4px 18px; color: #fff; background: var(--accent); border: 0; font-family: var(--sans); font-size: .88rem; font-weight: 800; }
  .mobile-nav-meta { display: flex; margin-top: 25px; align-items: center; justify-content: space-between; color: var(--muted); font-size: .72rem; }
  .mobile-nav-meta a { display: flex; align-items: center; gap: 7px; color: var(--primary); font-weight: 800; }
  .hero { min-height: 730px; height: 90vh; }
  .hero h1 { font-size: clamp(4rem, 9vw, 6rem); }
  .hero-scroll { display: none; }
  .quick-info-grid { grid-template-columns: 1fr 1fr; }
  .quick-item:nth-child(2) { border-right: 0; }
  .quick-item:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.16); }
  .split-layout { gap: 65px; }
  .intro-image img { height: 520px; }
  .since-mark { right: -20px; width: 110px; height: 110px; }
  .dish-grid { grid-template-columns: 1fr 1fr; }
  .order-banner-image { left: 42%; }
  .values-list { grid-template-columns: 1fr 1fr; }
  .values-list article:nth-child(2) { border-right: 1px solid var(--border); }
  .values-list article:nth-child(-n+2) { border-bottom: 1px solid var(--border); }
  .lunch-grid { gap: 50px; }
  .gallery-grid { grid-template-columns: repeat(3, 1fr); }
  .reviews-grid { gap: 55px; }
  .contact-grid { grid-template-columns: 1fr; }
  .contact-panel { padding-top: 65px; padding-bottom: 65px; }
  .footer-grid { grid-template-columns: 1.3fr 1fr 1fr; }
  .footer-grid > div:last-child { display: none; }
  .menu-layout { grid-template-columns: 180px 1fr; gap: 45px; }
  .reservation-page { grid-template-columns: .75fr 1.25fr; }
  .reservation-content { width: calc(100% - 60px); }
  .order-layout { display: block; }
  .product-area { width: 100%; }
  .cart-panel { position: fixed; z-index: 1500; top: 0; right: 0; width: min(440px, 100%); height: 100dvh; max-height: none; transform: translateX(110%); transition: transform .3s; }
  .cart-panel.open { transform: none; }
  .cart-panel::before { position: fixed; z-index: -1; inset: 0 100% 0 -100vw; background: rgba(7,15,10,.65); content: ""; opacity: 0; pointer-events: none; transition: opacity .3s; }
  .cart-panel.open::before { opacity: 1; pointer-events: auto; }
  .cart-mobile-close { display: grid; width: 38px; height: 38px; place-items: center; cursor: pointer; }
  .mobile-cart-button { position: fixed; z-index: 900; right: 18px; bottom: 18px; left: 18px; display: flex; min-height: 60px; align-items: center; justify-content: space-between; padding: 14px 20px; color: #fff; border: 0; background: var(--accent); box-shadow: 0 10px 30px rgba(63,29,20,.3); font-weight: 800; }
  .mobile-cart-button span { display: flex; align-items: center; gap: 8px; }
  .mobile-cart-button strong { font-size: .8rem; }
  .mobile-cart-button em { font-style: normal; }
  body:has(.order-shop) .mobile-bottom-bar { display: none; }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .contact-detail-grid { gap: 55px; }
  .story-copy { padding: 65px 45px; }
}

@media (max-width: 768px) {
  :root { --container: calc(100% - 30px); }
  body { font-size: 15px; padding-bottom: calc(67px + env(safe-area-inset-bottom)); }
  body:has(.order-shop) { padding-bottom: 85px; }
  .section { padding: 72px 0; }
  .brand strong { font-size: 1.14rem; }
  .hero { height: auto; min-height: 760px; }
  .hero-content { min-height: 760px; padding-top: 100px; padding-bottom: 130px; justify-content: center; }
  .hero-shade { background: linear-gradient(90deg, rgba(12,25,17,.83), rgba(12,25,17,.32)), linear-gradient(0deg, rgba(5,12,8,.55), transparent 65%); }
  .hero h1 { font-size: clamp(3.35rem, 15vw, 5rem); }
  .hero-copy { font-size: .96rem; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-meta { right: 15px; bottom: 30px; left: 15px; gap: 9px 18px; }
  .hero-meta .pickup-note { padding-left: 0; border: 0; }
  .quick-info-grid { width: 100%; grid-template-columns: 1fr 1fr; }
  .quick-item { min-height: 104px; padding: 18px 15px; border-left: 0 !important; }
  .quick-item:nth-child(odd) { border-right: 1px solid rgba(255,255,255,.16); }
  .quick-item .icon { width: 23px; height: 23px; }
  .quick-item strong { font-size: .72rem; line-height: 1.35; }
  .quick-item span { font-size: .57rem; }
  .split-layout { grid-template-columns: 1fr; gap: 55px; }
  .intro-image { width: calc(100% - 20px); }
  .intro-image img { height: min(560px, 125vw); }
  .since-mark { right: -20px; }
  .intro-copy { padding-top: 0; }
  .section-heading { display: block; margin-bottom: 35px; }
  .section-heading > p { margin-top: 18px; }
  .dish-grid { gap: 28px 12px; }
  .dish-image { height: 235px; }
  .dish-content { display: block; }
  .dish-content > strong { display: block; margin-top: 8px; }
  .menu-tabs { margin-right: -15px; margin-left: -15px; border-right: 0; border-left: 0; }
  .tab-list { padding: 0 8px; }
  .tab-list button { padding-right: 13px; padding-left: 13px; }
  .tab-panel { padding: 20px 20px 25px; }
  .menu-row { min-height: 90px; }
  .menu-row p { padding-right: 10px; line-height: 1.4; }
  .menu-dots { display: none; }
  .menu-row > strong { margin-left: auto; }
  .menu-actions { flex-direction: column; }
  .order-banner { min-height: 700px; align-items: flex-end; }
  .order-banner-image { inset: 0; }
  .order-banner-image::after { background: linear-gradient(0deg, rgba(16,40,28,.98) 0%, rgba(16,40,28,.78) 52%, rgba(16,40,28,.1) 100%); }
  .order-banner-content { padding-bottom: 70px; }
  .order-banner-content > div { align-items: stretch; flex-direction: column; }
  .values-list article { padding: 32px 22px; }
  .values-list article > .icon { margin-bottom: 28px; }
  .lunch-grid { grid-template-columns: 1fr; gap: 40px; }
  .lunch-offers { padding: 8px 20px 15px; }
  .lunch-offers article { grid-template-columns: 55px 1fr auto; gap: 10px; }
  .gallery-grid { grid-auto-rows: 210px; grid-template-columns: 1fr 1fr; }
  .gallery-tall { grid-row: span 2; }
  .reviews-grid { grid-template-columns: 1fr; gap: 35px; }
  .review-summary { padding-right: 0; padding-bottom: 35px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.18); }
  .review-list blockquote p { font-size: 1.25rem; }
  .hours-panel, .contact-panel { padding: 45px 25px; }
  .hours-panel dl div { grid-template-columns: 100px 1fr; }
  .contact-actions { align-items: stretch; flex-direction: column; }
  .map-placeholder { min-height: 380px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 42px 25px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { min-height: 100px; align-items: flex-start; justify-content: center; flex-direction: column; gap: 5px; padding: 20px 0; }
  .mobile-bottom-bar { position: fixed; z-index: 950; right: 0; bottom: 0; left: 0; display: grid; min-height: 66px; grid-template-columns: repeat(3, 1fr); padding-bottom: env(safe-area-inset-bottom); background: #fff; border-top: 1px solid var(--border); box-shadow: 0 -5px 20px rgba(28,38,31,.08); }
  .mobile-bottom-bar a { position: relative; display: flex; min-height: 66px; align-items: center; justify-content: center; flex-direction: column; gap: 3px; color: var(--primary); font-size: .58rem; font-weight: 800; }
  .mobile-bottom-bar .icon { width: 20px; height: 20px; }
  .mobile-bottom-bar .bottom-order { color: #fff; background: var(--accent); }
  .cart-count { position: absolute; top: 5px; left: calc(50% + 9px); display: grid; min-width: 17px; height: 17px; place-items: center; color: var(--accent); background: #fff; border-radius: 50%; font-size: .54rem; font-style: normal; }
  .page-hero { min-height: 470px; }
  .page-hero-content { padding-top: 30px; }
  .page-hero h1 { font-size: 3.7rem; }
  .menu-notice-inner { align-items: flex-start; flex-direction: column; gap: 8px; padding: 17px 0; }
  .menu-layout { display: block; }
  .menu-sidebar { position: static; display: none; }
  .lunch-menu-card { grid-template-columns: 1fr; padding: 28px; }
  .lunch-menu-card > div:last-child { padding: 15px 0 0; border-top: 1px solid #cfc5b4; border-left: 0; }
  .menu-category { padding-top: 65px; }
  .menu-category > header h2 { font-size: 2.55rem; }
  .full-menu-list article { min-height: 105px; }
  .full-menu-list p { line-height: 1.45; }
  .menu-cta .container { align-items: stretch; flex-direction: column; }
  .menu-cta .container > div:last-child { flex-direction: column; }
  .reservation-page { display: block; padding-top: var(--header-height); }
  .reservation-image { position: relative; top: 0; height: 320px; }
  .reservation-content { width: var(--container); padding: 55px 0 80px; }
  .form-row, .form-row.three { grid-template-columns: 1fr; }
  .order-page-head { padding-top: calc(var(--header-height) + 45px); }
  .order-page-head .container { display: block; }
  .order-page-head h1 { font-size: 3.5rem; }
  .order-status { min-width: 0; margin-top: 28px; }
  .demo-order-note .container { align-items: flex-start; flex-direction: column; gap: 2px; padding: 12px 0; }
  .order-category-nav { top: var(--header-height); margin-right: -15px; margin-left: -15px; }
  .product-grid { grid-template-columns: 1fr; }
  .product-card { min-height: 150px; grid-template-columns: 112px 1fr; }
  .product-card > img, .product-placeholder { width: 112px; min-height: 150px; }
  .product-area { padding-top: 25px; }
  .mobile-cart-button { bottom: 12px; }
  .checkout-dialog { padding: 28px 22px; }
  .contact-detail-grid, .contact-form-grid { grid-template-columns: 1fr; gap: 50px; }
  .hours-card { padding: 35px 25px; }
  .story-section { grid-template-columns: 1fr; }
  .story-image img { min-height: 0; height: 420px; }
  .story-copy { padding: 55px 25px 65px; }
  .legal-hero { padding-top: calc(var(--header-height) + 60px); }
}

@media (max-width: 480px) {
  .hero h1 { font-size: 3.25rem; }
  .hero-content { min-height: 740px; }
  .hero-meta { font-size: .7rem; }
  .hero-meta span:first-child { width: 100%; }
  .quick-item { gap: 10px; padding: 15px 10px; }
  .quick-item .icon { width: 20px; }
  .quick-item strong { font-size: .65rem; }
  .dish-image { height: 180px; }
  .dish-content h3 { font-size: 1.12rem; }
  .dish-content p { font-size: .7rem; }
  .values-list { grid-template-columns: 1fr; }
  .values-list article { border-right: 1px solid var(--border); border-bottom: 1px solid var(--border); border-left: 1px solid var(--border); }
  .values-list article:last-child { border-bottom: 0; }
  .lunch-offers article { min-height: 135px; grid-template-columns: 1fr auto; }
  .lunch-offers article > span { grid-column: 1 / -1; align-self: end; }
  .gallery-grid { grid-auto-rows: 175px; }
  .gallery-item:nth-child(7), .gallery-item:nth-child(8) { display: none; }
  .hours-panel dl div, .hours-card dl div { grid-template-columns: 90px 1fr; font-size: .67rem; }
  .map-card { grid-template-columns: 46px 1fr; padding: 22px 18px; }
  .map-pin { width: 44px; height: 44px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > div { grid-column: auto; }
  .choice-field { grid-template-columns: 1fr; }
  .success-view { min-height: 520px; }
  .full-menu-list article { gap: 15px; }
  .full-menu-list h3 { font-size: 1.05rem; }
  .full-menu-list p { font-size: .7rem; }
  .product-card { grid-template-columns: 96px 1fr; }
  .product-card > img, .product-placeholder { width: 96px; }
  .contact-detail-grid h2 { font-size: 2.65rem; }
}
