/* nuru massage near me
   Slate and jade. Nothing here is shared with the sibling domains, which run violet/pink
   (amn-), espresso/amber (hen-) and burgundy/ivory (emn-). Four exact-match domains over one
   listing pool must not also look like one template (network Rule 15). */

:root {
  --paper: #eef2f4;
  --paper-dim: #93a3ac;
  --deep: #101519;
  --deep-2: #182027;
  --deep-3: #222d35;
  --hair: #2f3d47;
  --jade: #3fbf9a;
  --jade-lit: #6fe0c0;
  --coral: #e0705f;
  --edge: 8px;
}

* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
  margin: 0; background: var(--deep); color: var(--paper);
  font: 16px/1.62 ui-sans-serif, system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  overflow-x: hidden; padding-bottom: 66px;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--jade); text-decoration: none; }
a:hover { text-decoration: underline; }
h1 { font-size: clamp(27px, 5.6vw, 40px); line-height: 1.12; margin: 0 0 10px; font-weight: 800; letter-spacing: -.02em; }

.nmn-skip { position: absolute; left: -9999px; }
.nmn-skip:focus { left: 12px; top: 12px; z-index: 99; background: var(--jade); color: var(--deep); padding: 10px 16px; border-radius: var(--edge); }

/* ── top ─────────────────────────────────────────────────────────────── */
.nmn-top { border-bottom: 1px solid var(--hair); background: var(--deep-2); }
.nmn-top-in, .nmn-foot-in, main { max-width: 1180px; margin: 0 auto; padding-left: 18px; padding-right: 18px; }
.nmn-top-in { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding-top: 11px; padding-bottom: 11px; }
.nmn-logo { display: inline-flex; align-items: center; gap: 9px; color: var(--paper); font-weight: 800; font-size: 16px; letter-spacing: -.01em; }
.nmn-logo:hover { text-decoration: none; }
.nmn-logo img { border-radius: 6px; flex-shrink: 0; }
.nmn-logo em { font-style: normal; color: var(--paper-dim); font-weight: 600; }
.nmn-cams {
  font-size: 13px; font-weight: 700; padding: 9px 15px; border-radius: var(--edge);
  background: var(--coral); color: #fff; white-space: nowrap;
}
.nmn-cams:hover { text-decoration: none; filter: brightness(1.08); }

