/* ========================================
   PIERCING.COM.TR — BLOG DARK PREMIUM
   ======================================== */

/* Kadence kill */
body.blog,
body.archive,
body.single-post {
    background: #0a0a0a !important;
    color: #ffffff !important;
}

body.blog .entry-header,
body.archive .entry-header,
body.single-post .entry-header,
body.blog .page-title,
body.archive .page-title {
    display: none !important;
}

/* === BLOG LIST === */
.pc-blog-wrap {
    background: #0a0a0a;
    min-height: 100vh;
    padding: 60px 0 100px;
}

.pc-blog-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

.pc-blog-hero {
    text-align: center;
    margin-bottom: 48px;
}

.pc-blog-hero h1 {
    font-size: 36px;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 12px;
    letter-spacing: -0.5px;
}

.pc-blog-hero p {
    font-size: 16px;
    color: #888888;
    margin: 0;
}

/* Grid */
.pc-blog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

/* Card */
.pc-blog-card {
    background: #141414;
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.pc-blog-card:hover {
    border-color: rgba(201, 169, 110, 0.2);
    transform: translateY(-4px);
}

/* Thumbnail */
.pc-blog-thumb {
    display: block;
    aspect-ratio: 16/10;
    overflow: hidden;
    background: #1a1a1a;
}

.pc-blog-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.pc-blog-card:hover .pc-blog-thumb img {
    transform: scale(1.05);
}

.pc-blog-noimg {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #c9a96e;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

/* Body */
.pc-blog-body {
    padding: 24px;
}

.pc-blog-meta {
    display: flex;
    gap: 12px;
    margin-bottom: 12px;
    font-size: 12px;
}

.pc-blog-cat {
    color: #c9a96e;
    font-weight: 600;
}

.pc-blog-date {
    color: #666666;
}

.pc-blog-title {
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    margin: 0 0 10px;
    line-height: 1.4;
}

.pc-blog-title a {
    color: inherit;
    text-decoration: none;
}

.pc-blog-title a:hover {
    color: #c9a96e;
}

.pc-blog-excerpt {
    font-size: 14px;
    color: #888888;
    line-height: 1.6;
    margin: 0 0 16px;
}

.pc-blog-read {
    font-size: 13px;
    font-weight: 600;
    color: #c9a96e;
    text-decoration: none;
    transition: gap 0.2s ease;
}

.pc-blog-read:hover {
    color: #ffffff;
}

/* Pagination */
.pc-blog-pagination {
    margin-top: 48px;
    display: flex;
    justify-content: center;
}

.pc-blog-pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    padding: 0 14px;
    background: #141414;
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 8px;
    color: #a0a0a0;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    margin: 0 4px;
    transition: all 0.2s ease;
}

.pc-blog-pagination .page-numbers:hover,
.pc-blog-pagination .page-numbers.current {
    background: #c9a96e;
    border-color: #c9a96e;
    color: #0a0a0a;
}

/* === SINGLE POST === */
.pc-post-wrap {
    background: #0a0a0a;
    min-height: 100vh;
    padding: 60px 0 100px;
}

.pc-post-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 24px;
}

.pc-post-article {
    margin-bottom: 60px;
}

.pc-post-header {
    margin-bottom: 32px;
}

.pc-post-meta {
    display: flex;
    gap: 16px;
    margin-bottom: 16px;
    font-size: 13px;
}

.pc-post-cat {
    color: #c9a96e;
    font-weight: 600;
}

.pc-post-date {
    color: #666666;
}

.pc-post-title {
    font-size: 36px;
    font-weight: 700;
    color: #ffffff;
    margin: 0;
    line-height: 1.3;
    letter-spacing: -0.5px;
}

.pc-post-thumb {
    margin-bottom: 32px;
    border-radius: 16px;
    overflow: hidden;
}

.pc-post-thumb img {
    width: 100%;
    height: auto;
    display: block;
}

/* Content */
.pc-post-content {
    font-size: 16px;
    line-height: 1.8;
    color: #a0a0a0;
}

.pc-post-content h2,
.pc-post-content h3,
.pc-post-content h4 {
    color: #ffffff;
    margin: 32px 0 16px;
    line-height: 1.4;
}

.pc-post-content p {
    margin-bottom: 20px;
}

.pc-post-content a {
    color: #c9a96e;
    text-decoration: none;
    border-bottom: 1px dotted rgba(201, 169, 110, 0.3);
}

.pc-post-content a:hover {
    border-bottom-color: #c9a96e;
}

.pc-post-content img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    margin: 24px 0;
}

.pc-post-content blockquote {
    border-left: 3px solid #c9a96e;
    padding-left: 24px;
    margin: 24px 0;
    color: #ffffff;
    font-style: italic;
}

.pc-post-content ul,
.pc-post-content ol {
    margin: 20px 0;
    padding-left: 24px;
}

.pc-post-content li {
    margin-bottom: 8px;
}

/* Footer */
.pc-post-footer {
    margin-top: 48px;
    padding-top: 32px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
}

.pc-post-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.pc-post-tags a {
    display: inline-block;
    padding: 6px 14px;
    background: #1a1a1a;
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 20px;
    font-size: 12px;
    color: #888888;
    text-decoration: none;
    transition: all 0.2s ease;
}

.pc-post-tags a:hover {
    border-color: rgba(201, 169, 110, 0.3);
    color: #c9a96e;
}

.pc-btn-return {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    background: transparent;
    border: 1px solid rgba(201, 169, 110, 0.2);
    border-radius: 8px;
    color: #c9a96e;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s ease;
}

.pc-btn-return:hover {
    background: rgba(201, 169, 110, 0.08);
    border-color: rgba(201, 169, 110, 0.4);
}

/* Related */
.pc-related {
    margin-top: 60px;
}

.pc-related-title {
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
    margin: 0 0 24px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.pc-related-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.pc-related-card {
    display: block;
    background: #141414;
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 12px;
    overflow: hidden;
    text-decoration: none;
    transition: all 0.25s ease;
}

.pc-related-card:hover {
    border-color: rgba(201, 169, 110, 0.2);
}

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

.pc-related-card h4 {
    padding: 16px;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    margin: 0;
    line-height: 1.4;
}

.pc-related-card:hover h4 {
    color: #c9a96e;
}

/* === MOBILE === */
@media (max-width: 768px) {

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

    .pc-blog-hero h1,
    .pc-post-title {
        font-size: 28px;
    }

    .pc-post-container {
        padding: 0 16px;
    }

    .pc-post-footer {
        flex-direction: column;
        align-items: flex-start;
    }
}

/* Kadence container kill */
body.blog .content-wrap,
body.archive .content-wrap,
body.single-post .content-wrap,
body.blog .entry-content-wrap,
body.archive .entry-content-wrap,
body.single-post .entry-content-wrap,
body.blog .site-main,
body.archive .site-main,
body.single-post .site-main {
    padding: 0 !important;
    margin: 0 !important;
    max-width: 100% !important;
    background: transparent !important;
}

body.blog .content-container,
body.archive .content-container,
body.single-post .content-container,
body.blog .wrap,
body.archive .wrap,
body.single-post .wrap {
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 0 24px !important;
}

body.single-post .content-container,
body.single-post .wrap {
    max-width: 800px !important;
}