/*
Theme Name: CVP Theme
Theme URI: https://chrisvinylpicks.com
Author: Chris VinylPicks
Author URI: https://chrisvinylpicks.com
Description: A high-conversion WordPress Theme optimized for CVP Theme, music reviews & Amazon affiliate monetization.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: music, blog, affiliate, vinyl, e-commerce, custom-colors, responsive-layout, dark-mode, grid-layout
Text Domain: cvp-theme
*/

@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,500;0,600;0,700&family=Lato:ital,wght@0,400;0,500;0,700;1,400&display=swap');


/* About Page CSS */
body .vv-about-wrapper { max-width: 800px; margin: 40px auto; font-family: var(--vv-font-body); color: var(--vv-text); line-height: 1.8; }
body .vv-about-card { background: var(--vv-card); border: 1px solid var(--vv-border); border-radius: 16px; overflow: hidden; box-shadow: 0 20px 40px -15px rgba(0, 0, 0, 0.5); position: relative; }
body .vv-about-hero { display: grid; grid-template-columns: 240px 1fr; gap: 40px; padding: 48px; align-items: center; border-bottom: 1px solid var(--vv-border); position: relative; background: radial-gradient(circle at top right, rgba(245, 158, 11, 0.03), transparent 70%); }
body .vv-about-avatar-container { text-align: center; position: relative; width: 100%; height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; }
body .vv-about-avatar-ring { width: 150px; height: 150px; border-radius: 50%; background: var(--vv-accent); padding: 4px; box-shadow: 0 10px 30px -5px rgba(217, 119, 6, 0.3); position: relative; z-index: 2; }
body .vv-about-avatar { width: 100%; height: 100%; object-fit: cover; border-radius: 50%; border: 4px solid var(--vv-card); }
body .vv-about-vinyl-deco { position: absolute; width: 140px; height: 140px; background: #090b0e; border-radius: 50%; border: 1px solid var(--vv-border); top: calc(50% - 70px); left: calc(50% - 70px); z-index: 1; transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1), rotate 0.6s ease; background-image: radial-gradient(circle, #090b0e 18%, transparent 19%), radial-gradient(circle, transparent 38%, #1a202c 39%, #1a202c 40%, transparent 41%), radial-gradient(circle, transparent 58%, #2d3748 59%, #2d3748 60%, transparent 61%), radial-gradient(circle, var(--vv-accent) 8%, var(--vv-accent) 17%, #090b0e 18%); box-shadow: inset 0 0 15px rgba(0,0,0,0.9); }
body .vv-about-hero:hover .vv-about-vinyl-deco { transform: translateX(35px) rotate(180deg); }
body .vv-about-badge { display: inline-block; margin-top: 16px; font-size: 0.72rem; font-weight: 800; color: var(--vv-accent); background: var(--vv-card); border: 1px solid var(--vv-border); padding: 4px 14px; border-radius: 9999px; text-transform: uppercase; letter-spacing: 0.08em; }
body .vv-about-header h1 { font-size: 2.25rem; font-weight: 900; color: var(--vv-text); margin: 0 0 4px 0; letter-spacing: -0.03em; }
body .vv-about-header h1 span { font-size: 1.1rem; font-weight: 500; color: var(--vv-muted); letter-spacing: 0; margin-left: 8px; }
body .vv-about-subtitle { font-size: 1.05rem; font-weight: 700; color: var(--vv-accent); text-transform: uppercase; letter-spacing: 0.05em; margin: 0 0 16px 0; }
body .vv-about-bio { font-size: 1.05rem; color: var(--vv-muted); margin: 0; }
body .vv-about-body { padding: 48px; background: var(--vv-bg); }
body .vv-about-quote-box { background: var(--vv-card); border-left: 4px solid var(--vv-accent); padding: 24px 28px; border-radius: 0 12px 12px 0; margin-bottom: 32px; border-top: 1px solid var(--vv-border); border-right: 1px solid var(--vv-border); border-bottom: 1px solid var(--vv-border); }
body .vv-about-quote-text { font-size: 1.1rem; font-style: italic; font-weight: 600; color: var(--vv-text); margin: 0 0 8px 0; }
body .vv-about-quote-author { font-size: 0.8rem; color: var(--vv-muted); font-weight: 800; text-transform: uppercase; letter-spacing: 0.06em; }
body .vv-about-paragraphs p { margin: 0 0 20px 0; color: var(--vv-text); font-size: 1.02rem; }
body .vv-about-social-card { background: var(--vv-card); border: 1px solid var(--vv-border); border-radius: 12px; padding: 28px; margin-top: 40px; box-shadow: inset 0 1px 0 rgba(255,255,255,0.03); }
body .vv-about-social-title { font-size: 1.15rem; font-weight: 800; color: var(--vv-text); margin: 0 0 6px 0; }
body .vv-about-social-desc { font-size: 0.92rem; color: var(--vv-muted); margin: 0 0 20px 0; }
body .vv-about-social-buttons { display: flex; gap: 12px; flex-wrap: wrap; }
@media (max-width: 768px) {
  body .vv-about-wrapper { margin: 20px 12px; }
  body .vv-about-hero { grid-template-columns: 1fr; gap: 24px; padding: 32px 20px; text-align: center; }
  body .vv-about-avatar-ring { width: 130px; height: 130px; }
  body .vv-about-vinyl-deco { display: none; }
  body .vv-about-header h1 { font-size: 1.8rem; }
  body .vv-about-header h1 span { display: block; margin-top: 4px; margin-left: 0; }
  body .vv-about-body { padding: 32px 20px; }
  body .vv-about-quote-box { padding: 18px; }
  body .vv-about-quote-text { font-size: 1rem; }
  body .vv-about-social-card { padding: 20px; }
  body .vv-about-social-buttons { justify-content: center; }
}
 
/* Contact Page CSS */
body .vv-contact-wrapper { max-width: 900px; margin: 40px auto; font-family: var(--vv-font-body); color: var(--vv-text); line-height: 1.6; }
body .vv-contact-grid { display: grid; grid-template-columns: 1fr 1.25fr; gap: 40px; }
body .vv-contact-info-card { background: var(--vv-card); border: 1px solid var(--vv-border); border-radius: 16px; padding: 36px; display: flex; flex-direction: column; justify-content: space-between; box-shadow: 0 15px 35px -10px rgba(0,0,0,0.5); background-image: radial-gradient(circle at bottom left, rgba(245, 158, 11, 0.03), transparent 70%); }
body .vv-contact-info-header h2 { font-size: 1.75rem; font-weight: 900; color: var(--vv-text); margin: 0 0 12px 0; letter-spacing: -0.02em; }
body .vv-contact-info-header p { font-size: 0.95rem; color: var(--vv-muted); margin: 0 0 28px 0; }
body .vv-contact-details { display: flex; flex-direction: column; gap: 24px; }
body .vv-contact-item { display: flex; align-items: flex-start; gap: 16px; }
body .vv-contact-icon-wrapper { background: var(--vv-card); border: 1px solid var(--vv-border); border-radius: 10px; padding: 10px; color: var(--vv-accent); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
body .vv-contact-item-text h4 { font-size: 0.75rem; font-weight: 800; color: var(--vv-accent); text-transform: uppercase; letter-spacing: 0.06em; margin: 0 0 4px 0; }
body .vv-contact-item-text p, body .vv-contact-item-text a { font-size: 0.95rem; color: var(--vv-text); margin: 0; text-decoration: none; transition: color 0.2s; }
body .vv-contact-item-text a:hover { color: var(--vv-accent); text-decoration: underline; }
body .vv-contact-social-section { border-top: 1px solid var(--vv-border); padding-top: 24px; margin-top: 32px; }
body .vv-contact-social-title { font-size: 0.75rem; font-weight: 800; color: var(--vv-muted); text-transform: uppercase; letter-spacing: 0.08em; margin: 0 0 16px 0; }
body .vv-contact-social-buttons { display: flex; gap: 12px; flex-wrap: wrap; }
body .vv-contact-form-card { background: var(--vv-card); border: 1px solid var(--vv-border); border-radius: 16px; padding: 36px; box-shadow: 0 15px 35px -10px rgba(0,0,0,0.5); }
body .vv-contact-form { display: flex; flex-direction: column; gap: 20px; }
body .vv-form-group { display: flex; flex-direction: column; gap: 6px; }
body .vv-form-label { font-size: 0.82rem; font-weight: 700; color: var(--vv-text); letter-spacing: -0.01em; }
body .vv-form-input, body .vv-form-select, body .vv-form-textarea { width: 100%; background: var(--vv-bg); border: 1px solid var(--vv-border); color: var(--vv-text); padding: 12px 16px; border-radius: 10px; font-size: 0.9rem; outline: none; box-sizing: border-box; transition: all 0.2s ease; }
body .vv-form-input:focus, body .vv-form-select:focus, body .vv-form-textarea:focus { border-color: var(--vv-accent); box-shadow: 0 0 0 3px rgba(245, 158, 11, 0.15); }
body .vv-form-select { cursor: pointer; appearance: none; background-repeat: no-repeat; background-position: right 16px center; padding-right: 40px; }
body .vv-form-submit-btn { background: var(--vv-accent); color: var(--vv-bg); font-weight: 800; font-size: 0.95rem; border: none; padding: 14px 28px; border-radius: 10px; cursor: pointer; transition: all 0.2s ease; display: inline-flex; align-items: center; justify-content: center; gap: 8px; }
body .vv-form-submit-btn:hover { background: var(--vv-accent); transform: translateY(-1px); box-shadow: 0 4px 12px rgba(217, 119, 6, 0.3); }
body .vv-form-submit-btn:active { transform: translateY(0); }
@media (max-width: 768px) {
  body .vv-contact-wrapper { margin: 20px 12px; }
  body .vv-contact-grid { grid-template-columns: 1fr; gap: 28px; }
}


:root {
  --vv-bg: #09090b;
  --vv-card: #18181b;
  --vv-sidebar: #09090b;
  --vv-text: #fafafa;
  --vv-muted: #a1a1aa;
  --vv-border: #27272a;
  --vv-accent: #f59e0b;
  --vv-accent-hover: #f59e0bdd;
  --vv-font-heading: 'Lora', sans-serif;
  --vv-font-body: 'Lato', system-ui, -apple-system, sans-serif;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  background-color: var(--vv-bg);
  color: var(--vv-text);
  font-family: var(--vv-font-body);
  line-height: 1.6;
  font-size: 14.5px;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--vv-font-heading);
  color: var(--vv-text);
  line-height: 1.25;
  margin-bottom: 0.6rem;
  letter-spacing: 0.02em;
}

h1 { font-size: 1.85rem; font-weight: 700; }
h2 { font-size: 1.35rem; font-weight: 700; margin-top: 1.5rem; }
h3 { font-size: 1.1rem; font-weight: 600; }
h4 { font-size: 0.95rem; font-weight: 600; }

a {
  color: var(--vv-accent);
  text-decoration: none;
  transition: color 0.2s ease;
}

a:hover {
  text-decoration: underline;
}

/* Layout Container */
.vv-container {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 1.25rem;
}

/* Header & Navigation */
.vv-header {
  position: relative;
  background: var(--vv-bg);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--vv-border);
  position: sticky;
  top: 0;
  z-index: 100;
  padding: 0.65rem 0;
}

