/* ===== RESET & GLOBAL STYLES ===== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Arial, sans-serif;
    background-color: #f5f5f5;
    padding: 20px;
    line-height: 1.6;
}

/* ===== UTILITY CLASSES ===== */
.privacy-note {
    background-color: #e8f4f8;
    padding: 8px 12px;
    border-radius: 5px;
    font-size: 0.9em;
    color: #2c3e50;
    border-left: 3px solid #3498db;
}

.organization-note {
    background-color: #ffeaa7;
    padding: 8px 12px;
    border-radius: 5px;
    font-size: 0.9em;
    margin-top: 10px;
    display: inline-block;
}

.certificate-badge {
    background-color: #27ae60;
    color: white;
    padding: 2px 8px;
    border-radius: 12px;
    font-size: 0.75em;
    font-weight: bold;
    margin-left: 8px;
}

/* ===== MAIN CONTENT CONTAINER ===== */
#Main {
    max-width: 1000px;
    margin: 0 auto;
}

/* ===== BIO SECTION ===== */
#Bio {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 40px;
    background-color: white;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

#video-section {
    flex-shrink: 0;
}

#video-section video {
    width: 250px;
    height: 320px;
    object-fit: cover;
    border-radius: 8px;
    background-color: #e0e0e0;
}

#about {
    flex: 1;
}

#about h1 {
    color: #2c3e50;
    margin-bottom: 20px;
    font-size: 2em;
}

#about p {
    margin-bottom: 15px;
    color: #555;
}

#arrowdown {
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 20px solid #992929;
    margin: 0 auto;
}

/* ===== SKILLS SECTION ===== */
#skills-section {
    background-color: white;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    max-width: 1000px;
    margin: 20px auto;
}

#skills-section h2 {
    text-align: center;
    color: #2c3e50;
    margin-bottom: 30px;
    font-size: 2em;
}

.skills-container {
    display: flex;
    gap: 30px;
    justify-content: space-between;
}

.skill-column {
    flex: 1;
}

.skill-item {
    background-color: #f8f9fa;
    padding: 25px;
    border-radius: 8px;
    height: 100%;
    border-left: 4px solid #3498db;
}

.skill-item h3 {
    color: #2c3e50;
    margin-bottom: 10px;
    font-size: 1.1em;
}

.skill-note {
    font-style: italic;
    color: #7f8c8d;
    font-size: 0.85em;
    margin-bottom: 15px;
    display: block;
}

.skill-item ul {
    list-style: none;
    padding: 0;
}

.skill-item li {
    padding: 8px 0;
    color: #555;
    border-bottom: 1px solid #e0e0e0;
    line-height: 1.4;
}

.skill-item li:last-child {
    border-bottom: none;
}

.skill-item strong {
    color: #2c3e50;
}

.learning-statement {
    background-color: #e8f4f8;
    padding: 20px;
    border-radius: 5px;
    margin-top: 30px;
    border-left: 4px solid #3498db;
}

.learning-statement p {
    margin: 0;
    color: #2c3e50;
    font-size: 0.95em;
    line-height: 1.5;
}

/* ===== PROJECT SECTION ===== */
#project {
    background-color: white;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    max-width: 1000px;
    margin: 20px auto;
    text-align: center;
}

.project-simple {
    max-width: 600px;
    margin: 0 auto;
}

.project-text h3 {
    color: #2c3e50;
    margin-bottom: 20px;
    font-size: 1.5em;
}

.project-text p {
    margin-bottom: 15px;
    color: #555;
    line-height: 1.6;
}

.project-link {
    display: inline-block;
    background-color: #2c3e50;
    color: white;
    padding: 12px 25px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.3s ease;
    margin-top: 20px;
}

.project-link:hover {
    background-color: #3498db;
    transform: translateY(-2px);
}

/* ===== ADDITIONAL BACKGROUND SECTION ===== */
#additional {
    background-color: white;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    max-width: 1000px;
    margin: 20px auto;
}

.additional-simple {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin-top: 20px;
}

.simple-item {
    background-color: #f8f9fa;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
}

/* ===== FEATURE SECTIONS ===== */
.feature-section {
    background-color: white;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    max-width: 1000px;
    margin: 20px auto;
}

.feature-section h2 {
    text-align: center;
    color: #2c3e50;
    margin-bottom: 30px;
    font-size: 2em;
}

/* Documentary Section */
.documentary-content {
    display: flex;
    gap: 40px;
    align-items: center;
}

