/* nude massage near me
   Bone, sand and terracotta, on a LIGHT ground. The five sibling near-me sites are all dark
   (violet/pink, espresso/amber, slate/jade, burgundy/ivory, midnight/blue); nothing separates
   two pages faster to a human eye than the ground they are printed on (network Rule 15). */

:root {
  --bone: #f4efe8;
  --bone-2: #ebe3d8;
  --card: #fffdfa;
  --ink: #241d18;
  --ink-2: #6d6055;
  --rule: #ddd2c3;
  --clay: #b4553a;
  --clay-lit: #cc6a4d;
  --brass: #8a6d2f;
  --wa: #0c6b58;
}

* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
  margin: 0; background: var(--bone); color: var(--ink);
  font: 16px/1.7 "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
  overflow-x: hidden; padding-bottom: 62px;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--clay); text-decoration: none; }
a:hover { text-decoration: underline; }
.nud-frame { max-width: 1220px; margin: 0 auto; padding: 0 20px; }
h1 { font-size: clamp(29px, 5.4vw, 45px); line-height: 1.06; margin: 0 0 10px; font-weight: 400; letter-spacing: -.015em; }

.nud-skip { position: absolute; left: -9999px; }
.nud-skip:focus { left: 14px; top: 14px; z-index: 99; background: var(--clay); color: #fff; padding: 10px 16px; }

/* ── head ────────────────────────────────────────────────────────────── */
.nud-head { background: var(--bone-2); border-bottom: 1px solid var(--rule); }
.nud-head-in { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding-top: 12px; padding-bottom: 12px; }
.nud-mark { display: inline-flex; align-items: center; gap: 10px; color: var(--ink); }
.nud-mark:hover { text-decoration: none; }
.nud-mark img { flex-shrink: 0; border-radius: 2px; }
.nud-mark-t { display: flex; flex-direction: column; line-height: 1.05; }
.nud-mark-t b { font-size: 17.5px; font-weight: 600; letter-spacing: .005em; }
.nud-mark-t i { font-style: normal; font-family: ui-sans-serif, system-ui, sans-serif; font-size: 9.5px; letter-spacing: .3em; text-transform: uppercase; color: var(--ink-2); margin-top: 4px; }
.nud-cams {
  font-family: ui-sans-serif, system-ui, sans-serif; font-size: 12.5px; font-weight: 700;
  letter-spacing: .05em; text-transform: uppercase; padding: 9px 16px;
  background: var(--clay); color: #fff; white-space: nowrap;
}
.nud-cams:hover { text-decoration: none; background: var(--clay-lit); }

/* ── open ────────────────────────────────────────────────────────────── */
.nud-open { padding: 34px 0 22px; }
.nud-open-line { color: var(--ink-2); font-size: 17.5px; margin: 0 0 18px; }
.nud-open-line b { color: var(--ink); }
.nud-find { display: flex; align-items: center; gap: 13px; flex-wrap: wrap; font-family: ui-sans-serif, system-ui, sans-serif; }
.nud-find button {
  background: var(--ink); color: var(--bone); border: 0; padding: 13px 22px;
  font-size: 14.5px; font-weight: 700; cursor: pointer; letter-spacing: .02em;
}
.nud-find button:hover { background: var(--clay); }
.nud-find button:disabled { opacity: .55; cursor: wait; }
.nud-find span { font-size: 12.5px; color: var(--ink-2); }
.nud-note { font-family: ui-sans-serif, system-ui, sans-serif; font-size: 14px; color: var(--ink-2); background: var(--bone-2); border-left: 3px solid var(--clay); padding: 11px 14px; margin: 0 0 18px; }

/* ── board ───────────────────────────────────────────────────────────── */
.nud-tally { display: flex; align-items: baseline; justify-content: space-between; gap: 14px; flex-wrap: wrap; margin: 0 0 16px; font-family: ui-sans-serif, system-ui, sans-serif; }
.nud-tally p { margin: 0; font-size: 13.5px; color: var(--ink-2); }
.nud-tally b { color: var(--ink); }
.nud-tally a { font-size: 13px; font-weight: 700; }

.nud-grid { display: grid; gap: 16px; grid-template-columns: repeat(2, 1fr); }
@media (min-width: 760px)  { .nud-grid { grid-template-columns: repeat(3, 1fr); gap: 22px; } }
@media (min-width: 1120px) { .nud-grid { grid-template-columns: repeat(4, 1fr); } }

/* A gallery plate: PORTRAIT photo inside a hairline frame, caption below and outside it.
   The only portrait card in the set, and the only one whose text sits outside the picture. */
.nud-plate { display: flex; flex-direction: column; background: var(--card); border: 1px solid var(--rule); padding: 8px; }
.nud-plate:hover { border-color: var(--clay); }
.nud-plate-gold { border-color: var(--brass); box-shadow: inset 0 0 0 1px rgba(138,109,47,.28); }
.nud-plate-img { position: relative; display: block; aspect-ratio: 3 / 4; background: var(--bone-2); overflow: hidden; }
.nud-plate-img > img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.nud-plate:hover .nud-plate-img > img { transform: scale(1.035); }
.nud-plate-empty { display: grid; place-items: center; height: 100%; font-size: 30px; color: rgba(180,85,58,.25); }
.nud-gold {
  position: absolute; top: 0; left: 0; font-family: ui-sans-serif, system-ui, sans-serif;
  background: var(--brass); color: #fff; font-size: 9.5px; font-weight: 800;
  letter-spacing: .12em; padding: 5px 9px;
}
.nud-plate-cap { display: block; padding: 11px 3px 12px; border-top: 1px solid var(--rule); margin-top: 10px; color: var(--ink); }
.nud-plate-cap:hover { text-decoration: none; }
.nud-plate-cap b {
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
  font-size: 15px; font-weight: 600; line-height: 1.28; min-height: 2.56em;
}
.nud-plate-cap em { display: flex; align-items: center; gap: 6px; font-style: normal; margin-top: 4px; font-family: ui-sans-serif, system-ui, sans-serif; font-size: 12px; color: var(--ink-2); }
.nud-plate-cap em img { width: 17px; height: 12px; flex-shrink: 0; object-fit: cover; }

.nud-plate-do { display: flex; flex-wrap: wrap; gap: 1px; background: var(--rule); margin-top: auto; }
.nud-act {
  flex: 1 1 auto; min-width: 0; white-space: nowrap; text-align: center;
  font-family: ui-sans-serif, system-ui, sans-serif; font-size: 11.5px; font-weight: 700;
  padding: 9px 6px; background: var(--card); color: var(--ink);
}
.nud-act:hover { text-decoration: none; background: var(--bone-2); }
.nud-act-wa { background: var(--wa); color: #fff; }
.nud-act-go { background: var(--ink); color: var(--bone); }
@media (max-width: 520px) {
  .nud-act { font-size: 11px; padding: 10px 4px; }
  .nud-act-go { flex: 1 0 100%; }   /* deliberate two rows rather than a truncated WhatsApp */
}

.nud-more { text-align: center; margin: 26px 0 0; }
.nud-own { text-align: center; margin: 16px 0 0; font-family: ui-sans-serif, system-ui, sans-serif; font-size: 13px; }
.nud-own a { color: var(--ink-2); }
.nud-btn { display: inline-block; font-family: ui-sans-serif, system-ui, sans-serif; font-weight: 700; font-size: 14px; padding: 13px 28px; background: var(--ink); color: var(--bone); letter-spacing: .02em; }
.nud-btn:hover { text-decoration: none; background: var(--clay); }
.nud-btn-sm { padding: 9px 16px; font-size: 12.5px; margin-top: 9px; }

/* ── reading ─────────────────────────────────────────────────────────── */
/* ONE measure for every block in here. Setting it per block in `ch` gives the lead and the
   body two different widths, and the left edge steps inward halfway down the page. */
.nud-read { max-width: 660px; margin: 48px auto 0; }
.nud-copy { color: #3a2f27; font-size: 17px; line-height: 1.8; }
.nud-copy-lead { font-size: 19px; color: var(--ink); border-bottom: 1px solid var(--rule); padding-bottom: 22px; margin-bottom: 26px; }
.nud-copy p { margin: 0 0 18px; }
.nud-copy h2 { font-size: clamp(21px, 3vw, 28px); margin: 38px 0 12px; color: var(--ink); font-weight: 400; line-height: 1.2; }
.nud-copy h3 { font-size: 18px; margin: 26px 0 8px; font-weight: 600; }
.nud-copy strong { color: #120d09; font-weight: 700; }
.nud-copy a { color: var(--clay); }
.nud-copy ul, .nud-copy ol { margin: 0 0 18px; padding-left: 22px; }
.nud-copy li { margin: 0 0 6px; }

/* Question and answer as a definition list with a hanging rule, everything open. The sixth
   FAQ treatment in the set, after accordion, plain list, cards, disclosures and numbers. */
.nud-faq { margin: 48px 0 8px; }
.nud-faq h2 { font-size: clamp(21px, 3vw, 28px); margin: 0 0 18px; font-weight: 400; }
.nud-faq-pairs { margin: 0; }
.nud-faq-pairs > div { border-top: 1px solid var(--rule); padding: 16px 0; }
.nud-faq-pairs > div:last-child { border-bottom: 1px solid var(--rule); }
.nud-faq-pairs dt { font-weight: 600; font-size: 16.5px; margin: 0 0 7px; }
.nud-faq-pairs dd { margin: 0; color: #4a3d34; font-size: 16px; }
@media (min-width: 820px) {
  .nud-faq-pairs > div { display: grid; grid-template-columns: 240px minmax(0, 1fr); gap: 26px; }
  .nud-faq-pairs dt { margin: 0; font-size: 15.5px; line-height: 1.4; }
}

/* ── studio page ─────────────────────────────────────────────────────── */
.nud-crumb { font-family: ui-sans-serif, system-ui, sans-serif; font-size: 12.5px; color: var(--ink-2); margin: 18px 0 12px; }
.nud-gold-wide { display: inline-block; font-family: ui-sans-serif, system-ui, sans-serif; background: var(--brass); color: #fff; font-size: 11px; font-weight: 800; letter-spacing: .12em; padding: 7px 14px; margin: 0 0 10px; }
.nud-spa-at { display: flex; align-items: center; gap: 9px; font-size: 17px; color: var(--ink-2); margin: 0 0 16px; }
.nud-spa-at b { color: var(--ink); font-size: 19px; }
.nud-spa-at img { width: 22px; height: 16px; object-fit: cover; }
.nud-facts { list-style: none; display: flex; flex-wrap: wrap; padding: 0; margin: 0 0 20px; font-family: ui-sans-serif, system-ui, sans-serif; border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule); }
.nud-facts li { font-size: 12px; color: var(--ink-2); padding: 9px 18px 9px 0; }
.nud-facts b { color: var(--ink); }

.nud-reachbar { display: flex; flex-wrap: wrap; gap: 1px; background: var(--rule); margin: 0 0 22px; font-family: ui-sans-serif, system-ui, sans-serif; }
.nud-reach { flex: 1 1 140px; text-align: center; padding: 14px 16px; font-weight: 700; font-size: 14.5px; color: #fff; background: var(--ink); }
.nud-reach:hover { text-decoration: none; filter: brightness(1.15); }
.nud-reach-wa { background: var(--wa); }
.nud-reach-tel { background: var(--clay); }
.nud-reach-tg { background: #2b7fa8; }
.nud-reach-alt { background: var(--bone-2); color: var(--ink); }

/* CSS columns, so photographs keep their own proportions instead of being cropped square.
   The siblings crop to grids, mosaics and a filmstrip; this one lets the picture decide. */
.nud-cols { columns: 2 160px; column-gap: 8px; margin: 0 0 24px; }
@media (min-width: 760px)  { .nud-cols { columns: 4 200px; } }
@media (min-width: 1120px) { .nud-cols { columns: 5 210px; } }
.nud-shot { display: block; width: 100%; padding: 0; border: 0; background: var(--bone-2); cursor: zoom-in; margin: 0 0 8px; break-inside: avoid; }
.nud-shot > img { width: 100%; height: auto; }

.nud-spa-body { display: grid; gap: 26px; grid-template-columns: 1fr; }
@media (min-width: 1000px) { .nud-spa-body { grid-template-columns: minmax(0, 1fr) 310px; } }
.nud-spa-lead { font-size: 18px; margin: 0 0 14px; }
.nud-panel { border: 1px solid var(--rule); background: var(--card); padding: 15px; margin-bottom: 13px; }
.nud-panel-h { font-family: ui-sans-serif, system-ui, sans-serif; font-size: 10.5px; letter-spacing: .16em; text-transform: uppercase; color: var(--ink-2); font-weight: 800; margin: 0 0 10px; }
.nud-hours { margin: 0; font-family: ui-sans-serif, system-ui, sans-serif; font-size: 13.5px; }
.nud-hours > div { display: flex; justify-content: space-between; gap: 12px; padding: 6px 0; border-bottom: 1px solid var(--rule); }
.nud-hours > div:last-child { border-bottom: 0; }
.nud-hours-shut { color: var(--ink-2); }
.nud-hours dt { text-transform: uppercase; letter-spacing: .08em; color: var(--ink-2); font-weight: 700; }
.nud-hours dd { margin: 0; }
.nud-links { display: flex; flex-wrap: wrap; gap: 6px; margin: 0; font-family: ui-sans-serif, system-ui, sans-serif; }
.nud-links a { font-size: 12.5px; font-weight: 700; padding: 7px 12px; border: 1px solid var(--rule); color: var(--ink); }
.nud-promo { display: block; text-align: center; padding: 16px; background: linear-gradient(135deg, var(--clay), #7d3222); color: #fff; }
.nud-promo b { display: block; font-size: 17px; }
.nud-promo span { font-family: ui-sans-serif, system-ui, sans-serif; font-size: 12.5px; color: rgba(255,255,255,.87); }
.nud-back { margin: 28px 0 0; }

.nud-dock { display: none; }
@media (max-width: 760px) {
  .nud-dock { display: flex; gap: 1px; background: var(--rule); position: fixed; left: 0; right: 0; bottom: 0; z-index: 64; padding-bottom: env(safe-area-inset-bottom); }
  .nud-spa { padding-bottom: 72px; }
  /* A free studio page carries BOTH the cams rail and this contact dock, both pinned to the
     bottom. Reaching the studio wins; the sidebar still advertises the cams. */
  body:has(.nud-dock) .nud-rail { display: none; }
}

/* ── viewer ──────────────────────────────────────────────────────────── */
.nud-viewer { position: fixed; inset: 0; z-index: 95; background: rgba(28, 22, 18, .96); display: grid; place-items: center; }
.nud-viewer[hidden] { display: none; }
.nud-viewer img { max-width: 94vw; max-height: 86vh; object-fit: contain; }
.nud-viewer button { position: absolute; width: 46px; height: 46px; border: 1px solid rgba(255,255,255,.25); background: rgba(255,255,255,.1); color: #fff; font-size: 25px; cursor: pointer; }
.nud-viewer button:hover { background: rgba(255,255,255,.22); }
.nud-viewer [data-x] { top: 16px; right: 16px; font-size: 27px; }
.nud-viewer [data-prev] { left: 14px; top: 50%; transform: translateY(-50%); }
.nud-viewer [data-next] { right: 14px; top: 50%; transform: translateY(-50%); }
.nud-viewer p { position: absolute; bottom: 18px; left: 50%; transform: translateX(-50%); margin: 0; font-family: ui-sans-serif, system-ui, sans-serif; font-size: 12.5px; color: rgba(255,255,255,.7); }

/* ── foot ────────────────────────────────────────────────────────────── */
.nud-foot { border-top: 1px solid var(--rule); margin-top: 52px; padding: 28px 0 18px; background: var(--bone-2); }
.nud-foot-1 { margin: 0 0 6px; }
.nud-foot-2 { font-family: ui-sans-serif, system-ui, sans-serif; font-size: 12.5px; color: var(--ink-2); margin: 0 0 12px; }
.nud-foot-do { margin: 14px 0; font-family: ui-sans-serif, system-ui, sans-serif; font-size: 13.5px; }

.nud-rail { position: fixed; left: 0; right: 0; bottom: 0; z-index: 62; background: var(--ink); }
.nud-rail a {
  display: flex; align-items: center; justify-content: center; gap: 10px; max-width: 1220px;
  margin: 0 auto; padding: 11px 20px calc(11px + env(safe-area-inset-bottom));
  color: var(--bone); font-family: ui-sans-serif, system-ui, sans-serif; font-size: 13px;
}
.nud-rail a:hover { text-decoration: none; }
.nud-rail b { color: #f0b39c; }
.nud-rail span { background: var(--clay); color: #fff; font-weight: 700; font-size: 12px; padding: 6px 13px; }

/* Keyboard focus. On a light ground the default outline is faint against the clay. */
a:focus-visible, button:focus-visible { outline: 2px solid var(--ink); outline-offset: 3px; }
.nud-shot:focus-visible, .nud-plate-img:focus-visible { outline-offset: -3px; }

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