/*
Theme Name: MusicTech Classic
Theme URI: https://musictech.com/theme
Author: MusicTech
Author URI: https://musictech.com
Description: A dark, modern WordPress theme for music technology gear reviews, news, and buyer's guides. Inspired by MusicTech magazine with bold typography, cyan accent colors, and immersive layouts.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: musictech
Tags: news, blog, dark, music, technology, responsive, custom-menu, custom-logo, threaded-comments, translation-ready
*/

/* ============================
   CSS RESET & BASE
   ============================ */
*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    font-size: 16px;
    scroll-behavior: smooth;
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    background-color: #0a0a0a;
    color: #e0e0e0;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

a {
    color: #00d4ff;
    text-decoration: none;
    transition: color 0.2s ease;
}

a:hover {
    color: #66e5ff;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    line-height: 1.2;
    color: #ffffff;
}

p {
    margin-bottom: 1rem;
}

ul, ol {
    list-style: none;
}

/* ============================
   LAYOUT & CONTAINER
   ============================ */
.container {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.section-light {
    background-color: #ffffff;
    color: #111111;
}

.section-light h2,
.section-light h3,
.section-light h4 {
    color: #111111;
}

.section-light a {
    color: #00a3c4;
}

.section-light a:hover {
    color: #007a94;
}

.section-dark {
    background-color: #0a0a0a;
    color: #e0e0e0;
}

.section-dark-alt {
    background-color: #111111;
    color: #e0e0e0;
}

/* ============================
   CATEGORY TAGS
   ============================ */
.cat-tag {
    display: inline-block;
    background-color: #00d4ff;
    color: #000000;
    font-size: 0.65rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 0.25rem 0.6rem;
    border-radius: 2px;
    margin-bottom: 0.5rem;
    line-height: 1;
}

.cat-tag.reviews {
    background-color: #00d4ff;
}

.cat-tag.buyers-guides {
    background-color: #ff6b35;
}

.cat-tag.guides {
    background-color: #00d4ff;
}

.cat-tag.news {
    background-color: #00d4ff;
}

.cat-tag.industry {
    background-color: #00d4ff;
}

.cat-tag.features {
    background-color: #9b59b6;
}

/* ============================
   TOP BAR & NAVIGATION
   ============================ */
.top-bar {
    background-color: #0a0a0a;
    border-bottom: 1px solid #222;
    padding: 0.5rem 0;
}

.top-bar .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.top-tabs {
    display: flex;
    gap: 0.5rem;
}

.top-tab {
    display: inline-block;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 0.3rem 0.75rem;
    border-radius: 2px;
    color: #ffffff;
    transition: all 0.2s ease;
}

.top-tab:hover {
    opacity: 0.9;
}

.top-tab.tab-gear {
    background-color: #00d4ff;
    color: #000;
}

.top-tab.tab-industry {
    background-color: #ff6b35;
    color: #fff;
}

.top-tab.tab-news {
    background-color: #9b59b6;
    color: #fff;
}

.site-header {
    background-color: #0a0a0a;
    padding: 1rem 0;
    position: sticky;
    top: 0;
    z-index: 1000;
    border-bottom: 1px solid #222;
}

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

.site-logo {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.site-logo a {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.logo-icon {
    width: 32px;
    height: 32px;
    background: #e91e8c;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    font-weight: 900;
    color: #fff;
    flex-shrink: 0;
}

.logo-text {
    font-size: 1.5rem;
    font-weight: 800;
    color: #ffffff;
    letter-spacing: -0.02em;
}

.logo-text span {
    color: #e91e8c;
}

.main-nav ul {
    display: flex;
    align-items: center;
    gap: 1.75rem;
}

.main-nav a {
    color: #888;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    transition: color 0.2s;
}

.main-nav a:hover,
.main-nav .current-menu-item a {
    color: #ffffff;
}

.search-toggle {
    background: none;
    border: none;
    color: #888;
    cursor: pointer;
    font-size: 1rem;
    padding: 0.25rem;
    transition: color 0.2s;
}

.search-toggle:hover {
    color: #ffffff;
}

/* ============================
   HERO SECTION
   ============================ */
.hero-section {
    background-color: #0a0a0a;
    padding: 2rem 0 3rem;
}

.hero-grid {
    display: grid;
    grid-template-columns: 1fr 380px;
    gap: 2rem;
    align-items: start;
}

.hero-main {
    position: relative;
}

.hero-image {
    width: 100%;
    aspect-ratio: 16/10;
    object-fit: cover;
    border-radius: 4px;
    margin-bottom: 1.25rem;
}

.hero-title {
    font-size: 1.85rem;
    font-weight: 800;
    line-height: 1.15;
    margin-bottom: 0.75rem;
    color: #ffffff;
}

.hero-title a {
    color: #ffffff;
}

.hero-title a:hover {
    color: #00d4ff;
}

.hero-excerpt {
    font-size: 0.9rem;
    color: #aaa;
    line-height: 1.5;
}

.hero-sidebar {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.sidebar-item {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
}

.sidebar-item img {
    width: 100px;
    height: 75px;
    object-fit: cover;
    border-radius: 3px;
    flex-shrink: 0;
}

.sidebar-item-content h4 {
    font-size: 0.85rem;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 0.35rem;
}

.sidebar-item-content h4 a {
    color: #ffffff;
}

.sidebar-item-content h4 a:hover {
    color: #00d4ff;
}

.sidebar-item-meta {
    font-size: 0.7rem;
    color: #888;
}

/* ============================
   SECTION HEADERS
   ============================ */
.section-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.5rem;
    padding-top: 2rem;
}

.section-title {
    font-size: 1.35rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

.view-all {
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #00d4ff;
}

.view-all:hover {
    color: #66e5ff;
}

/* ============================
   TRENDING GEAR
   ============================ */
.trending-section {
    padding-bottom: 2.5rem;
}

.trending-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 1.25rem;
}

.trending-card {
    text-align: center;
}

.trending-card img {
    width: 100%;
    aspect-ratio: 3/4;
    object-fit: cover;
    border-radius: 4px;
    margin-bottom: 0.75rem;
}

.trending-card h4 {
    font-size: 0.8rem;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 0.4rem;
}

.trending-card h4 a {
    color: #111111;
}

.trending-card .cat-tag {
    font-size: 0.55rem;
    padding: 0.2rem 0.5rem;
}

/* ============================
   MORE GEAR NEWS
   ============================ */
.news-section {
    padding-bottom: 2.5rem;
}

.news-list {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.news-item {
    display: flex;
    gap: 1.25rem;
    align-items: flex-start;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #eee;
}

.news-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.news-item img {
    width: 180px;
    height: 120px;
    object-fit: cover;
    border-radius: 3px;
    flex-shrink: 0;
}

.news-item-content h3 {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.35;
    margin-bottom: 0.5rem;
}

.news-item-content h3 a {
    color: #111111;
}

.news-item-content h3 a:hover {
    color: #00a3c4;
}

/* ============================
   GEAR REVIEWS
   ============================ */
.reviews-section {
    padding-bottom: 2.5rem;
}

.reviews-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 1.5rem;
}

.review-card {
    position: relative;
}

.review-card.featured {
    grid-column: span 1;
}

.review-card img {
    width: 100%;
    aspect-ratio: 4/3;
    object-fit: cover;
    border-radius: 4px;
    margin-bottom: 0.75rem;
}

.review-card h3 {
    font-size: 0.95rem;
    font-weight: 700;
    line-height: 1.35;
    margin-bottom: 0.4rem;
}

.review-card h3 a {
    color: #ffffff;
}

.review-card h3 a:hover {
    color: #00d4ff;
}

.review-card .date {
    font-size: 0.75rem;
    color: #888;
}

.review-card .meta-tags {
    display: flex;
    gap: 0.4rem;
    margin-bottom: 0.5rem;
    flex-wrap: wrap;
}

.review-card .meta-tags .cat-tag {
    font-size: 0.55rem;
    padding: 0.15rem 0.4rem;
}

/* ============================
   BUYER'S GUIDES
   ============================ */
.guides-section {
    padding-bottom: 2.5rem;
}

.guides-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.25rem;
}

.guide-card {
    position: relative;
    overflow: hidden;
    border-radius: 4px;
}

.guide-card img {
    width: 100%;
    aspect-ratio: 4/3;
    object-fit: cover;
}

.guide-card-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1rem;
    background: rgba(0,0,0,0.7);
}

.guide-card-overlay .cat-tag {
    margin-bottom: 0.5rem;
}

.guide-card-overlay h4 {
    font-size: 0.85rem;
    font-weight: 700;
    line-height: 1.3;
}

.guide-card-overlay h4 a {
    color: #ffffff;
}

/* ============================
   HOW-TOS
   ============================ */
.howtos-section {
    padding-bottom: 2.5rem;
}

.howtos-list {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.howto-item {
    display: flex;
    gap: 1.25rem;
    align-items: flex-start;
}

.howto-item img {
    width: 220px;
    height: 140px;
    object-fit: cover;
    border-radius: 3px;
    flex-shrink: 0;
}

.howto-item-content h3 {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.35;
    margin-bottom: 0.5rem;
}

.howto-item-content h3 a {
    color: #ffffff;
}

.howto-item-content h3 a:hover {
    color: #00d4ff;
}

/* ============================
   FOOTER
   ============================ */
.newsletter-bar {
    background-color: #1a1a1a;
    border-top: 1px solid #333;
    padding: 1.5rem 0;
}

.newsletter-bar .container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
}

.newsletter-bar p {
    font-size: 0.95rem;
    font-weight: 600;
    color: #ffffff;
    margin: 0;
}

.btn-signup {
    display: inline-block;
    background-color: #00d4ff;
    color: #000000;
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 0.6rem 1.5rem;
    border-radius: 3px;
    border: none;
    cursor: pointer;
    transition: background-color 0.2s;
}

.btn-signup:hover {
    background-color: #66e5ff;
}

.site-footer {
    background-color: #0a0a0a;
    border-top: 1px solid #222;
    padding: 3rem 0 2rem;
}

.footer-logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 2rem;
}

