/* ========================================
   HUMMINGBIRD STORY PAGE STYLES
   ======================================== */

.hummingbird-page {
    background-color: #f5f1e8;
}

/* Hero Section */
.hummingbird-hero {
    min-height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #2d5a3d 0%, #4a7c59 50%, #6b9a7a 100%);
    position: relative;
    overflow: hidden;
    padding: 6rem 2rem;
    text-align: center;
}

.hummingbird-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image:
        radial-gradient(circle at 30% 30%, rgba(212, 175, 55, 0.15) 0%, transparent 40%),
        radial-gradient(circle at 70% 70%, rgba(255, 255, 255, 0.1) 0%, transparent 40%);
    animation: gentle-pulse 10s ease-in-out infinite;
}

@keyframes gentle-pulse {
    0%, 100% { opacity: 0.7; }
    50% { opacity: 1; }
}

.hummingbird-hero .hero-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
}

.hummingbird-hero .hero-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(2.5rem, 6vw, 4.5rem);
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 1rem;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.hummingbird-hero .hero-subtitle {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(1rem, 2vw, 1.3rem);
    color: #d4af37;
    font-weight: 300;
    letter-spacing: 0.1em;
}

/* Main Content */
.hummingbird-content {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 2rem;
}

/* Story Introduction */
.story-intro {
    padding: 4rem 0;
    border-bottom: 1px solid rgba(45, 90, 61, 0.1);
}

.story-intro h2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(1.8rem, 4vw, 2.5rem);
    color: #2d5a3d;
    margin-bottom: 1.5rem;
    font-weight: 600;
}

.featured-answer {
    font-size: clamp(1.1rem, 2vw, 1.25rem);
    line-height: 1.9;
    color: #2c2c2c;
}

/* The Story Section */
.the-story {
    padding: 4rem 0;
    background: linear-gradient(180deg, #ffffff 0%, #f5f1e8 100%);
    margin: 0 -2rem;
    padding-left: 2rem;
    padding-right: 2rem;
}

.story-section-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(1.8rem, 4vw, 2.5rem);
    color: #2d5a3d;
    margin-bottom: 2rem;
    font-weight: 600;
    text-align: center;
}

.story-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 3rem;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    position: relative;
    border-left: 5px solid #d4af37;
}

.story-icon {
    font-size: 3rem;
    text-align: center;
    margin-bottom: 2rem;
    animation: gentle-float 3s ease-in-out infinite;
}

@keyframes gentle-float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-8px); }
}

.story-text {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(1.15rem, 2.5vw, 1.35rem);
    line-height: 2;
    color: #2c2c2c;
    margin: 0;
    padding: 0;
    border: none;
}

.story-text p {
    margin-bottom: 1.5rem;
}

.story-text p:last-of-type {
    margin-bottom: 0;
}

.story-climax {
    font-size: clamp(1.4rem, 3vw, 1.8rem);
    color: #2d5a3d;
    text-align: center;
    padding: 1.5rem;
    background: rgba(45, 90, 61, 0.05);
    border-radius: 8px;
    margin-top: 2rem !important;
}

.story-attribution {
    display: block;
    text-align: right;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.95rem;
    color: #8b6f47;
    margin-top: 2rem;
    font-style: normal;
}

/* Meaning Section */
.story-meaning {
    padding: 4rem 0;
}

.meaning-text {
    font-size: clamp(1.1rem, 2vw, 1.2rem);
    line-height: 1.9;
    color: #2c2c2c;
    margin-bottom: 3rem;
}

.meaning-points {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
}

.meaning-point {
    background: #ffffff;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.meaning-point:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.meaning-point h3 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.4rem;
    color: #2d5a3d;
    margin-bottom: 1rem;
    font-weight: 600;
}

.meaning-point p {
    font-size: 1rem;
    line-height: 1.7;
    color: #2c2c2c;
}

