/*
 * Exploring Mombasa — approved single restaurant hero + attached nav.
 * Build 0.57.60
 *
 * IMPORTANT: this component intentionally uses the unique `emrh-` namespace.
 * The legacy `.emsr-hero-v2` / `.emsr-nav-wrap` rules in restaurant-single.css
 * therefore cannot style this renderer. Everything below is scoped to the
 * single restaurant page and does not alter the body modules beneath the nav.
 */

.emsr-page .emrh-hero{
  --emrh-accent:#ff4f18;
  --emrh-accent-dark:#e5400b;
  --emrh-green:#18a567;
  --emrh-line:#e8e0d8;
  --emrh-max:1340px;
  position:relative;
  min-height:730px;
  height:min(86vh,820px);
  overflow:hidden;
  color:#fff;
  background:#171412;
  isolation:isolate;
  font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;
}
.emsr-page .emrh-hero *,
.emsr-page .emrh-nav-wrap *{box-sizing:border-box}

/* Scenes */
.emsr-page .emrh-scenes,
.emsr-page .emrh-scene{position:absolute;inset:0}
.emsr-page .emrh-scenes{z-index:0}
.emsr-page .emrh-scene{
  opacity:0;
  transform:scale(1.025);
  transition:opacity .5s ease,transform 1s cubic-bezier(.2,.7,.2,1);
  pointer-events:none;
}
.emsr-page .emrh-scene.is-active{opacity:1;transform:scale(1)}
.emsr-page .emrh-scene-image{
  display:block;
  width:100%;
  max-width:none;
  height:100%;
  object-fit:cover;
}
.emsr-page .emrh-scene::after{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg,rgba(5,4,3,.76) 0%,rgba(5,4,3,.44) 34%,rgba(5,4,3,.10) 63%,rgba(5,4,3,.03) 100%),
    linear-gradient(180deg,rgba(0,0,0,.11) 0%,transparent 27%,transparent 60%,rgba(0,0,0,.58) 100%);
}
.emsr-page .emrh-scene-fallback{
  display:grid;
  place-items:center;
  align-content:center;
  gap:8px;
  background:linear-gradient(135deg,#241f1b,#0d0c0b);
  color:#fff;
}
.emsr-page .emrh-scene-fallback strong{font-size:72px;line-height:1;font-weight:920}
.emsr-page .emrh-scene-fallback span{font-size:13px;font-weight:800;opacity:.72}

/* Inner shell */
.emsr-page .emrh-shell{
  width:min(var(--emrh-max),calc(100% - 52px));
  height:100%;
  margin:0 auto;
  position:relative;
  z-index:5;
}
.emsr-page .emrh-topline{
  padding-top:20px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
}
.emsr-page .emrh-breadcrumb{
  display:flex;
  align-items:center;
  gap:8px;
  min-width:0;
  margin:0;
  color:rgba(255,255,255,.72);
  font-family:inherit;
  font-size:12px;
  line-height:1.4;
  font-weight:650;
}
.emsr-page .emrh-breadcrumb a{color:inherit;text-decoration:none}
.emsr-page .emrh-breadcrumb a:hover{color:#fff}
.emsr-page .emrh-breadcrumb>span{opacity:.45}
.emsr-page .emrh-breadcrumb strong{
  min-width:0;
  overflow:hidden;
  color:#fff;
  font:inherit;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.emsr-page .emrh-open-status{
  display:flex;
  align-items:center;
  gap:8px;
  flex:none;
  color:#fff;
  font-family:inherit;
  font-size:12px;
  line-height:1.3;
  font-weight:800;
  white-space:nowrap;
}
.emsr-page .emrh-open-status i{
  display:block;
  width:8px;
  height:8px;
  flex:none;
  border-radius:50%;
  background:#bbb5ae;
  box-shadow:0 0 0 5px rgba(255,255,255,.09);
}
.emsr-page .emrh-open-status.is-open i{
  background:var(--emrh-green);
  box-shadow:0 0 0 5px rgba(24,165,103,.16);
}

/* Scene selector + media controls */
.emsr-page .emrh-scene-nav{
  position:absolute;
  top:76px;
  right:0;
  display:flex;
  align-items:center;
  gap:5px;
  padding:5px;
  border:1px solid rgba(255,255,255,.22);
  background:rgba(15,13,11,.28);
  -webkit-backdrop-filter:blur(14px);
  backdrop-filter:blur(14px);
  border-radius:999px;
}
.emsr-page .emrh-scene-btn{
  appearance:none;
  min-height:36px;
  padding:0 13px;
  border:0;
  border-radius:999px;
  background:transparent;
  color:rgba(255,255,255,.74);
  font-family:inherit;
  font-size:11px;
  line-height:1;
  font-weight:820;
  white-space:nowrap;
  cursor:pointer;
}
.emsr-page .emrh-scene-btn:hover{color:#fff}
.emsr-page .emrh-scene-btn.is-active{background:#fff;color:#111}
.emsr-page .emrh-media-tools{
  position:absolute;
  top:126px;
  right:2px;
  display:flex;
  align-items:center;
  gap:14px;
}
.emsr-page .emrh-media-link{
  appearance:none;
  display:flex;
  align-items:center;
  gap:7px;
  margin:0;
  padding:0;
  border:0;
  background:transparent;
  color:rgba(255,255,255,.88);
  font-family:inherit;
  font-size:11px;
  line-height:1;
  font-weight:780;
  cursor:pointer;
}
.emsr-page .emrh-media-link:hover{color:#fff}
.emsr-page .emrh-media-link svg{
  display:block;
  width:15px;
  height:15px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.7;
}
.emsr-page .emrh-media-link--watch svg{fill:currentColor;stroke:none}

/* Copy + actions */
.emsr-page .emrh-copy{
  position:absolute;
  left:0;
  bottom:88px;
  width:min(790px,72%);
}
.emsr-page .emrh-meta{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:8px;
  margin:0 0 16px;
  color:#fff;
  font-family:inherit;
  font-size:12px;
  line-height:1.35;
  font-weight:600;
}
.emsr-page .emrh-meta i{
  display:block;
  width:4px;
  height:4px;
  flex:none;
  border-radius:50%;
  background:var(--emrh-accent);
}
.emsr-page .emrh-title{
  max-width:820px;
  margin:0;
  color:#fff;
  font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;
  font-size:clamp(60px,7vw,96px);
  line-height:.90;
  letter-spacing:-.055em;
  font-weight:800;
}
.emsr-page .emrh-title span{
  display:block;
  margin-top:11px;
  font-size:.42em;
  line-height:1;
  letter-spacing:-.025em;
  font-weight:650;
}
.emsr-page .emrh-scene-copy{
  max-width:620px;
  margin:22px 0 0;
  color:#fff;
}
.emsr-page .emrh-scene-copy strong{
  display:block;
  color:inherit;
  font-family:inherit;
  font-size:clamp(15px,1.15vw,17px);
  line-height:1.42;
  letter-spacing:-.006em;
  font-weight:500;
}
.emsr-page .emrh-actions{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:10px;
  margin-top:25px;
}
.emsr-page .emrh-primary,
.emsr-page .emrh-secondary,
.emsr-page .emrh-save{
  appearance:none;
  min-height:50px;
  border-radius:999px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  margin:0;
  font-family:inherit;
  font-size:16px;
  line-height:1;
  font-weight:600;
  white-space:nowrap;
  text-decoration:none;
  cursor:pointer;
  box-shadow:none;
  transition:transform .18s ease,background-color .18s ease,color .18s ease,border-color .18s ease;
}
.emsr-page .emrh-primary{
  padding:0 22px;
  border:0;
  background:var(--emrh-accent);
  color:#fff;
  box-shadow:0 12px 28px rgba(255,79,24,.24);
}
.emsr-page .emrh-primary:hover{transform:translateY(-2px);background:var(--emrh-accent-dark);color:#fff}
.emsr-page .emrh-secondary{
  padding:0 18px;
  border:1px solid rgba(255,255,255,.32);
  background:rgba(15,15,15,.26);
  color:#fff;
  -webkit-backdrop-filter:blur(10px);
  backdrop-filter:blur(10px);
}
.emsr-page .emrh-secondary:hover{border-color:#fff;background:#fff;color:#111}
.emsr-page .emrh-secondary--menu{border-color:#fff;background:#fff;color:#111}
.emsr-page .emrh-secondary--menu:hover{transform:translateY(-2px)}
.emsr-page .emrh-save{
  width:50px;
  height:50px;
  padding:0;
  border:1px solid rgba(255,255,255,.32);
  background:rgba(15,15,15,.26);
  color:#fff;
  -webkit-backdrop-filter:blur(10px);
  backdrop-filter:blur(10px);
}
.emsr-page .emrh-save.is-saved,
.emsr-page .emrh-save.em-saved{border-color:#fff;background:#fff;color:#111}
.emsr-page .emrh-actions svg{
  display:block;
  width:17px;
  height:17px;
  flex:none;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}

/* Claimed business identity */
.emsr-page .emrh-business-id{
  position:absolute;
  right:0;
  bottom:28px;
  z-index:8;
  display:flex;
  align-items:center;
  gap:10px;
  color:#fff;
}
.emsr-page .emrh-profile-logo{
  position:relative;
  width:62px;
  height:62px;
  flex:0 0 62px;
}
.emsr-page .emrh-profile-logo-inner{
  width:100%;
  height:100%;
  overflow:hidden;
  display:grid;
  place-items:center;
  border:3px solid rgba(255,255,255,.96);
  border-radius:50%;
  background:#fff;
  color:#111;
  box-shadow:0 8px 24px rgba(0,0,0,.22);
  font-family:inherit;
  font-size:11px;
  line-height:1;
  font-weight:950;
  letter-spacing:-.04em;
}
.emsr-page .emrh-profile-logo-inner img{
  display:block;
  width:100%;
  height:100%;
  max-width:none;
  object-fit:cover;
}
.emsr-page .emrh-verified-badge{
  position:absolute;
  right:-2px;
  bottom:1px;
  width:22px;
  height:22px;
  display:grid;
  place-items:center;
  border:3px solid #fff;
  border-radius:50%;
  background:var(--emrh-green);
  box-shadow:0 4px 12px rgba(0,0,0,.22);
}
.emsr-page .emrh-verified-badge svg{
  width:13px;
  height:13px;
  fill:none;
  stroke:#fff;
  stroke-width:2.2;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.emsr-page .emrh-claim-label{
  display:block;
  color:#fff;
  font-family:inherit;
  font-size:11px;
  line-height:1;
  font-weight:820;
  text-shadow:0 2px 9px rgba(0,0,0,.42);
}

/* Approved attached sticky section navigation */
.emsr-page .emrh-nav-wrap{
  --emrh-accent:#ff4f18;
  --emrh-max:1340px;
  position:sticky;
  top:0;
  z-index:90;
  width:100%;
  background:#fffdfa;
  border-bottom:1px solid rgba(16,16,16,.10);
  box-shadow:0 10px 28px rgba(38,26,17,.025);
  font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;
}
.admin-bar .emsr-page .emrh-nav-wrap{top:32px}

/* Traveler/theme wrappers can defeat native sticky. JS adds this only after
   the nav reaches the viewport, while a marker preserves its document space. */
.emsr-page .emrh-nav-sticky-marker{height:0;margin:0;padding:0;border:0}
.emsr-page .emrh-nav-wrap.is-fixed-fallback{
  position:fixed!important;
  left:0!important;
  right:0!important;
  width:100%!important;
  z-index:9999!important;
}
.emsr-page .emrh-nav-shell{
  width:min(var(--emrh-max),calc(100% - 52px));
  margin:0 auto;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
}
.emsr-page .emrh-nav{
  min-width:0;
  height:64px;
  display:flex;
  align-items:stretch;
  gap:34px;
  overflow-x:auto;
  overflow-y:hidden;
  scrollbar-width:none;
  -webkit-overflow-scrolling:touch;
}
.emsr-page .emrh-nav::-webkit-scrollbar{display:none}
.emsr-page .emrh-nav a{
  position:relative;
  flex:0 0 auto;
  height:64px;
  display:flex;
  align-items:center;
  gap:6px;
  margin:0;
  padding:0;
  color:#171717;
  font-family:inherit;
  font-size:13px;
  line-height:1;
  font-weight:720;
  letter-spacing:-.014em;
  white-space:nowrap;
  text-decoration:none;
  transition:color .2s ease,transform .2s ease;
}
.emsr-page .emrh-nav a::before{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:12px;
  height:4px;
  border-radius:999px;
  background:var(--emrh-accent);
  opacity:0;
  transform:scaleX(0);
  transform-origin:center;
  transition:transform .24s cubic-bezier(.2,.8,.2,1),opacity .18s ease;
}
.emsr-page .emrh-nav a.is-active{font-weight:800}
.emsr-page .emrh-nav a.is-active::before{opacity:1;transform:scaleX(1)}
.emsr-page .emrh-nav a:hover{color:var(--emrh-accent);transform:translateY(-1px)}
.emsr-page .emrh-nav a:hover::before{opacity:.55;transform:scaleX(.55)}
.emsr-page .emrh-nav a.is-active:hover::before{opacity:1;transform:scaleX(1)}
.emsr-page .emrh-nav-count{
  position:relative;
  top:-8px;
  color:#9b938c;
  font-size:8px;
  line-height:1;
  font-weight:800;
  transition:color .2s ease;
}
.emsr-page .emrh-nav a:hover .emrh-nav-count{color:var(--emrh-accent)}
.emsr-page .emrh-sticky-actions{
  flex:0 0 auto;
  display:flex;
  align-items:center;
  gap:6px;
  padding-left:14px;
  border-left:1px solid #e5ddd5;
}
.emsr-page .emrh-sticky-action{
  appearance:none;
  position:relative;
  width:38px;
  height:38px;
  min-width:38px;
  min-height:38px;
  margin:0;
  padding:0;
  border:1px solid #d9d1c9;
  border-radius:50%;
  background:#fff;
  color:#111;
  display:grid;
  place-items:center;
  font:inherit;
  line-height:1;
  cursor:pointer;
  box-shadow:none;
  transition:background .18s ease,color .18s ease,border-color .18s ease,transform .18s ease;
}
.emsr-page .emrh-sticky-action::before{content:none;display:none}
.emsr-page .emrh-sticky-action:hover{background:#111;color:#fff;border-color:#111;transform:translateY(-1px)}
.emsr-page .emrh-sticky-action svg{
  display:block;
  width:16px;
  height:16px;
  margin:0;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
  pointer-events:none;
}
.emsr-page .emrh-sticky-action--watch svg{fill:currentColor;stroke:none}
.emsr-page .emrh-sticky-action.is-saved,
.emsr-page .emrh-sticky-action.em-saved,
.emsr-page .emrh-sticky-action.is-following,
.emsr-page .emrh-sticky-action[aria-pressed="true"]{
  background:var(--emrh-accent);
  color:#fff;
  border-color:var(--emrh-accent);
}

.emsr-page .emrh-sticky-action--save[aria-pressed="true"] svg,
.emsr-page .emrh-sticky-action--like[aria-pressed="true"] svg{
  fill:currentColor;
}
.emsr-page .emrh-sticky-action--like{
  width:auto;
  min-width:38px;
  padding:0 10px;
  grid-auto-flow:column;
  grid-template-columns:auto auto;
  gap:5px;
  border-radius:999px;
}
.emsr-page .emrh-like-count{
  display:block;
  min-width:1ch;
  font-size:10px;
  line-height:1;
  font-weight:700;
  letter-spacing:-.01em;
}
.emsr-page .emrh-sticky-action[disabled]{
  cursor:wait;
  opacity:.62;
  transform:none;
}

/* Account prompt used by Save to My Tide and restaurant Likes. */
.emsr-page .emrh-social-login-dialog{
  --emrh-accent:#ff4f18;
  box-sizing:border-box;
  width:min(430px,calc(100% - 32px));
  max-width:none;
  margin:auto;
  padding:0;
  border:0;
  border-radius:20px;
  background:transparent;
  color:#151310;
  box-shadow:0 28px 80px rgba(0,0,0,.28);
}
.emsr-page .emrh-social-login-dialog::backdrop{
  background:rgba(10,9,8,.58);
  -webkit-backdrop-filter:blur(5px);
  backdrop-filter:blur(5px);
}
.emsr-page .emrh-social-login-card{
  box-sizing:border-box;
  position:relative;
  padding:30px;
  border-radius:20px;
  background:#fffdfa;
}
.emsr-page .emrh-social-login-close{
  appearance:none;
  position:absolute;
  top:14px;
  right:14px;
  width:34px;
  height:34px;
  padding:0;
  display:grid;
  place-items:center;
  border:1px solid #e2d9d1;
  border-radius:50%;
  background:#fff;
  color:#171411;
  cursor:pointer;
}
.emsr-page .emrh-social-login-close svg{
  width:15px;
  height:15px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
}
.emsr-page .emrh-social-login-kicker{
  display:block;
  margin:0 42px 9px 0;
  color:var(--emrh-accent);
  font-size:10px;
  line-height:1;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.emsr-page .emrh-social-login-card h3{
  margin:0;
  max-width:330px;
  color:#151310;
  font-size:27px;
  line-height:1.06;
  font-weight:720;
  letter-spacing:-.04em;
}
.emsr-page .emrh-social-login-card p{
  margin:14px 0 0;
  color:#6c625a;
  font-size:14px;
  line-height:1.55;
  font-weight:450;
}
.emsr-page .emrh-social-login-actions{
  margin-top:24px;
  display:flex;
  justify-content:flex-end;
  align-items:center;
  gap:9px;
}
.emsr-page .emrh-social-login-later,
.emsr-page .emrh-social-login-join,
.emsr-page .emrh-social-login-signin{
  min-height:42px;
  padding:0 17px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  font:inherit;
  font-size:13px;
  font-weight:650;
  text-decoration:none;
  cursor:pointer;
}
.emsr-page .emrh-social-login-later{
  border:1px solid #ddd3ca;
  background:#fff;
  color:#171411;
}
.emsr-page .emrh-social-login-join{
  border:1px solid #d8d2cb;
  background:#fff;
  color:#171512;
}
.emsr-page .emrh-social-login-join:hover{
  border-color:#171512;
  background:#f7f4f0;
}
.emsr-page .emrh-social-login-signin{
  border:1px solid var(--emrh-accent);
  background:var(--emrh-accent);
  color:#fff;
}

.emsr-page .emrh-sticky-action::after{
  content:attr(data-label);
  position:absolute;
  top:calc(100% + 9px);
  left:50%;
  transform:translateX(-50%) translateY(-2px);
  padding:6px 8px;
  border-radius:7px;
  background:#111;
  color:#fff;
  font-size:10px;
  font-weight:800;
  line-height:1;
  white-space:nowrap;
  opacity:0;
  pointer-events:none;
  transition:.16s ease;
}
.emsr-page .emrh-sticky-action:hover::after,
.emsr-page .emrh-sticky-action:focus-visible::after{opacity:1;transform:translateX(-50%) translateY(0)}

/* Focus treatment stays inside the new component. */
.emsr-page .emrh-hero button:focus-visible,
.emsr-page .emrh-hero a:focus-visible,
.emsr-page .emrh-nav-wrap button:focus-visible,
.emsr-page .emrh-nav-wrap a:focus-visible{
  outline:3px solid #ffb300;
  outline-offset:3px;
}

@media(max-width:900px){
  .emsr-page .emrh-shell,
  .emsr-page .emrh-nav-shell{width:calc(100% - 28px)}
  .emsr-page .emrh-hero{height:780px;min-height:780px}
  .emsr-page .emrh-scene-nav{top:63px;left:0;right:auto;max-width:calc(100% - 10px);overflow-x:auto;scrollbar-width:none}
  .emsr-page .emrh-media-tools{top:116px;right:0}
  .emsr-page .emrh-copy{width:100%;bottom:112px}
  .emsr-page .emrh-title{font-size:clamp(52px,14vw,72px)}
  .emsr-page .emrh-business-id{bottom:22px}
  .emsr-page .emrh-nav{height:58px;gap:24px}
  .emsr-page .emrh-nav a{height:58px;font-size:12.5px}
  .emsr-page .emrh-sticky-actions{gap:5px;padding-left:10px}
}
@media(max-width:782px){.admin-bar .emsr-page .emrh-nav-wrap{top:46px}}
@media(max-width:560px){
  .emsr-page .emrh-hero{height:730px;min-height:730px}
  .emsr-page .emrh-topline{padding-top:14px}
  .emsr-page .emrh-breadcrumb{max-width:62%;font-size:10.5px}
  .emsr-page .emrh-open-status{font-size:10.5px}
  .emsr-page .emrh-open-status span{display:none}
  .emsr-page .emrh-scene-btn{padding:0 10px}
  .emsr-page .emrh-media-tools{gap:12px}
  .emsr-page .emrh-media-link{font-size:10px}
  .emsr-page .emrh-copy{bottom:110px}
  .emsr-page .emrh-meta{margin-bottom:13px;font-size:11px}
  .emsr-page .emrh-title{font-size:54px}
  .emsr-page .emrh-title span{margin-top:9px;font-size:.44em}
  .emsr-page .emrh-scene-copy{margin-top:17px}
  .emsr-page .emrh-scene-copy strong{font-size:15px;font-weight:500;line-height:1.42}
  .emsr-page .emrh-actions{margin-top:20px;gap:8px}
  .emsr-page .emrh-primary{flex:1 1 190px;min-width:190px}
  .emsr-page .emrh-secondary{padding:0 15px}
  .emsr-page .emrh-secondary--directions{width:50px;padding:0}
  .emsr-page .emrh-secondary--directions span,
  .emsr-page .emrh-save{display:none}
  .emsr-page .emrh-business-id{bottom:18px}
  .emsr-page .emrh-profile-logo{width:50px;height:50px;flex-basis:50px}
  .emsr-page .emrh-verified-badge{width:19px;height:19px}
  .emsr-page .emrh-claim-label{font-size:10px}
  .emsr-page .emrh-nav-shell{gap:10px}
  .emsr-page .emrh-nav{gap:21px}
  .emsr-page .emrh-nav a{font-size:12px}
  .emsr-page .emrh-sticky-actions{gap:4px;padding-left:8px}
  .emsr-page .emrh-sticky-action{width:34px;height:34px;min-width:34px;min-height:34px}
  .emsr-page .emrh-sticky-action--like{width:auto;min-width:34px;padding:0 8px;gap:4px}
  .emsr-page .emrh-like-count{font-size:9px}
  .emsr-page .emrh-sticky-action svg{width:14px;height:14px}
  .emsr-page .emrh-sticky-action::after{display:none}
}


/* =========================================================
   v0.57.49 — MOBILE RESTAURANT PAGE POLISH
   Desktop/tablet design above 560px is intentionally unchanged.
   ========================================================= */
@media(max-width:560px){
  .emsr-page .emrh-hero{
    height:640px;
    min-height:640px;
  }
  .emsr-page .emrh-shell{
    width:calc(100% - 24px);
  }
  .emsr-page .emrh-topline{
    padding-top:12px;
    gap:10px;
  }
  .emsr-page .emrh-breadcrumb{
    max-width:68%;
    gap:6px;
    font-size:9.5px;
  }
  .emsr-page .emrh-open-status{
    font-size:9.5px;
  }
  .emsr-page .emrh-scene-nav{
    top:52px;
    max-width:calc(100% - 4px);
    padding:4px;
    gap:3px;
  }
  .emsr-page .emrh-scene-btn{
    min-height:31px;
    padding:0 9px;
    font-size:9.5px;
    font-weight:680;
  }
  .emsr-page .emrh-media-tools{
    top:96px;
    gap:11px;
  }
  .emsr-page .emrh-media-link{
    font-size:9.5px;
    font-weight:650;
  }
  .emsr-page .emrh-copy{
    bottom:74px;
    width:100%;
  }
  .emsr-page .emrh-meta{
    gap:6px;
    margin-bottom:9px;
    font-size:10px;
    font-weight:560;
  }
  .emsr-page .emrh-meta i{
    width:3px;
    height:3px;
  }
  .emsr-page .emrh-title{
    font-size:clamp(42px,13vw,50px);
    line-height:.92;
    letter-spacing:-.048em;
    font-weight:760;
  }
  .emsr-page .emrh-title span{
    margin-top:7px;
    font-size:.43em;
    line-height:1.04;
    font-weight:580;
    letter-spacing:-.018em;
  }
  .emsr-page .emrh-scene-copy{
    max-width:34rem;
    margin-top:12px;
  }
  .emsr-page .emrh-scene-copy strong{
    font-size:14px;
    line-height:1.4;
    font-weight:450;
    letter-spacing:0;
  }
  .emsr-page .emrh-actions{
    flex-wrap:nowrap;
    gap:7px;
    margin-top:15px;
  }
  .emsr-page .emrh-primary,
  .emsr-page .emrh-secondary{
    min-height:44px;
    font-size:13px;
    font-weight:560;
  }
  .emsr-page .emrh-primary{
    min-width:0;
    flex:1.15 1 0;
    padding:0 13px;
  }
  .emsr-page .emrh-secondary--menu{
    min-width:0;
    flex:.85 1 0;
    padding:0 12px;
  }
  .emsr-page .emrh-actions svg{
    width:15px;
    height:15px;
  }
  .emsr-page .emrh-business-id{
    right:0;
    bottom:14px;
    gap:7px;
  }
  .emsr-page .emrh-profile-logo{
    width:42px;
    height:42px;
    flex-basis:42px;
  }
  .emsr-page .emrh-profile-logo-inner{
    border-width:2px;
    font-size:9px;
  }
  .emsr-page .emrh-verified-badge{
    width:17px;
    height:17px;
    border-width:2px;
  }
  .emsr-page .emrh-claim-label{
    font-size:9px;
    font-weight:680;
  }

  /* Keep the real section navigation usable on phones: section links scroll
     on the left while the action icons remain reachable on the right. */
  .emsr-page .emrh-nav-wrap{
    top:var(--emrh-sticky-top,0px);
    box-shadow:0 7px 22px rgba(22,17,13,.08);
  }
  .emsr-page .emrh-nav-shell{
    width:100%;
    min-width:0;
    gap:7px;
    padding:0 8px 0 10px;
  }
  .emsr-page .emrh-nav{
    min-width:0;
    height:52px;
    gap:19px;
  }
  .emsr-page .emrh-nav a{
    height:52px;
    font-size:11.5px;
    font-weight:650;
  }
  .emsr-page .emrh-nav a.is-active{
    font-weight:760;
  }
  .emsr-page .emrh-nav a::before{
    bottom:7px;
    height:3px;
  }
  .emsr-page .emrh-nav-count{
    top:-6px;
    font-size:7px;
  }
  .emsr-page .emrh-sticky-actions{
    gap:3px;
    padding-left:6px;
  }
  .emsr-page .emrh-sticky-action{
    width:31px;
    height:31px;
    min-width:31px;
    min-height:31px;
  }
  .emsr-page .emrh-sticky-action--like{
    min-width:31px;
    padding:0 7px;
    gap:3px;
  }
  .emsr-page .emrh-sticky-action svg{
    width:13px;
    height:13px;
  }
  .emsr-page .emrh-like-count{
    font-size:8.5px;
  }
}

@media(max-width:380px){
  .emsr-page .emrh-hero{
    height:610px;
    min-height:610px;
  }
  .emsr-page .emrh-copy{bottom:66px}
  .emsr-page .emrh-title{font-size:41px}
  .emsr-page .emrh-title span{font-size:.42em}
  .emsr-page .emrh-scene-copy strong{font-size:13.5px}
  .emsr-page .emrh-primary,
  .emsr-page .emrh-secondary{font-size:12.5px}
  .emsr-page .emrh-nav-shell{padding-left:8px;padding-right:6px}
  .emsr-page .emrh-nav{gap:17px}
  .emsr-page .emrh-nav a{font-size:11px}
  .emsr-page .emrh-sticky-actions{padding-left:5px}
  .emsr-page .emrh-sticky-action{width:29px;height:29px;min-width:29px;min-height:29px}
  .emsr-page .emrh-sticky-action--like{min-width:29px;padding:0 6px}
}


/* v0.57.54 — restaurant identity remains visible when logo/claim data exists */
.emsr-page .emrh-business-id{visibility:visible;opacity:1}

/* v0.57.55 — keep official restaurant identity anchored to the hero corner. */
.emsr-page .emrh-business-id{
  right:0;
  bottom:24px;
  visibility:visible!important;
  opacity:1!important;
}
@media(max-width:560px){
  .emsr-page .emrh-business-id{right:0;bottom:13px;gap:6px}
  .emsr-page .emrh-profile-logo{width:44px;height:44px;flex-basis:44px}
  .emsr-page .emrh-verified-badge{right:-2px;bottom:0;width:17px;height:17px;border-width:2px}
  .emsr-page .emrh-verified-badge svg{width:10px;height:10px}
  .emsr-page .emrh-claim-label{font-size:9px;font-weight:600}
}

/* v0.57.56 — the restaurant identity is part of every hero, even before an
   official logo is uploaded. Verified state is still data-driven. */
.emsr-page .emrh-business-id{
  display:flex!important;
  visibility:visible!important;
  opacity:1!important;
}
.emsr-page .emrh-business-id.is-unverified .emrh-profile-logo-inner{
  border-color:rgba(255,255,255,.92);
}
.emsr-page .emrh-profile-logo-inner span{
  display:block;
  max-width:100%;
  padding:0 5px;
  overflow:hidden;
  font-size:10px;
  font-weight:800;
  letter-spacing:-.035em;
  text-overflow:ellipsis;
  white-space:nowrap;
}
@media(max-width:560px){
  .emsr-page .emrh-profile-logo-inner span{font-size:8px;padding:0 3px}
}


/* =========================================================
   v0.57.58 — LIKE COUNT PILL
   Keep exact counts through 999; compact 1K+ counts are rendered by PHP/JS.
   The like action alone expands horizontally so the sticky action row never
   has to squeeze 3- or 4-character counts into a circular icon.
   ========================================================= */
.emsr-page .emrh-sticky-action--like{
  flex:0 0 auto;
  width:auto;
  min-width:52px;
  padding-inline:10px;
  white-space:nowrap;
}
.emsr-page .emrh-sticky-action--like .emrh-like-count{
  min-width:0;
  font-variant-numeric:tabular-nums;
  white-space:nowrap;
}
@media(max-width:560px){
  .emsr-page .emrh-sticky-action--like{
    width:auto;
    min-width:48px;
    padding-inline:7px;
    gap:4px;
  }
  .emsr-page .emrh-sticky-action--like .emrh-like-count{
    font-size:9px;
    font-weight:650;
  }
}
@media(max-width:380px){
  .emsr-page .emrh-sticky-action--like{
    min-width:45px;
    padding-inline:6px;
  }
  .emsr-page .emrh-sticky-action--like .emrh-like-count{
    font-size:8.5px;
  }
}


/* =========================================================
   v0.57.59 — NATIVE MOBILE MENU COLLISION
   The restaurant section bar belongs to page content. When Traveler's own
   hamburger navigation is open it must get out of the way completely instead
   of remaining fixed over the site menu.
   ========================================================= */
@media(max-width:900px){
  body.emcg-native-mobile-menu-open .emsr-page .emrh-nav-wrap,
  body.emcg-native-mobile-menu-open .emsr-page .emrh-nav-wrap.is-fixed-fallback{
    opacity:0!important;
    visibility:hidden!important;
    pointer-events:none!important;
    transform:translateY(-10px)!important;
    transition:opacity .14s ease,transform .14s ease,visibility 0s linear .14s!important;
  }
}


/* =========================================================
   v0.57.60 — MASTER MOBILE QA
   Small-screen collision protection + cleaner sticky restoration.
   ========================================================= */
@media(max-width:900px){
  body.emcg-native-mobile-menu-open .emsr-page .emrh-nav-wrap,
  body.emcg-native-mobile-menu-open .emsr-page .emrh-nav-wrap.is-fixed-fallback{
    display:block!important;
  }
}

@media(max-width:360px){
  .emsr-page .emrh-hero{
    height:600px;
    min-height:600px;
  }
  .emsr-page .emrh-shell{width:calc(100% - 18px)}
  .emsr-page .emrh-breadcrumb{max-width:72%;font-size:9px;gap:5px}
  .emsr-page .emrh-scene-nav{top:49px;max-width:100%}
  .emsr-page .emrh-scene-btn{min-height:29px;padding:0 8px;font-size:9px}
  .emsr-page .emrh-media-tools{top:90px;gap:9px}
  .emsr-page .emrh-media-link{font-size:9px}
  .emsr-page .emrh-copy{bottom:63px}
  .emsr-page .emrh-meta{gap:5px;margin-bottom:7px;font-size:9.25px}
  .emsr-page .emrh-title{font-size:clamp(36px,12vw,40px);line-height:.94;letter-spacing:-.043em}
  .emsr-page .emrh-title span{margin-top:5px;font-size:.43em;line-height:1.06}
  .emsr-page .emrh-scene-copy{margin-top:9px}
  .emsr-page .emrh-scene-copy strong{
    display:-webkit-box;
    overflow:hidden;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    font-size:12.5px;
    line-height:1.36;
  }
  .emsr-page .emrh-actions{gap:6px;margin-top:12px}
  .emsr-page .emrh-primary,
  .emsr-page .emrh-secondary{min-height:41px;font-size:11.5px}
  .emsr-page .emrh-primary{padding:0 10px}
  .emsr-page .emrh-secondary--menu{padding:0 10px}
  .emsr-page .emrh-actions svg{width:13px;height:13px}
  .emsr-page .emrh-business-id{bottom:10px}
  .emsr-page .emrh-profile-logo{width:39px;height:39px;flex-basis:39px}
  .emsr-page .emrh-verified-badge{width:16px;height:16px}
  .emsr-page .emrh-claim-label{display:none}

  .emsr-page .emrh-nav-shell{gap:5px;padding-left:6px;padding-right:5px}
  .emsr-page .emrh-nav{gap:15px}
  .emsr-page .emrh-nav a{font-size:10.5px}
  .emsr-page .emrh-sticky-actions{gap:2px;padding-left:4px}
  .emsr-page .emrh-sticky-action{width:28px;height:28px;min-width:28px;min-height:28px}
  .emsr-page .emrh-sticky-action--like{min-width:43px;padding-inline:5px}
  .emsr-page .emrh-sticky-action svg{width:12px;height:12px}
  .emsr-page .emrh-sticky-action--like .emrh-like-count{font-size:8px}
}