.vv-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.vv-logo {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none !important;
}

.vv-logo:hover {
  text-decoration: none !important;
}

.vv-logo-disc-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--vv-accent), #facc15, #fef08a);
  padding: 2px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  flex-shrink: 0;
}

.vv-logo-disc-inner {
  width: 100%;
  height: 100%;
  background: var(--vv-bg);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.vv-logo-icon {
  width: 20px;
  height: 20px;
  color: var(--vv-accent);
  animation: vv-spin 20s linear infinite;
  display: flex;
  align-items: center;
  justify-content: center;
}

.vv-logo-dot {
  position: absolute;
  width: 6px;
  height: 6px;
  background-color: var(--vv-accent);
  border-radius: 50%;
  border: 1.5px solid var(--vv-bg);
}

@keyframes vv-spin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

.vv-logo-text-group {
  display: flex;
  flex-direction: column;
  line-height: 1.15;
}

.vv-logo-brand {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.vv-logo-title {
  font-family: Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 1.35rem;
  font-weight: 800;
  color: var(--vv-text);
  letter-spacing: -0.02em;
}

.vv-logo-badge {
  display: none !important;
}

.vv-logo-tagline {
  font-size: 0.7rem;
  color: var(--vv-muted);
  margin: 0.15rem 0 0 0;
  font-weight: 500;
  display: none;
}

@media (min-width: 640px) {
  .vv-logo-tagline {
    display: block;
  }
}

.lucide {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 2;
  stroke: currentColor;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  vertical-align: middle;
}

.vv-nav-list {
  display: flex;
  list-style: none;
  gap: 1.25rem;
}

.vv-nav-list a {
  color: var(--vv-text);
  font-weight: 600;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.vv-nav-list a:hover {
  color: var(--vv-accent);
  text-decoration: none;
}

/* Main Layout Grid */
.vv-main-layout {
  display: block;
  grid-template-columns: 1fr;
  gap: 2rem;
  padding: 0.75rem 0 2.5rem 0;
  max-width: 850px;
  margin: 0 auto;
}

.vv-content {
  width: 100%;
  max-width: 850px;
  margin: 0 auto;
}

/* Collapsed Table of Contents Box */
.vv-toc-box {
  background: var(--vv-card);
  border: 1px solid var(--vv-border);
  border-radius: 14px;
  padding: 0.85rem 1.1rem;
  margin-bottom: 2rem;
}

.vv-toc-box summary {
  cursor: pointer;
  font-weight: 700;
  color: var(--vv-text);
  outline: none;
  user-select: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
}

.vv-toc-box summary::-webkit-details-marker,
.vv-toc-box summary::marker {
  display: none !important;
}

.vv-toc-box a {
  transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.15s ease !important;
}

.vv-toc-box a:hover {
  border-color: var(--vv-accent) !important;
  opacity: 0.95;
  transform: translateY(-1px);
}

@media (max-width: 900px) {
  .vv-main-layout {
    grid-template-columns: 1fr;
  }
}

/* Single Article Header */
.vv-article-header {
  margin-bottom: 2rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid var(--vv-border);
}

.vv-badge {
  display: inline-block;
  background: rgba(245, 158, 11, 0.15);
  color: var(--vv-accent);
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 0.2rem 0.65rem;
  border-radius: 9999px;
  border: 1px solid rgba(245, 158, 11, 0.3);
  margin-bottom: 0.75rem;
}

.vv-article-title {
  font-size: 2.0rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
  line-height: 1.2;
}

.vv-article-meta {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  color: var(--vv-muted);
  font-size: 0.825rem;
}

/* FTC Disclaimer Banner */
.vv-ftc-banner {
  background: transparent;
  border-left: 2px solid var(--vv-accent);
  padding: 0.25rem 0.65rem;
  margin-bottom: 1.25rem;
  font-size: 0.75rem;
  color: var(--vv-muted);
  opacity: 0.75;
  font-style: italic;
}

/* Key Takeaways Box */
.vv-takeaways-box {
  background: var(--vv-card);
  border: 1px solid var(--vv-border);
  border-radius: 0.85rem;
  padding: 1.25rem;
  margin-bottom: 2rem;
  box-shadow: 0 8px 20px -5px rgba(0,0,0,0.15);
}

.vv-takeaways-title {
  font-size: 1.0rem;
  font-weight: 700;
  color: var(--vv-accent);
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.vv-takeaways-list {
  list-style: none;
}

.vv-takeaways-list li {
  position: relative;
  padding-left: 1.35rem;
  margin-bottom: 0.4rem;
  color: var(--vv-text);
  font-size: 0.9rem;
}

.vv-takeaways-list li::before {
  content: "⚡";
  position: absolute;
  left: 0;
  top: 0;
}

/* Homepage & Category Grid Cards - Clean Set-Height Boundaries */
.vv-posts-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1.25rem;
  width: 100%;
  box-sizing: border-box;
}

@media (min-width: 640px) {
  .vv-posts-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .vv-posts-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.vv-grid-card {
  background: var(--vv-card);
  border: 1px solid var(--vv-border);
  border-radius: 0.85rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 385px; /* Explicit set height constraint */
  max-height: 385px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.15);
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
  box-sizing: border-box;
}

.vv-grid-card:hover {
  transform: translateY(-3px);
  border-color: var(--vv-accent);
  box-shadow: 0 10px 25px rgba(0,0,0,0.3);
}

.vv-card-thumb-wrap {
  position: relative;
  width: 100%;
  height: 160px; /* Fixed height for image container */
  max-height: 160px;
  overflow: hidden;
  background: #09090b;
  flex-shrink: 0;
}

.vv-card-thumb-img {
  width: 100% !important;
  height: 160px !important;
  max-height: 160px !important;
  object-fit: cover !important;
  display: block;
  transition: transform 0.3s ease;
  border-radius: 0 !important;
  margin: 0 !important;
}

.vv-grid-card:hover .vv-card-thumb-img {
  transform: scale(1.05);
}

.vv-card-badge {
  display: none !important;
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  z-index: 2;
  font-size: 0.7rem;
  padding: 0.2rem 0.6rem;
  border-radius: 0.35rem;
  background: rgba(15, 23, 42, 0.88);
  color: var(--vv-accent);
  border: 1px solid var(--vv-accent);
  font-weight: 800;
  text-transform: uppercase;
  backdrop-filter: blur(4px);
}

.vv-card-content {
  padding: 1.15rem;
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  overflow: hidden;
  box-sizing: border-box;
}

.vv-card-title {
  font-size: 1.1rem;
  font-weight: 800;
  line-height: 1.3;
  margin: 0 0 0.4rem 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 2.7em;
}

.vv-card-title a {
  color: inherit;
  text-decoration: none;
  transition: color 0.15s ease;
}

.vv-card-title a:hover {
  color: var(--vv-accent);
}

.vv-card-excerpt {
  font-size: 0.85rem;
  color: var(--vv-muted);
  line-height: 1.45;
  margin-bottom: 0.75rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 4.6em;
}

.vv-card-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.75rem;
  color: var(--vv-muted);
  padding-top: 0.65rem;
  border-top: 1px solid var(--vv-border);
  margin-top: auto;
  flex-shrink: 0;
}

.vv-read-more {
  color: var(--vv-accent);
  font-weight: 700;
  text-decoration: none;
  font-size: 0.8rem;
}

.vv-read-more:hover {
  text-decoration: underline;
}

/* Vinyl Album Review Cards - Side by Side Layout */
.vv-record-card, .vv-vinyl-card {
  background: var(--vv-card);
  border: 1px solid var(--vv-border);
  border-radius: 1rem;
  padding: 1.35rem;
  margin-bottom: 2rem;
  position: relative;
  box-shadow: 0 10px 25px -8px rgba(0,0,0,0.2);
}

.vv-card-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
  align-items: flex-start;
}

.vv-album-art-wrap, .vv-album-cover-col {
  flex: 0 0 210px;
  max-width: 100%;
}

.vv-album-info-col {
  flex: 1;
  min-width: 240px;
}

@media (max-width: 600px) {
  .vv-card-grid {
    flex-direction: column;
  }
  .vv-album-art-wrap, .vv-album-cover-col {
    flex: 0 0 100%;
    width: 100%;
  }
}

.vv-album-art-wrap {
  position: relative;
  aspect-ratio: 1/1;
  border-radius: 0.65rem;
  overflow: hidden;
  background: #000;
  border: 1px solid var(--vv-border);
}

.vv-album-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.vv-rank-badge {
  position: absolute;
  top: 0.6rem;
  left: 0.6rem;
  background: var(--vv-accent);
  color: #09090b;
  font-weight: 800;
  font-size: 0.75rem;
  padding: 0.2rem 0.5rem;
  border-radius: 0.4rem;
  box-shadow: 0 4px 8px rgba(0,0,0,0.3);
}

.vv-album-header {
  margin-bottom: 0.75rem;
}

.vv-album-title {
  font-size: 1.35rem;
  font-weight: 700;
  margin-bottom: 0.2rem;
}

.vv-album-artist {
  font-size: 0.95rem;
  color: var(--vv-accent);
  font-weight: 700;
}

.vv-meta-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin: 0.6rem 0;
}

