.numa-rex{
  --rex-teal:#2A737E;
  --rex-dark:#102326;
  --rex-red:#d13a33;
  --rex-road:#c9c9bd;
  width:100%;
  margin:0;
  padding:0;
  font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  color:#162326;
  overflow:visible;
  background:transparent;
}
.numa-rex *{box-sizing:border-box}
.numa-rex__heading,.numa-rex__heading h2{display:none!important}
.numa-rex__header{width:100%;display:flex;align-items:center;justify-content:flex-end;margin:0 0 14px;padding:0;background:transparent;overflow:visible}
.numa-rex__tabs{display:flex;align-items:center;justify-content:flex-end;gap:10px;margin:0;padding:0 6% 0 0;flex-wrap:nowrap;max-width:100%}
.numa-rex__tab{appearance:none;border:1px solid rgba(16,35,38,.16);border-radius:999px;background:#fff;color:var(--rex-dark);min-height:40px;min-width:132px;display:flex;align-items:center;justify-content:center;padding:8px 15px;cursor:pointer;text-align:center;transition:background .2s ease,transform .2s ease,border-color .2s ease,color .2s ease;white-space:nowrap;box-shadow:none!important}
.numa-rex__tab:hover{transform:translateY(-1px);border-color:rgba(42,115,126,.42)}
.numa-rex__tab.is-active{background:var(--rex-teal);border-color:var(--rex-teal);color:#fff}
.numa-rex__tab strong{display:block;font-size:13px;line-height:1.1;font-weight:900}
.numa-rex__tab small{display:none!important}
.numa-rex__stage{width:100%;display:block;min-height:0;background:transparent;overflow:visible;border-radius:0}
.numa-rex__mapPanel{width:100%;display:flex;justify-content:center;align-items:center;padding:0;background:transparent!important;overflow:visible}
.numa-rex__mapCanvas{position:relative;width:100%;max-width:900px;aspect-ratio:1060.8187/886.3667;margin:0 auto;background:transparent!important;overflow:visible}
.numa-route-svg-art{display:block;width:100%;height:100%;overflow:visible;background:transparent!important}
.numa-route-svg-art svg,.numa-route-svg-art g,.numa-route-svg-art path{transition:opacity .25s ease,stroke .25s ease,stroke-opacity .25s ease,stroke-width .25s ease;filter:none!important}
/* Hide Illustrator helper marker layers. HTML markers replace them. */
.numa-route-svg-art#svg1 #layer-MC1,.numa-route-svg-art #layer-MC1,.numa-route-svg-art #layer-MC2,.numa-route-svg-art #layer-MC3,.numa-route-svg-art #layer-MC4,.numa-route-svg-art #layer-MC5,.numa-route-svg-art #layer-MC6,.numa-route-svg-art #layer-MC7,.numa-route-svg-art #layer-MC8,.numa-route-svg-art #layer-MC9,.numa-route-svg-art #layer-MC10,.numa-route-svg-art #layer-MC11,.numa-route-svg-art #layer-MC12,.numa-route-svg-art #layer-MC13,.numa-route-svg-art #layer-MC14,.numa-route-svg-art #layer-MC15,.numa-route-svg-art #layer-MC16,.numa-route-svg-art #layer-MC17,.numa-route-svg-art #layer-MC21{display:none!important;opacity:0!important}
/* Clean grey base roads, not blurred. */
.numa-route-svg-art .numa-svg-base path,.numa-route-svg-art #layer-MC0 path{stroke:#d7d5cc!important;stroke-opacity:.55!important;filter:none!important;stroke-width:3!important}
/* Route layers: inactive are pale grey, active is teal. */
.numa-route-svg-art #layer-MC18,.numa-route-svg-art #layer-MC19,.numa-route-svg-art #layer-MC20{display:inline!important;opacity:1!important;filter:none!important;mix-blend-mode:normal!important}
.numa-route-svg-art #layer-MC18 *,.numa-route-svg-art #layer-MC19 *,.numa-route-svg-art #layer-MC20 *{stroke:#d9d7ce!important;stroke-opacity:.60!important;stroke-width:3!important;fill:none!important;filter:none!important;stroke-linecap:round!important;stroke-linejoin:round!important}
.numa-rex.is-tour-2d .numa-route-svg-art #layer-MC18 *,.numa-rex.is-tour-3d .numa-route-svg-art #layer-MC19 *,.numa-rex.is-tour-4d .numa-route-svg-art #layer-MC20 *{stroke:var(--rex-teal)!important;stroke-opacity:1!important;stroke-width:4.8!important;fill:none!important;filter:none!important}
.numa-rex__marker{position:absolute;z-index:5;width:40px;height:40px;border-radius:999px;transform:translate(-50%,-50%);display:flex;align-items:center;justify-content:center;background:#fff;border:3px solid #fff;box-shadow:0 7px 16px rgba(16,35,38,.11);transition:opacity .25s ease,transform .25s ease,filter .25s ease;outline:2px solid var(--rex-teal);text-decoration:none!important}
.numa-rex__marker img{width:100%;height:100%;object-fit:cover;border-radius:inherit;display:block}
.numa-rex__marker span{width:18px;height:18px;border-radius:999px;background:var(--rex-teal);display:block}
.numa-rex__marker.is-muted{opacity:.30;filter:grayscale(1);transform:translate(-50%,-50%) scale(.84)}
.numa-rex__marker:hover{z-index:30;transform:translate(-50%,-50%) scale(1.08)}
.numa-rex__marker em{position:absolute;left:50%;bottom:calc(100% + 12px);transform:translateX(-50%) translateY(6px);width:220px;padding:11px;background:#fff;border-radius:14px;box-shadow:0 18px 36px rgba(15,35,39,.18);font-style:normal;opacity:0;pointer-events:none;transition:opacity .2s ease,transform .2s ease;text-align:left}
.numa-rex__marker:hover em{opacity:1;transform:translateX(-50%) translateY(0)}
.numa-rex__marker em:after{content:"";position:absolute;left:50%;top:100%;border:8px solid transparent;border-top-color:#fff;transform:translateX(-50%)}
.numa-rex__marker.is-edge-right em{left:auto;right:0;transform:translateX(0) translateY(6px)}.numa-rex__marker.is-edge-right:hover em{transform:translateX(0) translateY(0)}.numa-rex__marker.is-edge-right em:after{left:auto;right:16px;transform:none}
.numa-rex__marker.is-edge-left em{left:0;transform:translateX(0) translateY(6px)}.numa-rex__marker.is-edge-left:hover em{transform:translateX(0) translateY(0)}.numa-rex__marker.is-edge-left em:after{left:16px;transform:none}
.numa-rex__marker.is-edge-top em{bottom:auto;top:calc(100% + 12px)}.numa-rex__marker.is-edge-top em:after{top:auto;bottom:100%;border-top-color:transparent;border-bottom-color:#fff}
.numa-rex__marker b{display:block;font-weight:800;font-size:13px;line-height:1.2;color:#102326;margin-bottom:4px}.numa-rex__marker small{display:block;font-size:11px;line-height:1.35;color:#4d5b5e}.numa-rex__marker u{display:inline-block;margin-top:6px;text-decoration:none;color:var(--rex-teal);font-weight:800;font-size:11px}
.numa-rex__city{position:absolute;z-index:8;display:flex;align-items:center;gap:4px;transform:translate(-50%,-50%);pointer-events:none;white-space:nowrap;font-size:10px;font-weight:900;color:#18272a;text-shadow:0 1px 0 rgba(255,255,255,.95),0 -1px 0 rgba(255,255,255,.95),1px 0 0 rgba(255,255,255,.95),-1px 0 0 rgba(255,255,255,.95)}
.numa-rex__city i{font-style:normal;color:var(--rex-red);font-size:14px;line-height:1;filter:none!important}.numa-rex__city b{font-size:10px;letter-spacing:.01em}
.numa-rex__start{position:absolute;z-index:12;transform:translate(-20%,-50%);background:#fff;border:1px solid rgba(42,115,126,.28);border-radius:13px;padding:9px 13px 10px 58px;box-shadow:0 8px 22px rgba(16,35,38,.10);min-width:170px}
.numa-rex__startIcon{position:absolute;left:8px;top:50%;width:42px;height:42px;transform:translateY(-50%);display:grid;place-items:center;overflow:hidden}.numa-rex__startIcon svg{display:block;width:42px!important;height:42px!important;max-width:42px!important;max-height:42px!important}.numa-rex__start b{display:inline-block;color:var(--rex-teal);text-transform:uppercase;font-size:9px;line-height:1;letter-spacing:.06em;font-weight:900}.numa-rex__start strong{display:block;margin-top:4px;font-size:14px;line-height:1.05;color:#102326;font-weight:900}.numa-rex__start small{display:block;margin-top:3px;font-size:10.5px;line-height:1;color:#516064;font-weight:700}
.numa-rex__key{position:absolute;right:2%;bottom:3%;z-index:14;display:flex;align-items:center;gap:12px;flex-wrap:wrap;background:rgba(255,255,255,.9);border:1px solid rgba(16,35,38,.12);box-shadow:0 10px 26px rgba(16,35,38,.08);border-radius:14px;padding:9px 11px;font-size:11px;font-weight:750;color:#263538}
.numa-rex__key span{display:inline-flex;align-items:center;gap:6px;white-space:nowrap}.numa-rex__key i{display:inline-block;flex:0 0 auto}.key-route{width:28px;height:4px;border-radius:4px;background:var(--rex-teal)}.key-road{width:28px;height:4px;border-radius:4px;background:#d9d7ce}.key-town{color:var(--rex-red);font-style:normal;font-size:15px;line-height:1}.key-attraction{width:13px;height:13px;border-radius:50%;border:3px solid var(--rex-teal);background:#fff}

.numa-rex__missing{padding:30px;border:1px solid #ddd;background:#fff}
.numa-rex__tourPanel,.numa-rex__tourShade,.numa-rex__tourCard,.numa-rex__bottomRow,.numa-rex__price,.numa-rex__button{display:none!important}
@media(max-width:900px){.numa-rex__header{display:block;margin-bottom:14px}.numa-rex__tabs{justify-content:flex-start;overflow:auto;padding:0 0 5px;gap:9px}.numa-rex__tab{min-width:138px;min-height:42px}.numa-rex__mapCanvas{max-width:760px}}
@media(max-width:640px){.numa-rex__key{display:none}.numa-rex__mapCanvas{min-height:410px;aspect-ratio:0.92/1}.numa-route-svg-art{object-fit:contain}.numa-rex__marker{width:32px;height:32px;border-width:2px;outline-width:1px}.numa-rex__marker em{display:none}.numa-rex__city{font-size:9px}.numa-rex__city i{font-size:12px}.numa-rex__city b{font-size:9px}.numa-rex__start{transform:translate(-12%,-50%) scale(.72);transform-origin:left center}}

/* Popup route map */
.numa-route-modal-open{overflow:hidden!important}
.numa-route-modal{position:fixed;inset:0;z-index:999999;display:none;align-items:center;justify-content:center;padding:28px;background:transparent}
.numa-route-modal.is-open{display:flex}
.numa-route-modal__backdrop{position:absolute;inset:0;background:rgba(5,18,20,.68);backdrop-filter:blur(5px)}
.numa-route-modal__dialog{position:relative;width:min(1240px,calc(100vw - 38px));max-height:calc(100vh - 38px);background:#fbf7ee;border-radius:22px;box-shadow:0 28px 90px rgba(0,0,0,.35);overflow:auto;padding:24px}
.numa-route-modal__close{position:absolute;right:16px;top:14px;z-index:50;width:42px;height:42px;border:0;border-radius:999px;background:#102326;color:#fff;font-size:30px;line-height:1;cursor:pointer;display:grid;place-items:center;box-shadow:0 8px 20px rgba(0,0,0,.2)}
.numa-route-modal__inner{padding:6px 12px 8px}
.numa-route-modal .numa-rex__tabs{justify-content:center;padding:0;margin:0 auto 10px;gap:12px}
.numa-route-modal .numa-rex__mapCanvas{max-width:1040px}
.numa-route-popup-btn{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:#2A737E;color:#fff!important;font-weight:800;text-decoration:none!important;padding:12px 22px;line-height:1;box-shadow:none;transition:transform .2s ease,background .2s ease}
.numa-route-popup-btn:hover{transform:translateY(-1px);background:#205f68;color:#fff!important}

@media(max-width:760px){
  .numa-route-modal{padding:12px}
  .numa-route-modal__dialog{width:calc(100vw - 18px);max-height:calc(100vh - 18px);border-radius:16px;padding:16px 10px 12px}
  .numa-route-modal__close{right:10px;top:8px;width:38px;height:38px;font-size:27px}
  .numa-route-modal__inner{padding:34px 0 0}
  .numa-route-modal .numa-rex__tabs{justify-content:flex-start;overflow:auto;padding:0 42px 8px 0}
  .numa-route-modal .numa-rex__mapCanvas{max-width:100%;min-height:520px}
}

/* v17: the SVG itself now gets .numa-route-svg-art; hide Illustrator marker/star helper layers whether class is on the SVG or wrapper. */
svg.numa-route-svg-art #layer-MC1,svg.numa-route-svg-art #layer-MC2,svg.numa-route-svg-art #layer-MC3,svg.numa-route-svg-art #layer-MC4,svg.numa-route-svg-art #layer-MC5,svg.numa-route-svg-art #layer-MC6,svg.numa-route-svg-art #layer-MC7,svg.numa-route-svg-art #layer-MC8,svg.numa-route-svg-art #layer-MC9,svg.numa-route-svg-art #layer-MC10,svg.numa-route-svg-art #layer-MC11,svg.numa-route-svg-art #layer-MC12,svg.numa-route-svg-art #layer-MC13,svg.numa-route-svg-art #layer-MC14,svg.numa-route-svg-art #layer-MC15,svg.numa-route-svg-art #layer-MC16,svg.numa-route-svg-art #layer-MC17,svg.numa-route-svg-art #layer-MC21{display:none!important;opacity:0!important;visibility:hidden!important}
svg.numa-route-svg-art #layer-MC0 path{stroke:#d7d5cc!important;stroke-opacity:.58!important;filter:none!important;stroke-width:3!important}
svg.numa-route-svg-art #layer-MC18,svg.numa-route-svg-art #layer-MC19,svg.numa-route-svg-art #layer-MC20{display:inline!important;opacity:1!important;filter:none!important;mix-blend-mode:normal!important}
svg.numa-route-svg-art #layer-MC18 *,svg.numa-route-svg-art #layer-MC19 *,svg.numa-route-svg-art #layer-MC20 *{stroke:#d9d7ce!important;stroke-opacity:.62!important;stroke-width:3!important;fill:none!important;filter:none!important;stroke-linecap:round!important;stroke-linejoin:round!important}
.numa-rex.is-tour-2d svg.numa-route-svg-art #layer-MC18 *,.numa-rex.is-tour-3d svg.numa-route-svg-art #layer-MC19 *,.numa-rex.is-tour-4d svg.numa-route-svg-art #layer-MC20 *{stroke:var(--rex-teal)!important;stroke-opacity:1!important;stroke-width:5!important;fill:none!important;filter:none!important}

/* v18 refinements */
.numa-rex__header{
  justify-content:space-between;
  align-items:flex-start;
  gap:22px;
  margin-bottom:10px;
}
.numa-rex__intro{
  max-width:500px;
  padding:0 52px 0 0;
}
.numa-rex__intro h3{
  margin:0 0 6px!important;
  font-family:"mezzotint-cf", Georgia, serif;
  font-size:30px!important;
  line-height:.95!important;
  color:#102326!important;
  font-weight:700!important;
}
.numa-rex__intro p{
  margin:0!important;
  max-width:480px;
  font-size:13px!important;
  line-height:1.45!important;
  color:#344246!important;
}
.numa-rex__intro a{
  color:#2A737E!important;
  font-weight:900;
  text-decoration:none!important;
  border-bottom:1px solid rgba(42,115,126,.35);
}
.numa-rex__tab{
  border-color:#2A737E!important;
  color:#102326!important;
  background:#fff!important;
  box-shadow:none!important;
}
.numa-rex__tab:hover{
  background:#2A737E!important;
  color:#fff!important;
  border-color:#2A737E!important;
}
.numa-rex__tab.is-active{
  background:#2A737E!important;
  color:#fff!important;
  border-color:#2A737E!important;
}
.numa-rex__start{
  text-decoration:none!important;
  color:inherit!important;
}
.numa-rex__start:hover{
  transform:translate(-20%,-50%) translateY(-1px);
  box-shadow:0 10px 24px rgba(16,35,38,.14);
}

.numa-route-modal__dialog{
  overflow:hidden!important;
  padding:24px 28px 18px;
}
.numa-route-modal__inner{
  padding:0;
}
.numa-route-modal .numa-rex__header{
  margin:0 54px 8px 0;
}
.numa-route-modal .numa-rex__tabs{
  justify-content:flex-end;
  padding:0;
  margin:0;
  gap:10px;
}
.numa-route-modal .numa-rex__tab{
  min-width:126px;
  min-height:38px;
  padding:8px 14px;
}
.numa-route-modal .numa-rex__mapPanel{
  min-height:calc(100vh - 210px);
  align-items:center;
}
.numa-route-modal .numa-rex__mapCanvas{
  max-width:min(730px, 82vw);
  max-height:calc(100vh - 210px);
  width:70%;
}
.numa-route-modal .numa-rex__key{
  transform:scale(.9);
  transform-origin:right bottom;
}

@media(max-width:900px){
  .numa-rex__header{display:block}
  .numa-rex__intro{padding:0 46px 14px 0;max-width:none}
  .numa-route-modal .numa-rex__header{margin-right:42px}
  .numa-route-modal .numa-rex__tabs{justify-content:flex-start;overflow:auto;padding-bottom:6px}
  .numa-route-modal .numa-rex__mapCanvas{width:100%;max-width:100%;max-height:none}
  .numa-route-modal__dialog{overflow:auto!important}
}
@media(max-width:640px){
  .numa-rex__intro h3{font-size:24px!important}
  .numa-rex__intro p{font-size:12px!important}
}


/* v19 marker polish - make feature images fully fill circular markers */
.numa-rex__marker{
  overflow:hidden!important;
  background:#F8F5EF!important;
  border-color:#F8F5EF!important;
  outline-color:#173528!important;
}
.numa-rex__marker img{
  position:absolute!important;
  inset:-2px!important;
  width:calc(100% + 4px)!important;
  height:calc(100% + 4px)!important;
  max-width:none!important;
  object-fit:cover!important;
  object-position:center center!important;
  border-radius:50%!important;
  display:block!important;
}
.numa-rex__marker em{
  overflow:visible!important;
}
.numa-rex__city i{color:#FE6146!important;}
.numa-rex__key{border-color:#e7ddcb!important;box-shadow:none!important;}
.numa-rex__tab.is-active{background:#FE6146!important;border-color:#FE6146!important;}
.numa-rex__tab{border-color:#173528!important;color:#173528!important;}
.numa-rex__tab:hover{background:#173528!important;color:#fff!important;border-color:#173528!important;}

/* v20 popup + marker refinements */
.numa-route-modal__dialog{padding:30px 34px 22px!important;overflow:hidden!important;}
.numa-route-modal .numa-rex__header{align-items:flex-start!important;margin:0 70px 18px 0!important;gap:30px!important;}
.numa-route-modal .numa-rex__intro h3{font-size:34px!important;line-height:1.05!important;margin:0 0 12px!important;color:#173528!important;}
.numa-route-modal .numa-rex__intro p{font-size:14px!important;line-height:1.55!important;max-width:520px!important;margin:0!important;color:#31433b!important;}
.numa-route-modal .numa-rex__tabs{padding-right:42px!important;gap:10px!important;}
.numa-route-modal .numa-rex__tab{border-color:#173528!important;color:#173528!important;background:#fff!important;}
.numa-route-modal .numa-rex__tab.is-active{background:#FE6146!important;border-color:#FE6146!important;color:#fff!important;}
.numa-route-modal__close{right:18px!important;top:18px!important;background:#FE6146!important;color:#fff!important;border:0!important;box-shadow:none!important;}
.numa-rex__marker{overflow:hidden!important;border-radius:50%!important;background:#F8F5EF!important;}
.numa-rex__marker img{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;object-fit:cover!important;object-position:center!important;border-radius:50%!important;max-width:none!important;display:block!important;}
.numa-rex__marker em{z-index:999!important;}
.numa-rex__key{background:#fff!important;border:1px solid #eadfcd!important;box-shadow:0 12px 28px rgba(23,53,40,.08)!important;}
@media(max-width:900px){.numa-route-modal .numa-rex__header{margin-right:50px!important}.numa-route-modal .numa-rex__tabs{padding-right:0!important}.numa-route-modal__dialog{overflow:auto!important;}}


/* v21: restore attraction blog popups while keeping circular marker images filled */
.numa-rex__marker{overflow:visible!important;border-radius:50%!important;background:#F8F5EF!important;border-color:#F8F5EF!important;outline-color:#173528!important;}
.numa-rex__marker img{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;max-width:none!important;max-height:none!important;object-fit:cover!important;object-position:center center!important;border-radius:50%!important;display:block!important;clip-path:circle(50% at 50% 50%)!important;}
.numa-rex__marker em{display:block!important;visibility:visible!important;overflow:visible!important;z-index:999999!important;pointer-events:none!important;}
.numa-rex__marker:hover em{opacity:1!important;}
.numa-rex__marker.is-muted:hover{opacity:.85!important;filter:none!important;transform:translate(-50%,-50%) scale(1.02)!important;}
.numa-route-modal .numa-rex__intro h3{font-size:40px!important;margin-bottom:18px!important;}
.numa-route-modal .numa-rex__intro p{margin-top:0!important;font-size:14.5px!important;line-height:1.65!important;}
.numa-route-modal .numa-rex__header{gap:42px!important;margin:0 78px 20px 0!important;}
.numa-route-modal .numa-rex__tabs{padding-right:58px!important;}
.numa-route-modal__close{right:16px!important;top:16px!important;}
@media(max-width:900px){.numa-route-modal .numa-rex__tabs{padding-right:0!important}.numa-route-modal .numa-rex__intro h3{font-size:30px!important}}


/* v22: tour-page preview mode + fixed attraction image crop */
.numa-rex:not(.numa-rex--modal) .numa-rex__mapCanvas{
  cursor:pointer;
}
.numa-rex__expand{
  position:absolute;
  right:2.4%;
  top:3.4%;
  z-index:40;
  display:inline-flex;
  align-items:center;
  gap:8px;
  border:1px solid rgba(23,53,40,.18);
  background:#fff;
  color:#173528;
  border-radius:999px;
  padding:10px 15px;
  font-size:12px;
  font-weight:900;
  line-height:1;
  box-shadow:0 10px 28px rgba(23,53,40,.10);
  cursor:pointer;
  transition:transform .22s ease, background .22s ease, color .22s ease;
}
.numa-rex__expand:hover{background:#FE6146;color:#fff;transform:translateY(-1px)}
.numa-rex__marker{
  overflow:visible!important;
  border-radius:50%!important;
  background:transparent!important;
  border:0!important;
  outline:0!important;
  box-shadow:none!important;
}
.numa-rex__marker-img{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  border-radius:50%!important;
  overflow:hidden!important;
  background:#F8F5EF!important;
  border:3px solid #F8F5EF!important;
  outline:2px solid #173528!important;
  box-shadow:0 7px 16px rgba(16,35,38,.11)!important;
  display:block!important;
}
.numa-rex__marker-img img{
  width:100%!important;
  height:100%!important;
  max-width:none!important;
  max-height:none!important;
  object-fit:cover!important;
  object-position:center!important;
  border-radius:0!important;
  display:block!important;
  position:static!important;
  clip-path:none!important;
}
.numa-rex__marker-img > span{
  width:100%!important;
  height:100%!important;
  display:block!important;
  border-radius:50%!important;
  background:#173528!important;
}
.numa-rex__marker em{
  z-index:999999!important;
  pointer-events:none!important;
}
.numa-rex__marker.is-muted .numa-rex__marker-img{filter:grayscale(1);opacity:.32}
.numa-rex__marker.is-muted:hover .numa-rex__marker-img{opacity:.8;filter:grayscale(.25)}
.numa-rex__marker:hover .numa-rex__marker-img{box-shadow:0 10px 24px rgba(16,35,38,.18)!important;}
@media(max-width:640px){.numa-rex__expand{display:none!important}}
