/*
Theme Name: Rock Of Today
Theme URI: https://rockoftoday.com
Author: Rock Of Today
Description: Bold black/orange glow-accent magazine theme for rock & heavy metal news.
Version: 2.0
Text Domain: rockoftoday
*/

* { box-sizing: border-box; }
body {
  margin: 0;
  font-family: 'Helvetica Neue', Arial, sans-serif;
  background: #0a0a0c;
  color: #f0f0f2;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.wrap { max-width: 1100px; margin: 0 auto; }

/* Top bar / ticker */
.topbar {
  background: #050506;
  padding: 8px 0;
  display: flex;
  align-items: center;
  gap: 14px;
  font-family: Arial, sans-serif;
  font-size: 10px;
  color: #8a8a92;
  border-bottom: 1px solid #ff6b1a;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}
.topbar .live {
  color: #0a0a0c; font-weight: 900; letter-spacing: 1px; flex-shrink: 0;
  padding: 3px 12px 3px 32px; background: #ff6b1a; z-index: 2; position: relative;
  clip-path: polygon(0 0, 100% 0, 92% 100%, 0% 100%);
}
.topbar .ticker-track {
  display: flex;
  gap: 14px;
  align-items: center;
  animation: rockoftoday-scroll 90s linear infinite;
  padding-left: 20px;
  flex-shrink: 0;
  width: max-content;
}
.topbar:hover .ticker-track { animation-play-state: paused; }
.topbar .sep { color: #333338; flex-shrink: 0; }
.topbar .ticker-item { flex-shrink: 0; }
.topbar .ticker-item a:hover { color: #ff6b1a; }
@keyframes rockoftoday-scroll {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-100%); }
}

/* Header */
header.site-header {
  padding: 22px 32px;
  border-bottom: 1px solid #1a1a1e;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}
.logo { font-size: 24px; font-weight: 900; letter-spacing: -0.5px; color: #f0f0f2; }
.logo span { color: #ff6b1a; text-shadow: 0 0 24px rgba(255,107,26,0.55); }
.logo a { color: inherit; }
nav.main-nav ul {
  list-style: none;
  display: flex;
  gap: 24px;
  margin: 0;
  padding: 0;
  font-size: 11px;
  letter-spacing: 0.8px;
  color: #8a8a92;
  font-family: Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
nav.main-nav a:hover { color: #ff6b1a; }
.search-box { font-family: Arial, sans-serif; font-size: 11px; color: #6a6a72; border: 1px solid #26262b; padding: 6px 14px; }
.search-box form { display: flex; }
.search-box input { background: none; border: none; color: #f0f0f2; font-family: Arial, sans-serif; font-size: 11px; width: 90px; }
.search-box input::placeholder { color: #5a5a62; }

/* Hero */
.hero {
  padding: 56px 32px;
  border-bottom: 1px solid #1a1a1e;
  position: relative;
  overflow: hidden;
}
.glow-hero::before,
.hero::before {
  content: "";
  position: absolute; top: -100px; right: -60px;
  width: 340px; height: 340px;
  background: radial-gradient(circle, rgba(255,107,26,0.28) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}
.disc { display: none; }
.hero-image { margin-bottom: 22px; max-width: 100%; overflow: hidden; border: 1px solid #1a1a1e; max-height: 340px; position: relative; }
.hero-image img { width: 100%; height: 100%; object-fit: cover; }
.tag {
  display: inline-block; background: #ff6b1a; color: #0a0a0c; font-size: 11px; font-weight: 900;
  padding: 5px 14px; letter-spacing: 1.5px; margin-bottom: 18px; position: relative;
  font-family: Arial, sans-serif;
}
.hero h1 { font-size: 44px; font-weight: 900; line-height: 1.08; letter-spacing: -1.3px; color: #f8f8f9; margin: 0 0 16px; max-width: 680px; position: relative; }
.hero p { font-family: Arial, sans-serif; color: #9a9aa2; font-size: 14px; max-width: 520px; line-height: 1.6; margin: 0; position: relative; }
.byline { font-family: Arial, sans-serif; font-size: 11px; color: #6a6a72; margin-top: 18px; position: relative; }

/* Secondary featured row */
.secondary { display: grid; grid-template-columns: repeat(3, 1fr); border-bottom: 1px solid #1a1a1e; }
.secondary .item { padding: 22px 24px; border-right: 1px solid #1a1a1e; }
.secondary .item:last-child { border-right: none; }
.secondary .cat { font-family: Arial, sans-serif; font-size: 10px; letter-spacing: 1.5px; color: #ff6b1a; text-transform: uppercase; margin-bottom: 10px; font-weight: 900; }
.secondary h3 { font-size: 16px; line-height: 1.35; color: #f0f0f2; font-weight: 700; margin: 0; }
.item-thumb { display: block; margin-bottom: 12px; height: 120px; overflow: hidden; border: 1px solid #1a1a1e; }
.item-thumb img { width: 100%; height: 100%; object-fit: cover; }

/* Main layout */
.main { display: grid; grid-template-columns: 2fr 1fr; gap: 0; }
@media (max-width: 800px) { .main { grid-template-columns: 1fr; } }
.feed { padding: 8px 0; border-right: 1px solid #1a1a1e; }
.row { display: flex; gap: 18px; padding: 22px 32px; border-bottom: 1px solid #1a1a1e; align-items: flex-start; }
.row .num { font-family: Arial, sans-serif; font-size: 20px; color: #26262b; font-weight: 900; min-width: 28px; }
.row-thumb { display: block; width: 70px; height: 70px; flex-shrink: 0; overflow: hidden; border: 1px solid #1a1a1e; }
.row-thumb img { width: 100%; height: 100%; object-fit: cover; }
.row .cat { font-family: Arial, sans-serif; font-size: 10px; letter-spacing: 1px; color: #ff6b1a; text-transform: uppercase; margin-bottom: 6px; font-weight: 900; }
.row h3 { font-size: 17px; color: #f0f0f2; margin: 0 0 6px; font-weight: 700; line-height: 1.3; }
.row .meta { font-family: Arial, sans-serif; font-size: 11px; color: #6a6a72; }

/* Sidebar */
.side { padding: 26px; }
.widget { margin-bottom: 34px; }
.widget h2, .widget h4 {
  font-family: Arial, sans-serif; font-size: 12px; letter-spacing: 1.5px; color: #ff6b1a;
  text-transform: uppercase; margin: 0 0 16px; border-bottom: 1px solid #1a1a1e; padding-bottom: 12px;
  font-weight: 900;
}
.concert { display: flex; justify-content: space-between; padding: 10px 0; border-bottom: 1px solid #17171a; font-family: Arial, sans-serif; }
.concert .who { font-size: 13px; color: #f0f0f2; font-weight: 700; }
.concert .where { font-size: 10px; color: #6a6a72; }
.concert .date { font-size: 11px; color: #ff6b1a; text-align: right; white-space: nowrap; font-weight: 700; }
.vinylpick { display: flex; gap: 12px; align-items: center; }
.vinylpick .sq { width: 56px; height: 56px; background: #17171a; border: 1px solid #26262b; flex-shrink: 0; }
.vinylpick .info h5 { font-size: 14px; color: #f0f0f2; font-weight: 700; margin: 0 0 4px; }
.vinylpick .info p { font-family: Arial, sans-serif; font-size: 11px; color: #6a6a72; margin: 0; }
.merch-item { display: flex; gap: 12px; align-items: center; padding: 10px 0; border-bottom: 1px solid #17171a; }
.merch-item img { width: 48px; height: 48px; object-fit: cover; border: 1px solid #26262b; }
.merch-item .info a { font-size: 12px; color: #f0f0f2; font-family: Arial, sans-serif; font-weight: 700; }
.merch-item .info .price { font-size: 11px; color: #ff6b1a; font-family: Arial, sans-serif; font-weight: 700; }
.newsletter p { font-family: Arial, sans-serif; font-size: 12px; color: #9a9aa2; line-height: 1.6; margin: 0 0 12px; }
.newsletter .inp { display: flex; border: 1px solid #26262b; }
.newsletter input { background: none; border: none; color: #f0f0f2; padding: 8px 10px; font-family: Arial, sans-serif; font-size: 12px; flex: 1; }
.newsletter button { background: #ff6b1a; border: none; color: #0a0a0c; font-family: Arial, sans-serif; font-size: 11px; font-weight: 900; padding: 8px 16px; letter-spacing: 0.5px; text-transform: uppercase; cursor: pointer; }

.widget ul { list-style: none; padding: 0; margin: 0; font-family: Arial, sans-serif; font-size: 12px; color: #9a9aa2; }
.widget ul li { padding: 6px 0; border-bottom: 1px solid #17171a; }

/* Footer */
footer.site-footer {
  border-top: 1px solid #1a1a1e; padding: 26px 32px; display: flex; justify-content: space-between;
  flex-wrap: wrap; gap: 12px;
  font-family: Arial, sans-serif; font-size: 11px; color: #6a6a72;
}

/* Single post / archive pages */
.content-page { padding: 32px; max-width: 760px; }
.content-page h1 { font-size: 34px; line-height: 1.2; margin: 10px 0 16px; font-weight: 900; letter-spacing: -0.8px; color: #f8f8f9; }
.content-page .meta { font-family: Arial, sans-serif; font-size: 12px; color: #6a6a72; margin-bottom: 24px; }
.content-page .body { font-family: Arial, sans-serif; font-size: 16px; line-height: 1.8; color: #d5d5d9; }
.content-page .body p { margin: 0 0 20px; }
.content-page img { margin: 20px 0; border: 1px solid #1a1a1e; }
.archive-title { padding: 32px 32px 0; font-family: Arial, sans-serif; font-size: 12px; letter-spacing: 2px; color: #ff6b1a; text-transform: uppercase; font-weight: 900; }

.pagination { display: flex; gap: 12px; padding: 24px 32px; font-family: Arial, sans-serif; font-size: 12px; }
.pagination a { color: #ff6b1a; border: 1px solid #26262b; padding: 6px 14px; font-weight: 700; }

/* ===== Responsive breakpoints ===== */
@media (max-width: 900px) {
  header.site-header { padding: 16px 20px; gap: 10px; }
  .logo { font-size: 20px; letter-spacing: -0.3px; }
  nav.main-nav ul { gap: 14px; font-size: 10px; flex-wrap: wrap; }
  .search-box { display: none; }

  .topbar { padding: 6px 0; font-size: 9px; }
  .topbar .live { padding-left: 16px; }

  .hero { padding: 32px 20px; }
  .hero h1 { font-size: 28px; max-width: 100%; letter-spacing: -0.8px; }
  .hero p { font-size: 13px; max-width: 100%; }
  .hero-image { max-height: 200px; }

  .secondary { grid-template-columns: 1fr; }
  .secondary .item { border-right: none; border-bottom: 1px solid #1a1a1e; }
  .secondary .item:last-child { border-bottom: none; }

  .feed { border-right: none; }
  .row { padding: 16px 20px; gap: 12px; }
  .row h3 { font-size: 15px; }
  .row-thumb { width: 56px; height: 56px; }

  .side { padding: 20px; }

  .content-page { padding: 20px; }
  .content-page h1 { font-size: 26px; }

  footer.site-footer { padding: 20px; flex-direction: column; align-items: flex-start; }
}

@media (max-width: 480px) {
  .logo { font-size: 18px; }
  nav.main-nav ul { gap: 10px; }
  nav.main-nav a { font-size: 9px; }
  .hero h1 { font-size: 24px; }
}
