/*
Theme Name: Fashion Style Review
Theme URI: https://yourdomain.com
Author: BlackNiu
Author URI: https://yourdomain.com
Description: A clean, minimalist theme for fashion and beauty product reviews. Layout inspired by camptarp.com. Optimized for Amazon affiliate marketing.
Version: 1.0
Requires at least: 5.8
Tested up to: 6.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: fashion-style-review
Tags: blog, e-commerce, minimal, responsive

PartnerBoost Verification:
<meta name="partnerboostverifycode" content="32dc01246faccb7f5b3cad5016dd5033" />
*/

/* ===================================
   RESET & BASE STYLES
   =================================== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

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

body {
    font-family: 'Georgia', 'Times New Roman', serif;
    line-height: 1.9;
    color: #2c2c2c;
    background: #ffffff;
    font-weight: 400;
}

a {
    color: #2c2c2c;
    text-decoration: none;
    transition: opacity 0.2s ease;
}

a:hover {
    opacity: 0.7;
}

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

/* ===================================
   HEADER
   =================================== */
.site-header {
    padding: 40px 20px;
    text-align: center;
    border-bottom: 1px solid #e8e8e8;
}

.site-branding {
    max-width: 900px;
    margin: 0 auto;
}

.site-title {
    font-family: 'Helvetica Neue', 'Arial', sans-serif;
    font-size: 42px;
    font-weight: 300;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #2c2c2c;
    margin-bottom: 15px;
}

.site-title a {
    color: inherit;
}

.site-description {
    font-family: 'Georgia', serif;
    font-size: 16px;
    font-style: italic;
    color: #666;
    font-weight: 400;
}

/* Navigation */
.main-navigation {
    max-width: 900px;
    margin: 30px auto 0;
    padding-top: 20px;
    border-top: 1px solid #e8e8e8;
}

.main-navigation ul {
    display: flex;
    justify-content: center;
    list-style: none;
    gap: 40px;
    flex-wrap: wrap;
}

.main-navigation a {
    font-family: 'Helvetica Neue', 'Arial', sans-serif;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #666;
    padding: 10px 0;
}

.main-navigation a:hover {
    color: #2c2c2c;
    opacity: 1;
}

/* ===================================
   HERO SECTION
   =================================== */
.hero {
    padding: 80px 20px;
    text-align: center;
    background: #fafafa;
}

.hero h1 {
    font-family: 'Georgia', serif;
    font-size: 48px;
    font-weight: 400;
    color: #2c2c2c;
    margin-bottom: 20px;
    line-height: 1.3;
}

.hero p {
    font-family: 'Georgia', serif;
    font-size: 18px;
    color: #666;
    max-width: 600px;
    margin: 0 auto;
    font-style: italic;
}

/* ===================================
   MAIN CONTENT AREA
   =================================== */
.site-container {
    max-width: 900px;
    margin: 0 auto;
    padding: 60px 20px;
}

/* Posts Grid */
.posts-grid {
    display: grid;
    gap: 80px;
}

.post-card {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
}

.post-card.reverse {
    direction: rtl;
}

.post-card.reverse .post-card-content {
    direction: ltr;
}

