@font-face {
    font-family: 'AlteHaasBold';
    src: url('Fonts/AlteHaasGroteskBold.woff') format('woff');
}

@font-face {
    font-family: 'AlteHaasRegular';
    src: url('Fonts/AlteHaasGroteskRegular.woff') format('woff');
}

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

body {
    font-family: "AlteHaasRegular";
    background: #1a1a1a;
    color: #f5f5f5;
    overflow-x: hidden;
    line-height: 1.6;
}

/* Navigation */
nav {
    position: fixed;
    top: 0;
    width: 100%;
    padding: 20px 50px;
    background: transparent;
    z-index: 1000;
    transition: all 0.3s ease;
    backdrop-filter: blur(80px);
}

nav.scrolled {
    background: rgba(26, 26, 26, 0.9);
    backdrop-filter: blur(20px);
    padding: 20px 50px;
}

.nav-container {
    max-width: 1600px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
}

.nav-links {
    display: flex;
    gap: 50px;
    list-style: none;
}

.nav-links a {
    color: #f5f5f5;
    text-decoration: none;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: color 0.3s ease;
}

.nav-links a:hover {
    color: #686868;
}

.mobile-menu-toggle {
    display: none;
    flex-direction: column;
    cursor: pointer;
    background: none;
    border: none;
    z-index: 1001;
}

.hamburger-line {
    width: 25px;
    height: 3px;
    background: #fff;
    margin: 3px 0;
    transition: all 0.3s ease;
    transform-origin: center;
}

.mobile-menu-toggle.active .hamburger-line:nth-child(1) {
    transform: rotate(45deg) translate(6px, 6px);
}

.mobile-menu-toggle.active .hamburger-line:nth-child(2) {
    opacity: 0;
}

.mobile-menu-toggle.active .hamburger-line:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
}

.dates-section {
    padding: 200px 50px 100px;
    max-width: 1400px;
    margin: 0 auto;
    min-height: 100vh;
}

.dates-title {
    font-family: 'AlteHaasBold';
    font-size: 72px;
    font-weight: 100;
    letter-spacing: 8px;
    margin-bottom: 80px;
    text-transform: uppercase;
    color: #ffffff;
    text-align: center;
    opacity: 0;
    animation: fadeInUp 1.5s ease forwards;
}

.section-subtitle {
    font-size: 24px;
    font-weight: 100;
    letter-spacing: 4px;
    margin: 80px 0 40px;
    text-transform: uppercase;
    color: #808080;
    text-align: left;
    padding-bottom: 15px;
    border-bottom: 1px solid #404040;
}

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
    from {
        opacity: 0;
        transform: translateY(30px);
    }
}

.dates-container {
    max-width: 1000px;
    margin: 0 auto;
}

.no-dates-message {
    text-align: center;
    padding: 40px;
    color: #808080;
    font-family: "AlteHaasRegular";
    font-size: 14px;
    font-style: italic;
}

.date-entry {
    display: grid;
    grid-template-columns: 100px 150px 150px 150px 200px auto;
    gap: 30px;
    padding: 25px 0;
    border-bottom: 1px solid rgba(64, 64, 64, 0.3);
    align-items: center;
    transition: all 0.3s ease;
    opacity: 0;
    animation: fadeInUp 1.5s ease forwards;
}

.date-entry.past-date {
    opacity: 0.6;
}

.date-entry:hover {
    background: rgba(42, 42, 42, 0.3);
    padding-left: 20px;
    padding-right: 20px;
    margin-left: -20px;
    margin-right: -20px;
}

.date-entry:last-child {
    border-bottom: none;
}

