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

body {
    font-family: 'Inter', sans-serif;
    line-height: 1.6;
    color: #1f2937;
    background: #ffffff;
    min-height: 100vh;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}


.page-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.hero-background {
    position: relative;
    width: 100%;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
}

/* Site Header */



.landing-page {
    background-color: #222222;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}


.container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    width: 100%;
    padding: 0 2rem;
}

.hero {
    color: #292524;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0;
}

.hero-content {
    position: relative;
    width: 1200px;
    max-width: 100%;
    background-image: url(design-assets/annika.jpg);
    background-size: 1200px auto;
    background-position: left top -100px;
    background-repeat: no-repeat;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0;
}

.hero-text {
    background: rgba(255, 255, 255, 0.95);
    color: #1f2937;
    padding: 3rem;
    margin: 4rem 3rem;
    max-width: 500px;
    position: relative;
    z-index: 2;
    box-shadow:
        0 20px 60px rgba(0, 0, 0, 0.15),
        0 8px 30px rgba(239, 68, 68, 0.2);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-self: flex-start;
}


.hero-image {
    display: none;
}

.hero-image img {
    display: none;
}

.subtitle {
    font-family: 'Playfair Display', serif;
    font-size: clamp(1.5rem, 5vw, 2.8rem);
    font-weight: 400;
    margin: 0 0 1rem 0;
    color: #dc2626;
    line-height: 1.1;
    letter-spacing: -0.02em;
}

.artist-info {
    font-size: clamp(1rem, 2.8vw, 1.3rem);
    color: #6b7280;
    margin-bottom: 2rem;
    font-style: italic;
    font-weight: 500;
    letter-spacing: 0.02em;
}

.event-details {
    margin: 2rem 0;
    padding: 1.5rem 0;
    border-top: 2px solid rgba(239, 68, 68, 0.2);
    border-bottom: 2px solid rgba(239, 68, 68, 0.2);
}

.event-date, .event-times, .event-venue {
    font-size: clamp(1.1rem, 2.5vw, 1.3rem);
    margin: 0.5rem 0;
    color: #374151;
    font-weight: 500;
    line-height: 1.3;
}

/* Content Sections - Dynamic Theme */
.content-sections {
    background: linear-gradient(180deg, #ffffff 0%, #f9fafb 50%, #f3f4f6 100%);
    width: 100%;
}

.content-sections .container {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 2rem;
    text-align: center;
}

.intro-section {
    padding: 4rem 0;
}

.about-section {
    padding: 3rem 0;
    background: none;
    margin: 2rem auto;
    position: relative;
}

.contact-section {
    padding: 3rem 0;
    background: none;
    margin: 2rem auto;
    position: relative;
}


.intro-section h2,
.about-section h2,
.contact-section h2 {
    font-family: 'Playfair Display', serif;
    font-size: 2rem;
    color: #dc2626;
    margin-bottom: 1.5rem;
    font-weight: 400;
}

.intro-section p,
.about-section p,
.contact-section p {
    color: #374151;
    font-size: 1.1rem;
    line-height: 1.7;
    margin-bottom: 1.5rem;
    max-width: 65ch;
}

.pricing-info {
    margin: 2rem 0;
    padding: 1.5rem 0;
    border-top: 1px solid #e5e7eb;
}

.pricing-info h3 {
    font-size: 1.2rem;
    color: #dc2626;
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.ticket-info {
    font-size: 0.95rem;
    color: #ef4444;
    font-style: italic;
}

.contact-section a {
    color: #ef4444;
    text-decoration: underline;
    transition: color 0.3s ease;
    font-weight: 500;
}

.contact-section a:hover,
.contact-section a:focus {
    color: #dc2626;
    outline: 2px solid #ef4444;
    outline-offset: 2px;
}\n\n/* Bottom CTA Section */
.bottom-cta {
    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 50%, #f1f5f9 100%);
    padding: 4rem 0;
    text-align: center;
    border-top: 3px solid #ef4444;
    border-bottom: 3px solid #ef4444;
    position: relative;
    overflow: hidden;
    margin: 2rem 0;
    box-shadow: 0 12px 40px rgba(239, 68, 68, 0.12);
}

.bottom-cta::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 30% 80%, rgba(239, 68, 68, 0.05) 0%, rgba(220, 38, 38, 0.02) 70%, transparent 100%);
    pointer-events: none;
}

