/* Restaurant profile: calm banner, compact actions and tabbed content. */
.restaurant-view .site-main{padding-top:22px}
.restaurant-view .restaurant-actionbar,.restaurant-view .cuisine-visual{display:none}
.restaurant-view .restaurant-hero{position:relative;display:flex;align-items:center;gap:24px;min-height:230px;margin:0 0 18px;padding:30px 34px;border:0;border-radius:24px;overflow:hidden;color:#fff;background:linear-gradient(115deg,#0d5159 0%,#0c766f 58%,#0a5d68 100%);box-shadow:0 18px 38px rgba(15,89,96,.18)}
.restaurant-view .restaurant-hero:after{content:"";position:absolute;inset:auto -75px -115px auto;width:300px;height:300px;border-radius:50%;background:rgba(255,255,255,.10);pointer-events:none}
.restaurant-view .restaurant-hero>div:first-child{position:relative;z-index:1;min-width:0;flex:1}
.restaurant-view .restaurant-hero .eyebrow{color:#a9efe2}
.restaurant-view .restaurant-hero h1{font-size:clamp(30px,4vw,48px);letter-spacing:-1px;margin:5px 0 4px;color:#fff}
.restaurant-view .restaurant-hero p{color:#d5f4ee;font-size:16px;margin:0 0 9px;font-weight:700}
.restaurant-view .restaurant-hero .restaurant-address{display:block;max-width:620px;color:#c4e7e3;font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.restaurant-view .restaurant-logo{order:-1;width:138px;height:138px;min-width:138px;border:5px solid rgba(255,255,255,.9);border-radius:28px;background:#fff;box-shadow:0 12px 25px rgba(0,0,0,.16);font-size:50px;color:#0d766f}
.restaurant-view .restaurant-logo img{background:#fff}
.restaurant-view .hero-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:18px}
.restaurant-view .hero-actions .btn,.restaurant-view .hero-actions a{border:1px solid rgba(255,255,255,.2);background:rgba(255,255,255,.13);color:#fff;padding:10px 13px;border-radius:10px;font-size:12px;font-weight:900;text-decoration:none}
.restaurant-view .hero-actions .btn.primary,.restaurant-view .hero-actions a.primary{background:#12ae88;border-color:#12ae88}
.restaurant-view .hero-actions a.whatsapp{background:#d8f8e8;color:#087b50;border-color:#d8f8e8}
.restaurant-view .hero-actions a.reserve{background:#fff0c9;color:#855400;border-color:#fff0c9}
.restaurant-view .hero-actions a.pickup{background:#e5f8f2;color:#087b6b;border-color:#e5f8f2}
.restaurant-view .hero-actions a.pay{background:#fff;color:#0d6f72;border-color:#fff}
.restaurant-view .hero-actions a.call{background:#e5f7ff;color:#075b75;border-color:#e5f7ff}
.restaurant-info-list{display:grid;gap:9px;margin-top:16px;padding-top:15px;border-top:1px solid #e3ebef}
.restaurant-info-list>div{display:grid;gap:3px;padding:10px 12px;border-radius:11px;background:#f4f8fa}
.restaurant-info-list span{color:#718196;font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.05em}
.restaurant-info-list strong{color:#17283e;font-size:13px;line-height:1.45}
.restaurant-info-list>a{display:inline-flex;align-items:center;justify-content:center;min-height:39px;border-radius:10px;background:#e7f7f3;color:#087668;text-decoration:none;font-size:12px;font-weight:900}
.restaurant-view .restaurant-profile-meta{display:flex;gap:9px;flex-wrap:wrap;margin-top:10px;color:#d5f4ee;font-size:11px;font-weight:800}
.restaurant-view .restaurant-profile-meta span{display:inline-flex;align-items:center;gap:5px;padding:6px 9px;border:1px solid rgba(255,255,255,.18);border-radius:999px;background:rgba(255,255,255,.08)}
.restaurant-view .restaurant-tabs{display:flex;gap:7px;align-items:center;background:#fff;border:1px solid var(--line);border-radius:15px;padding:6px;margin:0 0 16px;box-shadow:0 7px 18px #12263b0a;position:sticky;top:76px;z-index:8}
.restaurant-view .restaurant-tabs button{border:0;background:transparent;color:var(--muted);border-radius:10px;padding:11px 16px;font-weight:900;cursor:pointer;font-size:13px}
.restaurant-view .restaurant-tabs button.is-active{background:#0d766f;color:#fff;box-shadow:0 6px 15px rgba(13,118,111,.2)}
.restaurant-view .restaurant-tab-panel{display:none}
.restaurant-view .restaurant-tab-panel.is-active{display:block}
.restaurant-view .restaurant-info-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:16px;margin:0}
.restaurant-view .about-card,.restaurant-view .reviews-card{min-height:220px;border-radius:17px;box-shadow:0 7px 20px #12263b08}
.restaurant-view .restaurant-hours{margin-top:14px;border-top:1px solid var(--line);padding-top:14px}
.restaurant-view .restaurant-hours h3{font-size:14px;margin:0 0 10px}
.restaurant-view .restaurant-hours-row{display:flex;justify-content:space-between;gap:12px;color:var(--muted);font-size:12px;padding:6px 0}
.restaurant-view .restaurant-hours-row strong{color:var(--ink)}
.restaurant-view .menu-section{margin:0}
.restaurant-view .menu-section .section-title{background:#fff;border:1px solid var(--line);border-radius:15px;padding:16px 18px;margin-bottom:14px}
.restaurant-view .menu-section .section-title h2{font-size:22px;margin-top:4px}
.restaurant-view .menu-grid{display:grid;gap:16px}
.restaurant-view .menu-category{background:#fff;border:1px solid var(--line);border-radius:17px;padding:16px}
.restaurant-view .menu-category>h3{margin:0 0 12px;font-size:16px;color:#0d766f}
.restaurant-view .menu-category>div{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.restaurant-view .menu-category .product-card{min-height:140px}
@media(max-width:700px){
 .restaurant-view .site-main{padding:12px 12px 45px}
 .restaurant-view .restaurant-hero{display:block;min-height:0;padding:20px;border-radius:20px}
 .restaurant-view .restaurant-logo{width:78px;height:78px;min-width:78px;border-width:3px;border-radius:20px;float:left;margin:0 14px 10px 0;font-size:30px}
 .restaurant-view .restaurant-hero h1{font-size:30px;padding-top:3px}
 .restaurant-view .restaurant-hero .restaurant-address{white-space:normal;min-height:34px}
 .restaurant-view .hero-actions{clear:both;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));margin-top:16px}
 .restaurant-view .hero-actions a,.restaurant-view .hero-actions .btn{justify-content:center;text-align:center;padding:10px 7px}
 .restaurant-view .hero-actions a.pay{grid-column:1/-1}
 .restaurant-view .restaurant-tabs{top:59px;overflow:auto;white-space:nowrap}
 .restaurant-view .restaurant-tabs button{flex:1;padding:10px 11px;font-size:12px}
 .restaurant-view .restaurant-info-grid{grid-template-columns:1fr}
 .restaurant-view .menu-category>div{grid-template-columns:1fr}
}
.restaurant-view .menu-layout{display:grid;grid-template-columns:190px minmax(0,1fr);gap:16px;align-items:start}.restaurant-view .menu-sidebar{position:sticky;top:130px;display:grid;gap:7px;padding:10px;background:#fff;border:1px solid var(--line);border-radius:15px;box-shadow:0 7px 18px #12263b0a}.restaurant-view .menu-sidebar button{width:100%;border:0;border-radius:10px;background:#f2f8f7;color:var(--muted);padding:11px 12px;text-align:left;font:inherit;font-size:12px;font-weight:900;cursor:pointer}.restaurant-view .menu-sidebar button.is-active,.restaurant-view .menu-sidebar button:hover{background:#0d766f;color:#fff}.restaurant-view .menu-products{display:grid;gap:14px;min-width:0}.restaurant-view .menu-products .menu-category{display:block;margin:0;padding:12px;border:1px solid var(--line);border-radius:17px;background:#fff}.restaurant-view .menu-products .menu-category>h3{margin:0 0 12px;padding:11px 14px;border-radius:11px;background:var(--mint);color:var(--teal)}.restaurant-view .menu-category-products{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.restaurant-view .menu-category-products .product-card{min-width:0;min-height:140px}.restaurant-view .menu-category-products .product-card[hidden],.restaurant-view .menu-products .menu-category[hidden]{display:none}.restaurant-view .menu-section>.section-title{display:flex;justify-content:space-between;align-items:center;gap:16px}.restaurant-view .menu-search{display:flex;align-items:center;gap:8px;min-width:min(340px,45%);border:1px solid #d5e1ec;border-radius:10px;background:#f8fafc;padding:4px 8px;color:#6b8192}.restaurant-view .menu-search span{font-size:20px;font-weight:900}.restaurant-view .menu-search input{width:100%;border:0;background:transparent;outline:0;padding:9px 4px;font:inherit;font-size:12px;font-weight:800;color:var(--ink)}
@media(max-width:700px){.restaurant-view .menu-layout{grid-template-columns:1fr;gap:10px}.restaurant-view .menu-sidebar{position:static;display:flex;overflow-x:auto;gap:6px;padding:6px;scrollbar-width:none}.restaurant-view .menu-sidebar::-webkit-scrollbar{display:none}.restaurant-view .menu-sidebar button{width:auto;min-width:max-content;padding:9px 11px}.restaurant-view .menu-category-products{grid-template-columns:1fr}.restaurant-view .menu-section>.section-title{display:grid;gap:10px}.restaurant-view .menu-search{min-width:0;width:100%;box-sizing:border-box}.restaurant-view .menu-products .menu-category{padding:9px}}
