:root {
  --th-ink: #0a0909;
  --th-black: #000000;
  --th-cream: #fffcf7;
  --th-white: #ffffff;
  --th-gold: #c8974e;
  --th-gold-soft: #e7d3b3;
  --th-brown: #2b1b16;
  --th-line: rgba(10, 9, 9, .12);
  --th-muted: #5c534e;
  --th-card: #ffffff;
  --th-heading: 'Urbanist', 'Segoe UI', sans-serif;
  --th-ui: 'Poppins', 'Segoe UI', sans-serif;
  --th-body: 'Source Sans 3', 'Source Sans Pro', 'Segoe UI', sans-serif;
}

/* Dark mode: deep espresso with gold accents. */
[data-theme="dark"] {
  --th-ink: #f3ede4;
  --th-black: #ffffff;
  --th-cream: #171310;
  --th-white: #100d0b;
  --th-gold: #d9ab63;
  --th-gold-soft: #6d5638;
  --th-brown: #c8974e;
  --th-line: rgba(243, 237, 228, .16);
  --th-muted: #b3a89c;
  --th-card: #1e1915;
}
[data-theme="dark"] body { background: var(--th-white); }
[data-theme="dark"] .menu-hero::after { background: linear-gradient(90deg, rgba(16, 13, 11, .96) 0%, rgba(16, 13, 11, .9) 34%, rgba(16, 13, 11, .45) 62%, rgba(16, 13, 11, .05) 100%); }
[data-theme="dark"] .menu-primary-action { background: var(--th-gold); color: #100d0b; }
[data-theme="dark"] .menu-primary-action:hover { background: #e7bd78; color: #100d0b; }
[data-theme="dark"] .menu-secondary-action { background: transparent; border-color: rgba(243, 237, 228, .35); color: #f3ede4; }
[data-theme="dark"] .menu-product .product-add { background: var(--th-gold); color: #100d0b; }
[data-theme="dark"] .menu-product .product-add:hover { background: #e7bd78; }
[data-theme="dark"] .menu-category-tabs button.active { background: var(--th-gold); border-color: var(--th-gold); color: #100d0b; }
[data-theme="dark"] .menu-rail__card { background: #1e1915; border: 1px solid rgba(217, 171, 99, .3); }
[data-theme="dark"] .menu-mobile-cart { background: #1e1915; border-top: 1px solid rgba(217, 171, 99, .3); }
[data-theme="dark"] .th-header { background: #100d0b !important; box-shadow: 0 1px 0 rgba(217, 171, 99, .25) !important; }
[data-theme="dark"] .th-tabs a, [data-theme="dark"] .th-icon, [data-theme="dark"] .th-account, [data-theme="dark"] .th-language a { color: #f3ede4 !important; }
[data-theme="dark"] .th-language { border-color: rgba(243, 237, 228, .3) !important; }
[data-theme="dark"] .th-language a.active { background: #d9ab63 !important; color: #100d0b !important; }
[data-theme="dark"] .th-order { background: #d9ab63 !important; color: #100d0b !important; }
[data-theme="dark"] .section { background: #171310 !important; }
[data-theme="dark"] .section .title, [data-theme="dark"] .section h2, [data-theme="dark"] .section h3, [data-theme="dark"] .section h5, [data-theme="dark"] .section h6, [data-theme="dark"] .section strong, [data-theme="dark"] .section .text-dark { color: #f3ede4 !important; }
[data-theme="dark"] .section .text-muted, [data-theme="dark"] .section p, [data-theme="dark"] .section small { color: #b3a89c !important; }
[data-theme="dark"] .review-card, [data-theme="dark"] .section .card, [data-theme="dark"] .section .bg-white { background: #1e1915 !important; border-color: rgba(217, 171, 99, .35) !important; }

/* Golden cream mode: warm festive tone. */
[data-theme="gold"] {
  --th-cream: #f6e9d2;
  --th-white: #fbf3e3;
  --th-gold: #b07f35;
  --th-gold-soft: #d9bc8c;
  --th-brown: #4a2f1d;
  --th-line: rgba(74, 47, 29, .18);
  --th-muted: #6d5941;
  --th-card: #fffaf0;
}
[data-theme="gold"] body { background: var(--th-white); }
[data-theme="gold"] .menu-hero::after { background: linear-gradient(90deg, rgba(246, 233, 210, .97) 0%, rgba(246, 233, 210, .92) 34%, rgba(246, 233, 210, .4) 62%, rgba(246, 233, 210, 0) 100%); }
[data-theme="gold"] .menu-product .product { background: var(--th-card); }
[data-theme="gold"] .th-header { background: #fbf3e3 !important; }
[data-theme="gold"] .section { background: #f6e9d2 !important; }

body { background: var(--th-white); color: var(--th-ink); font-family: var(--th-body); transition: background .3s ease, color .3s ease; }
.menu-experience { background: var(--th-white); overflow: clip; }
.menu-experience h1, .menu-experience h2, .menu-experience h3, .menu-experience h4 { font-family: var(--th-heading); font-weight: 300; }
.menu-experience a:focus-visible,
.menu-experience button:focus-visible,
.menu-experience input:focus-visible { outline: 3px solid var(--th-gold); outline-offset: 3px; }

.menu-hero { position: relative; }
.menu-hero__image { height: 100%; inset: 0; object-fit: cover; position: absolute; width: 100%; }
.menu-hero::after { background: linear-gradient(90deg, rgba(255,252,247,.97) 0%, rgba(255,252,247,.93) 34%, rgba(255,252,247,.35) 62%, rgba(255,252,247,0) 100%); content: ""; inset: 0; position: absolute; }
.menu-hero__content { align-items: flex-start; display: flex; flex-direction: column; justify-content: center; min-height: 620px; max-width: 660px; padding: 80px 0; position: relative; width: 100%; z-index: 1; }
.menu-hero__logo { height: auto; margin: 0 0 26px; max-width: 300px; width: 62%; }
.menu-kicker { color: var(--th-gold); font-family: var(--th-ui); font-size: 13px; font-weight: 600; letter-spacing: 1.4px; text-transform: uppercase; }
.menu-hero h1 { color: var(--th-black); font-size: clamp(30px, 3.6vw, 45px); font-weight: 300; line-height: 1.28; margin: 16px 0 18px; }
.menu-hero__lead { color: var(--th-muted); font-size: 17px; line-height: 1.7; max-width: 560px; }
.menu-hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.menu-primary-action, .menu-secondary-action { align-items: center; border-radius: 50px; display: inline-flex; font-family: var(--th-ui); font-size: 15px; font-weight: 700; justify-content: center; min-height: 52px; padding: 15px 30px; text-decoration: none; transition: background .2s ease, color .2s ease; }
.menu-primary-action { background: var(--th-brown); color: #fff; }
.menu-primary-action:hover { background: var(--th-black); color: #fff; }
.menu-secondary-action { background: var(--th-card); border: 1px solid var(--th-line); color: var(--th-ink); }
.menu-secondary-action:hover { background: var(--th-brown); border-color: var(--th-brown); color: #fff; }
.menu-proof { display: flex; flex-wrap: wrap; gap: 10px 22px; margin-top: 30px; }
.menu-proof span { align-items: center; color: var(--th-ink); display: inline-flex; font-family: var(--th-ui); font-size: 14px; font-weight: 600; gap: 8px; }
.menu-proof i { color: var(--th-gold); }

.menu-ordering { background: var(--th-cream); padding: 76px 0 84px; }
.menu-layout { align-items: start; display: grid; gap: 36px; grid-template-columns: minmax(0, 1fr) 340px; }
.menu-discovery { min-width: 0; }
.menu-discovery__intro { align-items: end; display: flex; justify-content: space-between; margin-bottom: 28px; }
.menu-discovery__intro h2 { font-size: 45px; font-weight: 300; margin: 6px 0 0; }
.menu-discovery__intro h2::after { background-image: radial-gradient(var(--th-gold) 42%, transparent 42%); background-size: 9px 9px; content: ""; display: block; height: 9px; margin-top: 14px; width: 92px; }
.menu-discovery__count { color: var(--th-muted); font-family: var(--th-ui); font-size: 14px; }
.menu-tools { background: var(--th-card); border: 1px solid var(--th-line); border-radius: 18px; margin-bottom: 28px; padding: 18px; position: sticky; top: 96px; z-index: 20; }
.menu-search-field { align-items: center; display: flex; position: relative; }
.menu-search-field > i { color: var(--th-gold); font-size: 17px; left: 20px; pointer-events: none; position: absolute; }
.menu-search-field input { background: var(--th-cream); border: 1px solid var(--th-line); border-radius: 50px; color: var(--th-ink); font-family: var(--th-body); font-size: 16px; height: 54px; padding: 0 52px 0 48px; width: 100%; }
.menu-search-field input:focus { background: #fff; border-color: var(--th-gold); outline: none; }
.menu-search-clear { align-items: center; background: transparent; border: 0; color: var(--th-muted); display: inline-flex; font-size: 22px; height: 44px; justify-content: center; position: absolute; right: 6px; width: 44px; }
.menu-category-tabs { display: flex; gap: 8px; margin-top: 16px; overflow-x: auto; padding: 2px 0 6px; scrollbar-width: thin; }
.menu-category-tabs button { background: var(--th-card); border: 1px solid var(--th-line); border-radius: 50px; color: var(--th-ink); flex: 0 0 auto; font-family: var(--th-ui); font-size: 13px; font-weight: 600; min-height: 44px; padding: 10px 18px; transition: all .18s ease; }
.menu-category-tabs button:hover { border-color: var(--th-gold); color: var(--th-gold); }
.menu-category-tabs button.active { background: var(--th-brown); border-color: var(--th-brown); color: #fff; }
.menu-search-status, .menu-search-empty { border-radius: 14px; font-family: var(--th-body); }

.menu-container.menu-v2 { margin: 0 -10px; }
.menu-product { padding: 0 10px; width: 50%; }
.menu-product .product { background: var(--th-card); border: 1px dashed var(--th-gold-soft); border-radius: 18px; display: flex; margin-bottom: 20px; min-height: 200px; overflow: hidden; transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease; }
.menu-product .product:hover { border-color: var(--th-gold); box-shadow: 0 14px 34px rgba(43, 27, 22, .08); transform: translateY(-2px); }
.menu-product .ajaxform { display: grid; grid-template-columns: 140px minmax(0, 1fr); width: 100%; }
.menu-product .product-thumb { height: 100%; min-height: 200px; }
.menu-product .product-thumb img { height: 100%; object-fit: cover; width: 100%; }
.menu-product .product-body { display: flex; flex-direction: column; padding: 20px; }
.menu-product .product-desc { flex: 1; }
.menu-product .product-category-label { color: var(--th-gold); font-family: var(--th-ui); font-size: 11px; font-weight: 600; letter-spacing: 1px; text-transform: uppercase; }
.menu-product .product-desc h3 { font-family: var(--th-heading); font-size: 21px; font-weight: 500; line-height: 1.3; margin: 8px 0; }
.menu-product .product-desc h3 a { color: var(--th-black); text-decoration: none; }
.menu-product .product-desc h3 a:hover { color: var(--th-gold); }
.menu-product .product-description { color: var(--th-muted); display: -webkit-box; font-size: 14px; line-height: 1.6; margin-bottom: 12px; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.menu-product .product-actions { align-items: center; display: flex; flex-wrap: wrap; gap: 10px; justify-content: space-between; margin-top: auto; }
.menu-product .product-price { color: var(--th-black); font-family: var(--th-heading); font-size: 22px; font-weight: 600; margin: 0; }
.menu-product .product-quantity { align-items: center; border: 1px solid var(--th-line); border-radius: 50px; display: inline-flex; }
.menu-product .product-quantity button { align-items: center; background: transparent; border: 0; color: var(--th-ink); display: inline-flex; height: 44px; justify-content: center; width: 40px; }
.menu-product .product-quantity input { background: transparent; border: 0; font-family: var(--th-ui); font-weight: 600; text-align: center; width: 30px; }
.menu-product .product-add { align-items: center; background: var(--th-brown); border: 0; border-radius: 50px; color: #fff; display: inline-flex; font-family: var(--th-ui); font-size: 13px; font-weight: 700; justify-content: center; min-height: 44px; padding: 11px 20px; }
.menu-product .product-add:hover { background: var(--th-black); }
.menu-product .product-extras { background: transparent; border: 0; color: var(--th-gold); font-family: var(--th-ui); font-size: 12px; font-weight: 600; padding: 0; }

.menu-rail { position: sticky; top: 96px; }
.menu-rail__card { background: var(--th-brown); border-radius: 18px; color: #fff; overflow: hidden; }
.menu-rail__body { padding: 28px; }
.menu-rail h2 { color: #fff; font-family: var(--th-heading); font-size: 28px; font-weight: 300; line-height: 1.25; margin: 8px 0 14px; }
.menu-rail p { color: rgba(255,255,255,.72); font-size: 14px; line-height: 1.65; }
.menu-rail .menu-kicker { color: var(--th-gold-soft); }
.menu-mode { display: grid; gap: 10px; grid-template-columns: 1fr 1fr; margin: 20px 0; }
.menu-mode a { align-items: center; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.16); border-radius: 50px; color: #fff; display: inline-flex; font-family: var(--th-ui); font-size: 13px; font-weight: 600; justify-content: center; min-height: 48px; padding: 10px; text-align: center; text-decoration: none; }
.menu-mode a:hover { background: var(--th-gold); border-color: var(--th-gold); color: var(--th-black); }
.menu-rail__checkout { align-items: center; background: var(--th-gold); border-radius: 50px; color: var(--th-black); display: flex; font-family: var(--th-ui); font-weight: 700; justify-content: space-between; min-height: 54px; padding: 12px 24px; text-decoration: none; }
.menu-rail__checkout:hover { background: #d9a95f; color: var(--th-black); }
.menu-rail__links { border-top: 1px solid rgba(255,255,255,.14); margin-top: 22px; padding-top: 18px; }
.menu-rail__links a { color: #fff; display: block; font-size: 14px; margin: 12px 0; text-decoration: none; }
.menu-rail__links a:hover { color: var(--th-gold-soft); }
.menu-offer { background: var(--th-card); border: 1px dashed var(--th-gold); border-radius: 18px; color: var(--th-ink); margin-top: 18px; padding: 20px; text-align: center; }
.menu-offer strong { display: block; font-family: var(--th-heading); font-size: 20px; font-weight: 500; }
.menu-offer code { background: var(--th-cream); color: var(--th-gold); font-family: var(--th-ui); font-weight: 700; padding: 3px 10px; }
.menu-mobile-cart { align-items: center; background: var(--th-brown); bottom: 0; color: #fff; display: none; font-family: var(--th-ui); justify-content: space-between; left: 0; padding: 10px 16px; position: fixed; right: 0; z-index: 1000; }
.menu-mobile-cart a { background: var(--th-gold); border-radius: 50px; color: var(--th-black); font-weight: 700; min-height: 44px; padding: 12px 20px; text-decoration: none; }

@media (max-width: 1199px) {
  .menu-layout { grid-template-columns: minmax(0, 1fr) 300px; }
  .menu-product { width: 100%; }
}
@media (max-width: 991px) {
  .menu-layout { display: block; }
  .menu-tools { position: static; }
  .menu-rail { margin-top: 30px; position: static; }
  .menu-mobile-cart { display: flex; }
  body { padding-bottom: 68px; }
}
@media (max-width: 767px) {
  .menu-hero::after { background: linear-gradient(180deg, rgba(255,252,247,.96) 0%, rgba(255,252,247,.9) 60%, rgba(255,252,247,.72) 100%); }
  .menu-hero__content { min-height: 0; padding: 40px 0 44px; }
  .menu-hero__logo { margin-bottom: 16px; max-width: 230px; width: 66%; }
  .menu-hero h1 { font-size: 30px; line-height: 1.3; margin: 12px 0 14px; }
  .menu-hero__lead { font-size: 15px; line-height: 1.6; }
  .menu-hero__actions { gap: 10px; margin-top: 22px; width: 100%; }
  .menu-primary-action, .menu-secondary-action { flex: 1 1 0; font-size: 14px; padding: 13px 10px; }
  .menu-proof { gap: 8px 16px; margin-top: 20px; }
  .menu-proof span { font-size: 13px; }
  .menu-ordering { padding: 44px 0 68px; }
  .menu-discovery__intro { align-items: start; display: block; }
  .menu-discovery__intro h2 { font-size: 32px; }
  .menu-tools { border-radius: 14px; }
  .menu-product { width: 100%; }
  .menu-product .ajaxform { grid-template-columns: 112px minmax(0, 1fr); }
  .menu-product .product-thumb { min-height: 210px; }
  .menu-product .product-body { padding: 16px; }
  .menu-product .product-desc h3 { font-size: 18px; }
  .menu-product .product-actions { align-items: stretch; }
}
@media (max-width: 420px) {
  .menu-product .ajaxform { display: block; }
  .menu-product .product-thumb { height: 180px; min-height: 0; }
}
/* Smooth cross-page transitions (progressive enhancement) and entry animation. */
@view-transition { navigation: auto; }
html { scroll-behavior: smooth; }
@keyframes th-fade-up { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }
.menu-experience { animation: th-fade-up .45s ease both; }
@keyframes th-cart-pulse { 0% { transform: scale(1); } 45% { transform: scale(1.45); } 100% { transform: scale(1); } }
.cart-item-count.cart-pulse { animation: th-cart-pulse .5s ease; }
.menu-product .product-add:active { transform: scale(.96); }

@media (prefers-reduced-motion: reduce) {
  .menu-experience *, .menu-experience *::before, .menu-experience *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
  .menu-experience, .cart-item-count.cart-pulse { animation: none !important; }
  html { scroll-behavior: auto; }
}

/* Shared page rhythm below the ordering section, matching the same design system. */
h1, h2, h3, h4, h5, .title { font-family: var(--th-heading); font-weight: 300; }
.section .title { font-weight: 300; }
.btn-custom, .btn-custom.primary, .btn-custom.light { background: var(--th-brown); border: 0; border-radius: 50px; color: #fff; font-family: var(--th-ui); font-size: 14px; font-weight: 700; padding: 13px 26px; }
.btn-custom:hover, .btn-custom.primary:hover { background: var(--th-black); color: #fff; }
.btn-outline-dark, .btn-outline-light, .btn-outline-secondary { border-radius: 50px; font-family: var(--th-ui); font-weight: 600; padding: 12px 24px; }
.custom-primary, .text-custom-primary { color: var(--th-gold) !important; }
.review-card, .menu-hero-badge { font-family: var(--th-body); }
.menu-hero-badge { background: var(--th-cream); border: 1px dashed var(--th-gold); border-radius: 50px; color: var(--th-brown); display: inline-flex; font-family: var(--th-ui); font-size: 13px; font-weight: 600; gap: 8px; padding: 8px 18px; }