.footer-logo .logo-icon {
    width: 40px;
    height: 40px;
    font-size: 1rem;
    margin-bottom: 0.75rem;
}

.footer-logo .logo-text {
    font-size: 1.75rem;
}

.footer-logo .tagline {
    font-size: 0.8rem;
    color: #888;
    margin-top: 0.5rem;
    text-align: center;
}

.footer-social {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.footer-social a {
    color: #888;
    font-size: 1.1rem;
    transition: color 0.2s;
}

.footer-social a:hover {
    color: #00d4ff;
}

.footer-nav {
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin-bottom: 2rem;
    flex-wrap: wrap;
}

.footer-nav a {
    color: #888;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.footer-nav a:hover {
    color: #ffffff;
}

.footer-bottom {
    text-align: center;
    padding-top: 2rem;
    border-top: 1px solid #222;
}

.footer-bottom p {
    font-size: 0.7rem;
    color: #555;
    margin: 0;
}

/* ============================
   POST / SINGLE PAGE
   ============================ */
.single-post .post-header {
    padding: 2rem 0 1.25rem;
}

.single-post .cat-tag {
    margin-bottom: 1rem;
}

.single-post .post-title {
    font-size: 2.5rem;
    font-weight: 800;
    line-height: 1.15;
    margin-bottom: 1.25rem;
    max-width: 900px;
    color: #ffffff;
}

/* Post Meta Bar */
.post-meta-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1rem;
    padding-bottom: 1.25rem;
    border-bottom: 1px solid #222;
}