.post-card-image {
    width: 100%;
    height: 500px;
    object-fit: cover;
    background: linear-gradient(135deg, #f5f5f5 0%, #e8e8e8 100%);
    border-radius: 4px;
}

.post-card-content {
    text-align: left;
}

.post-card-category {
    display: inline-block;
    font-family: 'Helvetica Neue', 'Arial', sans-serif;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #999;
    margin-bottom: 20px;
}

.post-card-title {
    font-family: 'Georgia', serif;
    font-size: 32px;
    font-weight: 400;
    color: #2c2c2c;
    margin-bottom: 20px;
    line-height: 1.4;
}

.post-card-title a {
    color: inherit;
}

.post-card-excerpt {
    font-family: 'Georgia', serif;
    font-size: 16px;
    color: #555;
    line-height: 1.9;
    margin-bottom: 25px;
}

.read-more {
    display: inline-block;
    font-family: 'Helvetica Neue', 'Arial', sans-serif;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #2c2c2c;
    padding: 12px 0;
    border-bottom: 1px solid #2c2c2c;
    transition: border-color 0.2s;
}

.read-more:hover {
    border-color: #999;
    opacity: 1;
}

/* ===================================
   SINGLE POST - REVIEW STYLE
   =================================== */
.single-post-container {
    max-width: 700px;
    margin: 0 auto;
    padding: 60px 20px;
}

.post-header {
    text-align: center;
    margin-bottom: 50px;
}

.post-header .category {
    display: inline-block;
    font-family: 'Helvetica Neue', 'Arial', sans-serif;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #999;
    margin-bottom: 20px;
}

.post-title {
    font-family: 'Georgia', serif;
    font-size: 42px;
    font-weight: 400;
    color: #2c2c2c;
    margin-bottom: 20px;
    line-height: 1.3;
}

.post-meta {
    font-family: 'Georgia', serif;
    font-size: 14px;
    color: #999;
    font-style: italic;
}

.post-featured-image {
    width: 100%;
    height: 600px;
    object-fit: cover;
    border-radius: 4px;
    margin-bottom: 50px;
    background: linear-gradient(135deg, #f5f5f5 0%, #e8e8e8 100%);
}

/* Review Content */
.review-content {
    font-family: 'Georgia', serif;
    font-size: 17px;
    line-height: 1.9;
    color: #2c2c2c;
}

.review-content p {
    margin-bottom: 30px;
}

.review-content h2 {
    font-family: 'Georgia', serif;
    font-size: 28px;
    font-weight: 400;
    color: #2c2c2c;
    margin: 50px 0 25px;
    line-height: 1.3;
}

.review-content h3 {
    font-family: 'Georgia', serif;
    font-size: 22px;
    font-weight: 400;
    color: #2c2c2c;
    margin: 40px 0 20px;
    line-height: 1.3;
}

.review-content ul,
.review-content ol {
    margin: 25px 0 25px 30px;
}

.review-content li {
    margin-bottom: 12px;
}

.review-content strong {
    font-weight: 600;
}

.review-content em {
    font-style: italic;
}

.review-content blockquote {
    border-left: 2px solid #e8e8e8;
    padding-left: 30px;
    margin: 40px 0;
    font-style: italic;
    color: #666;
    font-size: 18px;
}

.review-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 40px 0;
    font-size: 15px;
}

.review-content th,
.review-content td {
    padding: 15px;
    text-align: left;
    border-bottom: 1px solid #e8e8e8;
}

.review-content th {
    font-weight: 600;
    color: #2c2c2c;
}

/* Rating Box */
.review-rating-box {
    background: #fafafa;
    padding: 40px;
    margin: 50px 0;
    text-align: center;
    border: 1px solid #e8e8e8;
}

.review-rating-box .stars {
    font-size: 32px;
    margin-bottom: 15px;
    letter-spacing: 5px;
}

.review-rating-box .score {
    font-family: 'Georgia', serif;
    font-size: 48px;
    font-weight: 400;
    color: #2c2c2c;
    margin-bottom: 10px;
}

.review-rating-box .label {
    font-family: 'Helvetica Neue', 'Arial', sans-serif;
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #999;
}

/* Buy Button */
.buy-button {
    margin: 60px 0 40px;
    text-align: center;
}

.buy-button .btn {
    display: inline-block;
    font-family: 'Helvetica Neue', 'Arial', sans-serif;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #ffffff;
    background: #2c2c2c;
    padding: 18px 50px;
    border: none;
    cursor: pointer;
    transition: background 0.2s;
}

.buy-button .btn:hover {
    background: #555;
    opacity: 1;
}

/* Post Footer */
.post-footer {
    margin-top: 60px;
    padding-top: 40px;
    border-top: 1px solid #e8e8e8;
    text-align: center;
}

.post-footer p {
    font-family: 'Georgia', serif;
    font-size: 14px;
    color: #999;
    font-style: italic;
}

/* ===================================
   SIDEBAR (if needed)
   =================================== */
.sidebar {
    max-width: 300px;
    margin-left: 50px;
}

.widget {
    margin-bottom: 40px;
}

.widget h3 {
    font-family: 'Helvetica Neue', 'Arial', sans-serif;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #2c2c2c;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e8e8e8;
}

.widget ul {
    list-style: none;
}

.widget li {
    margin-bottom: 12px;
}

.widget a {
    font-family: 'Georgia', serif;
    font-size: 15px;
    color: #666;
}

.widget a:hover {
    color: #2c2c2c;
    opacity: 1;
}

/* ===================================
   FOOTER
   =================================== */
.site-footer {
    padding: 60px 20px;
    text-align: center;
    border-top: 1px solid #e8e8e8;
    margin-top: 80px;
}

.footer-container {
    max-width: 900px;
    margin: 0 auto;
}

.footer-container p {
    font-family: 'Helvetica Neue', 'Arial', sans-serif;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #999;
    margin-bottom: 10px;
}

.footer-container a {
    color: #999;
}

.footer-container a:hover {
    color: #666;
    opacity: 1;
}

.footer-disclosure {
    font-family: 'Georgia', serif;
    font-size: 13px;
    color: #bbb;
    font-style: italic;
    margin-top: 20px;
}

/* ===================================
   PAGINATION
   =================================== */
.pagination {
    margin-top: 80px;
    text-align: center;
    padding-top: 40px;
    border-top: 1px solid #e8e8e8;
}

.pagination a,
.pagination span {
    display: inline-block;
    font-family: 'Helvetica Neue', 'Arial', sans-serif;
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #666;
    padding: 10px 20px;
    margin: 0 5px;
}

.pagination a:hover {
    color: #2c2c2c;
    opacity: 1;
}

.pagination .current {
    color: #2c2c2c;
    border-bottom: 1px solid #2c2c2c;
}

/* ===================================
   RESPONSIVE
   =================================== */
@media (max-width: 900px) {
    .post-card {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .post-card.reverse {
        direction: ltr;
    }
    
    .post-card-image {
        height: 400px;
    }
}

@media (max-width: 768px) {
    .site-header {
        padding: 30px 20px;
    }
    
    .site-title {
        font-size: 32px;
    }
    
    .main-navigation ul {
        gap: 20px;
    }
    
    .hero {
        padding: 50px 20px;
    }
    
    .hero h1 {
        font-size: 36px;
    }
    
    .post-card-title {
        font-size: 26px;
    }
    
    .post-title {
        font-size: 32px;
    }
    
    .post-featured-image {
        height: 400px;
    }
    
    .review-content {
        font-size: 16px;
    }
    
    .review-rating-box {
        padding: 30px 20px;
    }
    
    .review-rating-box .score {
        font-size: 36px;
    }
}

@media (max-width: 480px) {
    .site-title {
        font-size: 26px;
        letter-spacing: 2px;
    }
    
    .main-navigation ul {
        gap: 15px;
        flex-direction: column;
        align-items: center;
    }
    
    .hero h1 {
        font-size: 28px;
    }
    
    .post-card-image {
        height: 300px;
    }
}
