

:root {
  --background:#f6f0e5; --foreground:#3d302a; --card:#fffaf0; --card-foreground:#3d302a;
  --popover:#fffaf0; --popover-foreground:#3d302a; --primary:#a23221; --primary-foreground:#fffaf0;
  --secondary:#ede2d0; --secondary-foreground:#493529; --muted:#ede4d6; --muted-foreground:#75665a;
  --accent:#f0dfce; --accent-foreground:#86291d; --destructive:#a23221; --border:#d9c9b4; --input:#d9c9b4; --ring:#b9533b; --radius:14px;
}
.dark { --background:#2a221e; --foreground:#f6f0e5; --card:#352b25; --card-foreground:#f6f0e5; --popover:#352b25; --popover-foreground:#f6f0e5; --primary:#e68e75; --primary-foreground:#2a221e; --secondary:#44362c; --secondary-foreground:#f6f0e5; --muted:#44362c; --muted-foreground:#c0af9a; --accent:#4d3228; --accent-foreground:#ffc5ae; --destructive:#f18c76; --border:#5b493c; --input:#5b493c; --ring:#e68e75; }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { margin:0; background:var(--background); color:var(--foreground); font-family:var(--font-dm-sans),Arial,sans-serif; font-size:16px; line-height:1.5; -webkit-font-smoothing:antialiased; }
button,input,textarea,select { font:inherit; }
a { color:inherit; text-decoration:none; }
button,a,input,select,textarea { -webkit-tap-highlight-color:transparent; }
h1,h2,h3,p { margin:0; }
h1,h2,h3 { font-family:var(--font-fraunces),Georgia,serif; }
button:not(:disabled),a { cursor:pointer; }
a:focus-visible,button:focus-visible,input:focus-visible { outline:3px solid var(--ring); outline-offset:4px; }
.skip-link { position:absolute; left:16px; top:-100px; z-index:100; background:var(--card); padding:12px; }
.skip-link:focus { top:16px; }
.site-header { max-width:1280px; margin:auto; min-height:112px; padding:12px 40px 11px; display:flex; align-items:center; justify-content:space-between; gap:28px; border-bottom:1px solid var(--border); }
.wordmark { flex:0 0 170px; width:170px; height:88px; display:flex; align-items:center; }
.wordmark img { width:100%; height:100%; object-fit:contain; }
.site-header nav { display:flex; gap:32px; font-size:15px; font-weight:600; }
.site-header nav a { padding:10px 0; }
.site-header nav a[aria-current] { color:var(--primary); border-bottom:2px solid var(--primary); }
.page-shell { max-width:1280px; margin:auto; padding:32px 40px 64px; }
.page-title { display:flex; align-items:center; justify-content:space-between; gap:22px; margin-bottom:26px; }
.page-title h1 { font-size:clamp(46px,5.8vw,72px); line-height:1.05; font-weight:650; letter-spacing:-3px; }
.page-title p { font-size:16px; color:var(--muted-foreground); margin-top:13px; max-width:550px; line-height:1.6; }
.page-title>span { font-size:23px; color:var(--primary); letter-spacing:.13em; }
.group-panel { background:var(--card); border:1px solid var(--border); border-radius:18px; box-shadow:0 5px 0 #e7dac7,0 13px 30px #60422a08; padding:24px 28px 26px; }
.panel-heading { display:flex; align-items:baseline; gap:20px; margin-bottom:20px; }
.panel-heading h2 { font-size:25px; font-weight:600; letter-spacing:-.7px; }
.panel-heading p { color:var(--muted-foreground); font-size:14px; }
.group-controls { display:grid; grid-template-columns:minmax(0,1fr) minmax(0,1fr) minmax(0,1.2fr); column-gap:22px; row-gap:8px; align-items:start; }
.group-controls>.group-field { display:grid; grid-template-rows:subgrid; grid-row:1 / span 3; row-gap:8px; }
.group-field-label { line-height:1.4; align-self:end; }
.control-field { display:flex; flex-direction:column; gap:8px; font-size:14px; font-weight:600; }
.control-field input { height:48px; min-width:0; background:var(--background); border:1px solid var(--border); border-radius:10px; box-shadow:inset 0 2px 2px #60422a04; padding:0 13px; font-size:17px; }
.number-control { display:flex; align-items:center; height:48px; border:1px solid var(--border); border-radius:10px; background:var(--background); overflow:hidden; }
.number-control input { width:100%; height:46px; text-align:center; border:0; padding:0; background:transparent; appearance:textfield; }
.number-control input::-webkit-inner-spin-button { appearance:none; }
.number-control button { min-width:39px; height:46px; padding:9px; color:var(--primary); }
.field-hint { font-size:12px; color:var(--muted-foreground); font-weight:400; margin-top:-3px; }
.choice-buttons { display:flex; padding:4px; background:var(--secondary); border-radius:11px; min-height:48px; gap:3px; }
.choice-buttons button { flex:1; padding:0 12px; height:38px; border-radius:7px; color:var(--muted-foreground); font-size:14px; }
.choice-buttons button[aria-pressed=true] { background:var(--card); color:var(--primary); box-shadow:0 2px 3px #442a1815; }
.primary-button { min-height:49px; height:auto; padding:13px 20px; border-radius:11px; background:var(--primary); color:var(--primary-foreground); box-shadow:0 3px 0 #742414; gap:12px; font-size:15px; font-weight:650; transition:transform .15s,box-shadow .15s,background .15s; }
.primary-button:hover { background:#922b1c; transform:translateY(-1px); box-shadow:0 4px 0 #742414; }
.primary-button:active { transform:translateY(2px); box-shadow:0 1px 0 #742414; }
.group-controls>.primary-button { grid-column:3; grid-row:2; margin-top:0; min-height:48px; white-space:normal; text-align:center; }
.menu-layout { display:grid; grid-template-columns:minmax(0,1fr) 300px; gap:40px; margin-top:38px; align-items:start; }
.section-title { display:flex; justify-content:space-between; align-items:center; padding-bottom:16px; border-bottom:2px solid var(--primary); }
.section-title h2 { font-size:31px; font-weight:550; letter-spacing:-1px; }
.section-title>span { color:var(--muted-foreground); font-size:13px; }
.menu-row { display:flex; gap:18px; padding:25px 0; border-bottom:1px dashed var(--border); }
.dish-number { font-size:12px; color:var(--primary); padding-top:6px; font-variant-numeric:tabular-nums; }
.menu-row h3 { font-size:23px; font-weight:550; }
.menu-row p { color:var(--muted-foreground); margin-top:5px; font-size:14px; }
.menu-row [lang] { font-size:12px; color:var(--muted-foreground); }
.order-panel { background:var(--card); border:1px solid var(--border); border-top:4px solid var(--primary); padding:24px; box-shadow:4px 5px 0 #e7dac7; border-radius:4px 4px 15px 15px; }
.order-panel h2 { font-size:27px; letter-spacing:-1px; font-weight:600; }
.order-people { margin:7px 0 16px; color:var(--primary); font-weight:600; }
.receipt-rule { border-top:1px dashed var(--border); margin:16px 0; }
.fine-print { font-size:12px; color:var(--muted-foreground); margin-top:15px; }
.site-footer { max-width:1200px; margin:auto; padding:28px 0 30px; border-top:1px solid var(--border); color:var(--muted-foreground); font-size:13px; display:flex; flex-wrap:wrap; justify-content:space-between; align-items:center; gap:20px; }
.site-footer>a { display:flex; align-items:center; gap:8px; }
.site-footer svg { width:15px; }
.site-footer div { display:flex; gap:18px; flex-wrap:wrap; }
.site-footer div a { color:var(--primary); }
.site-footer small { flex-basis:100%; font-size:11px; }
@media(max-width:900px) { .group-controls { grid-template-columns:1fr 1fr; column-gap:16px; } .menu-layout { grid-template-columns:minmax(0,1fr) 270px; gap:22px; } .panel-heading { display:block; } .panel-heading p { margin-top:5px; } .site-footer { margin:0 32px; } }
@media(max-width:640px) { .site-header { min-height:0; padding:13px 22px 14px; flex-direction:column; align-items:flex-start; gap:3px; } .wordmark { width:138px; height:84px; flex-basis:84px; } .site-header nav { width:100%; justify-content:space-between; gap:15px; font-size:14px; } .page-shell { padding:28px 20px 34px; } .page-title { margin-bottom:23px; } .page-title h1 { font-size:53px; letter-spacing:-2px; } .page-title>span { font-size:20px; } .group-panel { padding:21px 18px 22px; border-radius:15px; } .panel-heading h2 { font-size:25px; } .panel-heading p { font-size:13px; } .group-controls { column-gap:16px; row-gap:15px; } .group-controls>.control-field:nth-child(3) { grid-column:1/-1; } .group-controls>.primary-button { grid-column:1/-1; margin-top:0; width:100%; } .field-hint { font-size:11px; } .menu-layout { grid-template-columns:1fr; margin-top:34px; } .section-title h2 { font-size:29px; } .site-footer { margin:0 22px; padding:24px 0; gap:18px; } .site-footer div { gap:15px; } .site-footer div span { flex-basis:100%; } }
@media(prefers-reduced-motion:reduce) { html { scroll-behavior:auto; } *,*::before,*::after { transition:none!important; animation:none!important; } }

.method-field { border:0; padding:0; margin:0; min-width:0; }
.method-field legend { margin-bottom:8px; }
.control-field { min-width:0; position:relative; }
/* WebKit 301648: native date/time inputs miscalculate width when padded.
   Keep the visible field on a shrinkable wrapper, without clipping its value. */
.native-field { display:flex; position:relative; box-sizing:border-box; inline-size:100%; max-inline-size:100%; min-inline-size:0; min-block-size:48px; align-items:center; padding-inline:13px; border:1px solid var(--border); border-radius:10px; background:var(--background); box-shadow:inset 0 2px 2px #60422a04; }
.control-field .native-field input { display:block; box-sizing:border-box; flex:1 1 0%; inline-size:100%; max-inline-size:100%; min-inline-size:0; block-size:46px; min-block-size:46px; margin:0; padding:0; border:0; border-radius:0; background:transparent; box-shadow:none; appearance:none; -webkit-appearance:none; text-align:start; }
.native-field input::-webkit-date-and-time-value { min-block-size:1.5em; text-align:start; }
.native-field input::-webkit-datetime-edit { padding:0; min-inline-size:0; }
.native-field:focus-within { outline:3px solid var(--ring); outline-offset:4px; }
.control-field .native-field input:focus-visible { outline:none; box-shadow:none; }
.native-control-label { display:flex; flex-direction:column; gap:8px; min-inline-size:0; }
.native-placeholder { display:none; position:absolute; inset-inline-start:13px; inset-inline-end:38px; color:var(--muted-foreground); font-size:16px; font-weight:400; pointer-events:none; }
@supports selector(input::-webkit-datetime-edit) {
  .native-field.is-empty:not(:focus-within) input::-webkit-datetime-edit { color:transparent; }
  .native-field.is-empty:not(:focus-within) .native-placeholder { display:block; }
}
.form-error { color:var(--destructive); background:#f9e4dd; border-left:3px solid var(--destructive); border-radius:4px; padding:12px 15px; margin-top:18px; font-size:14px; }
.dietary-note { display:flex; align-items:flex-start; gap:7px; font-size:12px; color:#665335; margin-top:18px; }
.dietary-note svg { width:15px; height:17px; flex-shrink:0; }
.changed-note { margin-top:12px; }
.menu-filters { display:flex; gap:5px; padding:15px 0 18px; flex-wrap:wrap; }
.menu-filters button { color:var(--muted-foreground); font-size:13px; height:36px; padding:0 13px; border-radius:999px; }
.menu-filters button[aria-pressed=true] { color:var(--primary); background:#ead7c1; box-shadow:inset 0 0 0 1px #d2b99e; }
.dish-grid { display:grid; grid-template-columns:1fr; }
.dish-card { padding:20px 0; border-bottom:1px dashed #cdbb9f; display:grid; grid-template-columns:104px minmax(0,1fr); gap:18px; min-width:0; align-items:start; }
.dish-card:first-child { padding-top:0; }
.dish-content { min-width:0; }
.dish-topline { display:flex; align-items:center; gap:12px; height:21px; margin-bottom:7px; color:var(--muted-foreground); font-size:12px; }
.dish-topline .dish-number { padding:0; }
.dish-topline svg { width:15px; height:15px; color:var(--primary); margin-left:auto; }
.dish-card h3 { font-size:22px; line-height:1.18; letter-spacing:-.5px; font-weight:600; }
.dish-photo,.dish-photo-pending { width:104px; height:104px; object-fit:cover; border-radius:9px; border:1px solid #d5c2a9; }
.dish-photo-pending { background:#eee3d3; display:grid; place-items:center; color:#867562; font-size:12px; }
.dish-content>p { color:var(--muted-foreground); font-size:13px; line-height:1.55; margin-top:6px; }
.serving-note { font-size:12px; color:var(--muted-foreground); margin-top:5px; }
.vegan-candidate { display:flex; align-items:center; gap:5px; font-size:11px; color:#625a36; margin-top:7px; }
.vegan-candidate svg { height:13px; width:13px; flex-shrink:0; }
.dish-bottom { display:flex; gap:12px; justify-content:space-between; align-items:center; padding-top:12px; }
.dish-price { font-family:var(--font-fraunces),Georgia,serif; font-size:22px; font-weight:550; color:var(--primary); line-height:1.05; }
.dish-price span { font-family:var(--font-dm-sans),sans-serif; font-size:11px; font-weight:400; display:block; margin-top:4px; color:var(--muted-foreground); }
.add-dish { height:42px; min-width:80px; padding:0 15px; border:1px solid #c4aa8e; border-radius:999px; color:var(--primary); background:var(--card); box-shadow:0 2px 0 #e7dac7; }
.add-dish:hover { background:#f2e4d1; }
.quantity-control { display:flex; align-items:center; min-width:109px; border:1px solid var(--primary); border-radius:999px; background:var(--card); box-shadow:0 2px 0 #e7dac7; }
.quantity-control button { width:37px; height:41px; padding:8px; border-radius:999px; color:var(--primary); }
.quantity-control output { min-width:30px; text-align:center; font-weight:700; font-size:14px; font-variant-numeric:tabular-nums; }
.menu-footnote { font-size:12px; line-height:1.6; margin-top:20px; color:var(--muted-foreground); }
.order-column { position:sticky; top:24px; }
.order-people span { display:block; margin-top:4px; font-size:12px; font-weight:400; }
.order-lines { padding:0; margin:0; list-style:none; display:flex; flex-direction:column; gap:16px; }
.order-lines li { display:grid; grid-template-columns:21px 1fr auto; gap:7px; font-size:12px; line-height:1.45; }
.line-quantity { color:var(--primary); font-weight:700; }
.order-lines small { display:block; color:var(--muted-foreground); font-size:10px; margin-top:2px; }
.order-total { display:flex; align-items:center; justify-content:space-between; gap:12px; font-size:13px; }
.order-total strong { font-family:var(--font-fraunces),Georgia,serif; color:var(--primary); font-size:28px; font-weight:600; letter-spacing:-1px; }
.estimate-note { font-size:11px; color:var(--muted-foreground); margin-top:6px; line-height:1.8; }
.review-button { width:100%; margin-top:20px; font-size:13px; white-space:normal; text-align:left; gap:9px; }
.order-panel>.fine-print { text-align:center; font-size:11px; margin-top:12px; }
.empty-order { padding:10px 0; }
.empty-order>p { font-family:var(--font-fraunces),Georgia,serif; font-size:27px; line-height:1.25; font-style:italic; color:#897766; }
.empty-order>span { display:block; font-size:13px; color:var(--muted-foreground); margin-top:16px; }
.table-photo { margin:26px 0 0; transform:rotate(1.5deg); background:var(--card); padding:8px 8px 10px; border:1px solid var(--border); box-shadow:3px 4px 0 #e7dac7; }
.table-photo img { display:block; width:100%; height:160px; object-fit:cover; object-position:50% 100%; }
.table-photo figcaption { text-align:center; font-size:11px; color:var(--muted-foreground); padding-top:9px; }
.review-section { background:var(--card); border:1px solid var(--border); border-radius:18px; margin-top:45px; padding:28px; scroll-margin-top:24px; box-shadow:0 5px 0 #e7dac7; }
.review-heading { display:flex; justify-content:space-between; align-items:center; gap:20px; padding-bottom:24px; border-bottom:1px solid var(--border); margin-bottom:24px; }
.review-heading h2 { font-size:36px; letter-spacing:-1.4px; font-weight:600; }
.review-heading p { font-size:13px; color:var(--muted-foreground); margin-top:5px; }
.review-heading button { font-size:12px; }
.contact-form { min-width:0; max-width:100%; }
.contact-fields { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:21px 25px; margin:0; padding:0; border:0; min-width:0; max-width:100%; }
.optional { position:absolute; right:0; top:0; color:var(--muted-foreground); font-size:11px; font-weight:400; }
.full-field { grid-column:1/-1; }
.contact-fields textarea { font-size:15px; line-height:1.6; min-height:118px; padding:13px; background:var(--background); border:1px solid var(--border); }
.honeypot { position:absolute; width:1px; height:1px; overflow:hidden; clip-path:inset(50%); pointer-events:none; }
.acknowledgment { display:flex; align-items:flex-start; gap:10px; font-size:13px; line-height:1.6; cursor:pointer; padding:7px 0; }
.acknowledgment input { accent-color:var(--primary); margin-top:4px; width:17px; height:17px; flex-shrink:0; }
.submit-row { display:flex; align-items:center; justify-content:space-between; gap:25px; border-top:1px solid var(--border); padding-top:22px; margin-top:18px; }
.prototype-note { font-size:12px; color:#785c43; line-height:1.6; }
.submit-row .fine-print { margin-top:4px; }
.submit-row>.primary-button { min-width:210px; }
.mobile-order-bar { display:none; }
.site-footer div a { display:flex; align-items:center; gap:2px; }
.site-footer div a svg { width:13px; height:13px; }
.success-panel { max-width:720px; margin:22px auto 32px; background:var(--card); border:1px solid var(--border); box-shadow:0 5px 0 #e7dac7; border-radius:18px; padding:38px; }
.success-icon { background:#e6e8d3; color:#526637; width:52px; height:52px; display:grid; place-items:center; border-radius:50%; margin-bottom:20px; }
.success-panel h1 { font-size:49px; letter-spacing:-2px; line-height:1.1; }
.receipt-reference { font-size:19px; color:var(--primary); font-weight:700; margin:14px 0 10px; }
.success-panel>p:not(.receipt-reference) { font-size:14px; }
.success-order { border-top:1px dashed var(--border); border-bottom:1px dashed var(--border); padding:20px 0; margin:25px 0 15px; display:flex; flex-direction:column; gap:14px; font-size:14px; }
.success-order>div { display:flex; justify-content:space-between; gap:20px; }
.success-total { padding-top:15px; border-top:1px solid var(--border); margin-top:5px; }
.success-total strong { color:var(--primary); }
.success-panel .prototype-note { margin-top:20px; background:var(--background); padding:12px; border-radius:8px; }
.success-actions { display:flex; align-items:center; gap:15px; margin-top:24px; }
.about-layout { display:grid; grid-template-columns:1.05fr 1fr; gap:75px; align-items:start; margin-top:45px; }
.about-copy h2 { font-size:45px; font-weight:600; letter-spacing:-1.8px; line-height:1.15; margin-bottom:25px; }
.about-copy>p { font-size:16px; line-height:1.85; color:var(--muted-foreground); margin-bottom:18px; }
.about-cta { display:inline-flex; align-items:center; gap:12px; font-weight:650; color:var(--primary); border-bottom:1px solid var(--primary); padding:12px 0; margin-top:7px; }
.about-cta svg { width:18px; }
.visit-details { margin-top:37px; padding-top:26px; border-top:1px solid var(--border); }
.visit-details h3 { font-size:28px; margin-bottom:17px; }
.visit-details a { display:flex; gap:12px; margin-bottom:17px; font-size:14px; align-items:flex-start; }
.visit-details svg { width:17px; height:20px; color:var(--primary); flex-shrink:0; }
.visit-details a:last-child { color:var(--primary); }
.about-photo { padding:12px 12px 17px; margin:15px 0 0; background:var(--card); border:1px solid var(--border); box-shadow:7px 8px 0 #e7dac7; transform:rotate(2deg); }
.about-photo img { width:100%; height:420px; object-fit:cover; object-position:center 100%; }
.about-photo figcaption { text-align:center; font-size:11px; padding-top:12px; color:var(--muted-foreground); }
@media(max-width:1050px) { .menu-layout { grid-template-columns:minmax(0,1fr) 258px; gap:26px; } .order-panel { padding:21px; } .dish-card { grid-template-columns:88px minmax(0,1fr); gap:15px; } .dish-photo,.dish-photo-pending { width:88px; height:88px; } .dish-card h3 { font-size:20px; } }
@media(max-width:760px) { .menu-layout { grid-template-columns:1fr; } .order-column { position:static; } .about-layout { gap:35px; } .about-photo img { height:350px; } }
@media(max-width:640px) {
  .group-controls { grid-template-columns:1fr 1fr; gap:15px; }
  .group-controls>.primary-button { grid-column:1/-1; margin-top:0; }
  .group-panel { padding:20px 17px 21px; }
  .group-controls .primary-button { font-size:15px; }
  .control-field input { font-size:16px; padding:0 10px; }
  .choice-buttons button { font-size:12px; padding:0 7px; }
  .dietary-note { font-size:11px; }
  .section-title h2 { font-size:28px; }
  .section-title>span { max-width:120px; text-align:right; font-size:11px; }
  .dish-card { padding:18px 0; grid-template-columns:76px minmax(0,1fr); gap:13px; }
  .dish-card h3 { font-size:20px; }
  .dish-photo,.dish-photo-pending { width:76px; height:76px; }
  .dish-photo-pending { font-size:11px; }
  .dish-bottom { padding-top:11px; gap:8px; }
  .dish-price { font-size:21px; }
  .quantity-control { min-width:111px; }
  .quantity-control button { width:40px; height:44px; }
  .quantity-control output { min-width:28px; }
  .add-dish { min-width:91px; height:44px; }
  .order-column { display:block; }
  .order-panel { margin-top:6px; }
  .order-lines li { font-size:14px; }
  .order-lines small { font-size:11px; }
  .table-photo { margin:27px 3px 6px; }
  .table-photo img { height:180px; }
  .mobile-order-bar { position:fixed; display:flex; left:0; right:0; bottom:0; z-index:30; align-items:center; justify-content:space-between; gap:12px; background:var(--card); padding:14px 18px max(16px,env(safe-area-inset-bottom)); border-top:1px solid var(--border); box-shadow:0 -5px 22px #49352912; }
  .mobile-order-bar strong { display:block; font-family:var(--font-fraunces),Georgia,serif; font-size:25px; color:var(--primary); line-height:1.1; }
  .mobile-order-bar span { font-size:10px; color:var(--muted-foreground); }
  .mobile-order-bar .primary-button { font-size:13px; min-height:45px; padding:11px 15px; }
  body:has(.mobile-order-bar) { padding-bottom:96px; }
  .review-section { padding:23px 18px; margin-top:30px; }
  .review-heading { display:block; padding-bottom:18px; margin-bottom:22px; }
  .review-heading h2 { font-size:32px; }
  .review-heading button { margin:13px 0 0 -9px; }
  .contact-fields { grid-template-columns:minmax(0,1fr); gap:20px; }
  .contact-fields textarea { font-size:16px; }
  .submit-row { flex-direction:column; align-items:stretch; gap:17px; }
  .acknowledgment { font-size:12px; }
  .success-panel { padding:25px 20px; margin:10px 0 25px; }
  .success-panel h1 { font-size:40px; }
  .success-order { font-size:12px; }
  .success-actions { flex-direction:column; align-items:stretch; }
  .about-layout { grid-template-columns:1fr; margin-top:32px; gap:25px; }
  .about-copy h2 { font-size:37px; }
  .about-copy>p { font-size:15px; }
  .about-photo { margin:0 5px 15px; }
  .about-photo img { height:290px; }
}
@media print { .site-header,.site-footer,.success-actions,.mobile-order-bar { display:none!important; } .success-panel { border:0; box-shadow:none; margin:0; } }

@font-face { font-family: NDKChinese; src: url(/fonts/noto-sans-tc-menu.ttf) format('truetype'); font-weight:400; font-style:normal; font-display:swap; }
:lang(zh-Hant) { font-family:NDKChinese,'PingFang TC','Microsoft JhengHei',sans-serif; }
.menu-filters { border:0; margin:0; min-width:0; }

.menu-section { scroll-margin-top:24px; }
.menu-section:focus,.review-section:focus { outline:none; }
.package-heading { margin-bottom:23px; padding-bottom:20px; border-bottom:2px solid var(--primary); }
.package-heading h2 { font-size:32px; letter-spacing:-1px; font-weight:600; line-height:1.2; }
.package-heading .suggestion-title { font-family:var(--font-dm-sans),Arial,sans-serif; font-size:17px; letter-spacing:0; font-weight:650; margin-top:17px; }
.package-heading>p { margin-top:9px; font-size:14px; color:var(--muted-foreground); line-height:1.6; }
.package-heading .dietary-note { font-size:12px; color:#665335; }
.package-count { font-size:13px; color:var(--muted-foreground); margin-top:-8px; }
.secondary-button { border:1px solid #c4aa8e; background:var(--card); color:var(--primary); border-radius:9px; min-height:44px; padding:10px 16px; box-shadow:0 2px 0 #e7dac7; }
.secondary-button:hover { background:#f2e4d1; }
.menu-toggle { display:flex; justify-content:space-between; width:100%; margin-top:20px; }
.menu-toggle[aria-expanded=true] svg { transform:rotate(180deg); }
.text-button { color:var(--primary); padding:0; margin-top:9px; text-decoration:underline; text-underline-offset:3px; height:32px; }
.group-change-notice { display:flex; align-items:center; justify-content:space-between; gap:20px; padding-top:19px; margin-top:16px; border-top:1px solid var(--border); font-size:13px; color:var(--muted-foreground); }
.empty-package { padding:20px 0; color:var(--muted-foreground); font-size:14px; }
.contact-fields>.method-field { max-width:360px; }
.step-number { color:var(--primary); margin-right:4px; }
.group-breakdown { display:flex; flex-wrap:wrap; gap:7px 16px; padding-top:16px; margin-top:14px; border-top:1px solid var(--border); font-size:14px; }
.group-breakdown span { color:var(--muted-foreground); }
.menu-view-controls { display:flex; flex-wrap:wrap; gap:8px; padding-bottom:18px; }
.menu-view-controls button { min-height:42px; border-radius:9px; padding:9px 13px; color:var(--muted-foreground); }
.menu-view-controls button[aria-pressed=true] { background:var(--secondary); color:var(--primary); box-shadow:inset 0 0 0 1px #d2b99e; }
.menu-view-controls button span { font-size:12px; margin-left:5px; }
.menu-view-controls button[aria-expanded=true] svg { transform:rotate(180deg); }
.menu-filters { padding-top:0; gap:6px; }
.menu-filters button { min-height:40px; height:auto; gap:7px; }
.category-count { font-size:11px; opacity:.75; }
.small-group-note { font-size:12px!important; }
.editable-label { font-weight:400; font-size:12px; color:var(--muted-foreground); margin-left:7px; }
.order-panel h2 { font-size:25px; line-height:1.18; }
.order-lines { max-height:40vh; overflow-y:auto; overscroll-behavior:contain; padding-right:5px; gap:16px; }
.order-lines li { font-size:12px; grid-template-columns:24px minmax(0,1fr) auto; }
.order-lines strong { font-weight:600; }
.order-lines small { line-height:1.4; }
.order-column { scroll-margin-top:24px; }
.order-column:focus { outline:none; }
.empty-summary { font-size:13px; color:var(--muted-foreground); }
.dish-photo-pending { text-align:center; padding:5px; }
.catering-intro { display:grid; grid-template-columns:minmax(0,1.15fr) minmax(0,1fr); align-items:center; gap:32px; margin-bottom:28px; }
.catering-intro .page-title { margin-bottom:0; }
.catering-photos { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:8px; min-width:0; margin:0; }
.catering-photos .intro-photo { display:block; width:100%; height:120px; border-radius:11px; }
.catering-photos .dish-photo-pending { display:grid; }
.browse-intro { display:flex; flex-wrap:wrap; align-items:center; justify-content:space-between; gap:10px 24px; padding-bottom:22px; margin-bottom:23px; border-bottom:2px solid var(--primary); }
.browse-intro>p { font-size:14px; color:var(--muted-foreground); }
.browse-intro .about-cta { margin:0; padding:6px 0; font-size:14px; }
.browse-dish-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); column-gap:36px; }
.browse-dish-grid .dish-card { padding:22px 0; }
.browse-dish-grid .dish-card:nth-child(-n+2) { padding-top:5px; }
.browse-dish-grid h2 { font-size:22px; line-height:1.18; letter-spacing:-.5px; font-weight:600; }
.browse-menu .menu-filters { padding-bottom:22px; }
@media(max-width:900px) {
  .catering-intro { grid-template-columns:minmax(0,1fr); gap:19px; }
  .catering-photos .intro-photo { height:112px; }
  .browse-dish-grid { column-gap:24px; }
  .browse-dish-grid .dish-card { grid-template-columns:76px minmax(0,1fr); gap:13px; }
  .browse-dish-grid .dish-photo,.browse-dish-grid .dish-photo-pending { width:76px; height:76px; }
  .browse-dish-grid h2 { font-size:20px; }
}
@media(max-width:640px) {
  .site-header { gap:14px; }
  .site-header nav { gap:14px; font-size:13px; }
  .site-header nav a { white-space:nowrap; }
  .catering-intro { margin-bottom:24px; gap:17px; }
  .catering-photos { gap:7px; }
  .catering-photos .intro-photo { height:88px; border-radius:8px; }
  .native-field { padding-inline:10px; }
  .native-placeholder { inset-inline-start:10px; }
  .browse-dish-grid { grid-template-columns:minmax(0,1fr); }
  .browse-dish-grid .dish-card { padding:18px 0; }
  .browse-dish-grid .dish-card:nth-child(2) { padding-top:18px; }
}
@media(max-width:370px) {
  .site-header { padding-inline:16px; gap:12px; }
  .site-header .wordmark { font-size:20px; }
  .site-header nav { gap:11px; font-size:12px; }
}
@media(min-width:641px) and (max-width:900px) { .group-controls { grid-template-columns:minmax(0,1fr) minmax(0,1fr) minmax(0,1.2fr); column-gap:18px; row-gap:8px; } }
@media(max-width:640px) {
  .page-title { align-items:flex-start; gap:15px; }
  .page-title h1 { font-size:48px; }
  .page-title p { font-size:14px; margin-top:12px; }
  .page-title>span { font-size:19px; margin-top:12px; flex-shrink:0; }
  .panel-heading h2 { font-size:25px; }
  .group-controls { grid-template-columns:repeat(2,minmax(0,1fr)); column-gap:15px; row-gap:8px; }
  .group-controls>.primary-button { grid-column:1 / -1; grid-row:4; margin-top:8px; }
  .package-heading h2 { font-size:28px; }
  .package-heading>p { font-size:13px; }
  .group-change-notice { align-items:flex-start; flex-direction:column; gap:12px; }
  .group-change-notice .secondary-button { align-self:flex-start; }
  .order-panel .review-button { font-size:15px; justify-content:center; }
  .panel-heading h2 { font-size:24px; line-height:1.25; }
  .group-controls .control-field { font-size:13px; }
  .group-controls .control-field>label,.group-controls>label { line-height:1.4; }
  .group-breakdown { font-size:13px; }
  .menu-view-controls { gap:6px; }
  .menu-view-controls button { font-size:12px; padding:9px 11px; }
  .order-lines { max-height:none; overflow:visible; padding-right:0; }
  .order-lines li { font-size:14px; }
  .order-lines small { font-size:11px; }
  .package-heading .suggestion-title { font-size:16px; }
}
@media(max-width:370px) {
  .page-shell { padding-left:16px; padding-right:16px; }
  .dish-card { grid-template-columns:60px minmax(0,1fr); gap:11px; }
  .dish-photo,.dish-photo-pending { width:60px; height:60px; }
  .dish-photo-pending { text-align:center; line-height:1.3; }
  .dish-topline { gap:7px; font-size:11px; }
}

button{border:0;background:transparent;color:inherit}.button{display:inline-flex;align-items:center;justify-content:center;text-decoration:none}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.hidden{display:none!important}.request-ready{margin-top:22px;padding:22px;border:1px solid var(--border);border-left:4px solid var(--primary);border-radius:12px;background:var(--background)}.request-ready h3{font-size:27px}.request-ready pre{white-space:pre-wrap;font-family:inherit;font-size:13px;line-height:1.6;margin:15px 0;padding:15px;background:var(--card);border:1px dashed var(--border);border-radius:8px}.ready-actions{display:flex;flex-wrap:wrap;gap:12px}.request-disclaimer{font-size:12px;color:var(--muted-foreground);margin-top:12px}.static-contact-note{font-size:13px;color:var(--muted-foreground);margin-top:8px}.group-controls .primary-button svg,.primary-button svg{width:17px}.dish-card button{font:inherit}.menu-view-controls button,.menu-filters button,.quantity-control button,.add-dish{cursor:pointer}.menu-filters[hidden]{display:none}.contact-fields input,.contact-fields textarea{width:100%}.contact-fields textarea{border-radius:10px}.catering-photos img{object-fit:cover}.order-total strong{white-space:nowrap}.summary-call{color:var(--primary);font-weight:700}.menu-source-note{margin-top:20px;font-size:12px;color:var(--muted-foreground)}
