/* sex club near me
   Ink and coral. Eight near-me siblings now exist and every palette is already spoken for:
   violet/pink, espresso/amber, slate/jade, burgundy/ivory, midnight/blue, light bone/clay and
   plum/champagne. Warm coral on near-black is the one temperature none of them occupy, and it
   is also clear of sex-club.co's electric magenta on the adjacent inventory (Rule 15). */

:root {
  --page: #0d0c0c;
  --page-2: #161414;
  --page-3: #211d1d;
  --hair: #322c2c;
  --text: #f2ece8;
  --text-dim: #a2938c;
  --coral: #ff5a4d;
  --coral-lit: #ff8377;
  --brass: #cba95f;
  --wa: #0c6b58;
}

* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
  margin: 0; background: var(--page); color: var(--text);
  font: 16px/1.68 ui-sans-serif, system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  overflow-x: hidden; padding-bottom: 62px;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--coral-lit); text-decoration: none; }
a:hover { text-decoration: underline; }
.sxn-band { max-width: 1260px; margin: 0 auto; padding: 0 20px; }
h1 { font-size: clamp(29px, 5.6vw, 46px); line-height: 1.05; margin: 0 0 10px; font-weight: 800; letter-spacing: -.02em; }

.sxn-skip { position: absolute; left: -9999px; }
.sxn-skip:focus { left: 14px; top: 14px; z-index: 99; background: var(--coral); color: #1a0603; padding: 10px 16px; font-weight: 700; }

/* ── head ────────────────────────────────────────────────────────────── */
.sxn-head { background: var(--page-2); border-bottom: 1px solid var(--hair); }
.sxn-head-in { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding-top: 12px; padding-bottom: 12px; }
.sxn-sign { display: inline-flex; align-items: center; gap: 10px; color: var(--text); }
.sxn-sign:hover { text-decoration: none; }
.sxn-sign img { flex-shrink: 0; }
.sxn-sign-t { display: flex; flex-direction: column; line-height: 1.05; }
.sxn-sign-t b { font-size: 18px; font-weight: 800; letter-spacing: -.01em; }
.sxn-sign-t i { font-style: normal; font-size: 9.5px; letter-spacing: .32em; text-transform: uppercase; color: var(--coral); margin-top: 4px; }
.sxn-cams {
  font-size: 12.5px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase;
  padding: 10px 17px; background: var(--coral); color: #1a0603; white-space: nowrap;
}
.sxn-cams:hover { text-decoration: none; background: var(--coral-lit); }

/* ── open ────────────────────────────────────────────────────────────── */
.sxn-open { padding: 34px 0 22px; }
.sxn-open-line { color: var(--text-dim); font-size: 17.5px; margin: 0 0 18px; }
.sxn-open-line b { color: var(--text); }
.sxn-find { display: flex; align-items: center; gap: 13px; flex-wrap: wrap; }
.sxn-find button {
  background: var(--coral); color: #1a0603; border: 0; padding: 13px 22px; cursor: pointer;
  font: inherit; font-size: 14.5px; font-weight: 800; letter-spacing: .01em;
}
.sxn-find button:hover { background: var(--coral-lit); }
.sxn-find button:disabled { opacity: .55; cursor: wait; }
.sxn-find span { font-size: 12.5px; color: var(--text-dim); }
.sxn-note { font-size: 14px; color: var(--text-dim); background: var(--page-2); border-left: 3px solid var(--coral); padding: 11px 14px; margin: 0 0 18px; }

/* ── board ───────────────────────────────────────────────────────────── */
.sxn-tally { display: flex; align-items: baseline; justify-content: space-between; gap: 14px; flex-wrap: wrap; margin: 0 0 14px; }
.sxn-tally p { margin: 0; font-size: 13.5px; color: var(--text-dim); }
.sxn-tally b { color: var(--text); }
.sxn-tally a { font-size: 13px; font-weight: 700; }

.sxn-grid { display: grid; gap: 14px; grid-template-columns: repeat(2, 1fr); }
@media (min-width: 780px)  { .sxn-grid { grid-template-columns: repeat(3, 1fr); gap: 18px; } }
@media (min-width: 1140px) { .sxn-grid { grid-template-columns: repeat(4, 1fr); } }

/* The actions ride the bottom of the photograph on a gradient; the name sits under it in
   plain type. Nothing else in the set puts a button over an image. */
.sxn-card { display: flex; flex-direction: column; }
.sxn-card-shot { position: relative; aspect-ratio: 4 / 3; background: var(--page-3); overflow: hidden; }
.sxn-card-gold .sxn-card-shot { box-shadow: inset 0 0 0 2px var(--brass); }
.sxn-card-link { display: block; height: 100%; }
.sxn-card-link > img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.sxn-card:hover .sxn-card-link > img { transform: scale(1.045); }
.sxn-card-void { display: grid; place-items: center; height: 100%; font-size: 26px; color: rgba(255,90,77,.25); }
.sxn-gold {
  position: absolute; top: 8px; left: 8px; background: var(--brass); color: #171102;
  font-size: 9.5px; font-weight: 900; letter-spacing: .12em; padding: 4px 9px;
}
.sxn-card-acts {
  position: absolute; left: 0; right: 0; bottom: 0; display: flex; flex-wrap: wrap; gap: 5px;
  padding: 26px 8px 8px;
  background: linear-gradient(to top, rgba(6,5,5,.94) 45%, rgba(6,5,5,0));
}
.sxn-go {
  flex: 1 1 auto; min-width: 0; white-space: nowrap; text-align: center;
  font-size: 11px; font-weight: 800; letter-spacing: .02em; padding: 8px 6px;
  background: rgba(255,255,255,.14); color: #fff; backdrop-filter: blur(2px);
}
.sxn-go:hover { text-decoration: none; background: rgba(255,255,255,.26); }
.sxn-go-wa { background: var(--wa); }
.sxn-go-main { background: var(--coral); color: #1a0603; }
@media (max-width: 520px) {
  .sxn-go { font-size: 10.5px; padding: 9px 4px; }
  .sxn-go-main { flex: 1 0 100%; }   /* deliberate two rows rather than a truncated WhatsApp */
}
.sxn-card-name { display: block; padding: 10px 2px 0; color: var(--text); }
.sxn-card-name:hover { text-decoration: none; }
.sxn-card-name b { display: block; font-size: 15px; font-weight: 700; line-height: 1.25; }
.sxn-card-name em { display: flex; align-items: center; gap: 6px; font-style: normal; margin-top: 4px; font-size: 12px; color: var(--text-dim); }
.sxn-card-name em img { width: 17px; height: 12px; flex-shrink: 0; object-fit: cover; }

.sxn-more { text-align: center; margin: 26px 0 0; }
.sxn-own { text-align: center; margin: 16px 0 0; font-size: 13px; }
.sxn-own a { color: var(--text-dim); }
.sxn-btn { display: inline-block; font-weight: 800; font-size: 14px; padding: 13px 28px; background: var(--coral); color: #1a0603; letter-spacing: .01em; }
.sxn-btn:hover { text-decoration: none; background: var(--coral-lit); }
.sxn-btn-sm { padding: 9px 16px; font-size: 12.5px; margin-top: 9px; }

/* ── reading ─────────────────────────────────────────────────────────── */
/* ONE measure for every block. 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. */
.sxn-read { max-width: 680px; margin: 48px auto 0; }
.sxn-copy { color: #ded3cd; font-size: 16.5px; line-height: 1.76; }
.sxn-copy-lead { font-size: 18.5px; color: var(--text); border-bottom: 1px solid var(--hair); padding-bottom: 22px; margin-bottom: 26px; }
.sxn-copy p { margin: 0 0 18px; }
.sxn-copy h2 { font-size: clamp(21px, 3vw, 29px); margin: 38px 0 12px; color: var(--text); font-weight: 800; letter-spacing: -.015em; line-height: 1.15; }
.sxn-copy h3 { font-size: 17.5px; margin: 26px 0 8px; font-weight: 700; color: var(--text); }
.sxn-copy strong { color: #fff; font-weight: 700; }
.sxn-copy a { color: var(--coral-lit); }
.sxn-copy ul, .sxn-copy ol { margin: 0 0 18px; padding-left: 22px; }
.sxn-copy li { margin: 0 0 6px; }

/* A two-column grid of plain question blocks, full width rather than inside the measure. The
   eighth FAQ treatment: not an accordion, list, card, disclosure, number, definition list or
   hanging rule. */
.sxn-faq { margin: 52px 0 8px; }
.sxn-faq > h2 { font-size: clamp(21px, 3vw, 29px); margin: 0 0 20px; font-weight: 800; letter-spacing: -.015em; }
.sxn-faq-grid { display: grid; gap: 26px 40px; grid-template-columns: 1fr; }
@media (min-width: 900px) { .sxn-faq-grid { grid-template-columns: repeat(2, 1fr); } }
.sxn-qa h3 { margin: 0 0 6px; font-size: 16px; font-weight: 700; color: var(--text); line-height: 1.35; }
.sxn-qa h3::before { content: ''; display: block; width: 26px; height: 2px; background: var(--coral); margin: 0 0 10px; }
.sxn-qa p { margin: 0; color: #cbbdb6; font-size: 15.5px; }

/* ── club page ───────────────────────────────────────────────────────── */
.sxn-crumb { font-size: 12.5px; color: var(--text-dim); margin: 18px 0 12px; }
.sxn-gold-wide { display: inline-block; background: var(--brass); color: #171102; font-size: 11px; font-weight: 900; letter-spacing: .12em; padding: 7px 14px; margin: 0 0 10px; }
.sxn-spot-at { display: flex; align-items: center; gap: 9px; font-size: 17px; color: var(--text-dim); margin: 0 0 16px; }
.sxn-spot-at b { color: var(--text); font-size: 19px; }
.sxn-spot-at img { width: 22px; height: 16px; object-fit: cover; }
.sxn-facts { list-style: none; display: flex; flex-wrap: wrap; padding: 0; margin: 0 0 20px; border-top: 1px solid var(--hair); border-bottom: 1px solid var(--hair); }
.sxn-facts li { font-size: 12px; color: var(--text-dim); padding: 9px 18px 9px 0; }
.sxn-facts b { color: var(--text); }

.sxn-reachbar { display: flex; flex-wrap: wrap; gap: 1px; background: var(--hair); margin: 0 0 22px; }
.sxn-reach { flex: 1 1 140px; text-align: center; padding: 14px 16px; font-weight: 800; font-size: 14.5px; color: #fff; background: var(--page-3); }
.sxn-reach:hover { text-decoration: none; filter: brightness(1.18); }
.sxn-reach-wa { background: var(--wa); }
.sxn-reach-tel { background: var(--coral); color: #1a0603; }
.sxn-reach-tg { background: #2b7fa8; }
.sxn-reach-alt { background: var(--page-3); color: var(--text); }

/* Two rows deep and scrolled sideways. The sibling filmstrip is a single row; a mosaic and a
   column layout are also already taken. */
.sxn-reel {
  display: grid; grid-auto-flow: column; grid-template-rows: repeat(2, 1fr);
  grid-auto-columns: 42vw; gap: 6px; overflow-x: auto; scroll-snap-type: x proximity;
  margin: 0 0 24px; padding-bottom: 8px;
}
@media (min-width: 780px) { .sxn-reel { grid-auto-columns: 200px; } }
.sxn-frame { padding: 0; border: 0; background: var(--page-3); cursor: zoom-in; overflow: hidden; aspect-ratio: 1; scroll-snap-align: start; }
.sxn-frame > img { width: 100%; height: 100%; object-fit: cover; }
.sxn-reel::-webkit-scrollbar { height: 8px; }
.sxn-reel::-webkit-scrollbar-thumb { background: var(--hair); }

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

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

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

/* ── foot ────────────────────────────────────────────────────────────── */
.sxn-foot { border-top: 1px solid var(--hair); margin-top: 52px; padding: 28px 0 18px; background: var(--page-2); }
.sxn-foot-1 { margin: 0 0 6px; }
.sxn-foot-2 { font-size: 12.5px; color: var(--text-dim); margin: 0 0 12px; }
.sxn-foot-do { margin: 14px 0; font-size: 13.5px; }

.sxn-belt { position: fixed; left: 0; right: 0; bottom: 0; z-index: 62; background: var(--page-3); border-top: 1px solid var(--coral); }
.sxn-belt a {
  display: flex; align-items: center; justify-content: center; gap: 10px; max-width: 1260px;
  margin: 0 auto; padding: 11px 20px calc(11px + env(safe-area-inset-bottom)); color: var(--text); font-size: 13px;
}
.sxn-belt a:hover { text-decoration: none; }
.sxn-belt b { color: var(--coral); }
.sxn-belt span { background: var(--coral); color: #1a0603; font-weight: 800; font-size: 12px; padding: 6px 13px; }

/* Keyboard focus: the browser default is invisible on this palette. */
a:focus-visible, button:focus-visible { outline: 2px solid var(--coral); outline-offset: 3px; }
.sxn-frame:focus-visible, .sxn-card-link:focus-visible { outline-offset: -3px; }

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