.vv-pill {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--vv-border);
  padding: 0.15rem 0.5rem;
  border-radius: 0.35rem;
  font-size: 0.725rem;
  color: var(--vv-muted);
}

/* Amazon Buy Button CTA */
.vv-buy-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  background: var(--vv-accent);
  color: #09090b !important;
  font-weight: 800;
  font-size: 0.825rem;
  padding: 0.65rem 1.25rem;
  border-radius: 0.65rem;
  margin-top: 1rem;
  box-shadow: 0 6px 16px rgba(0,0,0,0.3);
  transition: all 0.2s ease;
  text-decoration: none !important;
  cursor: pointer;
}

.vv-buy-btn:hover {
  transform: translateY(-2px);
  filter: brightness(1.1);
  box-shadow: 0 10px 20px rgba(0,0,0,0.4);
}

/* Post Tag Chips */
.vv-post-tags {
  margin-top: 2rem;
  padding-top: 1rem;
  border-top: 1px solid var(--vv-border);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.4rem;
}

.vv-tag-chip {
  background: var(--vv-card);
  color: var(--vv-text);
  border: 1px solid var(--vv-border);
  padding: 0.2rem 0.6rem;
  border-radius: 9999px;
  font-size: 0.725rem;
  font-weight: 600;
}

/* Sidebar Widgets */
.vv-widget {
  background: var(--vv-card);
  border: 1px solid var(--vv-border);
  border-radius: 0.85rem;
  padding: 1.25rem;
  margin-bottom: 1.5rem;
}

