/* Red Light Rochester — blog stylesheet */

:root {
  --bg: #0a0707;
  --surface: #141010;
  --surface-elev: #1c1715;
  --border: #2a1a1a;
  --border-strong: #3a2424;
  --red: #ff2e2e;
  --red-bright: #ff5252;
  --red-deep: #c81e1e;
  --crimson: #e63946;
  --text: #f5f0ed;
  --muted: #a89c98;
  --muted-strong: #7a7270;
  --container: 1200px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body {
  background: var(--bg);
  color: var(--text);
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  position: relative;
}
body::before { content: ''; position: fixed; top: -25%; right: -15%; width: 70vw; height: 70vw; background: radial-gradient(circle, rgba(255, 46, 46, 0.16) 0%, rgba(255, 46, 46, 0) 65%); pointer-events: none; z-index: 0; }
body::after { content: ''; position: fixed; bottom: -20%; left: -15%; width: 50vw; height: 50vw; background: radial-gradient(circle, rgba(230, 57, 70, 0.10) 0%, rgba(230, 57, 70, 0) 70%); pointer-events: none; z-index: 0; }
.container { max-width: var(--container); margin: 0 auto; padding: 0 32px; position: relative; z-index: 1; }
img { max-width: 100%; display: block; }
a { color: inherit; }
p { line-height: 1.7; }

.eyebrow { display: inline-block; font-size: 11px; font-weight: 600; letter-spacing: 2.8px; text-transform: uppercase; color: var(--red-bright); }

/* ===== TOPBAR ===== */
.topbar { position: sticky; top: 0; z-index: 50; background: rgba(10, 7, 7, 0.85); backdrop-filter: blur(14px) saturate(1.4); -webkit-backdrop-filter: blur(14px) saturate(1.4); border-bottom: 1px solid var(--border); }
.topbar-inner { display: flex; align-items: center; padding: 14px 0; gap: 28px; }
.brand { display: flex; align-items: center; gap: 16px; text-decoration: none; color: var(--text); flex-shrink: 0; }
.brand-logo-img { height: 48px; width: auto; flex-shrink: 0; }
.brand-divider { width: 1px; height: 34px; background: var(--border-strong); flex-shrink: 0; }
.brand-text { display: flex; flex-direction: column; line-height: 1; min-width: 0; }
.brand-mark { font-family: 'Fraunces', serif; font-weight: 700; font-size: 22px; letter-spacing: 1px; background: linear-gradient(135deg, #ff7a7a 0%, #ff2e2e 60%, #c81e1e 100%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; filter: drop-shadow(0 0 18px rgba(255, 46, 46, 0.35)); }
.brand-tag { margin-top: 6px; font-size: 10.5px; color: var(--muted); letter-spacing: 1.8px; text-transform: uppercase; font-weight: 500; white-space: nowrap; }
.topbar-nav { display: flex; gap: 4px; flex: 1; justify-content: center; }
.topbar-nav a { font-size: 14px; font-weight: 500; color: var(--muted); text-decoration: none; padding: 10px 14px; border-radius: 8px; letter-spacing: 0.2px; transition: all 0.2s ease; white-space: nowrap; }
.topbar-nav a:hover, .topbar-nav a.active { color: var(--text); background: rgba(255, 46, 46, 0.06); }
.topbar-cta-group { display: flex; gap: 10px; align-items: center; flex-shrink: 0; }
.topbar .cta-phone { font-size: 13px; font-weight: 600; color: var(--text); text-decoration: none; padding: 11px 18px; border: 1px solid var(--border-strong); border-radius: 999px; transition: all 0.2s ease; white-space: nowrap; }
.topbar .cta-phone:hover { border-color: var(--red); background: rgba(255, 46, 46, 0.08); color: #fff; }
.topbar .cta-book { font-size: 13px; font-weight: 600; color: #fff; text-decoration: none; padding: 11px 18px; background: linear-gradient(135deg, #ff3b3b 0%, #d61c1c 100%); border-radius: 999px; transition: all 0.2s ease; white-space: nowrap; box-shadow: 0 6px 18px -6px rgba(255, 46, 46, 0.6); }
.topbar .cta-book:hover { transform: translateY(-1px); box-shadow: 0 10px 26px -8px rgba(255, 46, 46, 0.7); }
.menu-toggle { display: none; background: transparent; border: 1px solid var(--border-strong); width: 42px; height: 42px; border-radius: 8px; cursor: pointer; align-items: center; justify-content: center; flex-shrink: 0; }
.menu-toggle span { display: block; width: 18px; height: 2px; background: var(--text); position: relative; }
.menu-toggle span::before, .menu-toggle span::after { content: ''; position: absolute; left: 0; width: 18px; height: 2px; background: var(--text); transition: transform 0.2s ease; }
.menu-toggle span::before { top: -6px; }
.menu-toggle span::after { top: 6px; }
.mobile-nav { display: none; border-top: 1px solid var(--border); padding: 14px 0 18px; }
.mobile-nav.open { display: block; }
.mobile-nav a { display: block; padding: 14px 0; font-size: 16px; color: var(--text); text-decoration: none; border-bottom: 1px solid var(--border); font-family: 'Fraunces', serif; font-weight: 500; }
.mobile-nav a:last-child { border-bottom: 0; }

/* ===== BUTTONS ===== */
.btn { display: inline-flex; align-items: center; gap: 10px; padding: 18px 30px; font-size: 15px; font-weight: 600; letter-spacing: 0.3px; text-decoration: none; border-radius: 8px; transition: all 0.25s ease; cursor: pointer; border: none; font-family: inherit; }
.btn-primary { background: linear-gradient(135deg, #ff3b3b 0%, #d61c1c 100%); color: #fff; box-shadow: 0 0 0 0 rgba(255, 46, 46, 0.4), 0 14px 36px -10px rgba(255, 46, 46, 0.55); }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 0 0 4px rgba(255, 46, 46, 0.18), 0 18px 44px -10px rgba(255, 46, 46, 0.65); }
.btn-ghost { color: var(--text); background: transparent; border: 1px solid var(--border-strong); }
.btn-ghost:hover { border-color: var(--red); background: rgba(255, 46, 46, 0.05); }
.btn-lg { padding: 22px 38px; font-size: 17px; }

/* ===== BLOG LISTING HERO ===== */
.blog-hero { padding: 90px 0 60px; text-align: center; }
.blog-hero h1 { font-family: 'Fraunces', serif; font-weight: 500; font-size: clamp(46px, 5.5vw, 72px); line-height: 1.0; letter-spacing: -0.025em; margin: 18px auto 22px; max-width: 880px; }
.blog-hero h1 .accent { font-style: italic; font-weight: 400; background: linear-gradient(135deg, #ff8585 0%, #ff2e2e 70%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.blog-hero p { font-size: 19px; color: var(--muted); max-width: 640px; margin: 0 auto; line-height: 1.55; }

/* ===== BLOG LISTING GRID ===== */
.blog-list { padding: 60px 0 110px; }
.blog-list-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.blog-card { border: 1px solid var(--border); border-radius: 16px; background: linear-gradient(180deg, rgba(28, 23, 21, 0.5), rgba(20, 16, 16, 0.3)); display: flex; flex-direction: column; text-decoration: none; color: var(--text); transition: all 0.3s ease; overflow: hidden; }
.blog-card:hover { border-color: rgba(255, 46, 46, 0.4); transform: translateY(-3px); box-shadow: 0 20px 40px -20px rgba(255, 46, 46, 0.3); }
.blog-card-image { aspect-ratio: 16 / 9; overflow: hidden; background: #1a0606; position: relative; }
.blog-card-image::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(10,7,7,0) 60%, rgba(10,7,7,0.5) 100%); pointer-events: none; }
.blog-card-image img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.4s ease; }
.blog-card:hover .blog-card-image img { transform: scale(1.05); }
.blog-card-body { padding: 28px 32px 32px; display: flex; flex-direction: column; gap: 14px; flex: 1; }
.blog-card-meta { font-size: 11px; letter-spacing: 1.8px; text-transform: uppercase; color: var(--red-bright); font-weight: 600; }
.blog-card h2 { font-family: 'Fraunces', serif; font-size: 24px; font-weight: 500; letter-spacing: -0.01em; line-height: 1.25; }
.blog-card p { font-size: 15px; color: var(--muted); line-height: 1.6; }
.blog-card-foot { display: flex; align-items: center; justify-content: space-between; margin-top: auto; padding-top: 18px; border-top: 1px solid var(--border); font-size: 12px; color: var(--muted-strong); letter-spacing: 0.5px; }
.blog-card-cta { font-size: 12px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: var(--red-bright); }

/* ===== ARTICLE PAGE ===== */
.article-header { padding: 80px 0 48px; max-width: 820px; margin: 0 auto; text-align: center; }
.article-header .eyebrow { margin-bottom: 18px; }
.article-header h1 { font-family: 'Fraunces', serif; font-weight: 500; font-size: clamp(38px, 5.2vw, 60px); line-height: 1.05; letter-spacing: -0.022em; margin-bottom: 24px; }
.article-header .lede { font-size: 20px; color: var(--muted); line-height: 1.55; max-width: 720px; margin: 0 auto 36px; }
.article-meta-row { display: flex; gap: 24px; justify-content: center; padding-top: 28px; border-top: 1px solid var(--border); font-size: 13px; color: var(--muted); letter-spacing: 0.3px; flex-wrap: wrap; }
.article-meta-row strong { color: var(--text); font-weight: 600; }

.prose { padding: 30px 0 80px; max-width: 720px; margin: 0 auto; font-size: 18px; line-height: 1.75; color: #e8e1dc; }
.prose > * + * { margin-top: 1.4em; }
.prose h2 { font-family: 'Fraunces', serif; font-size: 32px; font-weight: 500; letter-spacing: -0.015em; line-height: 1.2; margin-top: 2.2em; margin-bottom: 0.6em; color: var(--text); }
.prose h3 { font-family: 'Fraunces', serif; font-size: 23px; font-weight: 500; letter-spacing: -0.005em; line-height: 1.3; margin-top: 1.8em; margin-bottom: 0.4em; color: var(--text); }
.prose p { color: #d8d0cc; }
.prose strong { color: var(--text); font-weight: 600; }
.prose em { color: var(--text); }
.prose a { color: var(--red-bright); text-decoration: none; border-bottom: 1px solid rgba(255,46,46,0.45); transition: all 0.2s ease; }
.prose a:hover { color: #fff; border-color: var(--red); }
/* buttons inside prose should not pick up the inline-link red */
.prose a.btn, .prose a.btn:hover { border-bottom: 0; }
.prose a.btn-primary, .prose a.btn-primary:hover { color: #fff; }
.prose a.btn-ghost, .prose a.btn-ghost:hover { color: var(--text); }
.prose ul, .prose ol { padding-left: 28px; }
.prose li { margin-bottom: 0.6em; color: #d8d0cc; }
.prose li::marker { color: var(--red); }
.prose blockquote { border-left: 3px solid var(--red); padding: 4px 0 4px 28px; font-family: 'Fraunces', serif; font-style: italic; font-weight: 400; font-size: 24px; line-height: 1.4; color: var(--text); letter-spacing: -0.005em; }
.prose hr { border: 0; border-top: 1px solid var(--border); margin: 3em 0; }
.prose .pull {
  display: block;
  margin: 1.6em 0;
  padding: 24px 28px;
  border: 1px solid rgba(255, 46, 46, 0.35);
  background: rgba(255, 46, 46, 0.05);
  border-radius: 12px;
  font-family: 'Fraunces', serif;
  font-size: 20px;
  line-height: 1.45;
  font-style: italic;
  color: var(--text);
  letter-spacing: -0.005em;
}

/* article inline CTA */
.article-cta {
  margin: 48px auto;
  max-width: 720px;
  padding: 36px;
  border: 1px solid rgba(255, 46, 46, 0.4);
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(40, 14, 14, 0.6), rgba(28, 10, 10, 0.4));
  text-align: center;
  box-shadow: 0 0 80px -30px rgba(255, 46, 46, 0.5);
}
.article-cta h3 { font-family: 'Fraunces', serif; font-size: 28px; font-weight: 500; letter-spacing: -0.01em; margin-bottom: 12px; }
.article-cta p { font-size: 16px; color: var(--muted); margin-bottom: 22px; }
.article-cta .btn-row { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }

.article-back {
  max-width: 720px;
  margin: 0 auto;
  padding: 24px 0 80px;
  font-size: 14px;
  color: var(--muted);
}
.article-back a { color: var(--red-bright); text-decoration: none; }
.article-back a:hover { color: #fff; }

/* ===== FOOTER (same as homepage) ===== */
.footer { padding: 80px 0 36px; border-top: 1px solid var(--border); }
.footer-top { display: flex; align-items: center; gap: 28px; padding-bottom: 48px; margin-bottom: 56px; border-bottom: 1px solid var(--border); }
.footer-camarata-logo-lg { flex-shrink: 0; }
.footer-camarata-logo-lg img { height: 110px; width: auto; }
.footer-top-text { font-size: 15px; color: var(--muted); line-height: 1.6; max-width: 640px; }
.footer-top-text strong { color: var(--text); font-weight: 600; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 56px; margin-bottom: 56px; }
.footer-brand .brand-mark { font-size: 28px; }
.footer-brand .brand-tag { display: block; margin-top: 6px; font-size: 12px; }
.footer-brand p { margin-top: 22px; font-size: 14px; color: var(--muted); line-height: 1.65; max-width: 360px; }
.footer-col h4 { font-family: 'Fraunces', serif; font-size: 13px; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; color: var(--red-bright); margin-bottom: 18px; }
.footer-col p, .footer-col a { font-size: 14px; color: var(--muted); line-height: 1.75; text-decoration: none; display: block; }
.footer-col a:hover { color: var(--red-bright); }
.footer-col strong { color: var(--text); font-weight: 500; }
.footer-bottom { padding-top: 28px; border-top: 1px solid var(--border); display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 16px; font-size: 12px; color: var(--muted-strong); }
.footer-bottom a { color: var(--muted); text-decoration: none; }
.footer-bottom a:hover { color: var(--red-bright); }
.footer-disclaimer { margin-top: 36px; padding-top: 28px; border-top: 1px solid var(--border); font-size: 11.5px; color: var(--muted-strong); line-height: 1.6; max-width: 880px; }

.footer-credits { display: flex; align-items: center; gap: 22px; flex-wrap: wrap; }
.footer-credits .credits-label { font-size: 10.5px; color: var(--muted-strong); letter-spacing: 2px; text-transform: uppercase; font-weight: 600; margin-right: 4px; }
.footer-credits a { display: inline-flex; align-items: center; opacity: 0.78; transition: opacity 0.2s ease, transform 0.2s ease; text-decoration: none; }
.footer-credits a:hover { opacity: 1; transform: translateY(-1px); }
.footer-credits .credit-logo { width: auto; display: block; }
.footer-credits .basch-logo { height: 32px; align-self: center; }
.footer-credits .graystorm-logo { height: 32px; align-self: center; }

.socials { display: flex; gap: 12px; margin-top: 24px; flex-wrap: wrap; }
.socials a { display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px; border-radius: 50%; border: 1px solid var(--border-strong); color: var(--muted); text-decoration: none; transition: all 0.2s ease; background: rgba(20, 16, 16, 0.5); }
.socials a:hover { border-color: var(--red); color: var(--red-bright); background: rgba(255, 46, 46, 0.1); transform: translateY(-2px); box-shadow: 0 8px 20px -8px rgba(255, 46, 46, 0.5); }
.socials a svg { width: 18px; height: 18px; display: block; }
.socials-label { font-size: 12px; font-weight: 600; letter-spacing: 1.8px; text-transform: uppercase; color: var(--muted); margin-top: 28px; margin-bottom: 12px; }

/* ===== RESPONSIVE ===== */
@media (max-width: 1100px) {
  .topbar-nav { gap: 0; }
  .topbar-nav a { padding: 10px 10px; font-size: 13px; }
  .brand-tag { display: none; }
}
@media (max-width: 1024px) {
  .topbar-nav { display: none; }
  .topbar .cta-book { display: none; }
  .menu-toggle { display: inline-flex; }
  .topbar-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 18px;
    padding: 14px 0;
  }
  .brand { flex: none; gap: 14px; }
  .topbar-cta-group { gap: 10px; }
  .brand-logo-img { height: 44px; }
  .brand-divider { height: 32px; }
  .brand-mark { font-size: 22px; letter-spacing: 1px; }
  .brand-tag { display: none; }
  .topbar .cta-phone { font-size: 13px; padding: 9px 16px; }
  .blog-list-grid { grid-template-columns: 1fr; gap: 20px; }
  .blog-list { padding: 40px 0 80px; }
  .blog-hero { padding: 60px 0 40px; }
  .article-header { padding: 60px 0 36px; }
  .footer-top { flex-direction: column; align-items: flex-start; }
  .footer-camarata-logo-lg img { height: 80px; }
  .footer-grid { grid-template-columns: 1fr; gap: 36px; margin-bottom: 36px; }
}
@media (max-width: 640px) {
  .container { padding: 0 24px; }
  .topbar-inner { padding: 10px 0; gap: 10px; }
  .brand { gap: 12px; }
  .topbar .cta-phone { font-size: 12px; padding: 8px 12px; }
  .topbar-cta-group { gap: 6px; }
  .brand-logo-img { height: 38px; }
  .brand-divider { height: 26px; }
  .brand-mark { font-size: 17px; letter-spacing: 0.6px; }
  .menu-toggle { width: 38px; height: 38px; }
  .blog-card { padding: 28px 24px; }
  .article-header h1 { font-size: clamp(32px, 8vw, 44px); }
  .article-header .lede { font-size: 17px; }
  .prose { font-size: 17px; padding: 24px 0 60px; }
  .prose h2 { font-size: 26px; }
  .prose h3 { font-size: 20px; }
  .article-cta { padding: 28px 22px; }
  .article-cta .btn-row { flex-direction: column; }
  .article-cta .btn { width: 100%; justify-content: center; }
  .footer-bottom { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 420px) {
  .container { padding: 0 18px; }
  .topbar .cta-phone { display: none; }
  .brand-divider { display: none; }
  .brand { gap: 10px; }
  .brand-logo-img { height: 34px; }
  .brand-mark { font-size: 16px; }
}