.post-meta-left {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.author-avatar-small {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    object-fit: cover;
}

.meta-text {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
}

.meta-text .byline {
    font-size: 0.8rem;
    color: #aaa;
}

.meta-text .byline .author-name {
    color: #fff;
    font-weight: 600;
}

.meta-text .posted-on {
    font-size: 0.75rem;
    color: #777;
}

.post-meta-right {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.meta-pill {
    display: inline-block;
    background-color: #1a1a1a;
    border: 1px solid #333;
    color: #aaa;
    font-size: 0.7rem;
    font-weight: 600;
    padding: 0.3rem 0.7rem;
    border-radius: 3px;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    transition: all 0.2s;
}

.meta-pill:hover {
    background-color: #00d4ff;
    border-color: #00d4ff;
    color: #000;
}

.share-buttons {
    display: flex;
    gap: 0.4rem;
    margin-left: 0.5rem;
}

.share-btn {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1a1a1a;
    border: 1px solid #333;
    border-radius: 50%;
    color: #888;
    cursor: pointer;
    transition: all 0.2s;
}

.share-btn:hover {
    background: #00d4ff;
    border-color: #00d4ff;
    color: #000;
}

/* Affiliate Disclosure */
.affiliate-disclosure {
    background-color: #111;
    border: 1px solid #222;
    border-radius: 4px;
    padding: 0.75rem 1rem;
    margin-bottom: 1.5rem;
}

.affiliate-disclosure p {
    font-size: 0.75rem;
    color: #666;
    margin: 0;
    line-height: 1.5;
}

.affiliate-disclosure a {
    color: #00d4ff;
    text-decoration: underline;
}

/* Featured Image */
.post-featured-image {
    margin: 0 0 1.5rem;
}

.post-featured-image img {
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
    border-radius: 4px;
}

.post-featured-image figcaption {
    font-size: 0.7rem;
    color: #666;
    margin-top: 0.4rem;
    text-align: right;
}

/* Post Layout: Main + Sidebar */
.post-layout {
    display: grid;
    grid-template-columns: 1fr 340px;
    gap: 2.5rem;
    margin-bottom: 3rem;
}

.post-main {
    min-width: 0;
}

/* Follow CTA */
.follow-cta {
    background-color: #111;
    border-left: 3px solid #00d4ff;
    padding: 1rem 1.25rem;
    margin-bottom: 1.5rem;
    border-radius: 0 4px 4px 0;
}

.follow-cta p {
    font-size: 0.85rem;
    color: #aaa;
    margin: 0;
    line-height: 1.5;
}

.follow-cta a {
    color: #00d4ff;
    font-weight: 600;
}

/* Post Content */
.post-content {
    font-size: 1.05rem;
    line-height: 1.75;
    color: #d0d0d0;
}

.post-content p {
    margin-bottom: 1.5rem;
}

.post-content h2 {
    font-size: 1.5rem;
    font-weight: 700;
    margin: 2.5rem 0 1rem;
    color: #fff;
}

.post-content h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin: 2rem 0 0.75rem;
    color: #fff;
}

.post-content h4 {
    font-size: 1.1rem;
    font-weight: 700;
    margin: 1.5rem 0 0.75rem;
    color: #fff;
}

.post-content a {
    color: #00d4ff;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.post-content a:hover {
    color: #66e5ff;
}

.post-content img {
    width: 100%;
    border-radius: 4px;
    margin: 1.5rem 0;
}

.post-content figure {
    margin: 1.5rem 0;
}

.post-content figcaption {
    font-size: 0.75rem;
    color: #666;
    text-align: center;
    margin-top: 0.3rem;
}

.post-content blockquote {
    border-left: 3px solid #00d4ff;
    padding: 0.75rem 0 0.75rem 1.5rem;
    margin: 1.5rem 0;
    font-style: italic;
    color: #bbb;
    background: #111;
    border-radius: 0 4px 4px 0;
}

.post-content blockquote p:last-child {
    margin-bottom: 0;
}

.post-content ul,
.post-content ol {
    padding-left: 1.5rem;
    margin-bottom: 1.5rem;
}

.post-content ul {
    list-style: disc;
}

.post-content ol {
    list-style: decimal;
}

.post-content li {
    margin-bottom: 0.5rem;
}

/* Read More Inline Box */
.read-more-box {
    background-color: #111;
    border: 1px solid #222;
    border-left: 3px solid #00d4ff;
    padding: 1.25rem;
    margin: 2rem 0;
    border-radius: 0 4px 4px 0;
}

.read-more-label {
    display: block;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #00d4ff;
    margin-bottom: 0.5rem;
}

.read-more-box h4 {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.4;
    margin: 0;
}

.read-more-box h4 a {
    color: #fff;
    text-decoration: none;
}

.read-more-box h4 a:hover {
    color: #00d4ff;
}

/* Author Bio */
.author-bio {
    background-color: #111;
    border: 1px solid #222;
    border-radius: 4px;
    padding: 1.5rem;
    margin: 2.5rem 0 1.5rem;
}

.author-bio-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
}

