:root {
  --ink: #1a1000;
  --brown: #6f4600;
  --gold: #c99a24;
  --gold-deep: #9b6a00;
  --gold-soft: #ffe39a;
  --red: #e51f35;
  --green: #24a55a;
  --cream: #fff4d6;
  --paper: #fffaf0;
  --sand: #f3dfae;
  --muted: #6d5527;
  --line: rgba(155, 106, 0, .22);
  --card: rgba(255, 250, 240, .94);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Arial, Helvetica, sans-serif; color: var(--ink); background: linear-gradient(180deg, #fff5d8, #f6e0a8 48%, #fffaf0); }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.loader { position: fixed; inset: 0; z-index: 999; display: grid; place-items: center; background: radial-gradient(circle at center, #ffe39a 0, #c99a24 42%, #6f4600 100%); transition: opacity .55s ease, visibility .55s ease; }
.loader.is-hidden { opacity: 0; visibility: hidden; }
.loader-card { width: min(360px, 84vw); text-align: center; animation: loaderFlyIn .9s cubic-bezier(.18,.86,.24,1.08) both; }
.loader-card img { width: 100%; border-radius: 18px; filter: drop-shadow(0 18px 36px rgba(0,0,0,.32)); }
.loader-card p { margin: 1rem 0 0; color: white; text-transform: uppercase; letter-spacing: .2em; font-size: .8rem; font-weight: 950; text-shadow: 0 3px 12px rgba(0,0,0,.35); }
.loader-line { height: 4px; width: 0; margin: 1.2rem auto 0; border-radius: 999px; background: white; animation: loaderLine 1.25s ease-out .2s forwards; }
@keyframes loaderFlyIn { from { opacity: 0; transform: translateY(60px) scale(.92) rotate(-1deg); } to { opacity: 1; transform: translateY(0) scale(1) rotate(0); } }
@keyframes loaderLine { to { width: 72%; } }
.topbar { position: fixed; top: 0; left: 0; right: 0; z-index: 30; display: flex; justify-content: center; gap: .45rem; padding: .75rem; background: rgba(255, 246, 220, .88); border-bottom: 1px solid var(--line); backdrop-filter: blur(14px); box-shadow: 0 12px 34px rgba(111,70,0,.12); }
.topbar a { padding: .7rem 1rem; border-radius: 999px; font-size: .92rem; font-weight: 950; color: #3c2500; }
.topbar a:hover { background: rgba(201,154,36,.16); }
.topbar-cta { background: var(--red); color: white !important; box-shadow: 0 12px 26px rgba(229,31,53,.24); }
.site-hero { min-height: 100vh; position: relative; overflow: hidden; isolation: isolate; display: grid; place-items: center; padding: 7rem 1.2rem 5rem; background: linear-gradient(145deg, #fbd876, #c99a24 45%, #7d5100); }
.hero-bg { position: absolute; inset: 0; z-index: -4; background: url('https://qrcgcustomers.s3-eu-west-1.amazonaws.com/account2294231/47804778_1.jpg?0.18225531537873918') center top / cover no-repeat; opacity: .34; filter: saturate(1.16) contrast(1.03); }
.hero-shade { position: absolute; inset: 0; z-index: -3; background: linear-gradient(180deg, rgba(255,233,166,.72), rgba(201,154,36,.58) 45%, rgba(111,70,0,.72)), radial-gradient(circle at 50% 38%, rgba(255,255,255,.34), transparent 42%); }
.hero-watermark { position: absolute; z-index: -2; width: min(680px, 115vw); opacity: .10; right: -160px; bottom: -80px; transform: rotate(-8deg); filter: saturate(1.1); }
.hero-content { max-width: 980px; text-align: center; }
.brand-logo { width: min(380px, 86vw); margin: 0 auto 1.8rem; border-radius: 18px; filter: drop-shadow(0 22px 46px rgba(69,41,0,.42)); }
.overline { margin: 0 0 .9rem; text-transform: uppercase; letter-spacing: .22em; font-weight: 950; color: #fffdf4; font-size: .86rem; text-shadow: 0 2px 10px rgba(0,0,0,.22); }
.overline.gold { color: var(--gold-deep); text-shadow: none; }
h1 { margin: 0; color: white; text-transform: uppercase; font-size: clamp(3.7rem, 10vw, 8.8rem); line-height: 1.09; letter-spacing: -.055em; text-shadow: 0 12px 34px rgba(86,52,0,.54); }
h2 { margin: 0; color: #3d2700; font-size: clamp(2.2rem, 5.5vw, 4.8rem); line-height: .98; letter-spacing: -.045em; }
.hero-copy { max-width: 700px; margin: 1.25rem auto 0; font-size: 1.2rem; color: #fff9e8; line-height: 1.6; font-weight: 800; text-shadow: 0 2px 10px rgba(0,0,0,.28); }
.hero-meta { display: flex; flex-wrap: wrap; justify-content: center; gap: .7rem; margin: 1.7rem auto 0; color: #3c2500; }
.hero-meta span { border: 1px solid rgba(255,255,255,.55); background: rgba(255,250,240,.74); padding: .7rem .95rem; border-radius: 999px; font-weight: 950; box-shadow: 0 12px 28px rgba(111,70,0,.12); }
.phone { margin: 1.45rem 0 0; color: white; font-size: clamp(2rem, 6vw, 3.35rem); font-weight: 950; text-shadow: 0 8px 24px rgba(0,0,0,.25); }
.actions { display: flex; flex-wrap: wrap; justify-content: center; gap: .8rem; margin-top: 1.7rem; }
.left-actions { justify-content: flex-start; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: .9rem 1.25rem; border-radius: 18px; font-weight: 950; box-shadow: 0 18px 36px rgba(111,70,0,.22); transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.btn:hover { transform: translateY(-2px); box-shadow: 0 24px 54px rgba(111,70,0,.28); }
.btn-light { background: #fffaf0; color: #3c2500; }
.btn-red { background: var(--red); color: white; }
.btn-whatsapp { background: var(--green); color: white; }
.btn-outline { border: 1px solid rgba(255,255,255,.72); color: white; background: rgba(255,255,255,.14); }
.btn-outline.cream { border-color: rgba(255,250,240,.7); background: rgba(255,250,240,.15); }
.intro { max-width: 1180px; margin: 0 auto; padding: 6rem 1.25rem 3rem; display: grid; grid-template-columns: 1.25fr .75fr; gap: 2rem; align-items: center; }
.intro-copy p:last-child { color: var(--muted); font-size: 1.12rem; line-height: 1.75; max-width: 720px; }
.intro-card { border: 1px solid var(--line); background: var(--card); border-radius: 30px; padding: 1.5rem; box-shadow: 0 22px 70px rgba(111,70,0,.18); }
.intro-card img { border-radius: 18px; margin-bottom: 1rem; }
.intro-card p { color: var(--muted); line-height: 1.6; }
.quick-info { max-width: 1180px; margin: 0 auto 3rem; padding: 0 1.25rem; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.quick-info article { background: rgba(255,250,240,.88); border: 1px solid var(--line); border-radius: 24px; padding: 1.25rem; box-shadow: 0 16px 46px rgba(111,70,0,.13); }
.quick-info strong { display: block; color: var(--red); font-size: .85rem; text-transform: uppercase; letter-spacing: .16em; margin-bottom: .5rem; }
.quick-info span { color: #3c2500; font-weight: 900; line-height: 1.45; }
.featured { max-width: 1180px; margin: 0 auto; padding: 1rem 1.25rem 6rem; display: grid; grid-template-columns: 1.25fr .875fr .875fr; gap: 1.2rem; }
.feature-card { position: relative; overflow: hidden; min-height: 470px; border-radius: 34px; border: 1px solid rgba(255,255,255,.42); background: var(--card); box-shadow: 0 22px 70px rgba(111,70,0,.18); }
.feature-card img { width: 100%; height: 100%; object-fit: cover; object-position: top; opacity: .96; transform: scale(1.01); }
.feature-card::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 24%, rgba(111,70,0,.12) 48%, rgba(91,54,0,.82)); }
.feature-card div { position: absolute; z-index: 2; left: 1.3rem; right: 1.3rem; bottom: 1.3rem; }
.feature-card span { color: var(--gold-soft); font-weight: 950; text-transform: uppercase; letter-spacing: .12em; font-size: .78rem; }
.feature-card h3 { margin: .35rem 0 .4rem; color: #fff; font-size: clamp(1.7rem, 4vw, 3rem); line-height: .95; text-shadow: 0 6px 18px rgba(0,0,0,.35); }
.feature-card p { margin: 0; color: #fff4d6; line-height: 1.55; font-weight: 700; }
.menu-section { position: relative; padding: 6rem 1.25rem; background: linear-gradient(180deg, #fffaf0, #f3dfae 52%, #fff4d6); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.section-head { max-width: 930px; margin: 0 auto 2rem; text-align: center; }
.section-logo { width: min(260px, 76vw); margin: 0 auto 1.4rem; border-radius: 16px; filter: drop-shadow(0 18px 34px rgba(111,70,0,.24)); }
.section-head p:last-child { color: var(--muted); font-size: 1.1rem; line-height: 1.7; }
.filters { max-width: 1180px; margin: 0 auto 2rem; display: flex; flex-wrap: wrap; justify-content: center; gap: .65rem; }
.filter-btn { border: 1px solid var(--line); background: rgba(255,250,240,.9); color: #3c2500; padding: .75rem 1rem; border-radius: 999px; font-weight: 950; cursor: pointer; box-shadow: 0 10px 22px rgba(111,70,0,.1); }
.filter-btn.is-active { background: var(--red); color: white; border-color: transparent; }
.gallery { max-width: 1180px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }
.menu-card { overflow: hidden; border-radius: 28px; border: 1px solid var(--line); background: rgba(255,250,240,.94); box-shadow: 0 18px 48px rgba(111,70,0,.16); cursor: zoom-in; transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.menu-card:hover { transform: translateY(-4px); border-color: rgba(229,31,53,.32); box-shadow: 0 28px 78px rgba(111,70,0,.23); }
.menu-card img { width: 100%; aspect-ratio: 1 / 1.34; object-fit: cover; object-position: top; background: #f3dfae; }
.menu-card div { padding: 1.1rem; }
.menu-card h3 { margin: 0 0 .35rem; color: var(--gold-deep); font-size: 1.35rem; }
.menu-card p { margin: 0; color: var(--muted); font-size: .9rem; line-height: 1.45; }
.qr-section { max-width: 1180px; margin: 0 auto; padding: 6rem 1.25rem; display: grid; grid-template-columns: 1fr 310px; gap: 2rem; align-items: center; }
.qr-section p:not(.overline) { color: var(--muted); font-size: 1.1rem; line-height: 1.7; max-width: 680px; }
.qr-img { width: 100%; border-radius: 28px; padding: 1.2rem; background: #fffaf0; border: 1px solid var(--line); box-shadow: 0 24px 70px rgba(111,70,0,.18); }
.visit { position: relative; overflow: hidden; text-align: center; background: linear-gradient(145deg, #c99a24, #7c5000); color: white; padding: 6rem 1.25rem; }
.visit::before { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 50% 0, rgba(255,255,255,.28), transparent 36%); pointer-events: none; }
.visit > * { position: relative; }
.visit-logo { width: min(320px, 82vw); margin: 0 auto 2rem; border-radius: 18px; filter: drop-shadow(0 24px 52px rgba(69,41,0,.32)); }
.visit h2 { color: white; text-shadow: 0 8px 22px rgba(0,0,0,.24); }
footer { text-align: center; padding: 2rem 1rem 5rem; color: var(--muted); background: #fffaf0; }
footer img { width: 160px; margin: 0 auto 1rem; border-radius: 12px; }
dialog { width: min(980px, 95vw); border: none; border-radius: 22px; padding: 0; background: transparent; }
dialog::backdrop { background: rgba(0,0,0,.72); backdrop-filter: blur(4px); }
#viewerImg { max-height: 90vh; margin: auto; border-radius: 18px; box-shadow: 0 26px 80px rgba(0,0,0,.5); }
#closeViewer { position: fixed; top: 1rem; right: 1rem; width: 50px; height: 50px; border-radius: 50%; border: none; background: #fff6dc; color: #110900; font-size: 2rem; font-weight: 950; cursor: pointer; }
.mobile-dock { position: fixed; left: .75rem; right: .75rem; bottom: .75rem; z-index: 40; display: none; grid-template-columns: repeat(3, 1fr); gap: .5rem; padding: .55rem; border-radius: 22px; background: rgba(255,246,220,.92); border: 1px solid var(--line); backdrop-filter: blur(14px); box-shadow: 0 18px 48px rgba(111,70,0,.22); }
.mobile-dock a { text-align: center; border-radius: 16px; padding: .8rem .5rem; font-weight: 950; color: #3c2500; }
.mobile-dock a:nth-child(2) { background: var(--green); color: white; }
.reveal { opacity: 0; transition: opacity .75s ease, transform .75s cubic-bezier(.18,.86,.24,1.08); }
.reveal.is-visible { opacity: 1; transform: translate(0,0) scale(1); }
.fly-up { transform: translateY(48px) scale(.98); }
.fly-left { transform: translateX(-54px) scale(.98); }
.fly-right { transform: translateX(54px) scale(.98); }
.delay-1 { transition-delay: .12s; }
.delay-2 { transition-delay: .22s; }
@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; transition: none !important; }
  .loader { display: none; }
  .reveal { opacity: 1; transform: none; }
}
@media (max-width: 900px) {
  .topbar { justify-content: flex-start; overflow-x: auto; }
  .site-hero { padding-top: 6.5rem; }
  .brand-logo { width: min(330px, 88vw); }
  h1 { line-height: 1.12; }
  .intro, .featured, .gallery, .quick-info, .qr-section { grid-template-columns: 1fr; }
  .featured { padding-bottom: 4.5rem; }
  .feature-card { min-height: 430px; }
  .hero-watermark { width: 560px; right: -230px; bottom: -20px; }
  .qr-img { max-width: 330px; margin: 0 auto; }
  .mobile-dock { display: grid; }
}
@media (max-width: 520px) {
  .topbar a { font-size: .85rem; padding: .65rem .85rem; }
  .hero-content { width: 100%; }
  .hero-meta { display: grid; }
  .actions { display: grid; }
  .left-actions { justify-content: stretch; }
  .btn { width: 100%; }
  .feature-card { min-height: 390px; }
  h1 { font-size: clamp(3.2rem, 18vw, 5.4rem); letter-spacing: -.06em; }
}


/* === Admin/Menu dinámico integrado === */
:root {
  --ink: #1a1000;
  --brown: #6f4600;
  --gold: #c99a24;
  --gold-deep: #9b6a00;
  --gold-soft: #ffe39a;
  --red: #e51f35;
  --green: #24a55a;
  --cream: #fff4d6;
  --paper: #fffaf0;
  --sand: #f3dfae;
  --muted: #6d5527;
  --line: rgba(155, 106, 0, .22);
  --card: rgba(255, 250, 240, .94);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Arial, Helvetica, sans-serif; color: var(--ink); background: linear-gradient(180deg, #fff5d8, #f6e0a8 48%, #fffaf0); }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.loader { position: fixed; inset: 0; z-index: 999; display: grid; place-items: center; background: radial-gradient(circle at center, #ffe39a 0, #c99a24 42%, #6f4600 100%); transition: opacity .55s ease, visibility .55s ease; }
.loader.is-hidden { opacity: 0; visibility: hidden; }
.loader-card { width: min(360px, 84vw); text-align: center; animation: loaderFlyIn .9s cubic-bezier(.18,.86,.24,1.08) both; }
.loader-card img { width: 100%; border-radius: 18px; filter: drop-shadow(0 18px 36px rgba(0,0,0,.32)); }
.loader-card p { margin: 1rem 0 0; color: white; text-transform: uppercase; letter-spacing: .2em; font-size: .8rem; font-weight: 950; text-shadow: 0 3px 12px rgba(0,0,0,.35); }
.loader-line { height: 4px; width: 0; margin: 1.2rem auto 0; border-radius: 999px; background: white; animation: loaderLine 1.25s ease-out .2s forwards; }
@keyframes loaderFlyIn { from { opacity: 0; transform: translateY(60px) scale(.92) rotate(-1deg); } to { opacity: 1; transform: translateY(0) scale(1) rotate(0); } }
@keyframes loaderLine { to { width: 72%; } }
.topbar { position: fixed; top: 0; left: 0; right: 0; z-index: 30; display: flex; justify-content: center; gap: .45rem; padding: .75rem; background: rgba(255, 246, 220, .88); border-bottom: 1px solid var(--line); backdrop-filter: blur(14px); box-shadow: 0 12px 34px rgba(111,70,0,.12); }
.topbar a { padding: .7rem 1rem; border-radius: 999px; font-size: .92rem; font-weight: 950; color: #3c2500; }
.topbar a:hover { background: rgba(201,154,36,.16); }
.topbar-cta { background: var(--red); color: white !important; box-shadow: 0 12px 26px rgba(229,31,53,.24); }
.site-hero { min-height: 100vh; position: relative; overflow: hidden; isolation: isolate; display: grid; place-items: center; padding: 7rem 1.2rem 5rem; background: linear-gradient(145deg, #fbd876, #c99a24 45%, #7d5100); }
.hero-bg { position: absolute; inset: 0; z-index: -4; background: url('https://qrcgcustomers.s3-eu-west-1.amazonaws.com/account2294231/47804778_1.jpg?0.18225531537873918') center top / cover no-repeat; opacity: .34; filter: saturate(1.16) contrast(1.03); }
.hero-shade { position: absolute; inset: 0; z-index: -3; background: linear-gradient(180deg, rgba(255,233,166,.72), rgba(201,154,36,.58) 45%, rgba(111,70,0,.72)), radial-gradient(circle at 50% 38%, rgba(255,255,255,.34), transparent 42%); }
.hero-watermark { position: absolute; z-index: -2; width: min(680px, 115vw); opacity: .10; right: -160px; bottom: -80px; transform: rotate(-8deg); filter: saturate(1.1); }
.hero-content { max-width: 980px; text-align: center; }
.brand-logo { width: min(380px, 86vw); margin: 0 auto 1.8rem; border-radius: 18px; filter: drop-shadow(0 22px 46px rgba(69,41,0,.42)); }
.overline { margin: 0 0 .9rem; text-transform: uppercase; letter-spacing: .22em; font-weight: 950; color: #fffdf4; font-size: .86rem; text-shadow: 0 2px 10px rgba(0,0,0,.22); }
.overline.gold { color: var(--gold-deep); text-shadow: none; }
h1 { margin: 0; color: white; text-transform: uppercase; font-size: clamp(3.7rem, 10vw, 8.8rem); line-height: 1.09; letter-spacing: -.055em; text-shadow: 0 12px 34px rgba(86,52,0,.54); }
h2 { margin: 0; color: #3d2700; font-size: clamp(2.2rem, 5.5vw, 4.8rem); line-height: .98; letter-spacing: -.045em; }
.hero-copy { max-width: 700px; margin: 1.25rem auto 0; font-size: 1.2rem; color: #fff9e8; line-height: 1.6; font-weight: 800; text-shadow: 0 2px 10px rgba(0,0,0,.28); }
.hero-meta { display: flex; flex-wrap: wrap; justify-content: center; gap: .7rem; margin: 1.7rem auto 0; color: #3c2500; }
.hero-meta span { border: 1px solid rgba(255,255,255,.55); background: rgba(255,250,240,.74); padding: .7rem .95rem; border-radius: 999px; font-weight: 950; box-shadow: 0 12px 28px rgba(111,70,0,.12); }
.phone { margin: 1.45rem 0 0; color: white; font-size: clamp(2rem, 6vw, 3.35rem); font-weight: 950; text-shadow: 0 8px 24px rgba(0,0,0,.25); }
.actions { display: flex; flex-wrap: wrap; justify-content: center; gap: .8rem; margin-top: 1.7rem; }
.left-actions { justify-content: flex-start; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: .9rem 1.25rem; border-radius: 18px; font-weight: 950; box-shadow: 0 18px 36px rgba(111,70,0,.22); transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.btn:hover { transform: translateY(-2px); box-shadow: 0 24px 54px rgba(111,70,0,.28); }
.btn-light { background: #fffaf0; color: #3c2500; }
.btn-red { background: var(--red); color: white; }
.btn-whatsapp { background: var(--green); color: white; }
.btn-outline { border: 1px solid rgba(255,255,255,.72); color: white; background: rgba(255,255,255,.14); }
.btn-outline.cream { border-color: rgba(255,250,240,.7); background: rgba(255,250,240,.15); }
.intro { max-width: 1180px; margin: 0 auto; padding: 6rem 1.25rem 3rem; display: grid; grid-template-columns: 1.25fr .75fr; gap: 2rem; align-items: center; }
.intro-copy p:last-child { color: var(--muted); font-size: 1.12rem; line-height: 1.75; max-width: 720px; }
.intro-card { border: 1px solid var(--line); background: var(--card); border-radius: 30px; padding: 1.5rem; box-shadow: 0 22px 70px rgba(111,70,0,.18); }
.intro-card img { border-radius: 18px; margin-bottom: 1rem; }
.intro-card p { color: var(--muted); line-height: 1.6; }
.quick-info { max-width: 1180px; margin: 0 auto 3rem; padding: 0 1.25rem; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.quick-info article { background: rgba(255,250,240,.88); border: 1px solid var(--line); border-radius: 24px; padding: 1.25rem; box-shadow: 0 16px 46px rgba(111,70,0,.13); }
.quick-info strong { display: block; color: var(--red); font-size: .85rem; text-transform: uppercase; letter-spacing: .16em; margin-bottom: .5rem; }
.quick-info span { color: #3c2500; font-weight: 900; line-height: 1.45; }
.featured { max-width: 1180px; margin: 0 auto; padding: 1rem 1.25rem 6rem; display: grid; grid-template-columns: 1.25fr .875fr .875fr; gap: 1.2rem; }
.feature-card { position: relative; overflow: hidden; min-height: 470px; border-radius: 34px; border: 1px solid rgba(255,255,255,.42); background: var(--card); box-shadow: 0 22px 70px rgba(111,70,0,.18); }
.feature-card img { width: 100%; height: 100%; object-fit: cover; object-position: top; opacity: .96; transform: scale(1.01); }
.feature-card::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 24%, rgba(111,70,0,.12) 48%, rgba(91,54,0,.82)); }
.feature-card div { position: absolute; z-index: 2; left: 1.3rem; right: 1.3rem; bottom: 1.3rem; }
.feature-card span { color: var(--gold-soft); font-weight: 950; text-transform: uppercase; letter-spacing: .12em; font-size: .78rem; }
.feature-card h3 { margin: .35rem 0 .4rem; color: #fff; font-size: clamp(1.7rem, 4vw, 3rem); line-height: .95; text-shadow: 0 6px 18px rgba(0,0,0,.35); }
.feature-card p { margin: 0; color: #fff4d6; line-height: 1.55; font-weight: 700; }
.menu-section { position: relative; padding: 6rem 1.25rem; background: linear-gradient(180deg, #fffaf0, #f3dfae 52%, #fff4d6); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.section-head { max-width: 930px; margin: 0 auto 2rem; text-align: center; }
.section-logo { width: min(260px, 76vw); margin: 0 auto 1.4rem; border-radius: 16px; filter: drop-shadow(0 18px 34px rgba(111,70,0,.24)); }
.section-head p:last-child { color: var(--muted); font-size: 1.1rem; line-height: 1.7; }
.filters { max-width: 1180px; margin: 0 auto 2rem; display: flex; flex-wrap: wrap; justify-content: center; gap: .65rem; }
.filter-btn { border: 1px solid var(--line); background: rgba(255,250,240,.9); color: #3c2500; padding: .75rem 1rem; border-radius: 999px; font-weight: 950; cursor: pointer; box-shadow: 0 10px 22px rgba(111,70,0,.1); }
.filter-btn.is-active { background: var(--red); color: white; border-color: transparent; }
.gallery { max-width: 1180px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }
.menu-card { overflow: hidden; border-radius: 28px; border: 1px solid var(--line); background: rgba(255,250,240,.94); box-shadow: 0 18px 48px rgba(111,70,0,.16); cursor: zoom-in; transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.menu-card:hover { transform: translateY(-4px); border-color: rgba(229,31,53,.32); box-shadow: 0 28px 78px rgba(111,70,0,.23); }
.menu-card img { width: 100%; aspect-ratio: 1 / 1.34; object-fit: cover; object-position: top; background: #f3dfae; }
.menu-card div { padding: 1.1rem; }
.menu-card h3 { margin: 0 0 .35rem; color: var(--gold-deep); font-size: 1.35rem; }
.menu-card p { margin: 0; color: var(--muted); font-size: .9rem; line-height: 1.45; }
.qr-section { max-width: 1180px; margin: 0 auto; padding: 6rem 1.25rem; display: grid; grid-template-columns: 1fr 310px; gap: 2rem; align-items: center; }
.qr-section p:not(.overline) { color: var(--muted); font-size: 1.1rem; line-height: 1.7; max-width: 680px; }
.qr-img { width: 100%; border-radius: 28px; padding: 1.2rem; background: #fffaf0; border: 1px solid var(--line); box-shadow: 0 24px 70px rgba(111,70,0,.18); }
.visit { position: relative; overflow: hidden; text-align: center; background: linear-gradient(145deg, #c99a24, #7c5000); color: white; padding: 6rem 1.25rem; }
.visit::before { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 50% 0, rgba(255,255,255,.28), transparent 36%); pointer-events: none; }
.visit > * { position: relative; }
.visit-logo { width: min(320px, 82vw); margin: 0 auto 2rem; border-radius: 18px; filter: drop-shadow(0 24px 52px rgba(69,41,0,.32)); }
.visit h2 { color: white; text-shadow: 0 8px 22px rgba(0,0,0,.24); }
footer { text-align: center; padding: 2rem 1rem 5rem; color: var(--muted); background: #fffaf0; }
footer img { width: 160px; margin: 0 auto 1rem; border-radius: 12px; }
dialog { width: min(980px, 95vw); border: none; border-radius: 22px; padding: 0; background: transparent; }
dialog::backdrop { background: rgba(0,0,0,.72); backdrop-filter: blur(4px); }
#viewerImg { max-height: 90vh; margin: auto; border-radius: 18px; box-shadow: 0 26px 80px rgba(0,0,0,.5); }
#closeViewer { position: fixed; top: 1rem; right: 1rem; width: 50px; height: 50px; border-radius: 50%; border: none; background: #fff6dc; color: #110900; font-size: 2rem; font-weight: 950; cursor: pointer; }
.mobile-dock { position: fixed; left: .75rem; right: .75rem; bottom: .75rem; z-index: 40; display: none; grid-template-columns: repeat(3, 1fr); gap: .5rem; padding: .55rem; border-radius: 22px; background: rgba(255,246,220,.92); border: 1px solid var(--line); backdrop-filter: blur(14px); box-shadow: 0 18px 48px rgba(111,70,0,.22); }
.mobile-dock a { text-align: center; border-radius: 16px; padding: .8rem .5rem; font-weight: 950; color: #3c2500; }
.mobile-dock a:nth-child(2) { background: var(--green); color: white; }
.reveal { opacity: 0; transition: opacity .75s ease, transform .75s cubic-bezier(.18,.86,.24,1.08); }
.reveal.is-visible { opacity: 1; transform: translate(0,0) scale(1); }
.fly-up { transform: translateY(48px) scale(.98); }
.fly-left { transform: translateX(-54px) scale(.98); }
.fly-right { transform: translateX(54px) scale(.98); }
.delay-1 { transition-delay: .12s; }
.delay-2 { transition-delay: .22s; }
@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; transition: none !important; }
  .loader { display: none; }
  .reveal { opacity: 1; transform: none; }
}
@media (max-width: 900px) {
  .topbar { justify-content: flex-start; overflow-x: auto; }
  .site-hero { padding-top: 6.5rem; }
  .brand-logo { width: min(330px, 88vw); }
  h1 { line-height: 1.12; }
  .intro, .featured, .gallery, .quick-info, .qr-section { grid-template-columns: 1fr; }
  .featured { padding-bottom: 4.5rem; }
  .feature-card { min-height: 430px; }
  .hero-watermark { width: 560px; right: -230px; bottom: -20px; }
  .qr-img { max-width: 330px; margin: 0 auto; }
  .mobile-dock { display: grid; }
}
@media (max-width: 520px) {
  .topbar a { font-size: .85rem; padding: .65rem .85rem; }
  .hero-content { width: 100%; }
  .hero-meta { display: grid; }
  .actions { display: grid; }
  .left-actions { justify-content: stretch; }
  .btn { width: 100%; }
  .feature-card { min-height: 390px; }
  h1 { font-size: clamp(3.2rem, 18vw, 5.4rem); letter-spacing: -.06em; }
}


.announcements { padding: 4.5rem 1.25rem 2.5rem; background: linear-gradient(180deg, #fffaf0, #fff4d6); }
.announcements-shell { max-width: 1180px; margin: 0 auto; display: grid; grid-template-columns: 320px 1fr; gap: 1.5rem; align-items: start; }
.announcements h2 { margin: .35rem 0 0; color: var(--gold-deep); font-size: clamp(2.1rem, 4vw, 4rem); line-height: .96; letter-spacing: -.055em; }
.announcements-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.announcement-card { background: rgba(255,255,255,.86); border: 1px solid var(--line); border-radius: 26px; padding: 1.25rem; box-shadow: 0 18px 48px rgba(111,70,0,.13); }
.announcement-card span { display: inline-flex; align-items: center; width: fit-content; border-radius: 999px; padding: .35rem .75rem; background: var(--red); color: white; font-size: .78rem; font-weight: 950; text-transform: uppercase; letter-spacing: .08em; }
.announcement-card h3 { margin: .9rem 0 .5rem; color: var(--ink); font-size: 1.45rem; line-height: 1.02; }
.announcement-card p { margin: 0; color: var(--muted); line-height: 1.55; }
.announcement-btn { margin-top: 1rem; width: fit-content; padding: .72rem 1rem; font-size: .92rem; }
.mobile-only { display: none; }
@media (max-width: 900px) {
  body { padding-bottom: 5.6rem; }
  .topbar { padding: .55rem .65rem; gap: .3rem; justify-content: flex-start; scrollbar-width: none; }
  .topbar::-webkit-scrollbar { display: none; }
  .topbar a { flex: 0 0 auto; min-height: 44px; display: inline-flex; align-items: center; justify-content: center; }
  .site-hero { min-height: 92vh; padding: 6rem 1rem 4rem; }
  .hero-content { max-width: 640px; }
  .brand-logo { width: min(355px, 88vw); margin-bottom: 1.2rem; }
  .hero-copy { max-width: 34rem; }
  .hero-meta { gap: .45rem; }
  .actions { gap: .75rem; }
  .btn { min-height: 48px; }
  .intro { padding-top: 4.5rem; }
  .intro-card img, .section-logo, footer img { background: transparent; }
  .quick-info article { min-height: auto; }
  .gallery { gap: 1rem; }
  .menu-card { border-radius: 24px; }
  .announcements-shell { grid-template-columns: 1fr; text-align: center; }
  .announcements-grid { grid-template-columns: 1fr; }
}
@media (max-width: 620px) {
  .site-hero { min-height: auto; padding-top: 5.5rem; }
  .hero-bg { background-position: center top; }
  .hero-shade { background: linear-gradient(180deg, rgba(255,233,166,.78), rgba(201,154,36,.62) 46%, rgba(111,70,0,.78)); }
  .hero-watermark { width: 430px; right: -230px; bottom: 12%; opacity: .13; }
  .brand-logo { width: min(310px, 90vw); }
  h1 { font-size: clamp(3rem, 17vw, 5rem); line-height: 1.05; }
  h2 { font-size: clamp(2.25rem, 12vw, 4.1rem); }
  .overline { font-size: .72rem; letter-spacing: .19em; }
  .hero-copy { font-size: 1rem; }
  .phone { font-size: clamp(2rem, 11vw, 3.2rem); }
  .hero-meta span { width: 100%; text-align: center; }
  .actions { width: 100%; max-width: 340px; margin-left: auto; margin-right: auto; }
  .intro, .quick-info, .featured, .menu-section, .qr-section { padding-left: 1rem; padding-right: 1rem; }
  .intro h2 { font-size: clamp(2.1rem, 11vw, 3.5rem); }
  .intro-card { padding: 1.25rem; }
  .feature-card { min-height: 360px; border-radius: 26px; }
  .feature-card div { padding: 1.1rem; }
  .feature-card h3 { font-size: 2rem; }
  .filters { justify-content: flex-start; overflow-x: auto; padding-bottom: .25rem; scrollbar-width: none; }
  .filters::-webkit-scrollbar { display: none; }
  .filter-btn { flex: 0 0 auto; min-height: 44px; }
  .menu-card img { aspect-ratio: 1 / 1.26; }
  .menu-card div { padding: 1rem; }
  .visit { padding: 4.5rem 1rem; }
  .visit-logo { width: min(285px, 86vw); }
  .mobile-dock { display: grid; }
}
@media (max-width: 380px) {
  .topbar a { font-size: .8rem; padding: .6rem .72rem; }
  .brand-logo { width: min(270px, 88vw); }
  h1 { font-size: clamp(2.75rem, 16vw, 4.4rem); }
  .phone { font-size: 2.1rem; }
  .btn { padding-left: .9rem; padding-right: .9rem; }
}

.menu-image-wrap,
.viewer-image-wrap {
  position: relative;
  display: block;
  overflow: hidden;
}

.menu-image-wrap img,
.viewer-image-wrap img {
  display: block;
  width: 100%;
}

.price-layer {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.price-overlay {
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: .1rem .35rem;
  border-radius: 8px;
  background: #fff6dc;
  color: #7b0000;
  border: 1px solid rgba(123,0,0,.16);
  font-weight: 950;
  line-height: 1;
  box-shadow: 0 6px 14px rgba(80, 38, 0, .18);
  transform: translate(-50%, -50%);
  white-space: nowrap;
}

.price-overlay-cover {
  background: #fff6dc;
}

.price-overlay-viewer {
  transform: translate(-50%, -50%) scale(1.4);
  transform-origin: center;
}

.admin-page {
  background: #fff6dc;
  color: #2b1800;
  min-height: 100vh;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.admin-shell {
  max-width: 1280px;
  margin: 0 auto;
  padding: 2rem 1rem 4rem;
}

.admin-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.admin-header img {
  width: 130px;
  border-radius: 14px;
}

.admin-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 1rem;
  align-items: start;
}

.admin-card {
  background: rgba(255,255,255,.86);
  border: 1px solid rgba(124,80,0,.16);
  border-radius: 24px;
  padding: 1rem;
  box-shadow: 0 18px 48px rgba(111,70,0,.12);
}

.admin-toolbar,
.admin-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .6rem;
  margin-bottom: 1rem;
}

.admin-card label {
  display: grid;
  gap: .35rem;
  font-weight: 850;
  color: #5a3900;
  margin-bottom: .8rem;
}

.admin-card input,
.admin-card select,
.admin-card textarea {
  width: 100%;
  border: 1px solid rgba(124,80,0,.24);
  border-radius: 14px;
  padding: .8rem .9rem;
  font: inherit;
  background: white;
  color: #2b1800;
}

.admin-btn {
  border: none;
  border-radius: 14px;
  padding: .8rem 1rem;
  font-weight: 950;
  cursor: pointer;
  background: #c99a24;
  color: white;
}

.admin-btn.secondary {
  background: #7c5000;
}

.admin-btn.danger {
  background: #a01111;
}

.admin-stage {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 20px;
  background: #fff;
  border: 1px solid rgba(124,80,0,.16);
}

.admin-stage img {
  width: 100%;
  display: block;
}

.admin-overlay-box {
  position: absolute;
  transform: translate(-50%, -50%);
  min-width: 44px;
  min-height: 22px;
  border-radius: 8px;
  background: #fff6dc;
  color: #7b0000;
  border: 2px solid #a01111;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 950;
  cursor: move;
  box-shadow: 0 8px 18px rgba(80, 38, 0, .18);
  user-select: none;
}

.admin-overlay-box.is-selected {
  outline: 3px solid rgba(201,154,36,.42);
}

.overlay-list {
  display: grid;
  gap: .55rem;
  max-height: 240px;
  overflow: auto;
  padding-right: .25rem;
}

.overlay-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .6rem;
  border: 1px solid rgba(124,80,0,.14);
  background: #fffaf0;
  padding: .65rem;
  border-radius: 14px;
  cursor: pointer;
}

.overlay-row strong {
  color: #7b0000;
}

.json-output {
  min-height: 160px;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: .84rem;
}

@media (max-width: 900px) {
  .admin-layout {
    grid-template-columns: 1fr;
  }
  .admin-header {
    display: grid;
  }
}

.price-overlay {
  background: linear-gradient(180deg, rgba(235,235,232,.96), rgba(210,210,207,.96));
  color: #050505;
  border: 1px solid rgba(80,80,80,.35);
  border-radius: 6px;
  font-weight: 950;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.55), 0 3px 8px rgba(0,0,0,.12);
  letter-spacing: .01em;
}

.price-overlay-cover {
  background: linear-gradient(180deg, rgba(235,235,232,.96), rgba(210,210,207,.96));
}

.admin-page-fixed {
  min-height: 100vh;
  background: #efe6d7;
  color: #1f1400;
  position: relative;
  overflow-x: hidden;
}

.admin-page-fixed::before {
  content: '';
  position: fixed;
  inset: 0;
  z-index: -2;
  background-image: var(--admin-bg-url);
  background-size: cover;
  background-position: center top;
  filter: blur(16px) saturate(.7);
  opacity: .18;
  transform: scale(1.04);
}

.admin-page-fixed::after {
  content: '';
  position: fixed;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(255,250,240,.92), rgba(238,230,215,.96));
}

.admin-shell-fixed {
  max-width: 1480px;
  padding: 1.35rem 1rem 2rem;
}

.admin-header-fixed {
  background: linear-gradient(90deg, #3b2500, #8b6b00 48%, #2a1900);
  color: white;
  border-radius: 0 0 22px 22px;
  padding: 1rem 1.35rem;
  box-shadow: 0 16px 42px rgba(60,37,0,.24);
}

.admin-brand-fixed {
  display: flex;
  align-items: center;
  gap: 1.1rem;
}

.admin-brand-fixed img {
  width: 190px;
  max-height: 82px;
  object-fit: contain;
  border-radius: 0;
}

.admin-brand-fixed h1 {
  color: white;
  font-size: clamp(1.35rem, 3vw, 2.1rem);
  letter-spacing: .02em;
  line-height: 1.05;
  margin: 0;
  text-transform: uppercase;
  text-shadow: none;
}

.admin-brand-fixed p {
  margin: .3rem 0 0;
  font-weight: 800;
  color: rgba(255,255,255,.88);
}

.admin-header-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .7rem;
  justify-content: flex-end;
}

.admin-layout-fixed {
  grid-template-columns: minmax(0, 1.22fr) minmax(360px, .78fr);
  gap: 1.35rem;
  margin-top: 1.35rem;
}

.admin-preview-card,
.admin-editor-card {
  background: rgba(255,255,255,.78);
  border: 1px solid rgba(95,73,30,.17);
  border-radius: 24px;
  box-shadow: 0 18px 54px rgba(54,35,0,.14);
}

.admin-preview-card {
  padding: .7rem;
}

.admin-stage-fixed {
  border-radius: 18px;
  border: 4px solid rgba(255,255,255,.82);
  box-shadow: 0 8px 24px rgba(30,20,0,.18);
}

.admin-editor-card {
  padding: 1.4rem;
}

.admin-editor-card h2 {
  font-size: 1.8rem;
  color: #4b2f00;
  margin-bottom: 1rem;
  letter-spacing: -.02em;
}

.admin-select-label {
  color: #473600;
  text-transform: uppercase;
  font-size: .82rem;
  letter-spacing: .04em;
}

.admin-editor-card select {
  min-height: 46px;
  border-radius: 6px;
  background: rgba(255,255,255,.92);
  border: 1px solid rgba(90,90,90,.25);
  font-weight: 900;
}

.admin-price-list {
  display: grid;
  gap: 0;
  margin: 1rem 0 1.1rem;
  border: 1px dashed rgba(90,90,90,.24);
  background: rgba(255,255,255,.30);
}

.admin-price-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 145px;
  align-items: center;
  gap: 1rem;
  padding: .64rem .72rem;
  border-bottom: 1px dashed rgba(90,90,90,.18);
}

.admin-price-row:last-child {
  border-bottom: none;
}

.admin-price-row label {
  margin: 0;
  color: #111;
  font-size: 1rem;
  font-weight: 650;
  text-transform: none;
  letter-spacing: 0;
}

.admin-price-row input {
  height: 43px;
  border-radius: 6px;
  background: linear-gradient(180deg, #eeeeeb, #d7d7d4);
  color: #050505;
  border: 1px solid rgba(80,80,80,.38);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.6);
  font-weight: 950;
  font-size: 1.08rem;
  text-align: center;
  padding: .45rem .55rem;
}

.admin-price-row input:focus {
  outline: 3px solid rgba(201,154,36,.28);
  border-color: #b89017;
}

.admin-price-on-image {
  pointer-events: none;
}

.admin-btn.save-main,
.admin-btn.sync-gold {
  background: linear-gradient(180deg, #c99a24, #a87900);
  color: white;
}

.admin-btn.save-green {
  width: 100%;
  background: linear-gradient(180deg, #2f8b34, #19691f);
  color: white;
  min-height: 52px;
  border-radius: 8px;
  margin-top: .35rem;
}

.admin-btn.sync-gold {
  width: 100%;
  min-height: 52px;
  border-radius: 8px;
  margin-top: .75rem;
}

.admin-btn.outline {
  background: rgba(0,0,0,.20);
  border: 1px solid rgba(255,255,255,.55);
  color: white;
}

.admin-status {
  margin: 1rem 0 0;
  text-align: center;
  color: #5d5140;
  font-size: .95rem;
}

.admin-empty {
  padding: 1rem;
  margin: 0;
  color: #5d5140;
}

@media (max-width: 980px) {
  .admin-layout-fixed {
    grid-template-columns: 1fr;
  }
  .admin-header-fixed {
    display: grid;
    gap: 1rem;
  }
  .admin-header-actions {
    justify-content: stretch;
  }
  .admin-header-actions .admin-btn {
    flex: 1 1 auto;
  }
}

@media (max-width: 640px) {
  .admin-shell-fixed {
    padding: .5rem .5rem 1.5rem;
  }
  .admin-header-fixed {
    border-radius: 0 0 18px 18px;
    padding: .9rem;
  }
  .admin-brand-fixed {
    align-items: flex-start;
  }
  .admin-brand-fixed img {
    width: 120px;
  }
  .admin-brand-fixed h1 {
    font-size: 1.2rem;
  }
  .admin-brand-fixed p {
    font-size: .85rem;
  }
  .admin-layout-fixed {
    gap: .85rem;
    margin-top: .85rem;
  }
  .admin-preview-card,
  .admin-editor-card {
    border-radius: 18px;
    padding: .65rem;
  }
  .admin-price-row {
    grid-template-columns: 1fr 112px;
    gap: .6rem;
    padding: .56rem;
  }
  .admin-price-row label {
    font-size: .92rem;
  }
  .admin-price-row input {
    height: 40px;
    font-size: 1rem;
  }
  .admin-btn {
    width: 100%;
  }
}


/* Admin final price editor */
.admin-page-fixed {
  background: #efe4cc;
  color: #1f1400;
}
.admin-page-fixed::before {
  filter: blur(18px) saturate(.85);
  opacity: .20;
}
.admin-header-fixed {
  background: linear-gradient(90deg, #2b1b00, #6e5200 48%, #2b1b00);
  color: #fff;
  margin: -1.35rem -1rem 1.25rem;
  padding: .9rem 1.4rem;
  border-bottom: 1px solid rgba(255,255,255,.18);
  box-shadow: 0 8px 24px rgba(55, 34, 0, .22);
}
.admin-brand-fixed {
  display: flex;
  align-items: center;
  gap: 1.15rem;
}
.admin-brand-fixed img {
  width: 175px;
  max-height: 78px;
  object-fit: contain;
  border-radius: 0;
  background: transparent;
}
.admin-brand-fixed h1 {
  margin: 0;
  text-transform: uppercase;
  font-size: clamp(1.35rem, 2.4vw, 2rem);
  line-height: 1;
}
.admin-brand-fixed p { margin: .25rem 0 0; color: rgba(255,255,255,.88); }
.admin-header-actions { display:flex; align-items:center; gap:.85rem; flex-wrap:wrap; }
.admin-btn {
  border: 0;
  border-radius: 9px;
  padding: .95rem 1.25rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .02em;
  cursor: pointer;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .45rem;
  box-shadow: 0 6px 16px rgba(0,0,0,.16);
}
.admin-btn.save-main, .admin-btn.sync-gold { background: linear-gradient(180deg,#c99a16,#a47400); color:#fff; }
.admin-btn.save-green { background: linear-gradient(180deg,#2f8a32,#1f681f); color:#fff; width:100%; margin-top:1rem; }
.admin-btn.outline { background:#1d160c; color:#fff; border:1px solid rgba(255,255,255,.42); }
.admin-layout-fixed {
  display:grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(360px, .85fr);
  gap: 1.2rem;
  align-items:start;
}
.admin-card {
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(90,65,20,.18);
  box-shadow: 0 12px 28px rgba(55,34,0,.16);
  border-radius: 18px;
}
.admin-preview-card { padding: .65rem; }
.admin-stage-fixed {
  position: relative;
  border-radius: 14px;
  overflow:hidden;
  background:#ddd;
  border: 4px solid rgba(255,255,255,.85);
}
.admin-stage-fixed img { display:block; width:100%; height:auto; }
.admin-editor-card {
  padding: 1.35rem;
  background: rgba(255,255,255,.68);
  background-image: linear-gradient(rgba(255,255,255,.82),rgba(255,255,255,.82)), var(--admin-bg-url);
  background-size: cover;
  background-position: center;
}
.admin-editor-card h2 { margin:0 0 1.1rem; text-transform:uppercase; font-size:1.45rem; color:#4a2800; }
.admin-select-label { display:grid; gap:.45rem; font-weight:900; text-transform:uppercase; font-size:.9rem; color:#4b4133; }
.admin-select-label select {
  height: 46px;
  border-radius: 6px;
  border: 1px solid rgba(0,0,0,.22);
  background: rgba(255,255,255,.9);
  font-weight: 900;
  padding: 0 .75rem;
  font-size: 1rem;
}
.admin-price-list {
  margin-top: 1.25rem;
  border: 1px dashed rgba(0,0,0,.22);
  border-radius: 8px;
  overflow:hidden;
}
.admin-price-row {
  display:grid;
  grid-template-columns: 1fr 140px;
  align-items:center;
  gap: .75rem;
  min-height: 54px;
  padding: .45rem .75rem;
  border-bottom: 1px dashed rgba(0,0,0,.16);
  background: rgba(255,255,255,.36);
}
.admin-price-row:last-child { border-bottom:0; }
.admin-price-row label { font-size:1rem; color:#111; }
.admin-price-row input,
.price-overlay,
.admin-price-on-image {
  background: linear-gradient(180deg, rgba(238,238,236,.96), rgba(206,206,204,.96));
  color:#050505;
  border: 1px solid rgba(90,90,90,.38);
  border-radius: 6px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.62), 0 2px 6px rgba(0,0,0,.12);
  font-weight: 950;
}
.admin-price-row input {
  height: 43px;
  text-align:center;
  font-size:1.05rem;
  padding:0 .55rem;
  width:100%;
}
.price-overlay {
  position:absolute;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:.05rem .35rem;
  line-height:1;
  transform: translate(-50%,-50%);
  white-space:nowrap;
  pointer-events:none;
}
.admin-price-on-image { font-family: Arial, Helvetica, sans-serif; }
.admin-status { text-align:center; color:#4d4030; font-size:.92rem; margin:1rem 0 0; }
@media (max-width: 980px) {
  .admin-header-fixed { display:grid; gap:.9rem; }
  .admin-brand-fixed img { width:135px; }
  .admin-layout-fixed { grid-template-columns: 1fr; }
  .admin-editor-card { order: -1; }
  .admin-price-row { grid-template-columns: 1fr 118px; min-height:50px; }
}
@media (max-width: 560px) {
  .admin-shell-fixed { padding: 0 .65rem 1.2rem; }
  .admin-header-fixed { margin: 0 -.65rem 1rem; padding: .85rem; }
  .admin-brand-fixed { align-items:flex-start; }
  .admin-brand-fixed img { width:110px; }
  .admin-header-actions { display:grid; grid-template-columns: 1fr; }
  .admin-btn { width:100%; padding:.85rem 1rem; }
  .admin-editor-card { padding:.95rem; }
  .admin-price-row { grid-template-columns: 1fr 96px; gap:.45rem; padding:.4rem .55rem; }
  .admin-price-row label { font-size:.9rem; }
  .admin-price-row input { height:40px; font-size:1rem; }
}

.live-price-section {
  padding: 5rem 1.25rem 6rem;
  background:
    radial-gradient(circle at 12% 16%, rgba(255, 227, 154, .40), transparent 30%),
    linear-gradient(180deg, #fffaf0 0%, #f1d9a2 100%);
}

.live-price-boards {
  max-width: 1180px;
  margin: 2rem auto 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.2rem;
}

.live-price-board {
  border-radius: 28px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 250, 240, .94), rgba(246, 224, 168, .94)),
    repeating-linear-gradient(45deg, rgba(111,70,0,.04) 0 8px, rgba(255,255,255,.05) 8px 16px);
  border: 1px solid rgba(155, 106, 0, .24);
  box-shadow: 0 18px 54px rgba(111,70,0,.16);
}

.live-price-head {
  padding: 1.15rem 1.25rem;
  background: linear-gradient(90deg, #6f4600, #c99a24 55%, #8b0000);
  color: white;
}

.live-price-head span {
  display: block;
  text-transform: uppercase;
  letter-spacing: .18em;
  font-size: .72rem;
  font-weight: 950;
  opacity: .9;
}

.live-price-head h3 {
  margin: .25rem 0 0;
  color: white;
  font-size: clamp(1.55rem, 3.2vw, 2.65rem);
  line-height: .95;
  letter-spacing: -.04em;
}

.live-price-list {
  padding: .55rem 1rem 1rem;
}

.live-price-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 1rem;
  padding: .78rem .35rem;
  border-bottom: 1px dashed rgba(111,70,0,.22);
}

.live-price-row:last-child {
  border-bottom: none;
}

.live-price-row span {
  color: #271800;
  font-weight: 850;
  line-height: 1.18;
}

.live-price-row strong {
  min-width: 72px;
  text-align: center;
  padding: .34rem .55rem;
  border-radius: 7px;
  background: linear-gradient(180deg, #ededeb, #d6d6d3);
  border: 1px solid rgba(80,80,80,.34);
  color: #050505;
  font-weight: 950;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.65), 0 3px 8px rgba(0,0,0,.10);
}

.viewer-image-wrap {
  position: relative;
  display: grid;
  place-items: center;
  max-width: min(96vw, 1180px);
  max-height: 92vh;
  overflow: auto;
}

.viewer-image-wrap img {
  width: auto;
  max-width: 100%;
  max-height: 90vh;
}

@media (max-width: 820px) {
  .live-price-boards {
    grid-template-columns: 1fr;
  }

  .live-price-section {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .live-price-row {
    grid-template-columns: minmax(0, 1fr) 78px;
    gap: .75rem;
  }
}


.html-menu-section {
  padding: 6rem 1.25rem;
  background: linear-gradient(180deg, #fff4d6 0%, #f2d590 45%, #fffaf0 100%);
}
.html-menu-root {
  max-width: 980px;
  margin: 0 auto;
}
.html-menu-board {
  width: 100%;
}
.html-menu-art {
  position: relative;
  overflow: hidden;
  border-radius: 34px;
  border: 1px solid rgba(155, 106, 0, .35);
  background: #e4bd55;
  min-height: 920px;
  box-shadow: 0 30px 88px rgba(111,70,0,.27);
}
.html-menu-bg {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(180deg, rgba(229,188,83,.92), rgba(210,157,35,.92)), var(--menu-bg);
  background-size: cover;
  background-position: center top;
  filter: saturate(.94) contrast(1.03);
}
.html-menu-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 20% 10%, rgba(255,255,255,.30), transparent 32%), linear-gradient(90deg, rgba(255,244,214,.55), rgba(255,244,214,.20));
}
.html-menu-content {
  position: relative;
  padding: clamp(1.35rem, 4vw, 3.4rem);
  min-height: 920px;
  display: flex;
  flex-direction: column;
}
.html-menu-top {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 1.5rem;
  align-items: center;
  margin-bottom: 2.2rem;
}
.html-menu-top img {
  width: 180px;
  filter: drop-shadow(0 12px 22px rgba(0,0,0,.18));
}
.html-menu-top span {
  display: inline-block;
  margin-bottom: .25rem;
  color: #6b1200;
  text-transform: uppercase;
  letter-spacing: .18em;
  font-weight: 950;
  font-size: .78rem;
}
.html-menu-top h3 {
  margin: 0;
  color: #6b1200;
  font-size: clamp(3.2rem, 8vw, 5.9rem);
  line-height: .84;
  letter-spacing: -.07em;
  text-transform: uppercase;
  text-shadow: 0 2px 0 rgba(255,255,255,.32);
}
.html-menu-top p {
  margin: .75rem 0 0;
  max-width: 28rem;
  color: #3b2500;
  font-weight: 700;
  line-height: 1.45;
}
.html-menu-sections {
  display: grid;
  gap: 1.35rem;
  margin-top: auto;
}
.html-menu-group {
  background: rgba(255, 244, 214, .58);
  border: 1px solid rgba(118, 74, 0, .22);
  border-radius: 24px;
  padding: clamp(1rem, 2.2vw, 1.5rem);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.38), 0 14px 34px rgba(111,70,0,.12);
  backdrop-filter: blur(2px);
}
.html-menu-group h4 {
  margin: 0 0 .9rem;
  color: #6b1200;
  text-transform: uppercase;
  letter-spacing: .09em;
  font-size: clamp(1.3rem, 3vw, 2rem);
  line-height: .95;
  border-bottom: 2px solid rgba(107,18,0,.22);
  padding-bottom: .5rem;
}
.html-menu-items {
  display: grid;
  gap: .55rem;
}
.html-menu-item {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: baseline;
  gap: 1rem;
  min-height: 34px;
  color: #170e00;
  font-weight: 950;
  font-size: clamp(1.03rem, 2.2vw, 1.45rem);
  line-height: 1.08;
}
.html-menu-item span {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: baseline;
  gap: .5rem;
}
.html-menu-item span::after {
  content: "";
  height: 2px;
  flex: 1;
  min-width: 22px;
  background-image: radial-gradient(circle, rgba(26,16,0,.55) 1.1px, transparent 1.1px);
  background-size: 8px 2px;
  transform: translateY(-2px);
}
.html-menu-item strong {
  min-width: 4.5rem;
  text-align: right;
  color: #111;
  font-weight: 950;
  font-size: 1.06em;
}
.admin-html-layout {
  grid-template-columns: minmax(0, 1fr) minmax(340px, 430px);
}
.html-preview-card {
  padding: 1rem;
  overflow: auto;
}
.html-preview-card .html-menu-art {
  min-height: 820px;
}
.html-preview-card .html-menu-content {
  min-height: 820px;
}
.html-editor-card .admin-price-list {
  display: grid;
  gap: 1rem;
}
.admin-html-section {
  border: 1px solid rgba(155, 106, 0, .22);
  border-radius: 20px;
  padding: .9rem;
  background: rgba(255,244,214,.55);
}
.admin-html-section h3 {
  margin: 0 0 .75rem;
  color: var(--gold-deep);
  text-transform: uppercase;
  letter-spacing: .06em;
  font-size: 1rem;
}
.clean-row {
  display: grid;
  grid-template-columns: 1fr 108px;
  gap: .75rem;
  align-items: center;
  padding: .55rem 0;
  border-bottom: 1px solid rgba(155, 106, 0, .14);
}
.clean-row:last-child { border-bottom: 0; }
.clean-row label {
  font-size: .92rem;
  font-weight: 850;
  color: #3b2500;
}
.clean-row input {
  min-height: 44px;
  border-radius: 14px;
  border: 1px solid rgba(155,106,0,.28);
  background: #eeeeee;
  color: #111;
  padding: .6rem .75rem;
  font-weight: 950;
  text-align: center;
  font-size: 1rem;
}
@media (max-width: 900px) {
  .html-menu-section { padding: 4rem 1rem; }
  .html-menu-art, .html-menu-content { min-height: auto; }
  .html-menu-top { grid-template-columns: 1fr; text-align: center; justify-items: center; gap: .8rem; }
  .html-menu-top img { width: min(220px, 72vw); }
  .html-menu-top p { margin-left: auto; margin-right: auto; }
  .html-menu-sections { margin-top: 1.5rem; }
  .html-menu-item { font-size: 1rem; gap: .65rem; }
  .html-menu-item strong { min-width: 3.9rem; }
  .admin-html-layout { grid-template-columns: 1fr; }
  .html-preview-card { max-height: none; }
}
@media (max-width: 520px) {
  .html-menu-art { border-radius: 24px; }
  .html-menu-content { padding: 1rem; }
  .html-menu-group { padding: .9rem; border-radius: 18px; }
  .html-menu-item { grid-template-columns: 1fr auto; font-size: .94rem; }
  .html-menu-item span::after { display: none; }
  .clean-row { grid-template-columns: 1fr 92px; }
}

/* Faithful HTML flyer rebuild */
.html-menu-section {
  background: linear-gradient(180deg, #fff4d6 0%, #f2dca7 48%, #fff9ed 100%);
}
.html-menu-root {
  max-width: 690px;
}
.flyer-html-card {
  --flyer-w: 596;
  --flyer-h: 1181;
  position: relative;
  width: min(100%, 596px);
  margin: 0 auto;
  overflow: hidden;
  border-radius: 18px;
  background: #e9e9e6;
  color: #050505;
  box-shadow: 0 26px 70px rgba(80, 53, 0, .28);
  border: 1px solid rgba(79, 51, 0, .18);
  font-family: Arial, Helvetica, sans-serif;
}
.flyer-header {
  height: 205px;
  background-size: cover;
  background-position: center top;
  position: relative;
}
.flyer-header::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 8px;
  background: repeating-linear-gradient(90deg, #141414 0 16px, transparent 16px 24px);
  border-top: 2px solid rgba(0,0,0,.55);
  border-bottom: 2px solid rgba(0,0,0,.55);
  opacity: .85;
}
.flyer-body {
  position: relative;
  min-height: 885px;
  background: #e8e8e5;
  overflow: hidden;
}
.flyer-body-texture {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 22% 12%, rgba(255,255,255,.7), transparent 28%),
    radial-gradient(circle at 78% 34%, rgba(180,180,172,.18), transparent 26%),
    repeating-linear-gradient(170deg, rgba(255,255,255,.28) 0 3px, rgba(206,206,199,.18) 3px 7px),
    linear-gradient(180deg, #f1f1ee, #dfdfdb 58%, #ecece8);
  filter: contrast(1.05);
}
.flyer-body::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .075;
  background-image: url('assets/images/logo-full.png');
  background-repeat: no-repeat;
  background-position: 16px 18px;
  background-size: 360px auto;
  mix-blend-mode: multiply;
}
.flyer-content {
  position: relative;
  z-index: 1;
  padding: 36px 88px 0 105px;
  min-height: 885px;
}
.flyer-section {
  position: relative;
}
.flyer-section-heading {
  display: flex;
  align-items: flex-end;
  gap: 9px;
  margin-bottom: 5px;
}
.flyer-section-heading h3 {
  margin: 0;
  font-family: 'Trebuchet MS', Arial, sans-serif;
  font-weight: 900;
  line-height: .82;
  color: #a58400;
  text-transform: none;
  letter-spacing: -.06em;
  font-size: 57px;
  font-style: italic;
  text-shadow: 0 1px 0 rgba(255,255,255,.35);
}
.flyer-section-heading span {
  font-weight: 950;
  color: #111;
  text-transform: uppercase;
  font-size: 24px;
  margin-bottom: 6px;
  letter-spacing: -.04em;
}
.flyer-list {
  display: grid;
  gap: 0;
}
.flyer-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 62px;
  align-items: start;
  column-gap: 18px;
  min-height: 41px;
}
.flyer-name {
  display: grid;
  grid-template-columns: 16px 1fr;
  min-width: 0;
}
.flyer-name .bullet {
  font-size: 25px;
  line-height: .95;
  font-weight: 900;
  color: #000;
  margin-top: 1px;
}
.flyer-name strong {
  display: block;
  font-size: 21px;
  line-height: 1;
  color: #090909;
  font-weight: 950;
  letter-spacing: -.025em;
}
.flyer-name em {
  display: block;
  color: #b49100;
  font-style: normal;
  font-weight: 950;
  font-size: 16px;
  line-height: 1.02;
  letter-spacing: -.025em;
}
.flyer-price {
  text-align: right;
  color: #050505;
  font-size: 23px;
  line-height: .95;
  font-weight: 950;
  letter-spacing: -.02em;
  text-shadow: 0 1px 0 rgba(255,255,255,.25);
}
.section-carnes { margin-bottom: 20px; }
.section-mangu { margin-top: 13px; max-width: 420px; }
.section-mangu .flyer-row { grid-template-columns: minmax(0, 1fr) 60px; }
.section-arroz {
  margin-top: 178px;
}
.section-arroz .flyer-section-heading h3 {
  font-size: 63px;
}
.section-arroz .flyer-section-heading span {
  font-size: 24px;
}
.flyer-accompaniments {
  display: grid;
  grid-template-columns: 45px 1fr;
  gap: 11px;
  align-items: center;
  max-width: 470px;
  margin: 9px 0 0 -60px;
}
.legend-squares {
  display: grid;
  gap: 9px;
}
.legend-squares span {
  width: 27px;
  height: 27px;
  display: block;
}
.legend-squares span:nth-child(1),
.legend-squares span:nth-child(2) { background: #b79a00; }
.legend-squares span:nth-child(3) { background: #a7ada9; }
.flyer-accompaniments strong {
  display: block;
  color: #61706d;
  font-size: 17px;
  line-height: .96;
  font-weight: 950;
}
.flyer-accompaniments p {
  margin: 0;
  color: #61706d;
  font-size: 15px;
  line-height: 1.02;
  font-weight: 950;
}
.flyer-plates {
  position: absolute;
  left: 0;
  right: 0;
  top: 447px;
  height: 340px;
  background-size: cover;
  background-position: center top;
  pointer-events: none;
  z-index: -1;
}
.flyer-plates::after {
  content: "MANGÚ CON\A<<<SIERRA      ARROZ CON\A                 JUEYES >>>";
  white-space: pre;
  position: absolute;
  left: 285px;
  top: 125px;
  color: rgba(20,20,20,.78);
  font-weight: 950;
  line-height: .9;
  font-size: 20px;
  letter-spacing: -.055em;
}
.flyer-after-text {
  margin: 2px 0 0 17px;
  max-width: 350px;
  color: #222;
  font-weight: 900;
  font-size: 17px;
  line-height: 1.05;
  letter-spacing: -.03em;
}
.flyer-footer {
  height: 77px;
  position: relative;
  display: grid;
  place-items: center;
  background-image: url('assets/images/menu-de-la-casa-footer.png');
  background-size: cover;
  background-position: center bottom;
  color: white;
  text-align: center;
  padding: 0 20px;
  font-weight: 950;
  font-size: 13px;
}
.flyer-footer::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -18px;
  height: 30px;
  background: linear-gradient(170deg, transparent 0 35%, #f2f2ee 36% 62%, transparent 63% 100%);
  filter: drop-shadow(0 1px 1px rgba(0,0,0,.16));
}
.flyer-footer span {
  position: relative;
  z-index: 1;
  text-shadow: 0 1px 3px rgba(0,0,0,.5);
}
.admin-flyer-preview {
  width: 100%;
  max-width: 596px;
}
.html-preview-card {
  background: rgba(255,255,255,.72);
}
.html-preview-card .flyer-html-card {
  transform-origin: top center;
}
.html-editor-card {
  background:
    radial-gradient(circle at top left, rgba(255,255,255,.95), rgba(255,255,255,.68)),
    repeating-linear-gradient(170deg, rgba(255,255,255,.42) 0 4px, rgba(205,205,198,.16) 4px 9px),
    #eeeeea;
}
.faithful-editor-section {
  background: rgba(255,255,255,.45);
  border-style: dashed;
}
.clean-row input {
  background: linear-gradient(180deg, #f3f3f3, #d8d8d8);
  border: 1px solid #b9b9b9;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.75), 0 2px 7px rgba(0,0,0,.1);
}
@media (max-width: 740px) {
  .html-menu-root { max-width: 596px; }
  .flyer-html-card { border-radius: 14px; }
  .flyer-header { height: clamp(120px, 34vw, 205px); }
  .flyer-body { min-height: auto; }
  .flyer-content {
    padding: clamp(22px, 6vw, 36px) clamp(44px, 14.8vw, 88px) 0 clamp(62px, 17.5vw, 105px);
    min-height: calc((885 / 596) * min(100vw - 2rem, 596px));
  }
  .flyer-section-heading h3 { font-size: clamp(34px, 9.6vw, 57px); }
  .flyer-section-heading span { font-size: clamp(15px, 4vw, 24px); }
  .flyer-row { grid-template-columns: minmax(0,1fr) clamp(42px, 10.5vw, 62px); min-height: clamp(25px, 6.9vw, 41px); column-gap: clamp(8px, 3vw, 18px); }
  .flyer-name { grid-template-columns: clamp(10px, 2.7vw, 16px) 1fr; }
  .flyer-name .bullet { font-size: clamp(15px, 4.2vw, 25px); }
  .flyer-name strong { font-size: clamp(12px, 3.55vw, 21px); }
  .flyer-name em { font-size: clamp(10px, 2.7vw, 16px); }
  .flyer-price { font-size: clamp(14px, 3.85vw, 23px); }
  .flyer-accompaniments { grid-template-columns: clamp(26px, 7.5vw, 45px) 1fr; margin-left: clamp(-60px, -10vw, -30px); gap: clamp(6px, 2vw, 11px); }
  .legend-squares span { width: clamp(16px, 4.5vw, 27px); height: clamp(16px, 4.5vw, 27px); }
  .flyer-accompaniments strong { font-size: clamp(10px, 2.8vw, 17px); }
  .flyer-accompaniments p { font-size: clamp(9px, 2.5vw, 15px); }
  .section-carnes { margin-bottom: clamp(10px, 3.4vw, 20px); }
  .section-mangu { margin-top: clamp(7px, 2.2vw, 13px); max-width: 72%; }
  .section-arroz { margin-top: clamp(104px, 30vw, 178px); }
  .section-arroz .flyer-section-heading h3 { font-size: clamp(38px, 10.6vw, 63px); }
  .flyer-plates { top: clamp(265px, 75vw, 447px); height: clamp(205px, 57vw, 340px); }
  .flyer-plates::after { left: 48%; top: 36%; font-size: clamp(12px, 3.35vw, 20px); }
  .flyer-after-text { font-size: clamp(10px, 2.85vw, 17px); max-width: 58%; margin-left: 4%; }
  .flyer-footer { height: clamp(46px, 12.9vw, 77px); font-size: clamp(8px, 2.2vw, 13px); }
}
@media (max-width: 900px) {
  .html-admin-layout { grid-template-columns: 1fr; }
  .html-editor-card { order: -1; }
}

/* Pixel-faithful editable menu: original art preserved, only prices are dynamic HTML */
.html-menu-root {
  max-width: 596px;
}
.pixel-menu-card {
  position: relative;
  width: min(100%, 596px);
  margin: 0 auto;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 26px 70px rgba(80, 53, 0, .28);
  background: #e9e9e6;
  border: 1px solid rgba(79, 51, 0, .18);
}
.pixel-menu-base {
  display: block;
  width: 100%;
  height: auto;
}
.pixel-price-layer {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.pixel-price {
  position: absolute;
  display: block;
  width: 56px;
  text-align: right;
  color: #050505;
  font-family: Arial Black, Arial, Helvetica, sans-serif;
  font-size: clamp(13px, calc(23px * (min(100vw - 2rem, 596px) / 596)), 23px);
  font-weight: 950;
  line-height: 1;
  letter-spacing: -.04em;
  text-shadow: 0 1px 0 rgba(255,255,255,.28);
  transform: translate(-2px, 0);
}
.admin-pixel-preview {
  max-width: 596px;
}
.html-preview-card .pixel-menu-card {
  box-shadow: 0 14px 36px rgba(80, 53, 0, .18);
}
@media (max-width: 740px) {
  .pixel-menu-card { border-radius: 14px; }
  .pixel-price { width: 9.4%; }
}


/* Feature cards dynamic replacement: ONLY Mofongos + Mariscos preview images */
.feature-card .feature-dynamic-menu {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.feature-card .feature-pixel-menu {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: transparent;
}

.feature-card .feature-pixel-base {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  display: block;
  opacity: .96;
  transform: scale(1.01);
}

.feature-card .feature-pixel-prices {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.feature-card .feature-pixel-price {
  position: absolute;
  display: block;
  width: 9.4%;
  text-align: right;
  color: #050505;
  font-family: Arial Black, Arial, Helvetica, sans-serif;
  font-size: clamp(6px, 1.2vw, 13px);
  font-weight: 950;
  line-height: 1;
  letter-spacing: -.04em;
  text-transform: none;
  text-shadow: 0 1px 0 rgba(255,255,255,.28);
  transform: translate(-2px, 0);
}

dialog.dynamic-viewer {
  max-width: min(96vw, 760px);
  width: fit-content;
  padding: 0;
  background: transparent;
  border: 0;
}

dialog.dynamic-viewer::backdrop {
  background: rgba(0,0,0,.82);
  backdrop-filter: blur(4px);
}

.feature-viewer-wrap {
  max-height: 92vh;
  overflow: auto;
  padding: 12px;
}

.feature-viewer-wrap .feature-pixel-menu {
  position: relative;
  width: min(92vw, 596px);
  height: auto;
  margin: 0 auto;
  border-radius: 18px;
  overflow: hidden;
}

.feature-viewer-wrap .feature-pixel-base {
  width: 100%;
  height: auto;
  display: block;
  transform: none;
  opacity: 1;
}

.feature-viewer-wrap .feature-pixel-prices {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.feature-viewer-wrap .feature-pixel-price {
  position: absolute;
  display: block;
  width: 9.4%;
  text-align: right;
  color: #050505;
  font-family: Arial Black, Arial, Helvetica, sans-serif;
  font-size: clamp(13px, calc(23px * (min(92vw,596px)/596)), 23px);
  font-weight: 950;
  line-height: 1;
  letter-spacing: -.04em;
  transform: translate(-2px, 0);
  text-shadow: 0 1px 0 rgba(255,255,255,.28);
}


/* ALIGN FIX - only for the two dynamic feature cards */
.feature-card .feature-dynamic-menu {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.feature-card .feature-pixel-menu-thumb {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: transparent;
}

.feature-card .feature-pixel-menu-thumb .feature-pixel-base {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: fill;
  object-position: top left;
  display: block;
  opacity: .96;
  transform: none;
}

.feature-card .feature-pixel-menu-thumb .feature-pixel-prices {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.feature-card .feature-pixel-menu-thumb .feature-pixel-price {
  position: absolute;
  display: block;
  width: 9.4%;
  text-align: right;
  color: #050505;
  font-family: Arial Black, Arial, Helvetica, sans-serif;
  font-size: clamp(6px, 1.05vw, 12px);
  font-weight: 950;
  line-height: 1;
  letter-spacing: -.04em;
  text-transform: none;
  text-shadow: 0 1px 0 rgba(255,255,255,.28);
  transform: translate(-2px, 0);
}

/* keep approved feature text overlay above the dynamic image */
.feature-card > div:not(.feature-dynamic-menu) {
  z-index: 2;
}

/* modal alignment */
.feature-viewer-wrap .feature-pixel-menu-viewer {
  position: relative;
  width: min(92vw, 596px);
  height: auto;
  margin: 0 auto;
  border-radius: 18px;
  overflow: hidden;
}

.feature-viewer-wrap .feature-pixel-menu-viewer .feature-pixel-base {
  width: 100%;
  height: auto;
  display: block;
  transform: none;
  opacity: 1;
}

.feature-viewer-wrap .feature-pixel-menu-viewer .feature-pixel-prices {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.feature-viewer-wrap .feature-pixel-menu-viewer .feature-pixel-price {
  position: absolute;
  display: block;
  width: 9.4%;
  text-align: right;
  color: #050505;
  font-family: Arial Black, Arial, Helvetica, sans-serif;
  font-size: clamp(13px, calc(23px * (min(92vw,596px)/596)), 23px);
  font-weight: 950;
  line-height: 1;
  letter-spacing: -.04em;
  transform: translate(-2px, 0);
  text-shadow: 0 1px 0 rgba(255,255,255,.28);
}


/* FIX FINAL: tres feature cards iguales en una sola fila, sin cortar contenido */
.featured {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  align-items: stretch !important;
}

.featured .feature-card {
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  min-height: 0 !important;
  aspect-ratio: 865 / 1536 !important;
}

.featured .feature-card img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: top center !important;
  transform: none !important;
}

@media (max-width: 900px) {
  .featured {
    grid-template-columns: 1fr !important;
  }

  .featured .feature-card {
    aspect-ratio: 865 / 1536 !important;
  }
}@media (max-width: 740px) {
  .pixel-menu-card[data-page-id="bebidas"] .pixel-price {
    transform: translate(-2px, -8px);
  }
}

