/*
Theme Name: BlowjobShows Blog
Theme URI: https://blowjobshows.com/blog/
Author: BlowjobShows
Description: Lightweight editorial theme matching the BlowjobShows live-cam site.
Version: 1.0.0
Text Domain: blowjobshows
*/

:root {
  --bg: #0b0710;
  --surface: #120b18;
  --surface-2: #1a1023;
  --border: rgba(255, 255, 255, .12);
  --text: #f8f3f8;
  --muted: #b8aeba;
  --accent: #ff4da6;
  --purple: #9b5cff;
  --green: #55e89a;
  --shell: 1180px;
}

* { box-sizing: border-box; }
html { background: var(--bg); color-scheme: dark; scroll-behavior: smooth; }
body {
  background:
    radial-gradient(circle at 88% -10%, rgba(255,77,166,.14), transparent 30rem),
    radial-gradient(circle at 2% 38%, rgba(155,92,255,.08), transparent 28rem),
    var(--bg);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
  margin: 0;
  min-height: 100vh;
}
a { color: inherit; text-decoration: none; }
img { display: block; height: auto; max-width: 100%; }
.shell { margin-inline: auto; max-width: var(--shell); padding-inline: 16px; width: 100%; }
.site-header {
  backdrop-filter: blur(18px);
  background: rgba(11,7,16,.88);
  border-bottom: 1px solid var(--border);
  position: sticky;
  top: 0;
  z-index: 50;
}
.header-inner { align-items: center; display: flex; justify-content: space-between; min-height: 64px; }
.brand { align-items: center; display: inline-flex; font-size: 1.2rem; font-weight: 850; gap: 10px; letter-spacing: -.04em; }
.brand svg { height: 32px; width: 32px; }
.brand em { color: var(--accent); font-style: normal; }
.site-nav { align-items: center; display: none; font-size: .86rem; font-weight: 750; gap: 20px; }
.site-nav a { color: #d8cfd9; padding-block: 20px; }
.site-nav a:hover { color: #fff; }
.site-nav .live-link { background: linear-gradient(135deg, var(--accent), #dd318b); border-radius: 999px; color: #fff; padding: 10px 16px; }
.mobile-nav { position: relative; }
.mobile-nav summary { border: 1px solid var(--border); border-radius: 11px; cursor: pointer; font-size: 1.25rem; height: 44px; list-style: none; padding: 6px 13px; }
.mobile-nav nav { background: #170e20; border: 1px solid var(--border); border-radius: 14px; box-shadow: 0 20px 55px rgba(0,0,0,.5); display: grid; min-width: 220px; padding: 8px; position: absolute; right: 0; top: 52px; }
.mobile-nav nav a { border-radius: 9px; font-weight: 750; padding: 11px 12px; }
.blog-hero { border-bottom: 1px solid var(--border); padding: 56px 0 44px; }
.kicker { color: var(--accent); display: block; font-size: .74rem; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.blog-hero h1, .article-header h1 { font-size: clamp(2.25rem, 7vw, 5.2rem); letter-spacing: -.065em; line-height: .98; margin: 12px 0 18px; max-width: 900px; }
.blog-hero p { color: var(--muted); font-size: clamp(1rem, 2.4vw, 1.25rem); margin: 0; max-width: 680px; }
.live-strip { background: linear-gradient(105deg, rgba(255,77,166,.14), rgba(155,92,255,.1)); border-bottom: 1px solid var(--border); padding: 20px 0; }
.live-strip .shell { align-items: center; display: flex; flex-wrap: wrap; gap: 16px; justify-content: space-between; }
.live-strip strong { font-size: 1.05rem; }
.button { align-items: center; background: var(--accent); border-radius: 999px; color: #fff; display: inline-flex; font-weight: 850; gap: 10px; justify-content: center; min-height: 46px; padding: 11px 19px; }
.button:hover { background: #ff6cb5; }
.post-grid { display: grid; gap: 16px; padding-block: 36px 64px; }
.post-card { background: var(--surface); border: 1px solid var(--border); border-radius: 18px; display: flex; flex-direction: column; min-height: 250px; padding: 24px; transition: border-color .18s ease, transform .18s ease; }
.post-card:hover { border-color: rgba(255,77,166,.55); transform: translateY(-3px); }
.post-card time { color: var(--muted); font-size: .78rem; font-weight: 700; }
.post-card h2 { font-size: 1.45rem; letter-spacing: -.035em; line-height: 1.15; margin: 14px 0 10px; }
.post-card p { color: var(--muted); margin: 0 0 24px; }
.post-card span { color: var(--accent); font-weight: 850; margin-top: auto; }
.pagination { display: flex; gap: 10px; justify-content: center; margin: 0 0 70px; }
.pagination .page-numbers { border: 1px solid var(--border); border-radius: 10px; padding: 8px 13px; }
.pagination .current { background: var(--accent); border-color: var(--accent); }
.article-header { border-bottom: 1px solid var(--border); padding: 46px 0 38px; }
.article-header h1 { font-size: clamp(2.15rem, 6vw, 4.6rem); max-width: 1000px; }
.article-meta { color: var(--muted); font-size: .86rem; }
.article-layout { display: grid; gap: 34px; padding-block: 38px 72px; }
.article-content { font-size: 1.06rem; max-width: 760px; }
.article-content p { color: #ded5df; margin: 0 0 1.35em; }
.article-content h2 { font-size: clamp(1.55rem, 4vw, 2.2rem); letter-spacing: -.04em; line-height: 1.15; margin: 2em 0 .7em; }
.article-content h3 { font-size: 1.25rem; margin: 1.6em 0 .55em; }
.article-content ul, .article-content ol { color: #ded5df; padding-left: 1.35em; }
.article-content li { margin-bottom: .55em; }
.article-content a { color: #ff79bd; text-decoration: underline; text-underline-offset: 3px; }
.article-content strong { color: #fff; }
.article-sidebar { align-self: start; background: var(--surface); border: 1px solid var(--border); border-radius: 18px; padding: 22px; }
.article-sidebar h2 { font-size: 1.35rem; line-height: 1.12; margin: 9px 0 10px; }
.article-sidebar p { color: var(--muted); font-size: .92rem; margin: 0 0 17px; }
.article-cta { background: linear-gradient(130deg, rgba(255,77,166,.16), rgba(155,92,255,.12)); border: 1px solid rgba(255,77,166,.28); border-radius: 18px; margin-top: 44px; padding: 24px; }
.article-cta h2 { margin-top: 0; }
.site-footer { border-top: 1px solid var(--border); padding: 34px 0; }
.footer-inner { color: var(--muted); display: flex; flex-wrap: wrap; font-size: .84rem; gap: 20px; justify-content: space-between; }
.footer-links { display: flex; flex-wrap: wrap; gap: 15px; }
.error-page { min-height: 64vh; padding: 80px 0; }
.error-page h1 { font-size: clamp(2.4rem, 7vw, 5rem); letter-spacing: -.06em; margin: 10px 0 14px; }

@media (min-width: 700px) {
  .post-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (min-width: 880px) {
  .site-nav { display: flex; }
  .mobile-nav { display: none; }
  .article-layout { grid-template-columns: minmax(0, 1fr) 300px; }
  .article-sidebar { position: sticky; top: 88px; }
}
@media (min-width: 1040px) {
  .post-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 520px) {
  .blog-hero { padding: 40px 0 32px; }
  .live-strip .button { width: 100%; }
  .post-card { min-height: 220px; padding: 20px; }
}
