/* Import premium fonts */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,600;0,700;1,400;1,600&family=Source+Sans+3:wght@300;400;600&display=swap');

/* Reviews Header */
.reviews-header {
    background-color: #1a1a1a;
    padding: 60px 40px 50px 40px;
    text-align: center;
    border-bottom: 1px solid #D4AF37;
}

.reviews-header h1 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 56px;
    font-weight: 300;
    color: white;
    margin-bottom: 12px;
    letter-spacing: 4px;
    text-transform: uppercase;
}

.reviews-header p {
    font-family: 'Source Sans 3', sans-serif;
    font-size: 14px;
    color: #888;
    margin: 0 auto;
    max-width: 500px;
    line-height: 1.7;
    font-weight: 300;
    letter-spacing: 0.5px;
}

/* Grid */
.reviews-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    padding: 0;
    justify-content: flex-start;
    background-color: #fafafa;
}

/* Hero card — first article gets full width treatment */
.reviews-card:first-child {
    flex: 0 0 100%;
    max-width: 100%;
    flex-direction: row;
    border-radius: 0;
    box-shadow: none;
    border-bottom: 1px solid #e4e4e4;
}

.reviews-card:first-child .reviews-card-image {
    width: 55%;
    height: 420px;
    flex-shrink: 0;
}

.reviews-card:first-child .reviews-card-content {
    padding: 50px;
    justify-content: center;
}

.reviews-card:first-child .reviews-card-title {
    font-size: 34px;
    -webkit-line-clamp: 4;
    line-height: 1.25;
}

.reviews-card:first-child .reviews-card-summary {
    font-size: 15px;
    -webkit-line-clamp: 4;
    line-height: 1.7;
}

/* Regular cards */
.reviews-card {
    flex: 0 0 33.33%;
    max-width: 33.33%;
    background-color: white;
    border-radius: 0;
    overflow: hidden;
    box-shadow: none;
    text-decoration: none;
    color: inherit;
    transition: background-color 0.3s;
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4;
}

.reviews-card:hover {
    background-color: #f5f5f5;
    transform: none;
    box-shadow: none;
}

/* Card image */
.reviews-card-image {
    position: relative;
    width: 100%;
    height: 210px;
    overflow: hidden;
}

.reviews-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.reviews-card:hover .reviews-card-image img {
    transform: scale(1.04);
}

.reviews-card-no-image {
    width: 100%;
    height: 100%;
    background-color: #1a1a1a;
    display: flex;
    justify-content: center;
    align-items: center;
}

.reviews-card-no-image p {
    font-family: 'Cormorant Garamond', serif;
    color: #D4AF37;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin: 0;
}

/* Category tag */
.reviews-card-category {
    font-family: 'Source Sans 3', sans-serif;
    font-size: 10px;
    font-weight: 600;
    color: #D4AF37;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 10px;
    display: block;
}

/* Card content */
.reviews-card-content {
    padding: 22px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.reviews-card-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 20px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 10px;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    border: none;
    padding: 0;
    transition: color 0.2s;
}

.reviews-card:hover .reviews-card-title {
    color: #D4AF37;
}

.reviews-card-summary {
    font-family: 'Source Sans 3', sans-serif;
    font-size: 13px;
    color: #777;
    line-height: 1.65;
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    flex: 1;
    font-weight: 300;
}

/* Card footer */
.reviews-card-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #f0f0f0;
    padding-top: 12px;
    margin-top: auto;
}

.reviews-card-author {
    font-family: 'Source Sans 3', sans-serif;
    font-size: 11px;
    font-weight: 600;
    color: #1a1a1a;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.reviews-card-date {
    font-family: 'Source Sans 3', sans-serif;
    font-size: 11px;
    color: #bbb;
    letter-spacing: 0.3px;
}

/* Coming soon */
.reviews-coming-soon {
    min-height: 65vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px;
    background-color: #fafafa;
}

.reviews-coming-soon-card {
    max-width: 480px;
    text-align: center;
    padding: 0;
    background: none;
    box-shadow: none;
    border-radius: 0;
}

.reviews-coming-soon-card h2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 38px;
    font-weight: 300;
    color: #1a1a1a;
    margin-bottom: 20px;
    border: none;
    padding: 0;
    display: block;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.reviews-coming-soon-card p {
    font-family: 'Source Sans 3', sans-serif;
    font-size: 15px;
    color: #888;
    line-height: 1.8;
    margin-bottom: 30px;
    font-weight: 300;
}