.author-avatar-large {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    object-fit: cover;
}

.author-name-large {
    font-size: 1.1rem;
    font-weight: 700;
    color: #fff;
}

.author-name-large:hover {
    color: #00d4ff;
}

.author-bio-text {
    font-size: 0.9rem;
    color: #aaa;
    line-height: 1.6;
}

.author-bio-text p {
    margin-bottom: 0.75rem;
}

.author-bio-text p:last-child {
    margin-bottom: 0;
}

/* Post Footer Tags */
.post-footer-tags {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    padding: 1.25rem 0;
    border-top: 1px solid #222;
    border-bottom: 1px solid #222;
    margin-bottom: 2rem;
}

.tag-group,
.cat-group {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem;
}

.tag-label {
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    color: #666;
    margin-right: 0.25rem;
}

/* Post Navigation */
.post-navigation {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
    margin-bottom: 2.5rem;
}

.post-navigation .nav-previous,
.post-navigation .nav-next {
    background-color: #111;
    border: 1px solid #222;
    border-radius: 4px;
    padding: 1.25rem;
    transition: border-color 0.2s;
}

.post-navigation .nav-previous:hover,
.post-navigation .nav-next:hover {
    border-color: #00d4ff;
}

.post-navigation .nav-label {
    display: block;
    font-size: 0.7rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #00d4ff;
    margin-bottom: 0.5rem;
}

.post-navigation .nav-title {
    font-size: 0.95rem;
    font-weight: 700;
    line-height: 1.3;
    color: #fff;
}

.post-navigation a:hover .nav-title {
    color: #00d4ff;
}

