/* happy ending near me
   Espresso and warm amber. Nothing here is shared with adult-massage-near-me.com, which is
   violet and pink with an amn- prefix: two exact-match domains over one listing pool must not
   also look like one template (network Rule 15). */

:root {
  --ink: #f6efe6;
  --ink-soft: #b6a693;
  --shell: #14100d;
  --shell-2: #1f1913;
  --shell-3: #2b231b;
  --edge: #3a2f24;
  --amber: #e0a34a;
  --amber-hot: #f7c374;
  --rose: #c9615f;
  --round: 10px;
}

* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  background: var(--shell);
  color: var(--ink);
  font: 16px/1.68 "Iowan Old Style", Georgia, "Times New Roman", serif;
  overflow-x: hidden;
  padding-bottom: 70px;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--amber); text-decoration: none; }
a:hover { text-decoration: underline; }
main { max-width: 1320px; margin: 0 auto; padding: 0 18px; }
h1 { font-size: clamp(28px, 6vw, 44px); line-height: 1.1; margin: 0 0 10px; font-weight: 600; }

/* ── bar ─────────────────────────────────────────────────────────────── */
.hen-bar {
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  padding: 12px 18px; border-bottom: 1px solid var(--edge); background: var(--shell-2);
}
.hen-id { display: inline-flex; align-items: center; gap: 10px; color: var(--ink); }
.hen-id:hover { text-decoration: none; }
.hen-id-mark { border-radius: 7px; flex-shrink: 0; }
.hen-id-words { display: flex; flex-direction: column; line-height: 1.05; }
.hen-id-words b { font-size: 17px; letter-spacing: .02em; color: var(--amber); font-weight: 600; }
.hen-id-words i {
  font-style: normal; font-family: system-ui, sans-serif; font-size: 9.5px;
  letter-spacing: .3em; text-transform: uppercase; color: var(--ink-soft); margin-top: 3px;
}
.hen-live {
  display: inline-flex; align-items: center; gap: 8px; padding: 9px 15px; border-radius: 999px;
  font-family: system-ui, sans-serif; font-size: 13px; font-weight: 700; color: #2a1405;
  background: linear-gradient(100deg, var(--amber-hot), var(--amber));
  box-shadow: 0 3px 12px rgba(224, 163, 74, .3);
}
.hen-live:hover { text-decoration: none; filter: brightness(1.07); }
.hen-live-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--rose); box-shadow: 0 0 0 0 rgba(201, 97, 95, .8); animation: hen-throb 2s infinite; }
@keyframes hen-throb { 70% { box-shadow: 0 0 0 8px rgba(201, 97, 95, 0); } 100% { box-shadow: 0 0 0 0 rgba(201, 97, 95, 0); } }

