@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Barlow:ital,wght@0,400;0,500;0,600;0,700;1,400&display=swap');

/* ============================================================
   EMBER STEAKHOUSE — charred oak & copper glow
   Near-black char, ember copper, condensed display caps.
   Big appetite-first photography cards, heat in the details.
   ============================================================ */

:root {
    --ym-primary: #d97b3f;
    --ym-primary-dark: #b35f2b;
    --ym-ink: #ece5dd;
    --ym-muted: #96897d;
    --ym-bg: #0f0c0a;
    --ym-card: #1a1512;
    --ym-border: #322a23;
    --ym-radius: 10px;
    --ym-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    --ym-shadow-lg: 0 -12px 40px rgba(0, 0, 0, 0.6);
    font-size: 16px;
}

* { box-sizing: border-box; }
html, body {
    margin: 0; padding: 0;
    background: var(--ym-bg);
    background-image: radial-gradient(ellipse 120% 60% at 50% -10%, rgba(217, 123, 63, 0.07), transparent 60%);
    background-repeat: no-repeat;
    color: var(--ym-ink);
    font-family: 'Barlow', 'Helvetica Neue', sans-serif;
    -webkit-text-size-adjust: 100%;
}
body { padding-bottom: 90px; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; touch-action: manipulation; background: none; border: none; }
img { max-width: 100%; display: block; }