.date-day {
    font-family: "AlteHaasRegular";
    font-size: 18px;
    font-weight: 300;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.date-month {
    font-family: "AlteHaasRegular";
    font-size: 14px;
    font-weight: 300;
    color: #808080;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.date-year {
    font-family: "AlteHaasRegular";
    font-size: 14px;
    font-weight: 300;
    color: #808080;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.venue-info {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.venue-name {
    font-size: 16px;
    font-weight: 700 !important;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
}

.venue-name a {
    color: #f5f5f5 !important;
    text-decoration: none !important;
    font-weight: 700 !important;
    letter-spacing: 1px;
    transition: color 0.3s ease;
}

.venue-name a:hover {
    color: #686868;
}

.venue-name a:visited {
    color: #f5f5f5;
}

.venue-location {
    font-family: "AlteHaasRegular";
    font-size: 12px;
    font-weight: 300;
    color: #808080;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.location-column {
    font-family: "AlteHaasRegular";
    font-size: 12px;
    font-weight: 300;
    color: #808080;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.project-info {
    display: flex;
    flex-direction: column;
    gap: 5px;
    justify-self: center;
    align-items: center;
}

.project-name {
    font-family: "AlteHaasRegular";
    font-size: 12px;
    font-weight: 300;
    color: #f5f5f5;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 8px 16px;
    border-bottom: 1px solid #404040;
    text-align: center;
    transition: all 0.3s ease;
    width: 200px;
    min-width: 120px;
}

.project-name a {
    color: #f5f5f5;
    padding: 3px 8px;
    font-weight: 300;
    letter-spacing: 1px;
    transition: color 0.3s ease;
    text-transform: uppercase;
    font-size: 15px;
    text-decoration: none;
}

.project-name a:hover {
    color: #808080;
}

.date-status {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 6px 12px;
    border-radius: 12px;
    white-space: nowrap;
    justify-self: center;
    align-items: center;
    text-align: center;
    width: 150px;
}

.status-confirmed {
    background: rgba(0, 255, 0, 0.1);
    color: #00ff00;
    border: 1px solid rgba(0, 255, 0, 0.3);
}

.status-sold-out {
    background: rgba(255, 0, 0, 0.1);
    color: #ff6b6b;
    border: 1px solid rgba(255, 0, 0, 0.3);
}

.status-tba {
    background: rgba(255, 255, 0, 0.1);
    color: #ffff00;
    border: 1px solid rgba(255, 255, 0, 0.3);
}

.status-past {
    background: rgba(128, 128, 128, 0.1);
    color: #808080;
    border: 1px solid rgba(128, 128, 128, 0.3);
}

.info-column {
    font-family: "AlteHaasRegular";
    font-size: 12px;
    font-weight: 300;
    color: #808080;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    font-style: italic;
}

.info-column a {
    color: #808080;
    text-decoration: none;
    font-style: italic;
    transition: color 0.3s ease;
}

.info-column a:hover {
    color: #ffffff;
}

footer {
    padding: 100px 80px 60px;
    border-top: 1px solid #404040;
}

.footer-title {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.footer-text {
    color: #808080;
    font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
}


html {
    scroll-behavior: smooth;
}

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: #1a1a1a;
}

::-webkit-scrollbar-thumb {
    background: #404040;
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: #808080;
}

@media (max-width: 768px) {
    nav {
        padding: 15px 20px;
    }

    .nav-container {
        position: relative;
    }

    .logo {
        font-size: 20px;
        letter-spacing: 2px;
    }

    .mobile-menu-toggle {
        display: flex;
    }

    .nav-links {
        position: fixed;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100vh;
        background: rgba(26, 26, 26, 0.98);
        backdrop-filter: blur(20px);
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 30px;
        transition: left 0.3s ease;
        z-index: 999;
    }

    .nav-links.active {
        left: 0;
    }

    .nav-links a {
        font-size: 18px;
        letter-spacing: 2px;
        padding: 15px 20px;
        border-bottom: 1px solid #404040;
        width: 200px;
        text-align: center;
        transition: all 0.3s ease;
    }

    .nav-links a:hover {
        background: #404040;
        color: #ffffff;
    }

    .dates-section {
        padding: 150px 20px 50px;
    }

    .dates-title {
        font-size: 48px;
        letter-spacing: 4px;
        margin-bottom: 50px;
    }

    .section-subtitle {
        font-size: 20px;
        letter-spacing: 2px;
        margin: 60px 0 30px;
    }

    .date-entry {
        grid-template-columns: 1fr;
        gap: 15px;
        text-align: center;
        padding: 25px 15px;
        margin: 0 -15px;
    }

    .date-entry:hover {
        margin: 0 -15px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .project-name {
        font-size: 12px;
        padding: 6px 12px;
        width: 100%;
        min-width: auto;
    }

    .date-status {
        width: 100%;
        max-width: 200px;
        margin: 0 auto;
    }
}

@media (max-width: 480px) {
    nav {
        padding: 12px 15px;
    }

    .logo {
        font-size: 18px;
        letter-spacing: 1px;
    }

    .hamburger-line {
        width: 22px;
        height: 2px;
    }

    .nav-links a {
        font-size: 16px;
        width: 180px;
        padding: 12px 15px;
    }
}

@media (max-width: 320px) {
    nav {
        padding: 10px 12px;
    }

    .logo {
        font-size: 16px;
    }
}