/* gentlemens club near me
   Forest green, brass and cream: leather, library, brass rail. strip-club-near-me shows the
   SAME 1,679 venues in midnight and electric blue, so this one had to be a different
   temperature entirely rather than a different shade (network Rule 15). */

:root {
  --paper: #f0ece1;
  --paper-dim: #9aa295;
  --night: #0c1210;
  --night-2: #131b18;
  --night-3: #1c2622;
  --rule: #2a3630;
  --volt: #c9a24a;
  --volt-lit: #e0bd6a;
  --gold: #c9a24a;
  --wa: #0c6b58;
}

* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
  margin: 0; background: var(--night); color: var(--paper);
  font: 16px/1.65 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(--volt-lit); text-decoration: none; }
a:hover { text-decoration: underline; }
.gcn-hold { max-width: 1280px; margin: 0 auto; padding: 0 18px; }

/* A serif at a normal weight rather than the condensed uppercase marquee next door. Same
   inventory, opposite register: this end of the category sells sitting down, not shouting. */
body { font-family: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif; }
h1 { font-size: clamp(28px, 5.2vw, 44px); line-height: 1.1; margin: 0 0 12px; font-weight: 400; letter-spacing: .01em; }

.gcn-skip { position: absolute; left: -9999px; }
.gcn-skip:focus { left: 12px; top: 12px; z-index: 99; background: var(--volt); color: #04121f; padding: 10px 16px; font-weight: 700; }

/* ── top ─────────────────────────────────────────────────────────────── */
.gcn-top { background: var(--night-2); border-bottom: 1px solid var(--rule); }
.gcn-top-in { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding-top: 11px; padding-bottom: 11px; }
.gcn-logo { display: inline-flex; align-items: center; gap: 10px; color: var(--paper); }
.gcn-logo:hover { text-decoration: none; }
.gcn-logo img { flex-shrink: 0; }
.gcn-logo-t { display: flex; flex-direction: column; line-height: 1; }
.gcn-logo-t b {
  font-size: 18px; font-weight: 600; letter-spacing: .02em;
}
.gcn-logo-t i { font-style: normal; font-size: 9.5px; letter-spacing: .34em; text-transform: uppercase; color: var(--volt); margin-top: 4px; }
.gcn-live {
  font-size: 12.5px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase;
  padding: 9px 16px; border: 1px solid var(--volt); color: var(--volt); white-space: nowrap;
}
.gcn-live:hover { text-decoration: none; background: var(--volt); color: #04121f; }

/* ── open ────────────────────────────────────────────────────────────── */
.gcn-open { padding: 32px 0 20px; }
.gcn-open-line { color: var(--paper-dim); font-size: 17px; margin: 0 0 18px; }
.gcn-open-line b { color: var(--paper); }
.gcn-locate { display: flex; align-items: center; gap: 13px; flex-wrap: wrap; }
.gcn-locate button {
  background: var(--volt); color: #04121f; border: 0; padding: 13px 22px; cursor: pointer;
  font: inherit; font-size: 14px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase;
}
.gcn-locate button:hover { background: var(--volt-lit); }
.gcn-locate button:disabled { opacity: .55; cursor: wait; }
.gcn-locate span { font-size: 12.5px; color: var(--paper-dim); }
.gcn-note { font-size: 14px; color: var(--paper-dim); border-left: 3px solid var(--volt); padding: 10px 14px; background: var(--night-2); margin: 0 0 18px; }

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

/* Rows, not tiles: one column, two on a wide screen. The strip-club site next door on the SAME
   1,679 venues runs a four-across tile grid, so this had to be a different shape. Four narrow
   columns also crushed a long club name into five wrapped lines. */
.gcn-grid { display: grid; gap: 10px; grid-template-columns: 1fr; }
@media (min-width: 860px) { .gcn-grid { grid-template-columns: repeat(2, 1fr); gap: 12px 20px; } }

/* A COMPACT ROW: square thumbnail, name and place beside it, outline pills at the end. The
   strip-club site shows these same venues as name-above-photo cards, so this had to be a
   different shape rather than a different colour. */
.gcn-row { display: grid; grid-template-columns: 92px minmax(0, 1fr); gap: 14px; align-items: center; padding: 10px; border: 1px solid var(--rule); background: var(--night-2); }
.gcn-row:hover { border-color: var(--volt); }
.gcn-row-gold { border-color: var(--gold); box-shadow: inset 0 0 0 1px rgba(201,162,74,.3); }
.gcn-row-thumb { position: relative; display: block; width: 92px; height: 92px; background: var(--night-3); overflow: hidden; }
.gcn-row-thumb > img { width: 100%; height: 100%; object-fit: cover; }
.gcn-row-void { display: grid; place-items: center; height: 100%; font-size: 22px; color: rgba(201,162,74,.28); }
.gcn-gold { position: absolute; top: 0; right: 0; background: var(--gold); color: #14100a; font-size: 11px; font-weight: 900; padding: 2px 6px; }
.gcn-row-body { min-width: 0; }
.gcn-row-name { display: block; color: var(--paper); }
.gcn-row-name:hover { text-decoration: none; }
.gcn-row-name b {
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
  font-size: 16px; font-weight: 600; line-height: 1.25;
}
.gcn-row-name em { display: flex; align-items: center; gap: 6px; font-style: normal; margin-top: 3px; font-family: ui-sans-serif, system-ui, sans-serif; font-size: 11.5px; color: var(--paper-dim); }
.gcn-row-name em img { width: 17px; height: 12px; flex-shrink: 0; object-fit: cover; }
.gcn-row-do { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 9px; font-family: ui-sans-serif, system-ui, sans-serif; }
.gcn-do { font-size: 11.5px; font-weight: 700; padding: 6px 13px; border: 1px solid var(--rule); color: var(--paper); }
.gcn-do:hover { text-decoration: none; border-color: var(--volt); color: var(--volt); }
.gcn-do-wa { border-color: var(--wa); color: #6fd9c0; }
.gcn-do-go { background: var(--volt); border-color: var(--volt); color: #14100a; }
.gcn-do-go:hover { color: #14100a; filter: brightness(1.12); }

.gcn-more { text-align: center; margin: 24px 0 0; }
.gcn-own { text-align: center; margin: 16px 0 0; font-size: 13px; }
.gcn-own a { color: var(--paper-dim); }
.gcn-btn {
  display: inline-block; font-weight: 800; font-size: 14px; letter-spacing: .04em;
  text-transform: uppercase; padding: 13px 28px; background: var(--volt); color: #04121f;
}
.gcn-btn:hover { text-decoration: none; background: var(--volt-lit); }
.gcn-btn-sm { padding: 9px 16px; font-size: 12px; 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. */
.gcn-read { max-width: 700px; margin: 46px auto 0; }
.gcn-copy { color: #d3dceb; font-size: 16.5px; line-height: 1.76; }
.gcn-copy-lead { font-size: 18.5px; color: var(--paper); border-bottom: 1px solid var(--rule); padding-bottom: 22px; margin-bottom: 26px; }
.gcn-copy p { margin: 0 0 18px; }
.gcn-copy h2 { font-size: clamp(21px, 3vw, 28px); margin: 38px 0 12px; color: var(--paper); font-weight: 400; letter-spacing: .01em; line-height: 1.2; }
.gcn-copy h3 { font-size: 17px; margin: 26px 0 8px; font-weight: 700; color: var(--paper); }
.gcn-copy strong { color: #fff; font-weight: 700; }
.gcn-copy a { color: var(--volt-lit); }
.gcn-copy ul, .gcn-copy ol { margin: 0 0 18px; padding-left: 22px; }
.gcn-copy li { margin: 0 0 6px; }

/* A numbered open list, no toggles: the fifth FAQ treatment in the set. Every answer is on
   screen, which is what someone deciding at midnight actually wants. */
.gcn-faq { margin: 48px 0 8px; }
.gcn-faq > h2 { font-size: clamp(21px, 3vw, 28px); margin: 0 0 18px; font-weight: 400; letter-spacing: .01em; }
/* Run-in headings in flowing prose: the question is bold at the head of its own paragraph and
   the answer continues on the same line. The ninth FAQ treatment in the set. */
.gcn-qa { margin: 0 0 16px; color: #cdd6cf; font-size: 16px; }
.gcn-qa b { color: var(--paper); font-weight: 600; }

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

.gcn-reachbar { display: flex; flex-wrap: wrap; gap: 1px; background: var(--rule); margin: 0 0 20px; }
.gcn-reach { flex: 1 1 140px; text-align: center; padding: 14px 16px; font-weight: 800; font-size: 14px; letter-spacing: .03em; color: #fff; background: var(--night-3); }
.gcn-reach:hover { text-decoration: none; filter: brightness(1.15); }
.gcn-reach-wa { background: var(--wa); }
.gcn-reach-tel { background: var(--volt); color: #04121f; }
.gcn-reach-tg { background: #2b7fa8; }
.gcn-reach-alt { background: var(--night-3); color: var(--paper); }

/* A grid of 4:5 portraits. The siblings use a filmstrip, an even mosaic, natural-height
   columns, a two-row reel and full-width stacks; this is the one nobody took. */
.gcn-plates { display: grid; gap: 8px; grid-template-columns: repeat(2, 1fr); margin: 0 0 24px; }
@media (min-width: 760px)  { .gcn-plates { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 1140px) { .gcn-plates { grid-template-columns: repeat(4, 1fr); } }
.gcn-cell { padding: 0; border: 0; background: var(--night-3); cursor: zoom-in; overflow: hidden; aspect-ratio: 4 / 5; }
.gcn-cell > img { width: 100%; height: 100%; object-fit: cover; }

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

.gcn-dock { display: none; }
@media (max-width: 780px) {
  .gcn-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); }
  .gcn-club { padding-bottom: 72px; }
  /* A free club page carries BOTH the cams strip and this contact dock, both pinned to the
     bottom. Reaching the club wins; the sidebar still advertises the cams. */
  body:has(.gcn-dock) .gcn-strip { display: none; }
}

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

/* ── foot ────────────────────────────────────────────────────────────── */
.gcn-foot { border-top: 1px solid var(--rule); margin-top: 50px; padding: 26px 0 18px; background: var(--night-2); }
.gcn-foot-1 { margin: 0 0 6px; }
.gcn-foot-2 { font-size: 12.5px; color: var(--paper-dim); margin: 0 0 12px; }
.gcn-foot-do { margin: 14px 0; font-size: 13.5px; }

.gcn-strip { position: fixed; left: 0; right: 0; bottom: 0; z-index: 62; background: var(--night-3); border-top: 1px solid var(--volt); }
.gcn-strip a {
  display: flex; align-items: center; justify-content: center; gap: 10px; max-width: 1280px;
  margin: 0 auto; padding: 10px 18px calc(10px + env(safe-area-inset-bottom)); color: var(--paper); font-size: 13px;
}
.gcn-strip a:hover { text-decoration: none; }
.gcn-strip b { color: var(--volt); }
.gcn-strip span { background: var(--volt); color: #04121f; font-weight: 800; font-size: 12px; padding: 6px 13px; letter-spacing: .03em; }

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

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