/* Linden Lane: a made-up café-bistro, the Restaurant & F&B Custom demo site.
   ⚠ DELIBERATELY NOT THE SME AI Office LOOK. This page shows what a customer's
   OWN website looks like, so it carries the restaurant's brand, not ours. The
   only SME AI Office thing on it is the demo bar at the top. */
:root {
  --cream: #FAF6EF;
  --paper: #FFFFFF;
  --ink: #1F2A24;
  --ink-2: #4A544E;
  --ink-3: #6B736E;
  --line: #E6DFD3;
  --green: #2F4A3A;
  --green-2: #3D5E4A;
  --clay: #B5542F;
  --clay-2: #9A4526;
  --gold: #C9A45C;
  --wash: #F1EADF;
  --ok: #2E7D4F;
  --radius: 14px;
  --serif: 'Fraunces', Georgia, serif;
  --sans: 'Inter', system-ui, -apple-system, sans-serif;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { background: var(--cream); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
a { color: inherit; }
img { max-width: 100%; display: block; }
button { font: inherit; cursor: pointer; }
input, select, textarea { font: inherit; color: inherit; }

/* ── the demo bar: the one SME AI Office thing on the page ── */
.demo-bar { background: #111; color: #EDEDED; font-size: 13px; padding: 8px 16px; text-align: center; line-height: 1.45; }
.demo-bar b { color: #fff; }
.demo-bar a { color: #FFD9A8; font-weight: 600; white-space: nowrap; }

/* ── header ── */
.hdr { position: sticky; top: 0; z-index: 40; background: rgba(250,246,239,.94); backdrop-filter: blur(8px); border-bottom: 1px solid var(--line); }
.hdr-in { max-width: 1120px; margin: 0 auto; padding: 14px 20px; display: flex; align-items: center; gap: 24px; }
.logo { font-family: var(--serif); font-size: 24px; font-weight: 600; letter-spacing: -.01em; text-decoration: none; color: var(--green); display: flex; align-items: baseline; gap: 8px; }
.logo small { font-family: var(--sans); font-size: 11px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--clay); }
.nav { display: flex; gap: 22px; margin-left: auto; align-items: center; }
.nav a { text-decoration: none; font-size: 15px; color: var(--ink-2); font-weight: 500; }
.nav a:hover, .nav a.on { color: var(--green); }
.nav .btn { color: #fff; }
.menu-btn { display: none; margin-left: auto; background: none; border: 1px solid var(--line); border-radius: 10px; padding: 8px 12px; font-size: 14px; }
@media (max-width: 760px) {
  .nav { display: none; position: absolute; top: 100%; left: 0; right: 0; background: var(--cream); flex-direction: column; align-items: stretch; gap: 0; padding: 8px 20px 16px; border-bottom: 1px solid var(--line); }
  .nav.open { display: flex; }
  .nav a { padding: 12px 0; border-bottom: 1px solid var(--line); }
  .nav .btn { margin-top: 12px; text-align: center; border-bottom: none; }
  .menu-btn { display: block; }
}

/* ── buttons ── */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; background: var(--green); color: #fff; border: none; border-radius: 999px; padding: 12px 22px; font-weight: 600; font-size: 15px; text-decoration: none; transition: background .15s; }
.btn:hover { background: var(--green-2); }
.btn.clay { background: var(--clay); }
.btn.clay:hover { background: var(--clay-2); }
.btn.ghost { background: transparent; color: var(--green); border: 1.5px solid var(--green); }
.btn.ghost:hover { background: var(--wash); }
.btn.sm { padding: 8px 14px; font-size: 14px; }
.btn.block { width: 100%; }
.btn[disabled] { opacity: .45; cursor: not-allowed; }

/* ── layout ── */
.wrap { max-width: 1120px; margin: 0 auto; padding: 0 20px; }
.sec { padding: 72px 0; }
.sec.tight { padding: 48px 0; }
.sec.wash { background: var(--wash); }
.sec.green { background: var(--green); color: #F3EFE6; }
.eyebrow { font-size: 12px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--clay); margin-bottom: 12px; }
.sec.green .eyebrow { color: var(--gold); }
h1, h2, h3 { font-family: var(--serif); font-weight: 500; letter-spacing: -.015em; line-height: 1.1; }
h1 { font-size: clamp(40px, 7vw, 76px); }
h2 { font-size: clamp(30px, 4.4vw, 46px); margin-bottom: 16px; }
h3 { font-size: 22px; margin-bottom: 6px; }
.lede { font-size: 19px; color: var(--ink-2); max-width: 620px; }
.sec.green .lede { color: #D9D4C8; }
.muted { color: var(--ink-3); font-size: 14px; }
.grid2 { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.grid3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
@media (max-width: 860px) { .grid2, .grid3 { grid-template-columns: 1fr; gap: 28px; } .sec { padding: 52px 0; } }

/* ── image placeholders (ChatGPT fills these; see marketing-videos/showcase/restaurant.md) ──
   A [data-img] box shows a labelled placeholder until the file at data-save exists;
   site.js then paints it in and hides the label. Drop the file in: no code change. */
.ph { position: relative; overflow: hidden; border-radius: var(--radius); background: linear-gradient(135deg, #E9E0D0, #D8CCB6); background-size: cover; background-position: center; }
.ph::after { content: attr(data-label); position: absolute; inset: auto 12px 12px 12px; font-size: 11px; line-height: 1.4; color: #6B5E48; background: rgba(255,255,255,.72); border-radius: 8px; padding: 6px 8px; }
.ph.has-img::after { display: none; }
.ph.r-hero { aspect-ratio: 16 / 10; }
.ph.r-sq { aspect-ratio: 1 / 1; }
.ph.r-43 { aspect-ratio: 4 / 3; }
.ph.r-wide { aspect-ratio: 21 / 9; }

/* ── hero ── */
.hero { padding: 56px 0 72px; }
.hero h1 em { font-style: italic; color: var(--clay); }
.hero .lede { margin: 20px 0 28px; }
.hero-cta { display: flex; gap: 12px; flex-wrap: wrap; }
.hero-meta { display: flex; gap: 20px; flex-wrap: wrap; margin-top: 28px; font-size: 14px; color: var(--ink-2); }
.hero-meta span::before { content: '•'; color: var(--clay); margin-right: 8px; }
.open-now { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 600; color: var(--ok); background: #E6F2EA; padding: 5px 12px; border-radius: 999px; margin-bottom: 18px; }
.open-now i { width: 8px; height: 8px; border-radius: 50%; background: var(--ok); }
.open-now.closed { color: var(--clay-2); background: #F6E4DC; }
.open-now.closed i { background: var(--clay); }

/* ── cards ── */
.card { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: 22px; }
.dish-card .ph { margin-bottom: 16px; }
.dish-card .price { font-weight: 600; color: var(--green); }
.feature { padding: 26px; border-radius: var(--radius); background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.14); }
.feature h3 { color: #fff; }
.feature p { color: #D9D4C8; font-size: 15px; }

/* ── hours / visit ── */
.hours { width: 100%; border-collapse: collapse; font-size: 15px; }
.hours td { padding: 9px 0; border-bottom: 1px solid var(--line); }
.hours td:last-child { text-align: right; color: var(--ink-2); }
.hours tr.today td { font-weight: 700; color: var(--green); }

/* ── menu ── */
.cat-nav { position: sticky; top: 66px; z-index: 30; background: var(--cream); border-bottom: 1px solid var(--line); overflow-x: auto; white-space: nowrap; scrollbar-width: none; }
.cat-nav::-webkit-scrollbar { display: none; }
.cat-nav .wrap { display: flex; gap: 6px; padding-top: 10px; padding-bottom: 10px; }
.cat-nav a { text-decoration: none; font-size: 14px; font-weight: 600; padding: 7px 14px; border-radius: 999px; color: var(--ink-2); }
.cat-nav a:hover { background: var(--wash); color: var(--green); }
.cat { padding-top: 40px; scroll-margin-top: 120px; }
.cat h2 { font-size: 32px; margin-bottom: 4px; }
.cat > p { margin-bottom: 18px; }
.items { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
@media (max-width: 760px) { .items { grid-template-columns: 1fr; } }
.item { display: flex; gap: 14px; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: 14px; align-items: flex-start; }
.item .ph { width: 96px; flex: 0 0 96px; aspect-ratio: 1; border-radius: 10px; }
.item .ph::after { display: none; }
.item-b { flex: 1; min-width: 0; }
.item-t { display: flex; justify-content: space-between; gap: 10px; align-items: baseline; }
.item-t h4 { font-size: 16px; font-weight: 600; }
.item-t b { font-weight: 600; color: var(--green); white-space: nowrap; }
.item p { font-size: 14px; color: var(--ink-3); margin: 4px 0 8px; line-height: 1.5; }
.tags { display: flex; gap: 6px; flex-wrap: wrap; align-items: center; }
.tag { font-size: 11px; font-weight: 700; letter-spacing: .04em; padding: 2px 8px; border-radius: 6px; background: var(--wash); color: var(--ink-2); }
.tag.v { background: #E6F2EA; color: #245C3B; }
.tag.gf { background: #F4EDDC; color: #7A5A1E; }
.tag.hot { background: #F6E4DC; color: #9A4526; }
.tag.pop { background: var(--green); color: #fff; }
.item.out { opacity: .6; }
.item.out .tag.sold { background: #333; color: #fff; }
.add { margin-left: auto; background: var(--green); color: #fff; border: none; border-radius: 999px; padding: 6px 14px; font-size: 13px; font-weight: 600; }
.add:hover { background: var(--green-2); }
.add[disabled] { background: #BBB; cursor: not-allowed; }

/* ── ordering layout ── */
.order-grid { display: grid; grid-template-columns: 1fr 360px; gap: 32px; align-items: start; padding-bottom: 96px; }
@media (max-width: 960px) { .order-grid { grid-template-columns: 1fr; } }
.cart { position: sticky; top: 130px; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: 20px; }
@media (max-width: 960px) { .cart { position: static; } }
.cart h3 { font-size: 22px; margin-bottom: 12px; }
.cart-empty { color: var(--ink-3); font-size: 14px; padding: 12px 0; }
.cl { display: flex; gap: 10px; padding: 10px 0; border-bottom: 1px solid var(--line); font-size: 14px; }
.cl .q { display: flex; align-items: center; gap: 6px; }
.cl .q button { width: 26px; height: 26px; border-radius: 50%; border: 1px solid var(--line); background: var(--cream); line-height: 1; }
.cl .n { flex: 1; }
.cl .n small { display: block; color: var(--ink-3); font-size: 12px; }
.tot { display: flex; justify-content: space-between; font-size: 14px; padding: 6px 0; color: var(--ink-2); }
.tot.big { font-size: 18px; font-weight: 700; color: var(--ink); border-top: 1px solid var(--line); margin-top: 6px; padding-top: 12px; }
.mode { display: grid; grid-template-columns: 1fr 1fr; background: var(--wash); border-radius: 999px; padding: 4px; margin-bottom: 14px; }
.mode button { border: none; background: none; border-radius: 999px; padding: 9px; font-weight: 600; font-size: 14px; color: var(--ink-2); }
.mode button.on { background: var(--paper); color: var(--green); box-shadow: 0 1px 3px rgba(0,0,0,.08); }
.field { margin-bottom: 14px; }
.field label { display: block; font-size: 13px; font-weight: 600; margin-bottom: 6px; color: var(--ink-2); }
.field input, .field select, .field textarea { width: 100%; padding: 11px 13px; border: 1px solid var(--line); border-radius: 10px; background: var(--paper); font-size: 15px; }
.field input:focus, .field select:focus, .field textarea:focus { outline: 2px solid var(--green); outline-offset: 0; border-color: transparent; }
.row2 { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.note { font-size: 13px; color: var(--ink-3); background: var(--wash); border-radius: 10px; padding: 10px 12px; margin: 10px 0; }
.bar-mobile { display: none; }
@media (max-width: 960px) {
  .bar-mobile { display: flex; position: fixed; left: 12px; right: 12px; bottom: 12px; z-index: 50; }
  .bar-mobile .btn { width: 100%; box-shadow: 0 8px 24px rgba(0,0,0,.2); }
}

/* ── modal (dish options) ── */
.modal-bg { position: fixed; inset: 0; background: rgba(20,24,22,.55); z-index: 80; display: none; align-items: flex-end; justify-content: center; }
.modal-bg.open { display: flex; }
@media (min-width: 640px) { .modal-bg { align-items: center; } }
.modal { background: var(--paper); width: 100%; max-width: 480px; max-height: 88vh; overflow-y: auto; border-radius: 18px 18px 0 0; padding: 22px; }
@media (min-width: 640px) { .modal { border-radius: 18px; } }
.modal h3 { font-size: 26px; }
.opt-g { margin-top: 18px; }
.opt-g h5 { font-size: 13px; font-weight: 700; margin-bottom: 8px; display: flex; justify-content: space-between; }
.opt-g h5 span { font-weight: 500; color: var(--ink-3); }
.opt { display: flex; align-items: center; gap: 10px; padding: 10px 0; border-bottom: 1px solid var(--line); font-size: 15px; cursor: pointer; }
.opt input { width: 18px; height: 18px; accent-color: var(--green); }
.opt em { margin-left: auto; font-style: normal; color: var(--ink-3); font-size: 14px; }
.modal-f { display: flex; gap: 12px; align-items: center; margin-top: 20px; position: sticky; bottom: -22px; background: var(--paper); padding: 12px 0; }
.qty { display: flex; align-items: center; gap: 10px; }
.qty button { width: 34px; height: 34px; border-radius: 50%; border: 1px solid var(--line); background: var(--cream); font-size: 18px; }

/* ── steps / confirmation ── */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; margin: 24px 0; }
.step { text-align: center; font-size: 13px; color: var(--ink-3); }
.step i { display: block; height: 6px; border-radius: 3px; background: var(--line); margin-bottom: 8px; transition: background .4s; }
.step.on { color: var(--green); font-weight: 600; }
.step.on i { background: var(--green); }
.paynow { display: grid; grid-template-columns: 180px 1fr; gap: 20px; align-items: center; }
@media (max-width: 560px) { .paynow { grid-template-columns: 1fr; } }
.qr { width: 180px; height: 180px; border-radius: 12px; border: 1px solid var(--line); background: #fff; padding: 10px; }
.big-ref { font-family: var(--serif); font-size: 40px; color: var(--green); letter-spacing: .02em; }

/* ── "what the restaurant sees" panel ── */
.behind { background: #15191A; color: #E8E8E8; border-radius: var(--radius); padding: 22px; margin-top: 28px; }
.behind .eyebrow { color: #FFB38A; }
.behind h3 { color: #fff; }
.behind p { color: #B8BDBF; font-size: 14px; }
.ticket { background: #FFF9E8; color: #1B1B1B; border-radius: 10px; padding: 14px 16px; font-family: 'DM Mono', ui-monospace, monospace; font-size: 14px; margin-top: 14px; max-width: 360px; border-top: 6px solid #F2A541; }
.ticket .th { display: flex; justify-content: space-between; font-weight: 700; margin-bottom: 8px; }
.ticket .tl { padding: 4px 0; }
.ticket .tm { padding-left: 22px; color: #9A4526; font-size: 13px; }
.flow { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 16px; font-size: 13px; }
.flow span { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); padding: 6px 10px; border-radius: 8px; }

/* ── reservation ── */
.slots { display: grid; grid-template-columns: repeat(auto-fill, minmax(84px, 1fr)); gap: 8px; }
.slot { border: 1px solid var(--line); background: var(--paper); border-radius: 10px; padding: 10px 0; font-size: 14px; font-weight: 600; text-align: center; }
.slot.on { background: var(--green); color: #fff; border-color: var(--green); }
.slot[disabled] { color: #B5B5B5; text-decoration: line-through; background: #F4F1EC; cursor: not-allowed; }
.pax { display: flex; gap: 8px; flex-wrap: wrap; }
.pax button { width: 44px; height: 44px; border-radius: 50%; border: 1px solid var(--line); background: var(--paper); font-weight: 600; }
.pax button.on { background: var(--green); color: #fff; border-color: var(--green); }

/* ── footer ── */
.ftr { background: #18221D; color: #C9CCC6; padding: 56px 0 36px; font-size: 14px; }
.ftr .logo { color: #F3EFE6; margin-bottom: 10px; }
.ftr h5 { color: #fff; font-size: 13px; letter-spacing: .1em; text-transform: uppercase; margin-bottom: 12px; }
.ftr a { color: #C9CCC6; text-decoration: none; display: block; padding: 3px 0; }
.ftr a:hover { color: #fff; }
.ftr-g { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 28px; }
@media (max-width: 760px) { .ftr-g { grid-template-columns: 1fr 1fr; } }
.ftr-b { margin-top: 36px; padding-top: 20px; border-top: 1px solid #2C3A33; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px; font-size: 13px; color: #8E948F; }
.ftr-b a { display: inline; color: #FFD9A8; }

.hide { display: none !important; }
.center { text-align: center; }
.mt8 { margin-top: 8px; } .mt16 { margin-top: 16px; } .mt24 { margin-top: 24px; } .mt32 { margin-top: 32px; }