/* ── opening ─────────────────────────────────────────────────────────── */
.hen-open { padding: 30px 0 20px; border-bottom: 1px solid var(--edge); margin-bottom: 22px; }
.hen-open-sub { color: var(--ink-soft); font-size: 17px; margin: 0 0 18px; }
.hen-open-sub b { color: var(--ink); }
.hen-locate { display: flex; align-items: center; gap: 13px; flex-wrap: wrap; font-family: system-ui, sans-serif; }
.hen-locate button {
  border: 1px solid var(--amber); background: transparent; color: var(--amber);
  padding: 12px 20px; border-radius: 999px; font-size: 15px; font-weight: 700; cursor: pointer;
  transition: background .15s, color .15s;
}
.hen-locate button:hover { background: var(--amber); color: #2a1405; }
.hen-locate button:disabled { opacity: .55; cursor: wait; }
.hen-locate-note { font-size: 12.5px; color: var(--ink-soft); }
.hen-flag { font-family: system-ui, sans-serif; font-size: 14px; color: var(--ink-soft); background: var(--shell-2); border-left: 3px solid var(--amber); padding: 11px 14px; margin: 0 0 18px; }

/* ── shelf: photo-led tiles with the place written on the image ──────── */
.hen-shelf-grid { display: grid; gap: 12px; grid-template-columns: repeat(2, 1fr); }
@media (min-width: 720px)  { .hen-shelf-grid { grid-template-columns: repeat(3, 1fr); gap: 16px; } }
@media (min-width: 1080px) { .hen-shelf-grid { grid-template-columns: repeat(4, 1fr); } }

.hen-tile { background: var(--shell-2); border: 1px solid var(--edge); border-radius: var(--round); overflow: hidden; }
.hen-tile { transition: transform .16s ease, border-color .16s ease, box-shadow .16s ease; }
.hen-tile:hover { border-color: var(--amber); transform: translateY(-2px); box-shadow: 0 10px 26px rgba(0,0,0,.4); }
.hen-tile-shot > img { transition: transform .3s ease; }
.hen-tile:hover .hen-tile-shot > img { transform: scale(1.04); }
.hen-tile-paid { border: 2px solid var(--amber); box-shadow: 0 0 0 1px rgba(224,163,74,.25), 0 10px 28px rgba(224,163,74,.12); background: linear-gradient(180deg, #2a2013, var(--shell-2) 60%); }

.hen-tile-shot { position: relative; display: block; aspect-ratio: 7 / 5; background: var(--shell-3); }
.hen-tile-shot > img { width: 100%; height: 100%; object-fit: cover; }
.hen-tile-blank { display: grid; place-items: center; height: 100%; font-size: 38px; color: rgba(224,163,74,.28); }
.hen-crown {
  position: absolute; top: 9px; left: 9px; font-family: system-ui, sans-serif;
  background: linear-gradient(100deg, var(--amber-hot), var(--amber)); color: #2a1405;
  font-size: 10.5px; font-weight: 900; letter-spacing: .1em; padding: 5px 9px; border-radius: 5px;
}
/* Place written over the image rather than under the name: it is what people scan for. */
.hen-tile-where {
  position: absolute; left: 0; right: 0; bottom: 0; display: flex; align-items: center; gap: 7px;
  padding: 22px 11px 9px; font-family: system-ui, sans-serif; font-size: 13px; color: var(--ink-soft);
  background: linear-gradient(180deg, transparent, rgba(10, 7, 5, .88));
}
.hen-tile-where b { color: #fff; font-size: 15px; }
.hen-tile-where img { width: 20px; height: 14px; border-radius: 2px; flex-shrink: 0; object-fit: cover; }

.hen-tile-foot { padding: 10px 11px 12px; }
.hen-tile-name { margin: 0 0 10px; font-size: 16.5px; line-height: 1.28; font-weight: 600; }
.hen-tile-name a { color: var(--ink); }
.hen-tile-reach { display: flex; flex-wrap: wrap; gap: 6px; font-family: system-ui, sans-serif; }
.hen-pill { font-size: 11.5px; font-weight: 700; padding: 6px 10px; border-radius: 5px; border: 1px solid var(--edge); color: var(--ink); }
.hen-pill:hover { text-decoration: none; border-color: var(--amber); }
.hen-pill-wa { background: #0f6f63; border-color: #0f6f63; color: #fff; }
.hen-pill-go {
  margin-left: auto; background: var(--amber); border-color: var(--amber); color: #2a1405;
}
.hen-pill-go:hover { filter: brightness(1.08); }

/* Count strip: what the grid is actually showing, and the way to the rest. */
.hen-count {
  display: flex; align-items: baseline; justify-content: space-between; gap: 14px;
  flex-wrap: wrap; margin: 0 0 14px; font-family: system-ui, sans-serif;
}
.hen-count p { margin: 0; font-size: 14px; color: var(--ink-soft); }
.hen-count b { color: var(--ink); font-weight: 700; }
.hen-count-alt { font-size: 13px; font-weight: 700; border-bottom: 1px solid rgba(224,163,74,.4); }
.hen-count-alt:hover { text-decoration: none; border-bottom-color: var(--amber); }

.hen-more { text-align: center; margin: 22px 0 0; }
.hen-btn-wide { padding: 14px 34px; font-size: 15px; }
/* The studio-owner call is secondary to the reader's journey, so it reads as secondary. */
.hen-btn-quiet { background: transparent; color: var(--ink-soft); border: 1px solid var(--edge); }
.hen-btn-quiet:hover { color: var(--ink); border-color: var(--amber); filter: none; }

.hen-shelf-cta { text-align: center; margin: 26px 0 6px; }
.hen-btn {
  display: inline-block; font-family: system-ui, sans-serif; font-weight: 700; font-size: 14px;
  padding: 12px 22px; border-radius: 999px; background: var(--amber); color: #2a1405;
}
.hen-btn:hover { text-decoration: none; filter: brightness(1.07); }
.hen-btn-small { padding: 9px 15px; font-size: 13px; margin-top: 9px; }

/* ── reading ─────────────────────────────────────────────────────────── */
.hen-read { margin: 40px 0 0; }
/* One measured column with a rule down the left, not newspaper columns. */
.hen-prose { max-width: 74ch; color: #e3d7c8; border-left: 2px solid var(--edge); padding-left: 22px; }
.hen-prose-open { border-left-color: var(--amber); font-size: 17.5px; }
.hen-prose p { margin: 0 0 16px; }
.hen-prose h2 { font-size: clamp(21px, 3vw, 27px); margin: 32px 0 12px; color: var(--ink); font-weight: 600; line-height: 1.25; }
.hen-prose strong { color: #fff; font-weight: 600; }
.hen-prose a { color: var(--amber-hot); }

.hen-ask { margin: 40px 0 10px; max-width: 74ch; }
.hen-ask h2 { font-size: clamp(21px, 3vw, 27px); margin: 0 0 16px; font-weight: 600; }
/* A plain list, always open: no accordion to click through. */
.hen-ask dt { font-weight: 600; color: var(--ink); margin: 22px 0 6px; font-size: 17px; }
.hen-ask dt:first-of-type { margin-top: 0; }
.hen-ask dd { margin: 0; color: #d6c8b6; padding-left: 16px; border-left: 1px solid var(--edge); }

/* ── venue page ──────────────────────────────────────────────────────── */
.hen-trail { font-family: system-ui, sans-serif; font-size: 13px; color: var(--ink-soft); margin: 16px 0 12px; }
.hen-crown-wide {
  display: inline-block; font-family: system-ui, sans-serif; margin: 0 0 10px;
  background: linear-gradient(100deg, var(--amber-hot), var(--amber)); color: #2a1405;
  font-size: 11.5px; font-weight: 900; letter-spacing: .11em; padding: 7px 13px; border-radius: 6px;
}
.hen-studio-where { display: flex; align-items: center; gap: 9px; font-size: 17px; color: var(--ink-soft); margin: 0 0 14px; }
.hen-studio-where b { color: var(--ink); font-size: 19px; }
.hen-studio-where img { width: 24px; height: 17px; border-radius: 2px; flex-shrink: 0; object-fit: cover; }
.hen-chips { list-style: none; display: flex; flex-wrap: wrap; gap: 7px; padding: 0; margin: 0 0 20px; font-family: system-ui, sans-serif; }
.hen-chips li { font-size: 12px; color: var(--ink-soft); border: 1px solid var(--edge); border-radius: 999px; padding: 6px 12px; }
.hen-chips b { color: var(--ink); }

/* A mosaic: first photo spans, the rest tile. Different shape from a lead-plus-strip. */
.hen-frames { display: grid; gap: 6px; grid-template-columns: repeat(3, 1fr); margin: 0 0 20px; }
@media (min-width: 720px)  { .hen-frames { grid-template-columns: repeat(5, 1fr); } }
@media (min-width: 1080px) { .hen-frames { grid-template-columns: repeat(8, 1fr); } }
.hen-frame { padding: 0; border: 0; background: var(--shell-3); cursor: zoom-in; border-radius: 6px; overflow: hidden; aspect-ratio: 1; }
.hen-frame > img { width: 100%; height: 100%; object-fit: cover; }
.hen-frame-first { grid-column: span 3; grid-row: span 2; aspect-ratio: auto; border-radius: var(--round); }
@media (min-width: 720px) { .hen-frame-first { grid-column: span 3; grid-row: span 2; } }

.hen-reach { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 24px; font-family: system-ui, sans-serif; }
.hen-reach-btn { flex: 1 1 145px; text-align: center; padding: 13px 16px; border-radius: 8px; font-weight: 700; font-size: 15px; color: #fff; }
.hen-reach-btn:hover { text-decoration: none; filter: brightness(1.08); }
.hen-reach-wa { background: #0f6f63; }
.hen-reach-tel { background: var(--rose); }
.hen-reach-tg { background: #2a8fc0; }
.hen-reach-alt { background: var(--shell-3); border: 1px solid var(--edge); }

.hen-studio-body { display: grid; gap: 26px; grid-template-columns: 1fr; }
@media (min-width: 1000px) { .hen-studio-body { grid-template-columns: minmax(0, 1fr) 320px; } }
.hen-studio-lead { font-size: 17px; margin: 0 0 14px; }
.hen-panel { background: var(--shell-2); border: 1px solid var(--edge); border-radius: var(--round); padding: 15px; margin-bottom: 12px; }
.hen-panel-h { font-family: system-ui, sans-serif; font-size: 11.5px; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-soft); font-weight: 800; margin: 0 0 10px; }
.hen-week { margin: 0; font-family: system-ui, sans-serif; font-size: 13.5px; }
.hen-week > div { display: flex; justify-content: space-between; gap: 12px; padding: 6px 0; border-bottom: 1px solid var(--edge); }
.hen-week > div:last-child { border-bottom: 0; }
.hen-week-shut { color: var(--ink-soft); }
.hen-week dt { text-transform: uppercase; letter-spacing: .08em; color: var(--ink-soft); font-weight: 700; }
.hen-week dd { margin: 0; }
.hen-links { display: flex; flex-wrap: wrap; gap: 7px; margin: 0; font-family: system-ui, sans-serif; }
.hen-links a { font-size: 12.5px; font-weight: 700; padding: 7px 11px; border-radius: 6px; background: var(--shell-3); border: 1px solid var(--edge); color: var(--ink); }
.hen-promo { display: block; text-align: center; padding: 16px; border-radius: var(--round); background: linear-gradient(135deg, var(--rose), #8d3a48); border: 1px solid rgba(255,255,255,.2); color: #fff; }
.hen-promo b { display: block; font-size: 17px; }
.hen-promo span { font-family: system-ui, sans-serif; font-size: 12.5px; color: rgba(255,255,255,.85); }
.hen-back { margin: 28px 0 0; }

.hen-dock { display: none; }
@media (max-width: 760px) {
  .hen-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(20,16,13,0), rgba(20,16,13,.97) 35%);
  }
  .hen-studio { padding-bottom: 76px; }
}

/* ── viewer ──────────────────────────────────────────────────────────── */
.hen-viewer { position: fixed; inset: 0; z-index: 95; background: rgba(8, 6, 4, .97); display: grid; place-items: center; }
.hen-viewer[hidden] { display: none; }
.hen-viewer img { max-width: 94vw; max-height: 86vh; object-fit: contain; border-radius: 6px; }
.hen-viewer button { position: absolute; width: 46px; height: 46px; border: 0; border-radius: 50%; background: rgba(255,255,255,.1); color: #fff; font-size: 26px; cursor: pointer; }
.hen-viewer button:hover { background: rgba(255,255,255,.2); }
.hen-viewer [data-shut] { top: 14px; right: 14px; font-size: 28px; }
.hen-viewer [data-back] { left: 12px; top: 50%; transform: translateY(-50%); }
.hen-viewer [data-fwd] { right: 12px; top: 50%; transform: translateY(-50%); }
.hen-viewer p { position: absolute; bottom: 16px; left: 50%; transform: translateX(-50%); margin: 0; font-family: system-ui, sans-serif; font-size: 12.5px; color: var(--ink-soft); }

/* ── end ─────────────────────────────────────────────────────────────── */
.hen-end { border-top: 1px solid var(--edge); margin-top: 46px; padding: 26px 18px 18px; background: var(--shell-2); }
.hen-end > * { max-width: 1320px; margin-left: auto; margin-right: auto; }
.hen-end-line { margin: 0 0 5px; }
.hen-end-note, .hen-end-legal { font-family: system-ui, sans-serif; font-size: 12.5px; color: var(--ink-soft); margin: 0 0 12px; }
.hen-end-links { margin: 0 0 14px; font-family: system-ui, sans-serif; font-size: 13.5px; }
.hen-end-legal { margin: 16px auto 0; }

.hen-strip {
  position: fixed; left: 12px; right: 12px; bottom: 10px; z-index: 65;
  display: flex; align-items: center; gap: 11px; max-width: 860px; margin: 0 auto;
  padding: 11px 14px; border-radius: 999px; color: #2a1405;
  background: linear-gradient(100deg, var(--amber-hot), var(--amber));
  box-shadow: 0 8px 26px rgba(0, 0, 0, .5);
  font-family: system-ui, sans-serif;
}
.hen-strip:hover { text-decoration: none; filter: brightness(1.05); }
.hen-strip-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--rose); flex-shrink: 0; animation: hen-throb 2s infinite; }
.hen-strip-text { font-size: 12.5px; line-height: 1.3; }
.hen-strip-go { margin-left: auto; background: #2a1405; color: var(--amber-hot); font-weight: 800; font-size: 12.5px; padding: 7px 13px; border-radius: 999px; white-space: nowrap; }

@media (max-width: 520px) {
  .hen-bar { padding: 10px 12px; gap: 12px; }
  .hen-id-mark { width: 30px; height: 30px; }
  .hen-id-words b { font-size: 15px; }
  .hen-live { padding: 8px 12px; font-size: 12px; }
  main { padding: 0 12px; }
  .hen-prose { padding-left: 15px; }
}
/* Keyboard focus. There was none defined anywhere, which left the site unusable without a
   mouse: every interactive element relied on the browser default, which is invisible against
   this palette. */
a:focus-visible, button:focus-visible, [tabindex]:focus-visible {
  outline: 2px solid var(--amber-hot);
  outline-offset: 3px;
  border-radius: 4px;
}
.hen-tile-shot:focus-visible { outline-offset: -3px; }

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