.video-container iframe {
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.documentary-info {
    flex: 1;
}

.documentary-info h3 {
    color: #2c3e50;
    margin-bottom: 15px;
    font-size: 1.5em;
}

.credits {
    font-style: italic;
    color: #7f8c8d;
    font-size: 0.9em;
    margin-top: 10px;
}

/* Music Section */
.music-simple {
    display: flex;
    gap: 40px;
    align-items: center;
}

.music-text {
    flex: 1;
}

.concert-photo-simple {
    flex: 1;
    text-align: center;
}

.concert-photo-simple img {
    width: 100%;
    max-width: 350px;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.photo-caption {
    margin-top: 10px;
    font-style: italic;
    color: #666;
    font-size: 0.9em;
}

.music-highlights {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 25px 0;
}

.highlight {
    margin: 20px 0;
}

.highlight h4 {
    margin: 0 0 8px 0;
    color: #2c3e50;
}

.performance-visual {
    background: linear-gradient(135deg, #8e44ad, #3498db);
    color: white;
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    min-width: 250px;
}

.organization-logo {
    background: linear-gradient(135deg, #e74c3c, #c0392b);
    color: white;
    padding: 25px;
    border-radius: 10px;
    text-align: center;
    margin-bottom: 20px;
}

.org-name {
    font-size: 1.4em;
    font-weight: bold;
    margin: 10px 0;
}

.org-desc {
    font-size: 0.9em;
    opacity: 0.9;
}

.spotify-stats {
    background-color: #2d3436;
    color: white;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
}

.spotify-stats p {
    margin: 8px 0;
    font-size: 1em;
}

/* Cooking Section */
.cooking-content {
    display: flex;
    gap: 40px;
    align-items: center;
}

.cooking-info {
    flex: 1;
}

.cooking-info h3 {
    color: #2c3e50;
    margin-bottom: 15px;
    font-size: 1.5em;
}

.cooking-details {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 20px;
}

.detail-item {
    background-color: #f8f9fa;
    padding: 15px;
    border-radius: 8px;
    border-left: 4px solid #e67e22;
}

.detail-item h4 {
    margin: 0 0 8px 0;
    color: #2c3e50;
}

/* ===== CONTACT SECTION ===== */
#contact {
    background-color: white;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    max-width: 1000px;
    margin: 20px auto;
    text-align: center;
}

#contact h2 {
    color: #2c3e50;
    margin-bottom: 30px;
}

.contact-info {
    display: inline-block;
    text-align: left;
}

.contact-info p {
    margin: 15px 0;
    font-size: 1.1em;
}

.contact-info a {
    color: #3498db;
    text-decoration: none;
}

.contact-info a:hover {
    text-decoration: underline;
}

/* ===== CALL TO ACTION SECTION ===== */
.cta-section {
    background: linear-gradient(135deg, #3498db, #2c3e50);
    color: white;
    padding: 50px 40px;
    border-radius: 10px;
    text-align: center;
    max-width: 1000px;
    margin: 20px auto;
}

.cta-section h2 {
    margin-bottom: 20px;
    font-size: 2em;
}

.cta-section p {
    font-size: 1.2em;
    margin-bottom: 30px;
    opacity: 0.9;
}

.contact-btn, .cv-btn {
    display: inline-block;
    padding: 12px 30px;
    margin: 0 10px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.3s ease;
}

.contact-btn {
    background-color: white;
    color: #3498db;
}

.cv-btn {
    background-color: transparent;
    color: white;
    border: 2px solid white;
}

.contact-btn:hover, .cv-btn:hover {
    transform: translateY(-2px);
}

.contact-btn:hover {
    background-color: #f8f9fa;
}

.cv-btn:hover {
    background-color: white;
    color: #2c3e50;
}

/* ===== NAVIGATION ===== */
.nav-menu {
    position: fixed;
    top: 20px;
    right: 20px;
    background: white;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.nav-menu a {
    display: block;
    padding: 5px 10px;
    text-decoration: none;
    color: #333;
}

.nav-menu a:hover {
    background: #f0f0f0;
}

/* ===== RESPONSIVE DESIGN ===== */

/* Tablets */
@media (max-width: 768px) {
    #Bio {
        flex-direction: column;
        align-items: center;
        gap: 30px;
        padding: 30px;
    }
    
    #about {
        text-align: center;
    }
    
    #about h1 {
        font-size: 1.8em;
    }
    
    .skills-container {
        flex-direction: column;
        gap: 20px;
    }
    
    .documentary-content, 
    .music-content, 
    .cooking-content,
    .music-simple {
        flex-direction: column;
        text-align: center;
        gap: 25px;
    }
    
    .video-container iframe {
        width: 100%;
        max-width: 400px;
        height: 250px;
    }
    
    .performance-visual {
        min-width: auto;
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
    }
    
    .concert-photo-simple img {
        max-width: 300px;
    }
    
    /* Project Section Mobile */
    #project {
        padding: 30px 20px;
    }
    
    .project-text h3 {
        font-size: 1.4em;
        margin-bottom: 15px;
    }
    
    .project-text p {
        font-size: 1em;
        margin-bottom: 12px;
        line-height: 1.5;
    }
    
    .project-link {
        padding: 12px 25px;
        font-size: 1em;
        margin-top: 20px;
    }
    
    /* Additional Background Mobile */
    #additional {
        padding: 30px 20px;
    }
    
    .additional-simple {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .simple-item {
        padding: 15px;
    }
    
    .simple-item h4 {
        font-size: 1.1em;
        margin-bottom: 8px;
    }
    
    .simple-item p {
        font-size: 0.9em;
        line-height: 1.4;
    }
}

/* Phones */
@media (max-width: 480px) {
    body {
        padding: 10px;
    }
    
    #Bio {
        padding: 20px;
        gap: 25px;
    }
    
    #video-section video {
        width: 200px;
        height: 200px;
    }
    
    #about h1 {
        font-size: 1.5em;
        margin-bottom: 15px;
    }
    
    #about p {
        font-size: 0.9em;
        margin-bottom: 12px;
    }
    
    .feature-section {
        padding: 25px 15px;
    }
    
    .feature-section h2 {
        font-size: 1.7em;
        margin-bottom: 20px;
    }
    
    .contact-btn, .cv-btn {
        display: block;
        width: 80%;
        margin: 10px auto;
    }
    
    /* Project & Additional Mobile */
    #project {
        padding: 25px 15px;
    }
    
    #additional {
        padding: 25px 15px;
    }
    
    .project-text h3 {
        font-size: 1.3em;
    }
    
    .project-link {
        padding: 10px 20px;
        font-size: 0.9em;
    }
    
    .simple-item {
        padding: 12px;
    }
}

/* Very Small Phones */
@media (max-width: 320px) {
    #video-section video {
        width: 150px;
        height: 150px;
    }
}