.reviews-coming-soon-btn {
    display: inline-block;
    padding: 13px 35px;
    background-color: transparent;
    color: #1a1a1a;
    border: 1px solid #1a1a1a;
    border-radius: 0;
    font-family: 'Source Sans 3', sans-serif;
    font-size: 11px;
    font-weight: 600;
    text-decoration: none;
    letter-spacing: 3px;
    text-transform: uppercase;
    transition: background-color 0.3s, color 0.3s;
}

.reviews-coming-soon-btn:hover {
    background-color: #1a1a1a;
    color: white;
}

/* Article hero */
.article-hero {
    position: relative;
    width: 100%;
    height: 560px;
    background-color: #1a1a1a;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
}

.article-hero-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.3;
}

.article-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(transparent 10%, rgba(10, 10, 10, 0.95));
}

.article-hero-content {
    position: relative;
    z-index: 1;
    padding: 60px;
    max-width: 850px;
}

.article-category {
    font-family: 'Source Sans 3', sans-serif;
    font-size: 11px;
    font-weight: 600;
    color: #D4AF37;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 18px;
    display: block;
}

.article-hero-content h1 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 50px;
    font-weight: 600;
    color: white;
    margin-bottom: 20px;
    line-height: 1.15;
    letter-spacing: -0.3px;
}

.article-meta {
    display: flex;
    align-items: center;
    gap: 12px;
    font-family: 'Source Sans 3', sans-serif;
    font-size: 12px;
    letter-spacing: 0.5px;
}

.article-author {
    color: white;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.article-dot {
    color: #555;
}

.article-date {
    color: #888;
}

.article-reading-time {
    color: #888;
}

/* Article body */
.article-body-container {
    max-width: 700px;
    margin: 0 auto;
    padding: 70px 40px;
}

.article-body {
    font-family: 'Source Sans 3', sans-serif;
    font-size: 18px;
    line-height: 2;
    color: #2a2a2a;
    margin-bottom: 50px;
    font-weight: 300;
}

.article-body p {
    margin-bottom: 28px;
}

/* Drop cap on first paragraph */
.article-body p:first-of-type::first-letter {
    font-family: 'Cormorant Garamond', serif;
    font-size: 72px;
    font-weight: 700;
    float: left;
    line-height: 0.75;
    margin-right: 8px;
    margin-top: 8px;
    color: #D4AF37;
}

.article-share {
    border-top: 1px solid #e4e4e4;
    padding-top: 30px;
    margin-top: 10px;
}

/* Related articles */
.related-articles {
    background-color: #fafafa;
    padding: 50px 40px;
    border-top: 1px solid #D4AF37;
}

.related-articles-header {
    font-family: 'Cormorant Garamond', serif;
    font-size: 13px;
    font-weight: 600;
    color: #888;
    margin-bottom: 30px;
    border: none;
    padding: 0;
    display: block;
    letter-spacing: 4px;
    text-transform: uppercase;
}

/* Mobile */
@media (max-width: 992px) {
    .reviews-card:first-child {
        flex-direction: column;
    }

    .reviews-card:first-child .reviews-card-image {
        width: 100%;
        height: 280px;
    }

    .reviews-card:first-child .reviews-card-content {
        padding: 30px;
    }

    .reviews-card:first-child .reviews-card-title {
        font-size: 26px;
    }

    .reviews-card {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 768px) {
    .reviews-header {
        padding: 40px 20px 35px 20px;
    }

    .reviews-header h1 {
        font-size: 38px;
        letter-spacing: 3px;
    }

    .reviews-card {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .article-hero {
        height: 400px;
    }

    .article-hero-content {
        padding: 35px 25px;
    }

    .article-hero-content h1 {
        font-size: 32px;
    }

    .article-body-container {
        padding: 40px 20px;
    }

    .article-body {
        font-size: 17px;
    }

    .related-articles {
        padding: 35px 20px;
    }
}

@media (max-width: 480px) {
    .reviews-header h1 {
        font-size: 28px;
        letter-spacing: 2px;
    }

    .reviews-card {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .article-hero {
        height: 320px;
    }

    .article-hero-content h1 {
        font-size: 26px;
    }

    .article-body {
        font-size: 16px;
        line-height: 1.85;
    }

    .article-body p:first-of-type::first-letter {
        font-size: 56px;
    }

    .reviews-coming-soon-card h2 {
        font-size: 28px;
    }
}