.vv-widget-title {
  font-size: 1.0rem;
  font-weight: 700;
  margin-bottom: 0.85rem;
  padding-bottom: 0.4rem;
  border-bottom: 2px solid var(--vv-accent);
}

/* Sticky Bottom Mobile Bar */
.vv-mobile-bar {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--vv-card);
  border-top: 1px solid var(--vv-border);
  padding: 0.6rem 0.85rem;
  z-index: 99;
  box-shadow: 0 -8px 20px rgba(0,0,0,0.3);
}

@media (max-width: 640px) {
  
}

/* Footer */
.vv-footer {
  background: var(--vv-sidebar);
  color: var(--vv-muted);
  border-top: 1px solid var(--vv-border);
  padding: 2.5rem 0;
  margin-top: 3.5rem;
  font-size: 0.825rem;
}
.vv-footer-socials {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.85rem;
  margin-bottom: 1.25rem;
  flex-wrap: wrap;
}
.vv-social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--vv-card);
  border: 1px solid var(--vv-border);
  color: var(--vv-muted);
  transition: all 0.2s ease;
  text-decoration: none;
}
.vv-social-icon:hover {
  color: var(--vv-accent);
  border-color: var(--vv-accent);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}
.vv-footer-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
  margin-bottom: 1rem;
  flex-wrap: wrap;
}
.vv-footer-link {
  color: var(--vv-muted);
  text-decoration: none;
  font-weight: 600;
  font-size: 0.825rem;
  transition: color 0.2s ease;
}
.vv-footer-link:hover {
  color: var(--vv-accent);
  text-decoration: underline;
}