/* Wangari Connection Section */
.wangari-connection {
    padding: 4rem 0;
    background: linear-gradient(180deg, #f5f1e8 0%, #ffffff 100%);
    margin: 0 -2rem;
    padding-left: 2rem;
    padding-right: 2rem;
}

.wangari-connection p {
    font-size: clamp(1.05rem, 2vw, 1.15rem);
    line-height: 1.9;
    color: #2c2c2c;
    margin-bottom: 1.5rem;
}

.wangari-quote {
    background: linear-gradient(135deg, #2d5a3d, #4a7c59);
    color: #ffffff;
    padding: 2.5rem;
    border-radius: 12px;
    margin: 2.5rem 0;
    position: relative;
}

.wangari-quote::before {
    content: '"';
    font-family: 'Cormorant Garamond', serif;
    font-size: 6rem;
    position: absolute;
    top: -10px;
    left: 20px;
    color: rgba(212, 175, 55, 0.3);
    line-height: 1;
}

.wangari-quote p {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(1.2rem, 2.5vw, 1.5rem);
    font-style: italic;
    line-height: 1.8;
    color: #ffffff;
    margin-bottom: 1rem;
    position: relative;
    z-index: 1;
}

.wangari-quote cite {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.95rem;
    color: #d4af37;
    font-style: normal;
    text-align: right;
}

/* Call to Action Section */
.hummingbird-cta {
    padding: 5rem 0;
    text-align: center;
}

.cta-container h2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(2rem, 4vw, 3rem);
    color: #2d5a3d;
    margin-bottom: 1.5rem;
    font-weight: 600;
}

.cta-container p {
    font-size: clamp(1.1rem, 2vw, 1.25rem);
    line-height: 1.8;
    color: #2c2c2c;
    margin-bottom: 1rem;
}

.cta-actions {
    margin-top: 2.5rem;
    display: flex;
    gap: 1.5rem;
    justify-content: center;
    flex-wrap: wrap;
}

.cta-button {
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    padding: 1rem 2.5rem;
    border-radius: 30px;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.cta-button.primary {
    background: linear-gradient(135deg, #2d5a3d, #4a7c59);
    color: #ffffff;
    box-shadow: 0 4px 20px rgba(45, 90, 61, 0.3);
}

.cta-button.primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 25px rgba(45, 90, 61, 0.4);
}

.cta-button.secondary {
    background: transparent;
    color: #2d5a3d;
    border: 2px solid #2d5a3d;
}

.cta-button.secondary:hover {
    background: #2d5a3d;
    color: #ffffff;
}

/* Related Questions Section */
.related-questions {
    padding: 4rem 0;
    background: #ffffff;
    margin: 0 -2rem;
    padding-left: 2rem;
    padding-right: 2rem;
    border-top: 1px solid rgba(45, 90, 61, 0.1);
}

.faq-item {
    margin-bottom: 2.5rem;
    padding-bottom: 2.5rem;
    border-bottom: 1px solid rgba(45, 90, 61, 0.1);
}

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

.faq-item h3 {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(1.2rem, 2.5vw, 1.5rem);
    color: #2d5a3d;
    margin-bottom: 1rem;
    font-weight: 600;
}

.faq-item p {
    font-size: 1.05rem;
    line-height: 1.8;
    color: #2c2c2c;
}

/* Footer Styles */
.hummingbird-page .footer {
    background-color: #2c2c2c;
    color: #f5f1e8;
    padding: 3rem 2rem;
    text-align: center;
}

.hummingbird-page .footer-content p {
    margin-bottom: 0.75rem;
    font-size: 1.05rem;
}

.hummingbird-page .footer-small {
    font-size: 1rem;
    font-family: 'Cormorant Garamond', serif;
    font-style: italic;
    color: #d4af37;
    opacity: 1;
}

.hummingbird-page .footer-updated {
    font-size: 0.85rem;
    opacity: 0.6;
    margin-top: 1rem;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .story-card {
        padding: 2rem 1.5rem;
    }

    .wangari-quote {
        padding: 2rem 1.5rem;
    }

    .wangari-quote::before {
        font-size: 4rem;
        left: 10px;
    }

    .meaning-points {
        grid-template-columns: 1fr;
    }

    .cta-actions {
        flex-direction: column;
        align-items: center;
    }

    .cta-button {
        width: 100%;
        max-width: 300px;
    }
}