/* Post Sidebar */
.post-sidebar {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.sidebar-widget {
    background-color: #111;
    border: 1px solid #222;
    border-radius: 4px;
    padding: 1.25rem;
}

.widget-label {
    display: block;
    font-size: 0.65rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #888;
    margin-bottom: 0.75rem;
}

.widget-heading {
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0.75rem;
    line-height: 1.3;
}

/* Deal Widget */
.deal-widget .deal-link {
    display: block;
    margin-bottom: 0.75rem;
}

.deal-widget .deal-link img {
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
    border-radius: 3px;
    margin-bottom: 0.5rem;
}

.deal-widget .deal-title {
    font-size: 0.85rem;
    font-weight: 600;
    line-height: 1.4;
    color: #ddd;
    margin: 0;
}

.deal-widget .deal-title:hover {
    color: #00d4ff;
}

.deal-view-btn {
    display: inline-block;
    background-color: #00d4ff;
    color: #000;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 0.4rem 1rem;
    border-radius: 3px;
    transition: background-color 0.2s;
}

.deal-view-btn:hover {
    background-color: #66e5ff;
    color: #000;
}

/* Trending Widget */
.trending-item {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 0.75rem 0;
    border-bottom: 1px solid #222;
}

.trending-item:last-child {
    border-bottom: none;
}

.trending-num {
    font-size: 1.25rem;
    font-weight: 800;
    color: #333;
    line-height: 1;
    min-width: 24px;
}

.trending-item h4 {
    font-size: 0.85rem;
    font-weight: 600;
    line-height: 1.35;
    color: #ccc;
    margin: 0;
}

.trending-item:hover h4 {
    color: #00d4ff;
}

/* Newsletter Widget */
.newsletter-widget p {
    font-size: 0.8rem;
    color: #888;
    line-height: 1.5;
    margin-bottom: 1rem;
}

/* Related Posts */
.related-posts {
    padding: 2rem 0 3rem;
    border-top: 1px solid #222;
}

.related-posts .section-title {
    font-size: 1.25rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
}

.related-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}

.related-card {
    background-color: #111;
    border-radius: 4px;
    overflow: hidden;
}

.related-card img {
    width: 100%;
    aspect-ratio: 16/10;
    object-fit: cover;
}

.related-card-content {
    padding: 1rem;
}

.related-card-content .cat-tag {
    font-size: 0.55rem;
    padding: 0.15rem 0.4rem;
    margin-bottom: 0.5rem;
}

.related-card-content h3 {
    font-size: 0.9rem;
    font-weight: 700;
    line-height: 1.3;
    margin: 0;
}

.related-card-content h3 a {
    color: #fff;
}

.related-card-content h3 a:hover {
    color: #00d4ff;
}

/* ============================
   ARCHIVE / PAGE
   ============================ */
.page-header {
    padding: 3rem 0 2rem;
}

.page-title {
    font-size: 2rem;
    font-weight: 800;
    text-transform: uppercase;
}

.archive-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    padding-bottom: 3rem;
}

.archive-card {
    background-color: #111;
    border-radius: 4px;
    overflow: hidden;
}

.archive-card img {
    width: 100%;
    aspect-ratio: 16/10;
    object-fit: cover;
}

.archive-card-content {
    padding: 1rem;
}

.archive-card-content h3 {
    font-size: 0.95rem;
    font-weight: 700;
    line-height: 1.35;
    margin-bottom: 0.5rem;
}

.archive-card-content h3 a {
    color: #ffffff;
}

.archive-card-content .date {
    font-size: 0.75rem;
    color: #888;
}

/* ============================
   SIDEBAR
   ============================ */
.widget-area {
    padding: 2rem 0;
}

.widget {
    background-color: #111;
    border-radius: 4px;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
}

.widget-title {
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #333;
}