/* Split Header Controls */
.vv-mobile-header {
  display: none !important;
}
.vv-desktop-header {
  display: block !important;
}

/* Custom Audio Player Aesthetics for Standard <audio> controls */
audio {
  height: 44px;
  border-radius: 9999px;
  background: transparent;
  outline: none;
  width: 100%;
  max-width: 100%;
  filter: invert(1) hue-rotate(180deg) !important;
}

/* Mobile Layout Adjustments */
@media (max-width: 640px) {
  .vv-grid-card {
    height: auto !important;
    max-height: none !important;
  }
  .vv-mobile-header {
    display: block !important;
    margin-bottom: 1.25rem !important;
    border-bottom: 1px solid var(--vv-border) !important;
    padding-bottom: 0.75rem !important;
  }
  .vv-desktop-header {
    display: none !important;
  }
  .vv-record-flex {
    flex-direction: column !important;
  }
  .vv-album-column {
    margin: 0 auto !important;
    width: 80% !important;
    max-width: 80% !important;
    flex: 0 0 80% !important;
  }
  .vv-album-column img {
    width: 100% !important;
    aspect-ratio: 1/1 !important;
    object-fit: cover !important;
  }
  .vv-album-column .wp-block-button,
  .vv-album-column .wp-block-buttons,
  .vv-album-column a {
    width: 100% !important;
    display: block !important;
    box-sizing: border-box !important;
  }
  .vv-audio-row {
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 0.5rem !important;
    padding-bottom: 0.65rem !important;
  }
  .vv-audio-row audio {
    width: 100% !important;
    max-width: 100% !important;
    height: 44px !important;
  }
  .vv-album-art-wrap, .vv-album-cover-col {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
  }
  .vv-album-art-wrap img, .vv-album-cover-col img, .wp-block-image img {
    width: 100% !important;
    aspect-ratio: 1/1 !important;
    object-fit: cover !important;
  }
  .vv-buy-btn, .vv-album-cover-col .vv-buy-btn, .vv-album-cover-col .wp-block-button {
    display: inline-flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: auto !important;
    max-width: 240px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
  }
  .vv-mobile-repeat-buy-btn {
    display: inline-flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: auto !important;
    max-width: 240px !important;
    margin-top: 0.85rem !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
  }
}
@media (min-width: 641px) {
  .vv-mobile-repeat-buy-btn {
    display: none !important;
  }
}

