:root {
  --black: #090707;
  --black-2: #100b0b;
  --panel: #161010;
  --panel-2: #1c1313;
  --red: #d7342e;
  --red-2: #a92022;
  --red-soft: #f05a45;
  --cream: #f2e8df;
  --muted: #a99b96;
  --line: rgba(244, 223, 209, .14);
  --shadow: 0 18px 55px rgba(0, 0, 0, .35);
  --radius: 20px;
  font-family: "DM Sans", system-ui, sans-serif;
  color: var(--cream);
  background: var(--black);
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; background: radial-gradient(circle at 85% 5%, rgba(130, 27, 25, .2), transparent 30rem), var(--black); }
body.modal-open { overflow: hidden; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
button { cursor: pointer; }
img { max-width: 100%; display: block; }

.site-shell { overflow: hidden; }
.section-pad { padding-left: clamp(1.25rem, 5vw, 5rem); padding-right: clamp(1.25rem, 5vw, 5rem); }
.topbar { min-height: 92px; padding: 18px clamp(1.25rem, 5vw, 5rem); display: flex; align-items: center; justify-content: space-between; gap: 1rem; border-bottom: 1px solid var(--line); background: rgba(9, 7, 7, .88); backdrop-filter: blur(18px); position: sticky; top: 0; z-index: 10; }
.brand-button { color: inherit; background: none; border: 0; display: flex; align-items: center; gap: .85rem; padding: 0; text-align: left; }
.brand-mark { width: 52px; height: 52px; border-radius: 50%; display: grid; place-items: center; color: #ffe8dd; background: radial-gradient(circle at 40% 30%, #ed5b47, #9f2227 78%); border: 1px solid rgba(255,255,255,.25); box-shadow: 0 0 0 8px rgba(191, 40, 36, .12), inset 0 0 18px rgba(255,255,255,.12); font-size: 1.65rem; }
.brand-mark.small { width: 34px; height: 34px; font-size: 1rem; box-shadow: none; }
.brand-mark.has-image { overflow: hidden; padding: 0; }
.brand-mark.has-image img { width: 100%; height: 100%; object-fit: cover; border-radius: 50%; }
.brand-name { display: block; letter-spacing: .25em; font-weight: 800; font-size: clamp(.95rem, 2.2vw, 1.45rem); }
.brand-name span { color: var(--red-soft); }
.brand-subtitle { display: block; margin-top: .25rem; color: #9c8c87; letter-spacing: .18em; font-size: .58rem; font-weight: 700; }
.whatsapp-button { display: inline-flex; align-items: center; gap: .5rem; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; padding: .78rem 1.15rem; color: var(--cream); font-weight: 700; transition: .2s ease; }
.whatsapp-button:hover { border-color: var(--red-soft); color: white; transform: translateY(-1px); }
.whatsapp-icon { color: #efe3d8; font-size: 1.2rem; line-height: 1; }
.owner-bar { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: .65rem clamp(1.25rem, 5vw, 5rem); background: #251010; border-bottom: 1px solid rgba(236, 71, 57, .35); color: #f8ded5; font-size: .8rem; position: sticky; top: 92px; z-index: 9; }
.owner-bar strong { color: #ff8a74; text-transform: uppercase; letter-spacing: .12em; font-size: .65rem; margin-right: .65rem; }
.owner-actions { display: flex; gap: .45rem; flex-wrap: wrap; justify-content: flex-end; }

.hero { min-height: 640px; display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(300px, .98fr); align-items: center; gap: clamp(2rem, 7vw, 7rem); padding-top: clamp(3rem, 8vw, 7rem); padding-bottom: clamp(3rem, 8vw, 7rem); }
.eyebrow, .kicker, .modal-kicker { color: #e35a48; letter-spacing: .2em; text-transform: uppercase; font-size: .7rem; font-weight: 800; }
.eyebrow { display: flex; align-items: center; gap: .6rem; }
.eyebrow-dot { width: 10px; height: 10px; background: var(--red); border-radius: 50%; box-shadow: 0 0 0 8px rgba(215, 52, 46, .12); }
h1, h2 { font-family: "Playfair Display", Georgia, serif; margin: 0; font-weight: 700; }
h1 { font-size: clamp(3.25rem, 7vw, 7.1rem); line-height: .93; letter-spacing: -.065em; margin: 1.45rem 0 1.7rem; max-width: 780px; }
h1 em { color: #c4b4ad; font-style: normal; }
.hero-copy > p { max-width: 550px; color: var(--muted); font-size: clamp(1rem, 1.6vw, 1.2rem); line-height: 1.7; margin: 0; }
.hero-actions { display: flex; gap: .7rem; flex-wrap: wrap; margin: 2.1rem 0 3rem; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: .55rem; border: 1px solid transparent; border-radius: 999px; min-height: 48px; padding: .8rem 1.2rem; color: var(--cream); font-weight: 700; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-red { background: var(--red); box-shadow: 0 12px 25px rgba(215, 52, 46, .2); }
.button-red:hover { background: #e24439; }
.button-outline { border-color: var(--line); }
.button-outline:hover, .button-ghost:hover { border-color: #c74a3d; background: rgba(215,52,46,.12); }
.button-dark { background: #281a1a; border-color: rgba(255,255,255,.16); }
.button-ghost { border-color: var(--line); background: transparent; }
.button-danger { background: #641f20; border-color: #a12d2d; color: #ffd8d0; }
.button-small { min-height: 36px; padding: .5rem .75rem; font-size: .75rem; }
.full-width { width: 100%; }
.hero-meta { display: flex; flex-wrap: wrap; gap: 2rem; color: #c6b7b1; font-size: .85rem; }
.hero-meta > div { display: flex; align-items: center; gap: .6rem; }
.meta-icon { color: var(--red-soft); font-size: 1.4rem; }
.hero-visual { max-width: 600px; width: 100%; justify-self: end; }
.hero-image-wrap { border-radius: 42% 42% 16px 16px; padding: 10px; border: 1px solid rgba(239, 82, 63, .26); background: linear-gradient(150deg, rgba(233, 78, 62, .28), transparent 45%); transform: rotate(2deg); }
.hero-image-wrap img { width: 100%; aspect-ratio: .9; object-fit: cover; border-radius: 38% 38% 10px 10px; filter: saturate(.87) contrast(1.06); background: #2a1716; }
.image-stamp { width: 78px; height: 78px; display: grid; place-content: center; text-align: center; border-radius: 50%; background: var(--red); color: #ffe7db; position: absolute; right: -20px; bottom: -20px; transform: rotate(-10deg); box-shadow: var(--shadow); }
.hero-image-wrap { position: relative; }
.image-stamp span { display: block; letter-spacing: .13em; font-size: .55rem; font-weight: 800; }
.image-stamp strong { font-family: "Playfair Display", serif; font-size: 1.55rem; line-height: 1; }
.hero-caption { display: flex; justify-content: space-between; margin-top: 1.2rem; color: #827570; letter-spacing: .15em; text-transform: uppercase; font-size: .62rem; }

.feature-section, .menu-section { padding-top: clamp(4.5rem, 9vw, 8rem); padding-bottom: clamp(4.5rem, 9vw, 8rem); border-top: 1px solid var(--line); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: 2.3rem; }
.section-heading h2 { font-size: clamp(2.25rem, 4vw, 4rem); letter-spacing: -.04em; margin-top: .65rem; }
.section-heading p { margin: 0; color: var(--muted); max-width: 240px; line-height: 1.55; }
.featured-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.dish-card { min-width: 0; overflow: hidden; border: 1px solid var(--line); background: linear-gradient(160deg, rgba(255,255,255,.06), rgba(255,255,255,.015)); border-radius: var(--radius); transition: transform .22s ease, border-color .22s ease, background .22s ease; }
.dish-card:hover { transform: translateY(-5px); border-color: rgba(239, 83, 65, .56); background: linear-gradient(160deg, rgba(215,52,46,.13), rgba(255,255,255,.02)); }
.dish-card-image { position: relative; overflow: hidden; }
.dish-card-image img { width: 100%; aspect-ratio: 1.27; object-fit: cover; background: #271716; }
.dish-card:hover .dish-card-image img { transform: scale(1.03); }
.dish-card-image img { transition: transform .35s ease; }
.dish-number { position: absolute; left: 1rem; top: 1rem; color: white; font-family: "Playfair Display", serif; font-size: 1.05rem; text-shadow: 0 2px 9px #000; }
.house-pick { position: absolute; right: .8rem; bottom: .8rem; border-radius: 999px; padding: .4rem .65rem; background: rgba(130, 26, 26, .85); color: #ffdbd1; font-size: .6rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.dish-card-body { padding: 1.25rem 1.25rem 1.4rem; }
.dish-card-top { display: flex; justify-content: space-between; gap: .8rem; align-items: baseline; }
.dish-card h3 { margin: 0; color: #f5e9df; font-family: "Playfair Display", serif; font-size: 1.45rem; }
.price { color: #f06b55; font-weight: 800; white-space: nowrap; }
.dish-card p { margin: .65rem 0 1rem; min-height: 3.1em; color: var(--muted); line-height: 1.55; font-size: .86rem; }
.detail-link { display: inline-flex; color: #d96a59; text-transform: uppercase; letter-spacing: .15em; font-size: .65rem; font-weight: 800; }
.detail-link:hover { color: #fff0e6; }
.owner-edit-button { display: none; margin-left: .55rem; padding: .22rem .5rem; border-radius: 999px; border: 1px solid rgba(245, 91, 74, .5); background: rgba(215,52,46,.14); color: #ffc4b8; font-size: .64rem; }
body.owner-mode .owner-edit-button { display: inline-flex; }
.category-tabs { display: flex; flex-wrap: wrap; gap: .6rem; margin-bottom: 2rem; }
.category-tab { border: 1px solid var(--line); border-radius: 999px; background: transparent; color: #b8a9a2; padding: .68rem 1rem; font-weight: 700; font-size: .8rem; }
.category-tab.active, .category-tab:hover { color: white; background: #6f2221; border-color: #ad3a34; }
.menu-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.menu-grid .dish-card { display: grid; grid-template-columns: 170px 1fr; }
.menu-grid .dish-card-image img { height: 100%; min-height: 190px; aspect-ratio: auto; }
.menu-grid .dish-card-body { display: flex; flex-direction: column; justify-content: center; }
.empty-state { color: var(--muted); border: 1px dashed var(--line); padding: 2rem; border-radius: var(--radius); text-align: center; }

.contact-section { padding-top: 1rem; padding-bottom: 6rem; }
.contact-card { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 8vw, 8rem); padding: clamp(2rem, 7vw, 5.5rem); background: linear-gradient(135deg, #2b1212, #170c0c 60%); border: 1px solid rgba(222, 67, 55, .28); border-radius: 28px; }
.contact-copy h2 { max-width: 520px; margin: .65rem 0 1rem; font-size: clamp(2.5rem, 5vw, 5rem); line-height: .98; letter-spacing: -.05em; }
.contact-copy p { max-width: 470px; color: #bba9a3; line-height: 1.65; margin-bottom: 1.7rem; }
.contact-details { display: grid; align-content: center; gap: 1.45rem; }
.detail-row { display: flex; gap: 1rem; align-items: center; }
.detail-icon { display: grid; place-items: center; flex: 0 0 40px; width: 40px; height: 40px; border-radius: 50%; color: #ff846d; background: rgba(216, 52, 46, .14); font-size: 1.2rem; }
.detail-row span:not(.detail-icon) { display: block; color: #d75b4c; letter-spacing: .16em; font-size: .62rem; font-weight: 800; }
.detail-row strong { display: block; margin-top: .25rem; color: #e7d7d0; font-size: .92rem; }
.footer { display: flex; align-items: center; justify-content: space-between; gap: 1rem; min-height: 100px; border-top: 1px solid var(--line); color: #867873; font-size: .8rem; }
.footer-brand { display: flex; align-items: center; gap: .65rem; color: #d8c7bf; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; font-size: .72rem; }
.footer p { margin: 0; }
.back-top { color: #dd6959; }

.modal-backdrop { position: fixed; inset: 0; z-index: 50; display: grid; place-items: center; padding: 1rem; background: rgba(0,0,0,.76); backdrop-filter: blur(10px); overflow-y: auto; }
.modal-backdrop[hidden] { display: none; }
.modal-card { width: min(100%, 450px); max-height: calc(100vh - 2rem); overflow-y: auto; position: relative; border: 1px solid rgba(238, 90, 72, .35); border-radius: 22px; padding: clamp(1.4rem, 4vw, 2.2rem); background: #1a1010; box-shadow: 0 24px 90px #000; }
.wide-card { width: min(100%, 700px); }
.modal-close { position: absolute; top: .7rem; right: .9rem; width: 36px; height: 36px; border: 0; border-radius: 50%; background: rgba(255,255,255,.06); color: #d7c5be; font-size: 1.55rem; }
.modal-card h2 { font-size: clamp(2rem, 5vw, 3.2rem); margin: .5rem 0 .6rem; letter-spacing: -.04em; }
.modal-help { color: var(--muted); line-height: 1.55; margin: 0 0 1.5rem; font-size: .88rem; }
.editor-form, .login-card form { display: grid; gap: 1rem; }
.editor-form label, .login-card label { display: grid; gap: .42rem; color: #cdbcb4; font-size: .76rem; font-weight: 700; }
.editor-form input, .editor-form textarea, .login-card input { width: 100%; color: #f5e9df; border: 1px solid rgba(255,255,255,.14); border-radius: 10px; padding: .75rem .8rem; outline: none; background: #100a0a; }
.editor-form input:focus, .editor-form textarea:focus, .login-card input:focus { border-color: #dd5949; box-shadow: 0 0 0 3px rgba(215,52,46,.13); }
.editor-form textarea { resize: vertical; }
.form-grid { display: grid; gap: .9rem; }
.two-col { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.form-section-title { border-top: 1px solid var(--line); padding-top: 1rem; color: #ed6957; letter-spacing: .16em; text-transform: uppercase; font-size: .66rem; font-weight: 800; }
.file-row { display: flex; align-items: center; gap: .7rem; flex-wrap: wrap; }
.file-row input { flex: 1; min-width: 180px; color: #9e8e88; font-size: .75rem; }
.checkbox-row { display: flex; flex-wrap: wrap; gap: 1.25rem; color: #cdbcb4; font-size: .8rem; }
.checkbox-row label { display: flex; align-items: center; gap: .4rem; }
.checkbox-row input { accent-color: var(--red); }
.modal-actions { display: flex; justify-content: flex-end; gap: .55rem; flex-wrap: wrap; padding-top: .3rem; }
.form-message { min-height: 1.2em; color: #ff8878; font-size: .78rem; margin: 0; }
.detail-card { width: min(100%, 580px); padding: 0; overflow: hidden; }
.detail-image { width: 100%; aspect-ratio: 1.45; object-fit: cover; background: #261414; }
.detail-body { padding: 1.6rem; }
.detail-body h2 { margin-bottom: .35rem; }
.detail-price { color: #f27661; font-weight: 800; font-size: 1.1rem; }
.detail-body p { color: var(--muted); line-height: 1.7; }
.detail-actions { display: flex; gap: .55rem; flex-wrap: wrap; margin-top: 1.25rem; }
.toast { position: fixed; z-index: 80; right: 1rem; bottom: 1rem; max-width: min(360px, calc(100vw - 2rem)); padding: .8rem 1rem; border: 1px solid rgba(255,255,255,.16); border-radius: 12px; color: #fff0e7; background: #351818; box-shadow: var(--shadow); transform: translateY(20px); opacity: 0; pointer-events: none; transition: .2s ease; font-size: .82rem; }
.toast.show { transform: translateY(0); opacity: 1; }

@media (max-width: 850px) {
  .hero { grid-template-columns: 1fr; }
  .hero-visual { justify-self: center; max-width: 540px; }
  .featured-grid { grid-template-columns: 1fr; }
  .featured-grid .dish-card { display: grid; grid-template-columns: 155px 1fr; }
  .featured-grid .dish-card-image img { height: 100%; min-height: 170px; aspect-ratio: auto; }
  .contact-card { grid-template-columns: 1fr; gap: 2.5rem; }
}
@media (max-width: 620px) {
  .topbar { min-height: 76px; padding-top: 12px; padding-bottom: 12px; }
  .brand-mark { width: 42px; height: 42px; font-size: 1.35rem; }
  .brand-name { font-size: .9rem; letter-spacing: .18em; }
  .brand-subtitle { font-size: .49rem; }
  .whatsapp-button { padding: .65rem .8rem; font-size: .75rem; }
  .owner-bar { top: 76px; align-items: flex-start; flex-direction: column; }
  .owner-actions { justify-content: flex-start; }
  h1 { font-size: clamp(3rem, 16vw, 5rem); }
  .hero { padding-top: 3.5rem; }
  .hero-meta { gap: 1rem; flex-direction: column; }
  .section-heading { display: block; }
  .section-heading p { margin-top: .8rem; }
  .menu-grid { grid-template-columns: 1fr; }
  .menu-grid .dish-card, .featured-grid .dish-card { grid-template-columns: 130px 1fr; }
  .menu-grid .dish-card-image img, .featured-grid .dish-card-image img { min-height: 175px; }
  .dish-card-body { padding: 1rem; }
  .dish-card h3 { font-size: 1.2rem; }
  .dish-card p { font-size: .78rem; }
  .two-col { grid-template-columns: 1fr; }
  .footer { flex-direction: column; align-items: flex-start; padding-top: 1.6rem; padding-bottom: 1.6rem; }
  .detail-actions .button { width: 100%; }
}

/* Light restaurant theme: white canvas with red as the special accent. */
:root {
  --black: #ffffff;
  --black-2: #fffaf8;
  --panel: #ffffff;
  --panel-2: #fff5f2;
  --cream: #211816;
  --muted: #746661;
  --line: rgba(48, 24, 20, .14);
}

body { color: var(--cream); background: radial-gradient(circle at 85% 5%, rgba(215, 52, 46, .08), transparent 30rem), #ffffff; }
.topbar { background: rgba(255, 255, 255, .93); box-shadow: 0 8px 30px rgba(75, 30, 24, .06); }
.brand-subtitle { color: #8c6c66; }
.whatsapp-button { border-color: rgba(142, 38, 31, .24); color: var(--cream); }
.whatsapp-icon { color: var(--red); }
.owner-bar { background: #fff0ed; color: #5c2520; }
.owner-bar strong { color: var(--red-2); }
h1 em { color: #7f6c66; }
.button { color: var(--cream); }
.button-red { color: #ffffff; }
.button-dark { background: #ffffff; color: var(--cream); border-color: rgba(48, 24, 20, .2); }
.button-danger { background: #fff0ed; color: #a92124; border-color: #e4a39a; }
.hero-meta { color: #665752; }
.hero-image-wrap img { background: #f5e9e4; }
.hero-caption { color: #927e77; }
.dish-card { background: linear-gradient(160deg, #ffffff, #fff9f7); box-shadow: 0 10px 28px rgba(75, 30, 24, .045); }
.dish-card:hover { background: linear-gradient(160deg, #fff5f2, #ffffff); }
.dish-card-image img { background: #f5e9e4; }
.dish-card h3 { color: #251a17; }
.detail-link { color: #c52c2d; }
.detail-link:hover { color: #8f1d22; }
.owner-edit-button { color: #a92124; background: #fff0ed; }
.category-tab { color: #6f5f5a; }
.category-tab.active, .category-tab:hover { color: #ffffff; background: var(--red); border-color: var(--red); }
.empty-state { background: #fffaf8; }
.contact-card { background: linear-gradient(135deg, #fff8f6, #ffffff 65%); box-shadow: 0 15px 40px rgba(75, 30, 24, .06); }
.contact-copy p { color: #74645e; }
.detail-row strong { color: #3f302c; }
.footer { color: #806f69; }
.footer-brand { color: #3c2a25; }
.modal-card { background: #ffffff; box-shadow: 0 24px 90px rgba(42, 16, 12, .24); }
.modal-close { background: #fff0ed; color: #7c302b; }
.editor-form label, .login-card label { color: #66534d; }
.editor-form input, .editor-form textarea, .login-card input { color: #271a17; border-color: rgba(48, 24, 20, .18); background: #ffffff; }
.file-row input { color: #786862; }
.checkbox-row { color: #66534d; }
.detail-image { background: #f5e9e4; }
.toast { color: #ffffff; background: #b5262b; border-color: #d4514b; }