.ym-announcement { background: linear-gradient(90deg, var(--ym-primary-dark), var(--ym-primary)); color: #180d05; text-align: center; padding: 10px 36px; font-size: 13px; font-weight: 700; letter-spacing: 0.05em; text-transform: uppercase; position: relative; }
.ym-announcement-close { position: absolute; right: 10px; top: 50%; transform: translateY(-50%); color: #180d05; font-size: 16px; }

/* --- Hero: smoke over char --- */
.ym-hero { position: relative; background-color: #080605; background-size: cover; background-position: center; }
.ym-hero-overlay {
    position: relative; text-align: center;
    background: linear-gradient(180deg, rgba(8, 6, 5, 0.45), rgba(15, 12, 10, 0.97) 80%);
    padding: 58px 24px 30px;
}
.ym-hero-logo { width: 70px; height: 70px; border-radius: 50%; object-fit: cover; margin: 0 auto 16px; border: 2px solid var(--ym-primary); padding: 2px; background: var(--ym-card); }
.ym-hero-name { font-family: 'Bebas Neue', 'Barlow', sans-serif; font-weight: 400; font-size: 46px; line-height: 0.98; margin: 0 0 8px; letter-spacing: 0.05em; text-transform: uppercase; }
.ym-hero-tagline { color: var(--ym-muted); font-size: 14.5px; line-height: 1.5; margin: 0 auto; max-width: 360px; }
.ym-hero-embers { display: flex; justify-content: center; gap: 7px; margin-top: 18px; }
.ym-hero-embers span { width: 5px; height: 5px; border-radius: 50%; background: var(--ym-primary); box-shadow: 0 0 8px rgba(217, 123, 63, 0.9); animation: ym-ember 2.6s ease-in-out infinite; }
.ym-hero-embers span:nth-child(2) { animation-delay: 0.5s; }
.ym-hero-embers span:nth-child(3) { animation-delay: 1.1s; }
@keyframes ym-ember { 0%, 100% { opacity: 0.35; transform: translateY(0); } 50% { opacity: 1; transform: translateY(-4px); } }
.ym-hero-lang { margin-top: 16px; position: relative; display: inline-block; }
.ym-icon-btn.ym-lang-toggle { color: var(--ym-muted); font-size: 12px; letter-spacing: 0.12em; display: inline-flex; align-items: center; gap: 6px; padding: 7px 15px; border: 1px solid var(--ym-border); border-radius: 999px; }
.ym-lang-menu { display: none; position: absolute; top: 115%; left: 50%; transform: translateX(-50%); background: var(--ym-card); border: 1px solid var(--ym-border); border-radius: 8px; padding: 6px; min-width: 150px; z-index: 30; box-shadow: var(--ym-shadow); }
.ym-lang-menu.show { display: block; }
.ym-lang-menu a { display: block; padding: 8px 12px; font-size: 13px; border-radius: 5px; color: var(--ym-ink); }
.ym-lang-menu a.active, .ym-lang-menu a:hover { background: rgba(217, 123, 63, 0.15); color: var(--ym-primary); }

/* --- Search --- */
.ym-search-wrap { padding: 22px 16px 0; max-width: 640px; margin: 0 auto; }
.ym-search { display: flex; align-items: center; gap: 10px; background: var(--ym-card); border: 1px solid var(--ym-border); border-radius: var(--ym-radius); padding: 12px 16px; transition: border-color 0.15s; }
.ym-search:focus-within { border-color: rgba(217, 123, 63, 0.5); }
.ym-search .bx { color: var(--ym-primary); font-size: 17px; }
.ym-search input { flex: 1; background: none; border: none; outline: none; color: var(--ym-ink); font-size: 15px; font-family: inherit; }
.ym-search input::placeholder { color: var(--ym-muted); }

/* --- Category nav: branded iron tabs --- */
.ym-cat-nav { display: flex; gap: 8px; overflow-x: auto; padding: 18px 16px; max-width: 640px; margin: 0 auto; -ms-overflow-style: none; scrollbar-width: none; }
.ym-cat-nav::-webkit-scrollbar { display: none; }
.ym-cat-pill { flex-shrink: 0; padding: 9px 18px; border-radius: 6px; border: 1px solid var(--ym-border); font-family: 'Bebas Neue', 'Barlow', sans-serif; font-size: 15px; letter-spacing: 0.1em; color: var(--ym-muted); white-space: nowrap; background: var(--ym-card); transition: color 0.15s, background-color 0.15s, border-color 0.15s; }
.ym-cat-pill.active { background: var(--ym-primary); color: #180d05; border-color: var(--ym-primary); box-shadow: 0 4px 16px rgba(217, 123, 63, 0.35); }

.ym-empty { text-align: center; color: var(--ym-muted); padding: 60px 20px; }
.ym-empty .bx { font-size: 40px; display: block; margin-bottom: 8px; color: var(--ym-primary); }

/* --- Sections --- */
.ym-section { padding: 0 16px 8px; max-width: 640px; margin: 0 auto; }
.ym-section-title {
    display: flex; align-items: center; gap: 14px;
    margin: 32px 0 16px; font-family: 'Bebas Neue', 'Barlow', sans-serif;
    font-size: 27px; font-weight: 400; letter-spacing: 0.09em; text-transform: uppercase; color: var(--ym-ink);
}
.ym-section-title::after { content: ''; flex: 1; height: 1px; background: linear-gradient(90deg, var(--ym-primary), var(--ym-border) 70%); }

/* --- Cards: full-width appetite shots --- */
.ym-list { display: flex; flex-direction: column; gap: 16px; }
.ym-card {
    display: block; text-align: left; width: 100%; padding: 0;
    background: var(--ym-card); border: 1px solid var(--ym-border); border-radius: var(--ym-radius);
    overflow: hidden; color: var(--ym-ink); box-shadow: var(--ym-shadow);
}
.ym-card.is-sold-out { opacity: 0.45; }
.ym-card-img-wrap { position: relative; display: block; aspect-ratio: 16/10; }
.ym-card-img { width: 100%; height: 100%; object-fit: cover; }
.ym-card-img-wrap::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(15, 12, 10, 0.72)); pointer-events: none; }
.ym-card-body { display: block; padding: 14px 16px 16px; }
.ym-card.no-img .ym-card-body { padding: 16px; }
.ym-card-row { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; }
.ym-card-name { font-family: 'Bebas Neue', 'Barlow', sans-serif; font-size: 23px; letter-spacing: 0.05em; line-height: 1.05; text-transform: uppercase; }
.ym-card-price { font-weight: 700; font-size: 17px; color: var(--ym-primary); white-space: nowrap; }
.ym-strike { text-decoration: line-through; color: var(--ym-muted); margin-right: 6px; font-size: 13px; font-weight: 500; }
.ym-card-desc { display: block; font-size: 13.5px; color: var(--ym-muted); margin-top: 5px; line-height: 1.5; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }

/* Badges: seared tags over the photo bottom (or inline when no image) */
.ym-card-img-wrap .ym-badges { position: absolute; left: 0; right: 0; bottom: 0; display: flex; flex-wrap: wrap; gap: 5px; padding: 24px 12px 10px; z-index: 1; }
.ym-card-body .ym-badges, .ym-card.no-img .ym-badges { display: flex; flex-wrap: wrap; gap: 5px; margin-top: 8px; }
.ym-badge {
    display: inline-flex; align-items: center; gap: 4px;
    font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em;
    padding: 4px 10px; border-radius: 4px;
    background: rgba(10, 8, 6, 0.72); color: var(--ym-primary); border: 1px solid rgba(217, 123, 63, 0.45);
    -webkit-backdrop-filter: blur(3px); backdrop-filter: blur(3px);
}
.ym-badge i { font-size: 12px; }
.ym-badge.veg, .ym-badge.vegan { color: #8fce9e; border-color: rgba(110, 190, 130, 0.45); }
.ym-badge.halal { color: #6fd3c1; border-color: rgba(90, 190, 170, 0.45); }
.ym-badge.sold-out { color: #f0a9a9; border-color: rgba(200, 90, 90, 0.5); }

/* --- Footer strip --- */
.ym-social-row { display: flex; justify-content: center; gap: 18px; padding: 28px 18px 12px; font-size: 19px; color: var(--ym-muted); }
.ym-contact-row { text-align: center; padding: 0 18px 12px; color: var(--ym-muted); font-size: 13px; }
.ym-contact-line { margin: 4px 0; }
.ym-footer { text-align: center; padding: 22px; color: var(--ym-muted); font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; }
.ym-footer a { color: var(--ym-primary); font-weight: 700; }

/* --- Detail sheet --- */
.ym-sheet-backdrop { position: fixed; inset: 0; background: rgba(0, 0, 0, 0.72); z-index: 90; display: none; }
.ym-sheet-backdrop.show { display: block; }
.ym-sheet { position: fixed; left: 0; right: 0; bottom: 0; background: var(--ym-card); border-top: 1px solid rgba(217, 123, 63, 0.5); border-radius: 14px 14px 0 0; box-shadow: var(--ym-shadow-lg); z-index: 91; max-height: 88vh; overflow-y: auto; transform: translateY(100%); transition: transform 0.28s ease; }
.ym-sheet.show { transform: translateY(0); }
.ym-sheet-img { width: 100%; aspect-ratio: 16/9; object-fit: cover; }
.ym-sheet-close { position: absolute; top: 12px; right: 12px; width: 34px; height: 34px; border-radius: 50%; background: rgba(0, 0, 0, 0.6); color: var(--ym-ink); display: flex; align-items: center; justify-content: center; font-size: 18px; z-index: 2; }
.ym-sheet-body { padding: 20px; }
.ym-sheet-title { font-family: 'Bebas Neue', 'Barlow', sans-serif; font-size: 30px; letter-spacing: 0.05em; text-transform: uppercase; margin: 0 0 4px; }
.ym-sheet-price { font-size: 18px; color: var(--ym-primary); font-weight: 700; margin-bottom: 10px; }
.ym-sheet-desc { color: #bfb4a8; font-size: 14.5px; line-height: 1.6; margin-bottom: 12px; }
.ym-sheet-meta { display: flex; gap: 16px; font-size: 13px; color: var(--ym-muted); margin-bottom: 12px; flex-wrap: wrap; }
.ym-sheet-meta span { display: flex; align-items: center; gap: 4px; }
.ym-sheet-section-label { font-size: 11px; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: var(--ym-primary); margin: 14px 0 6px; }
.ym-sheet-ingredients { color: #bfb4a8; font-size: 14px; line-height: 1.55; margin: 0; }
.ym-allergen-list { display: flex; flex-wrap: wrap; gap: 6px; }
.ym-allergen-chip { font-size: 11px; padding: 4px 10px; border-radius: 4px; border: 1px solid var(--ym-border); color: var(--ym-muted); }

.ym-toast { position: fixed; bottom: 90px; left: 50%; transform: translateX(-50%) translateY(20px); background: var(--ym-card); border: 1px solid var(--ym-border); color: var(--ym-ink); padding: 10px 18px; border-radius: 8px; font-size: 13px; z-index: 100; opacity: 0; transition: opacity 0.2s, transform 0.2s; pointer-events: none; white-space: nowrap; }
.ym-toast.show { opacity: 1; transform: translateX(-50%) translateY(0); }

@media (hover: hover) and (pointer: fine) {
    .ym-card { transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s; }
    .ym-card:hover { transform: translateY(-3px); border-color: rgba(217, 123, 63, 0.4); box-shadow: 0 16px 40px rgba(0, 0, 0, 0.55), 0 0 24px rgba(217, 123, 63, 0.12); }
    .ym-cat-pill:hover { border-color: var(--ym-primary); color: var(--ym-primary); }
}
@media (prefers-reduced-motion: reduce) {
    .ym-sheet, .ym-toast, .ym-card, .ym-cat-pill { transition: none; }
    .ym-hero-embers span { animation: none; }
}
@media (min-width: 560px) {
    .ym-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
}

/* ===== Nutrition tiles + spicy + dietary badges (shared appended block) ===== */
.ym-sheet-meta { display: block; margin-bottom: 18px; }
.ym-nutri-grid { display: flex; flex-wrap: wrap; gap: 10px; }
.ym-nutri { flex: 1 1 86px; min-width: 86px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 6px; padding: 17px 10px; border-radius: 12px; background: rgba(236, 229, 221, 0.05); border: 1px solid rgba(236, 229, 221, 0.12); }
.ym-nutri i { font-size: 24px; line-height: 1; }
.ym-nutri b { font-size: 19px; font-weight: 800; color: var(--ym-ink); line-height: 1; letter-spacing: -0.01em; }
.ym-nutri b .u { font-size: 12px; font-weight: 600; color: var(--ym-muted); margin-left: 2px; }
.ym-nutri-l { font-size: 11px; letter-spacing: 0.05em; text-transform: uppercase; color: var(--ym-muted); font-weight: 700; }
.ym-nutri.is-cal { background: rgba(239, 91, 59, 0.12); border-color: rgba(239, 91, 59, 0.3); }
.ym-nutri.is-cal i { color: #ef5b3b; }
.ym-nutri.is-pro { background: rgba(108, 92, 231, 0.12); border-color: rgba(108, 92, 231, 0.3); }
.ym-nutri.is-pro i { color: #8d7ff2; }
.ym-nutri.is-carb { background: rgba(224, 163, 62, 0.14); border-color: rgba(224, 163, 62, 0.32); }
.ym-nutri.is-carb i { color: #e0a33e; }
.ym-nutri.is-fat { background: rgba(45, 180, 235, 0.12); border-color: rgba(45, 180, 235, 0.3); }
.ym-nutri.is-fat i { color: #2db4eb; }
.ym-nutri.is-spicy { background: rgba(232, 70, 43, 0.12); border-color: rgba(232, 70, 43, 0.3); }
.ym-nutri.is-time i { color: var(--ym-muted); }
.ym-chilis { font-size: 20px; line-height: 1; letter-spacing: 2px; }
.ym-chilis .off { opacity: 0.25; filter: grayscale(1); }
