/*
Theme Name: Mona Rossa QR Menu
Theme URI: https://starkupmedia.com/
Author: Starkup
Author URI: https://starkupmedia.com/
Description: Mona Rossa Cafe Restaurant için hızlı, mobil öncelikli QR menü teması.
Version: 1.0.1
Requires at least: 6.7
Requires PHP: 8.0
Text Domain: mona-rossa-cafe
*/

:root { --black:#0b0b0d; --red:#d7081d; --red-bright:#ff4352; --red-soft:#fff0f2; --white:#fff; --surface:#f4f4f5; --muted:#626368; --line:rgba(11,11,13,.13); --shadow:0 18px 48px rgba(11,11,13,.11); }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { margin:0; background:var(--surface); color:var(--black); font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif; -webkit-font-smoothing:antialiased; }
body.mr-modal-open { overflow:hidden; }
button,a { -webkit-tap-highlight-color:transparent; }
a { color:inherit; text-decoration:none; }
button { font:inherit; }
.mr-shell { min-height:100vh; }
.mr-wrap { width:min(calc(100% - 28px),980px); margin-inline:auto; }
.mr-topbar { background:var(--white); border-bottom:1px solid var(--line); }
.mr-topbar-inner { min-height:78px; display:flex; align-items:center; justify-content:space-between; gap:16px; }
.mr-brand { display:flex; align-items:center; gap:11px; }
.mr-brand-mark { width:44px; height:44px; display:grid; place-items:center; border-radius:15px; background:var(--black); color:var(--white); border:2px solid var(--red); font-size:11px; font-weight:950; letter-spacing:-.04em; }
.mr-brand>span:last-child { display:grid; gap:1px; }
.mr-brand strong { font-size:17px; letter-spacing:-.035em; }
.mr-brand small { color:var(--muted); font-size:10px; font-weight:700; }
.mr-wifi-button { min-height:44px; display:flex; align-items:center; gap:7px; padding:0 14px; border:0; border-radius:15px; background:var(--black); color:var(--white); font-weight:850; cursor:pointer; }
.mr-wifi-button span { color:var(--red-bright); font-size:22px; }
.mr-intro { padding:34px 0 20px; }
.mr-eyebrow { margin:0 0 7px; color:var(--red); font-size:11px; font-weight:900; letter-spacing:.1em; text-transform:uppercase; }
.mr-intro h1 { margin:0; font-size:clamp(42px,10vw,64px); line-height:1; letter-spacing:-.065em; }
.mr-intro>p:last-child { margin:12px 0 0; color:var(--muted); font-size:14px; }
.mr-category-nav { position:sticky; top:0; z-index:10; display:flex; gap:8px; overflow-x:auto; margin:0 -14px 26px; padding:10px 14px; background:rgba(244,244,245,.94); backdrop-filter:blur(12px); scrollbar-width:none; }
.mr-category-nav::-webkit-scrollbar { display:none; }
.mr-category-nav a { flex:0 0 auto; padding:10px 13px; border:1px solid var(--line); border-radius:999px; background:var(--white); color:var(--muted); font-size:12px; font-weight:800; }
.mr-category-nav a:focus-visible { outline:3px solid rgba(215,8,29,.25); border-color:var(--red); }
.mr-menu { display:grid; gap:34px; }
.mr-menu-group { scroll-margin-top:74px; }
.mr-menu-group>header { display:flex; align-items:center; gap:11px; margin-bottom:13px; }
.mr-menu-group>header>span { width:42px; height:42px; display:grid; place-items:center; border-radius:14px; background:var(--black); color:var(--white); font-size:19px; }
.mr-menu-group h2 { margin:0; font-size:23px; letter-spacing:-.045em; }
.mr-menu-group header p { margin:2px 0 0; color:var(--muted); font-size:10px; }
.mr-products { display:grid; gap:10px; }
.mr-product { position:relative; display:grid; grid-template-columns:68px minmax(0,1fr) auto; align-items:center; gap:13px; min-height:90px; padding:10px; border:1px solid var(--line); border-radius:20px; background:var(--white); }
.mr-product-visual { width:68px; height:68px; display:grid; place-items:center; overflow:hidden; border-radius:15px; background:#ececee; font-size:29px; }
.mr-product-visual img { width:100%; height:100%; object-fit:cover; }
.mr-product-copy { min-width:0; }
.mr-product h3 { margin:0 0 4px; font-size:15px; letter-spacing:-.025em; }
.mr-product p { margin:0; color:var(--muted); font-size:11px; line-height:1.38; }
.mr-labels { display:flex; flex-wrap:wrap; gap:4px; margin-top:6px; }
.mr-labels span { padding:3px 6px; border-radius:999px; background:var(--red-soft); color:#920012; font-size:8px; font-weight:850; }
.mr-price { padding-right:6px; white-space:nowrap; font-size:14px; font-weight:950; }
.mr-price-pending { max-width:48px; color:var(--muted); white-space:normal; text-align:right; font-size:9px; line-height:1.1; }
.mr-product-hit { position:absolute; inset:0; border:0; border-radius:inherit; background:transparent; cursor:pointer; }
.mr-product-hit:focus-visible { outline:3px solid var(--red); outline-offset:2px; }
.mr-demo-note { margin:34px 0; padding:15px 16px; border-left:4px solid var(--red); border-radius:14px; background:var(--white); color:var(--muted); font-size:11px; line-height:1.55; }
.mr-demo-note strong { color:var(--black); }
.mr-footer { padding:28px 0 36px; background:var(--black); color:var(--white); }
.mr-footer .mr-wrap { display:grid; gap:7px; }
.mr-footer strong { font-size:17px; }
.mr-footer span { color:rgba(255,255,255,.68); font-size:11px; }
.mr-footer a { width:max-content; color:var(--red-bright); font-weight:850; }
.mr-dialog { width:min(calc(100% - 20px),520px); max-height:88vh; padding:0; overflow:hidden; border:0; border-radius:25px; background:var(--white); color:var(--black); box-shadow:0 30px 90px rgba(0,0,0,.3); }
.mr-dialog::backdrop { background:rgba(0,0,0,.74); backdrop-filter:blur(8px); }
.mr-dialog-shell { max-height:inherit; overflow:auto; padding:20px; }
.mr-dialog header { display:flex; align-items:center; justify-content:space-between; gap:14px; margin:-20px -20px 20px; padding:18px 20px; border-bottom:1px solid var(--line); }
.mr-dialog h2 { margin:0; font-size:22px; letter-spacing:-.04em; }
.mr-dialog header button { width:40px; height:40px; border:1px solid var(--line); border-radius:50%; background:var(--white); cursor:pointer; font-size:18px; }
.mr-dialog-copy,.mr-detail-desc { color:var(--muted); line-height:1.5; }
.mr-wifi-row { display:grid; gap:4px; margin-top:10px; padding:14px; border-radius:15px; background:var(--surface); }
.mr-wifi-row span,.mr-detail-info span { color:var(--muted); font-size:9px; font-weight:850; letter-spacing:.08em; text-transform:uppercase; }
.mr-detail-visual { min-height:210px; display:grid; place-items:center; overflow:hidden; margin:-4px 0 20px; border-radius:19px; background:#ececee; font-size:72px; }
.mr-detail-visual img { width:100%; height:260px; object-fit:cover; }
.mr-detail-price { display:block; margin:14px 0; color:var(--red); font-size:18px; }
.mr-detail-info { margin-top:10px; padding:13px; border-radius:14px; background:var(--surface); }
.mr-detail-info p { margin:4px 0 0; font-size:12px; }
@media (min-width:720px) { .mr-products { grid-template-columns:repeat(2,minmax(0,1fr)); } }
@media (max-width:420px) { .mr-wrap { width:min(calc(100% - 22px),980px); } .mr-category-nav { margin-inline:-11px; padding-inline:11px; } .mr-product { grid-template-columns:62px minmax(0,1fr) auto; gap:10px; } .mr-product-visual { width:62px; height:62px; } }
@media (prefers-reduced-motion:reduce) { *,*::before,*::after { scroll-behavior:auto!important; } }