.widget ul {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.widget a {
    color: #ccc;
    font-size: 0.85rem;
}

.widget a:hover {
    color: #00d4ff;
}

/* ============================
   PAGINATION
   ============================ */
.pagination {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    padding: 2rem 0 3rem;
}

.pagination a,
.pagination span {
    display: inline-block;
    padding: 0.5rem 0.9rem;
    background-color: #1a1a1a;
    color: #ccc;
    border-radius: 3px;
    font-size: 0.85rem;
    font-weight: 600;
}

.pagination a:hover {
    background-color: #00d4ff;
    color: #000;
}

.pagination .current {
    background-color: #00d4ff;
    color: #000;
}

/* ============================
   RESPONSIVE
   ============================ */
@media (max-width: 1024px) {
    .hero-grid {
        grid-template-columns: 1fr;
    }

    .hero-sidebar {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .sidebar-item {
        flex: 1 1 45%;
    }

    .trending-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .guides-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .reviews-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .archive-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .post-layout {
        grid-template-columns: 1fr;
    }

    .post-sidebar {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .post-sidebar .sidebar-widget {
        flex: 1 1 45%;
    }

    .related-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .post-navigation {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .site-header .container {
        flex-wrap: wrap;
    }

    .main-nav ul {
        gap: 1rem;
        flex-wrap: wrap;
    }

    .main-nav a {
        font-size: 0.7rem;
    }

    .hero-title {
        font-size: 1.4rem;
    }

    .trending-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .guides-grid {
        grid-template-columns: 1fr;
    }

    .reviews-grid {
        grid-template-columns: 1fr;
    }

    .news-item {
        flex-direction: column;
    }

    .news-item img {
        width: 100%;
        height: auto;
    }

    .howto-item {
        flex-direction: column;
    }

    .howto-item img {
        width: 100%;
        height: auto;
    }

    .archive-grid {
        grid-template-columns: 1fr;
    }

    .sidebar-item {
        flex: 1 1 100%;
    }

    .newsletter-bar .container {
        flex-direction: column;
        text-align: center;
    }

    .footer-nav {
        gap: 1rem;
    }

    .single-post .post-title {
        font-size: 1.6rem;
    }

    .post-meta-bar {
        flex-direction: column;
        align-items: flex-start;
    }

    .post-sidebar .sidebar-widget {
        flex: 1 1 100%;
    }

    .related-grid {
        grid-template-columns: 1fr;
    }

    .post-navigation .nav-previous,
    .post-navigation .nav-next {
        padding: 1rem;
    }
}

@media (max-width: 480px) {
    .trending-grid {
        grid-template-columns: 1fr;
    }

    .top-tabs {
        flex-wrap: wrap;
    }

    .single-post .post-title {
        font-size: 1.6rem;
    }
}

/* ============================
   ACCESSIBILITY
   ============================ */
.screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* ============================
   ALIGNMENTS
   ============================ */
.alignleft {
    float: left;
    margin-right: 1.5rem;
}

.alignright {
    float: right;
    margin-left: 1.5rem;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    max-width: 100%;
}

.wp-caption-text {
    font-size: 0.8rem;
    color: #888;
    text-align: center;
    margin-top: 0.5rem;
}

/* ============================
   GALLERY
   ============================ */
.gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    margin: 1.5rem 0;
}

.gallery-item img {
    border-radius: 4px;
}

/* ============================
   COMMENTS
   ============================ */
.comments-area {
    max-width: 800px;
    padding: 2rem 0 3rem;
}

.comment-list {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.comment {
    background-color: #111;
    border-radius: 4px;
    padding: 1.5rem;
}

.comment-meta {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
}

.comment-author {
    font-weight: 700;
    color: #fff;
}

.comment-date {
    font-size: 0.75rem;
    color: #888;
}

.comment-content {
    font-size: 0.9rem;
    color: #ccc;
}

.comment-form input,
.comment-form textarea {
    width: 100%;
    background-color: #1a1a1a;
    border: 1px solid #333;
    color: #fff;
    padding: 0.75rem 1rem;
    border-radius: 3px;
    margin-bottom: 1rem;
    font-family: inherit;
}

.comment-form input:focus,
.comment-form textarea:focus {
    outline: none;
    border-color: #00d4ff;
}

.comment-form .submit {
    display: inline-block;
    width: auto;
    background-color: #00d4ff;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    transition: background-color 0.2s;
}

.comment-form .submit:hover {
    background-color: #66e5ff;
}

/* ============================
   SINGLE POST — LIGHT THEME
   (Matches musictech.com article layout)
   ============================ */

.single-light {
    background-color: #f5f5f5;
    color: #444;
    padding: 2rem 0 3rem;
}

.single-layout {
    display: grid;
    grid-template-columns: 180px 1fr 300px;
    gap: 2rem;
    align-items: start;
}

/* --- LEFT SIDEBAR --- */
.single-left-sidebar {
    position: sticky;
    top: 100px;
}

.left-meta-block {
    margin-bottom: 1.5rem;
}

.meta-author {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1rem;
}

.meta-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
}

.meta-author-text {
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
}

.meta-by {
    font-size: 0.8rem;
    color: #666;
}

.meta-by .meta-author-link {
    color: #00a3a3;
    font-weight: 600;
}

.meta-by .meta-author-link:hover {
    color: #007a7a;
}

.meta-time {
    font-size: 0.75rem;
    color: #888;
}

/* Brand Pills */
.meta-pills {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    margin-bottom: 1rem;
}

.brand-pill {
    display: inline-block;
    background-color: #222;
    color: #fff;
    font-size: 0.65rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 0.35rem 0.7rem;
    border-radius: 3px;
    width: fit-content;
}

.brand-pill:hover {
    background-color: #00d4ff;
    color: #000;
}

/* Meta Share Buttons */
.meta-share {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.meta-share-btn {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: 1px solid #ddd;
    border-radius: 50%;
    color: #666;
    cursor: pointer;
    transition: all 0.2s;
}

.meta-share-btn:hover {
    border-color: #00a3a3;
    color: #00a3a3;
}

/* Affiliate Box */
.affiliate-box {
    background-color: #eee;
    border-radius: 4px;
    padding: 0.75rem;
    margin-bottom: 1.5rem;
}

.affiliate-box p {
    font-size: 0.7rem;
    color: #777;
    line-height: 1.5;
    margin: 0;
}

.affiliate-box a {
    color: #00a3a3;
    text-decoration: underline;
    font-weight: 600;
}

/* Featured Deal (Left) */
.deal-widget-left {
    background-color: #111;
    border-radius: 4px;
    overflow: hidden;
    padding: 0;
}

.deal-badge {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem;
    background: #111;
}

.deal-badge-icon {
    width: 28px;
    height: 28px;
    background: #e91e8c;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.6rem;
    font-weight: 900;
    color: #fff;
}

.deal-badge-text {
    font-size: 0.75rem;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.deal-card {
    display: block;
    padding: 0 0.75rem;
}

.deal-card img {
    width: 100%;
    aspect-ratio: 16/10;
    object-fit: cover;
    border-radius: 3px;
    margin-bottom: 0.5rem;
}

.deal-card-title {
    font-size: 0.8rem;
    font-weight: 600;
    line-height: 1.4;
    color: #ddd;
    margin: 0 0 0.75rem;
}

.deal-view-btn {
    display: block;
    margin: 0 0.75rem 0.75rem;
    background-color: #00d4ff;
    color: #000;
    text-align: center;
    font-size: 0.8rem;
    font-weight: 700;
    padding: 0.5rem;
    border-radius: 3px;
    transition: background-color 0.2s;
}

.deal-view-btn:hover {
    background-color: #66e5ff;
    color: #000;
}

/* --- MAIN CONTENT --- */
.single-main {
    min-width: 0;
}

.article-header {
    margin-bottom: 1.25rem;
}

.article-cat {
    display: inline-block;
    background-color: #00d4ff;
    color: #000;
    font-size: 0.65rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 0.3rem 0.6rem;
    border-radius: 2px;
    margin-bottom: 0.75rem;
}

.article-title {
    font-size: 2.2rem;
    font-weight: 800;
    line-height: 1.2;
    color: #007a7a;
    margin-bottom: 0.75rem;
}

.article-excerpt {
    font-size: 1.05rem;
    color: #555;
    line-height: 1.5;
    margin-bottom: 0;
}

/* Featured Image */
.article-image-wrap {
    margin: 0 0 1.25rem;
}

.article-image {
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
    border-radius: 4px;
    display: block;
}

.article-image-wrap figcaption {
    font-size: 0.75rem;
    color: #888;
    font-style: italic;
    margin-top: 0.4rem;
}

/* Google News CTA */
.google-news-cta {
    margin-bottom: 1.5rem;
}

.google-news-cta p {
    font-size: 0.95rem;
    color: #555;
    margin: 0;
}

.google-news-cta a {
    color: #00a3a3;
    font-weight: 600;
}

.google-news-cta a:hover {
    color: #007a7a;
}

/* Article Body */
.article-body {
    font-size: 1.05rem;
    line-height: 1.75;
    color: #444;
}

.article-body p {
    margin-bottom: 1.5rem;
}

.article-body a {
    color: #00a3a3;
    font-weight: 600;
    text-decoration: none;
}

.article-body a:hover {
    text-decoration: underline;
}

.article-body strong {
    color: #333;
    font-weight: 700;
}

.article-body em,
.article-body i {
    font-style: italic;
    color: #555;
}

.article-body h2 {
    font-size: 1.4rem;
    font-weight: 700;
    color: #333;
    margin: 2rem 0 1rem;
}

.article-body h3 {
    font-size: 1.2rem;
    font-weight: 700;
    color: #333;
    margin: 1.5rem 0 0.75rem;
}

.article-body blockquote {
    border-left: 3px solid #00d4ff;
    padding: 0.5rem 0 0.5rem 1.25rem;
    margin: 1.5rem 0;
    font-style: italic;
    color: #555;
    background: transparent;
}

.article-body blockquote p:last-child {
    margin-bottom: 0;
}

.article-body ul {
    list-style: disc;
    padding-left: 1.5rem;
    margin-bottom: 1.5rem;
}

.article-body ol {
    list-style: decimal;
    padding-left: 1.5rem;
    margin-bottom: 1.5rem;
}

.article-body li {
    margin-bottom: 0.5rem;
}

.article-body img {
    width: 100%;
    border-radius: 4px;
    margin: 1.5rem 0;
}

/* Read More Inline */
.article-body .read-more-inline,
.article-body strong:contains("READ MORE:") {
    color: #00a3a3;
    font-weight: 700;
}

/* Bottom CTA */
.article-bottom-cta {
    margin: 1.5rem 0;
    padding-bottom: 1rem;
    border-bottom: 1px solid #ddd;
}

.article-bottom-cta p {
    font-size: 0.95rem;
    color: #555;
    margin: 0;
}

.article-bottom-cta a {
    color: #00a3a3;
    font-weight: 600;
}

/* Author Bio */
.article-author-bio {
    padding: 1.5rem 0;
    border-bottom: 1px solid #ddd;
    margin-bottom: 1.5rem;
}

.bio-header {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1rem;
}

.bio-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
}

.bio-name {
    font-size: 1rem;
    font-weight: 700;
    color: #00a3a3;
}

.bio-name:hover {
    color: #007a7a;
}

.bio-text {
    font-size: 0.9rem;
    color: #555;
    line-height: 1.6;
}

.bio-text p {
    margin-bottom: 0.75rem;
}

.bio-text p:last-child {
    margin-bottom: 0;
}

/* Bottom Share */
.article-bottom-share {
    padding: 1rem 0;
}

.bottom-share-buttons {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.bottom-share-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    background: transparent;
    border: 1px solid #ddd;
    border-radius: 3px;
    color: #666;
    font-size: 0.75rem;
    font-weight: 600;
    padding: 0.4rem 0.75rem;
    cursor: pointer;
    transition: all 0.2s;
}

.bottom-share-btn:hover {
    border-color: #00a3a3;
    color: #00a3a3;
}

/* --- RIGHT SIDEBAR --- */
.single-right-sidebar {
    position: sticky;
    top: 100px;
}

.trending-widget {
    background: transparent;
}

.trending-heading {
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    color: #333;
    margin-bottom: 1rem;
}

.trending-row {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 0.6rem 0;
    border-bottom: 1px solid #e0e0e0;
}

.trending-row:last-child {
    border-bottom: none;
}

.trending-num {
    font-size: 2rem;
    font-weight: 800;
    color: #ccc;
    line-height: 1;
    min-width: 28px;
}

.trending-row h4 {
    font-size: 0.85rem;
    font-weight: 600;
    line-height: 1.4;
    color: #444;
    margin: 0;
}

.trending-row:hover h4 {
    color: #00a3a3;
}

/* --- RELATED POSTS (LIGHT) --- */
.related-posts-light {
    padding: 2.5rem 0;
    border-top: 1px solid #ddd;
    margin-top: 2rem;
}

.related-heading {
    font-size: 1.1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    color: #333;
    margin-bottom: 1.5rem;
}

.related-grid-light {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}

.related-card-light {
    background-color: #fff;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0,0,0,0.08);
}

.related-card-light img {
    width: 100%;
    aspect-ratio: 16/10;
    object-fit: cover;
    display: block;
}

.related-card-body {
    padding: 1rem;
}

.related-card-body .cat-tag {
    font-size: 0.55rem;
    padding: 0.15rem 0.4rem;
    margin-bottom: 0.5rem;
}

.related-card-body h3 {
    font-size: 0.9rem;
    font-weight: 700;
    line-height: 1.3;
    margin: 0;
}

.related-card-body h3 a {
    color: #333;
}

.related-card-body h3 a:hover {
    color: #00a3a3;
}

/* ============================
   SINGLE POST RESPONSIVE
   ============================ */
@media (max-width: 1100px) {
    .single-layout {
        grid-template-columns: 1fr 280px;
    }
    .single-left-sidebar {
        display: none;
    }
}

@media (max-width: 768px) {
    .single-layout {
        grid-template-columns: 1fr;
    }
    .single-right-sidebar {
        display: none;
    }
    .article-title {
        font-size: 1.6rem;
    }
    .related-grid-light {
        grid-template-columns: 1fr;
    }
}