/* ── lede ────────────────────────────────────────────────────────────── */
.nmn-lede { padding: 28px 0 20px; }
.nmn-lede-say { color: var(--paper-dim); font-size: 17px; margin: 0 0 16px; }
.nmn-lede-say b { color: var(--paper); }
.nmn-here { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.nmn-here button {
  background: var(--jade); color: var(--deep); border: 0; padding: 12px 20px;
  border-radius: var(--edge); font-size: 15px; font-weight: 800; cursor: pointer;
}
.nmn-here button:hover { filter: brightness(1.07); }
.nmn-here button:disabled { opacity: .55; cursor: wait; }
.nmn-here span { font-size: 12.5px; color: var(--paper-dim); }
.nmn-note { font-size: 14px; color: var(--paper-dim); background: var(--deep-2); border-left: 3px solid var(--jade); padding: 11px 14px; margin: 0 0 16px; }

/* ── the list: wide rows, photo left ─────────────────────────────────── */
.nmn-tally { display: flex; align-items: baseline; justify-content: space-between; gap: 14px; flex-wrap: wrap; margin: 0 0 12px; }
.nmn-tally p { margin: 0; font-size: 14px; color: var(--paper-dim); }
.nmn-tally b { color: var(--paper); }
.nmn-tally a { font-size: 13px; font-weight: 700; }

.nmn-rows { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
@media (min-width: 1000px) { .nmn-rows { grid-template-columns: 1fr 1fr; gap: 12px; } }

.nmn-row {
  display: grid; grid-template-columns: 128px minmax(0, 1fr); gap: 0;
  background: var(--deep-2); border: 1px solid var(--hair); border-radius: var(--edge);
  overflow: hidden; transition: border-color .15s, transform .15s;
}
@media (min-width: 560px) { .nmn-row { grid-template-columns: 170px minmax(0, 1fr); } }
.nmn-row:hover { border-color: var(--jade); transform: translateX(2px); }
.nmn-row-paid { border: 2px solid var(--jade); background: linear-gradient(100deg, #16302a, var(--deep-2) 60%); }

.nmn-row-pic { position: relative; display: block; background: var(--deep-3); aspect-ratio: 4 / 3; }
.nmn-row-pic > img { width: 100%; height: 100%; object-fit: cover; }
.nmn-row-nopic { display: grid; place-items: center; height: 100%; font-size: 30px; color: rgba(63,191,154,.28); }
.nmn-paid {
  position: absolute; top: 7px; left: 7px; background: var(--jade); color: var(--deep);
  font-size: 9.5px; font-weight: 900; letter-spacing: .09em; padding: 4px 7px; border-radius: 4px;
}
.nmn-row-say { padding: 11px 13px; display: flex; flex-direction: column; gap: 7px; justify-content: center; min-width: 0; }
.nmn-row-name { margin: 0; font-size: 16px; font-weight: 700; line-height: 1.25; }
.nmn-row-name a { color: var(--paper); }
.nmn-row-place { margin: 0; display: flex; align-items: center; gap: 6px; font-size: 13px; color: var(--paper-dim); }
.nmn-row-place b { color: var(--paper); font-size: 14.5px; }
.nmn-row-place img { width: 18px; height: 13px; border-radius: 2px; flex-shrink: 0; object-fit: cover; }
.nmn-row-reach { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 2px; }
.nmn-go { font-size: 11.5px; font-weight: 700; padding: 6px 10px; border-radius: 5px; border: 1px solid var(--hair); color: var(--paper); }
.nmn-go:hover { text-decoration: none; border-color: var(--jade); }
.nmn-go-wa { background: #0e6f61; border-color: #0e6f61; color: #fff; }
.nmn-go-open { background: var(--jade); border-color: var(--jade); color: var(--deep); }

.nmn-all { text-align: center; margin: 20px 0 0; }
.nmn-add { text-align: center; margin: 16px 0 0; font-size: 13.5px; }
.nmn-add a { color: var(--paper-dim); }
.nmn-btn { display: inline-block; background: var(--jade); color: var(--deep); font-weight: 800; font-size: 14.5px; padding: 12px 26px; border-radius: var(--edge); }
.nmn-btn:hover { text-decoration: none; filter: brightness(1.07); }
.nmn-btn-sm { padding: 9px 15px; font-size: 13px; margin-top: 9px; }

/* ── reading ─────────────────────────────────────────────────────────── */
.nmn-read { margin: 42px 0 0; }
/* Wide measure with generous leading, no rule and no columns: each sibling reads differently. */
.nmn-words { max-width: 68ch; color: #d3dde3; font-size: 16.5px; line-height: 1.75; }
.nmn-words-lede { font-size: 18px; color: var(--paper); }
.nmn-words p { margin: 0 0 17px; }
.nmn-words h2 { font-size: clamp(20px, 3vw, 26px); margin: 34px 0 12px; color: var(--paper); font-weight: 800; letter-spacing: -.015em; line-height: 1.25; }
.nmn-words strong { color: #fff; font-weight: 700; }
.nmn-words a { color: var(--jade-lit); }

.nmn-qa { margin: 42px 0 8px; max-width: 68ch; }
.nmn-qa h2 { font-size: clamp(20px, 3vw, 26px); margin: 0 0 8px; font-weight: 800; }
/* Cards rather than a list or an accordion. */
.nmn-qa-one { background: var(--deep-2); border: 1px solid var(--hair); border-radius: var(--edge); padding: 14px 16px; margin-top: 10px; }
.nmn-qa-q { margin: 0 0 6px; font-weight: 700; color: var(--paper); }
.nmn-qa-a { color: #cbd7de; font-size: 15.5px; }

/* ── venue ───────────────────────────────────────────────────────────── */
.nmn-crumbs { font-size: 13px; color: var(--paper-dim); margin: 16px 0 12px; }
.nmn-paid-wide { display: inline-block; background: var(--jade); color: var(--deep); font-size: 11px; font-weight: 900; letter-spacing: .1em; padding: 7px 13px; border-radius: 6px; margin: 0 0 10px; }
.nmn-venue-place { display: flex; align-items: center; gap: 8px; font-size: 16px; color: var(--paper-dim); margin: 0 0 12px; }
.nmn-venue-place b { color: var(--paper); font-size: 18px; }
.nmn-venue-place img { width: 22px; height: 16px; border-radius: 2px; object-fit: cover; }
.nmn-tags { list-style: none; display: flex; flex-wrap: wrap; gap: 7px; padding: 0; margin: 0 0 18px; }
.nmn-tags li { font-size: 12px; color: var(--paper-dim); border: 1px solid var(--hair); border-radius: 5px; padding: 5px 11px; }
.nmn-tags b { color: var(--paper); }

.nmn-touchbar { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 20px; }
.nmn-touch { flex: 1 1 140px; text-align: center; padding: 13px 16px; border-radius: var(--edge); font-weight: 800; font-size: 15px; color: #fff; }
.nmn-touch:hover { text-decoration: none; filter: brightness(1.08); }
.nmn-touch-wa { background: #0e6f61; }
.nmn-touch-tel { background: var(--jade); color: var(--deep); }
.nmn-touch-tg { background: #2a8fc0; }
.nmn-touch-alt { background: var(--deep-3); border: 1px solid var(--hair); }

/* Even mosaic, no hero: another anatomy again. */
.nmn-shots { display: grid; gap: 6px; grid-template-columns: repeat(3, 1fr); margin: 0 0 20px; }
@media (min-width: 720px)  { .nmn-shots { grid-template-columns: repeat(6, 1fr); } }
@media (min-width: 1080px) { .nmn-shots { grid-template-columns: repeat(8, 1fr); } }
.nmn-shot { padding: 0; border: 0; background: var(--deep-3); cursor: zoom-in; border-radius: 6px; overflow: hidden; aspect-ratio: 1; }
.nmn-shot > img { width: 100%; height: 100%; object-fit: cover; }
.nmn-shot:first-child { grid-column: span 3; grid-row: span 3; aspect-ratio: auto; }

.nmn-venue-grid { display: grid; gap: 24px; grid-template-columns: 1fr; }
@media (min-width: 1000px) { .nmn-venue-grid { grid-template-columns: minmax(0, 1fr) 300px; } }
.nmn-venue-lede { font-size: 17px; margin: 0 0 14px; }
.nmn-panel { background: var(--deep-2); border: 1px solid var(--hair); border-radius: var(--edge); padding: 14px; margin-bottom: 12px; }
.nmn-panel-h { font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: var(--paper-dim); font-weight: 800; margin: 0 0 9px; }
.nmn-week { margin: 0; font-size: 13.5px; }
.nmn-week > div { display: flex; justify-content: space-between; gap: 12px; padding: 6px 0; border-bottom: 1px solid var(--hair); }
.nmn-week > div:last-child { border-bottom: 0; }
.nmn-week-shut { color: var(--paper-dim); }
.nmn-week dt { text-transform: uppercase; letter-spacing: .07em; color: var(--paper-dim); font-weight: 800; }
.nmn-week dd { margin: 0; }
.nmn-else { display: flex; flex-wrap: wrap; gap: 6px; margin: 0; }
.nmn-else a { font-size: 12.5px; font-weight: 700; padding: 7px 11px; border-radius: 5px; background: var(--deep-3); border: 1px solid var(--hair); color: var(--paper); }
.nmn-promo { display: block; text-align: center; padding: 15px; border-radius: var(--edge); background: linear-gradient(135deg, var(--coral), #a8402f); color: #fff; }
.nmn-promo b { display: block; font-size: 16px; }
.nmn-promo span { font-size: 12.5px; color: rgba(255,255,255,.85); }
.nmn-back { margin: 26px 0 0; }

.nmn-dock { display: none; }
@media (max-width: 760px) {
  .nmn-dock { display: flex; gap: 8px; position: fixed; left: 0; right: 0; bottom: 0; z-index: 60; padding: 9px 10px calc(9px + env(safe-area-inset-bottom)); background: linear-gradient(180deg, rgba(16,21,25,0), rgba(16,21,25,.97) 35%); }
  .nmn-venue { padding-bottom: 74px; }
}

/* ── viewer ──────────────────────────────────────────────────────────── */
.nmn-view { position: fixed; inset: 0; z-index: 95; background: rgba(6, 9, 11, .97); display: grid; place-items: center; }
.nmn-view[hidden] { display: none; }
.nmn-view img { max-width: 94vw; max-height: 86vh; object-fit: contain; border-radius: 6px; }
.nmn-view button { position: absolute; width: 46px; height: 46px; border: 0; border-radius: var(--edge); background: rgba(255,255,255,.1); color: #fff; font-size: 25px; cursor: pointer; }
.nmn-view button:hover { background: rgba(255,255,255,.2); }
.nmn-view [data-close] { top: 14px; right: 14px; font-size: 28px; }
.nmn-view [data-prev] { left: 12px; top: 50%; transform: translateY(-50%); }
.nmn-view [data-next] { right: 12px; top: 50%; transform: translateY(-50%); }
.nmn-view p { position: absolute; bottom: 16px; left: 50%; transform: translateX(-50%); margin: 0; font-size: 12.5px; color: var(--paper-dim); }

/* ── foot ────────────────────────────────────────────────────────────── */
.nmn-foot { border-top: 1px solid var(--hair); margin-top: 46px; padding: 24px 0 16px; background: var(--deep-2); }
.nmn-foot p { margin: 0 0 6px; }
.nmn-foot-fine { font-size: 12.5px; color: var(--paper-dim); }
.nmn-foot-act { margin: 12px 0; font-size: 13.5px; }

.nmn-rail { position: fixed; left: 0; right: 0; bottom: 0; z-index: 62; padding: 8px 12px calc(8px + env(safe-area-inset-bottom)); background: linear-gradient(180deg, rgba(16,21,25,0), rgba(16,21,25,.96) 40%); }
.nmn-rail a { display: flex; align-items: center; gap: 10px; max-width: 820px; margin: 0 auto; background: var(--deep-3); border: 1px solid var(--coral); border-radius: var(--edge); padding: 10px 13px; color: var(--paper); }
.nmn-rail a:hover { text-decoration: none; border-color: var(--jade); }
.nmn-rail-live { background: var(--coral); color: #fff; font-size: 10px; font-weight: 900; letter-spacing: .12em; padding: 4px 8px; border-radius: 4px; }
.nmn-rail-say { font-size: 12.5px; line-height: 1.3; }
.nmn-rail-say b { color: var(--jade-lit); }
.nmn-rail-go { margin-left: auto; background: var(--jade); color: var(--deep); font-weight: 800; font-size: 12.5px; padding: 7px 14px; border-radius: 5px; }

/* Keyboard focus, defined once and applied everywhere: the browser default is invisible
   against this palette. */
a:focus-visible, button:focus-visible {
  outline: 2px solid var(--jade-lit); outline-offset: 3px; border-radius: 4px;
}
.nmn-row-pic:focus-visible, .nmn-shot:focus-visible { outline-offset: -3px; }

@media (prefers-reduced-motion: reduce) { * { animation: none !important; transition: none !important; } }