/* Back to Top Floating Button */
.vv-back-to-top {
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--vv-accent);
  color: #09090b;
  border: 2px solid var(--vv-border);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 999;
  font-size: 1.25rem;
  font-weight: 900;
  text-decoration: none !important;
}
.vv-back-to-top.visible {
  opacity: 1;
  visibility: visible;
}
.vv-back-to-top:hover {
  transform: translateY(-3px) scale(1.05);
  filter: brightness(1.1);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.5);
}
@media (max-width: 640px) {
  .vv-back-to-top {
    bottom: 4.5rem;
    right: 1rem;
    width: 40px;
    height: 40px;
  }
}

/* Gutenberg Block Styling */
.entry-content, .vv-entry-content, .wp-block-post-content {
  color: var(--vv-text);
  font-family: var(--vv-font-body);
  line-height: 1.65;
  font-size: 14.5px;
}

.wp-block-image {
  margin: 1.5rem 0;
}

.wp-block-image img {
  max-width: 100%;
  height: auto;
  border-radius: 0.65rem;
  box-shadow: 0 8px 20px -5px rgba(0,0,0,0.3);
  display: block;
}

.wp-block-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin: 1.25rem 0;
}

.wp-block-button__link {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: var(--vv-accent) !important;
  color: #09090b !important;
  font-weight: 800 !important;
  font-size: 0.825rem !important;
  padding: 0.65rem 1.35rem !important;
  border-radius: 0.65rem !important;
  text-decoration: none !important;
  transition: all 0.2s ease !important;
  box-shadow: 0 6px 16px rgba(0,0,0,0.3) !important;
  border: none !important;
}