.bottom-cta .container {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 2rem;
    position: relative;
    z-index: 2;
    text-align: center;
}

.bottom-cta h2 {
    font-family: 'Playfair Display', serif;
    font-size: 1.8rem;
    color: #dc2626;
    margin-bottom: 2rem;
    font-weight: 400;
}

.cta-button.secondary {
    display: inline-block;
    background: linear-gradient(45deg, #ef4444, #dc2626);
    color: white;
    text-decoration: none;
    padding: 1.2rem 3rem;
    font-size: 1.1rem;
    font-weight: 600;
    transition: all 0.3s ease;
    letter-spacing: 0.5px;
    border: none;
    margin-bottom: 1rem;
    box-shadow: 0 8px 25px rgba(239, 68, 68, 0.4);
    border-radius: 8px;
    border: 1px solid rgba(239, 68, 68, 0.2);
}

.cta-button.secondary:hover,
.cta-button.secondary:focus {
    background: linear-gradient(45deg, #dc2626, #b91c1c);
    transform: translateY(-2px);
    outline: 2px solid #dc2626;
    outline-offset: 2px;
    box-shadow: 0 12px 35px rgba(220, 38, 38, 0.4);
}

.bottom-cta .cta-disclaimer {
    font-size: 0.9rem;
    color: #6b7280;
    font-style: italic;
    margin-top: 1rem;
}

/* Social Links */
.social-links {
    display: flex;
    gap: 1rem;
    margin-top: 1.5rem;
    flex-wrap: wrap;
}

.social-link {
    display: inline-block;
    margin-right: 2rem;
    color: #dc2626;
    text-decoration: underline;
    font-weight: 500;
    transition: color 0.3s ease;
}

.social-link:hover,
.social-link:focus {
    color: #b91c1c;
    outline: 2px solid #dc2626;
    outline-offset: 2px;
}

.social-link span {
    font-size: 1.1rem;
}





.main-title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(2.5rem, 7vw, 4.5rem);
    font-weight: 700;
    margin: 0 0 1rem 0;
    line-height: 1.0;
    color: #1f2937;
    position: relative;
}

.year {
    color: #ef4444;
    text-shadow: 0 2px 8px rgba(239, 68, 68, 0.6), 0 0 20px rgba(239, 68, 68, 0.4);
}


.artist-section {
    margin: 1.5rem 0;
    padding: 1rem 0;
}

.artist-name {
    font-size: 1.1rem;
    font-weight: 300;
    margin-bottom: 0.5rem;
    color: #6b7280;
}

.artist-main {
    font-family: 'Playfair Display', serif;
    font-size: 2.8rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: #1f2937;
}

.artist-credential {
    font-size: 1.1rem;
    font-weight: 600;
    color: #ef4444;
    background: linear-gradient(45deg, #ef4444, #dc2626);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: none;
}

.event-details {
    margin: 1.5rem 0;
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}

.date-time {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.date {
    font-size: 1.8rem;
    font-weight: 600;
    color: #1f2937;
}

.times {
    font-size: 1.2rem;
    color: #6b7280;
    font-weight: 400;
}

.venue {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.venue-name {
    font-size: 1.3rem;
    font-weight: 500;
    color: #374151;
}

.location {
    font-size: 1.1rem;
    color: #ef4444;
    font-weight: 600;
}

.pricing {
    margin: 1.5rem 0;
    font-size: 1.1rem;
    color: #6b7280;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.price-item {
    font-weight: 600;
}

.separator {
    color: #ef4444;
    font-weight: bold;
}

.cta-section {
    margin: 2rem 0 1.5rem 0;
}

.cta-section {
    margin: 2.5rem 0 1rem 0;
    text-align: left;
}

.cta-button {
    display: inline-block;
    background: linear-gradient(45deg, #ef4444, #dc2626);
    color: white;
    text-decoration: none;
    padding: 1.2rem 3rem;
    font-size: 1.2rem;
    font-weight: 600;
    transition: all 0.4s ease;
    letter-spacing: 0.5px;
    border: none;
    text-transform: uppercase;
    border-radius: 8px;
    box-shadow:
        0 8px 25px rgba(239, 68, 68, 0.4),
        0 4px 12px rgba(239, 68, 68, 0.2);
    position: relative;
    overflow: hidden;
}

.cta-button:hover,
.cta-button:focus {
    background: linear-gradient(45deg, #dc2626, #b91c1c);
    transform: translateY(-2px) scale(1.02);
    outline: 2px solid #dc2626;
    outline-offset: 2px;
    box-shadow:
        0 12px 35px rgba(220, 38, 38, 0.5),
        0 6px 16px rgba(220, 38, 38, 0.3);
}

.connection-note {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.connection-note p {
    font-size: 0.95rem;
    color: #6b7280;
    font-style: italic;
}

.site-footer {
    background: linear-gradient(135deg, #f9fafb 0%, #f3f4f6 100%);
    color: #374151;
    padding: 2rem 0;
    border-top: 1px solid #e5e7eb;
    box-shadow: 0 -4px 16px rgba(0, 0, 0, 0.05);
}

.footer-content {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 2rem;
    text-align: center;
}

.site-footer {
    background: linear-gradient(135deg, #f9fafb 0%, #f3f4f6 100%);
    color: #374151;
    padding: 2rem 0;
    border-top: 1px solid rgba(239, 68, 68, 0.2);
    box-shadow: 0 -8px 24px rgba(239, 68, 68, 0.08);
}

.footer-content p {
    margin: 0.5rem 0;
    font-size: 0.9rem;
    line-height: 1.4;
}

.footer-content strong {
    color: #1f2937;
}

.footer-content a {
    color: #ef4444;
    text-decoration: none;
    transition: color 0.3s ease;
    font-weight: 500;
}

.footer-content a:hover {
    color: #dc2626;
    text-decoration: underline;
}

/* Tablet optimizations */
@media (max-width: 768px) {
    .hero-content {
        width: 100%;
        height: 150vh;
        min-height: 800px;
        background-size: cover;
        background-position: center top;
        align-items: flex-start;
        justify-content: center;
        padding-top: 10vh;
    }

    .hero-text {
        margin: 2rem 1.5rem;
        max-width: none;
        padding: 2rem;
        text-align: center;
        background: rgba(255, 255, 255, 0.95);
        color: #1f2937;
        box-shadow:
            0 20px 60px rgba(0, 0, 0, 0.15),
            0 8px 30px rgba(239, 68, 68, 0.2);
        position: relative;
        z-index: 2;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-self: flex-start;
    }


    .content-sections {
        padding: 2rem 0;
    }

    .content-sections .container {
        padding: 0 1rem;
    }

    .intro-section,
    .about-section,
    .contact-section {
        padding: 1.5rem 0;
    }

    .bottom-cta {
        padding: 2.5rem 0;
    }

    .bottom-cta h2 {
        font-size: 1.4rem;
    }

    .organizer-text {
        font-size: 0.8rem;
        color: #166534;
    }

    .bottom-cta .container {
        max-width: 100%;
        padding: 0 1rem;
    }

    .footer-content {
        max-width: 100%;
        padding: 0 1rem;
    }

    .site-footer {
        padding: 1.5rem 0;
    }

    .footer-content p {
        font-size: 0.85rem;
    }
}

    .content-sections {
        padding: 3rem 0;
    }

    .content-sections .container {
        padding: 0 1.5rem;
    }

    .about-section,
    .contact-section {
        padding: 2rem;
        margin: 2rem 0;
    }

    .bottom-cta {
        padding: 3rem 0;
    }

    .bottom-cta h2 {
        font-size: 1.6rem;
    }

    .social-links {
        justify-content: center;
    }
}


/* Small mobile optimizations */
@media (max-width: 480px) {
    .container {
        padding: 0.5rem;
    }

    .hero {
        padding: 1rem 0.5rem;
    }

    .hero-content {
        flex-direction: column;
        gap: 1rem;
        position: relative;
    }

    .hero-text {
        text-align: center;
        max-width: 100%;
        z-index: 3;
    }

    .hero-image {
        position: relative;
        display: flex;
        justify-content: center;
    }

    .hero-image img {
        height: 250px;
        max-height: 250px;
        width: auto;
        aspect-ratio: 1/1;
        transform: none;
    }

    .main-title {
        font-size: 1.8rem;
    }

    .subtitle {
        font-size: 1.2rem;
    }

    .artist-main {
        font-size: 1.4rem;
    }

    .artist-name {
        font-size: 0.8rem;
    }

    .artist-credential {
        font-size: 0.8rem;
    }

    .date {
        font-size: 1rem;
    }

    .times {
        font-size: 0.8rem;
    }

    .venue-name {
        font-size: 0.8rem;
    }

    .location {
        font-size: 0.8rem;
    }

    .pricing {
        font-size: 0.8rem;
    }

    .cta-button {
        padding: 0.7rem 1.5rem;
        font-size: 0.9rem;
    }

    .date {
        font-size: 1.4rem;
    }

    .times {
        font-size: 1.1rem;
    }

    .venue-name {
        font-size: 1.1rem;
    }

    .pricing {
        justify-content: flex-start;
        gap: 0.5rem;
    }

    .cta-button {
        padding: 0.9rem 2rem;
        font-size: 1.1rem;
    }

    .content-sections {
        padding: 1.5rem 0;
    }

    .content-sections .container {
        padding: 0 1rem;
    }

    .about-section,
    .contact-section {
        padding: 1.5rem;
        margin: 1rem 0;
    }

    .about-section h2,
    .contact-section h2 {
        font-size: 1.4rem;
    }

    .social-links {
        flex-direction: column;
        align-items: center;
        gap: 0.5rem;
    }

    .social-link {
        padding: 0.6rem 1rem;
        font-size: 0.9rem;
        width: 100%;
        max-width: 200px;
        justify-content: center;
    }

    .organizer-text {
        font-size: 0.75rem;
        padding: 0 1rem;
        color: #374151;
    }

    .intro-text {
        font-size: 0.95rem;
    }

    .bottom-cta {
        padding: 2rem 0;
    }

    .bottom-cta h2 {
        font-size: 1.3rem;
    }

    .cta-button.secondary {
        padding: 1rem 1.5rem;
        font-size: 0.95rem;
    }

    .cta-disclaimer {
        font-size: 0.8rem;
    }
}

@media (max-width: 480px) {
    .main-title {
        font-size: 2rem;
    }

    .subtitle {
        font-size: 1.5rem;
    }

    .artist-main {
        font-size: 1.7rem;
    }

    .hero {
        padding: 1.5rem 1rem;
    }
}

/* Large screens */
@media (min-width: 1200px) {
    .main-title {
        font-size: 4rem;
    }

    .subtitle {
        font-size: 3rem;
    }

    .artist-main {
        font-size: 3.2rem;
    }
}.organizer-info {
    font-size: 0.95rem;
    color: #dc2626;
    font-weight: 600;
    margin-bottom: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
