/* Robyn-style minimal look: https://www.robyn.com/ */

/* Hero: isim + müzik çubukları ve notalar */
.hero .artist-title h1 {
    font-size: clamp(2.5rem, 9vw, 5.5rem);
    font-weight: 300;
    letter-spacing: 0.02em;
    opacity: 1;
}
.hero .scroll-indicator {
    font-size: 0.8rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    opacity: 0.7;
}
.hero .scroll-indicator span {
    color: #ce8eff;
}
.hero .scroll-indicator::after {
    border-right-color: #ce8eff;
    border-bottom-color: #ce8eff;
}

/* Büyük bölüm başlıkları – Robyn’deki # shop / # videos gibi */
.section-title,
.robyn-section-label {
    font-size: clamp(1.75rem, 5vw, 3.25rem);
    font-weight: 300;
    letter-spacing: 0.05em;
    text-transform: lowercase;
    margin-bottom: 2rem;
    font-style: normal;
}
#bio .bio-title,
.bio .bio-title {
    font-size: clamp(1.75rem, 5vw, 3rem);
    font-weight: 300;
    letter-spacing: 0.05em;
    text-transform: lowercase;
    font-style: normal;
}

/* Bölümlere daha fazla nefes alanı */
.section {
    padding: 4rem 2rem;
    min-height: 100vh;
    position: relative;
}
#bio {
    padding-top: 6rem;
}
.music-content-wrapper,
.bio-container,
.video-container {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

/* İletişim + footer: beyaz arka plan, geçiş yumuşak */
section#contact.contact-light {
    background: #ffffff;
}
section#contact.contact-light .section-title.robyn-section-label {
    color: #1a1a1a;
}
section#contact.contact-light .contact-container {
    background: rgba(255, 255, 255, 0.6);
    border-color: rgba(0, 0, 0, 0.08);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.06);
}
section#contact.contact-light .contact-form .form-group label {
    color: #333;
}
section#contact.contact-light .contact-form input,
section#contact.contact-light .contact-form textarea {
    background: #fff;
    border-color: rgba(0, 0, 0, 0.15);
    color: #1a1a1a;
}
section#contact.contact-light .contact-form input::placeholder,
section#contact.contact-light .contact-form textarea::placeholder {
    color: rgba(0, 0, 0, 0.45);
}
section#contact.contact-light .contact-form input:focus,
section#contact.contact-light .contact-form textarea:focus {
    border-color: #1a1a1a;
    background: #fff;
}
section#contact.contact-light .form-actions .action-btn {
    background: #ce8eff;
    border-color: #ce8eff;
    color: #1a1a1a;
}
section#contact.contact-light .form-actions .action-btn:hover {
    background: #b87ef0;
    border-color: #b87ef0;
    color: #fff;
}
section#contact.contact-light #contact-status {
    color: #555;
}

/* Footer: Hakkında ile aynı mor (#240046), gri değil */
.site-footer {
    background: #240046 !important;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}
.site-footer .site-footer-links a {
    color: #ffffff;
}
.site-footer .site-footer-links a:hover {
    color: #ce8eff;
}
.site-footer .site-footer-links a:hover::after {
    background-color: #ce8eff;
}
.site-footer .site-footer-copy {
    color: rgba(255, 255, 255, 0.6);
    transition: color 0.3s ease;
    cursor: default;
}
.site-footer .site-footer-copy:hover {
    color: #ffffff;
}
.site-footer .site-footer-copy a {
    color: rgba(255, 255, 255, 0.75);
    transition: color 0.3s ease;
}
.site-footer .site-footer-copy a:hover {
    color: #ffffff;
}

/* İletişim: form geniş, ortada, metinler ortalı */
section#contact .contact-container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 3rem 2rem;
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
}
section#contact .contact-form {
    max-width: 520px;
    width: 100%;
    justify-self: center;
    gap: 0.85rem 0;
    font-family: 'Averta', system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    text-align: center;
}
section#contact .contact-form .form-group label,
section#contact .contact-form input,
section#contact .contact-form textarea,
section#contact .contact-form .action-btn {
    font-family: inherit;
}
section#contact .contact-form .form-group {
    text-align: center;
}
section#contact .contact-form .form-group label {
    font-size: 0.95rem;
    letter-spacing: 0.08em;
    text-transform: lowercase;
    margin-bottom: 6px;
    opacity: 0.95;
}
section#contact .contact-form .form-group {
    width: 100%;
}
section#contact .contact-form input,
section#contact .contact-form textarea {
    width: 100%;
    box-sizing: border-box;
    padding: 0.85rem 1rem;
    min-height: 44px;
    font-size: 1rem;
    text-align: center;
}
section#contact .contact-form textarea {
    min-height: 220px;
    width: 100%;
    box-sizing: border-box;
    resize: vertical;
    text-align: left;
}
section#contact .contact-form .form-actions {
    display: flex;
    justify-content: center;
    text-align: center;
}
section#contact .contact-form .form-actions .action-btn {
    padding: 0.75rem 1.5rem;
    font-size: 0.95rem;
    letter-spacing: 0.1em;
    text-transform: lowercase;
}

/* Nav: daha sade */
nav.scrolled {
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(12px);
}
.nav-links a {
    font-size: 0.85rem;
    letter-spacing: 0.15em;
    text-transform: lowercase;
}

/* Site footer – üst menü ile aynı linkler ve hover tasarımı */
.site-footer {
    padding: 2.5rem 2rem 1.5rem;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(0, 0, 0, 0.3);
}
.site-footer-nav {
    display: flex;
    justify-content: center;
    margin-bottom: 1rem;
}
.site-footer-links {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: center;
    align-items: center;
    gap: 2.5rem;
    padding: 0;
    margin: 0;
}
.site-footer-links li {
    position: relative;
}
.site-footer-links a {
    color: #ffffff;
    text-decoration: none;
    font-family: 'Averta', system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 400;
    font-size: 0.9rem;
    letter-spacing: 0.15em;
    text-transform: lowercase;
    opacity: 1;
    transition: all 0.3s ease;
    display: block;
}
.site-footer-links a:hover {
    color: #ce8eff;
    transform: translateY(-2px);
}
.site-footer-links a::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%) scale(0);
    width: 4px;
    height: 4px;
    background-color: #ce8eff;
    border-radius: 50%;
    transition: transform 0.3s ease;
}
.site-footer-links a:hover::after {
    transform: translateX(-50%) scale(1);
}
.site-footer-copy {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.5);
    letter-spacing: 0.02em;
}
.site-footer-copy a {
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
}

/* Mobil: masaüstüyle aynı başlık boyutları ve görünüm */
@media (max-width: 768px) {
    .hero .artist-title h1 {
        font-size: clamp(2.5rem, 9vw, 5.5rem);
        font-weight: 300;
        letter-spacing: 0.02em;
    }
    .section-title,
    .robyn-section-label {
        font-size: clamp(1.75rem, 5vw, 3.25rem);
        font-weight: 300;
        letter-spacing: 0.05em;
        text-transform: lowercase;
        margin-bottom: 2rem;
        font-style: normal;
    }
    .site-footer-links {
        gap: 1.25rem 1.5rem;
        font-size: 0.85rem;
    }
}
