.emr-page{
  --ink:#071b2e;
  --navy:#061a2f;
  --cream:#fff7ed;
  --paper:#fffdf8;
  --coral:#ff5a1f;
  --sun:#ffc928;
  --aqua:#28c8cb;
  --sky:#4a99e6;
  --leaf:#8dcc68;
  --pink:#ff7c9d;
  --violet:#9079eb;
  --gold:#e7b14a;
  --muted:#6a625b;
  --line:#eadfd4;
  --white:#fff;
  --max:1440px;
}
.emr-page, .emr-page *{box-sizing:border-box}
html{scroll-behavior:smooth}
body.emcg-where-to-eat{
  margin:0;
  color:var(--ink);
  background:var(--cream);
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}
.emr-page a{color:inherit;text-decoration:none}
.emr-page button,.emr-page input,.emr-page select{font:inherit}
.emr-page button{cursor:pointer}
.emr-page img{display:block;width:100%;height:100%;object-fit:cover}
.emr-page .wrap{width:min(var(--max),calc(100% - 48px));margin:auto}


.emr-page .hero{
  position:relative;
  min-height:810px;
  overflow:hidden;
  background:
    radial-gradient(circle at 76% 11%,rgba(255,255,255,.68) 0 10%,transparent 11%),
    radial-gradient(circle at 84% 39%,rgba(255,201,40,.28) 0 14%,transparent 15%),
    linear-gradient(125deg,#fff2dc 0%,#ffe6d8 45%,#fff0bd 100%);
}
.emr-page .hero:after{
  content:"";
  position:absolute;
  left:-7%;right:-7%;bottom:-158px;
  height:294px;
  background:var(--coral);
  border-radius:50% 50% 0 0;
  transform:rotate(-1.4deg);
}
.emr-page .hero-grid{
  position:relative;z-index:2;
  min-height:810px;
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:42px;
  align-items:center;
  padding:70px 0 154px;
}
.emr-page .eyebrow{
  display:flex;
  align-items:center;
  gap:10px;
  font-size:11px;
  font-weight:900;
  letter-spacing:.14em;
  text-transform:uppercase;
}
.emr-page .eyebrow:before{
  content:"";
  width:32px;height:3px;border-radius:99px;background:var(--coral);
}
.emr-page .hero h1{
  margin:18px 0 18px;
  max-width:710px;
  font-size:clamp(76px,8vw,130px);
  line-height:.82;
  letter-spacing:-.075em;
  font-weight:860;
}
.emr-page .hero h1 span{display:block;color:var(--coral)}
.emr-page .hero-lead{
  max-width:620px;
  margin:0;
  color:#4d443e;
  font-size:19px;
  line-height:1.58;
}
.emr-page .search-dock{
  margin-top:30px;
  width:min(840px,100%);
  padding:7px;
  display:grid;
  grid-template-columns:minmax(0,1.28fr) minmax(245px,.92fr) auto;
  align-items:stretch;
  background:rgba(255,255,255,.94);
  border:1px solid rgba(91,65,48,.10);
  border-radius:19px;
  box-shadow:0 14px 42px rgba(83,50,29,.13);
  backdrop-filter:blur(8px);
}
.emr-page .search-block{
  min-width:0;
  min-height:66px;
  padding:9px 15px;
  display:grid;
  grid-template-columns:34px minmax(0,1fr);
  align-items:center;
  gap:11px;
  border-right:1px solid #eee2d8;
}
.emr-page .search-field-icon{
  width:34px;
  height:34px;
  display:grid;
  place-items:center;
  border-radius:11px;
  color:var(--coral);
  background:#fff4ec;
  border:1px solid rgba(255,90,31,.09);
}
.emr-page .search-field-icon svg,
.emr-page .search-select-chevron svg,
.emr-page .search-go svg,
.emr-page .micro-filters svg{
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.emr-page .search-field-icon svg{width:17px;height:17px}
.emr-page .search-field-copy{display:block;min-width:0;position:relative}
.emr-page .search-block label{
  display:block;
  margin:0 0 3px;
  color:#907566;
  font-size:10px;
  font-weight:650;
  line-height:1.2;
  letter-spacing:.015em;
  text-transform:none;
}
.emr-page .search-block input,.emr-page .search-block select{
  width:100%;
  min-width:0;
  height:24px;
  padding:0;
  border:0;
  outline:0;
  background:transparent;
  color:var(--ink);
  font-size:14px;
  line-height:1.2;
  font-weight:620;
}
.emr-page .search-block input::placeholder{color:#8f8983;font-weight:520;opacity:1}
.emr-page .search-block select{
  appearance:none;
  -webkit-appearance:none;
  padding-right:24px;
  cursor:pointer;
}
.emr-page .search-block select optgroup{font-weight:700;color:#4d443e}
.emr-page .search-block select option{font-weight:500;color:var(--ink)}
.emr-page .search-select-chevron{
  position:absolute;
  right:0;
  bottom:3px;
  width:18px;
  height:18px;
  display:grid;
  place-items:center;
  color:#8e7a6e;
  pointer-events:none;
}
.emr-page .search-select-chevron svg{width:15px;height:15px}
.emr-page .search-go{
  min-width:148px;
  margin:0;
  border:0;
  border-radius:13px;
  padding:0 18px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  background:var(--coral);
  color:#fff;
  font-size:12px;
  font-weight:720;
  letter-spacing:-.01em;
  box-shadow:0 7px 18px rgba(255,90,31,.18);
  transition:transform .18s ease,box-shadow .18s ease,background .18s ease;
}
.emr-page .search-go svg{width:16px;height:16px;transition:transform .18s ease}
.emr-page .search-go:hover{
  transform:translateY(-1px);
  background:#f4511b;
  box-shadow:0 10px 22px rgba(255,90,31,.22);
}
.emr-page .search-go:hover svg{transform:translateX(2px)}
.emr-page .search-go:focus-visible{outline:3px solid var(--navy);outline-offset:3px}
.emr-page .micro-filter-wrap{
  margin-top:13px;
  display:flex;
  align-items:center;
  gap:10px;
  flex-wrap:wrap;
}
.emr-page .micro-filter-label{
  color:#8a7264;
  font-size:10px;
  font-weight:620;
  letter-spacing:.01em;
}
.emr-page .micro-filters{
  display:flex;
  gap:7px;
  flex-wrap:wrap;
  margin:0;
}
.emr-page .micro-filters button{
  border:1px solid rgba(7,27,46,.09);
  border-radius:999px;
  padding:7px 10px;
  background:rgba(255,255,255,.54);
  color:#31404b;
  font-size:10.5px;
  font-weight:600;
  transition:.18s ease;
}
.emr-page .micro-filters button:hover,.emr-page .micro-filters button.active{
  border-color:rgba(255,90,31,.28);
  background:#fff4ec;
  color:#a93a14;
  transform:translateY(-1px);
}
.emr-page .hero-feedback{
  margin-top:11px;
  color:#765d4d;
  font-size:12px;font-weight:760;
}
.emr-page .hero-feedback b{color:var(--coral)}

.emr-page .hero-art{position:relative;min-height:610px}
.emr-page .sun{
  position:absolute;z-index:0;right:5%;top:1%;
  width:190px;height:190px;border-radius:50%;
  background:var(--sun);
}
.emr-page .hero-photo{
  position:absolute;
  overflow:hidden;
  border-radius:32px;
  border:6px solid rgba(255,255,255,.80);
  box-shadow:0 28px 72px rgba(68,40,22,.23);
}
.emr-page .hero-photo.a{right:0;top:4%;width:52%;height:49%;transform:rotate(2.7deg)}
.emr-page .hero-photo.b{left:2%;top:27%;width:46%;height:44%;transform:rotate(-4.5deg)}
.emr-page .hero-photo.c{right:15%;bottom:0;width:42%;height:39%;transform:rotate(2deg)}
.emr-page .hero-note{
  position:absolute;z-index:4;
  background:#fff;border-radius:16px;
  padding:11px 14px;
  box-shadow:0 18px 42px rgba(48,31,20,.14);
  font-size:10px;font-weight:760;
}
.emr-page .hero-note strong{display:block;margin-top:2px;font-size:15px}
.emr-page .hero-note.one{left:1%;top:10%}
.emr-page .hero-note.two{right:0;top:54%}


.emr-page .craving-bridge{
  position:relative;
  z-index:10;
  height:172px;
  margin-top:-172px;
  pointer-events:none;
}
.emr-page .craving-inner{
  position:relative;
  width:min(1660px,calc(100% - 56px));
  height:172px;
  margin:auto;
  padding-top:0;
}
.emr-page .craving-kicker{
  position:absolute;
  left:50%;
  top:30px;
  z-index:20;
  width:170px;
  margin:0;
  color:#fff;
  font-family:"Segoe Print","Bradley Hand","Comic Sans MS",cursive;
  font-size:18px;
  font-weight:700;
  line-height:.88;
  letter-spacing:.01em;
  transform:translateX(-50%) rotate(-3deg);
  text-align:left;
  text-shadow:0 2px 8px rgba(110,35,6,.22);
  pointer-events:none;
}
.emr-page .craving-kicker::after{
  content:"";
  position:absolute;
  left:112px;
  top:28px;
  width:72px;
  height:34px;
  border-top:2px solid rgba(255,255,255,.96);
  border-radius:50%;
  transform:rotate(12deg);
}
.emr-page .craving-kicker::before{
  content:"";
  position:absolute;
  left:175px;
  top:43px;
  width:9px;
  height:9px;
  border-right:2px solid rgba(255,255,255,.96);
  border-bottom:2px solid rgba(255,255,255,.96);
  transform:rotate(24deg);
}
.emr-page .tag-row{
  display:flex;
  padding-top:86px;
  align-items:center;
  gap:14px;
  flex-wrap:nowrap;
  overflow:visible;
  pointer-events:auto;
}
.emr-page .tag{
  --accent:#ff6d2d;
  --rot:0deg;
  position:relative;
  flex:1 1 0;
  min-width:0;
  max-width:145px;
  height:52px;
  padding:7px 15px 7px 7px;
  border:1px solid color-mix(in srgb,var(--accent) 30%,rgba(23,36,42,.12));
  border-radius:16px;
  display:inline-flex;
  align-items:center;
  gap:9px;
  background:linear-gradient(180deg,#fffefb,#fffaf3);
  color:#18272c;
  font:inherit;
  font-size:11.5px;
  font-weight:850;
  letter-spacing:-.01em;
  cursor:pointer;
  user-select:none;
  white-space:nowrap;
  isolation:isolate;
  transform:rotate(var(--rot));
  box-shadow:
    0 1px 0 rgba(255,255,255,.98) inset,
    0 3px 0 color-mix(in srgb,var(--accent) 15%,rgba(0,0,0,.05)),
    0 10px 18px rgba(71,44,22,.13);
  transition:
    transform .22s cubic-bezier(.2,.9,.2,1.2),
    box-shadow .22s ease,
    border-color .2s ease,
    background .2s ease;
}
.emr-page .tag::before{
  content:"";
  position:absolute;
  right:-1px;
  top:-1px;
  width:18px;
  height:18px;
  border-radius:0 15px 0 13px;
  background:linear-gradient(135deg,#d8d0c5 0 45%,#fff 49% 100%);
  box-shadow:-2px 2px 5px rgba(0,0,0,.08);
  opacity:.22;
  transform:scale(.6);
  transform-origin:top right;
  transition:.2s ease;
  z-index:3;
}
.emr-page .tag:hover{
  transform:translateY(-5px) rotate(calc(var(--rot) - .6deg)) scale(1.025);
  border-color:color-mix(in srgb,var(--accent) 64%,#111 4%);
  box-shadow:
    0 1px 0 rgba(255,255,255,.98) inset,
    0 5px 0 color-mix(in srgb,var(--accent) 18%,rgba(0,0,0,.05)),
    0 17px 28px rgba(71,44,22,.17);
}
.emr-page .tag:nth-child(even):hover{
  transform:translateY(-5px) rotate(calc(var(--rot) + .6deg)) scale(1.025);
}
.emr-page .tag:hover::before{
  opacity:1;
  transform:scale(1) rotate(-10deg);
}
.emr-page .tag:active{transform:translateY(-1px) scale(.985)}
.emr-page .tag.is-active{
  background:linear-gradient(180deg,color-mix(in srgb,var(--accent) 10%,white),color-mix(in srgb,var(--accent) 5%,white));
  border-color:var(--accent);
  box-shadow:
    0 0 0 3px rgba(255,255,255,.44),
    0 4px 0 color-mix(in srgb,var(--accent) 22%,rgba(0,0,0,.06)),
    0 14px 24px rgba(71,44,22,.15);
}
.emr-page .tag:focus-visible{
  outline:3px solid #17242a;
  outline-offset:4px;
}
.emr-page .ico{
  position:relative;
  width:34px;
  height:34px;
  flex:0 0 34px;
  display:grid;
  place-items:center;
  border-radius:10px;
  color:#fff;
  background:
    radial-gradient(circle at 30% 22%,rgba(255,255,255,.34),transparent 25%),
    linear-gradient(145deg,color-mix(in srgb,var(--accent) 86%,white),var(--accent));
  box-shadow:
    inset 0 -2px 0 rgba(0,0,0,.12),
    0 3px 7px color-mix(in srgb,var(--accent) 23%,transparent);
  transition:transform .2s ease;
}
.emr-page .tag.is-active .ico{transform:rotate(-4deg) scale(1.04)}
.emr-page .ico::after{
  content:"";
  position:absolute;
  inset:3px;
  border:1px solid rgba(255,255,255,.25);
  border-radius:7px;
}
.emr-page .ico svg{
  width:17px;
  height:17px;
  stroke:currentColor;
  fill:none;
  stroke-width:2;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.emr-page .label{
  position:relative;
  z-index:1;
  overflow:hidden;
  text-overflow:ellipsis;
}


.emr-page .tape{
  display:none;
  position:absolute;
  left:50%;
  top:-7px;
  width:25px;
  height:8px;
  transform:translateX(-50%) rotate(-3deg);
  border-radius:2px;
  background:rgba(255,239,178,.82);
  border:1px solid rgba(0,0,0,.05);
  box-shadow:0 2px 3px rgba(0,0,0,.08);
  z-index:5;
}
.emr-page .has-tape .tape{display:block}


.emr-page .swahili{--accent:#E7A41D;--rot:-1deg;border-radius:13px 18px 14px 10px}
.emr-page .seafood{--accent:#2388D1;--rot:.5deg;border-radius:26px}
.emr-page .breakfast{--accent:#80BD31;--rot:-.3deg;border-radius:10px 20px 10px 20px}
.emr-page .beachfront{--accent:#EA3F72;--rot:.75deg;border-radius:27px 18px 27px 18px}
.emr-page .choma{--accent:#C94F2D;--rot:-.8deg;border-radius:18px 9px 18px 9px}
.emr-page .pizza{--accent:#F25A29;--rot:.75deg;border-radius:10px}
.emr-page .indian{--accent:#8463D8;--rot:-.35deg;border-radius:24px 12px 24px 12px}
.emr-page .date{--accent:#F5A019;--rot:.55deg;border-radius:24px}
.emr-page .family{--accent:#3E81C5;--rot:-.5deg;border-radius:12px 21px 12px 21px}
.emr-page .sundowners{--accent:#D6A600;--rot:.7deg;border-radius:28px}
.emr-page .grill{--accent:#FF681F;--rot:-.7deg;border-radius:20px 9px 20px 9px}
.emr-page .cheap{--accent:#EE684B;--rot:.4deg;border-radius:9px 15px 9px 15px}
.emr-page .healthy{--accent:#43A86B;--rot:-.6deg;border-radius:18px}
.emr-page .vegetarian{--accent:#67A942;--rot:.45deg;border-radius:11px 24px 11px 24px}


.emr-page .more-toggle{
  --accent:#fff;
  min-width:128px;
  max-width:128px;
  color:#7f3216;
  background:#fff5e7;
  border:1px dashed rgba(127,50,22,.25);
}
.emr-page .more-toggle .ico{
  background:#fff;
  color:#ff5a1f;
  border:1px solid rgba(255,90,31,.18);
  box-shadow:none;
}
.emr-page .more-toggle::before{display:none}


.emr-page .more-popover{
  position:absolute;
  z-index:30;
  right:0;
  top:94px;
  display:none;
  grid-template-columns:repeat(2,max-content);
  gap:9px;
  padding:12px;
  border-radius:16px;
  background:rgba(255,253,248,.98);
  border:1px solid rgba(7,27,46,.08);
  box-shadow:0 20px 48px rgba(71,44,22,.20);
  pointer-events:auto;
}
.emr-page .more-popover.is-open{display:grid}
.emr-page .more-popover .tag{
  width:140px;
  max-width:140px;
  flex:none;
  height:48px;
}
.emr-page .more-popover:before{
  content:"";
  position:absolute;
  right:42px;
  top:-8px;
  width:16px;
  height:16px;
  background:#fffdf8;
  border-left:1px solid rgba(7,27,46,.08);
  border-top:1px solid rgba(7,27,46,.08);
  transform:rotate(45deg);
}


@media(max-width:1450px){
  .emr-page .craving-inner{
    width:calc(100% - 32px);
  }
  .emr-page .tag-row{
    gap:10px;
    overflow-x:auto;
    padding:86px 4px 14px;
    scrollbar-width:none;
  }
  .emr-page .tag-row::-webkit-scrollbar{display:none}
  .emr-page .tag{
    flex:0 0 auto;
    min-width:116px;
    max-width:none;
  }
  .emr-page .more-toggle{min-width:128px}
}

@media(max-width:680px){
  .emr-page .craving-bridge{
    height:138px;
    margin-top:-138px;
  }
  .emr-page .craving-inner{
    width:calc(100% - 20px);
    height:138px;
    padding-top:0;
  }
  .emr-page .craving-kicker{
    left:50%;
    top:18px;
    width:132px;
    font-size:14px;
    line-height:.9;
    transform:translateX(-50%) rotate(-3deg);
  }
  .emr-page .craving-kicker::after{
    left:83px;
    top:23px;
    width:52px;
    height:24px;
  }
  .emr-page .craving-kicker::before{
    left:128px;
    top:34px;
    width:7px;
    height:7px;
  }
  .emr-page .tag-row{
    gap:8px;
    padding-top:66px;
    padding-bottom:10px;
  }
  .emr-page .tag{
    min-width:110px;
    height:46px;
    padding:6px 12px 6px 6px;
    font-size:10.5px;
  }
  .emr-page .ico{
    width:31px;
    height:31px;
    flex-basis:31px;
  }
  .emr-page .ico svg{width:15px;height:15px}
  .emr-page .more-popover{
    position:fixed;
    left:12px;
    right:12px;
    top:auto;
    bottom:18px;
    grid-template-columns:1fr 1fr;
  }
  .emr-page .more-popover .tag{
    width:auto;
    max-width:none;
    min-width:0;
  }
}

.emr-page .restaurant-engine{
  padding:58px 0 88px;
  background:linear-gradient(180deg,#fff7ed 0%,#fffaf5 100%);
}
.emr-page .restaurant-engine .full{
  width:100%;
  padding:0 26px;
}
.emr-page .section-head{
  display:flex;
  justify-content:space-between;
  align-items:end;
  gap:28px;
  margin-bottom:24px;
}
.emr-page .section-head h2{
  margin:0;
  font-size:clamp(50px,5vw,78px);
  line-height:.94;
  letter-spacing:-.055em;
}
.emr-page .section-head p{
  max-width:560px;
  margin:0;
  color:var(--muted);
  line-height:1.6;
}
.emr-page .engine-shell{
  display:grid;
  grid-template-columns:220px minmax(0,1fr);
  gap:20px;
  align-items:start;
}
.emr-page .filters{
  position:sticky;
  top:24px;
  background:#fff;
  border:1px solid var(--line);
  border-radius:18px;
  padding:16px;
}
.emr-page .filters h3{margin:0 0 13px;font-size:15px}
.emr-page .filter-group{padding:14px 0;border-top:1px solid #f0e5dc}
.emr-page .filter-group:first-of-type{border-top:0;padding-top:0}
.emr-page .filter-group strong{
  display:block;margin-bottom:9px;
  color:#9d7660;
  font-size:9px;font-weight:900;
  letter-spacing:.10em;text-transform:uppercase;
}
.emr-page .checks{display:grid;gap:8px}
.emr-page .checks label{display:flex;align-items:center;gap:8px;font-size:12px}
.emr-page .results-head{
  display:flex;justify-content:space-between;gap:18px;
  align-items:center;margin-bottom:14px;
}
.emr-page .results-head .count{font-size:12px;color:#786d65}
.emr-page .results-head .count strong{color:var(--ink)}
.emr-page .result-tools{display:flex;gap:7px}
.emr-page .result-tools button{
  border:1px solid #ddd3ca;background:#fff;
  border-radius:999px;padding:8px 11px;
  font-size:10px;font-weight:820;
}
.emr-page .result-tools button.active{background:var(--navy);color:#fff;border-color:var(--navy)}


.emr-page .feature-row{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
  margin-bottom:14px;
}
.emr-page .feature-card{
  position:relative;
  min-height:300px;
  overflow:hidden;
  border-radius:20px;
  color:#fff;
  background:#222;
}
.emr-page .feature-card:after{
  content:"";
  position:absolute;inset:0;
  background:linear-gradient(180deg,rgba(0,0,0,.04),rgba(0,0,0,.80));
}
.emr-page .feature-info{
  position:absolute;z-index:2;
  left:17px;right:17px;bottom:16px;
}
.emr-page .feature-info small{
  font-size:9px;font-weight:900;
  text-transform:uppercase;letter-spacing:.11em;
  color:#ffd84d;
}
.emr-page .feature-info h3{margin:6px 0 5px;font-size:22px;line-height:1}
.emr-page .feature-info p{margin:0;color:rgba(255,255,255,.83);font-size:11px}
.emr-page .feature-save{
  position:absolute;z-index:3;right:12px;top:12px;
  width:36px;height:36px;border:0;border-radius:50%;
  background:rgba(7,27,46,.68);color:#fff;font-size:17px;
}


.emr-page .restaurant-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
}
.emr-page .restaurant-card{
  overflow:hidden;
  border:1px solid var(--line);
  border-radius:18px;
  background:#fff;
  transition:.2s ease;
}
.emr-page .restaurant-card:hover{transform:translateY(-5px);box-shadow:0 18px 38px rgba(44,28,19,.09)}
.emr-page .card-img{position:relative;height:205px}
.emr-page .place-chip{
  position:absolute;top:11px;left:11px;
  padding:7px 9px;border-radius:999px;
  background:#fff;font-size:9px;font-weight:850;
}
.emr-page .card-save{
  position:absolute;top:11px;right:11px;
  width:36px;height:36px;border:0;border-radius:50%;
  background:rgba(7,27,46,.68);color:#fff;font-size:17px;
}
.emr-page .card-body{padding:14px}
.emr-page .card-body h3{margin:0;font-size:17px}
.emr-page .card-type{margin-top:5px;color:#786d66;font-size:11px}
.emr-page .card-line{
  display:flex;justify-content:space-between;gap:10px;
  margin-top:12px;padding-top:10px;
  border-top:1px solid #f0e6de;
  font-size:10px;font-weight:790;
}
.emr-page .open{color:#158e5e}
.emr-page .load-more{display:flex;justify-content:center;margin-top:25px}
.emr-page .load-more button{
  border:0;border-radius:999px;
  padding:13px 22px;background:var(--coral);
  color:#fff;font-weight:900;
}


.emr-page .interrupt{
  overflow:hidden;
  background:#f8dfbf;
}
.emr-page .interrupt-grid{
  display:grid;
  grid-template-columns:1fr 1.06fr;
  min-height:540px;
}
.emr-page .interrupt-copy{
  padding:68px 58px 68px max(24px,calc((100vw - var(--max))/2));
  display:flex;flex-direction:column;justify-content:center;
}
.emr-page .interrupt-copy h2{
  margin:16px 0 18px;
  max-width:650px;
  font-size:clamp(54px,6vw,92px);
  line-height:.88;
  letter-spacing:-.06em;
}
.emr-page .interrupt-copy h2 em{display:block;color:var(--coral);font-style:normal}
.emr-page .interrupt-copy p{
  max-width:520px;color:#5c524a;
  font-size:17px;line-height:1.62;
}
.emr-page .interrupt-copy a{
  width:max-content;margin-top:18px;padding-bottom:4px;
  border-bottom:2px solid var(--navy);font-weight:900;
}
.emr-page .interrupt-photo{min-height:540px;position:relative}
.emr-page .interrupt-badge{
  position:absolute;z-index:2;
  left:-48px;top:50%;
  transform:translateY(-50%) rotate(-8deg);
  width:118px;height:118px;
  border-radius:50%;
  display:grid;place-items:center;
  background:var(--coral);color:#fff;
  border:7px solid #fff;
  text-align:center;font-size:13px;font-weight:950;
  box-shadow:0 16px 36px rgba(51,32,21,.18);
}


.emr-page .collections{padding:82px 0;background:var(--paper)}
.emr-page .collections--new{padding:48px 0 44px}
.emr-page .collection-head{
  display:flex;justify-content:space-between;align-items:end;
  gap:20px;margin-bottom:17px;
}
.emr-page .collection-head--new{align-items:flex-end;margin-bottom:16px}
.emr-page .collection-copy{display:grid;gap:6px;max-width:560px}
.emr-page .collection-head h3{margin:0;font-size:34px;letter-spacing:-.04em;line-height:.96}
.emr-page .collection-copy p{margin:0;color:#6f655e;font-size:14px;line-height:1.5}
.emr-page .collection-link,
.emr-page .collection-head a{color:var(--coral);font-size:12px;font-weight:900;display:inline-flex;align-items:center;gap:6px;white-space:nowrap}
.emr-page .collection-link svg{width:14px;height:14px;stroke:currentColor;fill:none;stroke-width:2.1;stroke-linecap:round;stroke-linejoin:round}
.emr-page .collection-track{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.emr-page .mini-card{
  overflow:hidden;border-radius:22px;background:#fff;border:1px solid var(--line);display:block;
  box-shadow:0 12px 28px rgba(36,23,14,.06);
}
.emr-page .mini-card .img{height:180px;position:relative;overflow:hidden;background:#efe6de}
.emr-page .mini-card .img img{width:100%;height:100%;object-fit:cover;display:block}
.emr-page .mini-card .text{padding:12px 13px 14px}
.emr-page .mini-card h4{margin:0 0 5px;font-size:15px;line-height:1.18}
.emr-page .mini-card p{margin:0;color:#7a7068;font-size:11px;line-height:1.45}
.emr-page .mini-card-badge{
  position:absolute;left:12px;top:12px;z-index:2;
  display:inline-flex;align-items:center;justify-content:center;
  min-height:28px;padding:0 10px;border-radius:999px;
  background:rgba(6,26,47,.92);color:#fff;
  font-size:10px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;
  box-shadow:0 6px 14px rgba(10,20,37,.18);
}


.emr-page .food-stories{
  padding:86px 0;
  background:#fff0e2;
  overflow:hidden;
}
.emr-page .section-head--stories{
  align-items:end;
  gap:18px;
}
.emr-page .story-navs{
  display:flex;
  align-items:center;
  gap:10px;
  flex-shrink:0;
}
.emr-page .story-nav{
  width:52px;
  height:52px;
  border:1px solid #e6d4c6;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:#fffdfb;
  color:#1b2f45;
  box-shadow:0 10px 24px rgba(52,38,24,.08);
  transition:transform .18s ease, opacity .18s ease, background-color .18s ease, color .18s ease, border-color .18s ease;
}
.emr-page .story-nav svg{width:18px;height:18px;stroke:currentColor;stroke-width:2.1;fill:none;stroke-linecap:round;stroke-linejoin:round}
.emr-page .story-nav:hover{transform:translateY(-1px);border-color:#d9c2b1;background:#fff;color:var(--coral)}
.emr-page .story-nav[disabled]{opacity:.35;pointer-events:none}
.emr-page .story-slider-shell{margin-top:24px;position:relative}
.emr-page .story-slider{overflow:hidden}
.emr-page .story-track{
  display:flex;
  gap:18px;
  overflow-x:auto;
  scroll-snap-type:x mandatory;
  scroll-behavior:smooth;
  padding:0 120px 8px 0;
  scrollbar-width:none;
  -ms-overflow-style:none;
}
.emr-page .story-track::-webkit-scrollbar{display:none}
.emr-page .story-card{
  flex:0 0 clamp(290px, 29vw, 370px);
  overflow:hidden;
  border-radius:24px;
  background:#fff;
  border:1px solid #efdccc;
  scroll-snap-align:start;
  box-shadow:0 16px 34px rgba(70,46,25,.08);
}
.emr-page .story-img{display:block;height:250px}
.emr-page .story-copy{padding:18px}
.emr-page .story-copy small{
  color:var(--coral);
  font-size:9px;font-weight:900;
  letter-spacing:.11em;text-transform:uppercase;
}
.emr-page .story-copy h3{
  margin:7px 0 9px;
  font-size:22px;line-height:1.05;
  letter-spacing:-.03em;
}
.emr-page .story-copy p{margin:0;color:#6d645d;font-size:12px;line-height:1.55}
.emr-page .story-copy a{
  display:inline-flex;margin-top:12px;padding-bottom:3px;
  border-bottom:2px solid var(--coral);
  font-size:11px;font-weight:900;
}


.emr-page .area-story{
  padding:86px 0;
  background:var(--navy);
  color:#fff;
}
.emr-page .area-grid{
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:54px;
  align-items:center;
}
.emr-page .area-copy h2{
  margin:14px 0 18px;
  font-size:clamp(48px,5vw,78px);
  line-height:.92;
  letter-spacing:-.055em;
}
.emr-page .area-copy p{
  max-width:560px;
  color:#c3ced8;
  line-height:1.65;
}
.emr-page .area-pills{
  display:flex;flex-wrap:wrap;gap:8px;margin-top:22px;
}
.emr-page .area-pills a{
  padding:10px 13px;
  border:1px solid rgba(255,255,255,.18);
  border-radius:999px;
  font-size:12px;font-weight:820;
  background:rgba(255,255,255,.04);
}
.emr-page .area-mosaic{
  height:520px;
  display:grid;
  grid-template-columns:1.15fr .85fr;
  grid-template-rows:1fr 1fr;
  gap:12px;
}
.emr-page .area-mosaic div{overflow:hidden;border-radius:22px}
.emr-page .area-mosaic div:first-child{grid-row:1/3}


.emr-page .owner-hero{
  position:relative;
  min-height:520px;
  overflow:hidden;
  color:#fff;
  background:#111;
}
.emr-page .owner-hero:before{
  content:"";
  position:absolute;inset:0;
  background:linear-gradient(90deg,rgba(0,0,0,.86) 0%,rgba(0,0,0,.60) 42%,rgba(0,0,0,.18) 68%,rgba(0,0,0,.08) 100%);
  z-index:1;
}
.emr-page .owner-hero img{position:absolute;inset:0}
.emr-page .owner-inner{
  position:relative;z-index:2;
  min-height:520px;
  display:grid;
  grid-template-columns:.92fr 1.08fr;
  gap:40px;
  align-items:center;
}
.emr-page .owner-copy h2{
  margin:12px 0 16px;
  max-width:620px;
  font-size:clamp(42px,5vw,72px);
  line-height:.94;
  letter-spacing:-.05em;
}
.emr-page .owner-copy p{
  max-width:540px;
  color:rgba(255,255,255,.76);
  font-size:15px;
  line-height:1.65;
}
.emr-page .owner-actions{display:flex;gap:10px;margin-top:22px;flex-wrap:wrap}
.emr-page .owner-actions a{
  padding:12px 17px;border-radius:999px;
  border:1px solid rgba(255,255,255,.32);
  font-size:12px;font-weight:900;
}
.emr-page .owner-actions a.primary{background:var(--coral);border-color:var(--coral)}
.emr-page .owner-panel{
  justify-self:end;
  width:min(540px,100%);
  background:#fff;color:var(--ink);
  border-radius:20px;padding:24px;
  box-shadow:0 24px 70px rgba(0,0,0,.24);
}
.emr-page .owner-panel small{
  color:#9c725c;
  font-size:9px;font-weight:900;
  letter-spacing:.12em;text-transform:uppercase;
}
.emr-page .owner-panel h3{margin:8px 0 14px;font-size:24px}
.emr-page .owner-options{display:grid;gap:10px}
.emr-page .owner-option{
  display:flex;justify-content:space-between;gap:16px;align-items:center;
  padding:14px 0;border-top:1px solid #eee3db;
}
.emr-page .owner-option:first-child{border-top:0}
.emr-page .owner-option strong{font-size:14px}
.emr-page .owner-option span{color:var(--coral);font-size:12px;font-weight:900}

.emr-page .owner-mobile-card-wrap{display:none}


.emr-page .social-food{
  padding:78px 0 0;
  background:#fffaf3;
}
.emr-page .social-head{
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:24px;
  margin-bottom:22px;
}
.emr-page .social-head h2{
  margin:0;
  font-size:clamp(46px,5vw,72px);
  letter-spacing:-.055em;
  line-height:.94;
}
.emr-page .social-head p{
  max-width:560px;
  margin:0;
  color:var(--muted);
  line-height:1.6;
}
.emr-page .source-note{
  margin-top:8px;
  font-size:11px;
  color:#9c725c;
  font-weight:780;
}
.emr-page .social-strip{
  display:grid;
  grid-template-columns:repeat(6,1fr);
  min-height:260px;
}
.emr-page .social-post{
  position:relative;
  overflow:hidden;
  min-height:260px;
}
.emr-page .social-post:after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,transparent 52%,rgba(0,0,0,.72));
  opacity:.86;
}
.emr-page .social-post img{transition:.35s ease}
.emr-page .social-post:hover img{transform:scale(1.06)}
.emr-page .social-meta{
  position:absolute;
  z-index:2;
  left:14px;right:14px;bottom:13px;
  color:#fff;
}
.emr-page .social-meta small{
  display:block;
  margin-bottom:3px;
  color:#ffd84d;
  font-size:9px;
  font-weight:900;
  letter-spacing:.10em;
  text-transform:uppercase;
}
.emr-page .social-meta strong{
  font-size:13px;
}
.emr-page .social-actions{
  position:absolute;
  top:12px;right:12px;
  z-index:2;
  width:34px;height:34px;
  border-radius:50%;
  display:grid;place-items:center;
  background:rgba(7,27,46,.65);
  color:#fff;
  font-size:13px;
}

@media(max-width:1280px){
  .emr-page .category-grid{grid-template-columns:repeat(4,minmax(128px,1fr));max-width:780px}
  .emr-page .feature-row,.emr-page .restaurant-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .emr-page .feature-row .feature-card:nth-child(4),.emr-page .restaurant-grid .restaurant-card:nth-child(8){display:none}
  .emr-page .social-strip{grid-template-columns:repeat(3,1fr)}
}
@media(max-width:1050px){
  .emr-page .hero-grid{grid-template-columns:1fr;padding-top:56px}
  .emr-page .hero-art{min-height:500px}
  .emr-page .engine-shell{grid-template-columns:1fr}
  .emr-page .filters{display:none;position:static}
  .emr-page .feature-row,.emr-page .restaurant-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .emr-page .feature-row .feature-card:nth-child(4),.emr-page .restaurant-grid .restaurant-card:nth-child(8){display:block}
  .emr-page .collection-track{grid-template-columns:repeat(2,1fr)}
  .emr-page .section-head--stories{display:flex}
  .emr-page .story-track{padding-right:80px}
  .emr-page .story-card{flex-basis:320px}
  .emr-page .area-grid{grid-template-columns:1fr}
  .emr-page .owner-inner{grid-template-columns:1fr}
  .emr-page .owner-panel{justify-self:start}
}
@media(max-width:680px){
  .emr-page .wrap{width:calc(100% - 28px)}
  .emr-page .hero{min-height:auto}
  .emr-page .hero-grid{padding:38px 0 84px;gap:24px}
  .emr-page .hero h1{font-size:clamp(60px,20vw,88px)}
  .emr-page .hero-lead{font-size:15px}
  .emr-page .search-dock{grid-template-columns:1fr;padding:7px}
  .emr-page .search-block{border-right:0;border-bottom:1px solid #eee1d6}
  .emr-page .search-go{min-height:50px;margin-top:2px}
  .emr-page .hero-art{min-height:350px}
  .emr-page .hero-photo{border-width:4px;border-radius:20px}
  .emr-page .hero-photo.a{width:58%;height:52%}
  .emr-page .hero-photo.b{width:50%;height:44%;top:36%}
  .emr-page .hero-photo.c{width:49%;height:38%;right:2%}
  .emr-page .sun{width:115px;height:115px}
  .emr-page .hero-note{padding:8px 9px;font-size:8px}
  .emr-page .hero-note strong{font-size:12px}

  .emr-page .restaurant-engine{padding:50px 0 66px}
  .emr-page .restaurant-engine .full{padding:0 14px}
  .emr-page .section-head{display:block}
  .emr-page .section-head h2{font-size:44px}
  .emr-page .section-head p{margin-top:10px;font-size:14px}

  .emr-page .feature-row{
    display:flex;
    overflow-x:auto;
    scroll-snap-type:x mandatory;
  }
  .emr-page .feature-card{
    flex:0 0 82%;
    min-height:290px;
    scroll-snap-align:start;
  }
  .emr-page .restaurant-grid{grid-template-columns:1fr 1fr;gap:10px}
  .emr-page .card-img{height:145px}
  .emr-page .card-body{padding:11px}
  .emr-page .card-body h3{font-size:14px}
  .emr-page .card-type,.emr-page .card-line{font-size:10px}

  .emr-page .interrupt-grid{grid-template-columns:1fr}
  .emr-page .interrupt-copy{padding:54px 22px}
  .emr-page .interrupt-copy h2{font-size:54px}
  .emr-page .interrupt-photo{min-height:360px}
  .emr-page .interrupt-badge{
    left:22px;top:-54px;
    transform:rotate(-8deg);
    width:94px;height:94px;
  }

  .emr-page .collections--new{padding:28px 0 24px}
  .emr-page .collection-head--new{
    display:grid;
    grid-template-columns:1fr auto;
    align-items:end;
    gap:10px 12px;
    margin-bottom:12px;
  }
  .emr-page .collection-head--new h3{font-size:24px}
  .emr-page .collection-copy{gap:4px}
  .emr-page .collection-copy p{font-size:12px;line-height:1.42}
  .emr-page .collection-link{font-size:11px;align-self:start}
  .emr-page .collection-track{
    display:flex;
    overflow-x:auto;
    gap:12px;
    padding:2px 18px 6px 0;
    scroll-snap-type:x mandatory;
    scroll-padding-left:14px;
    -webkit-overflow-scrolling:touch;
  }
  .emr-page .collection-track::-webkit-scrollbar{display:none}
  .emr-page .mini-card{flex:0 0 74%;scroll-snap-align:start;border-radius:20px}
  .emr-page .mini-card .img{height:170px}
  .emr-page .mini-card .text{padding:11px 12px 13px}
  .emr-page .mini-card h4{font-size:15px;margin-bottom:4px}
  .emr-page .mini-card p{font-size:11px}
  .emr-page .mini-card-badge{left:10px;top:10px;min-height:26px;padding:0 9px;font-size:9px}

  .emr-page .story-navs{display:none}
  .emr-page .story-slider{overflow:visible}
  .emr-page .story-track{padding-right:24px;gap:12px}
  .emr-page .story-card{flex:0 0 82%;scroll-snap-align:start}
  .emr-page .story-img{height:250px}

  .emr-page .area-mosaic{height:390px}

  .emr-page .owner-hero{
    min-height:auto;
    padding:24px 0;
    background:#fff7ed;
    color:#111;
  }
  .emr-page .owner-hero:before,
  .emr-page .owner-hero > img,
  .emr-page .owner-inner{display:none!important}
  .emr-page .owner-mobile-card-wrap{display:block}
  .emr-page .owner-mobile-card{
    position:relative;
    display:grid;
    grid-template-columns:42px 1fr;
    gap:12px;
    padding:17px;
    border:1px solid #eadfd5;
    border-radius:20px;
    background:#fff;
    color:#171717;
    box-shadow:0 12px 26px rgba(62,41,24,.07);
  }
  .emr-page .owner-mobile-icon{
    width:42px;height:42px;border-radius:14px;
    display:grid;place-items:center;
    background:#fff0e7;color:var(--coral);
  }
  .emr-page .owner-mobile-icon svg{
    width:22px;height:22px;stroke:currentColor;fill:none;stroke-width:1.8;
    stroke-linecap:round;stroke-linejoin:round;
  }
  .emr-page .owner-mobile-copy span{
    display:block;margin:1px 0 4px;color:#8c5d45;
    font-size:9px;font-weight:900;letter-spacing:.09em;text-transform:uppercase;
  }
  .emr-page .owner-mobile-copy h2{
    margin:0;font-size:22px;line-height:1.02;letter-spacing:-.035em;color:#171717;
  }
  .emr-page .owner-mobile-copy p{
    margin:7px 0 0;color:#655f5a;font-size:12px;line-height:1.45;
  }
  .emr-page .owner-mobile-manage{grid-column:1/-1;margin-top:2px}
  .emr-page .owner-mobile-manage summary{
    min-height:44px;
    display:flex;align-items:center;justify-content:space-between;gap:10px;
    padding:0 14px;border-radius:999px;cursor:pointer;list-style:none;
    background:var(--coral);color:#fff;
    font-size:12px;font-weight:900;
  }
  .emr-page .owner-mobile-manage summary::-webkit-details-marker{display:none}
  .emr-page .owner-mobile-manage summary svg{
    width:16px;height:16px;stroke:currentColor;fill:none;stroke-width:2.2;
    stroke-linecap:round;stroke-linejoin:round;transition:transform .18s ease;
  }
  .emr-page .owner-mobile-manage[open] summary svg{transform:rotate(90deg)}
  .emr-page .owner-mobile-options{
    display:grid;gap:0;margin-top:10px;padding:0 2px;
    border-top:1px solid #eee2d9;
  }
  .emr-page .owner-mobile-options a{
    display:flex;justify-content:space-between;align-items:center;gap:12px;
    min-height:48px;padding:10px 4px;border-bottom:1px solid #eee2d9;color:#171717;
  }
  .emr-page .owner-mobile-options strong{font-size:12px}
  .emr-page .owner-mobile-options span{font-size:11px;font-weight:850;color:var(--coral);white-space:nowrap}

  .emr-page .social-head{display:block}
  .emr-page .social-head p{margin-top:10px;font-size:14px}
  .emr-page .social-strip{
    display:flex;
    overflow-x:auto;
    scroll-snap-type:x mandatory;
    min-height:210px;
  }
  .emr-page .social-post{
    flex:0 0 72%;
    min-height:210px;
    scroll-snap-align:start;
  }
}

/* WordPress integration + dynamic data compatibility */
body.emcg-where-to-eat{margin:0;background:#fff7ed;color:#071b2e}
body.emcg-where-to-eat .site-content,
body.emcg-where-to-eat #content{max-width:none!important;width:100%!important;padding:0!important;margin:0!important}
.emr-page{overflow:hidden}
.emr-page .anchor-target{position:absolute;transform:translateY(-18px)}
.emr-page .micro-filters a{
  min-height:30px;
  border:1px solid rgba(7,27,46,.09);
  border-radius:999px;
  padding:6px 10px;
  background:rgba(255,255,255,.48);
  color:#36434c;
  font-size:10.5px;
  font-weight:590;
  line-height:1;
  transition:.18s ease;
  display:inline-flex;
  align-items:center;
  gap:6px;
}
.emr-page .micro-filters a svg{width:13px;height:13px;color:#aa6d51;flex:0 0 13px}
.emr-page .micro-filters a:hover,.emr-page .micro-filters a.active{
  border-color:rgba(255,90,31,.28);
  background:#fff4ec;
  color:#9d3513;
  transform:translateY(-1px)
}
.emr-page .micro-filters a.active svg{color:var(--coral)}
.emr-page .feature-link{position:absolute;inset:0;display:block;z-index:1}
.emr-page .feature-link img,.emr-page .feature-image{width:100%;height:100%;object-fit:cover}
.emr-page .feature-info{pointer-events:none}
.emr-page .feature-info a{pointer-events:auto}
.emr-page .restaurant-card .card-img>a{display:block;width:100%;height:100%}
.emr-page .restaurant-card .card-img>a img{width:100%;height:100%;object-fit:cover}
.emr-page .image-fallback{width:100%;height:100%;display:grid;place-items:center;background:linear-gradient(145deg,#061a2f,#27445f);color:#fff;text-align:center}
.emr-page .image-fallback b{font-size:44px;line-height:1}
.emr-page .image-fallback small{display:block;margin-top:6px;font-size:10px;font-weight:800;opacity:.75}
.emr-page .card-save.is-saved,.emr-page .feature-save.is-saved{background:var(--coral);color:#fff}
.emr-page .card-save,.emr-page .feature-save{display:grid;place-items:center;line-height:1}
.emr-page .card-cue{margin:8px 0 0;color:#746960;font-size:10.5px;line-height:1.45}
.emr-page .filters{margin:0}
.emr-page .filters input{accent-color:var(--coral)}
.emr-page .filters .clear-choice{color:var(--coral);font-weight:850}
.emr-page #emrResultsWrap.is-loading{opacity:.5;pointer-events:none}
.emr-page .emr-empty{grid-column:1/-1;display:grid;gap:6px;padding:34px;border:1px dashed #d9c9bc;border-radius:18px;background:#fff;text-align:center}
.emr-page .emr-empty strong{font-size:20px}
.emr-page .emr-empty span{color:#786d65;font-size:12px}
.emr-page .emr-empty a{width:max-content;margin:8px auto 0;padding-bottom:2px;border-bottom:2px solid var(--coral);font-size:11px;font-weight:900}
.emr-page .mini-card{display:block}
.emr-page .story-img{display:block}
.emr-page .owner-option{color:inherit}
.emr-page .social-post{display:block}

/* Full-screen map retained from the live restaurant engine. */
html.emr-lock-scroll,html.emr-lock-scroll body{overflow:hidden!important}
.emr-map-screen{--emr-navy:#061a2f;--emr-blue:#ff5a1f;--emr-line:#eadfd4;--emr-muted:#6a625b;--emr-soft:#fff7ed;position:fixed;inset:0;z-index:10020;display:flex;flex-direction:column;background:#e8eef2;color:var(--emr-navy);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
.emr-map-screen[hidden]{display:none!important}
.emr-map-screen *{box-sizing:border-box}
.emr-map-screen button{font:inherit;cursor:pointer}
.emr-map-screen svg{fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.emr-map-header{position:relative;z-index:5;padding:max(10px,env(safe-area-inset-top)) 12px 9px;border-bottom:1px solid var(--emr-line);background:rgba(255,255,255,.97);backdrop-filter:blur(14px)}
.emr-map-header-row{display:grid;grid-template-columns:44px 1fr auto;align-items:center;gap:8px}
.emr-map-header-row>button:first-child{width:44px;height:44px;padding:0;border:0;border-radius:50%;background:var(--emr-soft);color:var(--emr-navy);display:grid;place-items:center}
.emr-map-header-row>button:first-child svg{width:16px;height:16px}
.emr-map-header-row>div strong{display:block;font-size:13px;line-height:1.1}
.emr-map-header-row>div span{display:block;margin-top:2px;color:var(--emr-muted);font-size:8.5px;font-weight:800}
.emr-map-header-row>button:last-child{height:40px;padding:0 13px;border:0;border-radius:999px;background:var(--emr-navy);color:#fff;font-size:9px;font-weight:900}
.emr-map-filter-state{display:flex;gap:6px;overflow-x:auto;margin-top:8px;scrollbar-width:none}
.emr-map-filter-state::-webkit-scrollbar{display:none}
.emr-map-filter-state span{flex:0 0 auto;padding:6px 9px;border-radius:999px;background:#fff7ed;color:#7f3216;font-size:8px;font-weight:900}
.emr-map-canvas{position:relative;flex:1;min-height:0;background:#dde6e8}
.emr-map-screen .leaflet-container{font-family:inherit}
.emr-map-screen .leaflet-control-attribution{font-size:8px}
.emr-map-locate{position:absolute;z-index:8;right:14px;bottom:164px;width:46px;height:46px;border:0;border-radius:50%;display:grid;place-items:center;background:#fff;color:var(--emr-navy);box-shadow:0 10px 28px rgba(0,12,50,.18)}
.emr-map-locate svg{width:18px;height:18px}
.emr-map-cards{position:absolute;z-index:7;left:0;right:0;bottom:0;display:flex;gap:8px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;padding:10px 12px calc(12px + env(safe-area-inset-bottom));background:linear-gradient(180deg,transparent,rgba(232,238,242,.96) 24%,#e8eef2)}
.emr-map-cards::-webkit-scrollbar{display:none}
.emr-map-card{flex:0 0 86%;min-height:124px;padding:8px;display:grid;grid-template-columns:112px 1fr;gap:10px;scroll-snap-align:center;border:1px solid var(--emr-line);border-radius:17px;background:#fff;box-shadow:0 12px 28px rgba(0,12,50,.13);cursor:pointer}
.emr-map-card img,.emr-map-card .emr-map-card-fallback{width:112px;height:108px;border-radius:12px;object-fit:cover}
.emr-map-card-fallback{display:grid;place-items:center;background:var(--emr-navy);color:#fff;font-weight:900}
.emr-map-card-copy{min-width:0;align-self:center}
.emr-map-card-copy small{display:block;color:var(--emr-blue);font-size:7.5px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}
.emr-map-card-copy strong{display:block;margin-top:4px;color:var(--emr-navy);font-size:16px;line-height:1.05;letter-spacing:-.035em}
.emr-map-card-copy p{margin:5px 0 7px;color:#526078;font-size:9.5px;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.emr-map-card-meta{display:flex;gap:4px;flex-wrap:wrap;color:#718096;font-size:8px;font-weight:800}
.emr-map-empty{position:absolute;z-index:9;left:50%;top:50%;transform:translate(-50%,-50%);width:min(320px,calc(100% - 30px));padding:22px;border-radius:18px;background:#fff;text-align:center;box-shadow:0 16px 38px rgba(0,12,50,.16)}
.emr-map-empty[hidden]{display:none!important}
.emr-map-empty strong,.emr-map-empty span{display:block}.emr-map-empty span{margin-top:5px;color:#68758a;font-size:10px}
.emr-map-pin{width:34px;height:34px;border:3px solid #fff;border-radius:50%;background:var(--emr-blue);color:#fff;display:grid;place-items:center;box-shadow:0 8px 18px rgba(255,90,31,.25);font-size:9px;font-weight:900}
.emr-map-pin.is-active{width:40px;height:40px;background:var(--emr-navy)}
@media(min-width:700px){.emr-map-card{flex-basis:420px}.emr-map-locate{bottom:170px}}


/* v0.57.63 — desktop hero finder refinement */
@media(min-width:681px){
  .emr-page .craving-kicker{
    top:54px;
    width:176px;
    font-size:18px;
    line-height:.9;
  }
  .emr-page .craving-kicker::after{left:112px;top:26px;width:72px;height:32px}
  .emr-page .craving-kicker::before{left:176px;top:40px}
  .emr-page .tag-row{padding-top:104px}
}
@media(min-width:681px) and (max-width:1100px){
  .emr-page .search-dock{grid-template-columns:minmax(0,1.15fr) minmax(210px,.85fr) auto}
  .emr-page .search-go{min-width:128px;padding:0 14px}
}


/* v0.57.65 — desktop compact finder + visible quick picks */
@media(min-width:681px){
  .emr-page .search-dock{
    width:min(640px,100%);
    margin-top:24px;
    padding:5px;
    grid-template-columns:minmax(0,1.12fr) minmax(190px,.82fr) 112px;
    border-radius:16px;
    background:rgba(255,255,255,.96);
    border-color:rgba(91,65,48,.12);
    box-shadow:0 10px 28px rgba(83,50,29,.11);
    backdrop-filter:blur(6px);
  }
  .emr-page .search-block{
    min-height:54px;
    padding:7px 12px;
    grid-template-columns:30px minmax(0,1fr);
    gap:9px;
  }
  .emr-page .search-field-icon{
    width:30px;
    height:30px;
    border-radius:9px;
    background:#fff7f1;
  }
  .emr-page .search-field-icon svg{width:15px;height:15px}
  .emr-page .search-block label{display:none}
  .emr-page .search-block input,
  .emr-page .search-block select{
    height:32px;
    font-size:13.5px;
    font-weight:560;
  }
  .emr-page .search-block input::placeholder{
    color:#776f69;
    font-weight:500;
  }
  .emr-page .search-select-chevron{bottom:7px}
  .emr-page .search-go{
    min-width:0;
    padding:0 13px;
    border-radius:12px;
    background:#ff5a1f!important;
    background-image:none!important;
    border-color:#ff5a1f!important;
    color:#fff!important;
    font-size:11.5px;
    font-weight:680;
    box-shadow:0 6px 16px rgba(255,90,31,.20)!important;
  }
  .emr-page .search-go:hover,
  .emr-page .search-go:focus{
    background:#e94d16!important;
    border-color:#e94d16!important;
    color:#fff!important;
  }
  .emr-page .search-go svg{width:14px;height:14px}

  .emr-page .micro-filter-wrap{
    margin-top:11px;
    gap:0;
  }
  .emr-page .micro-filter-label{display:none}
  .emr-page .micro-filters{
    gap:8px;
    flex-wrap:wrap;
  }
  .emr-page .micro-filters a{
    min-height:34px;
    padding:7px 12px;
    border:1px solid rgba(7,27,46,.13);
    background:rgba(255,255,255,.88);
    color:#273844;
    font-size:11px;
    font-weight:610;
    line-height:1;
    box-shadow:0 3px 10px rgba(83,50,29,.07);
  }
  .emr-page .micro-filters a svg{
    width:13px;
    height:13px;
    flex:0 0 13px;
    color:#d26034;
  }
  .emr-page .micro-filters a:hover{
    border-color:rgba(255,90,31,.35);
    background:#fff;
    color:#7e3218;
    box-shadow:0 5px 14px rgba(83,50,29,.10);
  }
  .emr-page .micro-filters a.active{
    border-color:rgba(255,90,31,.38);
    background:#fff1e8;
    color:#9d3513;
    box-shadow:0 4px 12px rgba(255,90,31,.10);
  }
  .emr-page .hero-feedback{margin-top:12px}
}

@media(min-width:681px) and (max-width:1100px){
  .emr-page .search-dock{
    width:min(620px,100%);
    grid-template-columns:minmax(0,1fr) minmax(180px,.78fr) 108px;
  }
}

/* v0.57.66 — restaurant-card polish + search CTA hardening */
@media(min-width:681px){
  body .emr-page form.search-dock{
    grid-template-columns:minmax(0,1fr) minmax(170px,.72fr) 136px;
  }
  body .emr-page form.search-dock button.search-go#searchGo{
    min-width:136px!important;
    width:136px!important;
    padding:0 15px!important;
    background:#ff5a1f!important;
    background-color:#ff5a1f!important;
    background-image:none!important;
    border-color:#ff5a1f!important;
    color:#fff!important;
    white-space:nowrap!important;
    line-height:1!important;
  }
  body .emr-page form.search-dock button.search-go#searchGo span{
    white-space:nowrap!important;
  }
  body .emr-page form.search-dock button.search-go#searchGo:hover,
  body .emr-page form.search-dock button.search-go#searchGo:focus{
    background:#e94d16!important;
    background-color:#e94d16!important;
    border-color:#e94d16!important;
  }
}

.emr-page .feature-card:after{
  background:linear-gradient(180deg,rgba(4,20,31,.03) 24%,rgba(4,20,31,.14) 54%,rgba(4,20,31,.82) 100%);
}
.emr-page .feature-info{
  left:16px;
  right:16px;
  bottom:16px;
}
.emr-page .feature-info small{
  display:inline-flex;
  align-items:center;
  width:max-content;
  max-width:100%;
  margin:0 0 8px;
  padding:6px 9px;
  border:1px solid rgba(255,255,255,.42);
  border-radius:999px;
  background:rgba(255,255,255,.94);
  color:#0b2b3d;
  box-shadow:0 4px 13px rgba(0,0,0,.10);
  font-size:9.5px;
  font-weight:650;
  line-height:1;
  letter-spacing:0;
  text-transform:none;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.emr-page .feature-info h3{
  margin:0 0 6px;
  max-width:96%;
  font-size:21px;
  font-weight:760;
  line-height:1.05;
  letter-spacing:-.025em;
  text-shadow:0 2px 8px rgba(0,0,0,.24);
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
}
.emr-page .feature-info p{
  margin:0;
  color:rgba(255,255,255,.88);
  font-size:11px;
  font-weight:520;
  line-height:1.3;
}
.emr-page .place-chip{
  top:12px;
  left:12px;
  max-width:calc(100% - 64px);
  padding:7px 10px;
  border:1px solid rgba(7,27,46,.08);
  border-radius:999px;
  background:rgba(255,255,255,.95);
  color:#0b2b3d;
  box-shadow:0 4px 12px rgba(22,40,54,.10);
  font-size:9.5px;
  font-weight:650;
  line-height:1;
  letter-spacing:0;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.emr-page .feature-save,
.emr-page .card-save{
  width:36px;
  height:36px;
  display:grid;
  place-items:center;
  padding:0!important;
  overflow:hidden;
  font-size:0!important;
  text-indent:0!important;
  background:rgba(7,27,46,.72)!important;
  color:#fff!important;
  border:1px solid rgba(255,255,255,.34)!important;
  box-shadow:0 5px 14px rgba(0,0,0,.15);
}
.emr-page .feature-save::before,
.emr-page .feature-save::after,
.emr-page .card-save::before,
.emr-page .card-save::after{content:none!important;display:none!important}
.emr-page .feature-save svg,
.emr-page .card-save svg{
  display:block!important;
  width:17px!important;
  height:17px!important;
  stroke:currentColor!important;
  stroke-width:1.8!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
  fill:transparent!important;
}
.emr-page .feature-save.is-saved svg,
.emr-page .card-save.is-saved svg{fill:currentColor!important}
.emr-page .card-body{padding:15px 14px 14px}
.emr-page .card-body h3{
  font-size:17px;
  font-weight:720;
  line-height:1.15;
  letter-spacing:-.015em;
}
.emr-page .card-type{
  margin-top:7px;
  color:#6f655e;
  font-size:10.5px;
  font-weight:520;
  line-height:1.35;
}
.emr-page .card-line{
  margin-top:14px;
  padding-top:11px;
  font-size:9.5px;
  font-weight:680;
}

/* v0.57.67 — unified premium restaurant grid (desktop) */
@media(min-width:1051px){
  .emr-page .feature-row{display:none!important}

  .emr-page .restaurant-grid{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:18px;
    align-items:stretch;
  }

  .emr-page .restaurant-card{
    display:flex;
    flex-direction:column;
    min-width:0;
    height:100%;
    overflow:hidden;
    border:1px solid #eadfd4;
    border-radius:20px;
    background:#fff;
    box-shadow:0 1px 0 rgba(7,27,46,.025);
    transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease;
  }

  .emr-page .restaurant-card:hover{
    transform:translateY(-4px);
    border-color:#dfd1c6;
    box-shadow:0 18px 38px rgba(44,28,19,.09);
  }

  .emr-page .restaurant-card .card-img{
    position:relative;
    width:100%;
    height:auto;
    aspect-ratio:4/3;
    overflow:hidden;
    background:#efe7df;
  }

  .emr-page .restaurant-card .card-img>a,
  .emr-page .restaurant-card .card-img>a img{
    width:100%;
    height:100%;
  }

  .emr-page .restaurant-card .card-img>a img{
    object-fit:cover;
    transition:transform .35s ease;
  }

  .emr-page .restaurant-card:hover .card-img>a img{transform:scale(1.025)}

  .emr-page .restaurant-card .place-chip{
    top:13px;
    left:13px;
    max-width:calc(100% - 76px);
    padding:7px 10px;
    border:1px solid rgba(7,27,46,.07);
    background:rgba(255,255,255,.96);
    color:#0b2b3d;
    box-shadow:0 5px 16px rgba(7,27,46,.10);
    font-size:10px;
    font-weight:650;
  }

  body .emr-page .restaurant-card .card-save{
    position:absolute;
    z-index:4;
    top:12px;
    right:12px;
    width:38px!important;
    height:38px!important;
    padding:0!important;
    display:grid!important;
    place-items:center!important;
    overflow:visible!important;
    border:1px solid rgba(7,27,46,.08)!important;
    border-radius:50%!important;
    background:rgba(255,255,255,.96)!important;
    color:#0b2b3d!important;
    box-shadow:0 6px 18px rgba(7,27,46,.13)!important;
    font-size:0!important;
    line-height:0!important;
    text-indent:0!important;
    transform:none!important;
  }

  body .emr-page .restaurant-card .card-save:hover{
    background:#fff!important;
    color:#ff5a1f!important;
    transform:scale(1.04)!important;
  }

  body .emr-page .restaurant-card .card-save svg{
    display:block!important;
    width:19px!important;
    height:19px!important;
    overflow:visible!important;
    fill:none!important;
    stroke:currentColor!important;
    stroke-width:1.8!important;
    stroke-linecap:round!important;
    stroke-linejoin:round!important;
  }

  body .emr-page .restaurant-card .card-save.is-saved{
    background:#ff5a1f!important;
    border-color:#ff5a1f!important;
    color:#fff!important;
  }

  body .emr-page .restaurant-card .card-save.is-saved svg{fill:currentColor!important}

  .emr-page .restaurant-card .card-body{
    display:flex;
    flex:1 1 auto;
    flex-direction:column;
    min-height:126px;
    padding:15px 15px 14px;
  }

  .emr-page .restaurant-card .card-body h3{
    display:-webkit-box;
    min-height:40px;
    margin:0;
    overflow:hidden;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    color:#09263a;
    font-size:17px;
    font-weight:720;
    line-height:1.16;
    letter-spacing:-.02em;
  }

  .emr-page .restaurant-card .card-type{
    min-height:15px;
    margin-top:7px;
    overflow:hidden;
    color:#766b63;
    font-size:10.5px;
    font-weight:500;
    line-height:1.35;
    white-space:nowrap;
    text-overflow:ellipsis;
  }

  .emr-page .restaurant-card .card-line{
    display:flex;
    justify-content:space-between;
    gap:12px;
    margin-top:auto;
    padding-top:12px;
    border-top:1px solid #f0e5dc;
    color:#173247;
    font-size:9.5px;
    font-weight:650;
    line-height:1.25;
  }

  .emr-page .restaurant-card .card-line span{
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
  }

  .emr-page .restaurant-card .card-line span:last-child{text-align:right}
}

@media(min-width:1051px) and (max-width:1379px){
  .emr-page .restaurant-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
}



/* v0.57.68 — warm restaurant decision cards: ratings, hours, save visual */
@media(min-width:1051px){
  .emr-page .restaurant-engine{
    --emr-warm-ink:#2b211b;
    --emr-warm-muted:#76665c;
    --emr-warm-line:#ead8ca;
    --emr-warm-paper:#fffdf9;
    --emr-warm-cream:#fff4e8;
    --emr-warm-coral:#ff5a1f;
    --emr-warm-coral-dark:#c8441b;
    color:var(--emr-warm-ink);
  }

  .emr-page .restaurant-engine .section-head h2,
  .emr-page .restaurant-engine .results-head,
  .emr-page .restaurant-engine .filters,
  .emr-page .restaurant-engine .restaurant-card{color:var(--emr-warm-ink)}

  .emr-page .restaurant-engine .results-head .count{color:#806c5f}
  .emr-page .restaurant-engine .results-head .count strong{color:var(--emr-warm-coral)}
  .emr-page .restaurant-engine .result-tools button{
    border-color:#edd4c3;
    background:#fffaf5;
    color:#6f4b3b;
    font-weight:650;
  }
  .emr-page .restaurant-engine .result-tools button.active{
    border-color:var(--emr-warm-coral)!important;
    background:var(--emr-warm-coral)!important;
    color:#fff!important;
  }
  .emr-page .restaurant-engine .filters input{accent-color:var(--emr-warm-coral)}

  .emr-page .restaurant-grid{gap:16px}
  .emr-page .restaurant-card{
    border-color:var(--emr-warm-line);
    border-radius:20px;
    background:var(--emr-warm-paper);
    box-shadow:0 7px 22px rgba(94,52,28,.055);
  }
  .emr-page .restaurant-card:hover{
    border-color:#dfc4b2;
    box-shadow:0 18px 42px rgba(94,52,28,.11);
  }

  .emr-page .restaurant-card .card-img{aspect-ratio:4/3;background:#f4e5d8}

  /* Rating is the decision badge; location sits lower on the image. */
  .emr-page .emr-rating-chip{
    position:absolute;
    z-index:4;
    top:13px;
    left:13px;
    min-height:34px;
    display:inline-flex;
    align-items:center;
    gap:5px;
    padding:7px 9px;
    border:1px solid rgba(193,87,39,.16);
    border-radius:999px;
    background:rgba(255,249,242,.96);
    color:var(--emr-warm-ink);
    box-shadow:0 6px 18px rgba(77,43,24,.12);
    backdrop-filter:blur(8px);
    -webkit-backdrop-filter:blur(8px);
    font-size:10px;
    line-height:1;
  }
  .emr-page .emr-rating-chip svg{
    width:14px;
    height:14px;
    flex:0 0 14px;
    fill:var(--emr-warm-coral);
    stroke:var(--emr-warm-coral);
    stroke-width:1.2;
  }
  .emr-page .emr-rating-chip strong{font-size:11px;font-weight:760;color:var(--emr-warm-ink)}
  .emr-page .emr-rating-chip span{color:#947466;font-size:9px;font-weight:560}

  .emr-page .restaurant-card .place-chip{
    top:auto!important;
    bottom:13px!important;
    left:13px!important;
    max-width:calc(100% - 28px);
    border-color:rgba(255,90,31,.18)!important;
    background:rgba(255,247,237,.96)!important;
    color:#a43d1c!important;
    box-shadow:0 5px 14px rgba(79,42,23,.10)!important;
    font-weight:650!important;
  }

  /* The button itself is visually transparent. The inner span owns the circle,
     preventing global save-button rules from painting a dark disc behind it. */
  body .emr-page .restaurant-card button.card-save.em-save-btn.emr-save-btn{
    position:absolute!important;
    z-index:6!important;
    top:11px!important;
    right:11px!important;
    width:44px!important;
    height:44px!important;
    min-width:44px!important;
    min-height:44px!important;
    padding:3px!important;
    margin:0!important;
    display:grid!important;
    place-items:center!important;
    border:0!important;
    outline:0!important;
    border-radius:50%!important;
    background:transparent!important;
    color:inherit!important;
    box-shadow:none!important;
    text-indent:0!important;
    font-size:0!important;
    line-height:0!important;
    transform:none!important;
    appearance:none!important;
    -webkit-appearance:none!important;
  }
  body .emr-page .restaurant-card button.card-save.em-save-btn.emr-save-btn:hover,
  body .emr-page .restaurant-card button.card-save.em-save-btn.emr-save-btn.is-saved{
    background:transparent!important;
    border:0!important;
    box-shadow:none!important;
    color:inherit!important;
  }

  .emr-page .restaurant-card .card-body{
    min-height:190px;
    padding:16px 16px 14px;
    background:var(--emr-warm-paper);
  }
  .emr-page .restaurant-card .emr-card-heading{min-width:0}
  .emr-page .restaurant-card .card-body h3{
    min-height:40px;
    color:var(--emr-warm-ink)!important;
    font-size:17px;
    font-weight:690;
  }
  .emr-page .restaurant-card .card-body h3 a{color:inherit!important}
  .emr-page .restaurant-card .card-type{
    min-height:16px;
    margin-top:5px;
    color:#8a6e60!important;
    font-size:10.5px;
    font-weight:480;
  }

  .emr-page .emr-card-facts{
    display:grid;
    gap:7px;
    margin-top:13px;
    padding:11px 0 10px;
    border-top:1px solid #f1e2d7;
  }
  .emr-page .emr-card-fact{
    min-width:0;
    display:flex;
    align-items:center;
    gap:8px;
    color:#735f54;
    font-size:10px;
    font-weight:540;
    line-height:1.25;
  }
  .emr-page .emr-card-fact svg{
    width:15px;
    height:15px;
    flex:0 0 15px;
    fill:none;
    stroke:#d66232;
    stroke-width:1.7;
    stroke-linecap:round;
    stroke-linejoin:round;
  }
  .emr-page .emr-card-fact span{
    min-width:0;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
  }
  .emr-page .emr-card-fact.is-open{color:#b94720;font-weight:660}
  .emr-page .emr-card-fact.is-open svg{stroke:var(--emr-warm-coral)}

  .emr-page .restaurant-card .card-line{display:none!important}
  .emr-page .emr-card-action{
    margin-top:auto;
    padding-top:10px;
    border-top:1px solid #f1e2d7;
  }
  .emr-page .emr-card-action a{
    width:max-content;
    display:inline-flex;
    align-items:center;
    gap:6px;
    color:var(--emr-warm-coral)!important;
    font-size:10.5px;
    font-weight:690;
  }
  .emr-page .emr-card-action a svg{
    width:14px;
    height:14px;
    fill:none;
    stroke:currentColor;
    stroke-width:1.8;
    stroke-linecap:round;
    stroke-linejoin:round;
    transition:transform .18s ease;
  }
  .emr-page .emr-card-action a:hover svg{transform:translateX(2px)}
}


/* v0.57.69 — coral-neutral restaurant cards refinements */
@media(min-width:1051px){
  .emr-page .restaurant-engine{
    --emr-warm-ink:#292521;
    --emr-warm-muted:#78716b;
    --emr-warm-line:#eadfd7;
    --emr-warm-paper:#fffdfa;
    --emr-warm-cream:#fff7f1;
    --emr-warm-coral:#ff6a2f;
    --emr-warm-coral-dark:#e85a20;
  }
  .emr-page .restaurant-engine .results-head .count{color:#857c76}
  .emr-page .restaurant-engine .results-head .count strong{color:var(--emr-warm-ink)}
  .emr-page .restaurant-card{border-color:var(--emr-warm-line);background:var(--emr-warm-paper);box-shadow:0 10px 24px rgba(56,39,26,.05)}
  .emr-page .restaurant-card:hover{box-shadow:0 18px 40px rgba(56,39,26,.10)}
  .emr-page .emr-rating-chip{display:none!important}
  .emr-page .emr-rating-stars{position:absolute;z-index:5;top:13px;left:13px;display:inline-flex;align-items:center;gap:2px;padding:7px 9px;border:1px solid rgba(255,106,47,.16);border-radius:999px;background:rgba(255,250,245,.97);box-shadow:0 6px 16px rgba(56,39,26,.10)}
  .emr-page .emr-rating-stars svg{width:12px;height:12px;fill:none;stroke-width:1.4}
  .emr-page .emr-rating-stars svg.is-filled{fill:var(--emr-warm-coral);stroke:var(--emr-warm-coral)}
  .emr-page .emr-rating-stars svg.is-empty{fill:none;stroke:#efc3ad}
  .emr-page .restaurant-card .place-chip{border-color:rgba(255,106,47,.18)!important;background:rgba(255,246,239,.96)!important;color:#b44b22!important}
  body .emr-page .restaurant-card button.card-save.em-save-btn.emr-save-btn{width:42px!important;height:42px!important;min-width:42px!important;min-height:42px!important;top:10px!important;right:10px!important}
  .emr-page .restaurant-card .card-body{min-height:172px}
  .emr-page .restaurant-card .card-body h3{color:var(--emr-warm-ink)!important}
  .emr-page .restaurant-card .card-type{color:#7d7570!important}
  .emr-page .emr-card-facts{gap:8px;margin-top:12px;padding:10px 0 9px;border-top:1px solid #efe3db}
  .emr-page .emr-card-fact{color:#6c6762;font-size:10.5px;font-weight:560}
  .emr-page .emr-card-fact.is-open{color:#d45b2a;font-weight:660}
  .emr-page .emr-card-fact svg{stroke:var(--emr-warm-coral)}
  .emr-page .emr-card-action{border-top:1px solid #efe3db;padding-top:11px}
  .emr-page .emr-card-action a{color:var(--emr-warm-coral)!important;font-size:11px;font-weight:700}
  body .emr-page form.search-dock button.search-go#searchGo,
  .emr-page .search-go{background:#ff6a2f!important;background-color:#ff6a2f!important;border-color:#ff6a2f!important;box-shadow:0 8px 18px rgba(255,106,47,.20)!important}
  body .emr-page form.search-dock button.search-go#searchGo:hover,
  body .emr-page form.search-dock button.search-go#searchGo:focus,
  .emr-page .search-go:hover,
  .emr-page .search-go:focus{background:#e85a20!important;background-color:#e85a20!important;border-color:#e85a20!important}
}


/* v0.57.70 — keep hours and price on one row */
@media(min-width:1051px){
  .emr-page .emr-card-facts{
    display:grid;
    grid-template-columns:1fr;
    row-gap:8px;
    column-gap:12px;
    align-items:center;
  }
  .emr-page .emr-card-facts.has-hours-price{
    grid-template-columns:minmax(0,1fr) auto;
  }
  .emr-page .emr-card-facts .emr-card-fact.is-status{
    grid-column:1 / -1;
  }
  .emr-page .emr-card-facts.has-hours-price .emr-card-fact.is-hours{
    grid-column:1;
    min-width:0;
  }
  .emr-page .emr-card-facts.has-hours-price .emr-card-fact.is-price{
    grid-column:2;
    justify-self:end;
    justify-content:flex-end;
    text-align:right;
    white-space:nowrap;
  }
  .emr-page .emr-card-facts .emr-card-fact.is-hours span,
  .emr-page .emr-card-facts .emr-card-fact.is-price span{
    white-space:nowrap;
  }
}


/* v0.57.71 — explicit save-heart rendering */
@media(min-width:1051px){
}


/* v0.57.72 — rating stars: stars only, no badge/pill */
@media(min-width:1051px){
  .emr-page .emr-rating-stars{
    position:absolute!important;
    z-index:12!important;
    top:14px!important;
    left:14px!important;
    display:inline-flex!important;
    align-items:center!important;
    gap:2px!important;
    padding:0!important;
    margin:0!important;
    border:0!important;
    border-radius:0!important;
    background:transparent!important;
    box-shadow:none!important;
    pointer-events:none!important;
    filter:drop-shadow(0 1px 2px rgba(0,0,0,.42));
  }
  .emr-page .emr-rating-stars svg{
    display:block!important;
    width:15px!important;
    height:15px!important;
    flex:0 0 15px!important;
    stroke-width:1.5!important;
  }
  .emr-page .emr-rating-stars svg.is-filled{
    fill:#ffb72b!important;
    stroke:#ffb72b!important;
  }
  .emr-page .emr-rating-stars svg.is-empty{
    fill:rgba(255,255,255,.20)!important;
    stroke:rgba(255,255,255,.88)!important;
  }
}


/* v0.57.73 — definitive top-right save-heart guard */
@media(min-width:1051px){
  .emr-page .restaurant-card .card-img{position:relative!important;isolation:isolate!important}
  body .emr-page .restaurant-card button.card-save.em-save-btn.emr-save-btn{
    position:absolute!important;z-index:50!important;top:12px!important;right:12px!important;
    display:grid!important;opacity:1!important;visibility:visible!important;pointer-events:auto!important;
  }
}


/* v0.57.74 — save heart rendered independently of hidden child SVG rules */
@media(min-width:1051px){
}


/* v0.57.75 — save state remains visible after JS hydration.
   Inline guards keep the circle white, so both states use coral hearts. */
@media(min-width:1051px){
}


/* v0.57.76 — coffee-house area story */
@media(min-width:1051px){
  .emr-page .area-story--coffee .eyebrow{color:#fff9f2}
  .emr-page .area-story--coffee h2{max-width:720px}
  .emr-page .area-story--coffee p{max-width:540px}
  .emr-page .area-story--coffee .area-pills{margin-top:24px;gap:10px}
  .emr-page .area-story--coffee .area-pills a{
    padding:11px 15px;
    border-color:rgba(255,255,255,.18);
    background:rgba(255,255,255,.06);
    color:#fff;
    font-size:12px;
    font-weight:760;
    letter-spacing:-.01em;
    box-shadow:0 10px 24px rgba(0,0,0,.12);
  }
  .emr-page .area-story--coffee .area-pills a:hover{
    background:#ff5a1f;
    border-color:#ff5a1f;
    color:#fff;
    transform:translateY(-1px);
  }
  .emr-page .area-story--coffee .area-mosaic{height:516px}
}


/* v0.57.77 — Eat & Drink dining-hub discovery */
@media(min-width:1051px){
  .emr-page .area-story--dining-hub{padding:82px 0 88px}
  .emr-page .area-story--dining-hub .area-grid{grid-template-columns:.88fr 1.12fr;gap:58px}
  .emr-page .area-story--dining-hub .area-copy h2{max-width:640px}
  .emr-page .area-story--dining-hub .area-copy p{max-width:540px;color:#c9d3dc}
  .emr-page .area-location-label{margin-top:28px;color:#ffb18f;font-size:10px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}
  .emr-page .area-story--dining-hub .area-pills{margin-top:12px;gap:9px}
  .emr-page .area-story--dining-hub .area-pills a{padding:10px 14px;border-color:rgba(255,255,255,.20);background:rgba(255,255,255,.05);font-size:11.5px;font-weight:690;transition:.18s ease}
  .emr-page .area-story--dining-hub .area-pills a:hover{background:#ff5a1f;border-color:#ff5a1f;transform:translateY(-1px)}

  .emr-page .area-venue-mosaic{height:520px;gap:12px}
  .emr-page .area-venue-mosaic>a{position:relative;display:block;overflow:hidden;border-radius:22px;color:#fff}
  .emr-page .area-venue-mosaic>a:first-child{grid-row:1/3}
  .emr-page .area-venue-mosaic img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .38s ease}
  .emr-page .area-venue-mosaic>a:hover img{transform:scale(1.035)}
  .emr-page .area-venue-mosaic>a:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(3,18,31,.02) 35%,rgba(3,18,31,.82) 100%)}
  .emr-page .area-venue-overlay{position:absolute;z-index:2;left:18px;right:18px;bottom:17px;display:block}
  .emr-page .area-venue-overlay small{display:block;margin-bottom:5px;color:#ffd8c6;font-size:9px;font-weight:750;letter-spacing:.04em}
  .emr-page .area-venue-overlay strong{display:block;padding-right:42px;color:#fff;font-size:20px;line-height:1.05;letter-spacing:-.025em}
  .emr-page .area-venue-tile:first-child .area-venue-overlay strong{font-size:28px}
  .emr-page .area-venue-arrow{position:absolute;right:0;bottom:0;width:34px;height:34px;display:grid;place-items:center;border-radius:50%;background:#ff5a1f;color:#fff}
  .emr-page .area-venue-arrow svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
}


/* v0.57.78 — Eat & Drink venue-type filter */
@media(min-width:1051px){
  .emr-page .filter-group--venue-type{padding-top:2px}
  .emr-page .venue-type-options{display:grid;gap:6px}
  .emr-page .venue-type-option{
    position:relative;
    min-height:38px;
    display:flex;
    align-items:center;
    gap:9px;
    padding:7px 9px;
    border:1px solid transparent;
    border-radius:11px;
    background:#fffaf6;
    color:#5f5853;
    font-size:11px;
    font-weight:560;
    line-height:1.15;
    cursor:pointer;
    transition:background .16s ease,border-color .16s ease,color .16s ease,transform .16s ease;
  }
  .emr-page .venue-type-option:hover{
    border-color:rgba(255,106,47,.22);
    background:#fff5ed;
    color:#342f2b;
  }
  .emr-page .venue-type-option.is-active,
  .emr-page .venue-type-option:has(input:checked){
    border-color:rgba(255,106,47,.36);
    background:#fff0e7;
    color:#9f3d18;
  }
  .emr-page .venue-type-option input{
    position:absolute;
    opacity:0;
    pointer-events:none;
  }
  .emr-page .venue-type-icon{
    width:25px;
    height:25px;
    flex:0 0 25px;
    display:grid;
    place-items:center;
    border-radius:8px;
    background:#fff;
    color:#ff6a2f;
    box-shadow:0 2px 8px rgba(61,42,29,.06);
  }
  .emr-page .venue-type-icon svg{
    width:14px;
    height:14px;
    fill:none;
    stroke:currentColor;
    stroke-width:1.7;
    stroke-linecap:round;
    stroke-linejoin:round;
  }
  .emr-page .venue-type-option.is-active .venue-type-icon,
  .emr-page .venue-type-option:has(input:checked) .venue-type-icon{
    background:#ff6a2f;
    color:#fff;
  }
}


/* v0.57.80 — durable save heart: icon is the circle's own background image. */
@media(min-width:1051px){
  body .emr-page .restaurant-card button.card-save.em-save-btn.emr-save-btn{
    position:absolute!important;
    z-index:60!important;
    top:12px!important;
    right:12px!important;
    width:40px!important;
    height:40px!important;
    min-width:40px!important;
    min-height:40px!important;
    display:grid!important;
    place-items:center!important;
    opacity:1!important;
    visibility:visible!important;
    overflow:visible!important;
    background:#fffdf9!important;
    color:#ff6a2f!important;
  }
}


/* v0.57.81 — Eat the Coast: manually curated, image-first editorial rail */
.emr-page .food-stories{
  padding:78px 0 88px;
  background:#f8f8f7;
  overflow:hidden;
}
.emr-page .food-stories .section-head--stories{display:block;margin-bottom:24px}
.emr-page .food-stories .section-head--stories h2{margin-bottom:8px}
.emr-page .food-stories .section-head--stories p{max-width:620px;margin:0;color:#746d67}
.emr-page .food-stories .story-slider-shell{position:relative;margin-top:0}
.emr-page .food-stories .story-slider{overflow:hidden}
.emr-page .food-stories .story-track{
  display:flex;
  gap:28px;
  overflow-x:auto;
  padding:0 118px 6px 0;
  scroll-snap-type:x mandatory;
  scroll-behavior:smooth;
  scrollbar-width:none;
  -ms-overflow-style:none;
}
.emr-page .food-stories .story-track::-webkit-scrollbar{display:none}
.emr-page .food-stories .story-card{
  position:relative;
  flex:0 0 clamp(300px,27.2vw,370px);
  height:520px;
  overflow:hidden;
  border:0;
  border-radius:12px;
  background:#ddd;
  box-shadow:none;
  scroll-snap-align:start;
}
.emr-page .food-stories .story-card-link{position:absolute;inset:0;display:block;overflow:hidden;border-radius:inherit}
.emr-page .food-stories .story-card-link img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .45s ease}
.emr-page .food-stories .story-card:hover .story-card-link img{transform:scale(1.035)}
.emr-page .food-stories .story-card-shade{
  position:absolute;inset:0;
  background:linear-gradient(180deg,rgba(0,0,0,0) 48%,rgba(0,0,0,.10) 66%,rgba(0,0,0,.64) 100%);
}
.emr-page .food-stories .story-card-title{
  position:absolute;
  left:24px;right:24px;bottom:30px;
  color:#fff;
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(26px,2.1vw,34px);
  line-height:1.02;
  letter-spacing:-.025em;
  text-shadow:0 2px 18px rgba(0,0,0,.25);
}
.emr-page .food-stories .story-navs{display:none!important}
.emr-page .food-stories .story-nav{
  position:absolute;
  z-index:4;
  top:50%;
  width:54px;
  height:54px;
  margin-top:-27px;
  display:grid;
  place-items:center;
  border:1px solid rgba(7,27,46,.10);
  border-radius:50%;
  background:#fff;
  color:#071b2e;
  box-shadow:0 8px 24px rgba(7,27,46,.16);
}
.emr-page .food-stories .story-nav--prev{left:12px}
.emr-page .food-stories .story-nav--next{right:12px}
.emr-page .food-stories .story-nav svg{width:20px;height:20px;stroke:currentColor;stroke-width:1.8;fill:none;stroke-linecap:round;stroke-linejoin:round}
.emr-page .food-stories .story-nav:hover{background:#fff;color:#071b2e;transform:scale(1.04)}
.emr-page .food-stories .story-nav[disabled]{opacity:0;pointer-events:none}

@media(max-width:1050px){
  .emr-page .food-stories .story-card{flex-basis:330px;height:470px}
  .emr-page .food-stories .story-track{padding-right:76px;gap:20px}
}
@media(max-width:680px){
  .emr-page .food-stories{padding:58px 0 64px}
  .emr-page .food-stories .story-slider{overflow:visible}
  .emr-page .food-stories .story-track{padding-right:32px;gap:12px}
  .emr-page .food-stories .story-card{flex:0 0 82%;height:430px}
  .emr-page .food-stories .story-card-title{left:20px;right:20px;bottom:24px;font-size:28px}
  .emr-page .food-stories .story-nav{display:none!important}
}


/* v0.57.82 — keep manually curated Eat the Coast visible while editors build it */
.emr-page .food-stories--empty{min-height:430px}
.emr-page .story-curation-empty{position:relative;min-height:300px;margin-top:24px;overflow:hidden}
.emr-page .story-curation-empty__cards{display:flex;gap:18px;opacity:.55;pointer-events:none}
.emr-page .story-curation-empty__cards span{
  flex:0 0 clamp(280px,29vw,360px);
  height:300px;
  border:2px dashed rgba(7,27,46,.18);
  border-radius:24px;
  background:linear-gradient(145deg,rgba(255,255,255,.45),rgba(255,255,255,.18));
}
.emr-page .story-curation-empty__note{
  position:absolute;
  left:50%;top:50%;
  transform:translate(-50%,-50%);
  z-index:2;
  width:min(520px,calc(100% - 40px));
  padding:22px 24px;
  border:1px solid rgba(7,27,46,.12);
  border-radius:18px;
  background:rgba(255,253,248,.96);
  box-shadow:0 18px 45px rgba(53,38,25,.14);
  text-align:center;
}
.emr-page .story-curation-empty__note strong{display:block;margin-bottom:7px;font-size:18px;color:#071b2e}
.emr-page .story-curation-empty__note span{display:block;color:#6d645d;font-size:13px;line-height:1.55}
.emr-page .story-curation-empty__note a{
  display:inline-flex;
  margin-top:14px;
  padding:10px 15px;
  border-radius:999px;
  background:#ff5a1f;
  color:#fff!important;
  font-size:12px;
  font-weight:850;
  text-decoration:none!important;
}
.emr-page .story-curation-public-empty{margin:24px 0 0;color:#786f68;font-size:14px}
@media(max-width:680px){
  .emr-page .food-stories--empty{min-height:390px}
  .emr-page .story-curation-empty__cards span{flex-basis:82%;height:270px}
  .emr-page .story-curation-empty__note{padding:18px;width:calc(100% - 24px)}
}


/* v0.57.83 — curated Instagram mosaic for Seen on the Coast */
.emr-page .social-food--instagram{
  padding:82px 0 90px;
  background:#fffdf9;
}
.emr-page .social-food--instagram .social-head{margin-bottom:28px}
.emr-page .social-food--instagram .social-head p{max-width:500px}
.emr-page .seen-coast-batches{display:grid;gap:18px}
.emr-page .seen-coast-batch{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  grid-template-rows:repeat(2,270px);
  gap:18px;
}
.emr-page .seen-coast-batch[hidden],
.emr-page .seen-coast-batch.is-hidden{display:none!important}
.emr-page .seen-coast-post{
  position:relative;
  display:block;
  min-width:0;
  overflow:hidden;
  border-radius:14px;
  background:#eee6df;
}
.emr-page .seen-coast-post.is-lead{
  grid-column:span 2;
  grid-row:span 2;
}
.emr-page .seen-coast-post img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .35s ease;
}
.emr-page .seen-coast-post:hover img{transform:scale(1.025)}
.emr-page .seen-coast-instagram{
  position:absolute;
  z-index:2;
  right:14px;
  bottom:14px;
  width:30px;
  height:30px;
  display:grid;
  place-items:center;
  color:#fff;
  filter:drop-shadow(0 2px 6px rgba(0,0,0,.34));
}
.emr-page .seen-coast-instagram svg{
  display:block;
  width:28px;
  height:28px;
  fill:none;
  stroke:currentColor;
  stroke-width:2.1;
}
.emr-page .seen-coast-more-wrap{
  display:flex;
  justify-content:center;
  padding-top:30px;
}
.emr-page .seen-coast-more{
  min-height:48px;
  padding:0 20px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  border:1px solid #ead7c8;
  border-radius:999px;
  background:#fff;
  color:#302721;
  font:800 12px/1 inherit;
  box-shadow:0 10px 24px rgba(56,36,20,.06);
  transition:transform .18s ease,border-color .18s ease,color .18s ease;
}
.emr-page .seen-coast-more:hover{transform:translateY(-1px);border-color:#ff6a2f;color:#e85a20}
.emr-page .seen-coast-more svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.emr-page .seen-coast-empty{
  padding:34px;
  border:1px dashed #dfc9b9;
  border-radius:18px;
  display:grid;
  justify-items:start;
  gap:7px;
  background:#fff8f1;
}
.emr-page .seen-coast-empty strong{font-size:18px}
.emr-page .seen-coast-empty span{color:#786b62;font-size:13px}
.emr-page .seen-coast-empty a{margin-top:7px;color:#e85a20;font-size:12px;font-weight:900;border-bottom:2px solid #ff6a2f}
@media(max-width:1050px){
  .emr-page .seen-coast-batch{grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:auto;gap:12px}
  .emr-page .seen-coast-post{aspect-ratio:1/1}
  .emr-page .seen-coast-post.is-lead{grid-column:span 2;grid-row:auto;aspect-ratio:2/1.15}
}
@media(max-width:680px){
  .emr-page .social-food--instagram{padding:58px 0 64px}
  .emr-page .seen-coast-batch{gap:9px}
  .emr-page .seen-coast-post{border-radius:10px}
  .emr-page .seen-coast-post.is-lead{aspect-ratio:1.35/1}
  .emr-page .seen-coast-instagram{right:9px;bottom:9px;width:24px;height:24px}
  .emr-page .seen-coast-instagram svg{width:23px;height:23px}
}

/* v0.57.84 — sticky, contextual Eat & Drink discovery filters */
@media(min-width:1051px){
  .emr-page .engine-shell{
    grid-template-columns:270px minmax(0,1fr);
    gap:24px;
  }

  .emr-page .restaurant-engine .filters{
    position:sticky!important;
    top:104px!important;
    z-index:12;
    max-height:calc(100vh - 126px);
    overflow-y:auto;
    overscroll-behavior:contain;
    scrollbar-width:thin;
    scrollbar-color:#d9c6b9 transparent;
    padding:17px 17px 18px;
    border:1px solid #eadbcf;
    border-radius:22px;
    background:rgba(255,253,249,.98);
    box-shadow:0 14px 34px rgba(86,49,27,.07);
  }
  .emr-page .restaurant-engine .filters::-webkit-scrollbar{width:6px}
  .emr-page .restaurant-engine .filters::-webkit-scrollbar-track{background:transparent}
  .emr-page .restaurant-engine .filters::-webkit-scrollbar-thumb{background:#d9c6b9;border-radius:999px}

  .emr-page .filter-panel-head{
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    gap:12px;
    padding-bottom:14px;
  }
  .emr-page .filter-panel-head h3{margin:0 0 4px;font-size:16px;letter-spacing:-.02em}
  .emr-page .filter-panel-count{display:block;color:#8a7567;font-size:10px;font-weight:700}
  .emr-page .filter-clear-all{
    color:var(--coral);
    font-size:10px;
    font-weight:850;
    padding-top:2px;
    white-space:nowrap;
  }

  .emr-page .restaurant-engine .filter-group{
    padding:16px 0;
    border-top:1px solid #efe3da;
  }
  .emr-page .restaurant-engine .filter-group:first-of-type{border-top:1px solid #efe3da;padding-top:16px}
  .emr-page .restaurant-engine .filter-group strong{
    margin-bottom:10px;
    color:#72594c;
    font-size:9px;
    font-weight:900;
    letter-spacing:.12em;
  }

  .emr-page .venue-type-options{display:grid;gap:5px}
  .emr-page .venue-type-option{
    display:flex;
    align-items:center;
    gap:9px;
    min-height:36px;
    padding:7px 9px;
    border:1px solid transparent;
    border-radius:11px;
    color:#51443d;
    font-size:11px;
    font-weight:720;
    cursor:pointer;
    transition:background-color .16s ease,border-color .16s ease,color .16s ease;
  }
  .emr-page .venue-type-option input{position:absolute;opacity:0;pointer-events:none}
  .emr-page .venue-type-icon{
    width:25px;height:25px;border-radius:8px;
    display:grid;place-items:center;
    background:#fff4eb;color:#b76b46;
    flex:0 0 25px;
  }
  .emr-page .venue-type-icon svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
  .emr-page .venue-type-option:hover{background:#fff8f2;border-color:#f0ded1}
  .emr-page .venue-type-option.is-active,
  .emr-page .venue-type-option:has(input:checked){background:#fff0e6;border-color:#ffc7aa;color:#d64e18}
  .emr-page .venue-type-option.is-active .venue-type-icon,
  .emr-page .venue-type-option:has(input:checked) .venue-type-icon{background:#ff6a2f;color:#fff}

  .emr-page .restaurant-engine .checks{gap:4px}
  .emr-page .filter-option-row{
    position:relative;
    display:flex!important;
    align-items:center;
    gap:9px!important;
    min-height:30px;
    padding:5px 7px;
    border-radius:9px;
    color:#5e5149;
    font-size:11px!important;
    line-height:1.25;
    cursor:pointer;
  }
  .emr-page .filter-option-row:hover{background:#fff7f1}
  .emr-page .filter-option-row input{
    width:15px;height:15px;min-width:15px;margin:0;
    accent-color:#ff6a2f;
  }
  .emr-page .filter-option-row.is-active,
  .emr-page .filter-option-row:has(input:checked){background:#fff2e9;color:#c94c1d;font-weight:780}

  .emr-page .filter-more-areas{margin-top:7px}
  .emr-page .filter-more-areas summary{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:8px;
    padding:7px 8px;
    border-radius:9px;
    color:#9a654d;
    font-size:10px;
    font-weight:820;
    cursor:pointer;
    list-style:none;
  }
  .emr-page .filter-more-areas summary::-webkit-details-marker{display:none}
  .emr-page .filter-more-areas summary:hover{background:#fff7f1}
  .emr-page .filter-more-areas summary svg{width:14px;height:14px;fill:none;stroke:currentColor;stroke-width:2;transition:transform .16s ease}
  .emr-page .filter-more-areas[open] summary svg{transform:rotate(180deg)}
  .emr-page .filter-options--more{max-height:230px;overflow:auto;padding-top:5px;padding-right:2px}

  .emr-page .price-filter-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px}
  .emr-page .price-filter-option{
    position:relative;
    min-height:34px;
    display:grid;
    place-items:center;
    padding:6px;
    border:1px solid #eadbd0;
    border-radius:10px;
    background:#fff;
    color:#6a574c;
    font-size:10px;
    font-weight:780;
    cursor:pointer;
    text-align:center;
  }
  .emr-page .price-filter-option input{position:absolute;opacity:0;pointer-events:none}
  .emr-page .price-filter-option.is-active,
  .emr-page .price-filter-option:has(input:checked){border-color:#ffb78f;background:#fff0e6;color:#cf4f1d}

  .emr-page .filter-group--context{
    margin:0 -7px;
    padding-left:7px!important;
    padding-right:7px!important;
    background:linear-gradient(180deg,rgba(255,242,233,.44),rgba(255,250,246,0));
  }

  .emr-page .results-head{align-items:center;margin-bottom:12px}
  .emr-page .result-tools--discovery{align-items:center;flex-wrap:wrap;justify-content:flex-end}
  .emr-page .emr-sort-control{
    height:36px;
    display:flex;
    align-items:center;
    gap:7px;
    padding:0 9px 0 11px;
    border:1px solid #e6d7cd;
    border-radius:999px;
    background:#fffdfb;
    color:#80695b;
    font-size:9px;
    font-weight:850;
    text-transform:uppercase;
    letter-spacing:.07em;
  }
  .emr-page .emr-sort-control select{
    appearance:none;
    border:0!important;
    outline:0;
    background:transparent;
    color:#352c27;
    font:inherit;
    font-size:10px;
    font-weight:800;
    text-transform:none;
    letter-spacing:0;
    padding:0 14px 0 0;
    cursor:pointer;
  }
  .emr-page .result-tools--discovery button{
    height:36px;
    display:inline-flex;
    align-items:center;
    gap:6px;
    padding:0 12px;
    border-color:#e6d7cd!important;
    background:#fffdfb!important;
    color:#5d4d44!important;
  }
  .emr-page .result-tools--discovery button:hover{border-color:#ffb78f!important;color:#d64e18!important}
  .emr-page .result-tools--discovery button svg{width:14px;height:14px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}

  .emr-page .active-filter-bar{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:14px;
    margin:0 0 16px;
    padding:10px 12px;
    border:1px solid #efddd0;
    border-radius:14px;
    background:#fffaf6;
  }
  .emr-page .active-filter-chips{display:flex;align-items:center;gap:7px;flex-wrap:wrap}
  .emr-page .emr-active-filter-chip{
    display:inline-flex;
    align-items:center;
    gap:6px;
    min-height:29px;
    padding:5px 8px 5px 10px;
    border:1px solid #ffc7aa;
    border-radius:999px;
    background:#fff0e6;
    color:#bd4519;
    font-size:10px;
    font-weight:790;
  }
  .emr-page .emr-active-filter-chip svg{width:12px;height:12px;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round}
  .emr-page .emr-active-filter-chip:hover{background:#ff6a2f;color:#fff;border-color:#ff6a2f}
  .emr-page .active-filter-clear{color:#9b6d58;font-size:10px;font-weight:820;white-space:nowrap}
  .emr-page .active-filter-clear:hover{color:#d64e18}
}


/* v0.57.85 — compact premium sticky filter refinements */
@media(min-width:1051px){
  .emr-page .engine-shell{
    grid-template-columns:288px minmax(0,1fr);
    gap:28px;
  }

  .emr-page .restaurant-engine .filters{
    top:104px!important;
    max-height:calc(100vh - 124px);
    overflow-y:auto;
    overflow-x:hidden;
    scrollbar-width:none!important;
    -ms-overflow-style:none;
    padding:16px 17px 18px;
    border-radius:22px;
    isolation:isolate;
  }
  .emr-page .restaurant-engine .filters::-webkit-scrollbar{display:none!important;width:0!important;height:0!important}

  .emr-page .filter-panel-head{
    position:sticky;
    top:-16px;
    z-index:25;
    margin:-16px -17px 0;
    padding:16px 17px 13px;
    background:rgba(255,253,249,.99);
    border-radius:22px 22px 0 0;
    border-bottom:1px solid #efe3da;
  }
  .emr-page .filter-panel-head h3{
    margin:0 0 3px!important;
    font-size:17px!important;
    line-height:1.1;
    white-space:nowrap;
  }
  .emr-page .filter-panel-count{font-size:10px}

  .emr-page .filter-group--venue-type{padding-top:14px!important}
  .emr-page .venue-type-options{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:6px;
  }
  .emr-page .venue-type-option{
    min-width:0;
    min-height:38px;
    padding:6px 7px;
    gap:6px;
    border:1px solid #f1e6de;
    background:#fffaf6;
    border-radius:10px;
    font-size:10px;
    line-height:1.12;
  }
  .emr-page .venue-type-option:first-child{
    grid-column:1/-1;
  }
  .emr-page .venue-type-icon{
    width:23px;
    height:23px;
    flex:0 0 23px;
    border-radius:7px;
  }
  .emr-page .venue-type-icon svg{width:13px;height:13px}
  .emr-page .venue-type-option > span:last-child{
    min-width:0;
    overflow-wrap:anywhere;
  }

  .emr-page .filter-group--area .filter-options--compact{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:6px;
  }
  .emr-page .filter-group--area .filter-option-row{
    min-height:32px;
    padding:6px 7px;
    gap:6px!important;
    border:1px solid #f0e5dd;
    background:#fffdfb;
    border-radius:9px;
    font-size:10px!important;
  }
  .emr-page .filter-group--area .filter-option-row input{
    width:13px;
    height:13px;
    min-width:13px;
  }
  .emr-page .filter-group--area .filter-option-row.is-active,
  .emr-page .filter-group--area .filter-option-row:has(input:checked){
    border-color:#ffc5a5;
    background:#fff1e8;
  }

  .emr-page .restaurant-engine .filter-group{
    padding:14px 0;
  }
  .emr-page .restaurant-engine .filter-group strong{
    margin-bottom:9px;
  }
  .emr-page .filter-more-areas{margin-top:6px}
  .emr-page .filter-more-areas summary{padding:7px 5px}

  .emr-page .filter-option-row{
    min-height:28px;
    padding:4px 6px;
  }
}

/* v0.57.86 — Kenya-first high-contrast regional discovery filter */
@media(min-width:1051px){
  .emr-page .engine-shell{
    grid-template-columns:310px minmax(0,1fr);
    gap:30px;
  }

  .emr-page .restaurant-engine .filters{
    color:#171717!important;
    background:#fffdf9!important;
    border-color:#e8ddd4!important;
    box-shadow:0 14px 34px rgba(41,30,22,.06)!important;
  }
  .emr-page .filter-panel-head{
    background:rgba(255,253,249,.995)!important;
    border-bottom-color:#e9dfd7!important;
  }
  .emr-page .filter-panel-head h3{
    color:#111!important;
    font-weight:850!important;
  }
  .emr-page .filter-panel-count{
    color:#59524d!important;
    font-weight:720!important;
  }
  .emr-page .filter-clear-all{color:#d95120!important}

  .emr-page .restaurant-engine .filter-group{
    border-top-color:#ece3dc!important;
  }
  .emr-page .restaurant-engine .filter-group strong,
  .emr-page .filter-group-title strong{
    color:#111!important;
    font-size:9px!important;
    font-weight:900!important;
    letter-spacing:.12em!important;
  }
  .emr-page .filter-group-title{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:10px;
    margin-bottom:9px;
  }
  .emr-page .filter-group-title strong{margin:0!important}
  .emr-page .filter-group-title > span{
    color:#77706b;
    font-size:9px;
    font-weight:720;
    letter-spacing:0;
    text-transform:none;
    white-space:nowrap;
  }

  .emr-page .venue-type-options{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:7px!important;
  }
  .emr-page .venue-type-option{
    min-height:42px!important;
    padding:7px 8px!important;
    border-color:#eee5de!important;
    background:#fff!important;
    color:#171717!important;
    font-size:10px!important;
    font-weight:760!important;
    line-height:1.15!important;
  }
  .emr-page .venue-type-option:first-child{grid-column:1/-1}
  .emr-page .venue-type-option:hover{
    background:#fff7f1!important;
    border-color:#f1c7b3!important;
    color:#111!important;
  }
  .emr-page .venue-type-option.is-active,
  .emr-page .venue-type-option:has(input:checked){
    background:#fff0e7!important;
    border-color:#ff9c6c!important;
    color:#111!important;
    box-shadow:inset 0 0 0 1px rgba(255,106,47,.06);
  }
  .emr-page .venue-type-icon{
    background:#fff5ed!important;
    color:#d85522!important;
  }
  .emr-page .venue-type-option.is-active .venue-type-icon,
  .emr-page .venue-type-option:has(input:checked) .venue-type-icon{
    background:#ff6a2f!important;
    color:#fff!important;
  }

  .emr-page .filter-option-row{
    color:#171717!important;
    font-weight:620!important;
  }
  .emr-page .filter-option-row:hover{
    background:#fff7f1!important;
    color:#111!important;
  }
  .emr-page .filter-option-row.is-active,
  .emr-page .filter-option-row:has(input:checked){
    background:#fff0e7!important;
    color:#111!important;
    font-weight:780!important;
  }
  .emr-page .filter-option-row input{accent-color:#ff6a2f!important}
  .emr-page .filter-option-row em,
  .emr-page .dish-filter-link em{
    margin-left:auto;
    color:#77706b;
    font-size:9px;
    font-style:normal;
    font-weight:760;
    line-height:1;
  }

  .emr-page .filter-options--popular-areas{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:6px!important;
  }
  .emr-page .filter-options--popular-areas .filter-option-row{
    min-height:34px!important;
    padding:6px 7px!important;
    border:1px solid #eee5de!important;
    border-radius:10px!important;
    background:#fff!important;
    min-width:0;
  }
  .emr-page .filter-options--popular-areas .filter-option-row--wide{grid-column:1/-1}
  .emr-page .filter-options--popular-areas .filter-option-row.is-active,
  .emr-page .filter-options--popular-areas .filter-option-row:has(input:checked){
    border-color:#ffad84!important;
    background:#fff0e7!important;
  }

  .emr-page .filter-region-browser,
  .emr-page .filter-more-cuisines{margin-top:8px}
  .emr-page .filter-region-browser > summary,
  .emr-page .filter-more-cuisines > summary{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:8px;
    padding:9px 10px;
    border:1px solid #eae1da;
    border-radius:10px;
    background:#fffaf6;
    color:#171717!important;
    font-size:10px;
    font-weight:800;
    cursor:pointer;
    list-style:none;
  }
  .emr-page .filter-region-browser > summary::-webkit-details-marker,
  .emr-page .filter-more-cuisines > summary::-webkit-details-marker,
  .emr-page .filter-area-region > summary::-webkit-details-marker{display:none}
  .emr-page .filter-region-browser > summary svg,
  .emr-page .filter-more-cuisines > summary svg,
  .emr-page .filter-area-region > summary svg{
    width:14px;height:14px;fill:none;stroke:currentColor;stroke-width:2;
    flex:0 0 auto;transition:transform .16s ease;
  }
  .emr-page .filter-region-browser[open] > summary > svg,
  .emr-page .filter-more-cuisines[open] > summary > svg,
  .emr-page .filter-area-region[open] > summary > svg{transform:rotate(180deg)}

  .emr-page .filter-region-list{
    display:grid;
    gap:6px;
    padding-top:7px;
  }
  .emr-page .filter-area-region{
    border:1px solid #eee5de;
    border-radius:10px;
    background:#fff;
    overflow:hidden;
  }
  .emr-page .filter-area-region > summary{
    display:grid;
    grid-template-columns:minmax(0,1fr) auto auto;
    align-items:center;
    gap:7px;
    padding:9px 10px;
    color:#171717!important;
    font-size:10px;
    font-weight:790;
    cursor:pointer;
    list-style:none;
  }
  .emr-page .filter-area-region > summary:hover{background:#fff8f3}
  .emr-page .filter-area-region > summary em{
    color:#77706b;
    font-size:9px;
    font-style:normal;
    font-weight:760;
  }
  .emr-page .filter-options--region{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:3px!important;
    padding:4px 6px 7px;
    border-top:1px solid #f1e9e3;
    background:#fffdfb;
  }
  .emr-page .filter-options--region .filter-option-row{
    min-width:0;
    min-height:28px;
    padding:5px 5px!important;
    font-size:9.5px!important;
  }
  .emr-page .filter-options--region .filter-option-row span{
    min-width:0;
    overflow-wrap:anywhere;
  }
  .emr-page .filter-options--region .filter-option-row input{
    width:12px!important;height:12px!important;min-width:12px!important;
  }

  .emr-page .price-filter-option{
    color:#171717!important;
    background:#fff!important;
    border-color:#e8dfd8!important;
  }
  .emr-page .price-filter-option.is-active,
  .emr-page .price-filter-option:has(input:checked){
    color:#111!important;
    border-color:#ffad84!important;
    background:#fff0e7!important;
  }

  .emr-page .filter-options--cuisine,
  .emr-page .filter-options--more-cuisines{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:5px!important;
  }
  .emr-page .filter-options--cuisine .filter-option-row,
  .emr-page .filter-options--more-cuisines .filter-option-row{
    min-width:0;
    min-height:32px;
    padding:5px 6px!important;
    border:1px solid #eee5de;
    border-radius:9px;
    background:#fff;
    font-size:9.5px!important;
  }
  .emr-page .filter-options--cuisine .filter-option-row span,
  .emr-page .filter-options--more-cuisines .filter-option-row span{
    min-width:0;
    overflow-wrap:anywhere;
  }
  .emr-page .filter-options--more-cuisines{padding-top:7px}

  .emr-page .dish-filter-links{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:5px;
  }
  .emr-page .dish-filter-link{
    min-width:0;
    min-height:31px;
    display:flex;
    align-items:center;
    gap:5px;
    padding:6px 7px;
    border:1px solid #eee5de;
    border-radius:9px;
    background:#fff;
    color:#171717!important;
    font-size:9.5px;
    font-weight:720;
    line-height:1.15;
  }
  .emr-page .dish-filter-link:hover{
    border-color:#f1c7b3;
    background:#fff7f1;
  }
  .emr-page .dish-filter-link.is-active{
    border-color:#ff9c6c;
    background:#fff0e7;
    color:#111!important;
    font-weight:820;
  }

  .emr-page .filter-group--context{
    background:linear-gradient(180deg,rgba(255,241,231,.35),rgba(255,253,249,0))!important;
  }
}
@media(min-width:1051px){
  .emr-page .filter-group--two-col > .checks{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:4px 5px!important;
  }
  .emr-page .filter-group--two-col > .checks .filter-option-row{
    min-width:0;
    min-height:30px;
    padding:5px 5px!important;
    gap:6px!important;
    font-size:9.5px!important;
  }
  .emr-page .filter-group--two-col > .checks .filter-option-row span{
    min-width:0;
    overflow-wrap:anywhere;
  }
  .emr-page .filter-group--two-col > .checks .filter-option-row input{
    width:13px!important;height:13px!important;min-width:13px!important;
  }
}


/* v0.57.87 — cuisine semantics + clearer filter hierarchy */
@media(min-width:1051px){
  .emr-page .filters,
  .emr-page .filters label,
  .emr-page .filters span,
  .emr-page .filters strong,
  .emr-page .filters summary{color:#111!important}
  .emr-page .filters .filter-group-title > span{color:#615d58!important}
  .emr-page .filter-group--open-now .checks{grid-template-columns:1fr!important}
  .emr-page .filter-group--open-now .filter-option-row{
    border:1px solid #eee5de;
    border-radius:10px;
    background:#fff;
    padding:7px 8px!important;
    min-height:34px;
  }
  .emr-page .filter-group--meal-type .checks,
  .emr-page .filter-group--food-style .checks{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:5px!important;
  }
  .emr-page .filter-group--food-style .filter-option-row{
    border:1px solid #eee5de;
    border-radius:9px;
    background:#fff;
    padding:5px 6px!important;
    min-height:32px;
    min-width:0;
  }
  .emr-page .filter-group--food-style .filter-option-row span{min-width:0;overflow-wrap:anywhere}
  .emr-page .filter-options--cuisine .filter-option-row,
  .emr-page .filter-options--more-cuisines .filter-option-row{
    color:#111!important;
  }
  .emr-page .filter-options--cuisine .filter-option-row:has(input:checked),
  .emr-page .filter-options--more-cuisines .filter-option-row:has(input:checked),
  .emr-page .filter-group--food-style .filter-option-row:has(input:checked){
    border-color:#ffad84!important;
    background:#fff0e7!important;
  }
}

/* v0.57.89 — Refine V2: rebuilt desktop discovery filter + spacious pickers */
@media(min-width:1051px){
  .emr-page .engine-shell{
    grid-template-columns:286px minmax(0,1fr)!important;
    gap:30px!important;
  }
  .emr-page .emr-refine-v2{
    position:sticky;
    top:104px;
    z-index:20;
    max-height:calc(100vh - 124px);
    overflow-y:auto;
    overflow-x:hidden;
    overscroll-behavior:contain;
    scrollbar-width:none;
    -ms-overflow-style:none;
    color:#111;
    background:#fffdf9;
    border:1px solid #e7ddd5;
    border-radius:24px;
    box-shadow:0 16px 38px rgba(34,26,20,.07);
  }
  .emr-page .emr-refine-v2::-webkit-scrollbar{display:none}
  .emr-page .emr-refine-v2.is-picker-open{overflow:visible!important;z-index:100000!important}
  .emr-page .emr-refine-v2 input{accent-color:#ff5a1f}

  .emr-page .emr-refine-head{
    position:sticky;
    top:0;
    z-index:30;
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    gap:12px;
    padding:17px 18px 14px;
    background:rgba(255,253,249,.985);
    border-bottom:1px solid #ece3dc;
  }
  .emr-page .emr-refine-head h3{margin:0;color:#111;font-size:18px;line-height:1;font-weight:850;letter-spacing:-.02em}
  .emr-page .emr-refine-head span{display:block;margin-top:5px;color:#625c57;font-size:11px;font-weight:650}
  .emr-page .emr-refine-head a{color:#d64f1b;font-size:11px;font-weight:800;text-decoration:none}

  .emr-page .emr-refine-section{padding:16px 18px;border-bottom:1px solid #eee5de}
  .emr-page .emr-refine-section--last{border-bottom:0;padding-bottom:20px}
  .emr-page .emr-refine-label{
    margin:0 0 10px;
    color:#111;
    font-size:11px;
    line-height:1.2;
    font-weight:900;
    letter-spacing:.075em;
    text-transform:uppercase;
  }
  .emr-page .emr-refine-label-row{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:10px}
  .emr-page .emr-refine-label-row .emr-refine-label{margin:0}
  .emr-page .emr-refine-label-row>span{color:#746d67;font-size:10px;font-weight:700}

  .emr-page .emr-refine-venue-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}
  .emr-page .emr-refine-venue{
    position:relative;
    min-height:47px;
    display:flex;
    align-items:center;
    gap:7px;
    padding:7px 8px;
    border:1px solid transparent;
    border-radius:12px;
    background:#fff9f4;
    color:#171717;
    font-size:10px;
    line-height:1.15;
    font-weight:760;
    cursor:pointer;
  }
  .emr-page .emr-refine-venue input{position:absolute;opacity:0;pointer-events:none}
  .emr-page .emr-refine-venue .venue-type-icon{
    width:25px;height:25px;display:grid;place-items:center;flex:0 0 25px;
    border-radius:8px;background:#fff;color:#c95325;box-shadow:0 4px 10px rgba(120,71,42,.07)
  }
  .emr-page .emr-refine-venue .venue-type-icon svg{width:14px;height:14px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
  .emr-page .emr-refine-venue:has(input:checked){border-color:#ffaf88;background:#fff0e7;color:#111}
  .emr-page .emr-refine-venue:has(input:checked) .venue-type-icon{background:#ff642d;color:#fff}

  .emr-page .emr-refine-quick-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}
  .emr-page .emr-refine-chip{
    position:relative;
    min-height:34px;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:7px 8px;
    border:1px solid #e8ddd5;
    border-radius:10px;
    background:#fff;
    color:#171717;
    text-align:center;
    font-size:10px;
    line-height:1.2;
    font-weight:720;
    cursor:pointer;
  }
  .emr-page .emr-refine-chip input{position:absolute;opacity:0;pointer-events:none}
  .emr-page .emr-refine-chip:hover{border-color:#d9c7ba;background:#fffaf6}
  .emr-page .emr-refine-chip:has(input:checked){border-color:#ff9f72;background:#fff0e7;color:#111;box-shadow:inset 0 0 0 1px rgba(255,90,31,.07)}
  .emr-page .emr-refine-quick-grid--areas{margin-bottom:9px}

  .emr-page .emr-picker-trigger{
    width:100%;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:12px;
    padding:11px 12px;
    border:1px solid #e5d8cf;
    border-radius:13px;
    background:#fff;
    color:#111;
    text-align:left;
    cursor:pointer;
    transition:border-color .16s ease,background-color .16s ease,transform .16s ease;
  }
  .emr-page .emr-picker-trigger:hover{border-color:#ef9b72;background:#fffaf6;transform:translateY(-1px)}
  .emr-page .emr-picker-trigger>span{min-width:0}
  .emr-page .emr-picker-trigger strong{display:block!important;margin:0!important;color:#111!important;font-size:11px!important;font-weight:820!important;letter-spacing:0!important;text-transform:none!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
  .emr-page .emr-picker-trigger small{display:block;margin-top:4px;color:#6f6862;font-size:9px;line-height:1.35;font-weight:620}
  .emr-page .emr-picker-trigger svg{width:17px;height:17px;flex:0 0 17px;fill:none;stroke:#db5c28;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}

  .emr-page .emr-refine-inline-section{padding-top:13px;padding-bottom:13px}
  .emr-page .emr-refine-switch{display:flex;align-items:center;gap:10px;cursor:pointer}
  .emr-page .emr-refine-switch>input{position:absolute;opacity:0;pointer-events:none}
  .emr-page .emr-refine-switch-box{width:38px;height:22px;flex:0 0 38px;border-radius:999px;background:#ddd4cd;position:relative;transition:background .16s ease}
  .emr-page .emr-refine-switch-box:after{content:"";position:absolute;top:3px;left:3px;width:16px;height:16px;border-radius:50%;background:#fff;box-shadow:0 2px 6px rgba(0,0,0,.16);transition:transform .16s ease}
  .emr-page .emr-refine-switch>input:checked+.emr-refine-switch-box{background:#ff642d}
  .emr-page .emr-refine-switch>input:checked+.emr-refine-switch-box:after{transform:translateX(16px)}
  .emr-page .emr-refine-switch strong{display:block!important;margin:0!important;color:#111!important;font-size:11px!important;font-weight:820!important;letter-spacing:0!important;text-transform:none!important}
  .emr-page .emr-refine-switch small{display:block;margin-top:2px;color:#6f6862;font-size:9px}

  .emr-page .emr-filter-picker[hidden]{display:none!important}
  .emr-page .emr-filter-picker{
    position:fixed;
    inset:0;
    z-index:999999;
    display:grid;
    place-items:center;
    padding:36px;
    background:rgba(5,22,37,.58);
    backdrop-filter:blur(7px);
  }
  .emr-page .emr-picker-dialog{
    width:min(980px,calc(100vw - 72px));
    max-height:min(820px,calc(100vh - 72px));
    display:grid;
    grid-template-rows:auto auto minmax(0,1fr) auto;
    overflow:hidden;
    border:1px solid rgba(255,255,255,.4);
    border-radius:26px;
    background:#fffdf9;
    box-shadow:0 35px 90px rgba(5,20,31,.28);
  }
  .emr-page .emr-picker-head{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;padding:24px 26px 18px;border-bottom:1px solid #eee4dc}
  .emr-page .emr-picker-head>div>span{display:block;margin-bottom:6px;color:#e65b22;font-size:10px;font-weight:900;letter-spacing:.09em;text-transform:uppercase}
  .emr-page .emr-picker-head h3{margin:0;color:#111;font-size:30px;line-height:1;font-weight:860;letter-spacing:-.035em}
  .emr-page .emr-picker-head p{margin:8px 0 0;max-width:650px;color:#625c57;font-size:12px;line-height:1.5}
  .emr-page .emr-picker-head>button{width:40px;height:40px;display:grid;place-items:center;flex:0 0 40px;border:1px solid #e5dbd3;border-radius:50%;background:#fff;color:#111;cursor:pointer}
  .emr-page .emr-picker-head>button svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round}

  .emr-page .emr-picker-search{position:relative;margin:16px 26px 0}
  .emr-page .emr-picker-search svg{position:absolute;left:14px;top:50%;transform:translateY(-50%);width:17px;height:17px;fill:none;stroke:#514c48;stroke-width:1.8;stroke-linecap:round}
  .emr-page .emr-picker-search input{width:100%;height:46px;padding:0 15px 0 43px;border:1px solid #ded2c9;border-radius:13px;background:#fff;color:#111;font-size:13px;outline:none}
  .emr-page .emr-picker-search input:focus{border-color:#f48f62;box-shadow:0 0 0 3px rgba(255,90,31,.09)}

  .emr-page .emr-picker-body{overflow:auto;padding:20px 26px 28px;scrollbar-width:thin;scrollbar-color:#d9cec5 transparent}
  .emr-page .emr-picker-groups{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;align-items:start}
  .emr-page .emr-picker-groups--areas{grid-template-columns:repeat(3,minmax(0,1fr))}
  .emr-page .emr-picker-group{min-width:0;padding:15px;border:1px solid #ebe1d9;border-radius:16px;background:#fff}
  .emr-page .emr-picker-group[hidden]{display:none!important}
  .emr-page .emr-picker-group-head{display:flex;align-items:baseline;justify-content:space-between;gap:8px;margin-bottom:9px}
  .emr-page .emr-picker-group-head h4{margin:0;color:#111;font-size:12px;line-height:1.25;font-weight:860}
  .emr-page .emr-picker-group-head span{color:#817973;font-size:9px;font-weight:700;white-space:nowrap}
  .emr-page .emr-picker-options{display:grid;gap:2px}
  .emr-page .emr-picker-option{position:relative;min-height:34px;display:grid;grid-template-columns:16px minmax(0,1fr) auto;align-items:center;gap:8px;padding:6px 7px;border-radius:8px;color:#171717;font-size:11px;line-height:1.25;cursor:pointer}
  .emr-page .emr-picker-option:hover{background:#fff5ee}
  .emr-page .emr-picker-option input{width:15px;height:15px;margin:0;accent-color:#ff5a1f}
  .emr-page .emr-picker-option em{color:#8b817a;font-size:9px;font-style:normal;font-weight:700}
  .emr-page .emr-picker-option:has(input:checked){background:#fff0e7;color:#111;font-weight:780}
  .emr-page .emr-picker-option.is-unavailable{opacity:.43;cursor:not-allowed}
  .emr-page .emr-picker-option.is-unavailable:hover{background:transparent}
  .emr-page .emr-picker-option--any{display:inline-grid;margin-bottom:14px;padding:8px 10px;border:1px solid #e6d9d0;background:#fff;border-radius:10px}
  .emr-page .emr-picker-empty-region{margin:5px 0 0;color:#8a817a;font-size:10px;line-height:1.45}

  .emr-page .emr-picker-footer{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:15px 26px;border-top:1px solid #eee4dc;background:#fffaf6}
  .emr-page .emr-picker-footer>div{display:flex;gap:9px}
  .emr-page .emr-picker-footer button{min-height:40px;padding:0 15px;border-radius:999px;font-size:11px;font-weight:820;cursor:pointer}
  .emr-page .emr-picker-reset,.emr-page .emr-picker-cancel{border:1px solid #ddd1c8;background:#fff;color:#111}
  .emr-page .emr-picker-apply{border:1px solid #ff5a1f;background:#ff5a1f;color:#fff;padding-inline:20px!important}
  .emr-page .emr-picker-empty-search{grid-column:1/-1;padding:28px;text-align:center;color:#6e6761;font-size:12px}
}

@media(max-width:1050px){
  .emr-page .emr-refine-v2{display:none!important}
}

/* v0.58.0 — mobile-first Eat & Drink redesign. Desktop remains locked. */
.emr-page .hero-title--mobile,
.emr-page .hero-lead--mobile,
.emr-page .emr-mobile-search,
.emr-page .emr-mobile-quick-start,
.emr-page .emr-mobile-finder-toolbar,
.emr-page .emr-mobile-result-summary,
.emr-page .emr-mobile-filter-sheet{display:none}

@media(max-width:680px){
  body.emcg-where-to-eat{background:#fffaf5}
  .emr-page{overflow:clip}
  .emr-page .wrap{width:calc(100% - 32px)}

  /* Hero: compact, search-led, one strong image instead of a squeezed collage. */
  .emr-page .hero{
    min-height:0;
    overflow:hidden;
    background:linear-gradient(155deg,#fff8ef 0%,#fff0df 56%,#ffe6d7 100%);
  }
  .emr-page .hero:after{display:none}
  .emr-page .hero-grid{
    min-height:0;
    display:block;
    padding:26px 0 20px;
  }
  .emr-page .eyebrow{gap:8px;font-size:9px;letter-spacing:.12em;color:#26221f}
  .emr-page .eyebrow:before{width:23px;height:2px}
  .emr-page .hero-title--desktop{display:none!important}
  .emr-page .hero-title--mobile{
    display:block!important;
    margin:13px 0 10px;
    max-width:none;
    color:#111;
    font-size:clamp(49px,14.6vw,62px)!important;
    line-height:.86!important;
    letter-spacing:-.065em!important;
    font-weight:880!important;
  }
  .emr-page .hero-title--mobile span{display:block;color:#ff5a1f}
  .emr-page .hero-lead{
    max-width:34em;
    color:#49423d;
    font-size:13.5px!important;
    line-height:1.48;
  }
  .emr-page .emr-desktop-search{display:none!important}
  .emr-page .emr-mobile-search{
    display:grid;
    grid-template-columns:1fr;
    gap:0;
    margin-top:18px;
    overflow:hidden;
    border:1px solid #eaded4;
    border-radius:18px;
    background:#fff;
    box-shadow:0 12px 30px rgba(62,42,29,.10);
  }
  .emr-page .emr-mobile-search-field{
    position:relative;
    min-height:61px;
    display:grid;
    grid-template-columns:38px minmax(0,1fr);
    align-items:center;
    gap:10px;
    padding:9px 13px;
    border-bottom:1px solid #eee4dc;
    color:#111;
  }
  .emr-page .emr-mobile-search-icon{
    width:36px;height:36px;
    display:grid;place-items:center;
    border-radius:11px;
    background:#fff3eb;
    color:#e55420;
  }
  .emr-page .emr-mobile-search-icon svg,
  .emr-page .emr-mobile-search-chevron,
  .emr-page .emr-mobile-search-submit svg{
    width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round;
  }
  .emr-page .emr-mobile-search-field small{display:block;margin-bottom:2px;color:#756d67;font-size:9px;font-weight:750;letter-spacing:.015em}
  .emr-page .emr-mobile-search-field input,
  .emr-page .emr-mobile-search-field select{
    width:100%;height:25px;padding:0;border:0;outline:0;background:transparent;color:#111;font-size:13.5px;font-weight:690;
  }
  .emr-page .emr-mobile-search-field input::placeholder{color:#827a74;opacity:1;font-weight:560}
  .emr-page .emr-mobile-search-field select{appearance:none;-webkit-appearance:none;padding-right:28px}
  .emr-page .emr-mobile-search-chevron{position:absolute;right:15px;bottom:19px;color:#6c655f;pointer-events:none}
  .emr-page .emr-mobile-search-submit{
    min-height:51px;
    display:flex;align-items:center;justify-content:center;gap:8px;
    margin:6px;
    border:0;border-radius:13px;
    background:#ff5a1f!important;color:#fff!important;
    font-size:13px;font-weight:850;
    box-shadow:0 7px 16px rgba(255,90,31,.18);
  }

  /* Quick decisions are swipeable instead of wrapping into multiple rows. */
  .emr-page .micro-filter-wrap{display:block;margin:12px -16px 0}
  .emr-page .micro-filter-label{display:none!important}
  .emr-page .micro-filters{
    display:flex!important;
    flex-wrap:nowrap!important;
    gap:7px!important;
    overflow-x:auto;
    overscroll-behavior-x:contain;
    scroll-snap-type:x proximity;
    padding:2px 16px 8px;
    scrollbar-width:none;
  }
  .emr-page .micro-filters::-webkit-scrollbar{display:none}
  .emr-page .micro-filters a{
    flex:0 0 auto;
    min-height:37px;
    padding:8px 11px!important;
    border:1px solid #e7dcd3!important;
    border-radius:999px!important;
    background:#fff!important;
    color:#171717!important;
    font-size:10px!important;
    font-weight:760!important;
    scroll-snap-align:start;
    box-shadow:0 3px 9px rgba(56,39,28,.045);
  }
  .emr-page .micro-filters a svg{width:14px!important;height:14px!important;color:#e45a25!important}
  .emr-page .micro-filters a.active{border-color:#ff9f74!important;background:#fff0e7!important;color:#111!important}
  .emr-page .hero-feedback{display:none}

  .emr-page .hero-art{
    min-height:0!important;
    height:154px;
    margin-top:10px;
    overflow:hidden;
    border-radius:20px;
    box-shadow:0 12px 26px rgba(55,36,23,.10);
  }
  .emr-page .hero-photo{display:none!important}
  .emr-page .hero-photo.a{
    display:block!important;
    position:absolute!important;
    inset:0!important;
    width:100%!important;height:100%!important;
    border:0!important;border-radius:20px!important;
    transform:none!important;box-shadow:none!important;
  }
  .emr-page .hero-photo.a:after{
    content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 48%,rgba(6,26,47,.28));pointer-events:none;
  }
  .emr-page .sun,.emr-page .hero-note{display:none!important}

  /* Cravings become a compact thumb carousel, not a floating desktop wave. */
  .emr-page .craving-bridge{
    position:relative;
    height:auto!important;
    min-height:0;
    margin:0!important;
    padding:12px 0;
    background:#ff5a1f;
    pointer-events:auto;
  }
  .emr-page .craving-inner{width:100%!important;height:auto!important;padding:0!important}
  .emr-page .craving-kicker{display:none!important}
  .emr-page .tag-row{
    display:flex;
    align-items:center;
    gap:8px!important;
    flex-wrap:nowrap;
    overflow-x:auto!important;
    padding:0 14px 6px!important;
    scrollbar-width:none;
    scroll-snap-type:x proximity;
  }
  .emr-page .tag-row::-webkit-scrollbar{display:none}
  .emr-page .tag{
    flex:0 0 auto!important;
    min-width:auto!important;
    max-width:none!important;
    height:40px!important;
    padding:5px 11px 5px 6px!important;
    border:0!important;
    border-radius:13px!important;
    background:#fffdf8!important;
    color:#111!important;
    font-size:10px!important;
    font-weight:800!important;
    transform:none!important;
    box-shadow:0 4px 10px rgba(123,43,11,.12)!important;
    scroll-snap-align:start;
  }
  .emr-page .tag:before,.emr-page .tag .tape{display:none!important}
  .emr-page .tag .ico{width:29px!important;height:29px!important;flex:0 0 29px!important;border-radius:9px!important}
  .emr-page .tag .ico svg{width:14px!important;height:14px!important}
  .emr-page .tag:hover{transform:none!important}
  .emr-page .more-popover{
    position:fixed!important;
    z-index:1000001!important;
    left:12px!important;right:12px!important;top:auto!important;bottom:18px!important;
    grid-template-columns:1fr 1fr!important;
    max-height:64vh;overflow:auto;
    border-radius:20px!important;
  }

  /* Finder opening screen. */
  .emr-page .restaurant-engine{padding:30px 0 58px!important;background:#fffaf5}
  .emr-page .restaurant-engine .full{padding:0 14px!important}
  .emr-page .restaurant-engine .section-head{margin:0 2px 16px!important}
  .emr-page .restaurant-engine .section-head h2{
    color:#111!important;
    font-size:34px!important;
    line-height:.96!important;
    letter-spacing:-.045em!important;
  }
  .emr-page .restaurant-engine .section-head p{
    max-width:32em;
    margin-top:8px!important;
    color:#655f5a!important;
    font-size:12.5px!important;
    line-height:1.45!important;
  }
  .emr-page .engine-shell{display:block!important}
  .emr-page .emr-refine-v2{display:none!important}
  .emr-page .emr-mobile-finder-toolbar{
    position:sticky;
    top:68px;
    z-index:110;
    display:grid;
    grid-template-columns:1.12fr .9fr .92fr .76fr;
    gap:6px;
    margin:0 -14px 13px;
    padding:8px 14px;
    border-top:1px solid #eee3da;
    border-bottom:1px solid #e8ddd4;
    background:rgba(255,250,245,.96);
    backdrop-filter:blur(13px);
    box-shadow:0 7px 18px rgba(52,38,28,.055);
  }
  .emr-page .emr-mobile-tool{
    position:relative;
    min-width:0;
    min-height:42px;
    display:flex;align-items:center;justify-content:center;gap:5px;
    padding:0 7px;
    border:1px solid #e5d9d0;
    border-radius:12px;
    background:#fff;
    color:#171717;
    font-size:9.5px;
    font-weight:780;
    white-space:nowrap;
  }
  .emr-page .emr-mobile-tool svg{width:15px;height:15px;flex:0 0 15px;fill:none;stroke:#df5722;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
  .emr-page .emr-mobile-tool b{
    min-width:17px;height:17px;padding:0 4px;display:grid;place-items:center;border-radius:999px;background:#ff5a1f;color:#fff;font-size:8px;
  }
  .emr-page .emr-mobile-tool--filters{border-color:#f4a07b;background:#fff3eb}
  .emr-page .emr-mobile-tool--sort select{
    min-width:0;max-width:62px;width:auto;height:40px;margin:-1px -4px -1px 0;padding:0 1px;border:0;outline:0;background:transparent;color:#171717;font-size:9.5px;font-weight:780;appearance:none;
  }
  .emr-page .emr-mobile-result-summary{display:flex;align-items:baseline;gap:7px;margin:0 2px 10px;color:#6b645e;font-size:10.5px}
  .emr-page .emr-mobile-result-summary strong{color:#111;font-size:13px}
  .emr-page .results-head{display:none!important}
  .emr-page .active-filter-bar{margin-bottom:11px;overflow-x:auto;scrollbar-width:none}
  .emr-page .active-filter-bar::-webkit-scrollbar{display:none}
  .emr-page .active-filter-chips{flex-wrap:nowrap}
  .emr-page .emr-active-filter-chip{flex:0 0 auto}

  /* One deliberate touch card per row. */
  .emr-page .restaurant-grid{grid-template-columns:1fr!important;gap:13px!important}
  .emr-page .restaurant-card{border-radius:18px!important;overflow:hidden;background:#fff}
  .emr-page .restaurant-card:hover{transform:none!important;box-shadow:none!important}
  .emr-page .card-img{height:auto!important;aspect-ratio:16/10}
  .emr-page .card-body{padding:13px 14px 14px!important}
  .emr-page .card-body h3{font-size:18px!important;line-height:1.08!important;color:#111!important}
  .emr-page .card-type{font-size:11px!important;line-height:1.35!important}
  .emr-page .emr-card-facts{margin-top:10px!important}
  .emr-page .emr-card-action{margin-top:11px!important}

  /* Full-screen mobile filter sheet. */
  .emr-page .emr-mobile-filter-sheet[hidden]{display:none!important}
  .emr-page .emr-mobile-filter-sheet{
    position:fixed;
    inset:0;
    z-index:1000000;
    display:block;
    background:#fffaf5;
  }
  .emr-page .emr-mobile-filter-panel,
  .emr-page .emr-mobile-filter-panel>form{height:100%;min-height:0}
  .emr-page .emr-mobile-filter-panel>form{display:grid;grid-template-rows:auto minmax(0,1fr) auto;background:#fffaf5;color:#111}
  .emr-page .emr-mobile-filter-head{
    min-height:76px;
    display:flex;align-items:center;justify-content:space-between;gap:18px;
    padding:14px 17px 12px;
    border-bottom:1px solid #e9ded6;
    background:#fffdf9;
  }
  .emr-page .emr-mobile-filter-head small{display:block;color:#e45520;font-size:8.5px;font-weight:900;letter-spacing:.09em;text-transform:uppercase}
  .emr-page .emr-mobile-filter-head h3{margin:3px 0 2px;color:#111;font-size:24px;line-height:1;font-weight:880;letter-spacing:-.035em}
  .emr-page .emr-mobile-filter-head span{color:#6d6660;font-size:9.5px;font-weight:650}
  .emr-page .emr-mobile-filter-head>button{width:40px;height:40px;display:grid;place-items:center;border:1px solid #e4d9d0;border-radius:50%;background:#fff;color:#111}
  .emr-page .emr-mobile-filter-head>button svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round}
  .emr-page .emr-mobile-filter-scroll{overflow-y:auto;overscroll-behavior:contain;padding:0 15px 26px;scrollbar-width:none}
  .emr-page .emr-mobile-filter-scroll::-webkit-scrollbar{display:none}
  .emr-page .emr-mobile-filter-group{display:block;margin:0;padding:16px 0;border-bottom:1px solid #eee4dc;color:#111}
  .emr-page .emr-mobile-filter-group>h4,
  .emr-page .emr-mobile-filter-group>summary{margin:0;color:#111;font-size:12px;font-weight:880;letter-spacing:-.01em}
  .emr-page details.emr-mobile-filter-group>summary{list-style:none;display:grid;grid-template-columns:minmax(0,1fr) auto 16px;align-items:center;gap:7px;cursor:pointer}
  .emr-page details.emr-mobile-filter-group>summary::-webkit-details-marker{display:none}
  .emr-page details.emr-mobile-filter-group>summary>span{color:#756e68;font-size:9px;font-weight:650;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:130px}
  .emr-page details.emr-mobile-filter-group>summary svg{width:16px;height:16px;fill:none;stroke:#6b645e;stroke-width:2;transition:transform .16s ease}
  .emr-page details.emr-mobile-filter-group[open]>summary svg{transform:rotate(180deg)}
  .emr-page .emr-mobile-venue-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;margin-top:11px}
  .emr-page .emr-mobile-venue-grid .emr-filter-option,
  .emr-page .emr-mobile-chip-grid .emr-filter-option{
    position:relative;min-height:42px;display:flex;align-items:center;justify-content:center;padding:8px 9px;border:1px solid #e7ddd5;border-radius:12px;background:#fff;color:#111;text-align:center;font-size:10px;font-weight:740;
  }
  .emr-page .emr-mobile-venue-grid .emr-filter-option input,
  .emr-page .emr-mobile-chip-grid .emr-filter-option input{position:absolute;opacity:0;pointer-events:none}
  .emr-page .emr-filter-option.is-active,
  .emr-page .emr-filter-option:has(input:checked){border-color:#ff9d71!important;background:#fff0e7!important;color:#111!important;font-weight:820!important}
  .emr-page .emr-filter-option.is-unavailable{opacity:.38}
  .emr-page .emr-mobile-select-row{display:block;margin-top:10px;padding:11px 12px;border:1px solid #e6dcd4;border-radius:13px;background:#fff}
  .emr-page .emr-mobile-select-row>span{display:block;margin-bottom:4px;color:#77706a;font-size:9px;font-weight:680}
  .emr-page .emr-mobile-select-row select{width:100%;height:27px;padding:0;border:0;outline:0;background:transparent;color:#111;font-size:12px;font-weight:760}
  .emr-page .emr-mobile-switch{position:relative;display:flex;align-items:center;gap:10px;margin-top:10px;min-height:38px;color:#111;font-size:11px}
  .emr-page .emr-mobile-switch>input{position:absolute;opacity:0}
  .emr-page .emr-mobile-switch-track{width:42px;height:24px;flex:0 0 42px;border-radius:999px;background:#ddd4cd;position:relative;transition:.16s ease}
  .emr-page .emr-mobile-switch-track:after{content:"";position:absolute;left:3px;top:3px;width:18px;height:18px;border-radius:50%;background:#fff;box-shadow:0 2px 5px rgba(0,0,0,.18);transition:.16s ease}
  .emr-page .emr-mobile-switch>input:checked+.emr-mobile-switch-track{background:#ff5a1f}
  .emr-page .emr-mobile-switch>input:checked+.emr-mobile-switch-track:after{transform:translateX(18px)}
  .emr-page .emr-mobile-chip-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;margin-top:11px}
  .emr-page .emr-mobile-option-list{display:grid;gap:2px;margin-top:12px}
  .emr-page .emr-mobile-option-list h5{margin:12px 0 4px;color:#e15722;font-size:9px;font-weight:900;letter-spacing:.07em;text-transform:uppercase}
  .emr-page .emr-mobile-option-list h5:first-child{margin-top:0}
  .emr-page .emr-mobile-option-list .emr-filter-option{min-height:40px;display:grid;grid-template-columns:19px minmax(0,1fr) auto;align-items:center;gap:8px;padding:7px 5px;border-bottom:1px solid #f1e9e3;color:#111;font-size:11px}
  .emr-page .emr-mobile-option-list .emr-filter-option input{width:17px;height:17px;margin:0;accent-color:#ff5a1f}
  .emr-page .emr-mobile-option-list .emr-filter-option em{color:#887f78;font-size:9px;font-style:normal}
  .emr-page .emr-mobile-filter-footer{
    display:grid;grid-template-columns:86px minmax(0,1fr);gap:8px;padding:10px 14px max(10px,env(safe-area-inset-bottom));border-top:1px solid #e8ddd5;background:#fffdf9;box-shadow:0 -8px 24px rgba(47,34,25,.06)
  }
  .emr-page .emr-mobile-filter-footer button{min-height:48px;border-radius:13px;font-size:11px;font-weight:850}
  .emr-page .emr-mobile-filter-clear{border:1px solid #ddd2c9;background:#fff;color:#111}
  .emr-page .emr-mobile-filter-apply{border:1px solid #ff5a1f;background:#ff5a1f;color:#fff}
  .emr-page .emr-mobile-filter-apply span{opacity:.78;margin-left:4px}
}


/* v0.58.1 — mobile card stabilization. Explicitly owns every card SVG so
   theme-wide SVG rules cannot stretch icons to the width of the phone. */
@media(max-width:680px){
  .emr-page .restaurant-card{
    border:1px solid #eadfd7!important;
    box-shadow:0 8px 22px rgba(45,31,22,.055)!important;
  }
  .emr-page .restaurant-card .card-img{
    position:relative!important;
    isolation:isolate!important;
    overflow:hidden!important;
    background:#efe7df!important;
  }
  .emr-page .restaurant-card .card-img>a{
    display:block!important;
    width:100%!important;
    height:100%!important;
  }
  .emr-page .restaurant-card .card-img>a img,
  .emr-page .restaurant-card .emr-restaurant-image{
    display:block!important;
    width:100%!important;
    height:100%!important;
    object-fit:cover!important;
  }

  /* Rating: five small stars only. */
  .emr-page .restaurant-card .emr-rating-stars{
    position:absolute!important;
    z-index:20!important;
    top:11px!important;
    left:11px!important;
    width:auto!important;
    height:auto!important;
    display:inline-flex!important;
    flex-direction:row!important;
    align-items:center!important;
    gap:2px!important;
    padding:0!important;
    margin:0!important;
    border:0!important;
    border-radius:0!important;
    background:transparent!important;
    box-shadow:none!important;
    line-height:0!important;
    pointer-events:none!important;
    filter:drop-shadow(0 1px 2px rgba(0,0,0,.42));
  }
  .emr-page .restaurant-card .emr-rating-stars svg{
    display:block!important;
    width:13px!important;
    height:13px!important;
    min-width:13px!important;
    max-width:13px!important;
    flex:0 0 13px!important;
    overflow:visible!important;
    fill:none!important;
    stroke-width:1.5!important;
  }
  .emr-page .restaurant-card .emr-rating-stars svg.is-filled{
    fill:#ffb72b!important;
    stroke:#ffb72b!important;
  }
  .emr-page .restaurant-card .emr-rating-stars svg.is-empty{
    fill:rgba(255,255,255,.18)!important;
    stroke:#fff!important;
  }

  /* Save stays a 38px touch target with the durable CSS background heart. */
  body .emr-page .restaurant-card button.card-save.em-save-btn.emr-save-btn{
    position:absolute!important;
    z-index:25!important;
    top:10px!important;
    right:10px!important;
    width:38px!important;
    height:38px!important;
    min-width:38px!important;
    min-height:38px!important;
    max-width:38px!important;
    max-height:38px!important;
    display:grid!important;
    place-items:center!important;
    padding:0!important;
    margin:0!important;
    overflow:hidden!important;
    border:0!important;
    border-radius:50%!important;
    background:#fffdf9!important;
    color:#ff6a2f!important;
    box-shadow:0 6px 15px rgba(35,25,18,.16)!important;
    font-size:0!important;
    line-height:0!important;
  }

  /* Location belongs at the bottom-left so it never collides with rating. */
  .emr-page .restaurant-card .place-chip{
    position:absolute!important;
    z-index:18!important;
    top:auto!important;
    bottom:10px!important;
    left:10px!important;
    right:auto!important;
    max-width:calc(100% - 20px)!important;
    min-height:0!important;
    padding:6px 9px!important;
    border:1px solid rgba(255,90,31,.18)!important;
    border-radius:999px!important;
    background:rgba(255,250,245,.96)!important;
    color:#b64d24!important;
    box-shadow:0 4px 11px rgba(35,25,18,.10)!important;
    font-size:9.5px!important;
    font-weight:760!important;
    line-height:1!important;
  }

  /* Compact decision information. */
  .emr-page .restaurant-card .emr-card-facts{
    display:grid!important;
    grid-template-columns:minmax(0,1fr)!important;
    gap:7px!important;
    margin-top:11px!important;
    padding:10px 0 9px!important;
    border-top:1px solid #efe5dd!important;
  }
  .emr-page .restaurant-card .emr-card-facts.has-hours-price{
    grid-template-columns:minmax(0,1fr) auto!important;
    column-gap:10px!important;
  }
  .emr-page .restaurant-card .emr-card-fact{
    min-width:0!important;
    display:flex!important;
    align-items:center!important;
    gap:6px!important;
    color:#625d58!important;
    font-size:10px!important;
    font-weight:590!important;
    line-height:1.25!important;
  }
  .emr-page .restaurant-card .emr-card-fact.is-status{
    grid-column:1/-1!important;
  }
  .emr-page .restaurant-card .emr-card-fact.is-open{
    color:#d65522!important;
    font-weight:720!important;
  }
  .emr-page .restaurant-card .emr-card-fact.is-price{
    justify-self:end!important;
    justify-content:flex-end!important;
    text-align:right!important;
    white-space:nowrap!important;
  }
  .emr-page .restaurant-card .emr-card-fact svg{
    display:block!important;
    width:14px!important;
    height:14px!important;
    min-width:14px!important;
    max-width:14px!important;
    flex:0 0 14px!important;
    overflow:visible!important;
    fill:none!important;
    stroke:#e05a27!important;
    stroke-width:1.7!important;
    stroke-linecap:round!important;
    stroke-linejoin:round!important;
  }
  .emr-page .restaurant-card .emr-card-fact span{
    min-width:0!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
    white-space:nowrap!important;
  }

  .emr-page .restaurant-card .emr-card-action{
    margin-top:0!important;
    padding-top:9px!important;
    border-top:1px solid #efe5dd!important;
  }
  .emr-page .restaurant-card .emr-card-action a{
    width:max-content!important;
    display:inline-flex!important;
    align-items:center!important;
    gap:5px!important;
    margin:0!important;
    padding:0!important;
    border:0!important;
    color:#e05622!important;
    font-size:10.5px!important;
    font-weight:790!important;
    line-height:1.2!important;
  }
  .emr-page .restaurant-card .emr-card-action a svg{
    display:block!important;
    width:14px!important;
    height:14px!important;
    min-width:14px!important;
    max-width:14px!important;
    flex:0 0 14px!important;
    fill:none!important;
    stroke:currentColor!important;
    stroke-width:1.8!important;
    stroke-linecap:round!important;
    stroke-linejoin:round!important;
  }

  /* Last-resort guard: no inline SVG inside a venue card may inherit a
     theme-level 100% width. Specific rules above still determine its size. */
  .emr-page .restaurant-card svg{vertical-align:middle!important}
}


/* v0.58.2 — mobile results rebuilt as a fast two-up discovery grid. */
@media(max-width:680px){
  .emr-page .emr-mobile-finder-toolbar{
    top:0!important;
    grid-template-columns:1.08fr .9fr .92fr .72fr!important;
    gap:5px!important;
    margin:0 -14px 11px!important;
    padding:7px 14px!important;
  }
  body.admin-bar .emr-page .emr-mobile-finder-toolbar{top:46px!important}
  .emr-page .emr-mobile-tool{
    min-height:39px!important;
    padding:0 6px!important;
    border-radius:11px!important;
    font-size:9px!important;
  }
  .emr-page .emr-mobile-tool svg{width:14px!important;height:14px!important;flex-basis:14px!important}
  .emr-page .emr-mobile-tool b{min-width:16px!important;height:16px!important;font-size:7.5px!important}
  .emr-page .emr-mobile-tool--sort select{max-width:57px!important;height:37px!important;font-size:9px!important}

  .emr-page .emr-mobile-result-summary{
    margin:0 1px 9px!important;
    justify-content:space-between;
    gap:8px!important;
  }
  .emr-page .emr-mobile-result-summary strong{font-size:12.5px!important;white-space:nowrap}
  .emr-page .emr-mobile-result-summary span{font-size:9.5px!important;text-align:right}

  .emr-page .restaurant-grid{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    align-items:stretch!important;
    gap:10px!important;
  }
  .emr-page .restaurant-card{
    --emr-save-button-size:32px;
    --emr-save-heart-size:17px;
    --emr-save-offset:7px;
    min-width:0!important;
    height:100%!important;
    display:flex!important;
    flex-direction:column!important;
    border-radius:15px!important;
    box-shadow:0 6px 17px rgba(45,31,22,.055)!important;
  }
  .emr-page .restaurant-card .card-img{
    flex:0 0 auto!important;
    height:auto!important;
    aspect-ratio:4/3!important;
  }
  .emr-page .restaurant-card .card-body{
    min-width:0!important;
    flex:1 1 auto!important;
    display:flex!important;
    flex-direction:column!important;
    padding:9px 9px 10px!important;
  }
  .emr-page .restaurant-card .emr-card-heading{min-width:0!important}
  .emr-page .restaurant-card .card-body h3{
    margin:0!important;
    min-height:28px!important;
    display:-webkit-box!important;
    -webkit-box-orient:vertical!important;
    -webkit-line-clamp:2!important;
    overflow:hidden!important;
    color:#111!important;
    font-size:12.5px!important;
    line-height:1.12!important;
    letter-spacing:-.025em!important;
  }
  .emr-page .restaurant-card .card-type{
    min-width:0!important;
    margin-top:4px!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
    white-space:nowrap!important;
    color:#716963!important;
    font-size:8.6px!important;
    line-height:1.25!important;
  }

  .emr-page .restaurant-card .emr-rating-stars{
    top:7px!important;
    left:7px!important;
    gap:1px!important;
  }
  .emr-page .restaurant-card .emr-rating-stars svg{
    width:9px!important;
    height:9px!important;
    min-width:9px!important;
    max-width:9px!important;
    flex-basis:9px!important;
    stroke-width:1.6!important;
  }
  body .emr-page .restaurant-card button.card-save.em-save-btn.emr-save-btn{
    top:var(--emr-save-offset)!important;
    right:var(--emr-save-offset)!important;
    box-shadow:0 4px 11px rgba(35,25,18,.15)!important;
  }
  .emr-page .restaurant-card .place-chip{
    bottom:7px!important;
    left:7px!important;
    max-width:calc(100% - 14px)!important;
    padding:5px 7px!important;
    font-size:7.8px!important;
    line-height:1!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
    white-space:nowrap!important;
  }

  .emr-page .restaurant-card .emr-card-facts{
    margin-top:7px!important;
    padding:7px 0 6px!important;
    gap:5px!important;
  }
  .emr-page .restaurant-card .emr-card-facts.has-hours-price{
    grid-template-columns:minmax(0,1fr) auto!important;
    column-gap:5px!important;
  }
  .emr-page .restaurant-card .emr-card-fact{
    gap:4px!important;
    font-size:7.9px!important;
    line-height:1.18!important;
  }
  .emr-page .restaurant-card .emr-card-fact svg{
    width:10px!important;
    height:10px!important;
    min-width:10px!important;
    max-width:10px!important;
    flex-basis:10px!important;
    stroke-width:1.8!important;
  }
  .emr-page .restaurant-card .emr-card-fact.is-status{font-size:8.2px!important}
  .emr-page .restaurant-card .emr-card-fact.is-price{font-size:7.8px!important}
  .emr-page .restaurant-card .emr-card-fact.is-price svg{display:none!important}

  .emr-page .restaurant-card .emr-card-action{
    margin-top:auto!important;
    padding-top:7px!important;
  }
  .emr-page .restaurant-card .emr-card-action a{
    font-size:9px!important;
    gap:3px!important;
  }
  .emr-page .restaurant-card .emr-card-action a svg{
    width:11px!important;
    height:11px!important;
    min-width:11px!important;
    max-width:11px!important;
    flex-basis:11px!important;
  }

  .emr-page .load-more{margin-top:17px!important}
  .emr-page .load-more button,
  .emr-page .emr-load-more-wrap button{
    min-width:min(240px,82vw)!important;
    min-height:45px!important;
    padding:0 20px!important;
    border-radius:999px!important;
    font-size:10.5px!important;
  }
}

@media(max-width:360px){
  .emr-page .restaurant-grid{gap:8px!important}
  .emr-page .restaurant-card .card-body{padding:8px!important}
  .emr-page .restaurant-card .card-body h3{font-size:11.8px!important}
  .emr-page .restaurant-card .emr-card-fact{font-size:7.5px!important}
}


/* v0.58.3 — Stage 1 mobile: search-first hero and one purposeful quick-start rail. */
@media(max-width:680px){
  .emr-page .hero-grid{padding:20px 0 16px!important}
  .emr-page .hero .eyebrow{font-size:8px!important;letter-spacing:.105em!important}
  .emr-page .hero-title--mobile{
    margin:10px 0 7px!important;
    font-size:clamp(43px,13vw,55px)!important;
    line-height:.88!important;
  }
  .emr-page .hero-lead--desktop{display:none!important}
  .emr-page .hero-lead--mobile{
    display:block!important;
    max-width:31em!important;
    margin:0!important;
    color:#3e3935!important;
    font-size:12px!important;
    line-height:1.42!important;
  }

  .emr-page .emr-mobile-search{
    margin-top:13px!important;
    border-radius:16px!important;
    box-shadow:0 9px 22px rgba(62,42,29,.085)!important;
  }
  .emr-page .emr-mobile-search-field{
    min-height:54px!important;
    grid-template-columns:34px minmax(0,1fr)!important;
    gap:9px!important;
    padding:7px 11px!important;
  }
  .emr-page .emr-mobile-search-icon{
    width:32px!important;height:32px!important;border-radius:10px!important;
  }
  .emr-page .emr-mobile-search-icon svg,
  .emr-page .emr-mobile-search-chevron,
  .emr-page .emr-mobile-search-submit svg{width:16px!important;height:16px!important}
  .emr-page .emr-mobile-search-field small{
    margin-bottom:0!important;color:#6d6762!important;font-size:8px!important;font-weight:800!important;text-transform:uppercase;letter-spacing:.065em!important;
  }
  .emr-page .emr-mobile-search-field input,
  .emr-page .emr-mobile-search-field select{height:23px!important;font-size:12.5px!important;font-weight:700!important}
  .emr-page .emr-mobile-search-chevron{right:13px!important;bottom:17px!important}
  .emr-page .emr-mobile-search-submit{
    min-height:45px!important;
    margin:5px!important;
    border-radius:12px!important;
    font-size:11.5px!important;
  }

  .emr-page .emr-mobile-quick-start{display:block!important;margin:12px -16px 0!important}
  .emr-page .emr-mobile-quick-head{
    display:flex;align-items:baseline;justify-content:space-between;gap:12px;
    padding:0 16px 7px;color:#111;
  }
  .emr-page .emr-mobile-quick-head strong{font-size:10.5px;font-weight:880;letter-spacing:-.01em}
  .emr-page .emr-mobile-quick-head span{color:#786f69;font-size:8.5px;font-weight:650}
  .emr-page .emr-mobile-quick-track{
    display:flex;gap:7px;overflow-x:auto;overscroll-behavior-x:contain;
    padding:0 16px 5px;scroll-snap-type:x proximity;scrollbar-width:none;
  }
  .emr-page .emr-mobile-quick-track::-webkit-scrollbar{display:none}
  .emr-page .emr-mobile-quick-card{
    flex:0 0 auto;min-width:76px;min-height:58px;
    display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;gap:6px;
    padding:8px 9px;border:1px solid #e8ddd4;border-radius:13px;
    background:#fff;color:#171717;box-shadow:0 3px 9px rgba(56,39,28,.035);
    font-size:9px;font-weight:800;line-height:1.05;scroll-snap-align:start;
  }
  .emr-page .emr-mobile-quick-icon{
    width:25px;height:25px;display:grid;place-items:center;border-radius:8px;background:#fff1e8;color:#e85520;
  }
  .emr-page .emr-mobile-quick-icon svg{
    width:14px!important;height:14px!important;display:block!important;fill:none!important;stroke:currentColor!important;stroke-width:1.8!important;stroke-linecap:round!important;stroke-linejoin:round!important;
  }
  .emr-page .emr-mobile-quick-card.is-active{border-color:#ff9a70;background:#fff0e7;color:#111}
  .emr-page .emr-mobile-quick-card.is-active .emr-mobile-quick-icon{background:#ff5a1f;color:#fff}

  /* One discovery rail is enough on a phone. Keep desktop quick picks/cravings out of the mobile journey. */
  .emr-page .micro-filter-wrap{display:none!important}
  .emr-page .craving-bridge{display:none!important}

  .emr-page .hero-art{
    height:118px!important;
    margin-top:12px!important;
    border-radius:17px!important;
    box-shadow:0 8px 20px rgba(55,36,23,.08)!important;
  }
  .emr-page .hero-photo.a{border-radius:17px!important}
  .emr-page .hero-photo.a:after{background:linear-gradient(180deg,transparent 55%,rgba(6,26,47,.20))!important}
}


/* v0.58.4 — Stage 1 mobile refinement: faster path from intent to actual places. */
@media(max-width:680px){
  .emr-page .hero-grid{padding:15px 0 10px!important}
  .emr-page .hero-title--mobile{
    margin:8px 0 6px!important;
    font-size:clamp(40px,12.2vw,50px)!important;
    line-height:.89!important;
  }
  .emr-page .hero-lead--mobile{
    max-width:29em!important;
    font-size:11.5px!important;
    line-height:1.38!important;
  }
  .emr-page .emr-mobile-search{margin-top:11px!important}
  .emr-page .emr-mobile-search-field{
    min-height:50px!important;
    grid-template-columns:31px minmax(0,1fr)!important;
    gap:8px!important;
    padding:6px 10px!important;
  }
  .emr-page .emr-mobile-search-icon{width:29px!important;height:29px!important;border-radius:9px!important}
  .emr-page .emr-mobile-search-field input,
  .emr-page .emr-mobile-search-field select{font-size:12px!important}
  .emr-page .emr-mobile-search-submit{min-height:42px!important;margin:4px!important}

  .emr-page .emr-mobile-quick-start{margin:10px -16px 0!important}
  .emr-page .emr-mobile-quick-head{padding:0 16px 6px!important}
  .emr-page .emr-mobile-quick-head strong{font-size:10px!important}
  .emr-page .emr-mobile-quick-head span{display:none!important}
  .emr-page .emr-mobile-quick-track{
    gap:6px!important;
    padding:0 16px 4px!important;
  }
  .emr-page .emr-mobile-quick-card{
    min-width:0!important;
    min-height:36px!important;
    flex-direction:row!important;
    align-items:center!important;
    justify-content:flex-start!important;
    gap:6px!important;
    padding:6px 9px!important;
    border-radius:999px!important;
    white-space:nowrap!important;
    font-size:9.5px!important;
    line-height:1!important;
  }
  .emr-page .emr-mobile-quick-icon{
    width:21px!important;height:21px!important;border-radius:50%!important;flex:0 0 21px!important;
  }
  .emr-page .emr-mobile-quick-icon svg{width:12px!important;height:12px!important}

  /* Venue photography begins immediately in the result grid; don't make users scroll past a duplicate hero image first. */
  .emr-page .hero-art{display:none!important}

  .emr-page .restaurant-engine{padding-top:20px!important}
  .emr-page .restaurant-engine .section-head{margin-bottom:10px!important}
  .emr-page .restaurant-engine .section-head h2{
    margin:0!important;
    font-size:28px!important;
    line-height:.98!important;
    letter-spacing:-.045em!important;
  }
  .emr-page .restaurant-engine .section-head p{display:none!important}
}


/* v0.58.5 — Mobile Stage 1 lock candidate: hero = identity + quick start; search moves into finder. */
@media(max-width:680px){
  .emr-page .hero-grid{padding:12px 0 9px!important}
  .emr-page .hero .eyebrow{display:none!important}
  .emr-page .hero-title--mobile{
    margin:0 0 6px!important;
    font-size:clamp(40px,12vw,49px)!important;
    line-height:.89!important;
  }
  .emr-page .hero-lead--mobile{
    max-width:28em!important;
    font-size:11.5px!important;
    line-height:1.38!important;
  }
  /* Search no longer lives in the hero on mobile. */
  .emr-page .hero .emr-mobile-search{display:none!important}
  .emr-page .emr-mobile-quick-start{margin:10px -16px 0!important}
  .emr-page .emr-mobile-quick-head{padding:0 16px 6px!important}

  .emr-page .restaurant-engine{padding-top:17px!important}
  .emr-page .emr-mobile-finder-toolbar{
    grid-template-columns:1fr 1fr .92fr .84fr!important;
    gap:5px!important;
    margin-bottom:8px!important;
  }
  .emr-page .emr-mobile-tool{min-height:40px!important;padding:0 6px!important;font-size:9.25px!important}
  .emr-page .emr-mobile-tool--search.is-active,
  .emr-page .emr-mobile-tool--search.is-open{
    border-color:#f4a07b!important;
    background:#fff3eb!important;
  }

  .emr-page .emr-mobile-finder-search[hidden]{display:none!important}
  .emr-page .emr-mobile-finder-search{
    display:grid!important;
    grid-template-columns:minmax(0,1fr) auto 42px;
    gap:6px;
    margin:-2px 0 10px;
    padding:7px;
    border:1px solid #eadfd6;
    border-radius:14px;
    background:#fff;
    box-shadow:0 8px 20px rgba(52,38,28,.06);
  }
  .emr-page .emr-mobile-finder-search-field{
    min-width:0;
    min-height:42px;
    display:grid;
    grid-template-columns:22px minmax(0,1fr);
    align-items:center;
    gap:7px;
    padding:0 10px;
    border:1px solid #e8ddd4;
    border-radius:10px;
    background:#fffaf6;
  }
  .emr-page .emr-mobile-finder-search-field svg,
  .emr-page .emr-mobile-finder-near svg{
    width:16px!important;height:16px!important;display:block!important;fill:none!important;
    stroke:#e75a24!important;stroke-width:1.8!important;stroke-linecap:round!important;stroke-linejoin:round!important;
  }
  .emr-page .emr-mobile-finder-search-field input{
    min-width:0;width:100%;height:40px!important;padding:0!important;border:0!important;outline:0!important;
    background:transparent!important;color:#111!important;font-size:11.5px!important;font-weight:650!important;
    box-shadow:none!important;
  }
  .emr-page .emr-mobile-finder-search-field input::placeholder{color:#817872!important;opacity:1!important}
  .emr-page .emr-mobile-finder-search-go,
  .emr-page .emr-mobile-finder-near{
    min-height:42px;border:0;border-radius:10px;font-weight:850;
  }
  .emr-page .emr-mobile-finder-search-go{
    padding:0 13px;background:#ff5a1f;color:#fff;font-size:10px;
  }
  .emr-page .emr-mobile-finder-near{
    width:42px;display:grid;place-items:center;background:#fff3eb;border:1px solid #f3c1aa;color:#111;
  }
}

@media(min-width:681px){
  .emr-page .emr-mobile-finder-search{display:none!important}
}

/* v0.58.6 — Mobile Stage 2: finder controls + progressive full-screen filters. */
@media(max-width:680px){
  /* Make the discovery controls impossible for inherited/theme CSS to hide. */
  .emr-page .emr-mobile-finder-toolbar{
    display:grid!important;
    position:sticky!important;
    top:0!important;
    z-index:9998!important;
    grid-template-columns:repeat(4,minmax(0,1fr))!important;
    gap:6px!important;
    margin:0 -14px 8px!important;
    padding:7px 14px!important;
    border-top:1px solid #eee4db!important;
    border-bottom:1px solid #e8ddd4!important;
    background:rgba(255,250,245,.975)!important;
    backdrop-filter:blur(14px)!important;
    -webkit-backdrop-filter:blur(14px)!important;
    box-shadow:0 7px 18px rgba(52,38,28,.055)!important;
  }
  body.admin-bar .emr-page .emr-mobile-finder-toolbar{top:46px!important}
  .emr-page .emr-mobile-tool{
    min-height:42px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    gap:5px!important;
    padding:0 5px!important;
    border:1px solid #e5d9d0!important;
    border-radius:12px!important;
    background:#fff!important;
    color:#111!important;
    font-size:9.5px!important;
    font-weight:820!important;
    box-shadow:none!important;
  }
  .emr-page .emr-mobile-tool--filters{border-color:#f1a07c!important;background:#fff2e9!important}
  .emr-page .emr-mobile-tool svg{width:14px!important;height:14px!important;flex:0 0 14px!important;fill:none!important;stroke:#e45a24!important;stroke-width:1.85!important;stroke-linecap:round!important;stroke-linejoin:round!important}
  .emr-page .emr-mobile-tool b{min-width:17px!important;height:17px!important;padding:0 4px!important;border-radius:999px!important;background:#ff5a1f!important;color:#fff!important;font-size:7.5px!important}
  .emr-page .emr-mobile-tool--sort{position:relative!important;overflow:hidden!important}
  .emr-page .emr-mobile-tool--sort select{
    position:absolute!important;inset:0!important;width:100%!important;max-width:none!important;height:100%!important;
    padding:0!important;border:0!important;opacity:0!important;cursor:pointer!important;
  }
  .emr-page .emr-mobile-tool--sort:after{content:"Sort";font-size:9.5px;font-weight:820;color:#111}

  .emr-page .emr-mobile-result-summary{
    display:flex!important;align-items:center!important;justify-content:space-between!important;gap:10px!important;
    margin:0 1px 9px!important;color:#756e68!important;
  }
  .emr-page .emr-mobile-result-summary strong{font-size:11.5px!important;color:#111!important}
  .emr-page .emr-mobile-result-summary span{font-size:8.8px!important;color:#7c746e!important;text-align:right!important}

  /* Filter sheet: simple home screen first; breadth moves into dedicated subviews. */
  .emr-page .emr-mobile-filter-sheet{background:#fffaf5!important}
  .emr-page .emr-mobile-filter-panel>form{position:relative!important;overflow:hidden!important}
  .emr-page .emr-mobile-filter-head{
    min-height:72px!important;padding:12px 15px 10px!important;background:#fffdf9!important;
    border-bottom:1px solid #ece1d8!important;
  }
  .emr-page .emr-mobile-filter-head small{font-size:7.8px!important;color:#e45a24!important;letter-spacing:.095em!important}
  .emr-page .emr-mobile-filter-head h3{font-size:25px!important;color:#111!important}
  .emr-page .emr-mobile-filter-head span{font-size:9px!important;color:#706963!important}
  .emr-page .emr-mobile-filter-head>button{width:38px!important;height:38px!important;background:#fff!important;color:#111!important}

  .emr-page .emr-mobile-filter-home{padding:0 14px 24px!important}
  .emr-page .emr-mobile-filter-group{padding:14px 0!important}
  .emr-page .emr-mobile-filter-group--compact{padding:6px 0 10px!important}
  .emr-page .emr-mobile-filter-title{display:flex;align-items:baseline;justify-content:space-between;gap:12px;margin-bottom:9px}
  .emr-page .emr-mobile-filter-title h4{margin:0;color:#111;font-size:11.5px;font-weight:900;letter-spacing:-.01em}
  .emr-page .emr-mobile-filter-title span{color:#8a817a;font-size:8.5px;font-weight:700}
  .emr-page .emr-mobile-venue-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:7px!important;margin-top:0!important}
  .emr-page .emr-mobile-venue-grid .emr-filter-option,
  .emr-page .emr-mobile-chip-grid .emr-filter-option{
    min-height:40px!important;padding:7px 8px!important;border-radius:11px!important;
    border:1px solid #e6dcd4!important;background:#fff!important;color:#111!important;
    font-size:9.5px!important;font-weight:760!important;line-height:1.12!important;
  }
  .emr-page .emr-mobile-chip-grid{gap:7px!important;margin-top:0!important}
  .emr-page .emr-mobile-chip-grid--price{grid-template-columns:repeat(3,minmax(0,1fr))!important}
  .emr-page .emr-mobile-chip-grid--price .emr-filter-option{min-height:38px!important;font-size:8.8px!important}
  .emr-page .emr-filter-option:has(input:checked){border-color:#ff9b70!important;background:#fff0e7!important;color:#111!important;box-shadow:inset 0 0 0 1px rgba(255,90,31,.05)!important}

  .emr-page .emr-mobile-switch{
    min-height:48px!important;margin:0!important;padding:7px 2px!important;justify-content:space-between!important;gap:12px!important;
  }
  .emr-page .emr-mobile-switch>span:first-child{display:flex;flex-direction:column;gap:2px;min-width:0}
  .emr-page .emr-mobile-switch b{color:#111!important;font-size:10.5px!important}
  .emr-page .emr-mobile-switch small{color:#817973!important;font-size:8.5px!important;font-weight:650!important}
  .emr-page .emr-mobile-switch-track{order:3;width:44px!important;height:25px!important;flex:0 0 44px!important}

  .emr-page .emr-mobile-filter-deep-label{
    margin:17px 0 4px!important;color:#e45a24!important;font-size:8px!important;font-weight:900!important;
    letter-spacing:.1em!important;text-transform:uppercase!important;
  }
  .emr-page .emr-mobile-filter-row{
    width:100%!important;min-height:58px!important;display:grid!important;grid-template-columns:minmax(0,1fr) 18px!important;
    align-items:center!important;gap:10px!important;padding:10px 2px!important;border:0!important;border-bottom:1px solid #eee4dc!important;
    background:transparent!important;color:#111!important;text-align:left!important;
  }
  .emr-page .emr-mobile-filter-row>span{min-width:0;display:flex;flex-direction:column;gap:3px}
  .emr-page .emr-mobile-filter-row strong{font-size:11px!important;line-height:1.1!important;color:#111!important;font-weight:880!important}
  .emr-page .emr-mobile-filter-row small{max-width:250px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#7d756f!important;font-size:8.8px!important;font-weight:650!important}
  .emr-page .emr-mobile-filter-row svg{width:16px!important;height:16px!important;fill:none!important;stroke:#8f867f!important;stroke-width:1.8!important;stroke-linecap:round!important;stroke-linejoin:round!important}

  .emr-page .emr-mobile-filter-footer{
    grid-template-columns:.72fr 1.45fr!important;gap:8px!important;padding:9px 12px calc(9px + env(safe-area-inset-bottom))!important;
    background:#fffdf9!important;border-top:1px solid #eadfd6!important;box-shadow:0 -8px 20px rgba(46,33,24,.055)!important;
  }
  .emr-page .emr-mobile-filter-footer button{min-height:48px!important;font-size:10.5px!important}
  .emr-page .emr-mobile-filter-clear{background:#fff!important;color:#111!important}
  .emr-page .emr-mobile-filter-apply{background:#ff5a1f!important;color:#fff!important}

  /* Dedicated subviews: thumb-friendly, searchable and much calmer than long accordions. */
  .emr-page .emr-mobile-filter-subview[hidden]{display:none!important}
  .emr-page .emr-mobile-filter-subview{
    position:absolute!important;z-index:6!important;inset:0 0 67px!important;display:grid!important;
    grid-template-rows:auto auto minmax(0,1fr)!important;background:#fffaf5!important;color:#111!important;
  }
  .emr-page .emr-mobile-filter-subview:not(:has(.emr-mobile-subview-search)){grid-template-rows:auto minmax(0,1fr)!important}
  .emr-page .emr-mobile-subview-head{
    min-height:69px!important;display:grid!important;grid-template-columns:40px minmax(0,1fr)!important;align-items:center!important;gap:10px!important;
    padding:10px 14px!important;border-bottom:1px solid #ece1d8!important;background:#fffdf9!important;
  }
  .emr-page .emr-mobile-subview-head>button{width:38px!important;height:38px!important;display:grid!important;place-items:center!important;border:1px solid #e5dad2!important;border-radius:50%!important;background:#fff!important;color:#111!important}
  .emr-page .emr-mobile-subview-head svg{width:17px!important;height:17px!important;fill:none!important;stroke:currentColor!important;stroke-width:2!important;stroke-linecap:round!important;stroke-linejoin:round!important}
  .emr-page .emr-mobile-subview-head small{display:block;color:#e45a24!important;font-size:7.5px!important;font-weight:900!important;letter-spacing:.08em!important;text-transform:uppercase!important}
  .emr-page .emr-mobile-subview-head h4{margin:2px 0 0!important;color:#111!important;font-size:19px!important;line-height:1!important;font-weight:900!important;letter-spacing:-.025em!important}
  .emr-page .emr-mobile-subview-search{
    margin:10px 14px 4px!important;min-height:43px!important;display:grid!important;grid-template-columns:22px minmax(0,1fr)!important;align-items:center!important;gap:7px!important;
    padding:0 11px!important;border:1px solid #e4d9d1!important;border-radius:12px!important;background:#fff!important;
  }
  .emr-page .emr-mobile-subview-search svg{width:15px!important;height:15px!important;fill:none!important;stroke:#e45a24!important;stroke-width:1.8!important}
  .emr-page .emr-mobile-subview-search input{width:100%!important;height:41px!important;padding:0!important;border:0!important;outline:0!important;background:transparent!important;color:#111!important;font-size:11px!important;box-shadow:none!important}
  .emr-page .emr-mobile-subview-body{overflow-y:auto!important;overscroll-behavior:contain!important;padding:5px 14px 24px!important;scrollbar-width:none!important}
  .emr-page .emr-mobile-subview-body::-webkit-scrollbar{display:none!important}
  .emr-page .emr-mobile-subview-body--short{padding-top:12px!important}
  .emr-page .emr-mobile-subview-section{padding:12px 0 3px!important}
  .emr-page .emr-mobile-subview-section h5{margin:0 0 6px!important;color:#e45a24!important;font-size:8px!important;font-weight:900!important;letter-spacing:.08em!important;text-transform:uppercase!important}
  .emr-page .emr-mobile-list-option{
    position:relative!important;min-height:45px!important;display:grid!important;grid-template-columns:20px minmax(0,1fr) auto!important;align-items:center!important;gap:9px!important;
    padding:7px 2px!important;border-bottom:1px solid #f0e7e0!important;color:#111!important;font-size:10.5px!important;font-weight:720!important;
  }
  .emr-page .emr-mobile-list-option input{width:18px!important;height:18px!important;margin:0!important;accent-color:#ff5a1f!important}
  .emr-page .emr-mobile-list-option em{color:#8a817b!important;font-size:8.5px!important;font-style:normal!important}
  .emr-page .emr-mobile-list-option.is-unavailable{opacity:.38!important}
  .emr-page .emr-mobile-list-option.is-search-hidden{display:none!important}
  .emr-page .emr-mobile-subview-section.is-search-empty{display:none!important}
}


/* v0.58.7 — Stage 3 mobile: beach interruption as one immersive visual breath. */
.emr-page .interrupt-cta-mobile{display:none}
@media(max-width:680px){
  .emr-page .interrupt{
    padding:14px 14px 18px!important;
    background:#fff8f1!important;
    overflow:hidden!important;
  }
  .emr-page .interrupt-grid{
    position:relative!important;
    min-height:0!important;
    height:360px!important;
    display:grid!important;
    grid-template-columns:1fr!important;
    grid-template-rows:1fr!important;
    overflow:hidden!important;
    border-radius:22px!important;
    background:#10273a!important;
    box-shadow:0 14px 34px rgba(38,27,20,.13)!important;
  }
  .emr-page .interrupt-photo{
    grid-area:1/1!important;
    min-height:0!important;
    height:100%!important;
    position:relative!important;
    z-index:1!important;
  }
  .emr-page .interrupt-photo:after{
    content:""!important;
    position:absolute!important;
    inset:0!important;
    z-index:1!important;
    pointer-events:none!important;
    background:
      linear-gradient(180deg,rgba(3,16,28,.04) 16%,rgba(3,16,28,.12) 44%,rgba(3,16,28,.84) 100%)!important;
  }
  .emr-page .interrupt-photo img{
    width:100%!important;
    height:100%!important;
    display:block!important;
    object-fit:cover!important;
    object-position:center 56%!important;
  }
  .emr-page .interrupt-copy{
    grid-area:1/1!important;
    align-self:end!important;
    position:relative!important;
    z-index:3!important;
    display:block!important;
    padding:22px 19px 19px!important;
    color:#fff!important;
    pointer-events:none!important;
  }
  .emr-page .interrupt-copy .eyebrow{
    margin:0 0 7px!important;
    color:#ffb38f!important;
    font-size:7.8px!important;
    font-weight:900!important;
    letter-spacing:.12em!important;
    text-transform:uppercase!important;
  }
  .emr-page .interrupt-copy h2{
    max-width:285px!important;
    margin:0 0 8px!important;
    color:#fff!important;
    font-size:36px!important;
    line-height:.89!important;
    letter-spacing:-.055em!important;
    text-wrap:balance!important;
  }
  .emr-page .interrupt-copy h2 em{
    display:inline!important;
    color:#ff7a42!important;
  }
  .emr-page .interrupt-copy p{
    max-width:285px!important;
    margin:0 0 13px!important;
    color:rgba(255,255,255,.88)!important;
    font-size:10.5px!important;
    line-height:1.42!important;
  }
  .emr-page .interrupt-copy a{
    width:max-content!important;
    min-height:38px!important;
    display:inline-flex!important;
    align-items:center!important;
    margin:0!important;
    padding:0 13px!important;
    border:1px solid rgba(255,255,255,.72)!important;
    border-radius:999px!important;
    background:rgba(255,255,255,.96)!important;
    color:#111!important;
    font-size:9.5px!important;
    font-weight:880!important;
    line-height:1!important;
    text-decoration:none!important;
    pointer-events:auto!important;
    box-shadow:0 7px 18px rgba(0,0,0,.13)!important;
  }
  .emr-page .interrupt-cta-desktop{display:none!important}
  .emr-page .interrupt-cta-mobile{
    display:inline-flex!important;
    align-items:center!important;
    gap:5px!important;
  }
  .emr-page .interrupt-cta-mobile svg{
    width:12px!important;
    height:12px!important;
    display:block!important;
    fill:none!important;
    stroke:#e85622!important;
    stroke-width:2!important;
    stroke-linecap:round!important;
    stroke-linejoin:round!important;
  }
  .emr-page .interrupt-badge{
    left:auto!important;
    right:12px!important;
    top:12px!important;
    transform:rotate(7deg)!important;
    width:58px!important;
    height:58px!important;
    border:3px solid rgba(255,255,255,.98)!important;
    border-radius:50%!important;
    background:#ff5a1f!important;
    color:#fff!important;
    font-size:7px!important;
    font-weight:950!important;
    line-height:1.05!important;
    box-shadow:0 8px 20px rgba(0,0,0,.18)!important;
  }
}

@media(max-width:360px){
  .emr-page .interrupt-grid{height:338px!important}
  .emr-page .interrupt-copy{padding:20px 16px 16px!important}
  .emr-page .interrupt-copy h2{font-size:33px!important}
}


/* v0.58.10 — Mobile Stage 4 correction: clean New on the Coast rail. */
@media(max-width:680px){
  .emr-page .collections--new{
    padding:26px 0 22px!important;
    overflow:hidden!important;
  }
  .emr-page .collections--new>.wrap{
    width:100%!important;
    padding-left:14px!important;
    padding-right:0!important;
  }
  .emr-page .collection-head--new{
    position:relative!important;
    display:block!important;
    min-height:62px!important;
    margin:0 0 12px!important;
    padding:0 72px 0 0!important;
  }
  .emr-page .collection-head--new .collection-copy{
    display:block!important;
    max-width:275px!important;
  }
  .emr-page .collection-head--new h3{
    margin:0 0 5px!important;
    color:#071b2e!important;
    font-size:25px!important;
    line-height:.98!important;
    letter-spacing:-.045em!important;
    white-space:nowrap!important;
  }
  .emr-page .collection-head--new .collection-copy p{
    max-width:265px!important;
    margin:0!important;
    color:#4f4a46!important;
    font-size:11.5px!important;
    line-height:1.38!important;
  }
  .emr-page .collection-head--new .collection-link{
    position:absolute!important;
    top:5px!important;
    right:14px!important;
    width:max-content!important;
    max-width:none!important;
    display:inline-flex!important;
    align-items:center!important;
    margin:0!important;
    padding:0!important;
    border:0!important;
    background:transparent!important;
    color:#f05a24!important;
    font-size:10.5px!important;
    font-weight:900!important;
    line-height:1!important;
    white-space:nowrap!important;
    text-decoration:none!important;
  }
  .emr-page .collection-track--new{
    width:100%!important;
    display:flex!important;
    gap:11px!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    padding:1px 52px 5px 0!important;
    margin:0!important;
    scroll-snap-type:x mandatory!important;
    scroll-padding-left:14px!important;
    -webkit-overflow-scrolling:touch!important;
    scrollbar-width:none!important;
    -ms-overflow-style:none!important;
  }
  .emr-page .collection-track--new::-webkit-scrollbar{
    width:0!important;
    height:0!important;
    display:none!important;
    background:transparent!important;
  }
  .emr-page .mini-card--new{
    flex:0 0 68%!important;
    min-width:0!important;
    display:flex!important;
    flex-direction:column!important;
    overflow:hidden!important;
    scroll-snap-align:start!important;
    border:1px solid #eaded4!important;
    border-radius:19px!important;
    background:#fff!important;
    box-shadow:0 8px 20px rgba(42,29,19,.055)!important;
    color:#071b2e!important;
    text-decoration:none!important;
  }
  .emr-page .mini-card--new .img{
    position:relative!important;
    width:100%!important;
    height:auto!important;
    min-height:0!important;
    aspect-ratio:4/5!important;
    overflow:hidden!important;
    border:0!important;
    border-radius:0!important;
    background:#eee4da!important;
  }
  .emr-page .mini-card--new .img img,
  .emr-page .mini-card--new .img picture,
  .emr-page .mini-card--new .img picture img{
    width:100%!important;
    height:100%!important;
    display:block!important;
    object-fit:cover!important;
    border-radius:0!important;
  }
  .emr-page .mini-card--new .mini-card-badge{
    position:absolute!important;
    z-index:5!important;
    left:9px!important;
    top:9px!important;
    right:auto!important;
    bottom:auto!important;
    width:max-content!important;
    max-width:calc(100% - 18px)!important;
    min-height:23px!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    margin:0!important;
    padding:0 8px!important;
    border:0!important;
    border-radius:999px!important;
    background:#ff5a1f!important;
    color:#fff!important;
    font-size:7.5px!important;
    font-weight:950!important;
    line-height:1!important;
    letter-spacing:.075em!important;
    text-transform:uppercase!important;
    box-shadow:0 4px 12px rgba(25,18,13,.16)!important;
    transform:none!important;
  }
  .emr-page .mini-card--new .text{
    display:block!important;
    min-height:67px!important;
    padding:10px 11px 11px!important;
    background:#fff!important;
  }
  .emr-page .mini-card--new h4{
    display:-webkit-box!important;
    -webkit-box-orient:vertical!important;
    -webkit-line-clamp:2!important;
    overflow:hidden!important;
    margin:0 0 5px!important;
    color:#071b2e!important;
    font-size:13px!important;
    font-weight:900!important;
    line-height:1.08!important;
    letter-spacing:-.025em!important;
  }
  .emr-page .mini-card--new p{
    overflow:hidden!important;
    margin:0!important;
    color:#716962!important;
    font-size:9px!important;
    font-weight:650!important;
    line-height:1.2!important;
    text-overflow:ellipsis!important;
    white-space:nowrap!important;
  }
}

@media(max-width:360px){
  .emr-page .collection-head--new h3{font-size:23px!important}
  .emr-page .collection-head--new .collection-copy p{font-size:10.8px!important}
  .emr-page .mini-card--new{flex-basis:71%!important}
  .emr-page .mini-card--new .img{height:auto!important;min-height:0!important;aspect-ratio:4/5!important}
}


/* v0.58.11 — New on the Coast: portrait mobile discovery cards. */
@media(max-width:680px){
  .emr-page .collection-track--new{gap:12px!important;padding-right:74px!important}
  .emr-page .mini-card--new{flex-basis:68%!important}
  .emr-page .mini-card--new .img{aspect-ratio:4/5!important;height:auto!important;min-height:0!important}
  .emr-page .mini-card--new .text{min-height:64px!important;padding:10px 11px 12px!important}
}
@media(max-width:360px){
  .emr-page .mini-card--new{flex-basis:71%!important}
}


/* v0.58.12 — Mobile Stage 5: Eat the Coast editorial swipe rail */
.emr-page .story-swipe-cue{display:none}
.emr-page .food-stories .story-card-label{
  position:absolute;left:24px;bottom:112px;z-index:2;
  display:inline-flex;align-items:center;min-height:26px;padding:0 9px;
  border-radius:999px;background:rgba(255,255,255,.94);color:#071b2e;
  font-size:9px;font-weight:900;letter-spacing:.09em;text-transform:uppercase;
  box-shadow:0 8px 20px rgba(0,0,0,.12);
}
@media(max-width:680px){
  .emr-page .food-stories{
    padding:34px 0 40px;
    background:#f7f5f1;
  }
  .emr-page .food-stories .section-head--stories{
    display:grid!important;
    grid-template-columns:minmax(0,1fr) auto;
    align-items:end;
    gap:8px 12px;
    margin-bottom:14px;
  }
  .emr-page .food-stories .section-head--stories h2{
    margin:0 0 5px!important;
    font-size:31px!important;
    line-height:.98!important;
    letter-spacing:-.045em!important;
  }
  .emr-page .food-stories .section-head--stories p{
    max-width:280px;
    margin:0!important;
    font-size:11.5px!important;
    line-height:1.42!important;
    color:#625c57!important;
  }
  .emr-page .story-swipe-cue{
    display:inline-flex;
    align-items:center;
    gap:4px;
    align-self:start;
    margin-top:3px;
    color:#e85a20;
    font-size:10px;
    font-weight:900;
    white-space:nowrap;
  }
  .emr-page .story-swipe-cue svg{
    width:13px;height:13px;fill:none;stroke:currentColor;stroke-width:2.1;
    stroke-linecap:round;stroke-linejoin:round;
  }
  .emr-page .food-stories .story-slider-shell{margin:0}
  .emr-page .food-stories .story-slider{overflow:visible}
  .emr-page .food-stories .story-track{
    gap:12px;
    padding:0 24px 4px 0;
    scroll-padding-left:14px;
    -webkit-overflow-scrolling:touch;
  }
  .emr-page .food-stories .story-card{
    flex:0 0 79%;
    height:auto!important;
    aspect-ratio:4/5;
    border-radius:20px;
    scroll-snap-align:start;
    box-shadow:0 12px 30px rgba(22,19,16,.10);
  }
  .emr-page .food-stories .story-card-link{border-radius:inherit}
  .emr-page .food-stories .story-card-shade{
    background:linear-gradient(180deg,rgba(0,0,0,.02) 36%,rgba(0,0,0,.12) 58%,rgba(0,0,0,.78) 100%);
  }
  .emr-page .food-stories .story-card-label{
    left:16px;bottom:82px;min-height:24px;padding:0 8px;font-size:8px;
  }
  .emr-page .food-stories .story-card-title{
    left:16px;right:16px;bottom:18px;
    font-size:25px!important;
    line-height:.98;
    letter-spacing:-.035em;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    overflow:hidden;
  }
  .emr-page .food-stories .story-nav{display:none!important}
}


/* v0.58.13 — Mobile Stage 6: Find your kind of place becomes mood -> location. */
.emr-page .area-mobile-discovery{display:none}
@media(max-width:680px){
  .emr-page .area-story--dining-hub{
    padding:0!important;
    overflow:hidden!important;
    background:#071b2e!important;
    color:#fff!important;
  }
  .emr-page .area-story--dining-hub .area-grid--desktop{display:none!important}
  .emr-page .area-mobile-discovery{display:block!important;padding:34px 0 32px!important}
  .emr-page .area-mobile-head{margin-bottom:15px!important}
  .emr-page .area-mobile-head .eyebrow{
    margin:0 0 7px!important;
    color:#ff8b5c!important;
    font-size:7.5px!important;
    font-weight:950!important;
    letter-spacing:.14em!important;
    text-transform:uppercase!important;
  }
  .emr-page .area-mobile-head h2{
    max-width:300px!important;
    margin:0 0 8px!important;
    color:#fff!important;
    font-size:32px!important;
    font-weight:850!important;
    line-height:.94!important;
    letter-spacing:-.05em!important;
    text-wrap:balance!important;
  }
  .emr-page .area-mobile-head p{
    max-width:300px!important;
    margin:0!important;
    color:rgba(255,255,255,.72)!important;
    font-size:11px!important;
    line-height:1.4!important;
  }
  .emr-page .area-mobile-moods{
    width:100%!important;
    display:flex!important;
    gap:12px!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    padding:0 72px 4px 14px!important;
    margin:0!important;
    scroll-snap-type:x mandatory!important;
    scroll-padding-left:14px!important;
    -webkit-overflow-scrolling:touch!important;
    scrollbar-width:none!important;
    -ms-overflow-style:none!important;
  }
  .emr-page .area-mobile-moods::-webkit-scrollbar{display:none!important;width:0!important;height:0!important}
  .emr-page .area-mobile-mood{
    position:relative!important;
    flex:0 0 79%!important;
    min-width:0!important;
    aspect-ratio:4/5!important;
    overflow:hidden!important;
    border-radius:21px!important;
    background:#12293b!important;
    color:#fff!important;
    scroll-snap-align:start!important;
    box-shadow:0 16px 32px rgba(0,0,0,.22)!important;
    text-decoration:none!important;
  }
  .emr-page .area-mobile-mood img{
    position:absolute!important;
    inset:0!important;
    width:100%!important;
    height:100%!important;
    object-fit:cover!important;
    display:block!important;
  }
  .emr-page .area-mobile-mood-shade{
    position:absolute!important;
    inset:0!important;
    background:linear-gradient(180deg,rgba(4,14,25,.02) 35%,rgba(4,14,25,.16) 56%,rgba(4,14,25,.88) 100%)!important;
  }
  .emr-page .area-mobile-mood-copy{
    position:absolute!important;
    z-index:2!important;
    left:16px!important;
    right:54px!important;
    bottom:17px!important;
    display:block!important;
  }
  .emr-page .area-mobile-mood-copy strong{
    display:block!important;
    margin:0 0 5px!important;
    color:#fff!important;
    font-size:24px!important;
    line-height:.95!important;
    letter-spacing:-.04em!important;
  }
  .emr-page .area-mobile-mood-copy small{
    display:block!important;
    color:rgba(255,255,255,.82)!important;
    font-size:10.5px!important;
    line-height:1.35!important;
  }
  .emr-page .area-mobile-mood-arrow{
    position:absolute!important;
    z-index:3!important;
    right:14px!important;
    bottom:15px!important;
    width:34px!important;
    height:34px!important;
    display:grid!important;
    place-items:center!important;
    border-radius:50%!important;
    background:#ff5a1f!important;
    color:#fff!important;
    box-shadow:0 8px 18px rgba(0,0,0,.18)!important;
  }
  .emr-page .area-mobile-mood-arrow svg{
    width:15px!important;
    height:15px!important;
    display:block!important;
    fill:none!important;
    stroke:currentColor!important;
    stroke-width:2!important;
    stroke-linecap:round!important;
    stroke-linejoin:round!important;
  }
  .emr-page .area-mobile-where{margin-top:18px!important}
  .emr-page .area-mobile-where>span{
    display:block!important;
    margin:0 0 9px!important;
    color:#fff!important;
    font-size:12px!important;
    font-weight:850!important;
    letter-spacing:-.01em!important;
  }
  .emr-page .area-mobile-location-rail{
    width:calc(100% + 14px)!important;
    display:flex!important;
    gap:7px!important;
    overflow-x:auto!important;
    padding:0 18px 3px 0!important;
    -webkit-overflow-scrolling:touch!important;
    scrollbar-width:none!important;
    -ms-overflow-style:none!important;
  }
  .emr-page .area-mobile-location-rail::-webkit-scrollbar{display:none!important;width:0!important;height:0!important}
  .emr-page .area-mobile-location-rail a{
    flex:0 0 auto!important;
    min-height:34px!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    padding:0 12px!important;
    border:1px solid rgba(255,255,255,.18)!important;
    border-radius:999px!important;
    background:rgba(255,255,255,.06)!important;
    color:#fff!important;
    font-size:9.5px!important;
    font-weight:780!important;
    line-height:1!important;
    text-decoration:none!important;
    white-space:nowrap!important;
  }
  .emr-page .area-mobile-location-rail a:first-child{
    border-color:rgba(255,90,31,.62)!important;
    background:rgba(255,90,31,.16)!important;
  }
}
@media(max-width:360px){
  .emr-page .area-mobile-head h2{font-size:30px!important}
  .emr-page .area-mobile-mood{flex-basis:82%!important}
  .emr-page .area-mobile-mood-copy strong{font-size:22px!important}
}


/* v0.58.14 — Mobile: remove redundant Find your kind of place discovery block. */
@media(max-width:680px){
  .emr-page .area-story--dining-hub{display:none!important}
}


/* v0.58.16 — Seen on the Coast mobile polish */
.emr-page .seen-coast-post img{
  display:block;
  object-fit:cover;
  object-position:center;
  image-orientation:from-image;
}
@media(max-width:680px){
  .emr-page .social-food--instagram{
    padding:50px 0 58px;
  }
  .emr-page .social-food--instagram .social-head{
    margin-bottom:20px;
  }
  .emr-page .social-food--instagram .social-head p{
    margin-top:7px;
  }
  .emr-page .seen-coast-post{
    -webkit-tap-highlight-color:transparent;
  }
  .emr-page .seen-coast-instagram{
    right:8px;
    bottom:8px;
    width:27px;
    height:27px;
    border-radius:50%;
    background:rgba(4,16,28,.34);
    border:1px solid rgba(255,255,255,.32);
    box-shadow:0 3px 10px rgba(0,0,0,.20);
    filter:none;
    backdrop-filter:blur(4px);
    -webkit-backdrop-filter:blur(4px);
  }
  .emr-page .seen-coast-instagram svg{
    width:17px;
    height:17px;
    stroke-width:2;
  }
  .emr-page .seen-coast-more-wrap{
    padding-top:22px;
  }
  .emr-page .seen-coast-more{
    min-height:44px;
    padding:0 18px;
  }
}


/* v0.58.17 — Dedicated tablet results/card stabilization.
   Phones own <=680px and desktop owns >=1051px; this closes the 681–1050px gap. */
@media(min-width:681px) and (max-width:1050px){
  .emr-page .restaurant-engine{
    --emr-tablet-ink:#1f1f1f;
    --emr-tablet-muted:#6f6863;
    --emr-tablet-line:#eadfd7;
    --emr-tablet-coral:#ff6a2f;
  }

  .emr-page .restaurant-engine .restaurant-grid{
    display:grid!important;
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    gap:12px!important;
    align-items:stretch!important;
  }
  .emr-page .restaurant-card{
    min-width:0!important;
    display:flex!important;
    flex-direction:column!important;
    overflow:hidden!important;
    border:1px solid var(--emr-tablet-line)!important;
    border-radius:20px!important;
    background:#fffdfa!important;
    box-shadow:0 10px 26px rgba(49,34,24,.06)!important;
    transform:none!important;
  }
  .emr-page .restaurant-card:hover{transform:none!important}

  .emr-page .restaurant-card .card-img{
    position:relative!important;
    height:auto!important;
    aspect-ratio:4/5!important;
    overflow:hidden!important;
    background:#f3e7dc!important;
    isolation:isolate!important;
  }
  .emr-page .restaurant-card .card-img>a,
  .emr-page .restaurant-card .card-img>a>img,
  .emr-page .restaurant-card .card-img .emr-restaurant-image{
    display:block!important;
    width:100%!important;
    height:100%!important;
  }
  .emr-page .restaurant-card .card-img img{
    object-fit:cover!important;
    object-position:center!important;
  }

  /* Explicit tablet rating sizing prevents theme-wide SVG rules taking over. */
  .emr-page .restaurant-card .emr-rating-stars{
    position:absolute!important;
    z-index:12!important;
    top:9px!important;
    left:9px!important;
    display:inline-flex!important;
    align-items:center!important;
    gap:2px!important;
    width:auto!important;
    height:auto!important;
    padding:0!important;
    margin:0!important;
    border:0!important;
    background:transparent!important;
    box-shadow:none!important;
    filter:drop-shadow(0 1px 2px rgba(0,0,0,.42));
    pointer-events:none!important;
  }
  .emr-page .restaurant-card .emr-rating-stars svg{
    display:block!important;
    width:12px!important;
    height:12px!important;
    min-width:12px!important;
    max-width:12px!important;
    min-height:12px!important;
    max-height:12px!important;
    flex:0 0 12px!important;
    overflow:visible!important;
    stroke-width:1.5!important;
  }
  .emr-page .restaurant-card .emr-rating-stars svg.is-filled{
    fill:#ffb72b!important;
    stroke:#ffb72b!important;
  }
  .emr-page .restaurant-card .emr-rating-stars svg.is-empty{
    fill:rgba(255,255,255,.18)!important;
    stroke:rgba(255,255,255,.92)!important;
  }

  .emr-page .restaurant-card{
    --emr-save-button-size:32px;
    --emr-save-heart-size:17px;
    --emr-save-offset:8px;
  }
  body .emr-page .restaurant-card button.card-save.em-save-btn.emr-save-btn{
    width:32px!important;
    height:32px!important;
    min-width:32px!important;
    min-height:32px!important;
    top:8px!important;
    right:8px!important;
    padding:0!important;
    border:0!important;
    border-radius:999px!important;
    background:#fffdf9!important;
    box-shadow:0 6px 16px rgba(41,31,24,.16)!important;
    display:grid!important;
    place-items:center!important;
    overflow:hidden!important;
  }

  .emr-page .restaurant-card .place-chip{
    top:auto!important;
    bottom:8px!important;
    left:8px!important;
    max-width:calc(100% - 48px)!important;
    padding:5px 7px!important;
    border:1px solid rgba(255,106,47,.18)!important;
    border-radius:999px!important;
    background:rgba(255,248,242,.96)!important;
    color:#a94622!important;
    font-size:8px!important;
    line-height:1!important;
    font-weight:700!important;
    white-space:nowrap!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
  }

  .emr-page .restaurant-card .card-body{
    min-height:154px!important;
    display:flex!important;
    flex-direction:column!important;
    padding:11px!important;
    background:#fffdfa!important;
  }
  .emr-page .restaurant-card .card-body h3{
    min-height:34px!important;
    margin:0!important;
    color:var(--emr-tablet-ink)!important;
    font-size:13.5px!important;
    line-height:1.15!important;
    font-weight:720!important;
  }
  .emr-page .restaurant-card .card-type{
    min-height:15px!important;
    margin-top:4px!important;
    color:var(--emr-tablet-muted)!important;
    font-size:9px!important;
    line-height:1.3!important;
  }
  .emr-page .restaurant-card .card-line{display:none!important}

  .emr-page .restaurant-card .emr-card-facts{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:4px!important;
    margin-top:8px!important;
    padding:7px 0 6px!important;
    border-top:1px solid #efe4dc!important;
  }
  .emr-page .restaurant-card .emr-card-facts.has-hours-price{
    grid-template-columns:minmax(0,1fr) auto!important;
    column-gap:7px!important;
  }
  .emr-page .restaurant-card .emr-card-fact{
    min-width:0!important;
    display:flex!important;
    align-items:center!important;
    gap:4px!important;
    color:#6b6560!important;
    font-size:8.5px!important;
    line-height:1.2!important;
    font-weight:560!important;
  }
  .emr-page .restaurant-card .emr-card-fact.is-status{grid-column:1/-1!important}
  .emr-page .restaurant-card .emr-card-fact.is-hours{grid-column:1!important}
  .emr-page .restaurant-card .emr-card-fact.is-price{
    grid-column:2!important;
    justify-self:end!important;
    white-space:nowrap!important;
  }
  .emr-page .restaurant-card .emr-card-fact svg{
    display:block!important;
    width:12px!important;
    height:12px!important;
    min-width:12px!important;
    max-width:12px!important;
    min-height:12px!important;
    max-height:12px!important;
    flex:0 0 12px!important;
    fill:none!important;
    stroke:var(--emr-tablet-coral)!important;
    stroke-width:1.7!important;
    stroke-linecap:round!important;
    stroke-linejoin:round!important;
    overflow:visible!important;
  }
  .emr-page .restaurant-card .emr-card-fact span{
    min-width:0!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
    white-space:nowrap!important;
  }

  .emr-page .restaurant-card .emr-card-action{
    margin-top:auto!important;
    padding-top:7px!important;
    border-top:1px solid #efe4dc!important;
  }
  .emr-page .restaurant-card .emr-card-action a{
    display:inline-flex!important;
    align-items:center!important;
    gap:4px!important;
    width:max-content!important;
    color:var(--emr-tablet-coral)!important;
    font-size:9px!important;
    font-weight:700!important;
    line-height:1!important;
  }
  .emr-page .restaurant-card .emr-card-action a svg{
    display:block!important;
    width:11px!important;
    height:11px!important;
    min-width:11px!important;
    max-width:11px!important;
    min-height:11px!important;
    max-height:11px!important;
    flex:0 0 11px!important;
    fill:none!important;
    stroke:currentColor!important;
    stroke-width:1.8!important;
    stroke-linecap:round!important;
    stroke-linejoin:round!important;
  }

  /* Last-resort guard against global theme SVG sizing in result cards. */
  .emr-page .restaurant-card .card-body svg{
    width:auto;
    height:auto;
  }

  .emr-page .restaurant-card .card-body h3{
    display:-webkit-box!important;
    -webkit-box-orient:vertical!important;
    -webkit-line-clamp:2!important;
    overflow:hidden!important;
  }
  .emr-page .restaurant-card .card-type{
    white-space:nowrap!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
  }
}



/* v0.58.19 — Tablet refinement pass. Phone <=680 and desktop >=1051 remain locked. */
@media(min-width:681px) and (max-width:1050px){
  /* Results heading: less copy, controls get their own breathing room. */
  .emr-page .restaurant-engine{padding-top:44px!important;padding-bottom:68px!important}
  .emr-page .restaurant-engine .section-head{
    display:block!important;
    margin:0 0 12px!important;
  }
  .emr-page .restaurant-engine .section-head h2{
    margin:0!important;
    color:#111!important;
    font-size:clamp(34px,5.2vw,46px)!important;
    line-height:.96!important;
    letter-spacing:-.05em!important;
  }
  .emr-page .restaurant-engine .section-head p{display:none!important}
  .emr-page .results-head{
    display:flex!important;
    flex-direction:column!important;
    align-items:flex-start!important;
    justify-content:flex-start!important;
    gap:9px!important;
    margin:0 0 14px!important;
  }
  .emr-page .results-head .count{
    color:#625b56!important;
    font-size:11px!important;
    line-height:1.25!important;
  }
  .emr-page .result-tools--discovery{
    width:100%!important;
    display:flex!important;
    align-items:center!important;
    justify-content:flex-start!important;
    gap:7px!important;
    flex-wrap:wrap!important;
  }
  .emr-page .emr-sort-control,
  .emr-page .result-tools--discovery button{
    height:34px!important;
    min-height:34px!important;
    border-radius:999px!important;
    background:#fff!important;
    border:1px solid #e4d8cf!important;
    color:#24201d!important;
    box-shadow:none!important;
  }

  /* Keep the 3-up portrait grid, but balance incomplete final rows instead of leaving a hanging card. */
  .emr-page .restaurant-engine .restaurant-grid{
    grid-template-columns:repeat(6,minmax(0,1fr))!important;
    gap:12px!important;
  }
  .emr-page .restaurant-engine .restaurant-card{grid-column:span 2!important}
  .emr-page .restaurant-engine .restaurant-card:nth-child(3n+1):nth-last-child(2){grid-column:2/span 2!important}
  .emr-page .restaurant-engine .restaurant-card:nth-child(3n+2):last-child{grid-column:4/span 2!important}
  .emr-page .restaurant-engine .restaurant-card:nth-child(3n+1):last-child{grid-column:3/span 2!important}

  /* New on the Coast: portrait discovery rail, three strong cards visible with more available by swipe. */
  .emr-page .collections--new{
    padding:38px 0 34px!important;
    overflow:hidden!important;
  }
  .emr-page .collections--new .collection-head--new{
    margin-bottom:14px!important;
    align-items:end!important;
  }
  .emr-page .collections--new .collection-head--new h3{
    font-size:31px!important;
    line-height:.98!important;
  }
  .emr-page .collections--new .collection-copy p{
    margin-top:2px!important;
    font-size:12.5px!important;
    line-height:1.4!important;
  }
  .emr-page .collections--new .collection-track--new{
    display:flex!important;
    grid-template-columns:none!important;
    gap:12px!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    padding:1px 64px 7px 0!important;
    scroll-snap-type:x mandatory!important;
    -webkit-overflow-scrolling:touch!important;
    scrollbar-width:none!important;
    -ms-overflow-style:none!important;
  }
  .emr-page .collections--new .collection-track--new::-webkit-scrollbar{display:none!important;width:0!important;height:0!important}
  .emr-page .collections--new .mini-card--new{
    flex:0 0 29.5%!important;
    min-width:190px!important;
    max-width:255px!important;
    scroll-snap-align:start!important;
    border-radius:19px!important;
  }
  .emr-page .collections--new .mini-card--new .img{
    height:auto!important;
    aspect-ratio:4/5!important;
  }
  .emr-page .collections--new .mini-card--new .text{
    min-height:64px!important;
    padding:10px 11px 12px!important;
  }
  .emr-page .collections--new .mini-card--new h4{font-size:13px!important;line-height:1.08!important}
  .emr-page .collections--new .mini-card--new p{font-size:9px!important}

  /* Eat the Coast was already strong; just reduce excess tablet whitespace. */
  .emr-page .food-stories{padding:52px 0 56px!important}
  .emr-page .food-stories .section-head--stories{margin-bottom:18px!important}
  .emr-page .food-stories .story-slider-shell{margin-top:0!important}
  .emr-page .food-stories .story-track{gap:15px!important;padding-right:58px!important}

  /* The mood-discovery block repeats decisions already available in the finder. Keep it desktop-only. */
  .emr-page .area-story--dining-hub{display:none!important}

  /* Venue-owner tools are secondary on tablet too: use the compact owner card, not the desktop business hero. */
  .emr-page .owner-hero{
    min-height:auto!important;
    padding:30px 0!important;
    background:#fff7ed!important;
    color:#111!important;
  }
  .emr-page .owner-hero:before,
  .emr-page .owner-hero > img,
  .emr-page .owner-inner{display:none!important}
  .emr-page .owner-mobile-card-wrap{
    display:block!important;
    max-width:680px!important;
  }
  .emr-page .owner-mobile-card{
    position:relative!important;
    display:grid!important;
    grid-template-columns:48px minmax(0,1fr)!important;
    gap:13px!important;
    padding:19px!important;
    border:1px solid #eadfd5!important;
    border-radius:22px!important;
    background:#fff!important;
    color:#171717!important;
    box-shadow:0 12px 28px rgba(62,41,24,.07)!important;
  }
  .emr-page .owner-mobile-icon{
    width:48px!important;height:48px!important;border-radius:15px!important;
    display:grid!important;place-items:center!important;
    background:#fff0e7!important;color:#ff5a1f!important;
  }
  .emr-page .owner-mobile-icon svg{
    width:23px!important;height:23px!important;display:block!important;
    stroke:currentColor!important;fill:none!important;stroke-width:1.8!important;
    stroke-linecap:round!important;stroke-linejoin:round!important;
  }
  .emr-page .owner-mobile-copy span{
    display:block!important;margin:1px 0 4px!important;color:#8c5d45!important;
    font-size:9px!important;font-weight:900!important;letter-spacing:.09em!important;text-transform:uppercase!important;
  }
  .emr-page .owner-mobile-copy h2{
    margin:0!important;color:#171717!important;font-size:24px!important;line-height:1.02!important;letter-spacing:-.035em!important;
  }
  .emr-page .owner-mobile-copy p{
    margin:7px 0 0!important;color:#655f5a!important;font-size:12px!important;line-height:1.45!important;
  }
  .emr-page .owner-mobile-manage{grid-column:1/-1!important;margin-top:3px!important}
  .emr-page .owner-mobile-manage summary{
    min-height:44px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:10px!important;
    padding:0 15px!important;border-radius:999px!important;cursor:pointer!important;list-style:none!important;
    background:#ff5a1f!important;color:#fff!important;font-size:12px!important;font-weight:900!important;
  }
  .emr-page .owner-mobile-manage summary::-webkit-details-marker{display:none!important}
  .emr-page .owner-mobile-manage summary svg{
    width:16px!important;height:16px!important;display:block!important;stroke:currentColor!important;fill:none!important;stroke-width:2.2!important;
    stroke-linecap:round!important;stroke-linejoin:round!important;
  }
  .emr-page .owner-mobile-options{
    display:grid!important;gap:0!important;margin-top:10px!important;padding:0 2px!important;border-top:1px solid #eee2d9!important;
  }
  .emr-page .owner-mobile-options a{
    display:flex!important;justify-content:space-between!important;align-items:center!important;gap:12px!important;
    min-height:48px!important;padding:10px 4px!important;border-bottom:1px solid #eee2d9!important;color:#171717!important;
  }
  .emr-page .owner-mobile-options strong{font-size:12px!important}
  .emr-page .owner-mobile-options span{font-size:11px!important;font-weight:850!important;color:#ff5a1f!important;white-space:nowrap!important}
}


/* v0.58.20 — Seen on the Coast balanced square mosaic + definitive save-heart icon */
.emr-page .social-food--instagram .social-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:18px 28px;
  flex-wrap:wrap;
}
.emr-page .social-food--instagram .social-head p{
  max-width:560px;
  margin:0;
}
.emr-page .seen-coast-batch{
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  grid-template-rows:repeat(2,minmax(0,1fr))!important;
  gap:14px!important;
  aspect-ratio:2 / 1;
}
.emr-page .seen-coast-post{
  aspect-ratio:auto!important;
  border-radius:16px;
}
.emr-page .seen-coast-post.is-lead{
  grid-column:1 / span 2!important;
  grid-row:1 / span 2!important;
}
.emr-page .seen-coast-post:not(.is-lead){
  grid-column:auto;
  grid-row:auto;
}
@media(min-width:681px) and (max-width:1050px){
  .emr-page .social-food--instagram{padding:64px 0 72px;}
  .emr-page .seen-coast-batch{gap:12px!important;}
  .emr-page .seen-coast-post{border-radius:14px;}
}
@media(max-width:680px){
  .emr-page .social-food--instagram .social-head{align-items:flex-start;}
  .emr-page .seen-coast-batch{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    grid-template-rows:auto!important;
    aspect-ratio:auto!important;
    gap:10px!important;
  }
  .emr-page .seen-coast-post{aspect-ratio:1 / 1!important;border-radius:10px;}
  .emr-page .seen-coast-post.is-lead{grid-column:span 2!important;grid-row:auto!important;aspect-ratio:1.35 / 1!important;}
}

body .emr-page .restaurant-card button.card-save.em-save-btn.emr-save-btn{
  position:absolute!important;
  z-index:60!important;
  top:var(--emr-save-offset,12px)!important;
  right:var(--emr-save-offset,12px)!important;
  width:var(--emr-save-button-size,40px)!important;
  height:var(--emr-save-button-size,40px)!important;
  min-width:var(--emr-save-button-size,40px)!important;
  min-height:var(--emr-save-button-size,40px)!important;
  display:grid!important;
  place-items:center!important;
  opacity:1!important;
  visibility:visible!important;
  pointer-events:auto!important;
  border:0!important;
  border-radius:999px!important;
  background:transparent!important;
  box-shadow:none!important;
}


/* v0.58.21 — Tablet discovery correction: no duplicate hero search; restore finder controls + filters. */
@media(min-width:681px) and (max-width:1050px){
  /* Tablet should not repeat search in the hero. Discovery/search belongs with the results. */
  .emr-page .hero .emr-desktop-search{display:none!important}

  /* Give the remaining hero shortcuts comfortable separation after removing the search block. */
  .emr-page .hero .micro-filter-wrap{margin-top:18px!important}

  /* Tablet finder uses the same four primary actions as mobile. */
  .emr-page .emr-mobile-finder-toolbar{
    display:grid!important;
    position:sticky!important;
    top:0!important;
    z-index:9998!important;
    grid-template-columns:repeat(4,minmax(0,1fr))!important;
    gap:8px!important;
    width:100%!important;
    margin:0 0 12px!important;
    padding:8px!important;
    border:1px solid #eadfd6!important;
    border-radius:16px!important;
    background:rgba(255,250,245,.975)!important;
    box-shadow:0 8px 22px rgba(52,38,28,.06)!important;
    backdrop-filter:blur(14px)!important;
    -webkit-backdrop-filter:blur(14px)!important;
  }
  body.admin-bar .emr-page .emr-mobile-finder-toolbar{top:32px!important}
  .emr-page .emr-mobile-tool{
    position:relative!important;
    min-width:0!important;
    min-height:44px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    gap:7px!important;
    padding:0 10px!important;
    border:1px solid #e4d8cf!important;
    border-radius:12px!important;
    background:#fff!important;
    color:#111!important;
    font-size:11px!important;
    font-weight:820!important;
    white-space:nowrap!important;
    box-shadow:none!important;
  }
  .emr-page .emr-mobile-tool--filters{border-color:#f1a07c!important;background:#fff2e9!important}
  .emr-page .emr-mobile-tool--search.is-active,
  .emr-page .emr-mobile-tool--search.is-open{border-color:#f1a07c!important;background:#fff2e9!important}
  .emr-page .emr-mobile-tool svg{
    width:16px!important;height:16px!important;min-width:16px!important;max-width:16px!important;
    fill:none!important;stroke:#e45a24!important;stroke-width:1.85!important;
    stroke-linecap:round!important;stroke-linejoin:round!important;
  }
  .emr-page .emr-mobile-tool b{
    min-width:18px!important;height:18px!important;padding:0 5px!important;display:grid!important;place-items:center!important;
    border-radius:999px!important;background:#ff5a1f!important;color:#fff!important;font-size:8px!important;
  }
  .emr-page .emr-mobile-tool--sort{position:relative!important;overflow:hidden!important}
  .emr-page .emr-mobile-tool--sort select{
    position:absolute!important;inset:0!important;width:100%!important;height:100%!important;
    opacity:0!important;cursor:pointer!important;border:0!important;
  }
  .emr-page .emr-mobile-tool--sort:after{content:"Sort";font-size:11px;font-weight:820;color:#111}

  /* Search expands only when requested. */
  .emr-page .emr-mobile-finder-search[hidden]{display:none!important}
  .emr-page .emr-mobile-finder-search:not([hidden]){
    display:grid!important;
    grid-template-columns:minmax(0,1fr) auto 46px!important;
    gap:8px!important;
    margin:0 0 12px!important;
    padding:8px!important;
    border:1px solid #eadfd6!important;
    border-radius:15px!important;
    background:#fff!important;
    box-shadow:0 8px 20px rgba(52,38,28,.055)!important;
  }
  .emr-page .emr-mobile-finder-search-field{
    min-width:0!important;min-height:44px!important;display:grid!important;grid-template-columns:22px minmax(0,1fr)!important;
    align-items:center!important;gap:8px!important;padding:0 11px!important;border:1px solid #e8ddd4!important;
    border-radius:11px!important;background:#fffaf6!important;
  }
  .emr-page .emr-mobile-finder-search-field svg,
  .emr-page .emr-mobile-finder-near svg{
    width:16px!important;height:16px!important;display:block!important;fill:none!important;stroke:#e75a24!important;
    stroke-width:1.8!important;stroke-linecap:round!important;stroke-linejoin:round!important;
  }
  .emr-page .emr-mobile-finder-search-field input{
    min-width:0!important;width:100%!important;height:42px!important;padding:0!important;border:0!important;outline:0!important;
    background:transparent!important;color:#111!important;font-size:12px!important;font-weight:650!important;box-shadow:none!important;
  }
  .emr-page .emr-mobile-finder-search-go,
  .emr-page .emr-mobile-finder-near{min-height:44px!important;border-radius:11px!important;font-weight:850!important}
  .emr-page .emr-mobile-finder-search-go{padding:0 16px!important;border:0!important;background:#ff5a1f!important;color:#fff!important;font-size:11px!important}
  .emr-page .emr-mobile-finder-near{width:46px!important;display:grid!important;place-items:center!important;background:#fff3eb!important;border:1px solid #f3c1aa!important}

  /* Replace the older tablet results tools with the compact discovery toolbar. */
  .emr-page .results-head{display:none!important}
  .emr-page .emr-mobile-result-summary{
    display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px!important;
    margin:0 1px 11px!important;color:#756e68!important;
  }
  .emr-page .emr-mobile-result-summary strong{font-size:12px!important;color:#111!important}
  .emr-page .emr-mobile-result-summary span{font-size:9.5px!important;color:#7c746e!important;text-align:right!important}

  /* Full progressive filter experience for tablet. */
  .emr-page .emr-mobile-filter-sheet[hidden]{display:none!important}
  .emr-page .emr-mobile-filter-sheet:not([hidden]){
    position:fixed!important;inset:0!important;z-index:1000000!important;display:grid!important;place-items:center!important;
    padding:22px!important;background:rgba(17,17,17,.28)!important;backdrop-filter:blur(5px)!important;-webkit-backdrop-filter:blur(5px)!important;
  }
  .emr-page .emr-mobile-filter-panel{
    width:min(760px,100%)!important;height:min(900px,calc(100vh - 44px))!important;min-height:0!important;
    overflow:hidden!important;border:1px solid #e4d8cf!important;border-radius:24px!important;background:#fffaf5!important;
    box-shadow:0 28px 70px rgba(25,18,13,.22)!important;
  }
  .emr-page .emr-mobile-filter-panel>form{
    position:relative!important;width:100%!important;height:100%!important;min-height:0!important;
    display:grid!important;grid-template-rows:auto minmax(0,1fr) auto!important;overflow:hidden!important;background:#fffaf5!important;color:#111!important;
  }
  .emr-page .emr-mobile-filter-head{
    min-height:78px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:18px!important;
    padding:14px 20px 12px!important;border-bottom:1px solid #ece1d8!important;background:#fffdf9!important;
  }
  .emr-page .emr-mobile-filter-head small{display:block!important;color:#e45a24!important;font-size:8px!important;font-weight:900!important;letter-spacing:.095em!important;text-transform:uppercase!important}
  .emr-page .emr-mobile-filter-head h3{margin:3px 0 2px!important;color:#111!important;font-size:27px!important;line-height:1!important;font-weight:900!important;letter-spacing:-.035em!important}
  .emr-page .emr-mobile-filter-head span{color:#706963!important;font-size:10px!important;font-weight:650!important}
  .emr-page .emr-mobile-filter-head>button{width:40px!important;height:40px!important;display:grid!important;place-items:center!important;border:1px solid #e4d9d0!important;border-radius:50%!important;background:#fff!important;color:#111!important}
  .emr-page .emr-mobile-filter-head>button svg{width:17px!important;height:17px!important;fill:none!important;stroke:currentColor!important;stroke-width:2!important;stroke-linecap:round!important}
  .emr-page .emr-mobile-filter-scroll{overflow-y:auto!important;overscroll-behavior:contain!important;padding:0 20px 28px!important;scrollbar-width:none!important}
  .emr-page .emr-mobile-filter-scroll::-webkit-scrollbar{display:none!important}
  .emr-page .emr-mobile-filter-group{display:block!important;margin:0!important;padding:16px 0!important;border-bottom:1px solid #eee4dc!important;color:#111!important}
  .emr-page .emr-mobile-filter-title{display:flex!important;align-items:baseline!important;justify-content:space-between!important;gap:12px!important;margin-bottom:10px!important}
  .emr-page .emr-mobile-filter-title h4{margin:0!important;color:#111!important;font-size:12px!important;font-weight:900!important}
  .emr-page .emr-mobile-filter-title span{color:#8a817a!important;font-size:9px!important;font-weight:700!important}
  .emr-page .emr-mobile-venue-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:8px!important}
  .emr-page .emr-mobile-chip-grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:8px!important}
  .emr-page .emr-mobile-chip-grid--price{grid-template-columns:repeat(3,minmax(0,1fr))!important}
  .emr-page .emr-filter-option{
    position:relative!important;min-height:42px!important;display:flex!important;align-items:center!important;justify-content:center!important;
    padding:8px 9px!important;border:1px solid #e6dcd4!important;border-radius:11px!important;background:#fff!important;color:#111!important;
    font-size:10px!important;font-weight:760!important;line-height:1.15!important;text-align:center!important;
  }
  .emr-page .emr-filter-option input{position:absolute!important;opacity:0!important;pointer-events:none!important}
  .emr-page .emr-filter-option:has(input:checked){border-color:#ff9b70!important;background:#fff0e7!important;color:#111!important}
  .emr-page .emr-mobile-switch{min-height:50px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px!important;padding:8px 2px!important}
  .emr-page .emr-mobile-switch>span:first-child{display:flex!important;flex-direction:column!important;gap:2px!important;min-width:0!important}
  .emr-page .emr-mobile-switch b{color:#111!important;font-size:11px!important}
  .emr-page .emr-mobile-switch small{color:#817973!important;font-size:9px!important;font-weight:650!important}
  .emr-page .emr-mobile-switch-track{width:44px!important;height:25px!important;flex:0 0 44px!important}
  .emr-page .emr-mobile-filter-deep-label{margin:18px 0 4px!important;color:#e45a24!important;font-size:8px!important;font-weight:900!important;letter-spacing:.1em!important;text-transform:uppercase!important}
  .emr-page .emr-mobile-filter-row{
    width:100%!important;min-height:60px!important;display:grid!important;grid-template-columns:minmax(0,1fr) 18px!important;align-items:center!important;gap:12px!important;
    padding:10px 2px!important;border:0!important;border-bottom:1px solid #eee4dc!important;background:transparent!important;color:#111!important;text-align:left!important;
  }
  .emr-page .emr-mobile-filter-row>span{min-width:0!important;display:flex!important;flex-direction:column!important;gap:3px!important}
  .emr-page .emr-mobile-filter-row strong{font-size:11.5px!important;color:#111!important;font-weight:880!important}
  .emr-page .emr-mobile-filter-row small{max-width:500px!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;color:#7d756f!important;font-size:9px!important;font-weight:650!important}
  .emr-page .emr-mobile-filter-row svg{width:16px!important;height:16px!important;fill:none!important;stroke:#8f867f!important;stroke-width:1.8!important;stroke-linecap:round!important;stroke-linejoin:round!important}
  .emr-page .emr-mobile-filter-footer{
    display:grid!important;grid-template-columns:.72fr 1.45fr!important;gap:10px!important;padding:10px 16px!important;
    background:#fffdf9!important;border-top:1px solid #eadfd6!important;box-shadow:0 -8px 20px rgba(46,33,24,.055)!important;
  }
  .emr-page .emr-mobile-filter-footer button{min-height:48px!important;border-radius:999px!important;font-size:11px!important;font-weight:850!important}
  .emr-page .emr-mobile-filter-clear{border:1px solid #ddd1c8!important;background:#fff!important;color:#111!important}
  .emr-page .emr-mobile-filter-apply{border:1px solid #ff5a1f!important;background:#ff5a1f!important;color:#fff!important}

  /* Tablet subviews keep the same progressive navigation, with more breathing room. */
  .emr-page .emr-mobile-filter-subview[hidden]{display:none!important}
  .emr-page .emr-mobile-filter-subview:not([hidden]){
    position:absolute!important;z-index:6!important;inset:0 0 69px!important;display:grid!important;
    grid-template-rows:auto auto minmax(0,1fr)!important;background:#fffaf5!important;color:#111!important;
  }
  .emr-page .emr-mobile-filter-subview:not(:has(.emr-mobile-subview-search)){grid-template-rows:auto minmax(0,1fr)!important}
  .emr-page .emr-mobile-subview-head{
    min-height:72px!important;display:grid!important;grid-template-columns:42px minmax(0,1fr)!important;align-items:center!important;gap:11px!important;
    padding:11px 18px!important;border-bottom:1px solid #ece1d8!important;background:#fffdf9!important;
  }
  .emr-page .emr-mobile-subview-head>button{width:40px!important;height:40px!important;display:grid!important;place-items:center!important;border:1px solid #e5dad2!important;border-radius:50%!important;background:#fff!important;color:#111!important}
  .emr-page .emr-mobile-subview-head svg{width:17px!important;height:17px!important;fill:none!important;stroke:currentColor!important;stroke-width:2!important;stroke-linecap:round!important;stroke-linejoin:round!important}
  .emr-page .emr-mobile-subview-head small{display:block!important;color:#e45a24!important;font-size:8px!important;font-weight:900!important;letter-spacing:.08em!important;text-transform:uppercase!important}
  .emr-page .emr-mobile-subview-head h4{margin:2px 0 0!important;color:#111!important;font-size:21px!important;line-height:1!important;font-weight:900!important;letter-spacing:-.025em!important}
  .emr-page .emr-mobile-subview-search{margin:12px 18px 5px!important;min-height:44px!important;display:grid!important;grid-template-columns:22px minmax(0,1fr)!important;align-items:center!important;gap:8px!important;padding:0 12px!important;border:1px solid #e4d9d1!important;border-radius:12px!important;background:#fff!important}
  .emr-page .emr-mobile-subview-search svg{width:15px!important;height:15px!important;fill:none!important;stroke:#e45a24!important;stroke-width:1.8!important}
  .emr-page .emr-mobile-subview-search input{width:100%!important;height:42px!important;padding:0!important;border:0!important;outline:0!important;background:transparent!important;color:#111!important;font-size:11.5px!important;box-shadow:none!important}
  .emr-page .emr-mobile-subview-body{overflow-y:auto!important;overscroll-behavior:contain!important;padding:6px 18px 26px!important;scrollbar-width:none!important}
  .emr-page .emr-mobile-subview-body::-webkit-scrollbar{display:none!important}
  .emr-page .emr-mobile-subview-section{padding:13px 0 4px!important}
  .emr-page .emr-mobile-subview-section h5{margin:0 0 7px!important;color:#e45a24!important;font-size:8px!important;font-weight:900!important;letter-spacing:.08em!important;text-transform:uppercase!important}
  .emr-page .emr-mobile-list-option{
    position:relative!important;min-height:47px!important;display:grid!important;grid-template-columns:20px minmax(0,1fr) auto!important;align-items:center!important;gap:10px!important;
    padding:8px 2px!important;border-bottom:1px solid #f0e7e0!important;color:#111!important;font-size:11px!important;font-weight:720!important;
  }
  .emr-page .emr-mobile-list-option input{width:18px!important;height:18px!important;margin:0!important;accent-color:#ff5a1f!important}
  .emr-page .emr-mobile-list-option em{color:#8a817b!important;font-size:9px!important;font-style:normal!important}
  .emr-page .emr-mobile-list-option.is-unavailable{opacity:.38!important}
  .emr-page .emr-mobile-list-option.is-search-hidden{display:none!important}
  .emr-page .emr-mobile-subview-section.is-search-empty{display:none!important}
}
@media(min-width:681px) and (max-width:782px){
  body.admin-bar .emr-page .emr-mobile-finder-toolbar{top:46px!important}
}


/* v0.58.22 — definitive responsive breakpoint contract.
   Phone: <=680px | Tablet: 681–1050px | Desktop: >=1051px.
   Keep this block at the end of the stylesheet so legacy responsive rules cannot win later. */

/* Global SVG safety for discovery controls/cards — prevents theme-level svg{width:100%} rules. */
.emr-page .emr-mobile-finder-toolbar svg,
.emr-page .emr-mobile-finder-search svg,
.emr-page .emr-mobile-filter-sheet svg,
.emr-page .restaurant-card .card-save svg,
.emr-page .restaurant-card .emr-rating-stars svg,
.emr-page .restaurant-card .emr-card-fact svg,
.emr-page .restaurant-card .emr-card-action svg{
  max-width:none!important;
  max-height:none!important;
}

@media (max-width:680px){
  /* Phone owns the compact hero; desktop hero search must never leak in. */
  .emr-page .hero form.search-dock.emr-desktop-search{display:none!important}
  .emr-page .emr-mobile-finder-toolbar{display:grid!important}
  .emr-page .emr-refine-v2{display:none!important}
}

@media (min-width:681px) and (max-width:1050px){
  /* Tablet: editorial hero without duplicate search. */
  .emr-page .hero form.search-dock.emr-desktop-search,
  .emr-page .hero .emr-desktop-search{display:none!important}

  /* Tablet discovery controls are mandatory and replace the desktop sidebar/tools. */
  .emr-page .emr-mobile-finder-toolbar{
    display:grid!important;
    visibility:visible!important;
    opacity:1!important;
    grid-template-columns:repeat(4,minmax(0,1fr))!important;
  }
  .emr-page .emr-mobile-tool{
    display:flex!important;
    visibility:visible!important;
    opacity:1!important;
  }
  .emr-page .emr-mobile-tool svg{
    display:block!important;
    width:16px!important;
    height:16px!important;
    min-width:16px!important;
    min-height:16px!important;
    flex:0 0 16px!important;
  }
  .emr-page .emr-refine-v2,
  .emr-page .results-head{display:none!important}

  /* Search panel appears only after the toolbar Search action opens it. */
  .emr-page .emr-mobile-finder-search[hidden]{display:none!important}
  .emr-page .emr-mobile-finder-search:not([hidden]){display:grid!important}

  /* Tablet venue cards: hard SVG bounds at every 681–1050 width. */
  .emr-page .restaurant-card .emr-rating-stars svg{
    width:11px!important;height:11px!important;min-width:11px!important;min-height:11px!important;
  }
  .emr-page .restaurant-card .emr-card-fact svg{
    width:13px!important;height:13px!important;min-width:13px!important;min-height:13px!important;flex:0 0 13px!important;
  }
  .emr-page .restaurant-card .emr-card-action svg{
    width:12px!important;height:12px!important;min-width:12px!important;min-height:12px!important;flex:0 0 12px!important;
  }
  .emr-page .restaurant-card button.card-save.em-save-btn.emr-save-btn{
    --emr-save-button-size:34px;
    --emr-save-heart-size:18px;
    --emr-save-offset:8px;
  }
}

@media (min-width:1051px){
  /* Desktop owns the full hero search and sidebar; mobile/tablet controls stay out. */
  .emr-page .hero form.search-dock.emr-desktop-search{display:grid!important}
  .emr-page .emr-mobile-finder-toolbar,
  .emr-page .emr-mobile-finder-search,
  .emr-page .emr-mobile-filter-sheet{display:none!important}
}

/* Tablet SVG ceiling retained as part of the final responsive contract. */
@media (min-width:681px) and (max-width:1050px){
  .emr-page .restaurant-card svg{max-width:18px!important;max-height:18px!important}
}

/* ========================================================================
   v0.58.25 MASTER HARDENING LAYER
   One authoritative responsive/component contract after all legacy rules.
   ======================================================================== */

/* Save control: one SVG, one state class, 44px touch target. */
body .emr-page .restaurant-card button.card-save.em-save-btn.emr-save-btn{
  --emr-save-visible:34px;
  position:absolute!important;
  z-index:60!important;
  top:var(--emr-save-offset,8px)!important;
  right:var(--emr-save-offset,8px)!important;
  width:44px!important;height:44px!important;min-width:44px!important;min-height:44px!important;
  max-width:44px!important;max-height:44px!important;
  display:grid!important;place-items:center!important;
  padding:0!important;margin:-5px!important;
  border:0!important;border-radius:50%!important;
  background:transparent!important;background-image:none!important;
  box-shadow:none!important;color:#ff6a2f!important;
  appearance:none!important;-webkit-appearance:none!important;
  opacity:1!important;visibility:visible!important;
}
.emr-page .restaurant-card button.card-save.em-save-btn.emr-save-btn::before{
  content:""!important;
  position:absolute!important;inset:50% auto auto 50%!important;
  width:var(--emr-save-visible)!important;height:var(--emr-save-visible)!important;
  transform:translate(-50%,-50%)!important;
  display:block!important;border-radius:50%!important;
  border:1px solid rgba(255,106,47,.2)!important;
  background:#fffdf9!important;
  box-shadow:0 6px 16px rgba(41,31,24,.16)!important;
}
.emr-page .restaurant-card button.card-save.em-save-btn.emr-save-btn::after{content:none!important;display:none!important}
.emr-page .restaurant-card button.card-save.em-save-btn.emr-save-btn svg.emr-save-heart{
  position:relative!important;z-index:2!important;
  display:block!important;width:18px!important;height:18px!important;
  min-width:18px!important;min-height:18px!important;max-width:18px!important;max-height:18px!important;
  overflow:visible!important;
  fill:none!important;stroke:#ff6a2f!important;stroke-width:1.9!important;
  stroke-linecap:round!important;stroke-linejoin:round!important;
}
.emr-page .restaurant-card button.card-save.em-save-btn.emr-save-btn.is-saved svg.emr-save-heart{fill:#ff6a2f!important}
.emr-page .restaurant-card button.card-save.em-save-btn.emr-save-btn:focus-visible{outline:3px solid rgba(255,90,31,.34)!important;outline-offset:2px!important}

/* Finder toolbar sits below the actual measured site/admin header. */
@media(max-width:1050px){
  .emr-page .emr-mobile-finder-toolbar{
    position:sticky!important;
    top:calc(var(--emr-sticky-top, 0px) + 4px)!important;
    z-index:9998!important;
  }
  body.admin-bar .emr-page .emr-mobile-finder-toolbar{top:calc(var(--emr-sticky-top, 0px) + 4px)!important}
}

/* Responsive card ownership. */
@media(max-width:680px){
  .emr-page .restaurant-engine .restaurant-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}
  .emr-page .restaurant-card .card-type{font-size:10px!important;line-height:1.28!important}
  .emr-page .restaurant-card .emr-card-fact{font-size:10px!important;line-height:1.25!important}
  .emr-page .restaurant-card .emr-card-action a{font-size:10px!important}
  .emr-page .restaurant-card button.card-save.em-save-btn.emr-save-btn{--emr-save-visible:32px;--emr-save-offset:5px}
  .emr-page .restaurant-card button.card-save.em-save-btn.emr-save-btn svg.emr-save-heart{width:16px!important;height:16px!important;min-width:16px!important;min-height:16px!important;max-width:16px!important;max-height:16px!important}
}
@media(min-width:681px) and (max-width:1050px){
  .emr-page .restaurant-engine .restaurant-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:11px!important}
  .emr-page .restaurant-engine .restaurant-card{grid-column:auto!important}
  .emr-page .restaurant-engine .restaurant-card:nth-child(n),
  .emr-page .restaurant-engine .restaurant-card:nth-child(3n+1):nth-last-child(2),
  .emr-page .restaurant-engine .restaurant-card:nth-child(3n+2):last-child,
  .emr-page .restaurant-engine .restaurant-card:nth-child(3n+1):last-child{grid-column:auto!important}
  .emr-page .restaurant-card .card-img{height:auto!important;aspect-ratio:6/7!important}
  .emr-page .restaurant-card .card-body{min-height:142px!important;padding:10px!important}
  .emr-page .restaurant-card .card-body h3{min-height:33px!important;font-size:13px!important;line-height:1.18!important}
  .emr-page .restaurant-card .card-type{min-height:14px!important;font-size:9.75px!important;line-height:1.3!important}
  .emr-page .restaurant-card .emr-card-fact{font-size:9.75px!important;line-height:1.25!important}
  .emr-page .restaurant-card .emr-card-action a{font-size:10px!important}
  .emr-page .restaurant-card button.card-save.em-save-btn.emr-save-btn{--emr-save-visible:32px;--emr-save-offset:6px}
}
@media(min-width:1051px) and (max-width:1379px){
  .emr-page .restaurant-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}
}
@media(min-width:1380px){
  .emr-page .restaurant-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important}
}

/* New on the Coast: desktop is one complete four-card row. */
@media(min-width:1051px){
  .emr-page .collection-track--new{grid-template-columns:repeat(4,minmax(0,1fr))!important}
  .emr-page .collection-track--new .mini-card:nth-child(n+5){display:none!important}
}
@media(max-width:1050px){.emr-page .collection-track--new .mini-card{display:block!important}}

/* Production accessibility and visible keyboard state. */
.emr-page button:focus-visible,.emr-page a:focus-visible,.emr-page input:focus-visible,.emr-page select:focus-visible{
  outline:3px solid rgba(255,90,31,.28)!important;outline-offset:2px!important;
}
@media(prefers-reduced-motion:reduce){
  .emr-page *, .emr-page *::before, .emr-page *::after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}
}
/* ========================================================================
   v0.58.56 — restaurant cards: internal Menu availability cue.
   Keep it in the existing action row so cards do not grow taller.
   ======================================================================== */
.emr-page .restaurant-card .emr-card-action{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  gap:10px!important;
}
.emr-page .restaurant-card .emr-card-action.has-menu{
  justify-content:space-between!important;
}
.emr-page .restaurant-card .emr-card-action .emr-card-menu-link{
  margin-left:auto!important;
  color:#e05622!important;
  font-weight:620!important;
  text-decoration:none!important;
  white-space:nowrap!important;
}
.emr-page .restaurant-card .emr-card-action .emr-card-menu-link svg{
  width:13px!important;
  height:13px!important;
  min-width:13px!important;
  min-height:13px!important;
  max-width:13px!important;
  max-height:13px!important;
  flex:0 0 13px!important;
  fill:none!important;
  stroke:currentColor!important;
  stroke-width:1.65!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
}
.emr-page .restaurant-card .emr-card-action .emr-card-menu-link:hover{
  color:#c94a19!important;
}
@media(max-width:680px){
  .emr-page .restaurant-card .emr-card-action{
    gap:6px!important;
  }
  .emr-page .restaurant-card .emr-card-action .emr-card-menu-link{
    font-size:9.5px!important;
    font-weight:610!important;
  }
  .emr-page .restaurant-card .emr-card-action .emr-card-menu-link svg{
    width:11px!important;
    height:11px!important;
    min-width:11px!important;
    min-height:11px!important;
    max-width:11px!important;
    max-height:11px!important;
    flex-basis:11px!important;
  }
}
@media(min-width:681px) and (max-width:1050px){
  .emr-page .restaurant-card .emr-card-action .emr-card-menu-link{
    font-size:9.75px!important;
  }
}
