/* Dark Desert Theme - Right In Christ Ministry */

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

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    color: #e8d5b7;
    background: linear-gradient(180deg, #1a1612 0%, #2d2416 50%, #3d2f1f 100%);
    min-height: 100vh;
}

/* Banner */
.top-banner {
    width: 100%;
    background: #0f0c0a;
    border-bottom: 3px solid #c17817;
}

.top-banner a {
    display: block;
    width: 100%;
}

.top-banner img {
    width: 100%;
    height: auto;
    display: block;
}

/* Header */
header {
    background: linear-gradient(135deg, #2d1810 0%, #4a2f1a 100%);
    color: #f5e6d3;
    padding: 2rem;
    border-bottom: 3px solid #c17817;
    box-shadow: 0 4px 6px rgba(0,0,0,0.3);
}

header nav {
    max-width: 1200px;
    margin: 0 auto;
}

header nav a {
    color: #e8a547;
    text-decoration: none;
    margin-bottom: 1rem;
    display: inline-block;
    transition: color 0.3s ease;
}

header nav a:hover {
    color: #f4c26f;
    text-decoration: underline;
}

header h1 {
    font-size: 2.5rem;
    max-width: 1200px;
    margin: 1rem auto 0;
    color: #f5e6d3;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

.icon {
    font-size: 3rem;
    display: inline-block;
    margin-right: 1rem;
}

/* Hero Section */
.hero {
    background: linear-gradient(135deg, #2d1810 0%, #4a2f1a 100%);
    color: #f5e6d3;
    padding: 3rem 2rem;
    text-align: center;
    border-bottom: 3px solid #c17817;
    box-shadow: 0 4px 6px rgba(0,0,0,0.3);
}

.hero h1 {
    font-size: 3rem;
    margin-bottom: 1rem;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
    color: #f5e6d3;
}

.hero p {
    font-size: 1.2rem;
    max-width: 800px;
    margin: 0 auto 2rem;
    color: #d4b896;
}

.hero a {
    color: #e8a547;
    transition: color 0.3s ease;
}

.hero a:hover {
    color: #f4c26f;
}

/* Container */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem;
}

/* Section Headers */
.section-header {
    text-align: center;
    margin: 3rem 0 2rem;
}

.section-header h2 {
    font-size: 2.5rem;
    color: #f4c26f;
    margin-bottom: 0.5rem;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}

.section-header p {
    font-size: 1.1rem;
    color: #d4b896;
}

/* Intro Section */
.intro {
    background: linear-gradient(135deg, #3d2f1f 0%, #4a3520 100%);
    padding: 2rem;
    margin: 2rem 0;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.4);
    border-left: 4px solid #c17817;
    text-align: center;
}

.intro h2 {
    color: #f4c26f;
    margin-bottom: 1rem;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}

.intro p {
    color: #d4b896;
    font-size: 1.1rem;
}

/* Ministry Cards Grid */
.ministry-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    margin: 2rem 0;
    justify-items: center;
}

.ministry-grid > * {
    max-width: 400px;
    width: 100%;
}

.ministry-card {
    background: linear-gradient(135deg, #3d2f1f 0%, #4a3520 100%);
    border-radius: 8px;
    padding: 2rem;
    text-align: center;
    box-shadow: 0 4px 12px rgba(0,0,0,0.4);
    transition: all 0.3s ease;
    text-decoration: none;
    color: #e8d5b7;
    border-top: 4px solid #c17817;
}

.ministry-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 16px rgba(0,0,0,0.5);
    border-top-color: #e8a547;
}

.ministry-card .icon {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.ministry-card h3 {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
    color: #f4c26f;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}

.ministry-card p {
    color: #d4b896;
    font-size: 0.95rem;
}

/* Content Sections */
.content-section {
    background: linear-gradient(135deg, #3d2f1f 0%, #4a3520 100%);
    padding: 2rem;
    margin: 2rem 0;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.4);
    border-left: 4px solid #c17817;
}

.content-section h2 {
    color: #f4c26f;
    margin-bottom: 1.5rem;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}

.content-section h3 {
    color: #e8a547;
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
}

.content-section p, .content-section li {
    color: #d4b896;
    margin: 0.5rem 0;
}

.content-section ul, .content-section ol {
    margin-left: 2rem;
    color: #d4b896;
}

.content-section a {
    color: #e8a547;
    text-decoration: none;
    transition: color 0.3s ease;
}

.content-section a:hover {
    color: #f4c26f;
    text-decoration: underline;
}

/* Engagement Section */
.engagement {
    background: linear-gradient(135deg, #3d2f1f 0%, #4a3520 100%);
    padding: 3rem 2rem;
    margin: 3rem 0;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.4);
    border-left: 4px solid #c17817;
}

.engagement h2 {
    text-align: center;
    margin-bottom: 2rem;
    color: #f4c26f;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}

.engagement-options {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
    max-width: 900px;
    margin: 0 auto;
}

.engagement-option {
    background: rgba(45, 36, 22, 0.6);
    padding: 1.5rem;
    border-radius: 6px;
    border-left: 4px solid #c17817;
    border: 1px solid #5a4428;
}

.engagement-option h3 {
    margin-bottom: 1rem;
    color: #f4c26f;
}

.engagement-option ul {
    list-style: none;
}

.engagement-option li {
    margin: 0.5rem 0;
    color: #d4b896;
}

.engagement-option a {
    color: #e8a547;
    text-decoration: none;
    transition: color 0.3s ease;
}

.engagement-option a:hover {
    color: #f4c26f;
    text-decoration: underline;
}

.engagement-option .priority {
    font-size: 0.85rem;
    color: #c9a876;
    font-style: italic;
}

/* Music Pages - Release Sections */
.release-section {
    background: linear-gradient(135deg, #3d2f1f 0%, #4a3520 100%);
    padding: 2rem;
    margin: 2rem 0;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.4);
    border-left: 4px solid #c17817;
}

.release-section h2 {
    color: #f4c26f;
    margin-bottom: 1.5rem;
    text-align: center;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}

.release-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    align-items: start;
}

.album-art {
    background: #2d2416;
    border: 2px solid #5a4428;
    border-radius: 8px;
    padding: 1rem;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0,0,0,0.3);
}

.album-art img {
    max-width: 100%;
    border-radius: 4px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.4);
}

.release-info h3 {
    color: #f4c26f;
    margin-bottom: 1rem;
    font-size: 2rem;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}

.release-info h3 a {
    color: #e8a547;
    text-decoration: none;
    transition: color 0.3s ease;
}

.release-info h3 a:hover {
    color: #f4c26f;
    text-decoration: underline;
}

.release-info p {
    color: #d4b896;
    margin: 0.5rem 0;
}

.release-info p a {
    color: #e8a547;
    text-decoration: none;
    transition: color 0.3s ease;
}

.release-info p a:hover {
    color: #f4c26f;
    text-decoration: underline;
}

.release-info .metadata {
    margin: 1rem 0;
    padding: 1rem;
    background: rgba(45, 36, 22, 0.6);
    border-radius: 4px;
    border: 1px solid #5a4428;
}

.release-info .metadata p {
    margin: 0.25rem 0;
    font-size: 0.95rem;
    color: #c9a876;
}

.streaming-links {
    margin-top: 1.5rem;
}

.streaming-links h4 {
    color: #f4c26f;
    margin-bottom: 0.5rem;
}

.streaming-links ul {
    list-style: none;
    padding: 0;
}

.streaming-links li {
    margin: 0.5rem 0;
}

.streaming-links a {
    color: #e8a547;
    text-decoration: none;
    transition: color 0.3s ease;
}

.streaming-links a:hover {
    color: #f4c26f;
    text-decoration: underline;
}

/* Track List */
.track-list {
    background: rgba(0,0,0,0.2);
    padding: 1.5rem;
    border-radius: 8px;
    margin-top: 1rem;
}

.track-list ol {
    margin-left: 1.5rem;
    color: #d4b896;
}

.track-list li {
    padding: 0.5rem 0;
    border-bottom: 1px solid rgba(193, 120, 23, 0.2);
}

.track-list li:last-child {
    border-bottom: none;
}

.track-list a {
    color: #e8a547;
    text-decoration: none;
    transition: color 0.3s ease;
}

.track-list a:hover {
    color: #f4c26f;
    text-decoration: underline;
}

.track-list em {
    color: #b89a6a;
    font-size: 0.9rem;
}

/* Section & Project Cards */
.section {
    background: linear-gradient(135deg, #3d2f1f 0%, #4a3520 100%);
    padding: 2rem;
    margin: 2rem 0;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.4);
    border-left: 4px solid #c17817;
}

.section h2 {
    color: #f4c26f;
    margin-bottom: 1.5rem;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}

.section h3 {
    color: #e8a547;
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
}

.section p, .section li {
    color: #d4b896;
    margin: 0.5rem 0;
}

.section ul {
    margin-left: 2rem;
    color: #d4b896;
}

.section a {
    color: #e8a547;
    text-decoration: none;
    transition: color 0.3s ease;
}

.section a:hover {
    color: #f4c26f;
    text-decoration: underline;
}

.project-section {
    background: linear-gradient(135deg, #3d2f1f 0%, #4a3520 100%);
    padding: 2rem;
    margin: 2rem 0;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.4);
    border-left: 4px solid #c17817;
}

.project-section h2 {
    color: #f4c26f;
    margin-bottom: 1.5rem;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}

.project-section p {
    color: #d4b896;
}

.project-card {
    background: rgba(45, 36, 22, 0.6);
    padding: 1.5rem;
    margin: 1.5rem 0;
    border-radius: 6px;
    border: 1px solid #5a4428;
    border-left: 3px solid #c17817;
}

.project-card h3 {
    color: #f4c26f;
    margin-bottom: 1rem;
}

.project-card p {
    color: #d4b896;
    margin: 0.5rem 0;
}

.project-card h4 {
    color: #e8a547;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
}

.project-links {
    margin-top: 1rem;
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.project-link {
    display: inline-block;
    padding: 0.5rem 1rem;
    background: rgba(232, 165, 71, 0.2);
    border: 1px solid #e8a547;
    border-radius: 4px;
    color: #e8a547;
    text-decoration: none;
    transition: all 0.3s ease;
}

.project-link:hover {
    background: rgba(232, 165, 71, 0.3);
    color: #f4c26f;
    transform: translateY(-2px);
}

.project-link.secondary {
    background: rgba(90, 68, 40, 0.3);
    border-color: #8b7355;
    color: #c9a876;
}

.project-link.secondary:hover {
    background: rgba(90, 68, 40, 0.4);
    color: #d4b896;
}

/* Water Projects Specific */
.current-campaign {
    background: linear-gradient(135deg, #3d2f1f 0%, #4a3520 100%);
    padding: 2rem;
    margin: 2rem 0;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.4);
    border-left: 4px solid #e8a547;
    text-align: center;
}

.current-campaign h2 {
    color: #f4c26f;
    margin-bottom: 1rem;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}

.current-campaign p {
    color: #d4b896;
    margin: 0.75rem 0;
}

.donate-button {
    display: inline-block;
    margin-top: 1.5rem;
    padding: 1rem 2rem;
    background: linear-gradient(135deg, #e8a547 0%, #c17817 100%);
    color: #1a1612;
    text-decoration: none;
    border-radius: 6px;
    font-weight: bold;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    box-shadow: 0 4px 8px rgba(0,0,0,0.3);
}

.donate-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 12px rgba(0,0,0,0.4);
    background: linear-gradient(135deg, #f4c26f 0%, #e8a547 100%);
}

.achievement {
    background: rgba(45, 36, 22, 0.6);
    padding: 1.5rem;
    margin: 1.5rem 0;
    border-radius: 6px;
    border: 1px solid #5a4428;
    border-left: 3px solid #c17817;
}

.achievement h3 {
    color: #f4c26f;
    margin-bottom: 1rem;
}

.achievement p {
    color: #d4b896;
    margin: 0.5rem 0;
}

.achievement a {
    color: #e8a547;
    text-decoration: none;
    transition: color 0.3s ease;
}

.achievement a:hover {
    color: #f4c26f;
    text-decoration: underline;
}

.achievement .amount {
    font-size: 2.5rem;
    font-weight: bold;
    color: #e8a547;
    margin: 1rem 0;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}

/* Call to Action Box */
.cta-box {
    background: linear-gradient(135deg, #3d2f1f 0%, #4a3520 100%);
    padding: 2rem;
    margin: 2rem 0;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.4);
    border-left: 4px solid #e8a547;
    text-align: center;
}

.cta-box h3 {
    color: #f4c26f;
    margin-bottom: 1rem;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}

.cta-box p {
    color: #d4b896;
    margin: 0.75rem 0;
}

.cta-box a {
    color: #e8a547;
    text-decoration: none;
    transition: color 0.3s ease;
}

.cta-box a:hover {
    color: #f4c26f;
    text-decoration: underline;
}

/* Community Page Specific */
.channels-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
    margin: 2rem 0;
}

.channel-card {
    background: rgba(45, 36, 22, 0.6);
    padding: 1.5rem;
    border-radius: 6px;
    border: 1px solid #5a4428;
    border-left: 3px solid #c17817;
    text-decoration: none;
    color: #e8d5b7;
    display: block;
    transition: all 0.3s ease;
}

.channel-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 12px rgba(0,0,0,0.5);
    border-left-color: #e8a547;
}

.channel-card h3 {
    color: #f4c26f;
    margin-bottom: 0.75rem;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}

.channel-card p {
    color: #d4b896;
    font-size: 0.95rem;
    line-height: 1.5;
}

.channel-card .emoji {
    font-size: 1.5rem;
    margin-right: 0.5rem;
}

.channel-card .platform {
    display: inline-block;
    margin-top: 1rem;
    padding: 0.25rem 0.75rem;
    background: rgba(232, 165, 71, 0.2);
    border: 1px solid #e8a547;
    border-radius: 4px;
    font-size: 0.85rem;
    color: #e8a547;
}

.channel-card.coming-soon {
    opacity: 0.8;
    border-left-color: #8b7355;
}

.channel-card.coming-soon .platform {
    background: rgba(139, 115, 85, 0.2);
    border-color: #8b7355;
    color: #c9a876;
}

/* Footer */
footer {
    background: linear-gradient(135deg, #2d1810 0%, #1a1612 100%);
    color: #d4b896;
    text-align: center;
    padding: 2rem;
    margin-top: 3rem;
    border-top: 3px solid #c17817;
    box-shadow: 0 -4px 6px rgba(0,0,0,0.3);
}

footer p {
    margin: 0.5rem 0;
}

footer a {
    color: #e8a547;
    text-decoration: none;
    transition: color 0.3s ease;
}

footer a:hover {
    color: #f4c26f;
    text-decoration: underline;
}

/* Responsive */
@media (max-width: 768px) {
    .hero h1 {
        font-size: 2rem;
    }

    .hero p {
        font-size: 1rem;
    }

    .section-header h2 {
        font-size: 2rem;
    }

    .ministry-grid {
        grid-template-columns: 1fr;
    }

    .release-content {
        grid-template-columns: 1fr;
    }

    header h1 {
        font-size: 2rem;
    }
}
