/* Got You! Reveal Page Styles */

/* Import multiple blackletter fonts for better NYT match */
@import url('https://fonts.googleapis.com/css2?family=UnifrakturMaguntia&display=swap');
@import url('https://fonts.cdnfonts.com/css/old-english-five');
@import url('https://fonts.cdnfonts.com/css/cloister-black');
@import url('https://fonts.cdnfonts.com/css/blackletter');
@import url('https://fonts.googleapis.com/css2?family=IM+Fell+English&display=swap');

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

body {
    font-family: nyt-cheltenham, georgia, 'times new roman', times, serif;
    font-size: 18px;
    line-height: 1.7;
    color: #121212;
    background-color: #ffffff;
}

.reveal-container {
    max-width: 1024px;
    margin: 0 auto;
    padding: 0 16px;
}

/* Header */
.reveal-header {
    text-align: center;
    padding: 32px 0;
    border-bottom: 1px solid #e2e2e2;
}

.logo {
    margin-bottom: 8px;
}

.logo a {
    text-decoration: none;
}

.nyt-logo-img {
    width: 100%;
    max-width: 680px;
    height: auto;
    display: block;
    margin: 0 auto;
}

.date {
    font-family: nyt-franklin, helvetica, arial, sans-serif;
    font-size: 12px;
    color: #666;
}

/* Main Content */
.reveal-content {
    padding: 40px 0;
}

.article-container {
    max-width: 680px;
    margin: 0 auto;
}

.section-label {
    font-family: nyt-franklin, helvetica, arial, sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #d0021b;
    margin-bottom: 16px;
}

.main-headline {
    font-family: nyt-cheltenham, georgia, 'times new roman', times, serif;
    font-size: 56px;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 16px;
    color: #121212;
}

.byline {
    font-family: nyt-franklin, helvetica, arial, sans-serif;
    font-size: 13px;
    color: #666;
    margin-bottom: 32px;
    padding-bottom: 16px;
    border-bottom: 1px solid #e2e2e2;
}

.author {
    font-weight: 600;
    color: #121212;
}

.publish-date {
    margin-left: 8px;
}

/* Article Body */
.article-body {
    font-size: 20px;
    line-height: 1.8;
}

.lead-paragraph {
    font-size: 22px;
    line-height: 1.7;
    margin-bottom: 24px;
    font-weight: 500;
}

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

.article-body h2 {
    font-family: nyt-cheltenham, georgia, 'times new roman', times, serif;
    font-size: 28px;
    font-weight: 700;
    margin: 40px 0 20px;
    color: #121212;
}

.article-body ul {
    margin: 24px 0;
    padding-left: 40px;
}

.article-body li {
    margin-bottom: 12px;
}

/* Article Image */
.article-image {
    margin: 40px 0;
}

.image-placeholder {
    background-color: #f7f7f7;
    border: 1px solid #e2e2e2;
    padding: 60px 20px;
    text-align: center;
}

.emoji-display {
    font-size: 120px;
    margin-bottom: 20px;
    animation: bounce 1s ease infinite;
}

@keyframes bounce {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-20px);
    }
}

.caption {
    font-family: nyt-franklin, helvetica, arial, sans-serif;
    font-size: 14px;
    color: #666;
    font-style: italic;
    margin-top: 12px;
}

/* Pull Quote */
.pull-quote {
    font-family: nyt-cheltenham, georgia, 'times new roman', times, serif;
    font-size: 28px;
    font-style: italic;
    line-height: 1.4;
    margin: 40px 0;
    padding: 24px 0;
    border-top: 1px solid #121212;
    border-bottom: 1px solid #121212;
    text-align: center;
}

.pull-quote cite {
    display: block;
    font-size: 16px;
    font-style: normal;
    margin-top: 16px;
    color: #666;
}

/* Disclaimer Box */
.disclaimer-box {
    background-color: #fff3cd;
    border: 3px solid #d0021b;
    border-radius: 4px;
    padding: 24px;
    margin: 40px 0;
}

.disclaimer-box h3 {
    font-family: nyt-franklin, helvetica, arial, sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #d0021b;
    margin-bottom: 16px;
}

.disclaimer-box p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 12px;
}

.disclaimer-box p:last-child {
    margin-bottom: 0;
}

.disclaimer-box strong {
    font-weight: 700;
    color: #d0021b;
}

/* Closing */
.closing {
    font-size: 24px;
    text-align: center;
    margin: 40px 0;
    font-weight: 600;
}

/* Share Section */
.share-section {
    background-color: #f7f7f7;
    border: 1px solid #e2e2e2;
    border-radius: 4px;
    padding: 32px;
    text-align: center;
    margin: 40px 0;
}

.share-section p {
    font-family: nyt-franklin, helvetica, arial, sans-serif;
    font-size: 16px;
    margin-bottom: 16px;
}

.back-button {
    display: inline-block;
    background-color: #567b95;
    color: #ffffff;
    padding: 12px 24px;
    font-family: nyt-franklin, helvetica, arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    border-radius: 2px;
    margin-top: 16px;
    transition: background-color 0.2s ease;
}

.back-button:hover {
    background-color: #486a82;
    color: #ffffff;
}

/* Footer */
.reveal-footer {
    border-top: 1px solid #e2e2e2;
    padding: 32px 0;
    text-align: center;
}

.reveal-footer p {
    font-family: nyt-franklin, helvetica, arial, sans-serif;
    font-size: 12px;
    color: #666;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .nyt-logo-img {
        max-width: 500px;
    }
}

@media (max-width: 768px) {
    .reveal-container {
        padding: 0 12px;
    }

    .reveal-header {
        padding: 20px 0;
    }

    .nyt-logo-img {
        max-width: 400px;
    }

    .main-headline {
        font-size: 40px;
    }

    .lead-paragraph {
        font-size: 20px;
    }

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

    .pull-quote {
        font-size: 24px;
    }

    .emoji-display {
        font-size: 80px;
    }

    .article-body h2 {
        font-size: 24px;
    }

    .reveal-content {
        padding: 24px 0;
    }

    .disclaimer-box {
        padding: 16px;
    }

    .share-section {
        padding: 20px 16px;
    }
}

@media (max-width: 480px) {
    .nyt-logo-img {
        max-width: 280px;
    }

    .main-headline {
        font-size: 32px;
    }

    .lead-paragraph {
        font-size: 18px;
    }

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

    .pull-quote {
        font-size: 20px;
        padding: 16px 0;
    }

    .emoji-display {
        font-size: 60px;
    }

    .section-label {
        font-size: 11px;
    }

    .byline {
        font-size: 12px;
    }

    .date {
        font-size: 11px;
    }

    .disclaimer-box h3 {
        font-size: 16px;
    }

    .disclaimer-box p {
        font-size: 14px;
    }

    .back-button {
        padding: 10px 20px;
        font-size: 13px;
    }

    .article-body h2 {
        font-size: 22px;
    }
}
