/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    background-color: #fff200;
    background-image: url('assets/bread-background.png');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 1400px auto;
    background-position-y: -250px;
}

body {
    font-family: 'Inter', sans-serif;
    color: #000000;
    line-height: 1.3;
    overflow-x: hidden;
}

/* Custom Font for Headers */
@font-face {
    font-family: 'Agipo';
    src: url('/fonts/agipo_bold_condensed.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

/* Container */
.container {
    position: relative;
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Main Content */
.main-content {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 900px;
    padding: 55px 38px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}

/* Logo Section */
.logo-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 79px;
    width: 100%;
}

.lets-help-logo {
    width: 413px;
    max-width: 100%;
    height: 78px;
    object-fit: contain;
}

.loaf-logo {
    width: 900px;
    max-width: 100%;
    height: auto;
    aspect-ratio: 900 / 522;
    object-fit: contain;
}

/* Event Info */
.event-info {
    width: 100%;
    max-width: 500px;
    display: flex;
    flex-direction: column;
    gap: 29px;
    padding: 14px 0;
}

.event-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 9px;
}

.date {
    font-family: 'Agipo', sans-serif;
    font-size: 75px;
    font-weight: bold;
    line-height: 0.89;
    text-align: center;
}

.location {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.time {
    font-family: 'Agipo', sans-serif;
    font-size: 27px;
    font-weight: bold;
    line-height: 1.1;
}

.venue {
    font-family: 'Agipo', sans-serif;
    font-size: 75px;
    font-weight: bold;
    line-height: 0.89;
}

.address {
    font-family: 'Agipo', sans-serif;
    font-size: 27px;
    font-weight: bold;
    line-height: 1.1;
}

/* Event Description */
.event-description {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 39px;
}

.event-description p {
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: -0.6px;
    text-align: left;
}

/* Buttons */
.donate-button,
.action-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #000000;
    color: #ffffff;
    font-family: 'Agipo', sans-serif;
    font-size: 17px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    padding: 16px 59px;
    border-radius: 6px;
    border: 0.59px solid #000000;
    box-shadow: 8.84px 8.84px 0px 0px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    white-space: nowrap;
    line-height: 1.1;
}

.donate-button:hover,
.action-button:hover {
    transform: translate(-2px, -2px);
    box-shadow: 10.84px 10.84px 0px 0px rgba(0, 0, 0, 0.25);
}

.action-button {
    padding: 16px 28px;
}

/* Schedule Section */
.schedule-section {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 73px;
    padding: 92px 0;
}

.schedule-block {
    width: 100%;
    max-width: 629px;
    display: flex;
    flex-direction: column;
    gap: 29px;
}

.schedule-block h2 {
    font-family: 'Agipo', sans-serif;
    font-size: 35px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: -1.04px;
    line-height: 1.1;
}

.schedule-item {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
    margin-bottom: 29px;
}

.schedule-item.no-margin {
    margin-bottom: 0;
}

.time-slot {
    font-family: 'Agipo', sans-serif;
    font-size: 27px;
    font-weight: bold;
    letter-spacing: -0.8px;
    line-height: 1.1;
    min-width: 130px;
}

.event-details {
    flex: 1;
    min-width: 300px;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.event-details h3 {
    font-family: 'Agipo', sans-serif;
    font-size: 27px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: -0.8px;
    line-height: 1.1;
}

.artists {
    font-family: 'Agipo', sans-serif;
    font-size: 27px;
    font-weight: bold;
    letter-spacing: -0.8px;
    line-height: 1.1;
    text-transform: uppercase;
}

.exhibition-image {
    width: 206px;
    height: 286px;
    object-fit: cover;
    border-radius: 4px;
}

/* Donate Section */
.donate-section {
    width: 100%;
    max-width: 629px;
    display: flex;
    justify-content: center;
}

.donate-section .donate-button {
    flex: 1;
    max-width: 100%;
    text-align: center;
}

/* Social Links */
.social-links {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
    margin: 40px 0;
}

.social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.social-link:hover {
    transform: scale(1.1);
    opacity: 0.8;
}

.social-link img {
    width: 62px;
    height: 62px;
}

/* Footer */
.footer {
    width: 100%;
    padding: 71px 0 29px;
    display: flex;
    justify-content: center;
}

.footer-content {
    display: flex;
    flex-direction: column;
    gap: 11px;
    font-family: 'Agipo', sans-serif;
    font-size: 27px;
    font-weight: bold;
    letter-spacing: -0.8px;
    line-height: 1.1;
}

.footer-content a {
    color: #000000;
    text-decoration: none;
}

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

/* Responsive Design */
@media (max-width: 768px) {
    .main-content {
        padding: 30px 20px;
    }


    .lets-help-logo {
        width: 300px;
        height: 57px;
    }

    .loaf-logo {
        width: 100%;
        height: auto;
        max-height: 400px;
    }

    .date {
        font-size: 50px;
    }

    .venue {
        font-size: 50px;
    }

    .time,
    .address {
        font-size: 20px;
    }

    .event-description p {
        font-size: 16px;
    }

    .schedule-block h2 {
        font-size: 28px;
    }

    .time-slot,
    .event-details h3,
    .artists {
        font-size: 20px;
    }

    .donate-button,
    .action-button {
        font-size: 14px;
        padding: 12px 40px;
    }

    .action-button {
        padding: 12px 20px;
    }

    .schedule-item {
        flex-direction: column;
        gap: 16px;
    }

    .event-details {
        min-width: 100%;
    }

    .footer-content {
        font-size: 20px;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .lets-help-logo {
        width: 250px;
        height: 47px;
    }

    .loaf-logo {
        width: 100%;
        height: auto;
        max-height: 300px;
    }

    .date {
        font-size: 40px;
    }

    .venue {
        font-size: 40px;
    }

    .time,
    .address {
        font-size: 18px;
    }

    .event-description p {
        font-size: 14px;
    }

    .schedule-block h2 {
        font-size: 24px;
    }

    .time-slot,
    .event-details h3,
    .artists {
        font-size: 18px;
    }

    .exhibition-image {
        width: 100%;
        max-width: 206px;
        height: auto;
    }
}