:root{
  --rpmx-bg:#f7f5f1;
  --rpmx-surface:#ffffff;
  --rpmx-surface-2:#efebe5;
  --rpmx-ink:#191817;
  --rpmx-muted:#6d6862;
  --rpmx-line:#ded8d0;
  --rpmx-brand:#c9362b;
  --rpmx-brand-deep:#97251f;
  --rpmx-accent:#146c62;
  --rpmx-shadow:0 14px 40px rgba(28,24,20,.08);
  --rpmx-radius-lg:28px;
  --rpmx-radius-md:18px;
  --rpmx-radius-sm:12px;
  --rpmx-shell:min(1180px,calc(100vw - 40px));
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--rpmx-bg);color:var(--rpmx-ink);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Inter,Roboto,Helvetica,Arial,sans-serif;line-height:1.5;-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%;height:auto}
button,input{font:inherit}
.rpmx-shell{width:var(--rpmx-shell);margin-inline:auto}
.rpmx-stagebar{background:#171615;color:#f7f5f1;text-align:center;font-size:11px;letter-spacing:.12em;text-transform:uppercase;padding:7px 16px}
.rpmx-header{position:sticky;top:0;z-index:900;background:rgba(247,245,241,.9);backdrop-filter:blur(18px);border-bottom:1px solid rgba(222,216,208,.75)}
.rpmx-header__inner{min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:28px}
.rpmx-brand{display:flex;align-items:center;gap:11px;min-width:max-content}
.rpmx-brand__mark{display:grid;place-items:center;width:43px;height:43px;border-radius:50%;background:var(--rpmx-brand);color:#fff;font-size:12px;font-weight:800;letter-spacing:.03em}
.rpmx-brand__copy{display:flex;flex-direction:column;line-height:1.08}
.rpmx-brand__copy strong{font-size:15px;letter-spacing:-.01em}
.rpmx-brand__copy small{font-size:12px;color:var(--rpmx-muted);margin-top:4px}
.rpmx-nav{display:flex;align-items:center;gap:8px;overflow:auto;scrollbar-width:none}
.rpmx-nav::-webkit-scrollbar{display:none}
.rpmx-nav a{padding:9px 12px;border-radius:999px;color:var(--rpmx-muted);font-size:14px;font-weight:600;white-space:nowrap}
.rpmx-nav a:hover,.rpmx-nav a.is-active{background:#fff;color:var(--rpmx-ink);box-shadow:0 1px 0 rgba(0,0,0,.04)}
.rpmx-main{padding:42px 0 76px}
.rpmx-eyebrow{display:inline-flex;align-items:center;gap:7px;color:var(--rpmx-brand-deep);font-size:12px;font-weight:800;letter-spacing:.09em;text-transform:uppercase}
.rpmx-hero{padding:30px 0 36px}
.rpmx-hero__grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(340px,.95fr);gap:48px;align-items:end}
.rpmx-hero h1{max-width:760px;margin:12px 0 14px;font-size:clamp(42px,6vw,78px);line-height:.98;letter-spacing:-.055em;font-weight:760}
.rpmx-hero p{max-width:690px;margin:0;color:var(--rpmx-muted);font-size:18px;line-height:1.6}
.rpmx-hero__aside{display:flex;justify-content:flex-end;align-items:flex-end}
.rpmx-search{width:min(100%,470px);background:#fff;border:1px solid var(--rpmx-line);border-radius:999px;display:flex;align-items:center;gap:10px;padding:8px 8px 8px 18px;box-shadow:var(--rpmx-shadow)}
.rpmx-search input{width:100%;border:0;outline:0;background:transparent;color:var(--rpmx-ink)}
.rpmx-search button{border:0;border-radius:999px;background:var(--rpmx-ink);color:#fff;padding:11px 18px;font-weight:700;cursor:pointer}
.rpmx-chiprow{display:flex;gap:9px;flex-wrap:wrap;margin-top:22px}
.rpmx-chip{display:inline-flex;align-items:center;min-height:38px;padding:8px 13px;border-radius:999px;border:1px solid var(--rpmx-line);background:rgba(255,255,255,.72);font-size:13px;font-weight:650;color:#3f3b37}
.rpmx-chip:hover{border-color:#bdb4aa;background:#fff}
.rpmx-discovery{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);gap:28px;align-items:start;margin-top:18px}
.rpmx-discovery__results{min-width:0}
.rpmx-discovery__map{position:sticky;top:104px;border-radius:var(--rpmx-radius-lg);overflow:hidden;border:1px solid var(--rpmx-line);background:#e9e6df;box-shadow:var(--rpmx-shadow)}
.rpmx-discovery-map{height:620px!important;min-height:420px}
.rpmx-section-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin:0 0 18px}
.rpmx-section-head h2{margin:0;font-size:28px;letter-spacing:-.035em}
.rpmx-section-head p{margin:0;color:var(--rpmx-muted);font-size:14px}
.rpmx-card-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.rpmx-card{min-width:0;background:var(--rpmx-surface);border:1px solid var(--rpmx-line);border-radius:var(--rpmx-radius-md);overflow:hidden;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}
.rpmx-card:hover{transform:translateY(-2px);border-color:#cbc1b7;box-shadow:var(--rpmx-shadow)}
.rpmx-card.is-promoted{border-color:#dfc68d;background:#fffcf4}
.rpmx-card__link{display:block;height:100%}
.rpmx-card__media{position:relative;aspect-ratio:16/10;background:#ebe7e1;overflow:hidden}
.rpmx-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}
.rpmx-card:hover .rpmx-card__media img{transform:scale(1.025)}
.rpmx-card__media--empty{display:grid;place-items:center;background:linear-gradient(135deg,#e9dfd7,#f5ede8);color:rgba(201,54,43,.34);font-weight:900;font-size:32px;letter-spacing:-.05em}
.rpmx-card__body{padding:16px 16px 17px}
.rpmx-card__titleline{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}
.rpmx-card h3{margin:0;font-size:18px;line-height:1.22;letter-spacing:-.025em}
.rpmx-card p{margin:10px 0 0;color:var(--rpmx-muted);font-size:13px;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.rpmx-card__cta{display:inline-flex;margin-top:14px;color:var(--rpmx-brand-deep);font-size:13px;font-weight:750}
.rpmx-rating{flex:0 0 auto;color:#61461c;background:#f7edcf;border-radius:999px;padding:4px 8px;font-size:12px;font-weight:800}
.rpmx-badge{display:inline-flex;align-items:center;border-radius:999px;padding:5px 9px;font-size:11px;font-weight:800;margin-bottom:10px}
.rpmx-badge--promo{background:#f2dfaa;color:#6f5312}
.rpmx-services{margin-top:54px}
.rpmx-services__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.rpmx-service-card{background:#24211f;color:#fff;border-radius:var(--rpmx-radius-md);padding:22px;min-height:210px}
.rpmx-service-card .rpmx-eyebrow{color:#f4b6ad}
.rpmx-service-card h3{margin:10px 0 8px;font-size:19px;letter-spacing:-.025em}
.rpmx-service-card p{color:#cfc7c0;font-size:14px;line-height:1.55;margin:0 0 18px}
.rpmx-text-link{font-size:13px;font-weight:800;color:#fff}
.rpmx-adsense-slot{display:grid!important;place-items:center;min-height:100px!important;border:1px dashed #c8c0b7!important;background:rgba(255,255,255,.45);border-radius:14px!important;padding:16px!important;margin:28px 0!important;color:#8d857d;font-size:12px;text-align:center}
.rpmx-footer{margin-top:0;padding:54px 0 24px;background:#121923;color:#fff;border-top:0}
.rpmx-footer__grid{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(160px,.65fr) minmax(220px,.8fr);gap:54px;align-items:start}
.rpmx-footer__brand,.rpmx-footer__column{display:grid;gap:10px}.rpmx-footer strong{font-size:14px;color:#fff}.rpmx-footer p,.rpmx-footer span,.rpmx-footer a{margin:0;color:#c6ccd4;font-size:13px;line-height:1.65}.rpmx-footer a:hover{color:#fff}.rpmx-footer__legal{display:flex;justify-content:space-between;gap:24px;margin-top:42px;padding-top:20px;border-top:1px solid rgba(255,255,255,.12)}
@media(max-width:900px) and (min-width:761px){.rpmx-footer__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:28px}.rpmx-footer__brand{grid-column:1/-1}.rpmx-footer__column{min-width:0}.rpmx-footer a,.rpmx-footer span{overflow-wrap:anywhere}}
@media(max-width:760px){.rpmx-footer__grid{grid-template-columns:1fr;gap:30px}.rpmx-footer__legal{align-items:flex-start;flex-direction:column}}
.rpmx-breadcrumbs{display:flex;align-items:center;gap:8px;color:var(--rpmx-muted);font-size:13px;margin-bottom:20px}
.rpmx-breadcrumbs a:hover{color:var(--rpmx-ink)}
.rpmx-listing-hero{display:grid;grid-template-columns:minmax(0,1.12fr) minmax(360px,.88fr);gap:22px;align-items:stretch}
.rpmx-listing-hero__media{position:relative;min-height:480px;border-radius:var(--rpmx-radius-lg);overflow:hidden;background:#e8e2db;border:1px solid var(--rpmx-line)}
.rpmx-listing-hero__media img{width:100%;height:100%;object-fit:cover;position:absolute;inset:0}
.rpmx-listing-hero__media--empty{display:grid;place-items:center;color:rgba(201,54,43,.34);font-size:58px;font-weight:900;letter-spacing:-.05em}
.rpmx-listing-panel{background:#fff;border:1px solid var(--rpmx-line);border-radius:var(--rpmx-radius-lg);padding:30px;display:flex;flex-direction:column;justify-content:center}
.rpmx-listing-logo{width:76px;height:76px;border-radius:18px;object-fit:contain;background:#fff;border:1px solid var(--rpmx-line);padding:8px;margin-bottom:18px}
.rpmx-listing-panel h1{font-size:clamp(36px,4vw,58px);line-height:1;letter-spacing:-.05em;margin:8px 0 14px}
.rpmx-listing-lede{font-size:16px;color:var(--rpmx-muted);line-height:1.6;margin:0}
.rpmx-listing-meta{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin:0 0 8px}
.rpmx-status{display:inline-flex;align-items:center;gap:7px;font-size:12px;font-weight:800;padding:6px 10px;border-radius:999px;background:#e8f2ef;color:#0b5a50}
.rpmx-status::before{content:"";width:7px;height:7px;border-radius:50%;background:#1b8a78}
.rpmx-status.is-closed{background:#f0ece8;color:#6e6259}.rpmx-status.is-closed::before{background:#8f8177}
.rpmx-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:24px}
.rpmx-btn{display:inline-flex;align-items:center;justify-content:center;min-height:46px;border-radius:999px;padding:10px 16px;font-size:14px;font-weight:800;border:1px solid var(--rpmx-line);background:#fff}
.rpmx-btn--primary{background:var(--rpmx-ink);color:#fff;border-color:var(--rpmx-ink)}
.rpmx-btn--brand{background:var(--rpmx-brand);color:#fff;border-color:var(--rpmx-brand)}
.rpmx-content-grid{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:28px;align-items:start;margin-top:32px}
.rpmx-content-stack{display:grid;gap:18px}
.rpmx-panel{background:#fff;border:1px solid var(--rpmx-line);border-radius:var(--rpmx-radius-md);padding:22px}
.rpmx-panel h2{margin:0 0 14px;font-size:22px;letter-spacing:-.03em}
.rpmx-panel p{color:var(--rpmx-muted)}
.rpmx-side{display:grid;gap:14px;position:sticky;top:104px}
.rpmx-map{height:300px!important;max-width:none!important;border-radius:14px;overflow:hidden}
.rpmx-contact-list{display:grid;gap:10px;margin:0;padding:0;list-style:none}
.rpmx-contact-list li{display:flex;align-items:flex-start;gap:9px;font-size:14px;color:#45413d}
.rpmx-contact-list a{color:var(--rpmx-brand-deep);font-weight:700;word-break:break-word}
.rpmx-hours{display:grid;grid-template-columns:auto 1fr;gap:6px 18px;margin:0}
.rpmx-hours dt{font-size:13px;font-weight:750}.rpmx-hours dd{margin:0;color:var(--rpmx-muted);font-size:13px;text-align:right}
.rpmx-source-note{display:block;margin-top:12px;color:#999188;font-size:11px}
.rpmx-gallery{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}
.rpmx-gallery img{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:12px}
.rpmx-review{padding:14px 0;border-top:1px solid var(--rpmx-line)}
.rpmx-review:first-of-type{border-top:0;padding-top:0}
.rpmx-review__head{display:flex;align-items:center;justify-content:space-between;gap:12px}
.rpmx-review p{margin:7px 0 0}
.rpmx-menu-head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:16px}
.rpmx-menu-live{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
.rpmx-menu-live article{border:1px solid var(--rpmx-line);border-radius:16px;overflow:hidden;background:#fff}
.rpmx-menu-live img{width:100%;aspect-ratio:4/3;object-fit:cover}
.rpmx-menu-live__body{padding:14px}
.rpmx-menu-live strong{display:block;font-size:15px;line-height:1.25}
.rpmx-price{display:inline-block;margin-top:8px;color:var(--rpmx-brand-deep);font-weight:850}
.rpmx-tax-hero{padding:28px 0 20px}
.rpmx-tax-hero h1{font-size:clamp(38px,5vw,64px);line-height:1.02;letter-spacing:-.05em;margin:8px 0 12px}
.rpmx-tax-hero p{max-width:720px;color:var(--rpmx-muted);font-size:17px;margin:0}
.rpmx-count{font-variant-numeric:tabular-nums;color:var(--rpmx-muted);font-size:13px}
.rpmx-empty{padding:34px;border:1px dashed var(--rpmx-line);border-radius:var(--rpmx-radius-md);color:var(--rpmx-muted);text-align:center}
@media (max-width:980px){
  :root{--rpmx-shell:min(100% - 28px,760px)}
  .rpmx-nav{max-width:54vw}
  .rpmx-hero__grid,.rpmx-listing-hero,.rpmx-content-grid{grid-template-columns:1fr}
  .rpmx-hero__aside{justify-content:flex-start}
  .rpmx-search{width:100%}
  .rpmx-discovery{grid-template-columns:1fr}
  .rpmx-discovery__map{position:relative;top:auto;order:-1}
  .rpmx-discovery-map{height:440px!important}
  .rpmx-side{position:relative;top:auto}
  .rpmx-services__grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .rpmx-listing-hero__media{min-height:420px}
}
@media (max-width:640px){
  :root{--rpmx-shell:calc(100vw - 24px);--rpmx-radius-lg:22px}
  .rpmx-stagebar{font-size:9px;padding:5px 10px}
  .rpmx-header__inner{min-height:64px;gap:12px}
  .rpmx-brand__copy{display:none}
  .rpmx-brand__mark{width:38px;height:38px}
  .rpmx-nav{max-width:calc(100vw - 78px);gap:3px}
  .rpmx-nav a{font-size:12px;padding:8px 9px}
  .rpmx-main{padding:24px 0 52px}
  .rpmx-hero{padding:18px 0 26px}
  .rpmx-hero h1{font-size:44px}
  .rpmx-hero p,.rpmx-tax-hero p{font-size:15px}
  .rpmx-chiprow{flex-wrap:nowrap;overflow:auto;padding-bottom:4px;margin-right:-12px;scrollbar-width:none}
  .rpmx-chiprow::-webkit-scrollbar{display:none}
  .rpmx-card-grid{grid-template-columns:1fr}
  .rpmx-card__media{aspect-ratio:16/9}
  .rpmx-discovery-map{height:350px!important;min-height:0}
  .rpmx-services__grid{grid-template-columns:1fr}
  .rpmx-service-card{min-height:auto}
  .rpmx-footer__inner{align-items:flex-start;flex-direction:column}
  .rpmx-listing-hero__media{min-height:320px}
  .rpmx-listing-panel{padding:22px}
  .rpmx-listing-panel h1{font-size:42px}
  .rpmx-actions{grid-template-columns:1fr}
  .rpmx-content-grid{margin-top:20px}
  .rpmx-panel{padding:18px}
  .rpmx-gallery{grid-template-columns:repeat(2,minmax(0,1fr))}
  .rpmx-menu-live{grid-template-columns:repeat(2,minmax(0,1fr))}
  .rpmx-menu-head{align-items:flex-start;flex-direction:column;gap:8px}
  .rpmx-section-head{align-items:flex-start;flex-direction:column;gap:6px}
}
@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}

/* Home discovery engine v0.0.10 */
.rpmx-main--home{padding-top:18px}
.rpmx-home-stage{display:grid;grid-template-columns:minmax(280px,.72fr) minmax(680px,1.45fr);gap:54px;align-items:center;min-height:720px;padding:22px 0 34px}
.rpmx-home-intro{padding:18px 0 28px}
.rpmx-home-brandline{display:flex;align-items:center;gap:13px;margin-bottom:38px}
.rpmx-home-brandline>div{display:flex;flex-direction:column;line-height:1.15}
.rpmx-home-brandline strong{font-size:16px}.rpmx-home-brandline small{margin-top:5px;color:var(--rpmx-muted);font-size:13px}
.rpmx-home-intro h1{margin:18px 0 14px;font-size:clamp(54px,5.8vw,82px);line-height:.98;letter-spacing:-.065em;max-width:560px}
.rpmx-home-intro>p{margin:0;color:var(--rpmx-muted);font-size:19px}
.rpmx-home-intro__stats{display:flex;gap:18px;flex-wrap:wrap;margin-top:30px;color:var(--rpmx-muted);font-size:12px}
.rpmx-home-intro__stats span{display:flex;align-items:baseline;gap:5px}.rpmx-home-intro__stats strong{color:var(--rpmx-ink);font-size:17px}
.rpmx-explorer{background:#fff;border:1px solid rgba(222,216,208,.9);border-radius:32px;box-shadow:0 24px 70px rgba(35,42,55,.09);overflow:hidden;min-width:0}
.rpmx-explorer__top{padding:18px 20px 14px;border-bottom:1px solid var(--rpmx-line)}
.rpmx-explorer-search{display:flex;align-items:center;gap:12px;border-bottom:1px solid var(--rpmx-line);padding:4px 3px 14px;color:#7a8493}
.rpmx-explorer-search span{font-size:22px}.rpmx-explorer-search input{width:100%;border:0;outline:0;background:transparent;font-size:17px;color:var(--rpmx-ink)}
.rpmx-quickfilters{display:flex;gap:8px;flex-wrap:wrap;padding-top:12px}
.rpmx-quickfilters button{border:1px solid #efc4c0;background:#fff8f7;color:#a32821;border-radius:999px;padding:8px 13px;font-weight:750;cursor:pointer;transition:.18s ease}
.rpmx-quickfilters button:hover,.rpmx-quickfilters button.is-active{background:var(--rpmx-brand);border-color:var(--rpmx-brand);color:#fff;transform:translateY(-1px)}

.rpmx-explorer__focus{display:grid;grid-template-columns:minmax(280px,.86fr) minmax(360px,1.14fr);gap:12px;padding:12px}
.rpmx-focus-card{border:1px solid var(--rpmx-line);border-radius:22px;overflow:hidden;background:#fff;min-height:365px;display:flex;flex-direction:column}
.rpmx-focus-card__media{height:155px;background:#eee9e2;overflow:hidden;display:grid;place-items:center;color:#a49b93;font-weight:850}
.rpmx-focus-card__media img{width:100%;height:100%;object-fit:cover}
.rpmx-focus-card__body{padding:16px;display:flex;flex:1;flex-direction:column}
.rpmx-focus-card__badges{display:flex;gap:5px;flex-wrap:wrap;min-height:26px}.rpmx-focus-card__badges .rpmx-badge{margin:0;padding:4px 7px;font-size:9px}
.rpmx-focus-card h2{font-size:25px;line-height:1.03;letter-spacing:-.045em;margin:10px 0 7px}
.rpmx-focus-meta{display:flex;align-items:center;gap:9px;flex-wrap:wrap;color:#6a625a;font-size:12px;font-weight:750}
.rpmx-focus-rating{color:#75541e}.rpmx-focus-distance{color:var(--rpmx-accent)}
.rpmx-focus-cats{display:flex;gap:5px;flex-wrap:wrap;margin-top:10px}.rpmx-focus-cats span{border:1px solid var(--rpmx-line);border-radius:999px;padding:4px 7px;font-size:10px;font-weight:700;color:#57514b}
.rpmx-focus-card p{color:var(--rpmx-muted);font-size:12px;line-height:1.45;margin:10px 0 13px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.rpmx-focus-actions{display:grid;grid-template-columns:1fr auto;gap:7px;margin-top:auto}.rpmx-focus-actions .rpmx-btn{min-height:38px;font-size:12px;padding:8px 12px}
.rpmx-explorer-mapwrap{position:relative;border:1px solid var(--rpmx-line);border-radius:22px;overflow:hidden;background:#e9edf0;min-height:365px}
.rpmx-explorer-mapwrap .rpmx-discovery-map{height:365px!important;min-height:365px}
.rpmx-map-status{position:absolute;left:12px;bottom:12px;z-index:500;background:rgba(255,255,255,.92);backdrop-filter:blur(8px);border-radius:999px;padding:6px 10px;font-size:10px;color:#5d656d;pointer-events:none;max-width:220px}
.rpmx-map-status:empty{display:none}
.rpmx-explorer__metrics{display:grid;grid-template-columns:repeat(3,1fr);margin:0 12px;border:1px solid var(--rpmx-line);border-radius:16px;overflow:hidden}
.rpmx-explorer__metrics span{padding:8px 12px;border-left:1px solid var(--rpmx-line);display:flex;flex-direction:column}.rpmx-explorer__metrics span:first-child{border-left:0}
.rpmx-explorer__metrics strong{font-size:20px;line-height:1}.rpmx-explorer__metrics small{margin-top:4px;color:var(--rpmx-muted);font-size:10px}

.rpmx-explorer-rail{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(155px,1fr);gap:9px;overflow:auto;padding:12px 12px 10px;scrollbar-width:none}.rpmx-explorer-rail::-webkit-scrollbar{display:none}
.rpmx-mini-card{appearance:none;text-align:left;border:1px solid var(--rpmx-line);border-radius:16px;background:#fff;padding:0;overflow:hidden;cursor:pointer;min-width:0;transition:.18s ease}
.rpmx-mini-card:hover,.rpmx-mini-card.is-selected{border-color:#52bc7a;box-shadow:0 0 0 1px #52bc7a;transform:translateY(-1px)}
.rpmx-mini-card__media{height:76px;position:relative;background:#eee9e2;display:grid;place-items:center;overflow:hidden}.rpmx-mini-card__media img{width:100%;height:100%;object-fit:cover}.rpmx-mini-card__media em{position:absolute;left:6px;bottom:5px;background:#f0c55a;color:#513b00;border-radius:999px;padding:2px 5px;font-size:7px;font-style:normal;font-weight:900;text-transform:uppercase}
.rpmx-mini-card__body{padding:8px}.rpmx-mini-card__body strong{display:block;font-size:11px;line-height:1.15;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.rpmx-mini-card__body div{margin-top:4px;color:#867a70;font-size:8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.rpmx-mini-card__body .is-open{color:#0b725f;font-weight:850}
.rpmx-explorer-categories{display:grid;grid-template-columns:38px minmax(0,1fr) 38px;gap:6px;align-items:center;border-top:1px solid var(--rpmx-line);padding:10px 12px 12px}
.rpmx-category-strip{display:flex;gap:8px;overflow:auto;scrollbar-width:none}.rpmx-category-strip::-webkit-scrollbar{display:none}.rpmx-category-strip button{white-space:nowrap;border:1px solid var(--rpmx-line);background:#fff;border-radius:999px;padding:8px 12px;font-weight:800;cursor:pointer}.rpmx-category-strip button strong{margin-left:5px;color:#66717f}.rpmx-category-strip button:hover,.rpmx-category-strip button.is-active{border-color:#bcc7d4;background:#f4f7fa}
.rpmx-rail-arrow{width:36px;height:36px;border:0;border-radius:50%;background:#aeb6c0;color:#fff;font-size:20px;font-weight:850;cursor:pointer}.rpmx-rail-arrow--next{background:#13233d}
.rpmx-directory-section{margin-top:52px}
.rpmx-card.is-selected,.rpmx-card.is-map-hover{border-color:#52bc7a;box-shadow:0 0 0 1px #52bc7a,var(--rpmx-shadow)}
.rpmx-badge--open{background:#dff4e8;color:#106a51}.rpmx-badge--closed{background:#f3e4e1;color:#902f28}.rpmx-badge--live{background:#ffe2df;color:#a92a22}.rpmx-badge--delivery{background:#e3e9ff;color:#334cb2}
.rpmx-explorer-empty{display:grid;place-items:center;align-content:center;text-align:center;min-height:330px;padding:30px;color:var(--rpmx-muted)}.rpmx-explorer-empty strong{font-size:18px;color:var(--rpmx-ink)}.rpmx-explorer-empty span{margin-top:7px;font-size:12px}

.rpmx-map-pin-wrap,.rpmx-map-cluster-wrap{background:transparent!important;border:0!important}
.rpmx-map-pin{width:42px;height:42px;border-radius:50%;background:#fff;border:3px solid #697686;box-shadow:0 5px 16px rgba(18,28,40,.22);display:grid;place-items:center;overflow:hidden;position:relative;transition:.16s ease}.rpmx-map-pin:after{content:"";position:absolute;width:12px;height:12px;bottom:-8px;left:12px;background:inherit;border-right:3px solid inherit;border-bottom:3px solid inherit;transform:rotate(45deg);z-index:-1}
.rpmx-map-pin img{width:100%;height:100%;object-fit:cover;background:#fff}.rpmx-map-pin span{font-size:14px;font-weight:900;color:#26354a}.rpmx-map-pin.is-promoted{border-color:#e4b43c}.rpmx-map-pin.is-live{box-shadow:0 0 0 5px rgba(43,190,110,.16),0 5px 16px rgba(18,28,40,.22)}.rpmx-map-pin.is-selected{border-color:#25b864;transform:scale(1.18);box-shadow:0 0 0 7px rgba(37,184,100,.18),0 8px 22px rgba(18,28,40,.25)}
.rpmx-map-cluster{width:48px;height:48px;border-radius:50%;display:grid;place-items:center;background:#fff;border:4px solid #ff6f78;box-shadow:0 0 0 5px rgba(255,111,120,.18),0 8px 22px rgba(18,28,40,.2);color:#17233a}.rpmx-map-cluster strong{font-size:14px}.rpmx-map-cluster.is-promoted{border-color:#e6b33a;box-shadow:0 0 0 5px rgba(230,179,58,.18),0 8px 22px rgba(18,28,40,.2)}.rpmx-map-cluster.is-selected{border-color:#25b864;box-shadow:0 0 0 6px rgba(37,184,100,.18),0 8px 22px rgba(18,28,40,.22)}
.rpmx-explorer .leaflet-control-zoom{border:0!important;box-shadow:0 8px 22px rgba(20,30,40,.12)!important}.rpmx-explorer .leaflet-control-zoom a{border:0!important;width:38px!important;height:38px!important;line-height:38px!important;color:#13233d!important}.rpmx-explorer .leaflet-control-attribution{font-size:8px!important;background:rgba(255,255,255,.75)!important}
@media (max-width:1180px){.rpmx-home-stage{grid-template-columns:minmax(250px,.65fr) minmax(620px,1.35fr);gap:30px}.rpmx-home-intro h1{font-size:62px}.rpmx-explorer__focus{grid-template-columns:minmax(260px,.9fr) minmax(330px,1.1fr)}}
@media (max-width:980px){.rpmx-home-stage{grid-template-columns:1fr;min-height:0}.rpmx-home-intro{padding-bottom:0}.rpmx-home-intro h1{max-width:620px}.rpmx-explorer{border-radius:26px}.rpmx-explorer__focus{grid-template-columns:1fr 1fr}.rpmx-directory-section{margin-top:38px}}
@media (max-width:720px){.rpmx-home-stage{padding-top:0;gap:24px}.rpmx-home-brandline{margin-bottom:24px}.rpmx-home-intro h1{font-size:50px}.rpmx-home-intro__stats{display:none}.rpmx-explorer__top{padding:14px}.rpmx-quickfilters{flex-wrap:nowrap;overflow:auto;scrollbar-width:none}.rpmx-quickfilters::-webkit-scrollbar{display:none}.rpmx-quickfilters button{white-space:nowrap;padding:7px 11px}.rpmx-explorer__focus{grid-template-columns:1fr}.rpmx-explorer-mapwrap{order:-1;min-height:300px}.rpmx-explorer-mapwrap .rpmx-discovery-map{height:300px!important;min-height:300px}.rpmx-focus-card{min-height:0}.rpmx-focus-card__media{height:150px}.rpmx-explorer-rail{grid-auto-columns:150px}.rpmx-explorer__metrics strong{font-size:17px}.rpmx-explorer-categories{grid-template-columns:32px minmax(0,1fr) 32px}.rpmx-rail-arrow{width:30px;height:30px}.rpmx-directory-section .rpmx-card-grid{grid-template-columns:1fr}}
.rpmx-directory-section .rpmx-card{content-visibility:auto;contain-intrinsic-size:320px 360px}
.rpmx-explorer-rail{min-height:116px}

/* 0.0.11 map-first home */
.rpmx-brandcluster{display:flex;align-items:center;gap:10px}
.rpmx-staging-pill{display:inline-flex;align-items:center;height:24px;padding:0 8px;border-radius:999px;background:#171615;color:#fff;font-size:9px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}
.rpmx-sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
.rpmx-map-home-body{overflow-x:hidden}
.rpmx-map-home{padding:0}
.rpmx-map-app{position:relative;height:calc(100dvh - 77px);min-height:620px;background:#e9e6df;overflow:hidden}
.rpmx-map-app__canvas{position:absolute!important;inset:0;width:100%;height:100%!important;z-index:1}
.rpmx-map-controls{position:absolute;z-index:520;top:18px;left:50%;transform:translateX(-50%);width:min(760px,calc(100% - 160px));padding:10px;background:rgba(255,255,255,.94);backdrop-filter:blur(14px);border:1px solid rgba(222,216,208,.9);border-radius:22px;box-shadow:0 12px 32px rgba(30,28,25,.14)}
.rpmx-map-controls .rpmx-explorer-search{display:flex;align-items:center;gap:10px;padding:3px 9px 9px;border-bottom:1px solid var(--rpmx-line)}
.rpmx-map-controls .rpmx-explorer-search input{width:100%;border:0;outline:0;background:transparent;font-size:16px;color:var(--rpmx-ink)}
.rpmx-map-controls .rpmx-quickfilters{display:flex;gap:8px;overflow:auto;padding-top:10px;scrollbar-width:none}
.rpmx-map-controls .rpmx-quickfilters::-webkit-scrollbar{display:none}
.rpmx-map-controls .rpmx-quickfilters button{flex:0 0 auto;border:1px solid #efc3be;background:#fff8f7;color:#98241f;border-radius:999px;padding:8px 12px;font-weight:750;cursor:pointer}
.rpmx-map-controls .rpmx-quickfilters button.is-active{background:var(--rpmx-brand);border-color:var(--rpmx-brand);color:#fff}
.rpmx-map-categories{position:absolute;z-index:520;left:50%;bottom:18px;transform:translateX(-50%);display:flex;align-items:center;gap:8px;width:min(820px,calc(100% - 180px));padding:8px;background:rgba(255,255,255,.94);backdrop-filter:blur(14px);border:1px solid rgba(222,216,208,.9);border-radius:999px;box-shadow:0 12px 32px rgba(30,28,25,.13)}
.rpmx-map-categories .rpmx-category-strip{display:flex;gap:8px;overflow:auto;scrollbar-width:none;flex:1}
.rpmx-map-categories .rpmx-category-strip::-webkit-scrollbar{display:none}
.rpmx-map-categories .rpmx-category-strip button{flex:0 0 auto;border:0;background:#f5f1ec;border-radius:999px;padding:9px 13px;font-weight:750;color:#3f3b37;cursor:pointer;white-space:nowrap}
.rpmx-map-categories .rpmx-category-strip button.is-active{background:#171615;color:#fff}
.rpmx-map-categories .rpmx-rail-arrow{flex:0 0 36px;width:36px;height:36px;border:0;border-radius:50%;background:#171615;color:#fff;font-size:20px;cursor:pointer}
.rpmx-map-counter{position:absolute;z-index:520;left:18px;bottom:20px;display:flex;align-items:baseline;gap:7px;padding:9px 12px;border-radius:999px;background:rgba(255,255,255,.94);box-shadow:0 8px 20px rgba(30,28,25,.12);font-size:12px;color:var(--rpmx-muted)}
.rpmx-map-counter strong{font-size:18px;color:var(--rpmx-ink)}
.rpmx-map-status{position:absolute;z-index:520;right:18px;bottom:20px;max-width:280px;padding:8px 11px;border-radius:999px;background:rgba(23,22,21,.88);color:#fff;font-size:11px;pointer-events:none}
.rpmx-map-status:empty{display:none}
.rpmx-map-app .leaflet-top.leaflet-left{top:104px}
.rpmx-map-app .leaflet-control-zoom{border:0!important;box-shadow:0 8px 20px rgba(30,28,25,.14)!important}
.rpmx-map-app .leaflet-control-zoom a{border:0!important}
.rpmx-home-below{background:var(--rpmx-bg);padding:26px 0 64px}
.rpmx-map-drawer{position:absolute;z-index:560;top:18px;right:18px;bottom:18px;width:min(430px,38vw);background:#fff;border:1px solid var(--rpmx-line);border-radius:24px;box-shadow:0 24px 60px rgba(27,24,20,.2);overflow:auto;transform:translateX(calc(100% + 36px));opacity:0;pointer-events:none;transition:transform .24s ease,opacity .2s ease}
.rpmx-map-drawer.is-open{transform:translateX(0);opacity:1;pointer-events:auto}
.rpmx-map-drawer__close{position:sticky;z-index:4;top:10px;float:right;margin:10px 10px -48px 0;width:38px;height:38px;border:0;border-radius:50%;background:rgba(23,22,21,.9);color:#fff;font-size:24px;line-height:1;cursor:pointer}
.rpmx-focus-card--drawer{min-height:100%;background:#fff}
.rpmx-focus-card--drawer .rpmx-focus-card__media{min-height:250px;aspect-ratio:16/10;background:#eee8e1;overflow:hidden;border-radius:24px 24px 0 0}
.rpmx-focus-card--drawer .rpmx-focus-card__media img{width:100%;height:100%;object-fit:cover}
.rpmx-focus-card--drawer .rpmx-focus-card__body{padding:22px}
.rpmx-focus-card--drawer h2{margin:8px 0 8px;font-size:30px;line-height:1.04;letter-spacing:-.045em}
.rpmx-focus-card__badges{display:flex;gap:6px;flex-wrap:wrap}
.rpmx-focus-meta{display:flex;gap:9px;align-items:center;flex-wrap:wrap;margin-bottom:12px}
.rpmx-focus-rating,.rpmx-focus-distance{font-size:12px;font-weight:800;color:#61461c;background:#f7edcf;border-radius:999px;padding:5px 8px}
.rpmx-focus-distance{color:#0b5a50;background:#e8f2ef}
.rpmx-focus-cats{display:flex;gap:6px;flex-wrap:wrap;margin:12px 0}
.rpmx-focus-cats span{font-size:11px;font-weight:750;border:1px solid var(--rpmx-line);border-radius:999px;padding:5px 8px}
.rpmx-focus-card--drawer p{color:var(--rpmx-muted);line-height:1.55}
.rpmx-focus-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:18px}
.rpmx-map-pin-wrap{background:transparent!important;border:0!important}
.rpmx-map-pin{position:relative;width:42px;height:42px;border-radius:50%;border:3px solid #fff;background:#fff;box-shadow:0 4px 14px rgba(0,0,0,.2);overflow:hidden;transition:transform .18s ease,border-color .18s ease}
.rpmx-map-pin img{width:100%;height:100%;object-fit:cover}.rpmx-map-pin span{display:grid;place-items:center;width:100%;height:100%;font-weight:850}
.rpmx-map-pin.is-selected{transform:scale(1.18);border-color:#19a76f}.rpmx-map-pin.is-promoted{box-shadow:0 0 0 4px rgba(244,177,52,.45),0 4px 14px rgba(0,0,0,.2)}
.rpmx-map-pin.is-live::after{content:"";position:absolute;right:1px;bottom:1px;width:9px;height:9px;border-radius:50%;background:#19a76f;border:2px solid #fff}
.rpmx-map-cluster{display:grid;place-items:center;width:48px;height:48px;border-radius:50%;background:#fff;border:3px solid #ef6d69;color:#182238;box-shadow:0 5px 14px rgba(0,0,0,.17)}
.rpmx-map-cluster.is-promoted{border-color:#e9ad38}.rpmx-map-cluster.is-selected{border-color:#19a76f;transform:scale(1.08)}
@media (max-width:900px){
  .rpmx-staging-pill{display:none}
  .rpmx-map-app{height:calc(100dvh - 65px);min-height:540px}
  .rpmx-map-controls{top:10px;width:calc(100% - 20px);padding:8px;border-radius:18px}
  .rpmx-map-controls .rpmx-quickfilters{gap:6px}.rpmx-map-controls .rpmx-quickfilters button{padding:7px 10px;font-size:12px}
  .rpmx-map-app .leaflet-top.leaflet-left{top:132px}
  .rpmx-map-categories{left:10px;right:10px;bottom:10px;transform:none;width:auto;border-radius:18px;padding:7px}
  .rpmx-map-counter{left:10px;bottom:74px}.rpmx-map-status{right:10px;bottom:74px;max-width:220px}
  .rpmx-map-drawer{position:absolute;top:auto;left:8px;right:8px;bottom:8px;width:auto;max-height:min(64dvh,620px);border-radius:24px;transform:translateY(calc(100% + 28px));opacity:0}
  .rpmx-map-drawer.is-open{transform:translateY(0);opacity:1}
  .rpmx-focus-card--drawer .rpmx-focus-card__media{min-height:190px;aspect-ratio:16/8;border-radius:24px 24px 0 0}
  .rpmx-focus-card--drawer .rpmx-focus-card__body{padding:18px}.rpmx-focus-card--drawer h2{font-size:25px}
  .rpmx-focus-actions{grid-template-columns:1fr 1fr}
}
@media (max-width:560px){
  .rpmx-map-controls .rpmx-explorer-search input{font-size:14px}
  .rpmx-map-controls .rpmx-quickfilters button span{display:inline}
  .rpmx-map-categories .rpmx-rail-arrow{display:none}
  .rpmx-map-counter{font-size:10px}.rpmx-map-counter strong{font-size:15px}
  .rpmx-focus-actions{grid-template-columns:1fr}
  .rpmx-map-drawer{max-height:68dvh}
}

.rpmx-brand__mark img{width:100%;height:100%;object-fit:contain;border-radius:50%;background:#fff}

.rpmx-article{max-width:920px;padding-top:38px;padding-bottom:64px}
.rpmx-article__header{max-width:780px;margin:24px auto 28px}.rpmx-article__header h1{font-size:clamp(2rem,5vw,4rem);line-height:1.02;margin:.35em 0}.rpmx-article__header time{color:#6b7280}
.rpmx-article__hero{margin:0 auto 34px;max-width:920px}.rpmx-article__hero img{display:block;width:100%;max-height:560px;object-fit:cover;border-radius:24px}
.rpmx-article__content{max-width:760px;margin:0 auto;font-size:1.08rem;line-height:1.75}.rpmx-article__content h2,.rpmx-article__content h3{line-height:1.15;margin-top:2em}.rpmx-article__content img{max-width:100%;height:auto;border-radius:16px}.rpmx-article__content figure{margin:2rem 0}.rpmx-article__content a{text-decoration:underline}
@media(max-width:720px){.rpmx-article{padding-top:20px}.rpmx-article__hero img{border-radius:14px}.rpmx-article__content{font-size:1rem}}

.rpmx-adsense-slot[data-rpmx-ad-state="reserved"],
.rpmx-adsense-slot[data-rpmx-ad-state="loading"],
.rpmx-adsense-slot[data-rpmx-ad-state="filled"]{border:0!important;background:transparent!important;padding:0!important}
.rpmx-adsense-slot__label{display:block;width:100%;margin:0 0 6px;color:#8d857d;font-size:10px;line-height:1.2;text-transform:uppercase;letter-spacing:.08em}
.rpmx-adsense-slot__frame{display:block;width:100%;max-width:100%;overflow:hidden}
.rpmx-adsense-slot ins.adsbygoogle{display:block;max-width:100%}
.rpmx-adsense-slot.is-rpmx-ad-empty,.rpmx-ad-reservation.is-rpmx-ad-empty{display:none!important}
@media (min-width:768px){.rpmx-mobile-third-party-ad{display:none!important}}
