
:root {
  --cream: #f6f0e8;
  --paper: #fbf8f3;
  --ink: #263129;
  --muted: #788078;
  --line: #ded7ca;
  --terracotta: #bd654a;
  --terracotta-dark: #9e4d37;
  --olive: #65745c;
  --olive-dark: #3d4e41;
  --sun: #d9a54a;
  --shadow: 0 16px 44px rgba(57, 48, 36, 0.09);
  --serif: "Fraunces", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
  --mono: "DM Mono", monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: var(--sans); font-size: 15px; line-height: 1.55; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
button:disabled { cursor: not-allowed; }
a { color: inherit; text-decoration: none; }

.site-shell { min-height: 100vh; overflow: hidden; }
.page-grid { width: min(1160px, calc(100% - 64px)); margin-inline: auto; }
.site-header { position: sticky; z-index: 20; top: 0; display: flex; align-items: center; justify-content: space-between; width: min(1160px, calc(100% - 64px)); margin: 0 auto; padding: 19px 0; background: rgba(246, 240, 232, 0.92); backdrop-filter: blur(16px); }
.brand-lockup, .footer-brand { display: flex; align-items: center; gap: 11px; }
.brand-mark { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; background: var(--terracotta); color: #fff8ee; font-family: var(--serif); font-size: 14px; letter-spacing: -0.05em; }
.brand-logo { display: block; width: 132px; height: auto; max-height: 40px; object-fit: contain; object-position: left center; }
.footer-logo { display: block; width: 116px; height: auto; max-height: 34px; object-fit: contain; object-position: left center; }
.brand-lockup strong, .footer-brand strong { display: block; font-size: 16px; letter-spacing: -0.02em; }
.brand-lockup small { display: block; color: var(--muted); font-family: var(--mono); font-size: 8px; letter-spacing: .12em; text-transform: uppercase; }
.desktop-nav { display: flex; gap: 31px; margin-left: 70px; color: #5c665d; font-size: 13px; }
.desktop-nav a, .text-button, .admin-link { transition: color 160ms ease; }
.desktop-nav a:hover, .text-button:hover, .admin-link:hover { color: var(--terracotta); }
.header-actions { display: flex; align-items: center; gap: 10px; }
.icon-link { display: grid; place-items: center; width: 37px; height: 37px; border: 1px solid var(--line); border-radius: 50%; color: var(--olive-dark); transition: border-color 160ms ease, transform 160ms ease; }
.icon-link:hover { border-color: var(--terracotta); transform: translateY(-1px); }
.header-order, .primary-button, .add-button, .copy-button, .zalo-button, .outline-light-button { display: inline-flex; align-items: center; justify-content: center; gap: 8px; border: 0; transition: transform 160ms cubic-bezier(.23,1,.32,1), background 160ms ease, box-shadow 160ms ease; }
.header-order:active, .primary-button:active, .add-button:active, .copy-button:active, .zalo-button:active, .outline-light-button:active { transform: scale(.97); }
.header-order { min-height: 37px; padding: 0 15px; border-radius: 20px; background: var(--olive-dark); color: #fff; font-size: 12px; font-weight: 700; }
.header-order:hover, .primary-button:hover { background: #2f4235; box-shadow: 0 9px 18px rgba(61,78,65,.18); }

.hero-section { display: grid; grid-template-columns: minmax(0, 1fr) 0.9fr; gap: 80px; align-items: center; min-height: 600px; padding: 72px 0 80px; }
.hero-copy { padding-left: clamp(0px, 5vw, 70px); }
.hero-kicker, .section-eyebrow { display: flex; align-items: center; gap: 9px; color: var(--terracotta); font-family: var(--mono); font-size: 10px; font-weight: 500; letter-spacing: .13em; text-transform: uppercase; }
.hero-kicker svg { color: var(--sun); }
.hero-copy h1 { max-width: 530px; margin: 22px 0 18px; color: var(--olive-dark); font-family: var(--serif); font-size: clamp(48px, 6.5vw, 76px); font-weight: 500; letter-spacing: -.075em; line-height: .99; }
.hero-copy h1 em, .story-intro h2 em { color: var(--terracotta); font-style: normal; }
.hero-lede { max-width: 430px; margin: 0; color: #687169; font-size: 17px; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 22px; margin-top: 31px; }
.primary-button { min-height: 45px; padding: 0 19px; border-radius: 8px; background: var(--olive-dark); color: #fff; font-size: 13px; font-weight: 700; }
.text-button { display: inline-flex; align-items: center; gap: 7px; padding: 0; border: 0; background: none; color: var(--olive-dark); font-size: 13px; font-weight: 700; }
.hero-note { display: flex; align-items: center; gap: 7px; margin-top: 43px; color: #7d837d; font-family: var(--mono); font-size: 10px; text-transform: uppercase; letter-spacing: .06em; }
.note-dot { width: 7px; height: 7px; border-radius: 50%; background: #72925d; box-shadow: 0 0 0 4px rgba(114,146,93,.12); }
.note-divider { color: var(--line); }
.hero-visual { position: relative; min-height: 460px; }
.hero-plate { position: absolute; inset: 4% 9% 8% 5%; display: grid; place-items: center; border-radius: 48% 52% 49% 51% / 46% 47% 53% 54%; background: #e9dbc8; box-shadow: var(--shadow); transform: rotate(-4deg); }
.hero-plate:before, .hero-plate:after { position: absolute; content: ""; border-radius: 50%; border: 1px solid rgba(153,120,85,.16); }
.hero-plate:before { inset: 7%; }
.hero-plate:after { inset: 12%; }
.hero-plate .food-placeholder { width: 62%; height: 62%; border-radius: 50%; background: #cfa06c; }
.hero-logo { position: relative; z-index: 1; display: block; width: 70%; height: auto; filter: drop-shadow(0 10px 12px rgba(75, 33, 25, .16)); transform: rotate(4deg); }
.food-placeholder { position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 176px; overflow: hidden; background: linear-gradient(140deg, #d5a267, #b97955 50%, #7d825c); color: rgba(255, 250, 239, .88); text-align: center; }
.food-photo { display: block; width: 100%; height: 190px; object-fit: cover; object-position: center 62%; }
.food-photo--compact { height: 150px; }
.food-placeholder:before { position: absolute; inset: -20%; content: ""; background: repeating-linear-gradient(135deg, transparent 0 25px, rgba(255,255,255,.08) 25px 27px); transform: rotate(10deg); }
.food-placeholder svg, .food-placeholder span, .food-placeholder small { position: relative; z-index: 1; }
.food-placeholder span { margin-top: 9px; font-family: var(--mono); font-size: 9px; letter-spacing: .12em; }
.food-placeholder small { margin-top: 2px; font-size: 10px; opacity: .78; }
.food-placeholder__leaf { position: absolute; top: 20%; left: 18%; width: 30px; height: 16px; border-radius: 100% 0 100% 0; background: rgba(90,112,70,.55); transform: rotate(-26deg); }
.food-placeholder--compact { min-height: 150px; }
.hero-stamp { position: absolute; right: 1%; bottom: 13%; display: flex; align-items: center; gap: 7px; padding: 11px 14px; border-radius: 8px; background: var(--terracotta); color: #fff9f0; box-shadow: 0 12px 28px rgba(145,72,52,.2); font-family: var(--mono); font-size: 10px; letter-spacing: .05em; transform: rotate(4deg); }
.hero-side-note { position: absolute; top: 11%; right: -1%; color: var(--olive); font-family: var(--serif); font-size: 15px; line-height: 1.05; text-align: left; transform: rotate(8deg); }
.hero-side-note strong { color: var(--terracotta); font-size: 29px; }

.notice-banner { display: grid; grid-template-columns: auto minmax(0, 1fr) auto; gap: 16px; align-items: center; padding: 17px 21px; border: 1px solid #e4d9c9; border-radius: 9px; background: #f0e6d8; }
.notice-icon { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 50%; background: #e1c9af; color: var(--terracotta-dark); }
.notice-banner strong { display: block; color: var(--olive-dark); font-size: 13px; }
.notice-banner p { margin: 2px 0 0; color: #777972; font-size: 12px; }
.notice-link { display: inline-flex; align-items: center; gap: 6px; color: var(--terracotta-dark); font-size: 11px; font-weight: 700; white-space: nowrap; }

.menu-section, .order-section, .story-section, .visit-section { padding: 105px 0 0; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 25px; margin-bottom: 28px; }
.section-eyebrow { margin: 0 0 10px; }
.section-eyebrow span { display: block; width: 22px; height: 1px; background: currentColor; }
.section-heading h2, .story-intro h2 { margin: 0; color: var(--olive-dark); font-family: var(--serif); font-size: clamp(32px, 4.4vw, 48px); font-weight: 500; letter-spacing: -.06em; line-height: 1.05; }
.date-picker-wrap { display: flex; align-items: center; gap: 9px; padding: 9px 12px; border-bottom: 1px solid var(--olive-dark); color: var(--olive-dark); }
.date-picker-wrap label { font-family: var(--mono); font-size: 10px; text-transform: uppercase; letter-spacing: .06em; }
.date-picker-wrap input { max-width: 130px; border: 0; outline: 0; background: transparent; color: var(--olive-dark); font-family: var(--mono); font-size: 11px; }
.date-state { display: flex; align-items: center; justify-content: space-between; gap: 15px; min-height: 42px; margin-bottom: 20px; padding: 0 13px; border-radius: 6px; font-size: 12px; }
.date-state--open { background: #e1ebdc; color: #4d664b; }
.date-state--closed { background: #f0ded7; color: #964f3c; }
.date-state > div { display: flex; align-items: center; gap: 7px; }
.date-state__dot { width: 7px; height: 7px; border-radius: 50%; background: currentColor; }
.date-state > span { font-size: 11px; }
.menu-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; }
.menu-grid--daily { margin-bottom: 70px; }
.menu-card { overflow: hidden; border: 1px solid #e3dbce; border-radius: 9px; background: var(--paper); transition: box-shadow 180ms ease, transform 180ms ease; }
.menu-card:hover { box-shadow: var(--shadow); transform: translateY(-3px); }
.menu-card--muted { opacity: .63; }
.menu-card__media { position: relative; }
.menu-card__media .food-placeholder { min-height: 190px; }
.status-pill { position: absolute; top: 11px; left: 11px; padding: 5px 8px; border-radius: 4px; font-family: var(--mono); font-size: 9px; text-transform: uppercase; letter-spacing: .06em; }
.status-pill--open { background: #ecf3e9; color: #59714f; }
.status-pill--closed { background: rgba(255,249,240,.9); color: #966452; }
.menu-card__body { display: flex; flex-direction: column; min-height: 168px; padding: 16px 17px 14px; }
.menu-card__category { margin: 0 0 5px; color: var(--terracotta); font-family: var(--mono); font-size: 9px; letter-spacing: .07em; text-transform: uppercase; }
.menu-card h3 { margin: 0; color: var(--olive-dark); font-family: var(--serif); font-size: 20px; font-weight: 500; letter-spacing: -.035em; line-height: 1.1; }
.menu-card__description { margin: 9px 0 14px; color: #7c817a; font-size: 12px; line-height: 1.55; }
.menu-card__footer { display: flex; align-items: center; justify-content: space-between; gap: 8px; margin-top: auto; }
.menu-card__footer strong { color: var(--terracotta-dark); font-family: var(--mono); font-size: 13px; }
.add-button { min-height: 31px; padding: 0 10px; border: 1px solid #d8d3c6; border-radius: 5px; background: transparent; color: var(--olive-dark); font-size: 11px; font-weight: 700; }
.add-button:hover { border-color: var(--terracotta); color: var(--terracotta); }
.add-button:disabled { border-color: #ddd8cf; color: #a5a39c; }
.quantity-control { display: flex; align-items: center; gap: 10px; color: var(--olive-dark); font-family: var(--mono); font-size: 12px; }
.quantity-control button { display: grid; place-items: center; width: 26px; height: 26px; border: 1px solid #d7d0c2; border-radius: 50%; background: transparent; color: var(--olive-dark); }
.quantity-control button:hover { border-color: var(--terracotta); color: var(--terracotta); }
.empty-daily { display: flex; align-items: center; gap: 10px; grid-column: 1 / -1; padding: 22px; border: 1px dashed #d6cdbf; border-radius: 8px; background: rgba(251,248,243,.48); color: var(--muted); font-size: 13px; }
.muted-label { color: #92968f; font-family: var(--mono); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.section-heading--regular { margin-bottom: 23px; }

.order-section { padding-bottom: 105px; }
.order-layout { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(300px, .8fr); gap: 19px; align-items: start; }
.order-form-card, .summary-card { border: 1px solid #e3dbce; border-radius: 10px; background: var(--paper); box-shadow: 0 9px 28px rgba(57,48,36,.045); }
.order-form-card { padding: 22px; }
.method-toggle { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-bottom: 25px; padding: 5px; border-radius: 7px; background: #f0ebe3; }
.method-toggle button { display: grid; grid-template-columns: auto 1fr; gap: 1px 8px; align-items: center; padding: 12px 13px; border: 1px solid transparent; border-radius: 5px; background: transparent; color: #858982; text-align: left; }
.method-toggle button.is-active { border-color: #d9d0c2; background: var(--paper); color: var(--olive-dark); box-shadow: 0 2px 8px rgba(58,49,38,.05); }
.method-toggle svg { grid-row: span 2; }
.method-toggle span { font-size: 12px; font-weight: 700; }
.method-toggle small { font-size: 10px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 17px 14px; }
.form-grid label { display: flex; flex-direction: column; gap: 6px; }
.form-grid label > span { color: #5f6960; font-size: 11px; font-weight: 700; }
.form-grid label b { color: var(--terracotta); }
.form-grid label span small { color: #9c9f99; font-weight: 400; }
.form-grid input, .form-grid select, .form-grid textarea { width: 100%; min-height: 42px; padding: 0 12px; border: 1px solid #ddd6ca; border-radius: 5px; outline: none; background: #fffdf9; color: var(--ink); font-size: 13px; transition: border-color 160ms ease, box-shadow 160ms ease; }
.form-grid textarea { padding-top: 10px; resize: vertical; }
.form-grid input:focus, .form-grid select:focus, .form-grid textarea:focus { border-color: var(--olive); box-shadow: 0 0 0 3px rgba(101,116,92,.1); }
.form-full { grid-column: 1 / -1; }
.form-actions { display: flex; align-items: center; gap: 10px; margin-top: 23px; }
.copy-button, .zalo-button { min-height: 43px; padding: 0 14px; border-radius: 6px; font-size: 12px; font-weight: 700; }
.copy-button { background: var(--terracotta); color: #fff; }
.copy-button:hover { background: var(--terracotta-dark); box-shadow: 0 7px 16px rgba(158,77,55,.18); }
.zalo-button { border: 1px solid #d9d2c5; background: transparent; color: var(--olive-dark); }
.zalo-button:hover { border-color: var(--olive); }
.zalo-bubble { display: grid; place-items: center; width: 19px; height: 19px; border-radius: 50%; background: #0e86de; color: #fff; font-family: var(--sans); font-size: 12px; font-weight: 700; }
.zalo-bubble--light { background: rgba(255,255,255,.22); }
.confirmation-note { display: flex; align-items: flex-start; gap: 7px; margin: 17px 0 0; color: #7b817a; font-size: 11px; }
.confirmation-note svg { flex: 0 0 auto; margin-top: 2px; color: #759067; }
.summary-card { padding: 20px; background: var(--olive-dark); color: #f8f4eb; }
.summary-card__head { display: flex; align-items: start; justify-content: space-between; padding-bottom: 18px; border-bottom: 1px solid rgba(255,255,255,.15); }
.summary-card .section-eyebrow { color: #c7a15f; }
.summary-card h3 { margin: 0; font-family: var(--serif); font-size: 24px; font-weight: 500; letter-spacing: -.05em; }
.summary-card__head > svg { color: #d9a54a; }
.summary-card__rows { padding: 15px 0 11px; border-bottom: 1px solid rgba(255,255,255,.15); }
.summary-row { display: flex; justify-content: space-between; gap: 15px; padding: 5px 0; color: #f1ece1; font-size: 12px; }
.summary-row span { min-width: 0; }
.summary-row small { color: #aeb9a7; font-family: var(--mono); font-size: 10px; }
.summary-row strong { white-space: nowrap; font-family: var(--mono); font-size: 11px; }
.summary-row--sub { color: #b9c3b5; font-size: 11px; }
.summary-row--total { margin-top: 10px; padding-top: 13px; border-top: 1px dashed rgba(255,255,255,.18); color: #fff; font-size: 14px; font-weight: 700; }
.summary-row--total strong { color: #f2bd6e; font-size: 14px; }
.summary-empty { display: flex; align-items: center; gap: 8px; padding: 6px 0 12px; color: #bdc7b9; font-size: 12px; }
.summary-meta { display: flex; flex-direction: column; gap: 7px; padding-top: 15px; color: #c3cdc0; font-size: 11px; }
.summary-meta span { display: flex; align-items: center; gap: 7px; }
.summary-meta svg { color: #d9a54a; }

.story-section { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; padding-bottom: 105px; }
.story-intro { padding: 24px 0 0 clamp(0px, 5vw, 70px); }
.story-intro h2 { font-size: clamp(35px, 5vw, 54px); }
.story-intro > p { max-width: 300px; margin: 22px 0 28px; color: #727a72; font-size: 14px; }
.post-card { padding: 13px; border: 1px solid #e3dbce; border-radius: 10px; background: var(--paper); }
.post-card > div { display: grid; grid-template-columns: 220px minmax(0, 1fr); gap: 23px; align-items: center; }
.post-card .food-placeholder { min-height: 205px; border-radius: 6px; }
.post-card__copy { padding-right: 18px; }
.post-meta { display: flex; align-items: center; gap: 10px; color: #92958c; font-family: var(--mono); font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }
.pinned-label { padding: 4px 7px; border-radius: 3px; background: #f1ddcd; color: var(--terracotta); }
.post-card h3 { margin: 14px 0 8px; color: var(--olive-dark); font-family: var(--serif); font-size: 26px; font-weight: 500; letter-spacing: -.045em; line-height: 1.05; }
.post-card p { margin: 0 0 19px; color: #7a8179; font-size: 13px; }

.visit-section { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; padding-bottom: 105px; }
.visit-card { min-height: 325px; padding: 31px; border-radius: 9px; color: #fff9ef; }
.visit-card--olive { background: var(--olive); }
.visit-card--terracotta { background: var(--terracotta); }
.visit-card .section-eyebrow { color: #edc78a; }
.visit-card__icon { display: grid; place-items: center; width: 42px; height: 42px; margin-bottom: 33px; border: 1px solid rgba(255,255,255,.27); border-radius: 50%; }
.visit-card h3 { max-width: 290px; margin: 0; font-family: var(--serif); font-size: 32px; font-weight: 500; letter-spacing: -.055em; line-height: 1; }
.visit-card p { max-width: 385px; margin: 17px 0 24px; color: rgba(255,250,239,.78); font-size: 13px; }
.outline-light-button { min-height: 37px; padding: 0 12px; border: 1px solid rgba(255,255,255,.36); border-radius: 5px; background: transparent; color: #fff; font-size: 11px; font-weight: 700; }
.outline-light-button:hover { border-color: #fff; background: rgba(255,255,255,.1); }
.contact-row { display: flex; gap: 8px; }

.site-footer { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-top: 23px; padding-bottom: 28px; border-top: 1px solid var(--line); }
.footer-brand p { margin: 2px 0 0; color: #8a8f88; font-size: 11px; }
.footer-detail { display: flex; gap: 19px; color: #848b83; font-family: var(--mono); font-size: 9px; }
.footer-detail span { display: flex; align-items: center; gap: 6px; }
.admin-link { display: inline-flex; align-items: center; gap: 6px; color: #81877e; font-size: 11px; }

.toast { position: fixed; z-index: 50; top: 20px; left: 50%; display: flex; align-items: center; gap: 9px; max-width: min(480px, calc(100% - 30px)); padding: 12px 14px; border-radius: 7px; color: #fff; box-shadow: 0 14px 32px rgba(31,38,32,.22); font-size: 12px; transform: translateX(-50%); animation: toast-in 220ms ease-out; }
.toast--success { background: var(--olive-dark); }
.toast--warning { background: #9f593f; }
.toast button { display: grid; place-items: center; margin-left: auto; border: 0; background: transparent; color: inherit; }
@keyframes toast-in { from { opacity: 0; transform: translate(-50%, -8px); } to { opacity: 1; transform: translate(-50%, 0); } }
.mobile-order-dock, .mobile-sheet { display: none; }

@media (max-width: 850px) {
  .page-grid, .site-header { width: min(100% - 38px, 620px); }
  .site-header { padding: 14px 0; }
  .desktop-nav { display: none; }
  .hero-section { grid-template-columns: 1fr; gap: 25px; min-height: 0; padding: 55px 0 60px; }
  .hero-copy { padding-left: 0; }
  .hero-copy h1 { font-size: clamp(48px, 16vw, 72px); }
  .hero-visual { min-height: 360px; }
  .hero-plate { inset: 3% 11% 7% 8%; }
  .hero-stamp { right: 3%; bottom: 8%; }
  .hero-side-note { right: 0; }
  .notice-banner { grid-template-columns: auto minmax(0, 1fr); }
  .notice-link { grid-column: 2; }
  .menu-grid { grid-template-columns: repeat(2, 1fr); }
  .order-layout, .story-section { grid-template-columns: 1fr; gap: 24px; }
  .story-section { padding-bottom: 80px; }
  .story-intro { padding-left: 0; }
  .visit-section { grid-template-columns: 1fr; padding-bottom: 80px; }
  .footer-detail { display: none; }
}

@media (max-width: 560px) {
  body { font-size: 14px; }
  .page-grid, .site-header { width: calc(100% - 30px); }
  .header-order { padding: 0 12px; }
  .header-order span { display: none; }
  .hero-section { padding-top: 44px; }
  .hero-copy h1 { font-size: 55px; }
  .hero-lede { font-size: 15px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 16px; }
  .hero-note { flex-wrap: wrap; line-height: 1.6; }
  .hero-visual { min-height: 290px; }
  .hero-plate .food-placeholder { width: 57%; height: 57%; min-height: 0; }
  .hero-side-note { top: 9%; right: -3px; font-size: 12px; }
  .hero-side-note strong { font-size: 24px; }
  .hero-stamp { padding: 9px 11px; font-size: 8px; }
  .notice-banner { gap: 11px; padding: 14px; }
  .notice-banner p { font-size: 11px; }
  .menu-section, .order-section { padding-top: 75px; }
  .section-heading { align-items: flex-start; flex-direction: column; margin-bottom: 22px; }
  .section-heading h2 { font-size: 39px; }
  .date-picker-wrap { width: 100%; justify-content: space-between; }
  .date-picker-wrap input { max-width: none; }
  .date-state { align-items: flex-start; flex-direction: column; justify-content: center; gap: 4px; padding: 10px 12px; }
  .menu-grid { grid-template-columns: 1fr; gap: 14px; }
  .menu-grid--daily { margin-bottom: 56px; }
  .menu-card { display: grid; grid-template-columns: 112px minmax(0,1fr); }
  .menu-card__media .food-placeholder { min-height: 100%; height: 100%; }
  .menu-card__media .food-photo { height: 100%; min-height: 158px; object-position: center 62%; }
  .menu-card__body { min-height: 158px; padding: 13px 13px 11px; }
  .menu-card h3 { font-size: 18px; }
  .menu-card__description { margin: 7px 0 10px; font-size: 11px; }
  .status-pill { top: 8px; left: 7px; max-width: calc(100% - 14px); padding: 4px 5px; font-size: 7px; }
  .order-section { padding-bottom: 75px; }
  .order-form-card { padding: 14px; }
  .method-toggle { gap: 3px; padding: 3px; }
  .method-toggle button { padding: 10px 7px; gap: 1px 6px; }
  .method-toggle span { font-size: 11px; }
  .method-toggle small { font-size: 8px; }
  .form-grid { grid-template-columns: 1fr; gap: 13px; }
  .form-full { grid-column: auto; }
  .form-actions { align-items: stretch; flex-direction: column; }
  .copy-button, .zalo-button { width: 100%; }
  .summary-card { padding: 16px; }
  .story-section { padding-top: 75px; }
  .post-card > div { grid-template-columns: 1fr; gap: 16px; }
  .post-card .food-placeholder { min-height: 160px; }
  .post-card__copy { padding: 0 4px 6px; }
  .visit-card { min-height: 285px; padding: 24px; }
  .visit-card h3 { font-size: 29px; }
  .site-footer { align-items: flex-start; flex-direction: column; gap: 15px; }
  .mobile-order-dock { position: fixed; z-index: 30; right: 15px; bottom: 15px; left: 15px; display: flex; align-items: center; justify-content: space-between; min-height: 49px; padding: 0 15px; border: 0; border-radius: 9px; background: var(--terracotta); color: #fff; box-shadow: 0 13px 28px rgba(97,54,41,.24); font-size: 12px; }
  .mobile-order-dock span, .mobile-order-dock strong { display: flex; align-items: center; gap: 7px; }
  .mobile-order-dock strong { font-family: var(--mono); font-size: 11px; }
  .mobile-sheet { position: fixed; z-index: 40; inset: 0; display: block; }
  .mobile-sheet__backdrop { position: absolute; inset: 0; background: rgba(35,43,36,.52); }
  .mobile-sheet__content { position: absolute; right: 0; bottom: 0; left: 0; padding: 10px 15px 22px; border-radius: 17px 17px 0 0; background: var(--cream); box-shadow: 0 -12px 36px rgba(31,38,32,.2); animation: sheet-in 230ms ease-out; }
  .mobile-sheet__handle { width: 39px; height: 4px; margin: 0 auto 13px; border-radius: 3px; background: #c5bfb4; }
  .mobile-sheet__head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 12px; }
  .mobile-sheet__head h3 { margin: 0; color: var(--olive-dark); font-family: var(--serif); font-size: 25px; font-weight: 500; }
  .mobile-sheet__head button { display: grid; place-items: center; border: 0; background: transparent; color: var(--ink); }
  .mobile-sheet .primary-button { width: 100%; margin-top: 13px; }
  @keyframes sheet-in { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }
}

@media (prefers-reduced-motion: reduce) {
  *, *:before, *:after { scroll-behavior: auto !important; animation-duration: .01ms !important; transition-duration: .01ms !important; }
}

/* Admin preview */
.admin-shell { min-height: 100vh; background: #f4f1eb; color: var(--ink); }
.admin-sidebar { position: fixed; z-index: 30; inset: 0 auto 0 0; display: flex; flex-direction: column; width: 246px; padding: 25px 15px 20px; background: var(--olive-dark); color: #f7f4eb; }
.admin-brand { display: flex; align-items: center; gap: 10px; padding: 0 9px 27px; }
.admin-brand .brand-mark { width: 35px; height: 35px; background: var(--terracotta); }
.admin-logo { display: block; width: 150px; height: auto; max-height: 43px; object-fit: contain; object-position: left center; }
.admin-brand strong { display: block; font-family: var(--serif); font-size: 19px; font-weight: 500; }
.admin-brand small { display: block; color: #aebbb0; font-family: var(--mono); font-size: 8px; letter-spacing: .1em; }
.admin-mode-note { display: flex; gap: 8px; padding: 12px 10px; border: 1px solid rgba(255,255,255,.13); border-radius: 6px; background: rgba(255,255,255,.06); color: #bdc9bc; font-size: 10px; line-height: 1.45; }
.admin-mode-note svg { flex: 0 0 auto; color: #d3a85e; }
.admin-nav { display: flex; flex-direction: column; gap: 4px; margin-top: 28px; }
.admin-nav button { display: flex; align-items: center; gap: 11px; min-height: 42px; padding: 0 11px; border: 0; border-radius: 6px; background: transparent; color: #b7c3b4; text-align: left; font-size: 12px; }
.admin-nav button svg:last-child { margin-left: auto; }
.admin-nav button:hover { color: #fff; background: rgba(255,255,255,.08); }
.admin-nav button.is-active { background: #f0e8dc; color: var(--olive-dark); font-weight: 700; }
.admin-back { display: flex; align-items: center; gap: 8px; margin-top: auto; padding: 0 11px; color: #b7c3b4; font-size: 11px; }
.admin-back:hover { color: #fff; }
.admin-main { min-height: 100vh; margin-left: 246px; }
.admin-topbar { display: flex; align-items: center; justify-content: flex-end; min-height: 66px; padding: 0 38px; border-bottom: 1px solid #e3ddd2; background: rgba(251,248,243,.83); }
.admin-menu-button { display: none; border: 0; background: transparent; color: var(--olive-dark); }
.admin-topbar__right { display: flex; align-items: center; gap: 17px; }
.admin-draft-status { display: flex; align-items: center; gap: 7px; color: #778078; font-family: var(--mono); font-size: 10px; }
.admin-draft-status span { width: 7px; height: 7px; border-radius: 50%; background: #ce9d43; }
.admin-avatar { display: grid; place-items: center; width: 31px; height: 31px; border-radius: 50%; background: #ead5c5; color: var(--terracotta-dark); font-family: var(--serif); font-size: 12px; }
.admin-avatar-logo { display: block; width: 54px; height: 31px; object-fit: contain; object-position: right center; }
.admin-content { width: min(980px, calc(100% - 80px)); margin: 0 auto; padding: 52px 0 80px; }
.admin-page-title { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 30px; }
.admin-eyebrow { margin: 0 0 7px; color: var(--terracotta); font-family: var(--mono); font-size: 9px; letter-spacing: .11em; text-transform: uppercase; }
.admin-page-title h1 { margin: 0; color: var(--olive-dark); font-family: var(--serif); font-size: 46px; font-weight: 500; letter-spacing: -.065em; line-height: 1; }
.admin-primary, .admin-outline { display: inline-flex; align-items: center; justify-content: center; gap: 7px; min-height: 39px; padding: 0 13px; border-radius: 5px; font-size: 11px; font-weight: 700; }
.admin-primary { border: 0; background: var(--terracotta); color: #fff; }
.admin-primary:hover { background: var(--terracotta-dark); }
.admin-outline { border: 1px solid #d4cfc4; background: transparent; color: var(--olive-dark); }
.admin-outline:hover { border-color: var(--terracotta); color: var(--terracotta); }
.admin-demo-banner { display: flex; gap: 12px; align-items: flex-start; margin-bottom: 25px; padding: 14px 16px; border: 1px solid #ead2bf; border-radius: 7px; background: #f9eade; color: #8b513d; }
.admin-demo-banner svg { flex: 0 0 auto; color: var(--terracotta); }
.admin-demo-banner strong { display: block; font-size: 12px; }
.admin-demo-banner p { margin: 3px 0 0; color: #936d5e; font-size: 11px; }
.admin-demo-banner--olive { border-color: #d5dfcd; background: #e8f0e4; color: #55704e; }
.admin-demo-banner--olive svg { color: #718f65; }
.admin-demo-banner--olive p { color: #6c8067; }
.admin-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 13px; margin-bottom: 26px; }
.admin-stat { display: flex; align-items: flex-start; gap: 11px; padding: 16px; border: 1px solid #e2dbd0; border-radius: 8px; background: var(--paper); }
.admin-stat__icon { display: grid; place-items: center; width: 31px; height: 31px; border-radius: 50%; background: #eddbc9; color: var(--terracotta); }
.admin-stat p { margin: 0; color: #838980; font-size: 10px; }
.admin-stat strong { display: block; margin-top: 2px; color: var(--olive-dark); font-family: var(--mono); font-size: 23px; font-weight: 500; }
.admin-stat small { color: #a0a39d; font-size: 10px; }
.admin-panel { margin-top: 18px; padding: 22px; border: 1px solid #e2dbd0; border-radius: 9px; background: var(--paper); }
.admin-panel__head { display: flex; align-items: flex-start; justify-content: space-between; gap: 15px; margin-bottom: 20px; }
.admin-panel__head h2 { margin: 0; color: var(--olive-dark); font-family: var(--serif); font-size: 25px; font-weight: 500; letter-spacing: -.045em; }
.admin-panel__hint { color: #9b9e97; font-family: var(--mono); font-size: 9px; text-transform: uppercase; letter-spacing: .07em; }
.admin-quick-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.admin-quick-grid button { display: flex; align-items: center; gap: 10px; min-height: 69px; padding: 12px 13px; border: 1px solid #e5dfd5; border-radius: 6px; background: #fdfaf5; color: var(--olive-dark); text-align: left; }
.admin-quick-grid button:hover { border-color: #d1a58c; background: #fff; }
.admin-quick-grid button > svg:first-child { color: var(--terracotta); }
.admin-quick-grid button > svg:last-child { margin-left: auto; color: #a6a9a1; }
.admin-quick-grid span { display: flex; flex-direction: column; gap: 2px; }
.admin-quick-grid strong { font-size: 12px; }
.admin-quick-grid small { color: #92978f; font-size: 10px; }
.admin-status-list { display: flex; flex-direction: column; gap: 14px; }
.admin-status-list > div { display: grid; grid-template-columns: auto 1fr auto; gap: 8px; align-items: center; color: #7a8179; font-size: 12px; }
.admin-status-list strong { color: var(--olive-dark); font-size: 11px; font-weight: 700; }
.status-bullet { width: 7px; height: 7px; border-radius: 50%; }
.status-bullet--green { background: #7a9a69; }.status-bullet--amber { background: #d3a04b; }.status-bullet--red { background: #bc654d; }
.admin-filter-row { display: flex; gap: 7px; margin-bottom: 16px; }
.admin-filter { min-height: 31px; padding: 0 10px; border: 1px solid #ded7cc; border-radius: 5px; background: transparent; color: #858b84; font-size: 10px; }
.admin-filter span { display: inline-grid; place-items: center; min-width: 16px; height: 16px; margin-left: 4px; border-radius: 50%; background: #ebe5db; font-family: var(--mono); font-size: 8px; }
.admin-filter.is-active { border-color: var(--olive); background: var(--olive); color: #fff; }
.admin-filter.is-active span { background: rgba(255,255,255,.2); }
.admin-table-panel { padding: 0; overflow: hidden; }
.admin-table-head, .admin-table-row { display: grid; grid-template-columns: minmax(220px, 1.5fr) minmax(90px, .55fr) minmax(125px, .8fr) 40px; gap: 15px; align-items: center; padding: 13px 20px; }
.admin-table-head { background: #f0ebe3; color: #90958e; font-family: var(--mono); font-size: 9px; letter-spacing: .06em; text-transform: uppercase; }
.admin-table-row { min-height: 75px; border-top: 1px solid #eee8df; color: var(--olive-dark); font-size: 11px; }
.admin-item-name { display: flex; align-items: center; gap: 10px; min-width: 0; }
.admin-item-name > span:last-child { display: flex; flex-direction: column; gap: 3px; min-width: 0; }
.admin-item-name strong { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-family: var(--serif); font-size: 15px; font-weight: 500; }
.admin-item-name small { color: #929891; font-size: 9px; }
.admin-mini-image { display: grid; place-items: center; flex: 0 0 auto; width: 39px; height: 39px; border-radius: 5px; background: linear-gradient(140deg,#dda66e,#ae6f55); color: #fff6e9; }
.admin-mini-image--zone { background: #d3dfcc; color: #5f7957; }.admin-mini-image--post { background: #ead6c5; color: var(--terracotta); }
.admin-toggle { display: flex; align-items: center; gap: 5px; border: 0; background: transparent; color: #a2a69e; font-size: 10px; }
.admin-toggle.is-on { color: #65815b; }.admin-toggle.is-on svg { color: #709a66; }
.admin-icon-button { display: grid; place-items: center; width: 29px; height: 29px; border: 1px solid #ded8ce; border-radius: 5px; background: transparent; color: #7f877f; }
.admin-icon-button:hover { border-color: var(--terracotta); color: var(--terracotta); }
.admin-help-card, .admin-security-note { display: flex; align-items: flex-start; gap: 11px; margin-top: 18px; padding: 15px; border-radius: 7px; background: #e8efe4; color: #587451; }
.admin-help-card svg, .admin-security-note svg { flex: 0 0 auto; color: #718e69; }
.admin-help-card strong, .admin-security-note strong { display: block; font-size: 11px; }
.admin-help-card p, .admin-security-note p { margin: 3px 0 0; color: #70836d; font-size: 10px; }
.admin-field { display: flex; flex-direction: column; gap: 6px; max-width: 270px; }
.admin-field span, .admin-form-grid span { color: #677068; font-size: 11px; font-weight: 700; }
.admin-field input, .admin-form-grid input, .admin-form-grid textarea { min-height: 40px; padding: 0 11px; border: 1px solid #ddd6ca; border-radius: 5px; outline: 0; background: #fffdf9; color: var(--ink); font-size: 12px; }
.admin-form-grid textarea { padding-top: 9px; resize: vertical; }
.admin-checklist { display: flex; flex-direction: column; gap: 9px; margin-top: 20px; }
.admin-checklist label { display: grid; grid-template-columns: auto 1fr auto; gap: 9px; align-items: center; padding: 10px 0; border-top: 1px solid #eee8df; color: var(--olive-dark); font-size: 12px; }
.admin-checklist small { color: #949990; font-size: 9px; }
.hours-grid { display: flex; flex-direction: column; gap: 2px; }
.hours-grid > div { display: grid; grid-template-columns: 1fr 1fr 30px; gap: 10px; align-items: center; min-height: 42px; padding: 0 10px; border-radius: 5px; background: #fbf8f2; color: #697269; font-size: 11px; }
.hours-grid > div:nth-child(odd) { background: #f4efe7; }
.hours-grid strong { color: var(--olive-dark); font-size: 11px; }
.hours-grid .is-closed strong { color: var(--terracotta); }
.hours-grid button { display: grid; place-items: center; border: 0; background: transparent; color: #9ba099; }
.admin-add-row { display: flex; align-items: center; gap: 9px; margin-top: 12px; padding: 16px; border: 1px dashed #d4cbbd; border-radius: 7px; color: var(--terracotta); font-size: 11px; font-weight: 700; cursor: pointer; }
.admin-add-row svg:last-child { margin-left: auto; color: #aaa79e; }
.admin-posts-panel { padding: 0; }
.admin-post-row { display: grid; grid-template-columns: 45px minmax(0, 1fr) 30px; gap: 12px; align-items: center; padding: 18px 20px; border-bottom: 1px solid #eee8df; }
.admin-post-row > div:nth-child(2) { min-width: 0; }
.admin-post-meta { display: flex; align-items: center; gap: 9px; margin-bottom: 5px; }
.admin-post-meta small { color: #969b93; font-family: var(--mono); font-size: 9px; }
.admin-tag { padding: 3px 6px; border-radius: 3px; background: #f1ded1; color: var(--terracotta); font-family: var(--mono); font-size: 8px; }
.admin-post-row strong { display: block; overflow: hidden; color: var(--olive-dark); font-family: var(--serif); font-size: 17px; font-weight: 500; text-overflow: ellipsis; white-space: nowrap; }
.admin-post-row p { overflow: hidden; margin: 3px 0 0; color: #92978f; font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }
.admin-empty-post { display: flex; align-items: center; gap: 9px; padding: 17px 20px; color: #969b93; font-size: 11px; }
.admin-empty-post svg { color: var(--terracotta); }.admin-empty-post .admin-outline { margin-left: auto; min-height: 31px; }
.admin-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px 14px; }
.admin-form-grid label { display: flex; flex-direction: column; gap: 6px; }
.admin-form-full { grid-column: 1 / -1; }
.admin-toast { position: fixed; z-index: 50; top: 18px; left: 50%; display: flex; align-items: center; gap: 7px; padding: 11px 13px; border-radius: 6px; background: var(--olive-dark); color: #fff; box-shadow: 0 12px 28px rgba(31,38,32,.18); font-size: 11px; transform: translateX(-50%); }

@media (max-width: 850px) {
  .admin-sidebar { width: 235px; transform: translateX(-100%); transition: transform 180ms ease-out; box-shadow: 12px 0 30px rgba(31,38,32,.16); }
  .admin-sidebar--open { transform: translateX(0); }
  .admin-main { margin-left: 0; }
  .admin-topbar { justify-content: space-between; padding: 0 18px; }
  .admin-menu-button { display: grid; place-items: center; }
  .admin-content { width: min(100% - 38px, 660px); padding-top: 38px; }
}
@media (max-width: 560px) {
  .admin-content { width: calc(100% - 30px); padding-top: 30px; }
  .admin-page-title { align-items: flex-start; flex-direction: column; margin-bottom: 24px; }
  .admin-page-title h1 { font-size: 40px; }
  .admin-stats { grid-template-columns: 1fr; }
  .admin-stat { min-height: 67px; }
  .admin-panel { padding: 15px; }
  .admin-quick-grid { grid-template-columns: 1fr; }
  .admin-panel__head { align-items: flex-start; flex-direction: column; }
  .admin-table-head { display: none; }
  .admin-table-row { grid-template-columns: minmax(0, 1fr) auto auto; gap: 7px; padding: 13px 14px; }
  .admin-table-row > strong { display: none; }
  .admin-toggle span { display: none; }
  .admin-form-grid { grid-template-columns: 1fr; }
  .admin-form-full { grid-column: auto; }
  .admin-status-list > div { grid-template-columns: auto 1fr; }
  .admin-status-list strong { grid-column: 2; }
  .admin-filter-row { overflow-x: auto; padding-bottom: 3px; }
  .admin-post-row { grid-template-columns: 39px minmax(0,1fr) 30px; padding-inline: 14px; }
  .admin-empty-post { align-items: flex-start; flex-wrap: wrap; padding-inline: 14px; }
  .admin-empty-post .admin-outline { margin-left: 28px; }
}

/* Food-first homepage refresh */
.food-hero { width: min(1160px, calc(100% - 64px)); margin: 0 auto; padding: 0; }
.food-hero__image { position: relative; height: 320px; overflow: hidden; border-radius: 0 0 11px 11px; background: #4b3928; }
.food-hero__image > img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center 38%; filter: saturate(.96) contrast(1.02); }
.food-hero__shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(20,26,17,.77) 0%, rgba(20,26,17,.38) 37%, rgba(20,26,17,.04) 72%), linear-gradient(0deg, rgba(25,30,18,.25), transparent 45%); }
.food-hero__copy { position: absolute; top: 50%; left: clamp(25px, 6vw, 66px); color: #fffaf1; transform: translateY(-50%); }
.food-hero__copy .hero-kicker { margin: 0 0 15px; color: #e8c48b; }
.food-hero__copy h1 { margin: 0; font-family: var(--serif); font-size: clamp(36px, 4.8vw, 58px); font-weight: 500; letter-spacing: -.07em; line-height: .94; }
.food-hero__line { display: block; width: 46px; height: 4px; margin: 22px 0 16px; border-radius: 3px; background: #c7684a; }
.food-hero__copy > p:last-child { margin: 0; color: rgba(255,250,241,.9); font-family: var(--serif); font-size: 19px; line-height: 1.25; }
.menu-section { padding-top: 28px; }
.menu-section .section-heading h2 { font-size: clamp(28px, 3.8vw, 44px); }
.menu-grid--daily .menu-card { border-color: #dfd7c8; }
.menu-card__media .food-photo { object-position: center 64%; }
.order-section { padding-top: 82px; }
.story-section { padding-top: 80px; }
.visit-section { padding-top: 0; }
.mobile-contact-bar { display: none; }

@media (max-width: 850px) {
  .food-hero { width: 100%; }
  .food-hero__image { height: 210px; border-radius: 0; }
  .food-hero__image > img { object-position: center 36%; }
  .food-hero__copy { left: 28px; }
  .food-hero__copy h1 { font-size: 34px; }
  .menu-section { padding-top: 18px; }
}

@media (max-width: 560px) {
  body { padding-bottom: 69px; }
  .site-header { position: sticky; min-height: 52px; padding: 8px 0; }
  .brand-logo { width: 92px; max-height: 30px; }
  .food-hero { width: 100%; }
  .food-hero__image { height: 148px; }
  .food-hero__copy { top: auto; bottom: 14px; left: 16px; right: 16px; transform: none; }
  .food-hero__copy .hero-kicker,
  .food-hero__line,
  .food-hero__copy > p:last-child { display: none; }
  .food-hero__copy h1 { font-size: 26px; line-height: 1; }
  .menu-section { padding-top: 14px !important; }
  .menu-section .section-heading { flex-direction: row; align-items: end; margin-bottom: 10px; }
  .menu-section .section-heading h2 { font-size: 24px; }
  .menu-section .section-eyebrow { margin-bottom: 4px; }
  .menu-section .date-picker-wrap { width: auto; max-width: 168px; padding: 7px 0 7px 7px; }
  .menu-section .date-picker-wrap label { display: none; }
  .menu-section .date-picker-wrap input { max-width: 120px; font-size: 10px; }
  .date-state { min-height: 32px; margin-bottom: 10px; padding: 6px 10px; }
  .menu-grid--daily { margin-bottom: 28px; }
  .menu-card__media .food-photo { min-height: 158px; }
  .mobile-order-dock { bottom: 76px; }
  .mobile-contact-bar { position: fixed; z-index: 35; right: 0; bottom: 0; left: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 7px; padding: 9px 14px 10px; background: rgba(246,240,232,.95); box-shadow: 0 -8px 24px rgba(57,48,36,.12); backdrop-filter: blur(12px); }
  .mobile-contact-bar a, .mobile-contact-bar button { display: flex; align-items: center; justify-content: center; gap: 9px; min-height: 47px; border: 0; border-radius: 9px; color: #fff; font-size: 15px; font-weight: 700; }
  .mobile-contact-bar__call { background: var(--olive-dark); }
  .mobile-contact-bar__zalo { background: var(--terracotta); }
}

.mobile-menu-button { display: none; align-items: center; justify-content: center; width: 37px; height: 37px; border: 1px solid var(--line); border-radius: 50%; background: transparent; color: var(--olive-dark); }
@media (max-width: 560px) {
  .mobile-menu-button { display: inline-flex; }
  .header-actions { gap: 7px; }
}