.wp-block-button__link:hover {
  transform: translateY(-2px);
  filter: brightness(1.1);
  opacity: 0.95;
}

.wp-block-group {
  margin-bottom: 1.75rem;
  border-radius: 0.65rem;
}

.wp-block-quote, blockquote {
  border-left: 3px solid var(--vv-accent) !important;
  padding: 0.85rem 1.1rem !important;
  margin: 1.5rem 0 !important;
  background: var(--vv-card) !important;
  border-radius: 0 0.4rem 0.4rem 0 !important;
  font-style: italic;
  color: var(--vv-text);
  font-size: 0.95rem;
}

.wp-block-separator, hr {
  border: none !important;
  border-top: 1px solid var(--vv-border) !important;
  margin: 2rem 0 !important;
}

audio {
  border-radius: 0.4rem;
  margin-top: 0.25rem;
}

/* Prevent duplicate post headers if pasted raw-post HTML contains one inside the main content */
.vv-entry-content .vinylvault-article > div:first-child,
.vv-entry-content .vinylvault-article h1,
.vv-entry-content h1:first-of-type {
  display: none !important;
}

/* Top Announcement Bar */
.vv-top-banner {
  background: var(--vv-card);
  border-bottom: 1px solid var(--vv-border);
  padding: 0.4rem 0;
  font-size: 0.75rem;
  color: var(--vv-muted);
}

.vv-top-banner-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.vv-top-banner-text {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 600;
  color: var(--vv-text);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vv-top-banner-badge {
  background: rgba(245, 158, 11, 0.2);
  color: var(--vv-accent);
  border: 1px solid rgba(245, 158, 11, 0.3);
  font-size: 0.65rem;
  font-weight: 800;
  padding: 0.1rem 0.4rem;
  border-radius: 9999px;
  text-transform: uppercase;
  flex-shrink: 0;
}

/* Header Search Form */
.vv-header-search {
  position: relative;
  display: flex;
  align-items: center;
}

.vv-search-form {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  background: var(--vv-bg);
  border: 1px solid var(--vv-border);
  border-radius: 0.6rem;
  padding: 0.25rem 0.5rem;
  transition: border-color 0.2s ease;
}

.vv-search-form:focus-within {
  border-color: var(--vv-accent);
}

.vv-search-input {
  background: transparent;
  border: none;
  outline: none;
  color: var(--vv-text);
  font-size: 0.8rem;
  width: 140px;
}

@media (min-width: 1024px) {
  .vv-search-input {
    width: 180px;
  }
}

.vv-search-btn {
  background: transparent;
  border: none;
  color: var(--vv-muted);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.2rem;
  transition: color 0.2s ease;
}

.vv-search-btn:hover {
  color: var(--vv-accent);
}

/* Desktop Dropdown & Mega Menu */
.vv-nav-item {
  position: relative;
}

.vv-nav-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 200px;
  background: var(--vv-card);
  border: 1px solid var(--vv-border);
  border-radius: 0.75rem;
  padding: 0.5rem;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.2s ease;
  z-index: 200;
  list-style: none;
}

.vv-nav-item:hover .vv-nav-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.vv-dropdown-item a {
  display: block;
  padding: 0.4rem 0.75rem;
  border-radius: 0.4rem;
  font-size: 0.8rem;
  text-transform: none;
  color: var(--vv-text);
}

.vv-dropdown-item a:hover {
  background: rgba(255, 255, 255, 0.05);
  color: var(--vv-accent);
}

/* Desktop Mega Menu Directory Panel */
.vv-mega-toggle-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.45rem 0.75rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--vv-border);
  border-radius: 0.6rem;
  color: var(--vv-text);
  font-size: 0.75rem;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.2s ease;
}

.vv-mega-toggle-btn:hover, .vv-mega-toggle-btn.active {
  background: var(--vv-accent);
  color: #0f172a;
  border-color: var(--vv-accent);
}

.vv-desktop-mega-panel {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: var(--vv-card);
  border-bottom: 2px solid var(--vv-accent);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
  padding: 1.5rem 0;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  transform: translateY(-10px);
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  z-index: 150;
}

.vv-desktop-mega-panel.active {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  transform: translateY(0) !important;
}

.vv-mega-panel-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 1.5rem;
}

.vv-mega-column-title {
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--vv-accent);
  margin-bottom: 0.75rem;
  padding-bottom: 0.35rem;
  border-bottom: 1px solid var(--vv-border);
}

