/* ============================================================
   gaytimes.css — faithful clean recreation of a gaytimes.com article
   Real brand facts from their own theme CSS: Kalice (display serif;
   Fraunces is the stand-in) + Suisse Intl (body; Inter is the
   stand-in), stark black/white editorial system. Logo is their
   real publication asset.
   ============================================================ */
body.gaytimes {
  --brand: #000000;            /* Gay Times ink — the identity is stark B&W */
  --brand-ink: #ffffff;
  --paper: #ffffff;
  --ink: #111111;
  --muted: #6c757d;            /* --color-content-muted from their CSS */
  --rule: #e8e8e8;
  --qt-serif: "Fraunces", Georgia, serif;
  font-family: "Inter", system-ui, sans-serif;
  font-size: 17px;
  line-height: 1.7;
  color: var(--ink);
}

/* ---- header ---- */
.qt-top {
  max-width: 1240px; margin: 0 auto;
  display: flex; align-items: center; gap: 26px;
  padding: 16px 28px;
  border-bottom: 1px solid var(--rule);
}
.qt-logo { display: block; flex: none; }
.qt-logo img { display: block; height: 40px; width: auto; }
.qt-nav { display: flex; align-items: center; gap: 20px; overflow-x: auto; scrollbar-width: none; }
.qt-nav::-webkit-scrollbar { display: none; }
.qt-nav a {
  text-decoration: none; color: var(--ink); white-space: nowrap;
  font-weight: 500; font-size: 14.5px;
}
.qt-nav a:hover, .qt-nav a.active { text-decoration: underline; text-underline-offset: 5px; }
.qt-spacer { flex: 1; }
.qt-signin { text-decoration: none; color: var(--ink); font-weight: 500; font-size: 14.5px; white-space: nowrap; }
.qt-signin:hover { text-decoration: underline; text-underline-offset: 4px; }
.qt-sub {
  background: #000; color: #fff; text-decoration: none; white-space: nowrap;
  font-weight: 600; font-size: 14px;
  padding: 11px 20px; border-radius: 999px;
}
.qt-sub:hover { background: #222; }

/* ---- article ---- */
.qt-main { max-width: 760px; margin: 0 auto; padding: 34px 24px 80px; }
.qt-tag { margin: 0 0 14px; }
.qt-tag a {
  text-decoration: none; color: var(--ink);
  font-weight: 600; font-size: 13px; letter-spacing: .08em; text-transform: uppercase;
  border-bottom: 2px solid var(--ink); padding-bottom: 3px;
}
.qt-h1 {
  font-family: var(--qt-serif); font-weight: 500;
  font-variation-settings: "opsz" 120;
  font-size: clamp(32px, 4.4vw, 46px); line-height: 1.12; letter-spacing: -.012em;
  margin: 0 0 16px; color: var(--ink);
}
.qt-stand { margin: 0 0 20px; font-size: 19px; line-height: 1.55; color: var(--muted); font-weight: 400; }

.qt-byline {
  display: flex; align-items: center; gap: 10px;
  padding: 12px 0; border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule);
  margin: 0 0 24px; font-size: 13.5px; color: var(--muted);
}
.qt-byline .who { color: var(--ink); font-weight: 600; }
.qt-byline .dot { color: #c5c8cb; }
.qt-share { display: inline-flex; gap: 8px; }
.qt-share i {
  width: 32px; height: 32px; border-radius: 50%; border: 1px solid #d8dadd;
  color: var(--ink); display: inline-flex; align-items: center; justify-content: center;
}
.qt-share i:hover { background: #000; color: #fff; border-color: #000; }
.qt-share svg { width: 15px; height: 15px; }

.qt-hero { margin: 0 0 8px; }
.qt-hero img { display: block; width: 100%; height: auto; aspect-ratio: 3 / 2; object-fit: cover; object-position: 50% 30%; background: #16161a; border-radius: 4px; }
.qt-hero figcaption { padding: 9px 2px 0; font-size: 12.5px; color: var(--muted); line-height: 1.45; }
.qt-hero .credit { color: #9aa0a5; white-space: nowrap; }

/* ---- body ---- */
.qt-body { padding-top: 16px; }
.qt-body p { margin: 0 0 20px; }
.qt-body p.lead { font-weight: 500; font-size: 19px; color: var(--ink); }
.qt-body .xhead {
  font-family: var(--qt-serif); font-weight: 500;
  font-variation-settings: "opsz" 90;
  font-size: 27px; line-height: 1.18; letter-spacing: -.01em; margin: 32px 0 14px;
}
.qt-pull {
  margin: 30px 0; padding: 0 0 0 22px; border-left: 3px solid #000;
  font-family: var(--qt-serif); font-style: italic; font-weight: 400;
  font-size: 24px; line-height: 1.4; color: var(--ink);
}

/* ---- rewarded gate, skinned to Gay Times' design system ---- */
body.gaytimes .gate-eyebrow { color: var(--ink); font-family: "Inter", sans-serif; font-size: 12px; font-weight: 600; letter-spacing: .12em; }
body.gaytimes .reward-locker { border-radius: 10px; }
body.gaytimes .reward-locker .lock-badge { display: none; }
body.gaytimes .reward-locker h3 {
  font-family: var(--qt-serif); font-weight: 500;
  font-variation-settings: "opsz" 100;
  font-size: clamp(26px, 3.2vw, 33px); line-height: 1.14; letter-spacing: -.01em;
  color: var(--ink); margin: 2px 0 10px;
}
body.gaytimes .reward-locker p { font-family: "Inter", sans-serif; font-size: 14.5px; line-height: 1.6; color: var(--muted); max-width: none; margin: 0 0 22px; }
body.gaytimes .rv-cta {
  background: #000; color: #fff; border-radius: 999px;
  padding: 16px 26px; font-family: "Inter", sans-serif;
  font-weight: 600; font-size: 15px; letter-spacing: 0;
  box-shadow: none;
}
body.gaytimes .rv-cta:hover { background: #222; filter: none; transform: none; }
body.gaytimes .rv-cta svg { display: none; }
body.gaytimes .rv-later { font-family: "Inter", sans-serif; color: var(--muted); font-weight: 500; font-size: 13.5px; }
body.gaytimes .reward-locker .rv-foot { display: none; }
body.gaytimes .lk-side h4 { font-family: "Inter", sans-serif; text-transform: uppercase; letter-spacing: .1em; font-size: 11.5px; font-weight: 700; color: var(--ink); }
body.gaytimes .lk-side li { font-family: "Inter", sans-serif; font-size: 14.5px; color: var(--ink); }
body.gaytimes .lk-side li svg { color: #000; }
body.gaytimes .gate-fine { font-family: "Inter", sans-serif; color: #9aa0a5; font-size: 12.5px; }
body.gaytimes .rv-floating .txt, body.gaytimes .rv-floating button { font-family: "Inter", sans-serif; }
body.gaytimes .rv-floating button { background: #000; color: #fff; border-radius: 999px; font-weight: 600; }

/* ---- responsive ---- */
@media (max-width: 900px) {
  .qt-nav, .qt-signin { display: none; }
}
