:root {
  --bg: #fff8ef;
  --bg-soft: #fff2db;
  --card: #ffffff;
  --line: #ecd2a7;
  --text: #4b3a2a;
  --muted: #7b6b5e;
  --heading: #603813;
  --accent: #c8741f;
  --accent-dark: #a85e14;
  --success: #2f7a39;
  --shadow: 0 12px 30px rgba(96, 56, 19, 0.08);
  --radius: 26px;
}
* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; font-family: Inter, system-ui, sans-serif; background: var(--bg); color: var(--text); }
img { max-width: 100%; display: block; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
.container { width: min(1180px, calc(100% - 32px)); margin: 0 auto; }
.demo-banner { background: #a85e14; color: white; text-align: center; padding: 10px 16px; font-size: 14px; }
.site-header { position: sticky; top: 0; z-index: 20; background: rgba(255,248,239,.95); backdrop-filter: blur(10px); border-bottom: 1px solid var(--line); }
.header-inner { display: flex; gap: 20px; justify-content: space-between; align-items: center; padding: 18px 0; }
.brand { display: flex; align-items: center; gap: 14px; background: transparent; border: 0; color: inherit; padding: 0; text-align: left; }
.brand-mark { width: 56px; height: 56px; border-radius: 18px; background: var(--accent); display: grid; place-items: center; color: white; font-size: 28px; box-shadow: var(--shadow); }
.brand-name { font-size: 26px; font-weight: 700; color: var(--heading); }
.brand-subtitle { font-size: 14px; color: var(--muted); }
.nav { display: flex; flex-wrap: wrap; gap: 8px; }
.nav button, .footer-links button { border: 0; background: transparent; color: var(--text); padding: 10px 14px; border-radius: 999px; }
.nav button.active { background: var(--accent); color: white; }
.nav button.primary-ghost { background: var(--bg-soft); color: var(--heading); }
main { min-height: 60vh; }
.section { padding: 72px 0; }
.hero { background: linear-gradient(180deg, #ffe6bb 0%, #fff1db 54%, #fff8ef 100%); border-bottom: 1px solid var(--line); }
.two-col { display: grid; gap: 32px; grid-template-columns: 1.1fr .9fr; align-items: center; }
.eyebrow { font-size: 12px; text-transform: uppercase; letter-spacing: .22em; color: var(--accent-dark); margin-bottom: 14px; font-weight: 700; }
.h1 { font-size: clamp(38px, 6vw, 64px); line-height: 1.05; color: var(--heading); font-weight: 800; margin: 0; }
.h2 { font-size: clamp(30px, 4vw, 46px); line-height: 1.1; color: var(--heading); font-weight: 800; margin: 0; }
.lead { font-size: 19px; line-height: 1.8; color: var(--text); margin-top: 22px; }
.actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 28px; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 14px 22px; border-radius: 18px; border: 1px solid transparent; font-weight: 700; text-decoration: none; }
.btn-primary { background: var(--accent); color: white; }
.btn-primary:hover { background: var(--accent-dark); }
.btn-secondary { background: white; border-color: var(--line); color: var(--heading); }
.stats { margin-top: 28px; display: grid; gap: 12px; grid-template-columns: repeat(3, 1fr); }
.stat, .card, .panel { background: white; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.stat { padding: 18px; }
.stat strong { display: block; font-size: 28px; color: var(--heading); }
.stat span { font-size: 14px; color: var(--muted); }
.panel { padding: 24px; }
.panel-soft { background: var(--bg-soft); }
.stack { display: grid; gap: 14px; }
.list-card { background: white; border: 1px solid var(--line); border-radius: 22px; padding: 16px; }
.grid-3 { display: grid; gap: 22px; grid-template-columns: repeat(3, 1fr); }
.grid-4 { display: grid; gap: 18px; grid-template-columns: repeat(4, 1fr); }
.card { padding: 26px; }
.card h3 { margin: 0 0 10px; color: var(--heading); }
.card p { margin: 0; color: var(--text); line-height: 1.8; }
.photo-card { overflow: hidden; }
.photo-card img { height: 260px; width: 100%; object-fit: cover; }
.cta-box { background: rgba(255,242,219,.8); border: 1px solid var(--line); border-radius: 30px; padding: 28px; }
.menu-layout, .checkout-layout { display: grid; gap: 28px; grid-template-columns: 1.35fr .65fr; }
.menu-grid { display: grid; gap: 24px; grid-template-columns: repeat(3, 1fr); }
.menu-item, .summary-item { border: 1px solid var(--line); background: var(--bg-soft); border-radius: 22px; padding: 16px; }
.menu-item.selected { background: #ffe7bc; border-color: var(--accent); }
.small-label { font-size: 11px; text-transform: uppercase; letter-spacing: .2em; color: var(--accent-dark); font-weight: 700; }
.price { color: var(--heading); font-weight: 700; }
.summary-box { position: sticky; top: 100px; }
.qty { display: inline-flex; align-items: center; border: 1px solid var(--line); border-radius: 999px; overflow: hidden; background: white; }
.qty button { border: 0; background: transparent; padding: 10px 12px; }
.form-grid { display: grid; gap: 16px; }
.input, .select, .textarea { width: 100%; border: 1px solid var(--line); background: var(--bg-soft); border-radius: 18px; padding: 14px 16px; color: var(--text); }
.delivery-days { display: grid; gap: 10px; grid-template-columns: repeat(3, 1fr); }
.day-pill { border: 1px solid var(--line); border-radius: 18px; background: var(--bg-soft); padding: 14px; text-align: center; }
.day-pill.active { border-color: var(--accent); background: #ffe7bc; color: var(--heading); }
.footer-grid { display: grid; gap: 24px; grid-template-columns: 1.2fr 1fr 1fr 1fr; padding: 42px 0; }
.footer-title, .footer-heading { color: var(--heading); font-weight: 700; margin-bottom: 10px; }
.footer-copy { color: var(--muted); line-height: 1.8; }
.footer-links { display: grid; gap: 6px; }
.confirmation-icon { width: 72px; height: 72px; border-radius: 999px; display: grid; place-items: center; background: var(--bg-soft); color: var(--success); font-size: 34px; margin: 0 auto; }
.center { text-align: center; }
.trust-strip { padding: 0 0 72px; }
.notice { font-size: 12px; color: var(--muted); text-align: center; }
@media (max-width: 980px) {
  .two-col, .menu-layout, .checkout-layout, .footer-grid { grid-template-columns: 1fr; }
  .menu-grid, .grid-3, .grid-4 { grid-template-columns: 1fr; }
  .summary-box { position: static; }
}
@media (max-width: 720px) {
  .header-inner { align-items: flex-start; }
  .brand-name { font-size: 22px; }
  .stats { grid-template-columns: 1fr; }
  .delivery-days { grid-template-columns: 1fr; }
}