.vv-mega-genre-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.4rem;
}

.vv-mega-genre-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.4rem 0.6rem;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--vv-border);
  border-radius: 0.5rem;
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--vv-text);
  text-decoration: none;
  transition: all 0.15s ease;
}

.vv-mega-genre-card:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: var(--vv-accent);
  color: var(--vv-accent);
}

.vv-mega-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.vv-mega-links a {
  display: block;
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--vv-text);
  text-decoration: none;
  padding: 0.3rem 0;
  transition: color 0.15s ease;
}

.vv-mega-links a:hover {
  color: var(--vv-accent);
}

@media (max-width: 860px) {
  .vv-mega-toggle-btn, .vv-desktop-mega-panel {
  display: none;
    display: none !important;
  }
}

/* Mobile Hamburger Toggle & Mobile Mega Menu Drawer */
.vv-mobile-toggle {
  display: none;
  background: transparent;
  border: 1px solid var(--vv-border);
  color: var(--vv-text);
  padding: 0.4rem 0.6rem;
  border-radius: 0.5rem;
  cursor: pointer;
}

@media (max-width: 860px) {
  .vv-nav, .vv-header-search-desktop {
    display: none !important;
  }
  .vv-mobile-toggle {
    display: flex;
    align-items: center;
    gap: 0.4rem;
  }
}

.vv-mobile-drawer-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.75);
  backdrop-filter: blur(6px);
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.vv-mobile-drawer-overlay.active {
  opacity: 1;
  visibility: visible;
}

.vv-mobile-drawer {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 320px;
  max-width: 88vw;
  background: var(--vv-card);
  border-left: 1px solid var(--vv-border);
  z-index: 1000;
  transform: translateX(100%);
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  padding: 1.25rem;
  box-shadow: -10px 0 30px rgba(0, 0, 0, 0.5);
}

.vv-mobile-drawer.active {
  transform: translateX(0);
}

.vv-mobile-drawer-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--vv-border);
  margin-bottom: 1rem;
}

.vv-mobile-drawer-close {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid var(--vv-border);
  color: var(--vv-text);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.vv-mobile-search-box {
  margin-bottom: 1.25rem;
}

.vv-mobile-section {
  margin-bottom: 1.25rem;
}

.vv-mobile-section-title {
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--vv-accent);
  margin-bottom: 0.6rem;
}

.vv-mobile-link-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.vv-mobile-link-list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 0.75rem;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--vv-border);
  border-radius: 0.5rem;
  color: var(--vv-text);
  font-size: 0.85rem;
  font-weight: 600;
  text-decoration: none;
}

.vv-mobile-link-list a:hover {
  background: rgba(255, 255, 255, 0.08);
  color: var(--vv-accent);
}

/* Static Page Container */
.vv-page-card {
  background: var(--vv-card);
  border: 1px solid var(--vv-border);
  border-radius: 1rem;
  padding: 2rem;
  margin-bottom: 2rem;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

/* Related Posts Section */
.vv-related-posts-section {
  margin-top: 3.5rem;
  padding-top: 2.5rem;
  border-top: 1px solid var(--vv-border);
}
.vv-related-posts-title {
  font-size: 1.5rem;
  font-weight: 800;
  font-family: var(--vv-font-heading);
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.vv-related-posts-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
}
@media (max-width: 1024px) {
  .vv-related-posts-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .vv-related-posts-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
  }
}
@media (max-width: 640px) {
  .vv-related-posts-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
  }
  .vv-related-card {
    height: 230px !important;
  }
  .vv-related-card-thumb {
    height: 90px !important;
  }
  .vv-related-card-content {
    padding: 0.65rem !important;
  }
  .vv-related-card-title {
    font-size: 0.8rem !important;
  }
}
.vv-related-card {
  background: var(--vv-card);
  border: 1px solid var(--vv-border);
  border-radius: 0.75rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.vv-related-card-thumb {
  height: 130px;
  position: relative;
  overflow: hidden;
  background: #18181b;
}
.vv-related-card-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.vv-related-card-thumb img:hover {
  transform: scale(1.05);
}
.vv-related-card-content {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: space-between;
}
.vv-related-card-title {
  font-size: 0.95rem;
  font-weight: 700;
  margin: 0 0 0.5rem 0;
  line-height: 1.4;
  font-family: var(--vv-font-heading);
}
.vv-related-card-title a {
  color: var(--vv-text);
  text-decoration: none;
}
.vv-related-card-title a:hover {
  color: var(--vv-accent);
}
.vv-related-card-link {
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--vv-accent);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  margin-top: auto;
}
